/* bootstrap */
@import url('bootstrap.css');
/* bootstrap responsive */
@import url('bootstrap-responsive.css');
/* prettyPhoto */
@import url('prettyPhoto.css');
/* flexslider */
@import url('flexslider.css');

/* font awesome */
@import url('font-awesome.css');
/* overwrite */
@import url('overwrite.css');
/* animation */
@import url('animate.css');

@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?srf3rx");
	src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
  }

@import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap');

body, html {
	/* font-family: 'Open Sans', sans-serif; */
	font-family: 'Playfair Display', serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
	---rosuTismana:#E3210D;
    --backgroundColor: #e5e5d0;
	--contactBgColor:#f8f5f1; 
	--navBgColor: #f5f5f5;
    --historyHeaderColor: #f5f5e7;
    --background-gradient: linear-gradient(30deg, #f39c12 30%, #f1c40f);
    --gray: #34495e;
    --darkgray: #2c3e50;
	
}
* { box-sizing: border-box}
h2, h3, h4 {
	/* font-family: 'Raleway', sans-serif; */
	/* font-family: 'Tenor Sans', sans-serif;  */
	font-family: 'Playfair Display', serif;
}
h2 {
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 26px;
	color: #333;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}
h4 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #608dfd;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #608dfd;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1E7A46;
	margin-bottom: 20px;
	border: 0;
}

.center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  }

/* Navigation */
#menu {
	padding: 5px;
	transition: all 0.8s;
}
#menu{
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 10px 0 10px;
	letter-spacing: 0.6px;
}
#menu.navbar-default .navbar-nav > li > a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: linear-gradient(to right, #b47c12 0%, #ebab34 100%);
	content: "";
	transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
	width: 100%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	bottom: -1px !important;
	width: 100% !important;
	height: 2px !important;
	background: linear-gradient(to right, #b47c12 0%, #ebab34 100%) !important;
	content: "" !important;
	transition: width 0.2s !important;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #f5f5f5;
	border-color: #777777;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #777777;
}
.section-title {
	margin-bottom: 70px;
}
.section-title p {
	font-size: 18px;
}
.heading-section{
	padding-bottom: 15px;
}
.chek-gallery{
	font-weight: 400;
	font-size: 16px;
	color: #333;
}
.btn-custom {
	/* font-family: 'Raleway', sans-serif; */
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	color: #fff;
	background-color: #103951;
	background-image: linear-gradient(to right, #103951 0%, #185a86 100%);
	padding: 14px 34px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	border-radius: 0;
	transition: all 0.5s linear;
	border: 0;
	margin-left: 1em;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-image: none;
	background-color: #0a243d;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
.add-bg{
	/* background: #2b2b2b; */
	background: var(--navBgColor);
	/* background: linear-gradient(to right, #000 0%, rgb(29, 29, 29) 100%);
	border-color: rgba(231, 231, 231, 0); */
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	opacity: 0.99;
}
.dark-text{
	color: rgb(12, 12, 12) !important;
}
.rmv-bg{
	background: transparent; 
}
#logo-text{
	height: 28px;
	width: auto;
}
.logo-nav img{
	width: 53px;
}
.logo-nav {
	margin-top: -13px;
}
.navbar-right{
	margin-right: 20px;
}
.language{
	display: block;
	position: absolute;
	right: 30px;
	top: 20px;
	
}
.language a{
	font-family: 'Playfair Display', serif;
	color: white;
	font-weight: 400; 
}
.language a:hover{
	color: white;
	font-size: 15px;
}
.language img{
	width: 20px;
	border-radius: 50%;
}
.lang{
	display: none;
}
@media (max-width: 768px) {
	#menu.navbar-default .navbar-nav > li > a {
		color: #222;
		text-align: center;
	}
	*{
		margin-left: 0;
	}
	.rmv-bg{
		background: var(--navBgColor);
		/* background: transparent; */
		 border-color: rgba(231, 231, 231, 0);
		box-shadow: 0 0 10px rgba(0,0,0,0.15);  
	}
	.navbar-default .navbar-toggle  {
		border-color: #444 !important;
		border-radius: 5%;

    }
	.navbar-header.in{
		background: linear-gradient(to right, #000 0%, rgb(29, 29, 29) 100%);
	}
	.navbar-default .navbar-collapse {
		border-color: #222;
		border: none;
	}
	.navbar-collapse .collapse .in{
		background: linear-gradient(to right, #f5f5f5 0%, #d6d6d6 100%);
		border-color: rgba(231, 231, 231, 0);
		box-shadow: 0 0 10px rgba(0,0,0,0.15); 
	}
	.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
		
		width: 20% !important;
		margin-left: 40% !important;	
	}
	.language{
		display: none;
	}
	.lang{
		display: block;
	}
	.lang img{
		width: 20px;
		border-radius: 50%;
	}
	#menu.navbar-default .navbar-nav > li > a:after {	
		background: none;
	}
}

