/*Background*/
body{

  background-color: #f2f2f2;

}




.btn-default{
    
    color: #333;
    background-color: #ffcc33;
    border-color: #ffcc33; 
   
}

.btn-default:hover{
    
    color: #ffcc33;
    background-color: #333;
    border-color: #333; 
}

/* Header */

.glyphicon-map-marker:hover,
.glyphicon-home:hover {
    color: #333;
}

span{
color: #ffcc33;
margin-right: 2%;
}

h1{

    font-size: 3.3em;
    font-weight: 500;
}

h2{
 
    font-size: 2.5em;
     font-weight: 400;
}

h3{
    
    font-size: 2em;
     font-weight: 400; 
}

p{
    padding-top: 1%;
    font-size: 1.4em;
}

h1, h2,h3 {
  font-family: 'Exo', sans-serif;
}
p, li, a, div{

  font-family: 'Lato', sans-serif;
}
  .logo img{
      width: 50%;
    height: auto;
    padding: 2%;

  }


.tagline {
    float: left;
    margin: 0;
    position: absolute;
    font-size: 1.2em;
    margin-left: -13%;
    padding: 0%;
}

  .info {
    margin-top: 0%;
  }

  .info p span{
      margin-right: 5px;
  }

  .info p{
    width: 180%;
    margin-left: -80%;
    font-size: 1em;
  }
.info p a {
	font-size: 1em;
}

/*Navigation*/

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-default .navbar-toggle {
    border-color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}

.small-nav{
  display: none;
}
  .navbar-default{
      position: absolute;
      background-color: white;
      border-color: white;
      border-top: 1px lightblue solid;
    border-radius: 0px;

  }

.navbar-form {
    float: right;
        margin-top: 5%;
}

  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
	      width: 135%;
	        margin-top: 4%;
    margin-left: 7%;
  }

  .navbar{
    text-align: center;
  }

  .navbar-nav{
      padding: 2.5%;
	      padding-bottom: 0%;
  }

  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
      color: black;
      background-color: rgba(231, 231, 231, 0);
  }

  .navbar-default .navbar-nav>li>a {
      color: #777;
      font-size: 1.6em;

  }



/*Search Box*/
  .add-on .input-group-btn > .btn {
    border-left-width:0;left:-2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }

  .prod-search{width:20%}

/*Landing page deals*/

    .deals{
         margin-top: 2%;

    }

    .thumbnail {
        padding: 0 0 0 0;
        border: none;
        border-radius: 0;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        cursor: pointer;
    }


    .thumbnail:hover{
       box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
    }

    .thumbnail img {
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .alert {
    padding: 10px;
    background-color: #f44336; /* Red */
    color: white;
    border: none;
border-radius: 0px;
    font-size: 2em;
}

/*Map modal*/


#productImageLoad{
    
     display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */

}

#productImageLoad .modal-content {
    
     margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    border: none;
    padding: 0;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3000; /* Sit on top */
    left: 0;
    top: 0em;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 2% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
     z-index: 3000;
      padding: 3em;
}



  .modal-body{
    width:100%;
    height:400px;
    padding: 0%;

  }

  .modal-header{
    font-size: 1.5em;
  }

/* The Close Button (x) */



.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

#productImageLoad .close{
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#productImageLoad button{
    
    position: relative;
    left: 68%;
    margin-top: 2%;
    margin-bottom: 2%;
}

/*Footer*/


footer {
	background-color:#0c1a1e;
	    min-height: 300px;
}

.footer-logo {
width: 70%;
    /* float: left; */
    height: auto;
    /* padding: 5%; */
    margin: auto;
}
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }
    
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}

.footerleft, .paddingtop-bottom { margin-top:35px; padding:0 36px; }
.logofooter {     margin-bottom: 10px;
    font-size: 3em;
    color: #fff;
    font-weight: 700;
    margin-left: 23%;
    margin-top: -8%;}

.footer-center p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#999;}

.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:16px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }


/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }

.social-icons a {
	color: white;

}

html,
body {
    height: 92%;
}

.carousel{


    z-index: 1;
}

.carousel-control {
    
    opacity: 0.9;
    font-size: 2em;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {

    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.con {
	    margin: 0;
}
