@font-face {
	font-family: 'CeraGR';
	src: url('CeraGR.ttf');
}
@font-face {
	font-family: 'CeraLight';
	src: url('CeraLight.otf');
}
@font-face {
	font-family: 'CeraBold';
	src: url('CeraBold.otf');
}

.h-gdoc {
    background: #906126;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.devider-fixed {
    display: inline-block;
    width: 100%;
    height: 100px;
    clear: both;
}

.h-menu {
	float: right;
	width: 70%;
	padding: 0;
	margin: 20px 0 0 0;
}
.h-menu .d-flag {
    text-align: right;
    position: relative;
    padding: 0 25px 0 0;
    color: #ffffff;
    font-size: 14px;
}
.h-menu .d-flag a {
    text-decoration: none;
    color: #ffffff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.h-menu .d-flag a:hover {
    text-decoration: none;
    color: #aaaaaa;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.h-menu .d-flag a.d-active {
    text-decoration: underline;
    color: #aaaaaa;
}

#m-language {
	padding: 10px 0;
	background: #414141;
	color: #ffffff;
	display: none;
	margin: 0 0 0 -20px;
}
#m-language a {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#m-language a:hover {
    text-decoration: none;
    color: #aaaaaa;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#m-language a.lang-active {
    text-decoration: none;
    color: #aaaaaa;
}

body {
	font-family: 'CeraGR' !important;
}

img.post-thumb {
	max-width: 100%;
	margin: 0;
}
.post-info {
	font-size: 14px;
	margin: 20px 0 10px 0;
}
.post-content {
}
.post-content p {
	margin: 0 0 10px 0;
}
.post-content p img {
	max-width: 100%;
	margin: 0 0 15px 0;
}
.post-content ul, ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
}

.box-sidebar {
	margin: 50px 0 0 0;
}
.box-sidebar h2 {
	font-family: 'CeraBold';
	font-size: 26px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #000000;
}
.box-sidebar ul {
	margin: 0;
	padding: 0;
}
.box-sidebar ul li {
	list-style: none;
}
.box-sidebar ul li a {
	text-decoration: none;
	display: block;
	color: #000000;
	line-height: 32px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-sidebar ul li a:hover {
	text-decoration: none;
	padding: 0 0 0 10px;
	color: #e51200;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

h1.page-title {
	font-family: 'CeraBold';
	font-size: 26px;
	margin: 50px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #000000;
}

h2.form-message {
	display: inline-block;
	font-size: 22px;
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #000000;
}

.submit-message-form {
	display: inline-block;
	padding: 10px 30px;
	background: #a99162;
	color: #ffffff;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.submit-message-form:hover {
	background: #000000;
}

#top-line {
	background: #1f6ebe;
	display: block;
	width: 100%;
	height: 5px;
}

.h-logo {
	float: left;
	width: 30%;
	padding: 15px 0;
}
.h-logo img {
	max-width: 100%;
}

.partner {
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
}
.partner img.photothumb {
	max-width: 100%;
}
.partner a.name {
	text-decoration: none;
	color: #000000;
	display: block;
	font-family: 'CeraBold';
	font-size: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.partner a.name:hover {
	color: #cccccc;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.partner p {
	margin: 15px 0 20px 0;
	font-family: 'CeraLight';
	font-size: 14px;
}
.partner a.more {
	text-decoration: none;
	color: #ffffff;
	background: #000000;
	display: inline-block;
	padding: 5px 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.partner a.more:hover {
	color: #000000;
	background: #cccccc;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#home-icon {
	background: #a87c2d ;
	padding: 35px 0;
}
#home-icon .this-box {
	color: #ffffff;
	padding: 10px;
	border: 1px solid #103d98 ;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#home-icon .this-box:hover {
	border: 1px solid #aa7d4f;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#home-icon .this-box i {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	padding: 10px;
	margin: 7px 0 0 0;
	background: #0f4ed8;
}
#home-icon .this-box a {
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#home-icon .this-box a:hover {
	text-decoration: none;
	color: #aa7d4f;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#home-icon .this-box p {
	font-size: 14px;
	margin: 10px 0 0 0;
	color: #919090;
}

#home-profile {
	background: #ffffff;
	padding: 50px 0;
}
#home-profile h1 {
	font-family: 'CeraBold';
	font-size: 25px;
	color: #000000;
	margin: 0 0 25px 0;
}
#home-profile p {
	font-size: 14px;
	color: #000000;
	margin: 0 0 25px 0;
	text-align: justify;
}
#home-profile a {
	text-decoration: none;
	display: inline-block;
	background: #a99162;
	color: #ffffff;
	padding: 10px 35px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#home-profile a:hover {
	background: #000000;
	color: #ffffff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#home-profile img {
	max-width: 100%;
}