/* Header Section */
.intro {
	display: table;
	width: 100%;
	height: 100vh; 
	padding: 0;
	/* background: url(../img/intro-bg.jpg) center center no-repeat; */
	/* background-image: linear-gradient(to right, rgba(12, 2, 28, 0.9), rgba(179, 185, 212, 0.1)),url(../img/IMG_2245_blur.jpg); */
	background-image: linear-gradient(to  right, rgba(12, 2, 28, 0.8) 10%, rgba(1, 6, 17, 0.5)),url(../img/IMG_2245_blur.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
/* .intro .overlay {
	background: rgba(0,0,0,0.2);
} */
.intro h1 {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 82px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}
.intro h1 span {
	font-weight: 800;
	color: #5ca9fb;
}
.intro p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.logo-container{
	width: 90%;
	margin-left: 4em;
	margin-top: 8em;
	/* display: flex;
	flex-direction: column; */
}
#header .btn-custom{
	/* position: absolute; */
	top: 25px;
	right: 20px;
	margin-left: 10em;
}
/* .logo{
	flex-basis: 70%;
} */
.logo img{
	width: 240px;
	margin-left: 30px;
	border-left:2px solid white;
	padding-left: 1em;
}
.logo{
	position: absolute;
	bottom:100px;
}
.btn-hdr{
	/* box-shadow: 3px 3px 3px black; */
	background: transparent;
	border:2px solid #fff;
}
header .intro-text {
	padding-top: 350px;
	padding-bottom: 200px;
	text-align: center;
}
.navbar-brand-container{
	display: none;
}

@media screen and (min-width: 1500px) {
	.logo{
		bottom: 200px;
		
	} 
}
@media screen and (max-width: 768px) {
	.intro {

		background-size: cover;
		background-position: center;
	}
	.logo-container {
		width: 100%;
		text-align: center;
		margin:0;
		margin-top: 120%;
	}
	.logo img{
		width: 180px;
		border:none;
		margin: 0;
		padding: 0;
	}
	.logo{
		position: relative;
	}
}
/**************************/
/* Atelier Section */
/* [class^="icon-"],
[class*=" icon-"] {
  color: #333;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  color: #333;
  content: "\e607";
 
} */
#atelier img{
	/* width: 250px; */
	width: auto;
	height: 390px;
	padding-right: 4em;
	padding-top: 5em;
	padding-left: 1em;
	padding-bottom: 1em;
}
#atelier {
	 background: #ede6da; 
}
#atelier .container{
	margin-left:3em; 
	width: 94%;
	margin-top: 1em;
}
#atelier .heading-section{
	padding-left: 2em;
}
#atelier span{
	color: #333;
	font-size: 18px;
	font-weight: 600;
}
.owl-prev{
	background: url(..//img/prev.png);
}
.atelier-btn-container{
	text-align: center;
}
#atelier .btn-custom {
	color: #333;
	background: transparent;
	border: 2px solid #333;
	margin-bottom: 3em;
}
#atelier .btn-custom:hover {
	color: #fff;
	background-image: none;
	background-color: #0a243d;
}

@media screen and (min-width: 1800px) {
	#atelier img{
		width: auto;
		height: 450px;
	}
}

