@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400&display=swap');
@font-face {
	font-family: 'EUCLIDFLEX_MEDIUM';
	src: url('../font/EUCLIDFLEX-MEDIUM.OTF');
}
@font-face {
	font-family: 'EUCLIDFLEX_REGULAR';
	src: url('../font/EUCLIDFLEX-REGULAR.OTF');
}
@font-face {
	font-family: 'EUCLIDFLEX_BOLD';
	src: url('../font/EUCLIDFLEX-BOLD.OTF');
}
html{
	overflow-x: hidden;
}
*{
	outline: none;
}
.container {
    width: 90%;
}
.logo {
    float: left;
    padding: 15px 0;
}
.main-menu {
    float: right;
    border: none;
    margin: 0;
    background: transparent;
}
.main-menu .collapse.navbar-collapse {
    padding: 0;
}
.main-menu ul li a {
    font-family: 'RobotoMedium';
    text-transform: uppercase;
    padding: 30px 20px;
	color: #231f20;
}
.main-menu ul li:last-child a{
    padding-right: 0;
}
.slide-content {
	position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
	text-align: center;
    transform: translateY(-50%);
    display: none;
}
.slide-content .heading-1{
    font-family: 'EUCLIDFLEX_MEDIUM';
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    margin-bottom: 0;
    position: relative;
    font-size: 48px;
    padding: 0 0 30px 0;
}
.slide-content .yellow-text {
    color: #e68f1a;
}
.slide-content .content {
    color: #fff;
    font-family: 'EUCLIDFLEX_REGULAR';
    font-size: 28px;
    display: block;
    line-height: 21px;
    letter-spacing: 17px;
}
span.heading-1.black span.white {
    display: block;
    color: #fff;
}
.owl-carousel .owl-item .slide-content a, a.black-btn {
    background: #fff;
    display: inline-block;
    padding: 0 0 0 25px;
    border-radius: 50px;
	font-family: 'RobotoBold';
	font-size: 17px;
	line-height: 25px;
	text-decoration: none;
}
.owl-carousel .owl-item .slide-content img,
a.black-btn img {
    width: auto;
	display: inline-block;
	padding: 3px;
}
span.heading-1.black {
	color: #231f20;
}
.owl-carousel .owl-item .slide-content a.black-btn, a.black-btn {
    background: #231f20;
    color: #fff;
    text-transform: uppercase;
}
.owl-carousel .owl-item .slide-content a.yellow-btn {
    background: #e68f1a;
    color: #fff;
    text-transform: uppercase;
}
.slider.owl-carousel.owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.slider.owl-carousel.owl-theme .owl-dots button span {
    margin: 0 3px;
    background: transparent;
    border: 1px solid #fff;
}
.slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span, 
.slider.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    opacity: 1;
}
.slide-content.text-center {
    left: 0;
}
.slide-content.text-center span.heading-1 {
    font-size: 56px;
    width: 70%;
    line-height: 57px;
    margin: 0 auto 20px;
}
.slide-content.text-center .content {
    margin: 0 auto 25px;
}
#about {
    margin: 75px 0;
}
.stroke-heading {
    font-family: 'EUCLIDFLEX_MEDIUM';
    font-size: 35px;
    color: #c6a47e;
    line-height: 35px;
    margin: 0 0 45px 0;
	text-align: center;
}
.stroke-heading span
{
	color: #3a372c;
}
.about-content {
    width: 55%;
    float: left;
    z-index: 2;
    position: relative;
}
.about-content-inner {
    padding: 0 70px 70px 50px;
	margin-top: -137px;
}
.about-image {
    margin-left: 0;
    float: left;
    width: 40%;
    z-index: 1;
    position: relative;
}
.background-sec {
    position: absolute;
    width: 175px;
    height: 100%;
    background: #e68f1b;
    top: 35px;
    right: -40px;
}
.about-wrap {
    position: relative;
}
.about-image img {
    width: 100%;
    position: relative;
    z-index: 9;
}
.about-content-inner h3 {
    font-size: 30px;
    font-family: 'EUCLIDFLEX_MEDIUM';
    line-height: 35px;
	color: #3a372c;
}
.about-content-inner p {
    color: #818181;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	line-height: 21px;
	margin: 27px 0 0;
}
.about-content-inner .btn-box
{
	float:left;
    margin-top: 40px;
    border: 1px solid #c6a47e;
	margin-left: 15px;
}
.about-content-inner .black-btn
{
	border: 1px solid #c6a47e;
    background: none;
    text-transform: none;
    border-radius: 0;
    padding:15px 50px;
	color:#c6a47e;
	font-size: 14px;
	font-family: 'EUCLIDFLEX_MEDIUM';
	display: inline-block;
	position: relative;
    top: -5px;
    left: -5px;
    background-color: #fff;
	
}
.collection {
    padding: 75px 0;
}

