@charset "UTF-8";
/* CSS Document 
Author Name: Saptarang
Author URI: http://www.saptarang.org
Themeforest: http://themeforest.net/user/saptarang?ref=saptarang
Creation Date: 5th March, 2015
Description: A default stylesheet for Products & Services Landing Page Templatee, Designed & Developed By Saptarang.

------------ TABLE OF CONTENT ------------

- GENERAL
- HEADER
- SLIDER
- FEATURES
- SERVICES
- ABOUT
- SPECIAL OFFER
- GALLERY
- TEAM
- FAQ
- TESTIMONIAL
- SUBSCRIBE BOX
- MAP AND SOCIAL
- CONTACT
- COPYRIGHT
- TRANSITION CSS
- RESPONSIVE CSS

*/
/* ================================= */
/* ------------ GENERAL ------------ */
/* ================================= */
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-family: 'Open sans', Aria, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.714em;
	-webkit-font-smoothing: antialiased !important;
}
html, body {
	width: auto !important;
	overflow-x: hidden !important;
}
body {
	background-color: #fff;
	overflow-y: hidden !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open sans', Arial, sans-serif;
	margin: 0;
}
h1 {
	font-size: 5.85em;
	font-weight: 800;
	margin: 0;
	line-height: 0.85em;
}
h2 {
	font-size: 3.35em;
	font-weight: 800;
	margin-bottom: 0.35em;
}
h3 {
	position: relative;
	display: block;
	font-size: 1.85em;
	font-weight: 800;
	padding: 0.68em 1.35em 0.68em 3.35em;
	margin-bottom: 1em;
	text-transform: capitalize;
	overflow: hidden;
	box-sizing: border-box;
	color: #fff;
	white-space: nowrap;
}
h3 span {
	display: table;
	color: #fff;
	text-align: center;
	top: 0;
	right: auto;
	bottom: 0;
	left: -0.35em;
	position: absolute;
	width: 3em;
	height: 2.50em;
	-moz-transform: skewX(15deg);
	-webkit-transform: skewX(15deg);
	-o-transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	transform: skewX(15deg);
	z-index: 0;
}
h3 i {
	top: 0.75em;
	right: auto;
	bottom: 0;
	left: 0.75em;
	position: absolute;
	text-align: center;
	z-index: 9;
}
h4 {
	font-size: 3em;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 0.5em;
}
h4 small {
	display: block;
	font-weight: 100;
	text-transform: capitalize;
}
h5 {
	font-size: 1.85em;
	font-weight: 700;
	margin: 0.3em 0;
	text-transform: capitalize;
}
h6 {
	font-size: 1.286em;
	font-weight: 500;
	padding-bottom: 0.65em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.white {
	color: #fff;
}
a {
	text-decoration: none;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
	color: darken #ff67ab, 5%;
}
:focus, :active {
	outline: none !important;
}
p {
	margin: 0.3em 0 1.5em;
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=datetime], .form-control {
	display: block;
	background-color: #fff !important;
	padding: 1em;
	border: 5px solid #FFF;
	margin-bottom: 1.5em;
	height: 4.35em;
	font-size: 1em;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08);
}
textarea {
	min-height: 8em;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus, input[type=number]:focus, input[type=datetime]:focus, .form-control:focus {
	box-shadow: none;
	border: 5px solid rgba(0, 0, 0, 0.1) !important;
	background-color: white !important;
}
.no-border {
	border: none !important;
	border-style: none !important;
}
.no-padding {
	padding: 0 !important;
}
.clearfix {
	clear: both;
}
.no-margin {
	margin: 0 !important;
}
img.pull-right {
	margin: 0px 0px 1.5em 1.5em;
	border-radius: 0 !important;
}
img.pull-left {
	margin: 0px 1.5em 1.5em 0px;
	border-radius: 0 !important;
}
i {
	margin-right: 0.3em;
}
.btn {
	text-transform: uppercase;
	font-weight: 500;
	border: none;
	border-radius: 0;
	color: #FFF;
	text-align: center;
	padding: 0.8em 1.5em;
	/*text-shadow: 1px 1px 3px #FFF;*/
}
blockquote {
	font-size: 1.1em;
}
.tooltip {
	white-space: nowrap;
	top: -3em;
}
ul.list-default {
	list-style-type: none;
	padding: 0;
	margin: 1.5em 0;
}
ul.list-default li {
	padding: 0.5em 0 0.5em 2em;
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
ul.list-default li:hover {
	background-color: #fbfbfb;
	padding-left: 2.5em;
}
ul.list-default li:first-child {
	border: none;
}
ul.list-default li:before {
	content: "\f054";
	font-family: FontAwesome;
	font-size: 0.7em;
	position: absolute;
	left: 0;
	top: 0.8em;
}
ul.list-default li:hover:before {
	left: 1em;
}
a.top {
	display: none;
	color: #fff;
	text-align: center;
	padding: 0.8em 0.8em 1em 1.3em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	border-radius: 0.2em;
	position: fixed;
	right: 1em;
	bottom: 1em;
	opacity: 0.8;
}
a.top:hover {
	opacity: 1;
}
.page-block-big {
	position: relative;
	padding: 11em 0 10em;
}
.page-block {
	position: relative;
	padding: 3em 0;
	overflow: hidden;
}
.page-block-small {
	padding: 3em 0 1.85em;
}
.page-block-full {
	padding: 6.5em;
}
#preloader {
	display: block;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
#preloader img {
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 50%;
	right: auto;
	margin: -64px 0 0 -64px;
}
i.round {
	width: 2.15em;
	height: 2.15em;
	line-height: 2.15em;
	font-size: 1.35em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
.container-wide {
	width: 100%;
	padding: 0;
	margin: 0;
}
.carousel-indicators li, .carousel-indicators li.active {
	border: none;
	margin: 1px 5px !important;
	width: 1.15em;
	height: 1.15em;
}
.carousel-indicators li.slide-target{
	background-color:#f50023;
}
.cssclass {
	font-family: 'Open sans', Arial, sans-serif;
}
.list-inline > li {
	vertical-align: middle;
}
.wideBG {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	padding: 0;
}
.wideBG > div {
	min-height: 50em;
}
.BGwhite {
	background-color: #fff;
}
/* Light box classes */
.pp_nav p {
	line-height: 1em;
}
.pp_social {
	margin-top: 0.5em;
	float: none;
}
.pp_social .facebook {
	min-width: 100px;
}
/*Header*/
.header{width:100%;position: absolute;z-index:999;display:block;text-align:center;}
.search{display:none}
.logo a{
	display: inline;
	margin: 0 50px;
}
.bg-menu{
height:138px;
display:block;	
background: url('bg-menu-default.jpg') top center no-repeat;
background-size: auto;
background-size: cover;
}
/* ================================= */
/* ------------ MENU ------------ */
/* ================================= */
.header-mobile{display:none}
A.toggle .icon-menu,A.toggle .icon-search{color:#FFF}
.menu{background-color:#f5f5f5}
.menu .icon-home::before{font-size:1.4em}
#menu-mobile{display:none}
.menu-component{display:none;color:#222;line-height:42px;clear:both;float:none;width:100%;position:relative;z-index:999;margin:0;padding:0;font-weight:700}
.menu-component:after{content:"";display:table;clear:both}
.menu-component ol,.menu-component ul{list-style:none;margin:0;padding:0;text-align:center}
.top-level-menuitem{margin:0}
.pt-3{padding-top:30px}
.py-3{padding-top:30px;.padding-bottom:30px}
.px-2{padding-left:20px;.padding-right:20px}
.px-3{padding-left:30px;.padding-right:30px}
/* ================================= */
/* ------------ HEADER ------------ */
/* ================================= */
header.home{
	position:absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
.rightnav {
	margin-top: 1.5em;
	text-align: right;
}
.list-inline > li.phone {
	position: relative;
	padding-left: 3.5em;
	font-size: 1em;
}
.navbar-default {
	background-color: transparent;
	border: none;
}
.navbar-nav {
	width: 100%;
	text-align: right;
	font-size: 0;
}
.navbar-nav li {
	display: inline-block;
	float: none;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
	color: #FFF;
	text-decoration: none;
	padding: 0.65em 1em;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:focus {
	color: #FFF;
	-webkit-border-radius: 5em;
	border-radius: 5em;
}
.navbar {
	min-height: 1em;
	margin: 0;
}
.navbar-default .navbar-toggle {
	margin: 0;
	border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
/* ================================= */
/* ------------ SLIDER ------------ */
/* ================================= */
#slides {
	position: relative;
}
#slides .scrollable {
 *zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}
#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}
#slides .slides-navigation {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	z-index: 3;
	top: 43%;
	width: 100%;
}
#slides .slides-navigation a {
	position: absolute;
	display: block;
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 3em;
	height: 3em;
	line-height: 3em;
	font-size: 1.50em;
	text-align: center;
}
#slides .slides-navigation a i {
	margin: 0;
	color: #fff;
}
#slides .slides-navigation a.prev {
	left: 0;
}
#slides .slides-navigation a.next {
	right: 0;
}
#slides .slides-navigation a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#slides .slides-pagination {
	display: none;
}
#slides .slide {
	position: relative;
}
#slides .slide .slide-caption {
	display: block;
	background: url(img/body-bg1.png) repeat 0 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