@media (max-width: 768px) {

	#atelier .btn-custom{
		padding: 10px 24px;
		font-size: 13px;
		font-weight: 500;
		margin-bottom: 3em;
	}
	#atelier img{
		height:290px;
		width: auto;
		padding-bottom: 1.5em;
		padding-right: 0;
		padding-left: 5px;
		margin-bottom: 25px;
	}
	#atelier .container{
		margin-left:1em; 
		padding-left: 1em;
		width: 96%;
		margin-top: 3em;
	}

	#atelier .item{
		text-align: center;
	}
}
/* About Section */
.wistia_responsive_wrapper{
	height:100%;
	position:absolute;
	top:0;
	width:100%;
} 
.wistia_responsive_padding{
	padding:56.25% 0 0 0;
	position:relative;
} 
#about {
	padding: 50px 0;
	margin-left: 0;
}
#about h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#about h2 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#about h2::after {
	position: absolute;
	content: "";
	background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
	height: 4px;
	width: 60px;
	bottom: 0;
	left: 0;
}
#about .btn-custom{
	position: absolute;
	right: 10px;
	bottom: -100px;
}
#about .about-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#about .about-text li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #5ca9fb;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}
#about img {
	width: 520px;
	margin-top: 10px;
	background: #fff;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
}
#about p {
	line-height: 24px;
	margin: 10px 0;
	color: #000;
	font-weight: 400;
	letter-spacing: 1px;
	padding-left: 15px;
}
#about .container{
	margin-left:0; 
	padding-left: 0;
	margin-top: 2em;
	margin-bottom: 2em;
}
#about .container{
	width: 100%;
}
.btn-about{
	background: transparent;
	border:2px solid #000;
	color: #000;
}
#about p::first-letter {
	font-size: 4.5rem;
	font-weight: bold;
	color: brown;
}
#about .col-md-8{
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 768px) {

	#about .col-vid{
		width:100%;
	}	
	.wistia_responsive_wrapper{
		width:100%;
	}

	#about .container{
		width: 100%;
		margin:0;
		padding: 0;
	}

	.wistia_responsive_padding{
		padding:56% 0 0 0;
		position:relative;
	} 
}
@media (min-width: 1500px) {

	#about p{
		padding: 15% 25px 20px 25px;
	}
}

@media screen and (max-width: 992px) {
	#about p{
		padding-top: 40px !important;
	}
}

@media (max-width: 1200px) {
	.atelier-btn-container{
		text-align: center;
	}
	#about img {
		margin: 50px 0;
	}
	#about .btn-custom{
		position: relative;
	    bottom: -10px;
		padding: 10px 24px;
		font-size: 13px;
		font-weight: 500;
	}
	#about p{
		padding: 1px 15px 20px 15px;
	}
	
		
	.wistia_responsive_wrapper{
		width:100%;
	}
	#about .container{
		width: 100%;
		margin:0;
		padding: 0;
	}
}
/* Contact Section */
#contact hr{
	background: #333;
}
#contact {
	padding: 60px 0 20px 0;
	background-color: var(--contactBgColor);
	/* background: linear-gradient(to right, #c7b9a1 0%, #b9ac95 100%); */
	color: rgba(255,255,255,.75);
}
#contact .section-title {
	margin-bottom: 20px;
}
#contact .section-title p {
	font-size: 16px;
}
#contact h2 {
	/* color: #fff; */
	color: rgb(68, 68, 68);
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#contact h3 {
	/* color: #fff; */
	color: rgb(68, 68, 68);
	margin-top: 68px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-weight: 400;
}
#contact form {
	padding-top: 20px;
}

