/*black top*/
.header-topbar-area-top {
    background: #333;
}
.site-name .date,
.site-name .currency{
	color: #fff;
    font-size: 10px;
    font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}
.site-name .currency{
	text-align: right;
	font-size: 10px;
}

.site-name .currency img.icon_flag {
	width: 25px;
}
.site-name .street span {
	float: right;
	font-size: 13px;
	font-weight: 600;
	color: #404040;
}
/*black top*/

/*header*/
.phone-number {
	border-bottom: 2px solid #f6f6f6;
}
.phone-number .container {
	padding-right: 0;
}
.phone-number .wrap {
	display: flex;
	align-items:center;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.phone-number .logo img{
	max-width: 100%;
	height: auto;
}
.phone-number .logo {
	flex: 1 0 120px;
}
.phone-number .phones {
	flex: 0 1 auto;
	display: flex;
	justify-content: flex-end;
}
.phone-number .phone {
	display: flex;
	flex: 1 1 auto;
	padding: 5px 0;
}
.phone-number .logo a{
	display: block;
	width: 100%;
}
.phone-number .phone span{
	font-size: 15px;
    font-weight: 600;
    letter-spacing:1px;
    color: #333;
	background: #f5f5f5;
    padding: 10px 15px;
	margin-left: 10px;
}
/*header*/

/*hamburger*/
.hidden-menu {
	display: block;
	position: absolute;
	list-style:none;
	padding: 10px;
  	margin: 0;
  	box-sizing: border-box;
  	width: 270px;
  	background-color: #333;
  	height: 100%;
	top: 0;
  	transition: right .2s;
  	z-index: 2;
  	-webkit-transform: translateZ(0);
  	-webkit-backface-visibility: hidden;
	opacity: 0.9;
}
.hidden-menu > li:first-child {
	margin-top: 35px;
}
.hidden-menu-ticker {
	 display: none;
}
.hidden-menu-overlay {
	 position: absolute;
	 left: 0;
	 right: 0;
	 top: 0;
	 bottom: 0;
	 z-index:  2;
	 background-color: rgba(0,0,0,.1);
}
.hidden-menu-wrapper {
	  width: 0;
	  overflow: hidden;
	  position: fixed;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  z-index: 2;
}
.humb .btn-menu {
	  color: #fff;
	  background: #333;
	  padding: 5px;
	  position: fixed;
	  top: 10px;
	  right: 5px;
	  cursor: pointer;
	  transition: right .23s;
	  z-index: 3;
	  width: 35px;
	  -webkit-transform: translateZ(0);
	  -webkit-backface-visibility: hidden;
}
.humb .btn-menu span {
	  display: block;
	  height: 3px;
	  background-color: #fff;
	  margin: 7px 0 0;
	  transition: all .1s linear .23s;
	  position: relative;
}
.humb .btn-menu span.first {
	  margin-top: 0;
}
	/*.hidden-menu-ticker:checked ~ .btn-menu {
	  right: 270px;
	}*/
.hidden-menu-ticker:checked ~ .hidden-menu-wrapper .hidden-menu {
	  right: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.first {
	  -webkit-transform: rotate(45deg);
	  top: 10px;
}
.hidden-menu-ticker:checked ~ .btn-menu span.second {
	  opacity: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.third {
	  -webkit-transform: rotate(-45deg);
	  top: -10px;
}
.hidden-menu-ticker:checked ~ .hidden-menu-wrapper {
	  width: 100%;
}
.hidden-menu-wrapper ul.hidden-menu li a{
	color: #e6e6e6;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	line-height: 2.2;
}
.hidden-menu-wrapper ul.hidden-menu li a.active,
.hidden-menu-wrapper ul.hidden-menu li a:hover{
	color:#ffffff;
	text-decoration: underline;
}
/*hamburger*/

/*navigation*/
/*.navigation .container{
    background-color: #f6f6f6;
}*/
nav  ul.topmenu {
  	list-style-type: none;
	display: flex;
	padding: 0;
	justify-content: space-around;
	margin-bottom: 0;
}
nav ul.topmenu>li>a {
    height: 50px;
    display: flex;
    align-items: center;
    margin: auto;
	text-transform: uppercase;
	font-size: 15px;
  	font-weight: bold;
	color: #404040;
  	padding: 20px 10px;
	font-family: 'Open Sans', sans-serif;
	position: relative;	
}
nav ul.topmenu li ul.submenu {
	  background: #333;
	  position: absolute;
	  left: 0;
	  top: 100%;
	  z-index: 5;
	  width: 100%;
	  opacity: 0.8;
	  transform: scaleY(0);
	  transform-origin: 0 0;
	  /*transition: .5s ease-in-out;*/
		padding: 15px 15px;
}
nav ul.topmenu > li {
  	position: relative;
	font-family: 'Open Sans', sans-serif; 
}
ul.topmenu li ul.submenu a {
  	color: white;
  	text-align: left;
  	font-size: 14px;
  	border-bottom: 1px solid rgb(191,191,191);
	line-height: 2;
	font-weight: bold;
}
ul.topmenu > li:hover > a, 
ul.topmenu li ul.submenu li:hover a {
	color: #008900;
	text-decoration: none;
}
.submenu li:last-child a {
	border-bottom: none;
}
nav ul.topmenu > li:hover .submenu {
  opacity: 0.9;
  transform: scaleY(1);
}
/*navigation*/

/*main*/
.home-page .bar{
    margin-bottom: 20px;
	text-align: center;
	margin-top: 10px;
}
.home-page .title,
.action .title,
.review .title,
.map-home .title{
	text-align: center;
	letter-spacing: 1px;
}
.home-page .title h1{
	font-size: 25px;
	font-weight: 600;
	color: #404040;
}
.home-page .bar a img{
    width: 100%;
	height: auto;
}
.home-page .bar:hover a span.tint{
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #444444;;
    opacity: 0.6;
	text-decoration: none;
}
.home-page .bar span.tint {
    display: none;
}
.home-page .bar a.black{
	display: block;
	position: relative;
	margin-bottom: 15px;
}
.home-page .bar a div.bar-name-cont{
    display: block;
    position: absolute;
    top: 60%;
    right: 10px;
    left: 10px;
}
.home-page .bar:hover span.bar-name{
    position: absolute;
    display: block;
    top: -40px;
    right: 0px;
    left: 0px;
    line-height: 40px;
    text-align: center;
    color: white;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1;
}
.home-page .bar a span.bar-name{
    display: none;
}

.home-page .bar .bar-text{
    font-size: 19px;
    margin-top: 15px;
    color: #404040;
    text-align: center;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	text-decoration: none;
}
.home-page .bar .bar-text:hover {
	color: #008900; 
}
.home-page .bar a:hover{
	text-decoration: none;
}
/*main*/

/*carousel action*/
.action {
	margin-top: 20px;
}
.action .title h2{
	font-size: 25px;
	font-weight: 600;
}
.action .title h2{
	margin-bottom: 20px;
	margin-top: 10px;
	color: #404040;
}
.action .fon{
	background-image:url('../img/carousel1.jpg');
    background-position:center;
    position:relative;
	width: 100%;
}
.action .fon .shadow {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.action .fon .owl-item .item {
	float: left;
	background: #fff;
	margin: 35px;
}
.action .fon .owl-item .item a{
	display: block;
}
.action .fon .owl-item .item figure {
    padding: 5px;
	margin: 0;
}
.action .fon .owl-item figure {
	margin: 35px;
}
.action .fon .owl-item .content {
	width: 100%;
    float: left;
	padding: 10px 20px 10px;
	min-height: 200px;
	position: relative;
}
.action .fon .owl-item .content .content-title h3 {
	margin-top: 10px;
}
.action .fon .owl-item .content .content-title h3 a{
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	text-decoration: none;
	color: #404040;
}
.action .fon .owl-item .content .content-title h3 a:hover{
	color: #008900;
}
.action .fon .owl-item .content .content-description{
	text-align: center;
	font-family: "Open Sans", sans-serif;
	color: #404040;
	font-size: 16px;
}
.action .fon .owl-item .content .content-description p{
	line-height: 1.5;
}
.action .fon .owl-item .content .content-price{
	text-align: center;
	left: 1%;
	right: 1%;
	font-family: "Open Sans", sans-serif;
	color: #008900;
	font-size: 25px;
	font-weight: 600;
	position: absolute;
	bottom: 15px;
}
.strikethrough {
    position: relative;
    font-size: 25px;
	font-weight: 500;
}
.strikethrough:before {
    border-bottom: 4px solid red;
	position: absolute;
	content: "";
	width: 100%;
	transform: rotate(-25deg);
	bottom: 18px;
	right: 5px;
}
.action .fon .owl-nav .owl-prev{
	top: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    margin: -25px 5px 0;
    line-height: 48px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    border: 1px solid #fff;
	left: 0;
} 
.action .fon .owl-nav .owl-next{
    top: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    margin: -25px 5px 0;
    line-height: 48px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    border: 1px solid #fff;
	right: 0;
}
.action .fon .owl-nav .owl-prev i.icon-chevron-left,
.action .fon .owl-nav .owl-next i.icon-chevron-right{
	font-size: 35px;
	font-weight: 600;
}
.action .fon .owl-nav .owl-prev:hover,
.action .fon .owl-nav .owl-next:hover{
	background-color: #008900;
}
    /*-o-transition:opacity ease-in-out 500ms;*/
/*carousel action*/

/*carousel review*/
.review {
    margin-top: 30px;
}
.review .title h2{
	font-size: 25px;
	font-weight: 600;
}
.review .title h2 {
	margin-bottom: 20px;
	margin-top: 40px;
	color: #404040;
}
.review .block-one-example {
	position: relative;
}
.review.inner-testimonial {
	text-align: center;
	background-color: #fff;
}
.review .inner-testimonial > img{
	max-width: 128px;
	margin:0 auto 15px;
	max-height: 128px;
}
.review .inner-testimonial img {
	border: 1px solid black;
	border-radius: 50%;
}
.review .item blockquote{
	text-align: center;
	color: #404040;
	border: none;
	font-size: 18px;
	font-style: italic;
	margin: 15px;
	position: relative;
}
.review blockquote:before {
	color: #7A7A7A;
	content: "\201C";
	display: block;
	font-size: 60px;
	left: -5px;
	position: absolute;
	top: -10px;
}
.review  blockquote:after{
	color: #7A7A7A;
	content: "\201D";
	display: block;
	font-size: 60px;
	right: 15px;
	position: absolute;
	bottom: -45px;
}
.review h3.city-name {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #404040;
}
.review p.text-testimonial {
	margin: 10px 10px;
	font-size: 16px;
}
.review .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: grey;
}
.review .owl-theme .owl-dots .owl-dot.active span{
	width: 16px;
	height: 16px;
}
.review .owl-nav {
	display: none;
}
/*carousel review*/

/*map-home*/
.map-home {
    margin-top: 30px;
}
.map-home .title h2{
	font-size: 25px;
	font-weight: 600;
}
.map-home .title h2 {
	margin-bottom: 20px;
	margin-top: 40px;
	color: #404040;
}
.map-home .street-time .tel a{
	font-size: 15px;
}
.map-home .street-time .tel div{
	padding: 3px;
}
.map-home .street-time .tel a:hover {
	color: #404040; 
}
.map-home .border {
	border: 1px solid black;
	padding: 10px;
	margin: 10px;
}
.map-home .map .map-in {
	height: auto;
}
.map-home .map-in img{
	display: block;
	width: 100%;
}
/*map-home*/

/*footer*/
footer {
    background-color: #f6f6f6;
	margin-top: 50px;
}
.copyrights .foot-home {
    line-height: 50px;
    text-align: center;
}
.copyrights .foot-home a {
    font-weight: bold;
    color: #555;
}
.copyrights:before{
    content: '';
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,0.075);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    margin: 0 auto;
    display: block;
}
.copyrights p{
    text-align: center;
    padding-top: 10px;
    line-height: 30px;
    padding-bottom: 10px;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;  
}
a#scroll{
    bottom:10px;
    position:fixed;
    right:20px;
    opacity:.5;
    font-size:35px;
}
a#scroll:hover{
    opacity:1;
}
.fa-chevron-up{
    color: #008900;
}
/*footer*/