#slides .slide .slide-caption .container {
	margin-top: 18%;
}
#slides .slide .slide-caption .container h3 {
	display: inline-block;
	position: relative;
	padding: 0.68em 1.5em 0.68em 3.35em;
	font-size: 1.5em;
	font-weight: 100;
}
#slides .slide .slide-caption .container h1 {
	color: #fff;
}
#slides .slide .slide-caption .container p {
	font-size: 1.15em;
	color: #fff;
	margin-top: 0;
	text-align: center;
}
#slides .slide .slide-caption .btn {
	border: none;
}
.holder {
	background-color: rgba(0, 0, 0, 0.15);
	top: auto;
	right: 0;
	bottom: 5%;
	left: 0;
	position: absolute;
	width: 2.5em;
	height: 3.85em;
	z-index: 9;
	border: 2px solid #FFF;
	margin: 0 auto;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	-ms-border-radius: 3em;
	border-radius: 3em;
}
.moreArrow {
	display: block;
	font-size: 1em;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
}
/* ================================= */
/* ------------ FEATURES ------------ */
/* ================================= */
.features {
	padding: 0;
}
.features .row > div {
	padding: 5em 2.50em;
}
.features h4, .features h4 small, .features p {
	color: #fff;
}
.middleBox {
	padding-bottom: 99999px !important;
	margin-bottom: -99999px !important;
}
/* ================================= */
/* ------------ SERVICES ------------ */
/* ================================= */
.products {
	margin-top: 8em;
}
#products.page-block {
	padding-bottom: 0;
}
#productList {
	margin: 3em 0;
}
#productList .carousel-indicators {
	display: block;
	position: relative;
	margin: -9em auto 1em auto;
	text-align: center;
	left: 0;
	width: 100%;
}
#productList .carousel-indicators > li {
	display: block;
	position: relative;
	float: left;
	text-indent: 0;
	width: 19%;
	height: auto;
	margin: 0.50%;
	text-align: center;
	border: none;
	border-radius: 0;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}