.collection .coll-box img
{
	width: 100%;
}
.collection .ernes-title
{
	display: block;
	text-align: center;
	color: #f8f8f7;
	font-family: 'EUCLIDFLEX_BOLD';
	font-size: 203px;
	line-height: 35px;
	position: relative;
    top: -4px;
	z-index: -1;
}
.about-content-inner .ernes-title {
    color: #f8f8f7;
    font-size: 203px;
    font-family: 'EUCLIDFLEX_BOLD';
    margin-left: -70px;
	position: relative;
    top: 110px;
    z-index: -1;
}
.register-area .ernes-title
{
	display: block;
    text-align: right;
    color: #f8f8f7;
    font-family: 'EUCLIDFLEX_BOLD';
    font-size: 190px;
    position: relative;
    top: -80px;
    z-index: -1;
    line-height: 35px;
}
.register-area {
    margin: 75px 0;
}
.contact-info {
    transform: translate(0, 22%);
}
.contact-info li {
    list-style: none;
	margin: 8px 0;
}
.contact-info li img
{
	float: left;
	margin-right: 10px;
        width: 20px;
}
.contact-info li a
{
	color: #7e7e7e;
	font-size: 16px;
	line-height: 14px;
	font-family: 'EUCLIDFLEX_REGULAR';
}
.contact-info li a:hover,
.contact-info li a:focus
{
	text-decoration: none;
	outline: none;
}
.register-form .in-fld
{
	background-color: #f5f5f5;
	border: none;
	border-radius: 0;
	box-shadow: inherit;
	-webkit-box-shadow: inherit;
	padding: 25px;
	font-family: 'EUCLIDFLEX_REGULAR';
	color: #7e7e7e;
	font-size: 14px;
}
.register-form .msg-fld
{
	background-color: #f5f5f5;
	border: none;
	border-radius: 0;
	box-shadow: inherit;
	-webkit-box-shadow: inherit;
	padding: 17px;
	font-family: 'EUCLIDFLEX_REGULAR';
	color: #7e7e7e;
	font-size: 14px;
}
.register-form .sub_form_btn {
    float: right;
    margin-right: 15px;
	margin-top: 20px;
	border: 1px solid #c6a47e;
}
.register-form .sub_form_btn .submit-btn
{
	border: 1px solid #c6a47e;
    background: none;
    border-radius: 0;
    padding: 15px 50px;
    color: #c6a47e;
    font-size: 14px;
    font-family: 'EUCLIDFLEX_MEDIUM';
    display: inline-block;
	text-transform: uppercase;
	position: relative;
    top: -5px;
    right: -5px;
    background-color: #fff;
}
.top-footer {
    background-color: #35322a;background-image: url(../img/big-logo.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 90px 0;
	background-size: 100%;
}
.footer-logo {
    text-align: center;
}
.top-footer .quick-links {
    padding: 0;
    opacity: .55;
}
.top-footer ul {
    padding: 0;
	margin: 0;
	text-align: center;
}
.top-footer li {
    list-style: none;
	display: inline-block;
}
.top-footer .quick-links li a {
    font-family: 'EUCLIDFLEX_REGULAR';
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 40px 20px;
    display: block;
    text-transform: uppercase;
    text-transform: uppercase;
    line-height: 28px;
}
.top-footer .quick-links li:first-child a{
    padding-left: 0;
}
.top-footer .quick-links li:last-child a{
    padding-right: 0;
}
.top-footer .social-links
{
	padding: 0;
    opacity: .55;
}
.top-footer .social-links li {
    font-family: 'EUCLIDFLEX_REGULAR';
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    text-transform: uppercase;
    line-height: 28px;
}
.top-footer .social-links li:first-child a{
    padding-left: 0;
}
.top-footer .social-links li:last-child a{
    padding-right: 0;
}

