/*------------------------------------------------------------------
File:		custom css
Project:	24/7 Refrigerator Service
Author: 	http://drivenlocal.com/ - AG
-------------------------------------------------------------------*/
body { 
	color: #000;
	font:400 16px / 1.5 "Roboto", sans-serif;
}
em { color: #000; }
h1, h2, h3, h4, h5, h6 {
	margin:0 0 15px;
	font-family: 'Fira Sans', sans-serif;
	font-weight:700;
	color:#e40001;
	text-transform:none;
}
h3 { color: #333336; }
h5 {
	color: #bd1715;
	text-transform: uppercase;
	font-weight: 500;
}
h6 { font-weight: 500; }
.frame {
	padding: 2px;
	border: 1px solid rgba(51, 51, 54, 0.25);
	width: 150px;
}
.text-red { color: #bd1715; }
.hide { display: none; }

/* ===== Header ===== */
.top-bar {
	background: #4265aa;
	padding: .5em 0;
}
.top-bar p { 
	color: #fff; 
	margin-bottom: 0;
	float: left;
}
.top-bar .social-top { 
	float: right; 
	text-align: right;
}
.social-top a i { 
	color: #fff;
	font-size: 1.4em;
	line-height: 1; 
}
.social-top a:hover i { color: #ededed; }
header {
	background: #a5a5a5;
	background: -moz-linear-gradient(top,  #a5a5a5 0%, #c6daef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5a5a5), color-stop(100%,#c6daef));
	background: -webkit-linear-gradient(top,  #a5a5a5 0%,#c6daef 100%);
	background: -o-linear-gradient(top,  #a5a5a5 0%,#c6daef 100%);
	background: -ms-linear-gradient(top,  #a5a5a5 0%,#c6daef 100%);
	background: linear-gradient(to bottom,  #a5a5a5 0%,#c6daef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#c6daef',GradientType=0 );
}
header .uk-container {
	padding:.5em 1em;
}
.logo img {
	float: left;
	max-height: 150px;
}
.phone {
	float: right;
	text-align: center;
}
.phone h1 span { color: #4366ab; }
.phone h1 a { color: rgb(67, 102, 171); }
.phone h2 { color: #07d; }
.phone h1 a:hover { text-decoration: none; }
.phone .box {
	background: #fff;
	border: 2px solid #333336;
	padding: 10px;
	text-align: center;
}
.phone h6, .phone h5, .phone p { margin:3px 0; }
.phone .box p { margin-bottom: 0; }
.phone i { display: none; }

@media screen and (max-width: 900px) {
	.top-bar .uk-container { padding: 0 10px; }
	.logo img { max-height: 135px; }
}
@media screen and (max-width: 850px) {
	.top-bar .uk-container { padding: 0 5px; }
	.top-bar p { float: none; text-align: center; }
	.top-bar .social-top { display: none; }
	.logo img, .phone { float: none; text-align: center; display: block; margin: 0 auto; }
	.phone h1 { margin-top: .5em; margin-bottom: 0; }
	.phone .box { width: auto; display: inline-block; }
}
@media screen and (max-width: 724px) {
	.top-bar p { font-size: 14px; }
}
@media screen and (max-width: 480px) {
	.phone h1 span { display: none; }
	.phone h1 { background: #0066cc; border: 3px solid #333336; border-radius: 6px; margin-bottom: 10px; padding: 4px 5px 0; }
	.phone h1 a { color: #ededed; }
	.phone i { display: inline-block; }
	header { max-width: none; }
}
@media screen and (max-width: 340px) {
	.phone h1 { font-size: 2em; }
}

/* ===== Navigation ===== */
.menuToggle { display: none; }
nav {
	clear: both;
	background: #4366ab;
	z-index: 9999;
	border-radius: 0 0 5px 5px;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.9);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.9);
}
nav ul {
	margin:0;
	padding:0;
	list-style:none;
	width: 100%;
	text-align: center;
}
nav ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
}
nav ul li a {
	color: #fff;
	padding: 15px 2em;
	display: block;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	line-height: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
nav ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #e40001;
	border-bottom: 1px solid #fff;
}
nav ul li.active { background: #e40001; border-bottom: 1px solid #fff; }
/*nav ul li.active { background: #4366ab; }*/

@media screen and (max-width: 1220px) {
	nav ul li a { padding: 15px 1em; }
}
@media screen and (max-width: 1000px) {
	nav ul li a { padding: 15px .75em; }
}
@media screen and (max-width: 935px) {
	nav ul li a { padding: 15px .6em; font-size: 1.05em; }
}
@media screen and (max-width: 870px) {
	nav ul li a { padding: 16px .5em; font-size: 1em; }
}
@media screen and (max-width: 811px) {
	#show_menu { display: block; }
}
@media screen and (max-width: 811px) {
	.menuToggle { background: #0066cc; border-radius: 0 0 5px 5px; width:100%; padding:10px 0; display:block; color:#fff; text-align:center; font-size:1.1em; }
	.menuToggle:hover, .menuToggle:active, .menuToggle:focus { color:#fff; text-decoration:none; }
	nav { position: relative; }
	#show_menu { display:none; z-index: 9999; position: absolute; top: 42px; left: auto; right: auto; }
	nav ul li { background: #0066cc; width:100%; max-width:none; display:block; float:left; margin:0; padding:0; border-bottom:1px solid #005bb7; }
	nav ul li a { background:none; display:block; padding:10px 0; border:none; height:auto; font-size:1.1em; }
	nav ul li:last-child { border-radius: 0 0 5px 5px; }
}
@media screen and (max-width: 480px) {
	#show_menu { max-width: none; }
}

/* ===== Hero ===== */
.hero {
	background: url(images/hero.jpg) top center;
	border-bottom: 3px solid #333336;
	height: 400px;
	position:relative;
	z-index: -1;
}
.hero_wine {
	background: url(images/banner2.jpg) top center;
	border-bottom: 3px solid #333336;
	height: 300px;
	position:relative;
	z-index: -1;
}
.hero .uk-container { 
	position: relative; 
	height: 300px; 
	padding: 0; 
	overflow: hidden;
}
.hero_wine .uk-container { 
	position: relative; 
	height: 300px; 
	padding: 0; 
	overflow: hidden;
}
.promise {
	background: rgba(51,51,54,.8);
	position: absolute;
	bottom: -140px;
	left: 0;
	top: auto;
	border-radius: 200px;
	width: 400px;
	height: 400px;
	z-index: 1;
}
.promise-text {
	background: rgba(255,255,255,.9);
	position: absolute;
	bottom: 10px;
	left: 10px;
	top: auto;
	padding: 85px 10px 0;
	text-align: center;
	border-radius: 190px;
	width: 380px;
	height: 380px;
	z-index: 1;
}
.promise h6 { margin-bottom: 2px; }

@media screen and (max-width: 480px) {
	.hero { background: url(images/hero-m.jpg) top right no-repeat; background-size: cover; height: 141px; }
	.hero .uk-container { height: 141px; }
	.promise {
		bottom: -75px;
		left: 5px;
		border-radius: 150px;
		width: 300px;
		height: 300px;
	}
	.promise-text {
		padding: 30px 10px 0;
		border-radius: 140px;
		width: 280px;
		height: 280px;
	}
}

/* ===== Main Content ===== */
.main-content { 
	padding-top:1em;
	padding-bottom: 2em;
	background: rgba(247, 237, 151, 0.1);
}

/* ===== Content Area ===== */
.content {
}
.cta {
	text-align: center;
	margin: 1em 0;
}
.cta h5, .cta h3, .cta p { margin: 0; }
.content ul { list-style: none; padding-left: 50px; }
.content ul li {
	margin-bottom: 5px;
}
.content ul li:before { margin: 0 5px 0 -20px !important; }
.brands-list {
	background: rgba(255,255,255,.8);
	border:4px double #e2e2e2;
}
.content ul ul { list-style-type: disc; }
.content ul ul li:before { display: none; }
.brands-list .uk-width-small-1-3 { border-right: 4px double #e2e2e2; }
.brands-list .uk-width-small-1-3:last-of-type { border-right: none; }
.brands-list ul {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.brands-list ul li:before { display: none !important; }
.fridge-brands {
	border:4px double #e2e2e2;
	background: rgba(255,255,255,.5);
	padding: 10px 15px;
	margin-bottom: 1em;
	text-align: center;
}
.fridge-brands img {
	background: #fff;
	margin: 4px 2px;
	border:1px solid #e2e2e2;
}
.fridge-brands .spacer {
	width: 150px;
	height: 75px;
	margin: 4px 2px;
	border:1px solid rgba(255,255,255,.5);
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.content { margin-bottom: 1.5em; }
	.content ul { text-align: left; display: table; margin: 1em auto; max-width: 70%; padding-left: 5px; }
	.content ul ul { margin: 1em 0; padding-left: 40px; max-width: none; }
	.brands-list ul { margin: 0; text-align: center; display: block; max-width: none; }
	.uk-align-medium-right, .uk-align-medium-left { margin-right: auto; margin-left: auto; }
}
@media screen and (max-width: 480px) {
	.content ul { max-width: none; }
	.brands-list { padding: 10px; }
	.brands-list ul { padding: 0; }
	.brands-list .uk-width-small-1-3 { border-right: none; }
}
@media screen and (max-width: 410px) {
	.fridge-brands .spacer { display: none; }
}

/* ===== Sidebar =====*/
.sidebar {
}
/* Widgets */
.widget {
	margin-bottom: 1em;
}
.widget-title h2 {
	font-weight: 400;
	margin-bottom: 0;
}
.widget-content {
	background: rgba(213,217,226,.8);
	border:1px solid #e2e2e2;
	padding: 10px;
}
.widget-content h5, .widget-content p { margin-bottom: 5px; }
.sidebar ul {
	list-style: none;
	padding: 0;
	margin:0 0 0 5px;
}
.sidebar ul li {
	margin-bottom: 3px;
}
.sidebar ul li:before, .content ul li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f0ad";
	margin:0 5px 0 -5px;
	color: #4366ab;
}
@media screen and (max-width: 768px) {
	.sidebar { text-align: center; }
}

/* ===== Footer ===== */

footer { 
	background: #4265aa; 
	color: #ededed;
}
footer a, footer a:hover { color: #ededed; }
.footerTop {
	background: #889abf;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 2px solid #000;
}
.footer-logo { height: 130px; }
p.footer-logo-p {
    float: left;
    position: absolute;
    margin-top: 105px;
    margin-left: 45px;
}
.footerTop h2, .footerTop h4, .footerTop h6 { text-shadow:1px 1px 1px #000; color: #ededed; }
.footerTop ul { 
	list-style: none; 
	margin:0;
	padding: 0;
}
.footerTop ul li { margin-bottom: 2px; }
.footerTop ul i { font-size: 1.2em; margin-right: 10px; }
.copyright {
	padding-top: .5em;
	padding-bottom: .5em;
}
.copyright-data { float: left; }
.copyright p { margin: 0 0 5px; }

/* Back to Top link */

.backtotop {
	background: rgba(228, 0, 1, 0.8);
	padding: 10px 15px;
	font-size: 18px;
	color: #FFF;
	border-radius: 3px;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	float: right;
}
.backtotop:hover { background: rgba(0,0,0,0.4); text-decoration: none; }

@media screen and (max-width: 818px) {
	.footer-logo { height: 115px; }
	.copyright p { text-align: center; }
	.copyright-data, .backtotop { float: none; }
	.backtotop { display: table; margin: .7em auto; }
}
@media screen and (max-width: 768px) {
	.footerTop .uk-width-1-1 { margin-bottom: 2em; position: relative; }
	.social-footer li { text-align: left; float: left; width: 50%; padding-left: 1.5em; }
	.footer-logo { position: absolute; top: 0; left: 7em; height: 100px; }
}
@media screen and (max-width: 620px) {
	.footerTop .uk-width-1-1 { margin-left: 2em; }
	.footer-logo { left: 4em; }
}
@media screen and (max-width: 620px) {
	.footerTop .uk-width-1-2 { width: 100%; margin-bottom: 2em; }
	.footerTop .uk-width-1-2:last-of-type { margin-bottom: 0; }
	.footer-logo { left: 1em; }
	.social-footer { max-width:400px; display: table; margin: auto !important; }
}
@media screen and (max-width: 480px) {
	.footer-logo { left: -1em; }
}
@media screen and (max-width: 355px) {
	.footer-logo { left: -1.75em; }
}

.breadcrumb{
    padding: 10px;
    background: #fefdf4;
}

.error_img{
    
}