#productList .carousel-indicators > li img {
	background-color: #fff;
	padding: 0.85em;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
#productList .carousel-inner {
	margin-top: 2.5em;
	min-height: 27em;
}
#productList .img-half {
	display: inline-block;
	width: 48%;
	margin: 1.15em 0;
}
#productList .img-half.first {
	margin-right: 3%;
}
#productList .carousel-inner img {
	width: 105%;
	height: auto;
}
.serviceInfo {
	padding-left: 3em;
}
#productList h2 span {
	top: 0;
	right: auto;
	bottom: auto;
	left: -1.15em;
	position: absolute;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.35em;
	font-size: 1.15em;
	font-weight: 100;
	color: #fff;
	text-align: center;
}
.price {
	font-size: 1.35em;
	font-weight: 500;
	padding: 0.15em 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-style: solid none;
	margin-bottom: 0.85em;
}
.price span {
	font-weight: 700;
}
.option, #productList p {
	margin-bottom: 1.85em;
}
.option li {
	padding: 0.30em 0.85em;
	color: #fff;
	margin: 0.50em 0.15em;
}
/* Common style */
.galleryImg {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	border: 0.90em solid #fff;
	margin-top: 1px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.galleryImg img {
	position: relative;
	display: block;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.galleryImg:hover img {
	position: relative;
	opacity: 0.65;
	filter: alpha(opacity=65);
	display: block;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.galleryImg a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.galleryImg a span {
	display: table;
	top: auto;
	right: auto;
	bottom: 1em;
	left: 1em;
	position: absolute;
	width: 3.5em;
	height: 3.5em;
	text-align: center;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.galleryImg a span i {
	display: table-cell;
	font-size: 1.35em;
	vertical-align: middle;
	color: #fff;
	margin: 0;
}
.galleryImg:hover a span {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.otherProducts {
	position: relative;
	overflow: visible;
	padding-bottom: 7em;
}
.otherProducts .boxHeading {
	display: block;
	text-align: center;
	margin: 0 auto 3em;
}
.otherProducts .boxHeading h3 {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.otherProducts ul {
	font-size: 0;
	margin: 0;
	padding: 0;
}
#proList li {
	display: none;
	background-color: #fff;
	position: relative;
	margin: 0;
	padding: 1.5em;
	overflow: hidden;
	width: 31.33%;
	margin: 1%;
	-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.08);
	float: left;
}
#proList li:hover {
	-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
}
#proList li .image {
	position: relative;
	width: 35%;
	height: auto;
	float: left;
	margin-right: 5%;
	overflow: hidden;
}
#proList li .productInfo {
	width: 60%;
	float: left;
}
#proList li .productInfo small {
	display: block;
	opacity: 0.65;
	font-weight: 400;
	margin-top: 0.85em;
}
.otherProducts .price {
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	position: absolute;
	display: block;
	font-size: 1.35em;
	font-weight: 700;
	color: #FFF;
	padding: 0.15em 0;
	min-width: 3.5em;
	min-height: 2.5em;
	text-align: center;
	line-height: 2.35em;
	border-style: solid;
}
#proList li .productInfo .price small {
	display: inline-block;
	margin: 0 3px 0 0;
}
#proList li .productInfo p {
	margin-bottom: 0;
}
#proList li .image .link {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	text-align: center;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
#proList li .image:hover .link {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#proList li .image .link a {
	display: table;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	position: absolute;
	color: #fff;
	height: 100%;
	width: 100%;
}
#proList li .image .link a i {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	font-size: 1.85em;
}
/* ================================= */
/* ------------ ABOUT ------------ */
/* ================================= */
#about {
	background-image: url(img/slider/slide4.jpg);
	background-attachment: fixed;
	background-size: cover;
}
/* ================================= */
/* ------ SPECIAL OFFER ------ */
/* ================================= */
#offer {
	padding-bottom: 0;
}
#offer p {
	margin-bottom: 0;
}
.offer h1 {
	margin-top: 0.50em;
	text-align: center;
	font-weight: 100;
	font-size: 3.85em;
}
.offer h1 span {
	font-weight: 800;
	font-size: 1.5em;
	margin-right: 0.15em;
}
.extra i {
	width: 1.85em;
	height: 1.85em;
	font-size: 3em;
	line-height: 1.5em;
	margin-bottom: 0.35em;
}
.extra > div:hover i {
	color: #FFF;
}
/* ================================= */
/* ------------ GALLERY ------------ */
/* ================================= */
.wideGallery {
	width: 100% !important;
}
.aboutGallery .galleryImg {
	width: 25%;
	float: left;
	margin: 0;
	border: 0;
	box-shadow: none;
}
.aboutGallery .galleryImg img {
	width: 100%;
	height: auto;
}
/* ================================= */
/* ------------- TEAM ------------- */
/* ================================= */
#team h2 {
	text-transform: capitalize;
	font-size: 3em;
	margin-bottom: 0.85em;
	text-align: center;
}
.member {
	position: relative;
	overflow: hidden;
}
.member .img {
	width: 100%;
}
.member .img img {
	width: 100%;
	height: auto;
}
.member .info {
	position: absolute;
	bottom: -11.85em;
	padding: 1.5em;
}
.member .info h6, .member .info h6 small, .member .info strong, .member .info p, .member .info .social i {
	color: #fff;
}
.member .info h6 small {
	display: block;
	padding: 0.50em 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 0.5em;
}
.member .info h6 {
	margin-bottom: 0.65em;
	padding: 0;
	border: none;
}
.member .info p {
	font-size: 12px;
}
.member .info i {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.1);
	width: 2.65em;
	height: 2.65em;
	line-height: 2.65em;
	font-size: 1em;
	text-align: center;
}
.member .info p, .member .info .social {
	margin-bottom: 3em;
}
.member .info .social li {
	padding: 0;
}
.member:hover .info h6, .member:hover .info strong, .member:hover .info .social {
	margin-bottom: 0.85em;
}
.member:hover .info p {
	margin-bottom: 1.35em;
}
.member:hover .info {
	bottom: 0;
}
/* ================================= */
/* ------------ FAQ ------------ */
/* ================================= */
#faq .borderBox {
	position: relative;
	border-left: 5px solid #fff;
}
.panel-default > .panel-heading {
	position: relative;
	border: 5px solid #FFF;
	padding: 0;
}
.panel-default > .panel-heading h4 {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 0.65em;
}
.panel-default > .panel-heading h4.active {
	background-color: #fff;
}
.panel-default > .panel-heading h4 a {
	display: block;
	padding: 0.50em;
	font-size: 1em;
	font-weight: 400;
	text-transform: none;
}
.panel-default > .panel-heading h4.active a {
	font-weight: bold;
}
.panel-default > .panel-heading h4 a:before {
	content: '\f067';
	font-family: 'FontAwesome';
	font-size: 1.5em;
	top: 0;
	right: auto;
	bottom: auto;
	left: -5.43em;
	position: absolute;
	width: 2.85em;
	height: 2.85em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #fff;
	text-align: center;
	line-height: 2.65em;
	margin: 0;
	z-index: 9;
	color: #FFF;
}
.panel-default > .panel-heading h4.active a:before {
	content: '\f068';
}
.panel-group .panel {
	background-color: transparent;
	border: none;
	margin-bottom: 0.85em;
}
.panel-default > .panel-heading h4 a span {
	display: block;
	top: 48%;
	right: 0;
	bottom: auto;
	left: -6.35em;
	position: absolute;
	width: 100%;
	height: 5px;
	background-color: #fff;
	z-index: 0;
	width: 6.35em;
}
.panel-body {
	background-color: rgba(255, 255, 255, 0.7);
	border: none;
	padding: 0.35em 1.65em 0;
}
.panel-default > .panel-heading h4 a strong {
	font-size: 1.35em;
}
/* ================================= */
/* ------ TESTIMONIAL ------ */
/* ================================= */
#testimonial .carousel-indicators {
	bottom: 0;
}
#testimonial .carousel-indicators li {
	margin: 1px 10px;
}
#testimonial .carousel-indicators li.active {
	margin: 0 0.15em;
}
#testimonial .quoteImg img {
	display: block;
	width: 185px;
	margin: 0 auto;
}
#testimonial .comment {
	text-align: left;
	padding: 1.5em 3em;
	min-height: 10em;
}
#testimonial .comment:before {
	content: '\f100';
	font-family: 'FontAwesome';
	font-size: 10em;
	top: 0.35em;
	right: auto;
	bottom: auto;
	left: -1em;
	position: absolute;
	width: 1em;
	height: 1em;
	text-align: center;
	margin: 0;
	z-index: -1;
}
#testimonial {
	position: relative;
	min-height: 21em;
}
#testimonial p {
	font-size: 1em;
	margin-bottom: 1em;
}
#testimonial h6 {
	margin-bottom: 1em;
}
#testimonial .quoteImg {
	width: 25%;
	float: left;
	padding-top: 1em;
}
#testimonial .quoteImg img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	-webkkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	padding: 5px;
}
#testimonial .comment {
	display: block;
	float: left;
	width: 75%;
	text-align: left;
	padding: 0 3em 3em;
}
#testimonial .comment p {
	font-size: 1.50em;
	font-weight: 100;
	line-height: 1.50em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ececec;
}
#testimonial .comment h6 {
	padding: 0.5em 1em;
	border-bottom: 0;
}
#testimonial .comment h6 span {
	margin-left: 0.65em;
	padding-left: 0.65em;
	border-left: 1px solid #ececec;
	font-size: 0.85em;
	opacity: 0.65;
	filter: alpha(opacity=65);
}
#testimonial i.fa-quote-right {
	position: absolute;
	right: 0;
	color: #f9f9f9;
	font-size: 10em;
}
/* ================================= */
/* ------ SUBSCRIBE BOX ------ */
/* ================================= */
#subscribe {
	padding-bottom: 5em;
}
#subscribe h4, #subscribe h6 {
	text-transform: capitalize;
	margin-top: 0.65em;
	margin-bottom: 0.15em;
}
#subscribe h6 {
	border: none;
	margin-bottom: 0.5em;
}
#subscribe input[type=submit] {
	background-color: transparent;
	border: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 2em;
	font-weight: bold;
	padding: 0.35em 1.5em;
	height: 2em;
}
#subscribeForm input[type=text], #subscribeForm input[type=email] {
	background-color: rgba(255, 255, 255, 0.7);
	color: rgba(0, 0, 0, 0.5);
	font-size: 1.15em;
	padding-right: 5em;
}
/* ================================= */
/* ------ MAP AND SOCIAL ------ */
/* ================================= */
#map {
	position: relative;
}
#map #map_canvas {
	height: 35em;
}
#map #content {
	display: block;
	visibility: visible;
}
#map .bigIcon {
	top: -5em;
}
#map .mapLogo {
	width: 200px;
	height: auto;
}
#bodyContent p {
	margin-bottom: 0.85em;
}
.social ul {
	font-size: 0;
}
.social ul li {
	margin: 0;
}
.social ul li a i {
	background-color: rgba(0, 0, 0, 0.1);
	color: #FFF;
	font-size: 1.85em;
	width: 2.35em;
	height: 2.35em;
	line-height: 2.35em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	margin: 0;
}
.social ul li a:hover i, .social li:hover i {
	-webkit-box-shadow: inset 0 0 0 0.15em #FFFFFF;
	box-shadow: inset 0 0 0 0.15em #FFFFFF;
}
/* ================================= */
/* ------ CONTACT ------ */
/* ================================= */
#contact .highlightBox {
	background-image: url(img/slider/slide5.jpg);
	background-attachment: fixed;
	background-size: cover;
}
#contact .boxBg {
	background-color: rgba(0, 0, 0, 0.3);
}
.contact {
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.9);
	padding: 0;
	-webkit-box-shadow: 0 0 3em 0.5em rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3em 0.5em rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3em 0.5em rgba(0, 0, 0, 0.2);
}
.contactInfo {
	position: relative;
	float: left;
	width: 33%;
	min-height: 36.5em;
	border-right: 1px solid rgba(255, 255, 255, 0.9);
}
.contactInfo h1 {
	white-space: nowrap;
	font-size: 4em;
	color: #fff;
	top: 50%;
	right: 0.45em;
	bottom: auto;
	left: auto;
	position: absolute;
	min-height: 2em;
	min-width:5em;
	padding: 0.50em;
	margin-top: -1.15em;
}
.contactInfo .upper {
	top: 1em;
	right: 1.5em;
	bottom: auto;
	left: 1.5em;
	position: absolute;
}
.contactInfo .lower {
	top: auto;
	right: 1.5em;
	bottom: 3.6em;
	left: 1.5em;
	position: absolute;
}
#contact .form-row {
	position: relative;
}
.contactForm {
	width: 67%;
	float: left;
	padding: 1.85em 2.35em;
}
.contactInfo p {
	padding: 0.85em 0 0.85em 2.65em;
	position: relative;
	margin: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.contactInfo p:hover {
	background-color: #fff;
	padding: 0.85em 0.5em 0.85em 3em;
}
.contactInfo .lower p {
	border: none;
}
.contactInfo p:hover i {
	opacity: 1;
	left: 0.5em;
}
.contactInfo p i {
	position: absolute;
	left: 0;
	top: 0.65em;
	font-size: 1.5em;
}
.error {
	top: 30%;
	right: 10%;
	bottom: auto;
	left: auto;
	position: absolute;
	color: #ffc107;
	z-index: 9;
	font-size: 1.5em;
}
#subscribe .error {
	top: 23%;
}
.contactForm input[type=text], .contactForm input[type=email], .contactForm input[type=tel], .contactForm input[type=number], .contactForm input[type=datetime], .contactForm .form-control {
	border: none;
	margin-bottom: 1.50em;
	-webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
	height: 3.85em;
	position: relative;
}
.contactForm .form-control:focus {
	border: none !important;
}
/* ================================= */
/* ------ COPYRIGHT ------ */
/* ================================= */
#copyright p, #copyright a {
	color: #fff;
}

