@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body {
	background-color: #fff;
	color: #222;
	font: 400 15px/19px ;
	font-family: 'Gudea', sans-serif;
	min-width: 320px;
}

img {
	vertical-align: top;
}

a {
	transition: opacity 0.15s linear;
		text-decoration: none;
}
a:hover{text-decoration: none; color: #ff4400;}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
}

.h1,
h1 {
	font-size: 50px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
}

.h2,
h2 {
	font-size: 30px;
}

.h3,
h3 {
	font-size: 20px;
}

.p-y-5 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.text-underline {
	text-decoration: underline;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.text-green {
	color: rgb(47, 246, 40);
}

.container {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

/*------------------------------*/
/*Header Style*/
.sticky-header {
	position: fixed;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 9999;
}

.sticky-header .top-bar {
	display: none;
}

.top-bar { background:#3275BC;}
.top-bar-locations p {line-height: 1.4;font-size: 12px; margin: -2px 0 0 10px; display: inline-block;}
.top-bar-wrapper {float: right;
	align-items: center;
	justify-content: space-between;
	color: #fff; font-size:18px; font-weight: 500;
	padding:10px 0; 
}
.top-bar-left {padding-top: 5px;}
.top-bar-wrapper .fa {font-size: 25px; margin-right: 5px;}

.top-bar-wrapper a {
	color: #fff; font-size: 18px;
	text-decoration: none;
}

.top-bar-left a:hover {
	color:#fff;
}


.top-bar-info li {
	display: inline-block;
}

.top-bar-right {
	display: flex;
	align-items: center;
}

.header-bottom-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}

.mini-search .searchform .form-group {
	position: relative;
	margin-bottom: 0;
}

.mini-search .searchform .form-group .form-control {
	box-shadow: none;
	padding-right: 30px;
	width: 200px;
}

.mini-search .searchform .form-group .form-control:focus {
	box-shadow: none !important;
	border-color: #ccc;
}

.mini-search .searchform .fa-search {
	transform: rotate(90deg);
	position: absolute;
	background: transparent;
	border: 0;
	top: 7px;
	right: 0;
	font-size: 18px;
	color: #aaa;
	outline: none;
}

.mini-search .searchform .fa-search:hover {
	opacity: 0.7;
}

/*------------------------------*/
/*Nav Bar Style*/

#nav {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
	transition: 0.2s all ease-in-out;
	display: flex;
	align-items: center;
}

#nav .navbar-nav a {
	position: relative;
	font-size: 15px;
	padding: 5px 0;
	font-weight: bold;
	transition: 0.2s all ease-in-out;
}
#nav .navbar-nav a :hover{color: #ff5500 !important;}
#nav .navbar-nav a:hover,
#nav .navbar-nav a:focus {
	text-decoration: none;
	background: transparent;
	transition: 0.2s ease-in-out;
}

#nav .navbar-nav li {
	margin: 0 10px;
	position: relative;
}

#nav .navbar-nav li.active > a {
	background: transparent;
	border-bottom: 1px solid #0f6734;
	color: #0f6734;
}

#nav .navbar-nav li.active a:after {
	display: none;
}
#nav .navbar-nav li a{color: #1b4d95; font-weight:bold;letter-spacing: -.5px;text-transform: uppercase;}
#nav .navbar-nav li a:hover{color:#3275bc;}
#nav .navbar-nav li .sub-menu li {
	margin: 0;
}

#nav .navbar-nav li .sub-menu a {
	color: #000;
	display: block;
	margin: 0; text-align: right;
}
.logo img{max-width:275px;}
#nav .navbar-nav li .sub-menu a:after {
	display: none;
}

.social-icons i.fa {
    position: relative;
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 31px;
    text-align: center;
    font-size: 16px;
    border: 2px solid #cccccc;
    display: inline-block;
    margin: 0 5px 5px 0;
    color: #cccccc;
    border-radius: 99px;
    -webkit-transition: "background-color" 200ms ease-out;
    transition: "background-color" 200ms ease-out;}

/*------------------------------*/
/*Footer Style*/

.footer {
	background-color:#f7f7f7;
	font-size: 16px;
	line-height: 25px;
}

.footer-top {
	padding-top: 50px; border-top: 1px solid #EEE;
	padding-bottom: 50px;
}



.footer-col-1 .mini-post img {
	width: 75px;
}

.footer h4 {
		font-size: 18px;
	font-weight:500;
	line-height: 26px;
}


.footer-bottom {
	text-align: center;
}

.footer-bottom .footer-logo {
	padding-left: 10px;
	padding-right: 20px;
}

.footer-copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #e5e5e5;
	color: #0f6734;
	padding: 20px 0;
}

.footer-copyright a {
	color: #0f6734;
}

.menu-items .shopping-cart,
.menu-items .account-login {
	display: none;
}

.offcanvas-contacts {
	display: none;
}

body.menuOpen {
	position: relative;
}

body:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	content: "";
	opacity: 0;
	visibility: hidden;
	transition: 0.4s all ease-in-out;
	z-index: 1;
}