.top-bottom .copy-right {
     text-align: center;
	 padding: 35px 3px;
	color: #ffffff;
	font-size: 12px;
	font-family: 'EUCLIDFLEX_REGULAR';
	letter-spacing: 1px;
}

.top-bottom {
    background: #080707;
}
.top-footer.bottom .quick-links{
	opacity: 1;
}
.top-footer.bottom li a{
	padding: 20px 0;
	opacity: .55;
}
div#msg {
    display: none;
    margin: 0 15px;
}
div#msg .alert{
	display: block;
}
#home {
    position: relative;
}
.sticky-wrap {
    position: fixed;
    top: 50%;
    z-index: 9;
    right: -120px;
    transform: rotate(270deg);
}
.sticky-wrap img {
    transform: rotate(-270deg);
}
a.black-btn.sticky {
    background: #c6a47e;
    border-radius: 0;
    padding: 10px 30px 10px 15px;
}
.pr-po {
    font-size: 20px;
    margin-bottom: 35px;
	font-family: 'RobotoRegular';
}
.inner-banner {
    position: relative;
    margin-bottom: 35px;
}
.inner-banner h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-family: 'EUCLIDFLEX_MEDIUM';
    transform: translate(-50%, -50%);
    font-size: 42px;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.slider-wrap {
    position: relative;
}
.get_in_touch {
    position: absolute;
    width: 5.35714285714%;
    background: rgba(52, 49, 42, .9);
    top: 0;
    height: 100%;
    z-index: 9;
    left: 0;
}
.get_in_touch_text {
    transform: rotate(270deg);
    position: absolute;
    top: 30%;
    width: 500%;
    text-align: center;
    text-transform: uppercase;
    line-height: 0px;
    left: -198%;
}
.get_in_touch_text a{
    color: #fff;
    font-family: 'EUCLIDFLEX_REGULAR';
    font-size: 10px;
    letter-spacing: 10px;
    line-height: 10;
}
.get_in_touch_text a:hover
{
	text-decoration: none;
}
.get_in_touch_text a:after {
    background: #615e59;
    position: absolute;
    content: "";
    width: 170px;
    height: 2px;
    bottom: 50%;
    left: -90px;
}
span.heading-1:after {
    position: absolute;
    background: #c6a47e;
    height: 2px;
    content: "";
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    bottom: 15px;
}
.inner-banner img {
    width: 100%;
    max-width: 100%;
}
.alert-success {
    font-family: 'EUCLIDFLEX_MEDIUM';
    color: #35322a;
    background-color: transparent;
    border-color: transparent;
}
.slide-content img {
    width: 280px !important;
}
.logo img {
    width: 162px;
}
.collection-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	color: #fff !important;
	font-family: 'EUCLIDFLEX_MEDIUM' !important;
	font-size: 14px !important;
	text-transform: uppercase;
}
.collection-slider.owl-carousel .owl-nav button.owl-next, .collection-slider.owl-carousel .owl-nav button.owl-prev {
    background: transparent;
}
.collection-slider .owl-nav button img {
    margin: 0 7px;
}
.collection-slider button.owl-prev {
	left: 0;
}
.collection-slider button.owl-next img {
    transform: rotate(180deg);
}
.collection-slider button.owl-next {
    right: 0;
}
.web-link
{
    font-size: 30px;
    font-weight: 500;
    font-family: 'EUCLIDFLEX_MEDIUM';
    display: block;
    text-align: center;
    color: #35322a;
}
.web-link:hover,
.web-link:focus
{
    text-decoration:none;
    outline:none;
}
.a_y {
    font-family: 'EUCLIDFLEX_REGULAR';
    color: #7e7e7e;
    font-size: 18px;
}
.ipt-sec {
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
    line-height: 1;
    font-size: 14px;
}
.ipt-sec input, .ipt-sec span {
    line-height: 24px;
}
.ipt-sec input {
    margin: 6px 0 0 0;
}