/* FONT WEIGHT IN SAFARI */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
/* Safari-Opera specific declarations here */
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav, #slides .slide .slide-caption .container h3 {
	font-weight: 400;
}
}
/* ================================= */
/* --------- TRANSITION CSS --------- */
/* ================================= */
a, header.BGdark .logo a img, header, header.BGdark, .BGsecondary, #productList .carousel-indicators > li img, .BGdark .rightnav, .main-menu li, .main-menu li a i, ul li, ul li:before, .otherProducts .link span i, .otherProducts li, .otherProducts img, .otherProducts li h6, .member img, .otherProducts .link, .member .info, .member .info h6, .galleryImg a span, .galleryImg img, .contactInfo p i, .contactInfo p, .social ul li a i, .btn, .otherProducts li .price, .extra > div i, .panel-default > .panel-heading h4 a:before, .social li i, .panel-default > .panel-heading h4.active a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header.BGdark .logo a img {
	-moz-transform: scale(0.78);
	-webkit-transform: scale(0.78);
	-o-transform: scale(0.78);
	-ms-transform: scale(0.78);
	transform: scale(0.78);
}
#proList li .image img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#proList li .image:hover img {
	-moz-transform: scale(1.3) rotate(10deg);
	-webkit-transform: scale(1.3) rotate(10deg);
	-o-transform: scale(1.3) rotate(10deg);
	-ms-transform: scale(1.3) rotate(10deg);
	transform: scale(1.3) rotate(10deg);
}
.member .info strong {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.member .info p {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.member .info .social, #proList li {
	-webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
}
.moving {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
 @-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(0.35em);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(1.85em);
}
}
@keyframes fadeInDown {
 0% {
 opacity: 0;
 transform: translateY(0.35em);
}
 100% {
 opacity: 1;
 transform: translateY(1.85em);
}
}
.moreArrow {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

/* ================================= */
/* -------- RESPONSIVE CSS --------- */
/* ================================= */
@media only screen and (max-width: 1400px) {
#about, #contact .highlightBox {
	background-attachment: scroll;
	background-size: 150%;
}
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
#slides .slide .slide-caption .container {
	width: 80%;
	margin-top: 25%;
}
#proList li {
	width: 48%;
}
#about.page-block-full {
	padding: 3em 3.65em;
}
.aboutGallery .galleryImg {
	width: 33.33%;
}
}
@media only screen and (min-width: 990px) and (max-width: 1200px) and (orientation: landscape) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 15px;
}
h1 {
	font-size: 4.5em;
}
.navbar-collapse {
	padding: 0;
}
#productList .carousel-indicators > li {
	width: 18.5%;
}
#slides .slide .slide-caption .container {
	width: 80%;
	margin-top: 25%;
}
#slides .slides-navigation a {
	font-size: 1.35em;
}
#proList li {
	width: 48%;
}
.aboutGallery .galleryImg {
	width: 33.33%;
}
.member .info {
	bottom: -13.35em;
}
#map #map_canvas {
	height: 28em;
}
}
/* iPads (portrai) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 15px;
}
.navbar-collapse {
	padding: 0;
}
.navbar-nav {
	width: auto;
	margin: 0 auto;
}
}
/* iPads (portrait and landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 15px;
}
#slides .slide .slide-caption .container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
}
@media only screen and (max-width: 996px) and (orientation: landscape) {
#slides .slide .slide-caption .container {
	margin-top: 8em !important;
}
}
@media only screen and (max-width: 996px) {
h1 {
	font-size: 3.85em;
}
h2 {
	font-size: 2.5em;
}
.rightnav {
	margin: 0 0 1.5em 0;
	padding: 0;
}
.logo a{
	display: block;
	margin: 0 auto;
}
.logo a img {
	margin: 0 auto;
}
.navbar-nav {
	text-align: center;
	float: none;
	width: auto;
}
.navbar-collapse {
	border-top: 0;
}
#slides .slide .slide-caption .container {
	width: 80%;
	margin-top: 43%;
	text-align: center;
}
#slides .slides-navigation a {
	font-size: 1em;
}
.middleBox {
	margin-bottom: 0 !important;
	padding-bottom: 3em !important;
}
.features .row > div {
	padding: 3em;
}
.wideBG > div {
	min-height: 25em;
}
h4 {
	font-size: 2.5em;
}
h4 small {
	display: inline-block;
	margin-right: 0.35em;
	font-size: 1em;
	text-transform: uppercase;
}
#productList .galleryImg {
	float: left;
	width: 65.5%;
	margin: 0.5%;
}
#productList .img-half {
	width: 32.7%;
	margin-right: 0% !important;
}
#productList .carousel-indicators > li {
	width: 18.5%;
}
.serviceInfo {
	padding: 1.5em 1em;
}
#productList h2 span {
	position: relative;
	left: auto;
	margin-right: 0.35em;
}
#proList li {
	/*padding-bottom:1em;*/
	width: 31.33%;
}
#proList li .image, #proList li .productInfo {
	display: block;
	width: 100%;
	float: none;
}
#proList li .productInfo {
	margin-top: 1.5em;
}
#proList li .image .link, #proList li .image .link a {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	border: 0;
	width: 3em;
	height: 3em;
	right: 0;
	bottom: 0;
	top: auto;
	left: auto;
}
#proList li .image .link a i {
	padding: 0.5em 0;
}
#proList li .image .link a i {
	font-size: 1.5em;
}
.offer h1 {
	margin: 0;
}
.offer h1 span {
	display: block;
	margin: 0 0 0.35em;
}
#about .row > div {
	height: auto;
}
#about.page-block-full {
	padding: 3em 3.65em;
}
#team h2 {
	text-align: center;
}
.member {
	margin-bottom: 1em;
	border: 1em solid #ececec;
}
.member .img img {
	width: 30%;
	float: left;
}
.member .img .info {
	background-color: transparent;
	position: relative;
	bottom: 0;
	float: left;
	width: 70%;
	padding: 1.5em 3em;
}
.member .info p, .member .info .social {
	margin-bottom: 1.35em;
}
.member .info h6, .member .info h6 small, .member .info strong, .member .info p, .member .info .social i {
	color: inherit;
}
#faq .borderBox {
	padding-right: 0;
}
#testimonial .quoteImg {
	display: block;
	width: 30%;
	margin: 0 auto 1.5em;
	float: none;
}
#testimonial .comment {
	display: block;
	float: none;
	width: 100%;
	text-align: center;
}
#testimonial .comment p {
	font-size: 1.28em;
}
#testimonial .comment h6 {
	border: none;
}
#map #map_canvas {
	height: 28em;
}
#contact .container {
	width: 85%;
	margin: 0 auto;
}
.contactInfo, .contactForm {
	float: none;
	width: 100%;
	min-height: 1em;
}
.contactInfo .lower, .contactInfo .upper, .contactInfo h1 {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
}
.contactInfo h1 {
	margin: 0 0 0.15em;
	min-height: 1em;
}
.contactInfo .lower, .contactInfo .upper {
	padding: 1.5em;
	margin: 0;
}
#contact .highlightBox {
	background-attachment: scroll;
}
}
/* Desktops, Large Screen and laptops ----------- */
@media only screen and (max-width: 767px) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 14px;
}