body.menuOpen:before {
	opacity: 1;    background: rgba(0,0,0,0.6);
	visibility: visible;
}

body.menuOpen .navbar-header {
	display: block;
}

body.menuOpen .close {
	opacity: 1;
}

.navbar-offcanvas {
	transition: 0.4s all ease-in-out;
}

.navbar-offcanvas .navbar-header {
	display: none;
}

.navbar-offcanvas .navbar-header button {
	background: #000;
	position: fixed;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 5px !important;
	padding-left: 3px !important;
}

.offcanvas-contacts .mail {
	display: none;
}

.offcanvas-contacts .account-login {
	display: none;
}
header#header {background: #fff;}
footer .container { margin: 0 auto;}
footer a{color: #999;}
footer ul{list-style: none; padding: 0;}
footer ul li{display: block; text-align: center;}
.open-close {display: inline;}
span.weekday {font-weight: 500;}
.bottom-bar { background:#e5e5e5; color:#999;border-top: 1px solid #bababa; padding: 1em 0;}
.bottom-bar a{color:#999;}
.bottom-bar li{display: inline-block; margin: 0 5px;}
.bottom-bar i {
    margin-right: 6px;
    font-size: 16px;
}
.tx-div.small { margin-bottom: 20px; width: 30px;}
.tx-div {
    display: block;
    height: 3px;
    background-color: #000000;
    opacity: .1;
    margin: 15px 0 15px;
}
h3.widget-title { text-transform: uppercase; font-size: 15px; font-weight: bold;}
/*------------------------------*/
/*Responsive style*/

@media (min-width: 768px) {
	.navbar-toggle { display: none !important;}
	.bottom-bar .container {padding: 0;}
	header#header{height: 160px;}
	.navbar-nav{margin-top: 25px;}
	.header-bottom { position: absolute; top: 0; width: 100%;}
	.mobile-logo,
	.mobile-phone-number {
		display: none;
	}

	.display-on-mobile {
		display: none;
	}

	/* .navbar-nav > li {
        float: none;
    } */
	.footer-bottom {
		padding-top: 36px;
	}
}

@media (min-width: 992px) {
	.footer-row {
		margin: 0 -25px;
	}

	.footer-col {
		padding: 0 25px;
	}
}

@media (min-width: 1200px) {
	#nav .navbar-nav li .sub-menu {
		position: absolute;
		top: 80px;
		left: 0;
		width:180px;
		background-color: #fff;
		padding:10px 0;
		margin: 0;
		list-style: none;
		overflow: hidden;
		z-index: 10;
		display: none;
		-webkit-box-sizing: border-box;
	}
	#nav .navbar-nav li .sub-menu a{border-bottom:1px solid #ccc; padding:10px;}
#nav .navbar-nav li .sub-menu a:hover { color: #FF5500; border-bottom:2px solid #FF5500;}
	#nav .navbar-nav li:hover .sub-menu {
		display: block;
	}
	#nav .navbar-nav a i{color: #1b4d95; font-weight: bold;}
#nav .navbar-nav a:hover:before{right: 0;}
	#nav .navbar-nav a:hover:after {
		width: 100%;
		opacity: 1;
		bottom: -2px;
	}

	.dropdown.mega-menu .sub-menu {
		width: 1000px !important;
		right: -170px;
		left: auto !important;
		letter-spacing: -4px;
		font-size: 0;
	}

	.dropdown.mega-menu .sub-menu li {
		display: inline-block;
		padding: 20px 10px 20px 10px;
		width: 20%;
		vertical-align: top;
		letter-spacing: 0;
		font-size: 16px;
	}

	.dropdown.mega-menu .sub-menu li a {
		font-family: "Patua One", cursive !important;
		font-size: 16px !important;
		text-transform: none;
		color: #000000;
		padding: 0;
	}
}