#home-service {
	background: #0099ff /*url('BG-Services.jpg') no-repeat center center*/;
	padding: 35px 0;
}
#home-service h1 {
	font-size: 20px;
	color: #ffffff;
	margin: 0;
}
#home-service h2 {
	font-family: 'CeraLight';
	font-size: 16px;
	color: #ffffff;
	margin: 0;
}
#home-service .that-box {
	display: inline-block;
	width: 100%;
	margin: 0 0 25px 0;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#home-service .that-box:hover i {
	-moz-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-o-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#home-service .that-box i {
	font-size: 24px;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 8px 10px;
	margin: 10px 0 0 0;
	display: inline-block;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#home-service .that-box i:hover {
	color: #f9d98d;
	border: 1px solid #f9d98d;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#home-service .that-box a {
	display: block;
	margin: 15px 0 0 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#home-service .that-box a:hover {
	text-decoration: none;
	color: #f9d98d;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#home-client {
	background: url('BG-Client.jpg') no-repeat center center;
	padding: 25px 0;
}
#home-client h1 {
	display: inline-block;
	font-family: 'CeraBold';
	font-size: 20px;
	color: #000000;
	margin: 0 0 25px 0;
	padding: 15px;
	text-transform: uppercase;
}
#home-client .grid-client {
	text-align: center;
	margin: 0 0 50px 0;
}
#home-client .grid-client img {
	padding: 10px;
	height: 85px;
	width: auto;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#home-client .grid-client img:hover {
	margin: -10px 0 0 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#the-gallery {
	padding: 25px 0;
}
#the-gallery h1 {
	display: inline-block;
	font-family: 'CeraBold';
	font-size: 20px;
	color: #000000;
	margin: 0 0 25px 0;
	padding: 15px;
	text-transform: uppercase;
}
#the-gallery .grid-gallery {
	text-align: center;
	margin: 0 0 30px 0;
}
#the-gallery .grid-gallery img {
	padding: 0;
	height: height;
	max-width: 100%;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#the-gallery .grid-gallery img:hover {
	margin: -10px 0 0 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#home-news {
	background: #ffffff;
	padding: 50px 0;
}
#home-news h1 {
	display: inline-block;
	font-family: 'CeraBold';
	font-size: 25px;
	color: #000000;
	margin: 0 0 25px 0;
	padding: 15px;
	text-transform: uppercase;
	border-bottom: 3px solid #b09361;
}
#home-news .box-news {
	display: inline-block;
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#home-news .box-news:hover img {
	margin: -10px 0 0 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#home-news .box-news img {
	max-width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#home-news .info-news {
	margin: 15px 0;
	padding: 15px;
	color: #999999;
	font-size: 13px;
}
#home-news .info-news a.title-news {
	text-decoration: none;
	color: #a7794b;
	display: block;
	font-family: 'CeraBold';
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#home-news .info-news a.title-news:hover {
	text-decoration: none;
	color: #000000;
}
#home-news .info-news a.more-news {
	text-decoration: none;
	background: #000000;
	color: #ffffff;
	display: inline-block;
	padding: 7px 20px;
	font-size: 12px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#home-news .info-news a.more-news:hover {
	text-decoration: none;
	background: #cccccc;
	color: #000000;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

p.f-seo {
	line-height: normal;
	color: #ffffff;
	margin: 10px 0;
}