#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
#contact .btn-custom {
	margin: 20px 0;
	background: transparent;
	/* border: 2px solid #fff; */
	border: 2px solid rgb(68, 68, 68);
	color: rgb(68, 68, 68)
}
#contact .btn-custom:hover {
	color: #fff;
	background-image: none;
	background-color: #0a243d;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	font-family: 'Playfair Display', serif;
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #444;
	background-color: var(---contactBgColor);
	background-image: none;
	/* border: 1px solid #ddd; */
	border: none;
	border-bottom: 1px solid black;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	/* border-color: #999; */
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
input {
	background-color: var(---contactBgColor) !important;
}
#contact .logo-footer{
	position: absolute;
	right: 30%;
	top:15%;
}
/* .form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
} */
#contact .contact-item {
	margin: 20px 0;
	text-align: center;
}
#contact .contact-item p{
	text-align: left;
}
#contact .contact-item span {
	/* color: rgba(255,255,255,1); */
	color:rgb(68, 68, 68);
	margin-bottom: 10px;
	display: block;
}
#contact .contact-item i.fa {
	margin-right: 10px;
}
#contact .social {
	border-top: 1px solid rgba(255,255,255,0.15);
	padding-top: 20px;
	margin-top: 20px;
	text-align: center;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 18px;
	width: 40px;
	height: 40px;
	padding: 12px 0;
	/* border: 2px solid #333; */
	color:whitesmoke;
	/* border-radius: 50%; */
	transition: all 0.3s;
}
textarea {
	resize: none;
  }
#footer .social i.fa:hover {
	color: var(---rosuTismana);
	border-color: #b47c12;
	/* background: #fff; */
}
.share-btn{
	-webkit-margin-bottom-collapse: red !important;
}
#contact p{
	color: rgb(68, 68, 68);
}
.share-cls{
	color: #000 !important;
}


.st-custom-button[data-network] {
	background-color: transparent;
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
	font-weight: bold;
	color: #333 !important;
}

.st-custom-button[data-network]:hover,
.st-custom-button[data-network]:focus {
	text-decoration: none;
	background-color: transparent;
}

@media (max-width: 992px) {
	#contact hr{
		margin-left: 45%;
	}
	#contact .btn-custom{
		padding: 10px 24px;
		font-size: 13px;
		font-weight: 500;
	}
	.contact-btn-container{
		text-align: center;
	}
	#contact h2{
		text-align: center;
	}
	#contact .contact-item {
		text-align: center;
	}
	#contact .contact-item p{
		text-align: center;
		font-size: 13px;
	}
} 
/* Footer Section*/
#footer {
	height: 150px;
	width: 100%;
	/* background: #262626; */
	background: url("../img/background-footer.jpg");
	padding: 15px 0 15px 0;
	text-align: center;
}
#footer p {
	padding: 15px 15px 15px 15px;
	font-size: 14px;
	color: rgb(230, 230, 230);
	text-align: center;
}
#footer a {
	color: #608dfd;
}
#footer a:hover {
	border-bottom: 2px solid #608dfd;
}

