
/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Satisfy');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
@import url('https://fonts.googleapis.com/css?family=Mr+De+Haviland');
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
body {font-family: 'Roboto', sans-serif;font-weight: 300;color: #666;background-color: #fff;font-size: 15px;line-height: 1.75;hyphens: auto;overflow-wrap: break-word;}
html, body {width:100%; padding:0; margin:0;}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
html { -webkit-text-size-adjust: none;}
.video embed,.video object,.video iframe { width: 100%;  height: auto;}
img{max-width:100%;	height: auto;width: auto\9; /* ie8 */}

h1 {font-size: 38px;}
h2 {font-size: 36px;}
h3 {font-size: 32px;}
h4 {font-size: 28px;}
h5 {font-size: 24px;}
h6 {font-size: 20px;}

h1,h2,h3,h4,h5,h6 {font-weight: 600;color: #333;font-family: 'Montserrat',sans-serif;letter-spacing: 1px;line-height: 1.3;}

p {margin: 0 0 20px;}

a {color: #fff;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
a:hover,
a:focus {text-decoration: none;color:#EC495E;}

button {border: none;outline: 0;}
ul li{list-style: none;}
input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="search"], textarea, .form-control, select {
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #999999;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 47px;
    line-height: 1.2;
    margin: 10px 0;
    outline: medium none;
    padding: 5px 10px;
    transition: border-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    width: 100%;
	background-color: #fff;
    border: 1px solid #555;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.center{text-align: center; margin: 0 auto;}
.f-right{float: right;}
.f-left{float: left;}
.t-right{text-align: right;}
.t-left{text-align: left;}

.post{}
.post:after, .post:before, article:after, article:before, section:after, section:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

/* --Line-- */
hr.line { margin: 15px auto; padding: 0; max-width: 90px;border: 0; border-top: solid 5px #ddd;text-align: center;}

/* --Page-- */
body.index-page {}
body.sub-page {}

body .wrap-body{position: relative;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------Header-Styles-------------------------------- */
/* ---------------------------------------------------------------------------- */
header{background-size: cover;background: url(../images/showcase_bg.jpg) no-repeat center center fixed;height:50vh;width: 100%;z-index: 2;position: relative; }
body.index-page header{height:100vh;}
header.sub-header{background:#1D2027;min-height: 120px;}

/* Header Styles */
.header-text {color: #fff;text-shadow: 2px 2px #111;margin-top: 7vh;transition: opacity 1s ease 0s, transform 1s ease 0s;z-index: 1;opacity: 1;}
body.index-page .header-text{margin-top: 20vh;}
.header-text.remove {-moz-transform: translateY(3rem);-webkit-transform: translateY(3rem);-ms-transform: translateY(3rem);transform: translateY(3rem);-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;opacity: 0;visibility: hidden;}

.header-text span{font-family: 'Satisfy', cursive;color: #e6be99;line-height: 1.2;font-size: 46px;margin-bottom: 14px;display: block;}
.header-text h1{margin-top: 0;margin-bottom: 0;text-transform: uppercase;color: #fff;font-size: 44px;letter-spacing: 5px;font-family: 'Montserrat', sans-serif;}
.header-text hr{margin: 30px auto;}
.header-text p{ margin-bottom: 50px;font-size: 22px;margin-bottom: 17px;color: #fff;}
.header-text .btn-primary{background-color: #EC495E;border:none;padding: 15px 33px;border-radius: 3px;font-weight: 700;font-size: 17px;color: #fff;text-shadow: none;}


/* ---------------------------------------------------------------------------- */
/* ------------------------------------Menu------------------------------------ */
/* ---------------------------------------------------------------------------- */
#menu {border-radius: 0;padding: 40px 0;text-transform: uppercase;font-family: Montserrat,sans-serif;}
#menu #heading {float: left;padding-left: 15px;font-size: 20px;font-weight: 700;line-height: 40px;color: #fff;margin-top: 10px;text-transform: uppercase;}
#menu a.navbar-brand:hover{color: #fff;}
#menu .navbar-brand{margin: 0;height: auto;text-transform: uppercase;padding: 0px 18px;}
#menu .logo {}
#menu .dropdown-menu {background-color: #2B2D3F;border:none;border-radius: 0;}

#menu ul.nav .dropdown-menu li a{color: #fff;font-family: 'Roboto', sans-serif;}
#menu ul.nav .dropdown-menu li a:hover{color: #ec495e;}
#menu .dropdown-inner {display: table;}
#menu .dropdown-inner ul {display: table-cell;}
#menu .dropdown-inner a {min-width: 160px;display: block;padding: 3px 20px;clear: both;line-height: 20px;color: #000;margin: 0 5px;}
#menu li.dropdown:hover>a, #menu li.dropdown:focus>a, #menu li.dropdown:active>a{color: #ec495e;background: none;}
.navbar{margin: 0;}
#menu ul.nav li{padding-right: 16px;}
#menu ul.nav li a{padding: 8px 15px;color: #fff;letter-spacing: 0.28px;font-size: 14px;}
#menu ul.nav li.dropdown a{}
#menu .nav > li > a:hover, #menu .nav > li > a:focus{color:#ec495e;background: none;}

#menu .btn-navbar {font-size: 20px;color: #FFF;padding: 5px 15px;float: right;border: 3px solid #fff;}


@media  (min-width: 768px) {
    #menu ul.nav {float:right}
	#menu .dropdown:hover .dropdown-menu {display: block;}
	
}
@media(max-width:767px) {
	
	#menu{background: #1D2027;padding: 10px 0;}
	#menu .navbar-brand {display: block;color: #fff;margin-top: 10px;}
	#menu div.dropdown-inner > ul.list-unstyled {display: block;}
	#menu .dropdown-inner a {width: 100%;color: #fff;}
	#menu div.dropdown-menu {margin-left: 0 !important;	padding-bottom: 10px;background-color: rgba(0, 0, 0, 0.1);}
}


/* ---------------------------------------------------------------------------- */
/* -------------------------------------Content-------------------------------- */
/* ---------------------------------------------------------------------------- */
#page-content {position: relative;overflow: visible;z-index: 2;background: #ffffff;box-shadow: rgba(0,0,0,0.7) 0 105px 90px -90px;}

/* ---HomePage--- */
.box-content {padding: 70px 0;}
.box-content .heading{margin-bottom: 50px; text-align: center;}
.box-content .heading h2{font-family: 'Roboto', sans-serif; font-weight: 300;color: #2b2d3f;font-size: 28px;}

.box-content.box-style-2{background: url(../images/line_art.jpg) no-repeat center center;}
.box-content.box-style-1{background: #F5F5F7 url(../images/bg-2.jpg) no-repeat top right;color:#333;min-height: 370px;}
.box-content.box-style-3{background-image: url(../images/home-6.png);background-position: 80% top;background-repeat: no-repeat;background-color: #F8F9F1;}
.box-content.box-style-4{background: url(../images/bg.jpg) center center fixed;color:#fff;}
.box-content.box-style-5{background: #F8F9F0;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Box 1---------------------------------- */
/* ---------------------------------------------------------------------------- */
.box-content.box-1 {}
.box-content.box-1 .title-block .prefix{float: left;margin: 0 10px 0 0;font-size: 100px;color: #EC495E;font-weight: 500;line-height: 100px;}
.box-content.box-1 .title-block .title{font-size: 42px;font-weight: 500;margin-top: 0;font-family: 'Poppins', sans-serif;}
.box-content.box-1 .box-icon{margin-top: 10px;}
.box-content.box-1 h5{font-size: 18px;}
.box-content.box-1 h3{font-size: 21px;}

.title-block .sub {display: inline-block;font-size: 30px;line-height: 30px;font-weight: 300;margin-top: 5px;margin-bottom: 5px;}
.box-icon{ margin-bottom: 10px;}
.box-icon-image{float: left;text-align: center;}
.box-icon-aside{overflow: hidden;margin-left: 50px;max-width: 400px;}
.box-icon-aside h3{margin-top: 0;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Box 2---------------------------------- */
/* ---------------------------------------------------------------------------- */
.box-content.box-2 {}
.box-content.box-2 .intro-block{background: url(../images/slider-banner-1.jpg) no-repeat;background-size: cover;height: 100%;}
.box-content.box-2 .item .portfolio-box:nth-child(n+4) {margin-bottom: 0}

.intro-block p{color: #fff;}
.heading-block,
.content-block{padding: 20px 30px;}
.heading-block{border-bottom: 1px solid rgba(255,255,255,0.5);margin-bottom: 10px;}
.heading-block h2{color: #fff;font-size: 25px;text-transform: uppercase;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Box 3---------------------------------- */
/* ---------------------------------------------------------------------------- */
.box-content.box-3 {padding: 130px 0 160px;}
.box-content.box-3 .box-item .box-item-header{margin-bottom: 30px;}
.box-content.box-3 .box-item .box-item-header p{color: #e6be99 !important;font-family: "Satisfy",Helvetica,Arial,Lucida,sans-serif;font-size: 29px;}
.box-content.box-3 .box-item .box-item-header h3{color: #2b2f3e;font-family: Roboto,sans-serif;font-size: 29px;font-weight: 300;letter-spacing: 0;}
.box-content.box-3 .box-item .box-item-content .signature{font-family: "Mr De Haviland",Helvetica,Arial,Lucida,sans-serif;
    font-size: 41px;color: #2b2d3f;transform: rotate(-10deg);}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Box 4---------------------------------- */
/* ---------------------------------------------------------------------------- */
.box-content.box-4 {}
.box-content.box-4 .intro-block{background: url(../images/slider-banner-2.jpg) no-repeat;background-size: cover;height: 100%;}
.box-content.box-4 .item .portfolio-box:nth-child(n+4) {margin-bottom: 0}
	
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Box 5---------------------------------- */
/* ---------------------------------------------------------------------------- */
.box-content.box-5 {padding: 130px 0;}
.box-content.box-5 .box-item{text-align: center}
.box-content.box-5 .box-item h3{color: #e6be99;font-family: "Satisfy",Helvetica,Arial,Lucida,sans-serif;font-size: 32px;letter-spacing: 3px;margin: 20px 0 30px;}
.box-content.box-5 .box-item i.fa{font-size: 45px;}
.box-content.box-5 .box-item .social-list{}
.box-content.box-5 .box-item .social-list i.fa{font-size: 19px;}
.box-content.box-5 .box-item .social-list li a{height: 32px;width: 32px;background: #fff;margin-top: 10px;display:inline-block; border-radius: 4px;padding-top: 5px;color: #333;}
.box-content.box-5 .box-item .social-list li a:hover{background: #EC495E;color: #fff;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Box 6---------------------------------- */
/* ---------------------------------------------------------------------------- */
.box-content.box-6 {}
.box-content.box-6 .box-item{margin: 40px auto 60px;float: left;text-align: center;border: 1px solid #ccc;padding: 0 15px 20px;}
.box-content.box-6 .box-item h3{font-size:18px;text-transform:uppercase;margin-bottom: 20px;}
.box-content.box-6 .box-item p{font-size: 14px;color:#816943;}
.box-content.box-6 .box-item .icon{height: 100px; width: 100px;margin: -50px auto 0;border: 5px solid #F8F9F0;display: block;border-radius: 50%;}
.box-content.box-6 .box-item .icon img{border-radius: 50%;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Box 7---------------------------------- */
/* ---------------------------------------------------------------------------- */
.box-content.box-7 {padding: 0;}


/* ---Article--- */
article.single-post{padding-bottom: 0;}
article.single-post .wrap-post, .comments-are {padding:30px 20px; position: relative;}
article{background: #ffffff; color: #3F3F3F; margin: 50px 0;border-bottom: 1px solid #e1e1e1;padding-bottom: 50px;}
article:last-child{border-bottom: none;}
article:after, article:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
article .post-thumbnail-wrap {text-align: center;width: 100%;margin-bottom: 10px;}
article .post-thumbnail-wrap img {}
article h2.entry-title{font-size: 35px;margin: 20px 0 10px;font-weight: 300;}
article h2.entry-title a{color: #131313;}
article h2.entry-title a:hover{color: #555}
article .l-tags{text-align: center; font-size: 11px;}

article .entry-header{margin-bottom: 30px;}
article.single-post .entry-header{margin-bottom: 60px;}
article.single-post .entry-header h1.entry-title{font-size: 43px;line-height: 30px;letter-spacing: 2px;font-weight: 300;margin: 0;text-transform: uppercase;margin-bottom: 40px;line-height: 1.1}
article.single-post .entry-header h1.entry-title a {color: #575756;margin: 0;}
article .entry-title-blog a:hover {color: #628d7c;}

article .entry-header .entry-meta{color: #777;font-size: 13px;}
article .entry-header .entry-meta a {color: #777;}
article .entry-header .entry-meta a:hover {color: #EC495E;}


article .entry-content{text-align: left;margin-top: 30px;}
article.single-post .entry-content{ padding: 40px 120px;}
@media(max-width:767px){
	article.single-post .entry-content{ padding: 30px;}
}

article .entry-content p{color: #686868;}
article .entry-content blockquote {border-left: 3px solid #1c7791;margin: 0 50px;font-style: italic;color: #666;padding-left: 20px;}
article .entry-content ol {float: left;text-align: justify;margin: 10px 50px;list-style-type: circle;}

.comments-are{border-top: 1px solid #e1e1e1;margin: 50px 0 ;}
.comments-are textarea {height:170px;}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Footer---------------------------------- */
/* ---------------------------------------------------------------------------- */
footer{color: #888;background-color:#181819;position: fixed;top: auto;bottom: 0;left: 0;width: 100%;display:block;}
footer ul {padding: 0;}
footer ul li{list-style: none;}
footer a {color: #888;}
footer a:hover {color: #EC495E;}

footer .wrap-footer{padding:50px 0 30px;}
footer .col-footer{margin: 10px 0 30px;}
footer .footer-1{}

footer .footer-2{}
footer .footer-2 li{border-bottom: 1px solid rgba(255, 255, 255, 0.1);font-size: 11px;margin-bottom: 0;padding: 15px 0 16px;text-transform: uppercase;}
footer .footer-2 li a:before {content: "";font-family: "FontAwesome";left: 0;line-height: 1;margin-top: -5px;position: absolute;top: 50%;}
footer .footer-2 li a {font-weight:bold;text-transform:uppercase;display:inline-block;position:relative;padding-left:14px;letter-spacing:1px}

footer .footer-3 img{margin-bottom: 20px;}

footer .footer-4{}
footer .footer-4 a{ border: 1px solid #888; padding: 2px 10px;line-height: 2.2;font-size: 14px;text-transform: capitalize;}
footer .footer-4 a:hover{color: #EC495E;text-decoration: none;}


footer .footer-title {display: block;font-weight: bold;letter-spacing: 1px;margin-bottom: 20px;position: relative;text-transform: uppercase;font-size: 16px;color: #fff;}

footer .copyright{padding: 15px 0;}
footer .bottom-footer{background-color:#000;}
footer .bottom-footer span{color: #888!important;margin: 0;line-height: 1;}
footer .bottom-footer ul{list-style:none;margin:0;padding:0;line-height:1.5}
footer .bottom-footer .link{margin-top: 10px;}

@media(max-width:767px){
	footer .bottom-footer .copyright{text-align:center;padding-bottom:18px}
	footer .bottom-footer .link{padding-top:0;padding-bottom:24px;text-align:center}
}


/* ---------------------------------------------------------------------------- */
/* -----------------------------Portfolio Box---------------------------------- */
/* ---------------------------------------------------------------------------- */
.portfolio-box-inner {display: block;position: relative;margin: auto;overflow: hidden;height: 100%; width: 100%;}
.portfolio-box{margin-bottom: 30px}

.portfolio-box .portfolio-box-caption {display: block;position: absolute;bottom: 0;width: 100%;height: 100%;color: #fff;-webkit-transition: all .35s;-moz-transition: all .35s;transition: all .35s;}
.portfolio-box .portfolio-box-caption .product-price {position: absolute;top: 20px;left: 35px;opacity: 0;-webkit-transition: all .35s;-moz-transition: all .35s;transition: all .35s;font-size: 25px;font-weight: 300;}
.portfolio-box .portfolio-box-caption .product-price sup{margin-left: 3px;font-size: 18px;}
.portfolio-box .portfolio-box-caption .portfolio-box-description {position: absolute;bottom: 30px;left: 35px;max-width: 210px;}
.portfolio-box .portfolio-box-caption .portfolio-box-description .product-category,
.portfolio-box .portfolio-box-caption .portfolio-box-description .product-name {text-transform: uppercase;font-weight: 600;letter-spacing: 2px;-webkit-transition: all .35s;-moz-transition: all .35s;transition: all .35s;opacity:0}
.portfolio-box .portfolio-box-caption .portfolio-box-description .product-category {font-size: 13px;color: #FF9E22;margin-left: 25px;}
.portfolio-box .portfolio-box-caption .portfolio-box-description .product-name {font-size: 16px;margin-left: -100px;color: #fff;}

.portfolio-box:hover .portfolio-box-caption {background: rgba(0, 0, 0,.5);}

.portfolio-box:hover .portfolio-box-caption .product-price,
.portfolio-box:hover .portfolio-box-caption .portfolio-box-description .product-category,
.portfolio-box:hover .portfolio-box-caption .portfolio-box-description .product-name{margin-left: 0;opacity: 1}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-description .product-category {font-size: 15px;}
    .portfolio-box .portfolio-box-caption .portfolio-box-description .product-name {font-size: 19px;}
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Button---------------------------------- */
/* ---------------------------------------------------------------------------- */
.btn {
	border-radius: 0;
	outline: none;
	color: #785843;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;	
	font-size: 13px;
}
a.btn:focus{outline: 0;}

.btn-skin {padding: 9px 20px;color: #fff;background-color: #ec495e;margin-bottom: 10px;font-weight: 400;}
.btn-skin i.fa{padding-left: 5px;}
.btn-skin:hover, .btn-skin:focus {color: #fff;background-color: #333;}

/* ---------------------------------------------------------------------------- */
/* ----------------------------------Carousel---------------------------------- */
/* ---------------------------------------------------------------------------- */
.owl-controls{margin-top: 100px;}
.owl-controls .owl-prev {}
.owl-controls .owl-next {}
.owl-controls .btn i.fa {font-size: 22px;color: #aaa}
.owl-controls .btn i.fa:hover {color: #fff}

/* ---------------------------------------------------------------------------- */
/* --------------------------------Flex-Box------------------------------------ */
/* ---------------------------------------------------------------------------- */
.flex-box .box-text, 
.box-image {background-repeat: no-repeat;background-position: center center;background-size: cover;display: block;width: 100%;height: 100%;}

/* Box Text */
.flex-box .box-text {}
.flex-box .box-text{
	position: relative;
	width: 100%;
	height: 550px;
	display: block;
}
.flex-box .box-text-inner {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.flex-box .box-text .box-text-inner{margin: 0 auto;max-width: 100%;}
.flex-box .box-text .box-text-inner p{font-size: 14px;font-weight: 400;color: #555;}
.flex-box .box-text .title {}
.flex-box .box-text .title h3{font-weight: 700;color: #000;text-transform: uppercase;font-family: 'Playfair Display', serif;letter-spacing: 3px;}
.flex-box .box-text .title span{font-size: 24px; font-weight:800;color: #000;text-transform: uppercase;margin: 40px 0 20px;display: block;}

.flex-box .box-text.light-style{background: #fff;}
.flex-box .box-text.light-style .title h3{}
.flex-box .box-text.dark-style{background: #262626; color: #bbb;}
.flex-box .box-text.dark-style p{color: #ddd;}
.flex-box .box-text.dark-style .title h3{color: #fff;}
.flex-box .box-text.dark-style .heading h2{color: #fff;}
.flex-box .box-text.dark-style .social-link li a{border: 1px solid #fff;}
.flex-box .box-text.dark-style .social-link li a:hover{color: #fff;border: 1px solid #fff;}

/* Box Image */
.box-image {width: 100%;height: 100%;display: inline-block;position: relative;}
.box-image img {position: absolute;display: block;border-radius: 0;}
/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.portfolio-box img,
	.box-image img {
		-moz-object-fit: cover;
		-webkit-object-fit: cover;
		-ms-object-fit: cover;
		-o-object-fit: cover;
		object-fit: cover;
		-moz-object-position: center;
		-webkit-object-position: center;
		-ms-object-position: center;
		object-position: center;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media(min-width:768px){
	.flex-box {-moz-align-items: stretch;-webkit-align-items: stretch;-ms-align-items: stretch;align-items: stretch;display: -moz-flex;display: -webkit-flex;display: -ms-flex;display: flex;-moz-flex-direction: row;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;position: relative;overflow: hidden;}
	.flex-box .f-right{order: 2;}
	.box-text .t-right{text-align: right;}
}
@media(max-width:767px){
	.flex-box .box-text{text-align: center;height: 370px;}
	.flex-box .box-text .box-text-inner p{font-size: 13px;}
	.flex-box .box-image {height: 300px;width: 100%;}
}