.rightnav {
	text-align: left;
	margin: 0 0 1em;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
}
#slides .slide .slide-caption .container {
	width: 85%;
	text-align: center;
}
#slides .slide .slide-caption .container h3 {
	padding-left: 2.35em;
	text-align: left;
}
#slides .slide .slide-caption .container h3 span {
	display: none;
}
.features .row > div {
	background-color: #333;
	border-top: 1px solid #666;
}
#productList .carousel-indicators > li img {
	padding: 1px;
}
#productList .carousel-indicators > li {
	width: 17%;
	margin: 3px !important;
}
.services {
	margin-top: 5em;
}
#productList .carousel-indicators {
	margin-top: -6em;
}
#products .galleryImg {
	border-width: 0.5em;
}
#proList li {
	width: 48%;
}
#about.page-block-full {
	padding: 0;
}
.offer h1 span {
	display: inline-block;
}
#offer .row > div {
	margin: 0 0 1.5em;
	text-align: center;
}
#faq .borderBox {
	padding: 5em 1em;
	border: none;
}
.panel-default > .panel-heading h4 a {
	padding-left: 5em;
}
.panel-default > .panel-heading h4 a:before {
	left: 0;
}
.panel-default > .panel-heading h4 a span {
	display: none;
}
.wideBG > div {
	min-height: 28em;
}
#testimonial .comment h6 span {
	display: block;
	border: none;
}
#contact .boxBg, #contact .contact {
	background-color: transparent !important;
	padding: 0;
}
#contact .container {
	width: 100%;
}
}
@media only screen and (min-width: 320px) and (max-width: 570px) and (orientation: landscape) {
#slides .slide .slide-caption .container {
	margin-top: 3em;
}
}
@media only screen and (min-width: 320px) and (max-width: 570px) and (orientation: portrait) {
#contact .highlightBox {
	background-attachment: scroll;
	background-image: none;
	background-color: #fff;
	background-size: auto;
}
.logo, .rightnav {
	width: 100%;
	float: none;
}
}
/* iPhone 4 & 5 (portrait & landscape)----------- */
@media only screen and (min-width: 320px) and (max-width: 570px) {
.navbar-nav {
	text-align: left;
}
.navbar-nav li {
	display: inline-block;
	width: 49%;
	margin: 0.35em 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-top: none;
}
.nav > li > a {
	display: block;
	position: relative;
}
#proList li, .aboutGallery .galleryImg {
	width: 49%;
	margin: 0.5%;
}
.social ul li {
	margin: 0.35em 0;
}
a.nav-expander {
	width: auto;
}
.member .img img, .member .img .info {
	width: 100%;
	float: none;
}
#about .row > div {
	padding: 5em 3em;
}
}
@media screen and (max-width: 320px) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 12px;
}
.wideBG > div {
	min-height: 35em;
}
}