/**************** store locator ****************/
.locator {
    width: 48%;
    height: 49px !important;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    padding: 13px 0;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    list-style: none;
    border: 2px solid #a98f74;
    background-color: #a98f74;
    color: #fff;
    font-family: 'Gill Sans Light';
    margin-top:0% !important;
}
.city {
    width: 35%;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
    padding: 9px 0;
    outline: none;
    /* font-family: 'Gill Sans Light'; */
    color: #a98f74;
    background-color: #e3e4e6;
}

.topbar-1 {
    box-sizing: border-box;
    padding: 2%;
    border-bottom: 2px solid #777;
}
.topbar-1 ul {
    width: 51%;
    display: inline-block;
    vertical-align: top;
    list-style: none;
}
.topbar-1 ul li {
    box-sizing: border-box;
    padding: 3%;
}
.topbar-1 ul li h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
    font-family: 'Gill Sans Bold Condensed';
}
.add {
    display: block;
    margin-bottom: 20px;
    font-family: 'Gill Sans Condensed';
}
.topbar-1 ul li p {
    margin: 0;
    padding: 0;
    font-size: 21px;
    font-style: normal;
    /* text-transform: lowercase; */
    font-family: 'Gill Sans Light';
    line-height: 23px;
}
.topbar-1 > .map-div1, .topbar-1 > .map-div2, .topbar-1 > .map-div3, .topbar-1 > .map-div4, .topbar-1 > .map-div5, .topbar-1 > .map-div6, .topbar-1 > .map-div7 {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
}
.topbar-1 ul li p a {
    text-decoration: none;
    color: black;
}

@media only screen and (max-width: 650px) and (min-width: 299px)
{
    div#store {
    display: block !important;
}
    .topbar-1 ul {
        width:100% !important;
        padding: 0px;
}
    
    .locator {
    font-size: 24px;
    padding: 9px 0;
    width: 100%;
}
.city {
    box-sizing: content-box;
    font-size: 16px;
    height: 25px;
    outline: none;
    width: 100%;
    margin-bottom: 10px;
}
.topbar-1 ul li p{
    font-size:15px;
}
.topbar-1 > .map-div1, .topbar-1 > .map-div2, .topbar-1 > .map-div3, .topbar-1 > .map-div4, .topbar-1 > .map-div5, .topbar-1 > .map-div6, .topbar-1 > .map-div7 {
    width: 100%;
}
iframe {
    width: 100%;
    height: 100%;
}
}

@media (max-width: 768px){
   iframe {
    width: 100%;
    height: 100%;
}
    .topbar-1 > .map-div1, .topbar-1 > .map-div2, .topbar-1 > .map-div3, .topbar-1 > .map-div4, .topbar-1 > .map-div5, .topbar-1 > .map-div6, .topbar-1 > .map-div7 {
    width: 100%;
}
    .topbar-1 ul li p{
    font-size:15px;
}
    div#store {
    display: block !important;
}
    .topbar-1 ul {
        width:100% !important;
        padding: 0px;
}
    
    .locator {
    font-size: 24px;
    padding: 9px 0;
    width: 100%;
}
.city {
    box-sizing: content-box;
    font-size: 16px;
    height: 25px;
    outline: none;
    width: 100%;
    margin-bottom: 10px;
}
}