/* owl carousel*/
#fh5co-header {
	padding-top: 3em;
	padding-bottom: 0;
	margin-bottom: 2em;
  }
  #fh5co-header .navbar-default {
	border: transparent;
	background: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
  }
  #fh5co-header .navbar {
	padding: 0;
	margin: 0;
  }
  #fh5co-header .fh5co-navbar-brand {
	width: 100%;
	margin: 0;
  }
  #fh5co-header .fh5co-navbar-brand .fh5co-logo {
	width: 52px;
	height: 30px;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
  }
  #fh5co-header .fh5co-navbar-brand .fh5co-logo:focus, #fh5co-header .fh5co-navbar-brand .fh5co-logo:hover {
	text-decoration: none !important;
  }
  @media screen and (max-width: 992px) {
	#fh5co-header .fh5co-navbar-brand {
	  text-align: center;
	  margin-bottom: 40px;
	}
  }
  #fh5co-header .nav {
	width: 100%;
  }
  #fh5co-header .nav li {
	font-size: 15px;
	display: inline-block;
	margin-left: 50px;
	text-transform: uppercase;
  }
  @media screen and (max-width: 768px) {
	#fh5co-header .nav li {
	  width: 100%;
	  margin-left: 0;
	}
  }
  #fh5co-header .nav li:first-child {
	margin-left: 0;
  }
  #fh5co-header .nav li a {
	font-family: "Open Sans", Arial, serif;
	color: rgba(0, 0, 0, 0.4);
	position: relative;
	font-weight: 400;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 0;
  }
  #fh5co-header .nav li a:hover, #fh5co-header .nav li a:focus {
	color: gray !important;
	background: transparent;
	text-decoration: none !important;
  }
  @media screen and (max-width: 768px) {
	#fh5co-header .nav li a {
	  padding: 10px 0;
	}
  }
  #fh5co-header .nav li.active a {
	color: #a980cd;
	background: transparent;
	position: relative;
  }
  #fh5co-header .nav li.active a:before {
	position: absolute;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	top: -20px;
	background: #a980cd;
	content: '';
	left: 50%;
	margin-left: -4px;
  }
  @media screen and (max-width: 768px) {
	#fh5co-header .nav li.active a:before {
	  top: 0;
	}
  }
  @media screen and (max-width: 992px) {
	#fh5co-header .nav li.active a {
	  color: #000;
	}
  }
  @media screen and (max-width: 480px) {
	#fh5co-header .nav li.active a {
	  border-bottom: 2px solid transparent;
	  color: #a980cd;
	}
  }
  @media screen and (max-width: 992px) {
	#fh5co-header .nav {
	  margin-bottom: 40px;
	  text-align: center;
	}
  }
  
  .owl-carousel {
	margin-bottom: 3em;
  }
  
  /* Owl Override Style */
  .owl-carousel .owl-controls,
  .owl-carousel-posts .owl-controls {
	margin-top: 0;
  }
  
  .owl-carousel .owl-controls .owl-nav .owl-next,
  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel-posts .owl-controls .owl-nav .owl-next,
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
	top: 50%;
	margin-top: -29px;
	z-index: 9997;
	position: absolute;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
  }
  
  .owl-carousel-posts .owl-controls .owl-nav .owl-next,
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
	top: 24%;
  }
  
  .owl-carousel .owl-controls .owl-nav .owl-next,
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
	right: 40px;
  }
  .owl-carousel .owl-controls .owl-nav .owl-next:hover,
  .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
	margin-right: -10px;
  }
  
  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
	left: 40px;
  }
  .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
	margin-left: -10px;
  }
  
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
	right: -50px;
  }
  @media screen and (max-width: 768px) {
	.owl-carousel-posts .owl-controls .owl-nav .owl-next {
	  right: 0px;
	}
  }
  
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
	left: -50px;
  }
  @media screen and (max-width: 768px) {
	.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
	  left: 0px;
	}
  }
  
  .owl-carousel-posts .owl-controls .owl-nav .owl-next i,
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
  .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
  .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
	color: #000;
  }
  .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
  .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
  .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
	color: #000;
  }
  
  .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
  .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
	font-size: 50px;
	color: #fff;
  }
  .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
  .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
	color: #fff;
  }
  
  .owl-carousel2 .owl-controls .owl-nav .owl-next i,
  .owl-carousel2 .owl-controls .owl-nav .owl-prev i {
	font-size: 50px;
	color: rgba(0, 0, 0, 0.5);
  }
  .owl-carousel2 .owl-controls .owl-nav .owl-next:hover i,
  .owl-carousel2 .owl-controls .owl-nav .owl-prev:hover i {
	color: rgba(0, 0, 0, 0.6);
  }
  
  .owl-carousel2 .owl-controls .owl-nav .owl-next {
	right: -50px;
  }
  .owl-carousel2 .owl-controls .owl-nav .owl-next:hover {
	margin-right: -10px;
  }
  
  .owl-carousel2 .owl-controls .owl-nav .owl-prev {
	left: -50px;
  }
  .owl-carousel2 .owl-controls .owl-nav .owl-prev:hover {
	margin-left: -10px;
  }
  
  .owl-carousel2 .owl-dots {
	display: none !important;
  }
  @media screen and (max-width: 992px) {
	.owl-carousel2 .owl-dots {
	  display: block !important;
	}
  }
  
  @media screen and (max-width: 768px) {
	.owl-theme .owl-controls .owl-nav {
	  display: none;
	}
  }
  .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
  }
  
  .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: none !important;
  }
  .owl-theme .owl-controls .owl-nav [class*="owl-"] i {
	font-size: 30px;
  }
  .owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
	background: none !important;
  }
  .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
	background: none !important;
  }
  
  .owl-theme .owl-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
  }
  .owl-carousel{
	width: 90%;
  }
  
  .owl-carousel-fullwidth.owl-theme .owl-dots {
	bottom: 0;
	margin-bottom: 40px;
  }
  
  .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.3);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border: 2px solid transparent;
  }
  .owl-theme .owl-dots .owl-dot span:hover {
	background: none;
  }
  
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
  }
  
  #fh5co-media-section, #fh5co-intro-section, #fh5co-contact-section,
  #atelier, .about-section {
	padding-bottom: 0.1em;
	padding-top: 1em;
  }
  @media screen and (max-width: 768px) {
	#fh5co-media-section, #fh5co-intro-section, #fh5co-contact-section,
	#atelier, .about-section {
	  padding-bottom: 0.1em;
	}
  }
  
  #fh5co-intro-section h2 {
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
  }
  #fh5co-intro-section h3 {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 300;
	line-height: 38px;
  }

