﻿@import url("https://fonts.googleapis.com/css?family=Poppins|Roboto|Roboto+Condensed&display=swap");

/*font-family: 'Poppins', sans-serif;*/

html,
body {
    height: 100%;
}
.btn {
    font-family: 'Roboto Condensed', sans-serif !important;
    text-transform: uppercase;
}

nav, .testimony-slide {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Poppins', sans-serif;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 40px 15px 20px;
}

.footer {
    height: auto;
    background-color: #222;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}



 /* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 0%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 10%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 20px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    padding-top:0px;
    padding-left:20%;
    padding-right:30px;
    padding-bottom:30px;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.cycle-caption {
  position: absolute;
  top: 0.3em;
  right: 1em;
  z-index: 700;
  font-weight: bold;
  color: #fff;
  text-align: right;
}
.cycle-overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 700;
  background-color: rgba(256,256,256,.5);
  padding: 8px 1em 2px;
  font-weight: bold;
}

.slide-name {
  display: block;
  font-size: 1.15em;
}
.slide-town {
  display: block;
}
.slide-year {
  display: block;
  color: blue;
}
.slide-height {
  display: block;
}

#clientdetails-geo_location{
	z-index:0;
}


.text-wrap{
white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
word-break: break-all;
white-space: normal;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

#yii-debug-toolbar {
    display: none !important;
}

.addtocart:hover {
    color: #fff;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-nav > li > a {padding-top:10px !important; padding-bottom:10px !important;}
.navbar {min-height:32px !important}

.productbox {
    border: solid #eeeeee 1px;
    padding: 4px;
}

.customheader {
    font-size: 9px;
    height: 40px;
    line-height: 10px;
}
.logo {
    color: #000;
}
.logo:hover {
    text-decoration: none;
}
.dropdown-menu > li > a {
    padding: 8px 20px;
}
p, div, span, h1, h2, h3, h4, h5, h6, blockquote, .raleway {
    font-family: 'Poppins', sans-serif;
}
.menubar li a {
    color: #08c !important;
    text-transform: uppercase;
    font-weight: bold;
}
nav {
    border-color: #fcfcfc !important;
}
.shoppingcart {
    border: thin solid #fff;
    border-radius: 4px;
    transition: 0.5s;
}
.shoppingcart:hover, .shoppingcart:focus {
    background: none !important;
    border-color: #337ab7;
    transition: 0.5s;
}
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default {
    background-color: #eee;
}
.floating_cart {
    font-weight: bold;
    padding-top: 8px;
    border-bottom: thin solid;
}
.floating_cart:hover, .floating_cart:focus {
    text-decoration: none;
}
.badge {
    margin-top: -20px;
    background-color: #4caf50;
}
span.dec {
	background: #f44336;
	color: #fff;
	transition: 0.3s;
}
span.dec:hover, span.dec:focus, span.inc:hover, span.inc:focus {
	color: #ccc;
	transition: 0.3s;
}
span.inc {
	background: #337ab7;
	color: #fff;
	transition: 0.3s;
}


#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  text-align: center;
  border-radius: 2px;
  padding: 12px;
  position: fixed;
  z-index: 1000;
  left: 50%;
  bottom: 30px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
  animation: fadein 0.5s, fadeout 0.5s 3.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