@media (max-width: 1199px) {
	#nav .navbar-nav li a:hover{color: #000;}
	#nav .navbar-nav li .sub-menu li {  margin: 0;  padding:5px 0;}
	.header-bottom .logo{width: 100%; text-align: center;}
	.top-bar{margin-top: 50px;}
	.top-bar .mini-search {
		display: inline-block;
	}

	.header {
		padding-top: 0;
	}

	#nav {
    order: 2;
    width: 100%;
    top: 0;
    right: 0;
    padding-left: 10px; z-index: 999;
	}

	/* #nav .navbar-nav {
        padding-top: 70px;
    } */
	#nav .navbar-toggle {
		margin: 0;
		border: 0;
		border-radius: 0;
		color: #fff;
		padding: 0;
	}

	.navbar-offcanvas { z-index: 9999;background: #fff;text-align: left;	}

	.offcanvas-toggle .icon-bar {
		background: #000 !important;
		height: 3px;
		width: 25px;
	}

	.offcanvas-toggle.isOpen .icon-bar:nth-child(4) {
		-webkit-transform: rotate(45deg) translate(-6px, -6px) !important;
		transform: rotate(45deg) translate(-6px, -6px) !important;
		margin: 0;
	}

	.offcanvas-toggle.isOpen .icon-bar:nth-child(3) {
		-webkit-transform: rotate(-45deg) translate(4px, -4px);
		transform: rotate(-45deg) translate(4px, -4px);
	}

	.offcanvas-toggle.isOpen .icon-bar:nth-child(2) {
		opacity: 0;
	}

	#nav .navbar-nav a {
		color: #000;
		display: block;
	}

	.navbar-offcanvas .btn-primary:hover {
		border-color: #fff !important;
		background-image: none;
		background: transparent;
	}

	.top-bar-info .address,
	.top-bar-left {
		display: none;
	}

	.top-bar-right {
		display: flex;
		justify-content: center;
		align-items: center;
	}
 body.offcanvas-stop-scrolling.menuOpen nav#nav {position: relative;}
	.header-bottom .mini-search {
		display: none;
	}
	.menu-items {
		display: flex;
		align-items: center;
		margin-left: auto;
	}

	.menu-items .shopping-cart,
	.menu-items .account-login {
		display: inline-block;
	}

	.menu-items .shopping-cart i,
	.menu-items .account-login i {
		font-size: 16px;
	}

	.menu-items .shopping-cart a,
	.menu-items .account-login a {
		font-size: 13px;
		color: #0c0c0c;
	}

	.menu-items .shopping-cart a:hover,
	.menu-items .shopping-cart a:focus,
	.menu-items .account-login a:hover,
	.menu-items .account-login a:focus {
		text-decoration: none;
	}

	#nav .navbar-nav li.active > a {
		border: 0;
	}

	/* #nav .navbar-nav li + li {
        border-top: 1px solid rgba(51, 51, 51, 0.08);
    } */
	.navbar-nav {
		float: none !important;
	}

	.navbar-offcanvas.in {
		box-shadow: none !important;
	}

	#nav .navbar-nav li {
		margin: 0; text-align: right;padding: 0 15px;
	}

	#nav .navbar-nav li > a {
		margin: 0;
		padding: 0;
	}

	#nav .navbar-nav > li > a {
		padding: 15px 0;
	}

	.navbar-offcanvas {
		padding: 30px 30px 30px;
		height: 100% !important;
	}

	.navbar-nav > li {
		float: none !important;
	}

	.offcanvas-contacts {
		display: block;
		font-size: 13px;
		font-weight: 500;
		line-height: 1;
		padding-top: 20px;
	}

	.offcanvas-contacts a {
		color: #333;
	}

	.offcanvas-contacts .phone {
		padding-left: 20px;
		position: relative;
	}

	.offcanvas-contacts i {
		font-size: 16px;
		position: absolute;
		top: 2px;
		left: 0;
	}

	.offcanvas-contacts span {
		display: block;
	}

	.offcanvas-contacts .social-lists {
		padding-top: 15px;
	}

	.navbar-offcanvas {
		max-width: 300px;
		left: -300px;
	}

	body.menuOpen {
		overflow: hidden;
	}

	body.menuOpen .navbar-offcanvas {
		-webkit-transform: translateX(300px) !important;
		transform: translateX(300px) !important;
		background: #f9f9f9;
		box-shadow: inset -10px -10px 30px  #999;
	}

	.navbar-nav > li > a > .icon-plus {
		display: inline-block;
		padding: 4px 1px 4px 30px;
		font-size: 18px;
		position: absolute;
		right: 0;
		top: 50%;
		width: 20px;
		height: 20px;
		transform: translateY(-50%);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		background: url("../images/plus.svg") no-repeat;
	}

	.navbar-nav > li > a > .icon-plus.rotate-close {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		top: 20px;
	}

	.sub-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		padding-left: 10px; background: #e0e0e0;
	}
	.dropdown{background: #e0e0e0;}
	.navbar-offcanvas .navbar-header .offcanvas-toggle .icon-bar {
		background-color: #fff !important;
	}
}

@media (max-width: 767px) {
	.footer-col-1,
	.footer-col-2 {
		margin-bottom: 30px;
	}

	.footer-bottom {
		text-align: center;
	}

	.footer-copyright {
		flex-flow: column;
	}

	.top-bar-info li:last-child, .top-bar {
		display: none;
	}

	.top-bar-wrapper {
		justify-content: center; display: none;
	}

	.menu-items .account-login {
		display: none;
	}

	#nav {
		order: 0;
	}

	.header-bottom .logo {
		order: 3;
	}

	.offcanvas-contacts .address {
		display: none;
	}

	.offcanvas-contacts .mail {
        display: block;
        position: relative;
        padding-left: 20px;
    }
    
    .offcanvas-contacts .mail a {
        color: #bfa572;
    }

	.offcanvas-contacts .account-login {
        display: inline-block;
        padding-left: 20px;
        position: relative;
	}

	.offcanvas-contacts .phone {
		display: inline-block;
		padding-right: 20px;
    }
    
    .offcanvas-contacts i {
        top: -3px;
    }
}

@media (max-width: 479px) {
	#nav .navbar-toggle {
		top: 30px;
	}

	.top-bar-left {
		flex-flow: column;
	}

	#nav .navbar-toggle {
		top: 0;
	}
}