.star-separator{
    color: var(---rosuTismana);
    font-size: 10px;
    margin-bottom: 10px;
	margin-left: 50%;
}
.text-box p{
    font-size: 12px;
}
.text-box-handwrite p{
    font-size: 28px;
	font-family: 'Whisper', cursive;
	/* font-family: 'WindSong', cursive; */
    text-align: justify;
    line-height: 0.8;
}
/*--------------------------------------------------------------
  ## History section
--------------------------------------------------------------*/
.text-box-content{
	display: none;
    text-align: justify;
}
.text-box-content p{
    font-family: 'Playfair Display', serif;
    font-size: 15px;
}
.logo{
	/* border-left: solid 2px;
	border-color: white; */
}
@media screen and (max-width: 768px) {
	.logo{
		border:none;
	}
	#about .btn-custom{
		right: 10px;
	}
	.text-box-handwrite p{	
		font-size: 24px;
	}
  }
  @media screen and (min-width: 1600px) {
	.text-box-handwrite p{
		padding:  0 50px 0 50px; 
		font-size: 36px;
	}
	#about .btn-custom{
		right: 60px;
	}
  }
  /*--------------------------------------------------------------
  ## Preloader settings
--------------------------------------------------------------*/
#preloader{
    background: #000 url(../img/preloader.gif) no-repeat center center;
    background-size: 10%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 9999;
}
@media screen and (max-width: 768px) {
	#preloader{
		background-size: 30%;
	}
  }
/* ## ATELIER CSS */
/* === portfolio filter === */

#filters {
	margin-bottom: 0px;
	text-align: center;
	display: block;
	float: none;
	z-index: 2;
	position: relative;
}
#filters ul {
	margin: 0 0 20px;
	list-style: none;
	padding: 0;
}
#filters ul li {
	display: inline-block;
}
#filters ul li a {
	display: block;
	float: left;
	padding: 2px 5px;
	color: inherit;
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: 600;
}
#filters ul li a:hover,#filters ul li a:focus {
	text-decoration:none;
	outline:0;
}
#filters ul li a h5 {
	font-size: 14px;
	padding: 5px 10px 5px;
	border: 2px solid #f2f2f2;
}

#filters ul li a:hover h5, #filters ul li a.active h5 {
	color:#fcfcfc;
}

.portfolio-item.current {
	z-index: 101;
}
.portfolio-item {
	position: relative;
	overflow: hidden;

}
.portfolio-item .portfolio-image {
	overflow: hidden; 
	display: block;
	position: relative;
}
.portfolio-item .portfolio-image img {
	height: auto;
}
.portfolio .portfolio-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	z-index: 4;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio > a, .portfolio > a:hover {
	color: #ffffff;
}
.portfolio-item .portfolio > a:hover > .portfolio-overlay {
}
.portfolio  a:hover {
	-webkit-transition : transform ease-in-out .15s;
	transition : transform ease-in-out .15s;
}
.portfolio > a img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio > a:hover img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* scroll to top */
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:20px;
    right:20px;
}

