/**
*  Basic Stuff
*/

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-size: 16px;
    color: #818181;
}

p {
    line-height: 25px;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

a, a:hover, a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    color: #252525;
}

main > section {
    padding: 70px 0;
}

.bg-blue {
    background-color: #009EE3;
}

/**
*  Header
*/

#navigation {
    -webkit-transition: all 0.8s ease 0s;
       -moz-transition: all 0.8s ease 0s;
        -ms-transition: all 0.8s ease 0s;
         -o-transition: all 0.8s ease 0s;
            transition: all 0.8s ease 0s;

    background-color: rgba(0,0,0,.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    padding: 5px 0;
}

h1.navbar-brand, h1.navbar-brand > a {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    margin: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}
.navbar-transparent {
    background-color: rgba(0,0,0,0) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0) !important;
}
.navbar-transparent .navbar-nav>li>a {
    padding-top: 40px;
}
nav.navbar-collapse.navbar-right.collapse.in, .collapsing {
    background: #479fc8;
}
.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    border-color: #296680;
    background: #479fc8;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #296680;
}
.qloc-logo {
    background: url('../img/logo-minimal-fullwhite.png') no-repeat;
    width: 81px;
    background-size: contain;
    height: 57px;
}
.header-overlay {
	background: url('../img/header.png') no-repeat;
    width: 599px;
    position: fixed;
    right: 0;
    height: 300px;
    z-index: 1;
    background-size: contain;
}

/**
*  Slider
*/

#slider-home {
    position: relative;
    padding: 0;
    height: 600px;
}

.slide {
    width: 100%;
    height: 600px;
}

.slide-1 {
    background-repeat: no-repeat;
    background-image: url('../img/slide3.jpg');
    background-size: cover;
    background-position: center center;
}

#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
      /*text-transform: uppercase;*/
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 30px;
      /*text-transform: uppercase;*/
      font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 600px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

#first-slider .slide1 {
    background-image: url(../img/slide3.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
  background-image: url(http://s20.postimg.org/uxf8bzlql/image.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide3 {
  background-image: url(http://s20.postimg.org/el56m97f1/image.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide4 {
  background-image: url(http://s20.postimg.org/66pjy66dp/image.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}

/**
*  Panel
*/

#of h3 {
    color: #fff;
    margin: 0 0 35px;
    text-transform: uppercase;
}

#of {
    color: #fff;
}

/**
*	Footer
*/

#footer {
	background:#252a2d;
	border-top:1px solid #364344;
}
#footer h4 {
	font-weight:900;
	margin-top:25px;
}
#footer h4 .fa {
	color:#FFF;
}
#footer ul {
	margin-bottom:40px;
}
#footer a {
	color: #a0a0a0;
	margin-top: 5px;
	padding: 0px;
	font-size: 14px;
	font-weight: 200;
}
#footer a:hover {
	color:#E5E5E5;
	background:none;
}
#footer .well {
	margin-top: 5px;
	background: #494949;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-right: 25px;
}
#footer .well ul {
	margin-bottom:0px;
}
#footer .well a {
	color:inherit;
}
#footer h4 {
	color: #2196F2;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 300;
	text-transform: uppercase;
	padding-top: 5px;
}
#footer p {
	color: #fff;
	font-size: 11px;
	margin-bottom: 10px;
	font-weight: 400;
	margin-top: 2px;
}
#footer .fa {
	color:#03A9F4;
	padding-right: 10px;
}
/* Copyright */
#copyright {
	background: #252a2d;
	padding-top: 15px;
	padding-bottom: 15px;
}
#copyright p {
	text-align:center;
	font-size: 12px;
	color: #828282;
	font-weight: 300;
	margin-bottom:0px;
}
#copyright .slogan {
	margin-bottom: 5px;
	color: #777777;
	text-transform: uppercase;
	font-size: 11px;
}
#copyright a {
	color:#828282;
}
#copyright a:hover {
	color:#999999;
}