/*contact-us*/
.contact-us .slogan h1 img.icon_mini {
    width: 50px;
}

.field .send {
    text-align: right;
}

.field .form-control {
    margin-bottom: 5px;
}

.field .send a{
    width: 100%;
}
.form-group .control-label {
    text-align: right;
    padding-right: 0;       
}
main.home-page .slogan h1 {
    font-size: 25px;
	font-weight: 600;
	color: #404040;
	text-align: center;
}
.about-contact p {
    font-size: 16px;
    background-color: #f6f6f6;
    padding: 3px;
    padding-left: 10px;
}

/*contact-us*/

/*FAQ*/
.faq .title{
	font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #404040;
    line-height: 1.1;
	margin-bottom: 15px;
}
.faq h1,
.faq h2{
	font-size: 16px;
	margin-top: 0;
	color: #404040;
	display: inline;
}
.faq .block {
	margin-bottom: 10px;
}
.faq .block .quest .fa{
	color: #404040;
	cursor: pointer;
}
.faq .block .quest {
	display: inline;
}
.faq .block .quest span {
	display: inline-block;
}
.faq .block .quest span a{
	color: #404040;
	cursor: pointer;
}
.faq .block .quest span a:hover{
	cursor: pointer;
}
.faq .answ {
	margin-left: 3%;
	margin-right: 5%;;
}
/*FAQ*/