/*Home store*/
.home-logo{margin:20px;display:block}
.store{
min-height:340px;
background-color: #fff;
margin:20px 0;
padding: 1.5em;
overflow: hidden;
-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.08);
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.08);
}
.store h6{padding-top:10px}
.store p{min-height:50px;display:block;font-size:0.9rem;margin:0;padding:0}

/*label group */
.form-label-group {
position: relative;
margin-bottom: 1rem;
}
.form-label-group input,
.form-label-group label {
height: 4.125rem;
padding: 1.25rem;
}
.form-label-group label {
position: absolute;
top: 0;
left: 5px;
display: block;
width: 100%;
margin-bottom: 0; /* Override default `<label>` margin */
line-height: 1.5;
color: #495057;
pointer-events: none;
cursor: text; /* Match the input under the label */
border: 1px solid transparent;
border-radius: .25rem;
transition: all .1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder {
color: transparent;
}
.form-label-group input::-moz-placeholder {
color: transparent;
}
.form-label-group input:-ms-input-placeholder {
color: transparent;
}
.form-label-group input::-ms-input-placeholder {
color: transparent;
}
.form-label-group input::placeholder {
color: transparent;
}
.form-label-group input:not(:-moz-placeholder-shown) {
padding-top: 1.25rem;
padding-bottom: .25rem;
}
.form-label-group input:not(:-ms-input-placeholder) {
padding-top: 1.25rem;
padding-bottom: .25rem;
}
.form-label-group input:not(:placeholder-shown) {
padding-top: 1.25rem;
padding-bottom: .25rem;
}
.form-label-group input:not(:-moz-placeholder-shown) ~ label {
padding-top: .25rem;
padding-bottom: .25rem;
font-size: 12px;
color: #777;
}
.form-label-group input:not(:-ms-input-placeholder) ~ label {
padding-top: .25rem;
padding-bottom: .25rem;
font-size: 12px;
color: #777;
}
.form-label-group input:not(:placeholder-shown) ~ label {
padding-top: .25rem;
padding-bottom: .25rem;
font-size: 12px;
color: #777;
}
.form-label-group input:-webkit-autofill ~ label {
padding-top: .25rem;
padding-bottom: .25rem;
font-size: 12px;
color: #777;
}

/* ================================= */
/* ---- VIEWPORT getbootstrap 4 ---- */
/* ================================= */

/*.barcode{font-family:'Libre Barcode EAN13 Text', cursive;font-size:10rem;}*/
.loyalty-card{border:1px solid #eee;margin:10px auto;width:95%;background-color:#f8f6f8}

/* Small devices (991px and down) */
@media (max-width: 991px){
.header-desktop{display:none;}
.header-mobile{display:block;text-align: :center;line-height:2rem}
.header-mobile a IMG{margin:0 25px;color:#663300;width:90px;height:78px}
.header-mobile a{color:#fff;font-size:1.1rem;}
.header-mobile a:hover{color:#888}
.header-mobile a:first-child{margin:0 20px 0 0}
.header-mobile a:last-child{margin:0 0 0 20px}
.left-menu {
height: 100%; /* 100% Full-height */
width: 0; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 999; /* Stay on top */
top: 0; /* Stay at the top */
left: 0;
background-color: #a44144; /* Black*/
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 60px; /* Place content 60px from the top */
transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.left-menu.show{
width:250px;
}
/* Position and style the close button (top right corner) */
.left-menu .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
border-top:0px solid #bbb
}
/*Menu mobile*/
.menu-component ul.top-level-menubar{margin:0;text-align:left}
.menu-component a{font-size:18px;line-height:30px;display:block;padding:10px 20px;color:#fff;border-top:1px solid #bbb;-webkit-transition:background-color .3s ease-in;-moz-transition:background-color .3s ease-in;-ms-transition:background-color .3s ease-in;-o-transition:background-color .3s ease-in;transition:background-color .3s ease-in}
.menu-component a:hover,.menu-component a:focus,.top-level-menuitem.current a.top-level-link{background:#DD1343;-webkit-transition:background-color .08s ease-in;-moz-transition:background-color .08s ease-in;-ms-transition:background-color .08s ease-in;-o-transition:background-color .08s ease-in;transition:background-color .08s ease-in}

}

/* Small devices (767px and down) */
@media (max-width: 767px){
/*Header*/
.header-mobile a IMG{width:80px;height:69px}
.header-mobile a{color:#c62125;font-size:1.6rem;}
.screen-reader-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.header{padding:10px 0;margin:0} 
.search{background: #c62125;clear:both;float:none;width:100%;border-top:1px solid #bbb}
.breadcrumb{display:none;margin-top:15px}
}

/* Small devices (Mobile, 480px and up) */
@media (min-width: 480px) {

}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px){
/*Menu*/
.menu-component ol,.menu-component ul{margin:10px 0}
.top-level-menuitem{list-style-type:none;margin:2px 10px 0 10px; display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline}
.top-level-menuitem:first-child{margin:0}
.top-level-menuitem:last-child{margin-right:0!important}
A.top-level-link{line-height:35px;font-weight:400;font-size:1.1em;text-transform:uppercase;background:transparent;color:#222;padding:0 10px;text-indent:0;border-bottom:none;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}
A.top-level-link:hover,.top-level-link:focus{background:none;color:#c62125;text-decoration:none}
.top-level-menubar{margin:30px 0; overflow:hidden;width:100%;white-space: nowrap;}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}