footer {
	background: #a87c2d ;
	color: #ffffff;
	padding: 50px 0;
}
footer img {
	max-width: 100%;
	margin: 0 0 15px 0;
}
footer p {
	font-size: 12px;
	margin: 0;
	color: #ffffff;
	line-height: 26px;
}
footer h1 {
	color: #ffffff;
	font-family: 'CeraBold';
	font-size: 20px;
	margin: 0 0 15px 0;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	list-style: none;
}
footer ul li a {
	color: #ffffff;
	font-family: 'CeraLight';
	font-size: 12px;
	text-decoration: none;
	display: block;
	line-height: 26px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
footer ul li a:hover {
	color: #cccccc;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
footer .f-gallery {
}
footer .f-gallery img {
	float: left;
	width: 28%;
	margin: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
footer .f-gallery img:hover {
	opacity: 0.75;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#copyright {
	text-align: center;
	background: #2d2d2d;
	color: #ffffff;
	padding: 15px 0;
	font-size: 14px;
}

.menu-desktop {
	float: right;
}
.btn-menu-mobile {
	display: none;
}

.maskot-aboutus {
	float: left;
	margin: 0 25px 25px 0;
}

.f-logo {
	height: 60px;
}

/* TESTIMONI CSS ONLY */

#testimoni {
    /*background: #2f1701;*/
	background: url('BG-Happy-Customer-Desktop.jpg') center center;
	background-size: cover;
	padding: 100px 0;
}
#testimoni h1 {
	font-family: 'CeraBold';
    font-size: 18px;
	margin: 0 0 25px 0;
	color: #ffffff;
	text-transform: uppercase;
}
.top-icon, .bottom-icon{
    display: block;
    font-size: 70px;
    color: #fdfeff;
    text-align: center;
    margin: 0 auto;
}
.testimonial{
    padding: 0 40px;
    position: relative;
    overflow: hidden;
    background: #140d02;
    color: #ffffff;
    z-index: 1;
}
.testimonial:after{
    content: "";
    width: 150px;
    height: 107%;
    background: #140d02;
    position: absolute;
    top: -20px;
    left: -60px;
    transform: matrix(1, 0, 0.5, 1, 150, 0);
    z-index: -1;
}
.testimonial .pic{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 35px 25px 0 0;
    position: relative;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-content{
    width: 70%;
    float: right;
    padding: 30px 0;
}
.testimonial .testimonial-title{
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.testimonial .description{
    font-size: 13px;
    line-height: 26px;
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #1ec4f3;
}
.owl-theme .owl-controls .owl-page:active span{
    color: #1ec4f3;
}
@media only screen and (max-width: 767px){
    .testimonial{
        text-align: center;
    }
    .testimonial .pic{
        float: none;
        margin: 20px auto 0;
    }
    .testimonial .testimonial-content{
        width: 100%;
        float: none;
        padding: 20px 0;
    }
    .testimonial .description{
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px){
    .testimonial{ padding: 0 20px; }
    .testimonial .testimonial-title{
        font-size: 22px;
    }
}

/* GLOBAL RESPONSIVE CSS */

@media (max-width:1199px)
{
	#home-client .grid-client img {
		height: 75px;
	}
	#wrapper {
	    padding: 103px 0 0 0 !important;
	}
}

@media (max-width:991px)
{
    #wrapper {
	    padding: 295px 0 0 0 !important;
	}
	.devider-fixed {
	    height: 175px;
	}
	.h-logo {
		float: none;
		width: auto;
	}
	.h-logo img {
	    max-width: 40%;
	}
	.h-menu {
		float: none;
		width: 100%;
		margin: 0;
	}
	.h-menu .d-flag {
		text-align: left;
		margin: 0 25px 0 8px;
	}
	.menu-desktop {
		float: none;
	}
	.navbar {
		padding: 15px 0 !important;
	}
	#home-icon .this-box {
		border-bottom: 1px solid #aa7d4f;
	}
	#home-icon .this-box a {
		display: block;
		margin: 15px 0 0 0;
	}
	.maskot-aboutus {
		float: none;
		max-width: 100%;
		margin: 0 0 10px 0;
	}
	#home-client .grid-client img {
		height: 100px;
	}
	footer h1 {
		margin: 15px 0;
	}
}

@media (max-width:767px)
{
	#m-language {
		display: block;
	}
	.devider-fixed {
	    height: 0;
	}
	.h-gdoc {
	    position: relative;
	}
	#wrapper {
	    padding: 0 !important;
	}
	.d-flag {
		display: none;
	}
	#home-profile img {
		margin: 30px 0 0 0;
	}
	.navbar {
		padding: 0 !important;
	}
	.h-logo {
		width: 100%;
	}
	.btn-menu-mobile {
		display: inline-block !important;
		float: right;
		color: #ffffff;
		padding: 10px 15px !important;
		margin: 25px 0 0 0;
	}
	#testimoni {
		background: #2f1701;
		padding: 50px 0;
	}
	.partner img.photothumb {
		margin: 0 0 15px 0;
	}
	#home-client .grid-client img {
		max-width: 100%;
		height: auto;
	}
}

@media (max-width:575px)
{
	#m-language {
		margin: 0;
	}
	#home-client {
		background: #ebebeb;
	}
	.h-logo img {
		max-width: 75%;
	}
	.btn-menu-mobile {
		margin: 5% 0 0 0;
	}
	.m-575 {
		padding: 0 15px;
	}
}

@media (max-width:450px)
{
	.btn-menu-mobile {
		margin: 3% 0 0 0;
	}
}

@media (max-width:350px)
{
	.btn-menu-mobile {
		margin: 2% 0 0 0;
	}
}