/*Delivery*/
main.delivery .slogan h1 {
    font-size: 25px;
	font-weight: 600;
	color: #404040;
	text-align: center;
}
/*Delivery*/

/* This is for all xs size */
@media (min-width: 750px)  {
	.map-home ul.mini{
		padding-left: 10px;
		font-size: 14px;
	}
	.map-home ul.mini > li > ul.mini-left {
		padding-left: 20px;
	}
}

@media (min-width: 1024px)  {
	.map-home ul.mini{
		padding-left: 40px;
	}
}

@media(max-width:767px){
	.site-name .currency span {
		float: left;
		font-size: 11px;
		padding-bottom: 10px;
	}
	.site-name .currency {
		line-height: 2.7;
		padding-top: 10px;
		margin-top: 0;
	}
	.phone-number .container {
		padding-right: 15px;
	}
	.phone-number .phone span{
		padding: 5px 10px;
		margin-bottom: -7px;		
	}
	.phone-number .phones {
		flex-direction: column;
		margin-bottom: 6px;
	}
	.phone-number .phone {
		justify-content: flex-end;
	}
	.home-page .title h1,
	.action .title h2,
	.review .title h2,
	.map-home .title h2{
		font-size: 20px;
	}
    .home-page .bar:hover span.bar-name {
    	line-height: 20px;
		font-size: 10px;
		font-weight: 700;
		top: -20px;
	}
	.home-page .bar a.white{
		display: block;
		min-height: 45px;
	}
	.action,
	.map-home{
    	margin-top: 0;
	}
	.action .content {
		line-height: 1;
	}
	.action .fon .owl-item .content .content-price{
		font-size: 18px;
		font-weight: 600;
	}
	.strikethrough {
		font-size: 15px;
	}
	.strikethrough::before {
    	bottom: 11px; 
		border-bottom: 2px solid red;
	}
	.review h3.city-name {
		font-size: 16px;
	}
	.review p.text-testimonial {
		font-size: 14px;
	}
	.review .inner-testimonial > img{
		max-width: 100px;
	}
	.copyrights .foot-home {
        line-height: 20px;
        margin-top: 10px;
    }
	.copyrights p {
        padding-bottom: 0;
        padding-top: 5px;
    }
	.about-contact p {
        font-size: 14px;
    }
}
	
	
	@media (max-width: 991px) {
	nav ul.topmenu li ul.submenu {
		padding: 8px 8px;		
		line-height: 2;
		width: 120%;
	}
	ul.topmenu li ul.submenu a {
    	font-size: 13px;
	}
	nav ul.topmenu > li > a{
		align-items: flex-start;
		height: 60px;
		padding: 10px 10px;
		text-align: center;
	}
	.home-page .bar .bar-text{
		font-size: 15px;
	}
	
}

