
.menu{
    border-bottom: 0px;
    margin-top: 40px;
    float: right;
}

.stButton .stMainServices {
    height: 22px;
}

.menu ul {
    list-style: none;
    position: fixed;
    z-index: 999;
    background-color: rgba(255,255,255,0.8);
}

.menu a:hover{
    text-decoration: none;
}

.submenu li{
    padding-right: 25px;
}

.menu>li>a:hover{
    text-decoration: none;
    background-color: white;
    border-color: white;
}

.menu a{
  position: relative;
  padding-bottom: 2px;
  text-decoration: none;
  transition: 0.8s;
  font-size: 21px;
  font-family: "Avenir", sans-serif;
  color: rgb(0, 0, 0)!important;
  line-height: 1.816;
}

.menu-active :after{
  position: absolute;
  background: -moz-linear-gradient( 90deg, rgb(116,185,54) 0%, rgb(5,196,198) 100%);
  background: -webkit-linear-gradient( 90deg, rgb(116,185,54) 0%, rgb(5,196,198) 100%);
  background: -ms-linear-gradient( 90deg, rgb(116,185,54) 0%, rgb(5,196,198) 100%);
  background: linear-gradient( 90deg, rgb(116,185,54) 0%, rgb(5,196,198) 100%);
}

.menu a:after{
  opacity: 0;
  position: absolute;
  background: -moz-linear-gradient( 90deg, rgb(116,185,54) 0%, rgb(5,196,198) 100%);
  background: -webkit-linear-gradient( 90deg, rgb(116,185,54) 0%, rgb(5,196,198) 100%);
  background: -ms-linear-gradient( 90deg, rgb(116,185,54) 0%, rgb(5,196,198) 100%);
  background: linear-gradient( 90deg, rgb(116,185,54) 0%, rgb(5,196,198) 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.menu a:hover:after {
  content: "";
  position: absolute;
  bottom: 10px;
  opacity: 1;
  left: 0;
  height: 3px;
  width: 100%;
  top: 30px;
  transition: 0.8s;
 }

.nav>li>a {
    padding: 0px;
    margin: 10px 15px;
}

.nav .open>a, .nav .open>a:focus{
    background-color: white;
    border-color: white;
    border-bottom: 2px solid blue;
}


.content{
    background-color: #fafafa;
}

.content p{
  font-size: 17px;
  font-family: "Verdana", sans-serif;
  text-align: center;
}

.content .row{
    max-width: 1200px;
    margin: 0 auto;
}

.content :nth-child(1){
    margin-top: 25px;
}

.content :nth-child(3){
    margin-bottom: 60px;
}

.footer-form{
   background: url(/img/footer-background.png); 
  /*background-size: 100%;*/
    background-size:cover;
  background-repeat: no-repeat;
  background-position:center;
}

.footer-form .form-control{
    border-radius: 0px;
    background-color: rgba(255,255,255,0.52);
    border-color: white;
}

.footer-form .form-group{
    margin-bottom: 10px;
}

.footer-form textarea{
    margin-left: 15px;
    height: 122px;
}

.footer-form ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color:  #71b73a;
}

.footer-form :-moz-placeholder { /* Firefox 18- */
  color: #71b73a;
}

.footer-form ::-moz-placeholder { /* Firefox 19+ */
  color:  #71b73a;
}

.footer-form :-ms-input-placeholder { /* IE 10+ */
  color:  #71b73a;
}

.footer-form ::-ms-input-placeholder { /* Edge */
  color: #71b73a;
}

.footer-form :placeholder-shown { /* Standard one last! */
  color: #71b73a;
}

.textbox{
    padding-bottom: 55px;
}

.footer-form .submit-btn{
    margin-top: 10px;
    border-radius: 0px;
    color: white;
    background-color: #71b73a;
    border: 0px;
    float: right;
    margin-right: -4%;
    transition: 0.3s;
}

input[type='submit'] {
    background-image: url(/img/submit-img.png);
    background-position: 57px 7px;
    background-repeat: no-repeat;
    padding-right: 40px;
}

.footer-form .submit-btn:hover{
    background-color:rgba(125,186,67,0.8);
   border-radius: 0px;
    color: white; 
}

#thankyou-message{
    display: none;
    text-align: center;
    font-size: 17px;
    background-color: rgb(125,186,67);
    color: white;
    padding-bottom: 15px;
    padding-top: 15px;
}


.offer{
    margin-top: 40px;
    margin-bottom: 45px;
}

.footer-form form{
    margin-top: 55px;
    max-width: 1200px;
}

.footer p{
    margin-top: 10px;
  font-size: 12px;
  font-family: "Verdana",sans-serif;
  color: rgb(0, 0, 0);

}

.slider{
    pkadding: 0px;
}


/*////////about////////////////*/

