/* global styling */
body{
    font-family: "Roboto", sans-serif;
    width: 100%;
}
h1, h2, h3{
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
}
p{
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
}

/* navbar styling */
.navbar{
    font-family: "Roboto", sans-serif;
    font-weight:500;
    margin-bottom:0;
    height: 73px;
}
.navbar .container-fluid{
    margin-left:0;
}
.navbar-brand{
    margin-top:15px;
    margin-left:0;
    padding: 0;
}
.nav li{
    padding:0;
    vertical-align: middle;
    text-align: center;
    min-width: 75px;
    height:72px;
}
.nav li:hover{
    background-color:#E7E7E7;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.nav li a{
    height:72px;
    padding-top: 27px;
}
.navbar-default .navbar-nav>.active>a{
    background: rgba(28, 151, 254, 1);
}
.container-fluid .navbar-brand{
    margin:0;
}
.container-fluid img{
    margin-left: 25px;
    margin-top: 10px;
}
#myNavbar{
    background: none;
}
@media screen and (max-width: 768px){
    #myNavbar{
        background: #e7e7e7;
    } 
}
/* /navbar styling */

.jumbotron{
    background: url("../img/jumbo0.jpg");
    background-size: cover;
    height: 700px;
    max-height:60vh;
    margin-bottom:0;
}
.jumbotron h1{
    color:white;
    width: auto;
    max-width:50%;
    padding: 25px 5px 25px 5px;
    background: rgba(0, 0, 0, 0.75);
}
.jtron_contact{
    background: url("../img/jumbo0.jpg");
    background-size: cover;
    height: 300px;
}
.lt{
    padding-left:50px;
    text-align: left;
}


/*section 1 styling*/

#sluzby{
    font-family: 'Ubuntu', sans-serif;
    padding:75px 0 100px 0;
    background: #1C97FE;
    background-image:url("../img/back.jpg");
    background-size: cover;
    color:white;
}
/* /service portfolio */



/* client slider */
#clients{
    background: white;
}

.logo
{
    max-height:100px;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safar6+ & Opera 15+ */
   -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  cursor:pointer;
}


.logo:hover
{
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safar6+ & Opera 15+ */
}



/* /client slider */

/* contact section styling */

.contact-form{
    padding-top: 25px;
}
.map, .contact-map{
    padding: 0;
}
/* /contact section styling */

/* uvod styling */
#uvod{
    background: white;
    padding: 50px;
}
.uvod_heading{
    margin-bottom: 25px;
}
.rts{
    text-align: center;
    vertical-align: middle;
}
.rts img{
    width: 66%;
}
#uvod ul{
    list-style-type:none;
}
/* /section 2 styling */

/* box animation */

/* The fast way */
.make-it-fast {
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  }
  
  /* Pre-render the bigger shadow, but hide it */
  .make-it-fast::after {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  
  /* Transition to showing the bigger shadow on hover */
  .make-it-fast:hover::after {
    opacity: 1;
  }

  /* Create a simple white box, and add the shadow for the initial state */
  .box {
    padding: 25px;
    width: 100%;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);

  }
  
  .box::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 6px 23px 0px;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .box:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    
    background-color:rgba(28, 151, 254, 0.5);
  }
  
  .box:hover::after {
      opacity: 1;
  }
  .tile{
      padding:25px;
  }
  .box {
    width: 100%;
    height: 258px;
  }
  /* /box animation */


  /* service styling */
  #sl{
      background: white;
      padding-top: 50px;
      padding-bottom: 50px;
  }
  #sl h2{
    padding-bottom:25px;
  }
  #sl li:before
  {
      content: '\2713\0020';   
      margin-left: -2em;
      margin-right: 1em;
  }
  #sl ul
  {
     padding-left: 25px;
     text-indent: 2px;
     list-style: none;
     list-style-position: outside;
  }
  #sl p{
      font-weight: 700;
  }

  /* /service styling */
 


  /* contact styling */
  #contact{
      background: #F0F0F0;
  }
    
  /* contact form */
  .btn:hover{
      background: #1C97FE;
      color: white;
  }
  .form-control{
      background: transparent;
  }
  form {
      /*width: 320px;*/
      margin: 20px;
  }
  form > div {
      position: relative;
      overflow: hidden;
  }
  form input, form textarea {
      width: 100%;
      border: 2px solid gray;
      background: none;
      position: relative;
      top: 0;
      left: 0;
      z-index: 1;
      padding: 8px 12px;
      outline: 0;
  }
  form input:valid, form textarea:valid {
      background: white;
  }
  form input:focus, form textarea:focus {
      border-color: #357EBD;
  }
  form input:focus + label, form textarea:focus + label {
      background: #357EBD;
      color: white;
      font-size: 70%;
      padding: 1px 6px;
      z-index: 2;
      text-transform: uppercase;
  }
  form label {
      -webkit-transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
      transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
      position: absolute;
      color: #999;
      padding: 7px 6px;
      font-weight: normal;
  }
  form textarea {
      display: block;
      resize: vertical;
  }
  form.go-bottom input, form.go-bottom textarea {
      padding: 12px 12px 12px 12px;
  }
  form.go-bottom label {
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
  }
  form.go-bottom input:focus, form.go-bottom textarea:focus {
      padding: 4px 6px 20px 6px;
  }
  form.go-bottom input:focus + label, form.go-bottom textarea:focus + label {
      top: 100%;
      margin-top: -16px;
  }
  form.go-right label {
      border-radius: 0 5px 5px 0;
      height: 100%;
      top: 0;
      right: 100%;
      width: 100%;
      margin-right: -100%;
  }
  form.go-right input:focus + label, form.go-right textarea:focus + label {
      right: 0;
      margin-right: 0;
      width: 40%;
      padding-top: 5px;
  }
  /* /contact form */

  /* footer */
  footer{
    padding-top: 4em;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 450px;
    background: #333333;
    font-size: 18px;
  }
  footer *{
    color:white;
  }
  footer li{
      text-align:left;
  }
  .social, .qc ul{
      list-style-type: none;
  }

  .pagewrap{
      margin-bottom: 450px;
  }
  footer h3{
      padding-bottom:5px;
  }
  footer p, footer li{
      font-family: "Roboto", sans-serif;
    font-weight: 100;
  }

  /* /footer */



/* reference */
  .ref li{
      height: 85px;
  }
/* /reference */

/* contact */
 /* .map-wrap{
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 50px;
  }*/
  .contact-wrap {
      background: white;
      padding-bottom:50px;
  }
  .contact-info{
      padding-top:25px;
      font-family: "Roboto", sans-serif;
      font-size:25px;
  }
/* /contact */