a.scrollup {
	outline:0;
	text-decoration:none;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
}
a.scrollup i:hover {
	text-decoration:none;
}

.hide-elem{
	display: none;
}
.show-elem{
	display: block;
}
/* =========================================================
07. Icons
============================================================ */

/* bg */
i.icon-bglight {
	color: #444;
	background: #f7f7f7;
}
i.icon-bglight.active {
	color: #fff;
}

i.icon-bglight.active:hover{
	color: #444;
	background: #f7f7f7;
}

i.icon-bgdark {
	color: #f7f7f7;
	background:rgb(116, 39, 39);
}
i.icon-bgdark:hover {
	color: #fff;
}
i.icon-bgdark.active:hover {
	color: #f7f7f7;
	background: #333;
}

/* square */
i.icon-square {
	display: inline-block;
	text-align: center;
	width: 24px !important;
	height: 24px !important;
	line-height: 24px !important;
	opacity: 0.8 !important;
	z-index: 9998 !important;
}
i.icon-square.icon-2x{
	width: 48px !important;
	height: 48px !important;
	line-height: 48px !important;
}
i.icon-square.icon-3x{
	width: 72px !important;
	height: 72px !important;
	line-height: 72px !important;
}
i.icon-square.icon-4x{
	width: 96px !important;
	height: 96px !important;
	line-height: 96px !important;
}
i.icon-square.icon-5x{
	width: 120px !important;
	height: 120px !important;
	line-height: 120px !important;
}

/* rounded */
i.icon-rounded {
	display: inline-block;
	border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	-o-border-radius: 6px !important;
	-ms-border-radius: 6px !important;
	text-align: center;
	width: 24px !important;
	height: 24px !important;
	line-height: 24px !important;
}

.icon-rounded.icon-2x{
	width: 48px !important;
	height: 48px !important;
	line-height: 48px !important;
}
.icon-rounded.icon-3x{
	width: 72px !important;
	height: 72px !important;
	line-height: 72px !important;
	border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-o-border-radius: 8px !important;
	-ms-border-radius: 8px !important;
}
.icon-rounded.icon-4x{
	width: 96px !important;
	height: 96px !important;
	line-height: 96px !important;
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-o-border-radius: 10px !important;
	-ms-border-radius: 10px !important;
}
.icon-rounded.icon-5x{
	width: 120px !important;
	height: 120px !important;
	line-height: 120px !important;
	border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	-webkit-border-radius: 12px !important;
	-o-border-radius: 12px !important;
	-ms-border-radius: 12px !important;
}


/* circled */
i.icon-circled {
	display: inline-block;
	border-radius: 1000px !important;
	-moz-border-radius: 1000px !important;
	-webkit-border-radius: 1000px !important;
	-o-border-radius: 1000px !important;
	-ms-border-radius: 1000px !important;
	text-align: center;
	width: 24px !important;
	height: 24px !important;
	line-height: 24px !important;
}

.icon-circled.icon-2x{
	width: 48px !important;
	height: 48px !important;
	line-height: 48px !important;
}
.icon-circled.icon-3x{
	width: 72px !important;
	height: 72px !important;
	line-height: 72px !important;
}
.icon-circled.icon-4x{
	width: 96px !important;
	height: 96px !important;
	line-height: 96px !important;
}
.icon-circled.icon-5x{
	width: 120px !important;
	height: 120px !important;
	line-height: 120px !important;
}

i.icon-white {
	color:#fff;
}


/* more icon sizes for font-awesome icons */

.icon-6x {
  font-size: 6em;
}
.icon-6x.icon-border {
  border-width: 6px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.icon-7x {
  font-size: 7em;
}
.icon-6x.icon-border {
  border-width: 6px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.icon-8x {
  font-size: 8em;
}
.icon-6x.icon-border {
  border-width: 6px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.icon-9x {
  font-size: 9em;
}
.icon-6x.icon-border {
  border-width: 6px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.icon-10x {
  font-size: 10em;
}
.icon-6x.icon-border {
  border-width: 6px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