.content-about h4{
    font-size: 22px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.611765);
}

.content-about h1{
    font-size: 25px;
    color: rgba(0, 0, 0, 0.611765);
    font-weight: bold;
    text-align: center;
}

.content-about p{
    text-align: left;
}

.content-about img{
    width: 30%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid lightgray;
}

.content-about{
    padding-bottom: 50px;
}

/*////////////services//////////*/

.content-services{
    background-color: white;
}

.content-services h4{
    font-size: 22px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.611765);
    margin-top: 80px;
    margin-bottom: 40px;
}

.content-services p{
    text-align: left;
    font-size: 17px;
   font-family: "Verdana", sans-serif;
    margin-top: 25px;
}

.content-services li{
  font-size: 17px;
  font-family: "Verdana", sans-serif;
}

.content-services ol li{
    font-weight: bold;
    margin-top: 20px;
}

.content-services ol{
    margin-bottom: 80px;
}

.content-services ul li{
    font-weight: 100;
    margin-top: 5px;
}

.content-services ul{
    list-style: disc;
}

.content-services .col-lg-4 p{
    text-align: center;
}

.content-services .col-lg-4 ul{
    list-style: none;
    text-align: center;
    padding-left: 0px;
}

.content-services img{

}

/*////just play///////////*/

.just h4{
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.611765);
}

.just p, li{
    font-size: 17px;
    font-family: "Verdana", sans-serif;
}

.just p{
    text-align: left;
    margin-top: 25px;
}

.just{
    background-color: white;
}

/*////our///////////*/

.our h4{
    margin-top: 80px;
    margin-bottom: 60px;
    font-size: 22px;
    font-weight: bold;
    text-align:center;
    color: rgba(0, 0, 0, 0.611765);
}

.our h5{
    font-style: italic;
    font-size: 18px;
    font-family: "Verdana", sans-serif;
    text-align: center;
    font-weight: bold;
}

.our p{
    font-size: 17px;
    font-family: "Verdana", sans-serif;
    text-align: left;
    margin-top: 25px;
}

.our{
    background-color: #fafafa;
}

.our .row{
    max-width: 1200px;
    margin: 0 auto;
}

.separator{
    height: 4px;
    background-color: lightgrey;
    margin-top: 50px;
}

/*.social .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1{
    width: 11%;
}*/

.social{
    margin-bottom: 30px;
}

.a2a_default_style .a2a_svg{
    width: 25px!important;
    line-height: 25px!important;
    height: 25px!important;
    background-size: 25px!important;
    
    float: none!important;
    display: inline-block;
}

.a2a_default_style a {
    float: none!important;
}

a2a_svg {
    display: inline-block;
}

.a2a_label {
    display: none;
}



/*/////////////MAPA*/
#googleMap{
     width:100%;
    height:550px;
    margin-left: -15px;
    margin-top: 25px;
}

.map ul{
    list-style: none;
    font-size: 17px;
    font-family: "Verdana", sans-serif;
    margin-bottom: 50px;
}

.map p{
    text-align: left;
     font-size: 17px;
    font-family: "Verdana", sans-serif;  
    font-weight: bold;
}

.map {
    padding-bottom: 20px;
    padding-top: 50px;
}

/*/////////////////////////SLIDER///////////////////*/
.carousel img{
    text-align: center;
}

.carousel-control.left{
    background-image: none;
    text-align: left;
     top: 25%;
}

.carousel-control img{
    width: 20%;
    margin-top: 30%;
}

.carousel-control.right{
    background-image: none;
    text-align: right;
    magin-right: -15px; 
    top: 25%;
}

.slider{
    padding-left:0px;
}

/*nie wiem jak ale dziala :D*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


.sm-menu-btn button{
    background-color: white;
    border: 1px solid lightgrey;
    margin-top: 25%;
    font-size: 17px;
}

.sm-menu-btn .glyphicon{
    background-color: white;
    top: 3px;
    left: 1px;
}

.sm-menu-btn{
    display: none;
}

.sm-menu .menu{
    -webkit-padding-start: 0px;
    display:block!important; 
    float:none!important;
    list-style-type: none;
    margin-top: 10px;
}

.sm-menu {
        border-top: 1px solid #eee; 
}

.sm-menu .menu ul{
    position: initial;
}


/*/////////MEDIA QUERIES////////////////////*/

@media screen and (min-width:992px) and (max-width:1199px){
/*////HOME/////*/
    .nivo-directionNav a {
        top: 35%;
        width: 4%;
    }
    .menu a{font-size: 16px;}
    .menu{margin-top: 50px;}
    .footer p {font-size: 11px;}  
    .social .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1 {width: 13%;}
/*////////about////////////////*/
/*////////////services//////////*/
    .content-services p, li{font-size: 17px!important;}
    .content-services {margin-bottom: -40px;}
/*////just play///////////*/
/*////our///////////*/

}

@media screen and (min-width:768px) and (max-width:991px){
    .carousel-control img {display: none;}
    .menu{display: none;}
    .sm-menu-btn{display: block;}
/*////HOME/////*/
    .menu a {font-size: 20x;}
    .menu{margin-top: 30px;}
    .nivo-directionNav a {display: none;}
    .content p {font-size: 16px;}
    .footer p {font-family: 9px;}
    .social .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1 {width: 18%;}
/*////////about////////////////*/
    .content-about :nth-child(3) {margin-bottom: 0px;}
/*////////////services//////////*/
    .content-services p, li{font-size: 15px!important;}
    .content-services {margin-bottom: -40px;}
    .content-services h4 {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .content-services p {margin-top: 15px;}
    .content-services ol li {margin-top: 10px;}
/*////just play///////////*/
/*////our///////////*/
    .our p {font-size: 15px;}
    .our h5 {font-size: 14px;}
    .our h4 {
        margin-top: 40px;
        margin-bottom: 30px;
        font-size: 20px;
    }
     /*////slider*/
    .carousel-control.right{top:17%;}
    .carousel-control.left{top:17%;}
       
}
@media screen and (max-width:991px) {
        .menu { display: none; }
        .submenu li { padding-right: 0; }
        .submenu { -webkit-padding-start: 0px; }
}

@media screen and (min-width:200px) and (max-width:767px){
    .menu a:hover:after {top:20px;}
    .carousel-control img {display: none;}
    .menu{display: none;}
    .sm-menu-btn{display: block;}
/*////HOME/////*/
    .nivo-directionNav a {display: none;}
    .content :nth-child(1) {margin-top: 10px;}
    .menu a {font-size: 17px;}
    .content p {font-size: 15px;}
    .menu{margin-top: 20px;}
    .submenu { -webkit-padding-start: 0px; }
    .content :nth-child(3) {margin-bottom: 30px;}
    .offer .img-responsive{max-width: 80%!important;}
    .footer-form textarea {margin-left: 0px;}
    .footer-form button {margin-right: -4%;}
    .footer p {
        margin-left: 2%;
        margin-right: 2%;
        font-size: 9px;
    }
    .offer {
        margin-top: 25px;
        margin-bottom: 25px;
    }
/*////////about////////////////*/
    .content-about h4 {font-size: 20px;}
    .content-about h1 {font-size: 25px;}
/*////////////services//////////*/
    .content-services p, li{font-size: 14px!important;}
    .content-services {margin-bottom: -40px;}
    .content-services h4 {
        font-size: 17px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .content-services p {margin-top: 15px;}
    .content-services ol li {margin-top: 5px;}
    .content-services ol {margin-bottom: 0px;}
    .content-services .col-lg-4 ul {margin-bottom: 30px;}
/*////just play///////////*/
    .just h4 {font-size: 18px;}
    .just p, li {
        font-size: 15px;
    }
    .just .img-responsive{max-width: 70%;}
/*////our///////////*/
    .our h4 {font-size: 20px;}
    .our p, li {
        font-size: 15px;
    }
    .our .img-responsive{max-width: 70%;}
    .our h4 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .separator {margin-top: 30px;}
      /*////slider*/
    .carousel-control{display: none;}
    
}

@media screen and (min-width:550px) and (max-width:767px){
/*////HOME/////*/
    .social .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1 {width: 22%;}
/*////////about////////////////*/
    .content-about h1 {font-size: 20px;}
/*////////////services//////////*/
/*////just play///////////*/
/*////our///////////*/
}

@media screen and (min-width:430px) and (max-width:549px){
/*////HOME/////*/
    .nav>li>a {padding: 10px 7px;}
    .social .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1 {
        width: 41%;
        margin-left: -13%
    }
/*////////about////////////////*/
    .content-about h1 {font-size: 20px;}
/*////////////services//////////*/
/*////just play///////////*/
/*////our///////////*/
}

@media screen and (min-width:200px) and (max-width:429px) {
    .menu a:hover:after { top:17px; }
/*////HOME/////*/
    .header .img-responsive{
        max-width: 140%;
    }
    .social .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1 {width: 30.33%;}
    .col-xs-offset-3{margin-left: 0px;}
    .col-xs-9{width:100%;}
    .menu{margin-left: 5px;}
    .submenu li { font-size: 10px !important; margin: 5px 0; }
    .submenu { -webkit-padding-start: 0px; }
    .nav > li > a { padding: 10px 4px; }
    .menu a {font-size: 14px !important;}
    .footer p {margin-left: 0px;}
/*////////about////////////////*/
/*////////////services//////////*/
    .content-services img {margin-left: 0px;}
/*////just play///////////*/
/*////our///////////*/
}