/* GLOBAL STYLES
==================================================================*/

body {
	overflow-x: hidden;
}

h2 {
	margin: 80px 0 0;
}

h4 {
	color: #807154;
	margin: 0;
}

p {
	margin: 0 0 1em;
}

a,
aside i,
button,
.navbar,
.models li a img,
.gallery li a img {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}

a:hover {
	text-decoration: none;
}

blockquote {
	border: 0;
	color: #222;
	font-family: 'PT Serif', serif;
	font-size: 16px;
	font-style: italic;
	padding: 0 20px 20px;
}

blockquote small {
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
	margin-top: 5px;
}

section,
footer {
	background: #fff;
	position: relative;
	z-index: 100;
	-webkit-transform: translate3d(0,0,0);
}

section {
	padding: 0 0 60px;
	overflow: hidden;
}

.clear {
	clear: both;
	display: table;
	height: 0;
	overflow: hidden;
	width: 100%;
}

.row {
	position: relative;
}

.divider {
	border-bottom: 1px solid #ddd;
	color: #807154;
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 1.5em;
}

.divider i {
	position: relative;
	top: 0.5em;
}

.parallax {
	background-repeat: no-repeat;
	background-position: center center;
	height: 200%;
	left: 0;
	/*opacity: .1;*/
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

/* TOP NAV
==================================================================*/

.navbar {
	background: #fff;

	top: -66px;
        font-family: "Oranienbaum",Georgia,"Times New Roman",Times,serif;
    font-weight: bold;

    font-stretch:narrower;
    font-size:19px;
}


.navbar-brand {
	height: auto;
	padding:0px 5px;
}

.navbar-nav .active a {
	color: #807154;
   
}


.navbar-nav > li > a {
    padding-top: 2px !important;
    padding-bottom: 0px !important;
    line-height: 100px !important;
    
}

.blog-nav {
	top: 0 !important;
}

/* BANNER
==================================================================*/

#banner {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

#bgvid {
	background: url(../images/cover.jpg) no-repeat;
	background-size: cover;
	bottom: 0;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	pointer-events: none;
	position: fixed;
	right: 0;
	width: auto;
	z-index: 1;
}

#cover {
	background: url(../images/cover.jpg) no-repeat;
	background-size: cover;
	bottom: 0;
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	right: 0;
	z-index: 1;
}

.tint {
	background: url(../images/texture-light.png);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#banner .tint {
	z-index: 100;
}

.welcome {
	color: #fff;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 45%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.welcome h1 {
	color: #fff;
	line-height: 1em;
	margin: 0;
    font-size:120px !important;
}

.welcome span {
	display: block;
	font-size: 30px;
	line-height: 1em;
	margin: 0;
}

.welcome h3 {
	color: #fff;
	line-height: 1em;
	margin: 0;
}

.welcome a {
	letter-spacing: 5px;		
}

/* BUTTONS
==================================================================*/

.btn-default {
	border: 1px solid #807154;
	letter-spacing: 0.2em;
	padding: 0.7em 1.3em 0.7em 1.5em;
}

.btn-default:hover,
.btn-default.active {
	border: 1px solid #ddd;
}

.btn-primary {
	font-weight: bold;
	padding: 0.7em 1.5em;
}

/* ABOUT US
==================================================================*/

#about .owl-carousel {
	margin: 30px auto;
}

#about .owl-carousel .item div {
	margin: 0 30px;
	position: relative;
}

#about .owl-carousel img {
	width: 100%;
}

#about .owl-carousel h5 {
	font-family: "PT Sans", Arial, sans-serif;
	margin: 20px 0 0;
	text-transform: uppercase;
}

#about .owl-carousel .mask {
	left: 0;
	position: absolute;
	top: 0;
}

/* MODELS
==================================================================*/

.filter-menu {
	margin: 30px;
	padding: 0;
}

.filter-menu li {
	margin: 5px;
}

.models {
	list-style: none;
	margin: 0;
	padding: 0;
}

.models li {
	background: #807154;
	display: none;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	width: 16.3%;
}

.models li a {
	cursor: url(../images/cursor.gif), pointer;
}

.models li a img {
	width: 100%;
}

.models li a:hover img {
	/*opacity: 0.2;*/
}

.profile {
	list-style: none;
	margin: 0;
	padding: 0;
}

.profile li,
.gallery li {
	margin: 0 0 5px;
	padding: 0;
}

.profile strong {
	color: #222;
	font-weight: normal;
}

#model .gallery {
	list-style: none;
}

#model .gallery li {
	background: #807154;
	float: left;
	margin: 0 3% 3% 0;
	width: 30%;
}

#model .gallery li a img {
	width: 100%;
}

#model .gallery li a:hover img {
	opacity: 0.2;
}

/* BLOG
==================================================================*/

#blog h3 {
	font-family: "PT Sans", sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	text-transform: uppercase;
}

#blog .entry-meta {
	color: #807154;
	margin-bottom: 1em;
}

.entry-comments,
.entry-categories,
.entry-tags {
	border-left: 1px solid #ddd;
	margin-left: 10px;
	padding-left: 10px;
}

#blog .post-thumb {
	margin-bottom: 20px;
}

#blog aside h5 {
	color: #807154;
}

#blog aside ul,
#blog .paging {
	list-style: none;
	margin: 0;
	padding: 0;
}

#blog aside ul a {
	border-top: 1px solid #ddd;
	color: #888;
	display: block;
	padding: 10px 40px 10px 20px;
	position: relative;
	text-transform: uppercase;
}

#blog aside ul a:hover {
	color: #222;
	background: #f8f8f8;
}

#blog aside ul a i {
	right: 20px;
	position: absolute;
	top: 12px;
}

#blog aside ul a:hover i {
	right: 10px;
}

.entry-title {
	color: #222	;
	margin-top: 0;
	text-transform: uppercase;
}

h1.entry-title {
	font-size: 3em;
}

img.pull-left {
	margin: 5px 20px 0 0;
}

img.pull-right {
	margin: 5px 0 0 20px;
}

.comments {
	margin-top: 30px;
}

.media {
	border-top: 1px solid #ddd;
	margin-top: 30px !important;
	padding-top: 30px;
}

.media-heading small {
	color: #807154;
}

#blog form {
	margin-top: 30px;
}

/* PRICE TABLES
==================================================================*/

.prices .col-sm-4 {
	padding: 0;
}

.price-table {
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	list-style: none;
	margin: 40px 0;
	padding: 0;
	position: relative;
	z-index: 2;
}

.price-table.first,
.price-table.last {
	box-shadow: none;
	margin: 80px 0;
	z-index: 1;
}

.price-table.first {
	margin-left: 30px;
}

.price-table.last {
	margin-right: 30px;
}

.price-table li {
	border-bottom: 1px solid #ddd;
	padding: 10px 30px;
}

.price-table .price-title {
	background: #807154;
	border-bottom: 1px solid #73654b;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 30px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	text-transform: uppercase;
}

.price-table.first .price-title,
.price-table.last .price-title {
	padding: 15px 30px;
}

.price-table .price-title span {
	color: #181818;
	display: block;
	font-size: 13px;
	font-weight: normal;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

.price-table .price-number {
	background: #77694e;
	border-top: 1px solid #8d7f65;
	color: #fff;
	font-family: "Oranienbaum", Georgia, "Times New Roman";
	font-size: 80px;
	line-height: 1em;
	padding: 30px;
	text-transform: uppercase;
}

.price-table.first .price-number,
.price-table.last .price-number {
	padding: 15px 30px;
}

.price-table .price-number span {
	display: block;
	font-family: "PT Sans", Arial;
	font-size: 13px;
	line-height: 1em;
}

.price-table .price-button {
	padding: 30px;
}

.price-table.first .price-button,
.price-table.last .price-button {
	padding: 15px 30px;
}

/* CONTACT
==================================================================*/

#contact a {
	background: #807154;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 30px;
	height: 70px;
	line-height: 70px;
	margin: 10px;
	width: 70px;
}

#contact a:hover {
	background: #fff;
	color: #807154;
}

#contact form .row {
	margin-bottom: 30px;
}

.form-control {
	height: auto;
	padding: 12px;
}

/* FOOTER
==================================================================*/

footer {
	background: #000;
	padding: 20px 0 0;
}

footer span {
	color: #fff;
	padding: 0 20px;
}

footer a {
	color: #fff;
}

footer i {
	color: #807154;
	margin-right: 3px;
}

/* MOBILE STYLES
==================================================================*/

@media (max-width: 767px) {

	h1 {
		font-size: 110px;
	}

	#bgvid {
		display: none;
	}

	#cover {
		display: block;
	}

	.welcome span,
	.welcome h3 {
		font-size: 20px;
	}

	.models li {
		width: 32%;
	}

	.prices .col-sm-4 {
		padding: 0 15px;
	}

	.price-table,
	.price-table.first,
	.price-table.last {
		margin: 15px 0;
	}

	.price-table .price-title,
	.price-table .price-number,
	.price-table .price-button {
		padding: 15px 30px;
	}

	#contact form {
		margin-bottom: 30px;
	}

	#contact form .col-md-6,
	#contact form .col-md-12 {
		margin-bottom: 10px;
	}

	#contact form .row {
		margin: 0;
	}

	footer span {
		display: block;
	}

}



.marquee {
  margin-top:10px;
  height: 670px;
  width: 100%;
  overflow: hidden;
  /*position: relative;*/
}

.marquee div {
  display: block;
  width: 200%;
  /*height: 30px;*/

  position: absolute;
  overflow: hidden;

  animation: marquee 41s linear infinite;
}

.marquee span {

  width: 100%;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}



















/*
Fotonia - Photography Portfolio Template
Version: 1.0.2
Author: MatchThemes
https://matchthemes.com
*/

/*************************************
 
  	1. MAIN STYLES
	
	2. HEADER
	
	3. HOME
	
	4. PORTFOLIO
	
	5. PAGES

	6. BLOG
	
	7. FOOTER
	
	8. OTHER
	
	9. RESPONSIVE MEDIA QUERIES
 
************************************/

/**
* #1.# MAIN STYLES
*
* 
*/



/*** menu large screens ***/
.menu-nav {
	margin: 0;
	font-size: 0;
	text-align: center;
}

.menu-nav li {
	display: inline-block;
	position: relative;
	margin-left: 42px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.menu-nav li:first-child {
	margin-left: 0;
}

.menu-nav li a {
	color: #1b253f;
	padding: 24px 0;
	display: block;
}

.menu-nav li a:before {
	position: absolute;
	display: block;
	bottom: 20px;
	left: 0;
	width: 0;
	border-top: 3px solid #1b253f;
	content: '';
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.menu-nav li a:hover,
.menu-nav>li:hover>a,
.menu-nav>li.current-menu-item>a {
	background: none;
	color: #1b253f;
}

.menu-nav>li:hover>a:before,
.menu-nav li.current-menu-item>a:before {
	left: 0;
	width: 100%;
	border-color: #1b253f;
}

.menu-nav ul {
	display: none;
	margin: 0;
	padding: 24px 0;
	width: 240px;
	text-align: left;
	position: absolute;
	top: 68px;
	left: -24px;
	background: #f9f9f9;
	z-index: 5;
}

.menu-nav ul li {
	display: block;
	background: none;
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0.05em;
}

.menu-nav ul li>a {
	display: block;
	padding: 8px 24px;
	color: #1b253f;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
	text-decoration: none;
	color: #1b253f;
	-webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px);
}

.menu-nav li:hover>ul {
	display: block;
}

.menu-nav li ul ul {
	left: 100%;
	top: -24px;
	margin: 0;
}

.menu-nav li ul ul:before,
.menu-nav li ul a:before {
	display: none;
}
/*** end menu large screens ***/

/*** menu mobile ***/
.nav-button-holder {
	display: none;
}

.nav-button {
	background: none;
	border: none;
	cursor: pointer;
	padding-bottom: 15px;
	vertical-align: middle;
}

.icon-bar,
.icon-bar1,
.icon-bar2 {
	display: block;
	height: 2px;
	width: 25px;
	background: #1b253f;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.icon-bar1,
.icon-bar2 {
	width: 18px;
}

.icon-bar:before,
.icon-bar:after {
	background: #1b253f;
	content: "";
	height: 100%;
	left: 4px;
	position: absolute;
	bottom: -6px;
	right: 0;
}

.icon-bar:after {
	bottom: -12px;
	left: 8px;
	top: auto;
}

.nav-button:hover .icon-bar:before,
.nav-button:hover .icon-bar:after {
	left: 0;
}

.icon-bar,
.icon-bar1,
.icon-bar2,
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menu-mobile {
	font-size: 0;
	margin: 0 auto;
	margin-left: 0;
	padding-left: 48px;
}

.menu-mobile li {
	font-size: 16px;
	font-weight: 700;
	padding-top: 28px;
	list-style: none;
}

.menu-mobile li a {
	color: #1b253f;
	display: block;
	line-height: 1;
}

.menu-mobile li a:hover,
.menu-mobile li a:focus {
	background: none;
}

.menu-mobile li:hover>a,
.menu-mobile li.current-menu-item>a {
	color: #1b253f;
	opacity: 0.6;
}

.menu-mobile>li.menu-item-has-children>a:after {
	content: "\f107";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	margin-left: 7px;
	margin-right: 0;
	font-size: 12px;
	font-weight: 700;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.menu-mobile>li.menu-item-has-children.menu-open>a:after {
	content: "\f106";
}

.menu-mobile ul {
	margin-left: 0;
}

.menu-mobile>li>ul {
	display: none;
}

.menu-mobile>li.menu-open>ul {
	display: block;
	margin-top: 12px;
}

.menu-mobile ul li {
	font-size: 16px;
	font-weight: 500;
	padding-top: 16px;
	text-transform: none;
	padding-left: 16px;
	display: block;
}

.menu-contact {
	margin-top: 81px;
	padding-left: 48px;
	font-size: 16px;
	color: #1b253f;
	opacity: 0.6;
}

.menu-contact ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.mobile-phone {
	margin-top: 8px;
}

.menu-contact .social-media {
	margin-top: 24px;
	padding-bottom: 48px;
}
/*** end menu mobile ***/

/***** MODAL WINDOW ******/
body.has-active-menu {
	overflow: hidden;
}

.menu-mask {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

.menu-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.9;
}

.mobile-menu-holder {
	position: fixed;
	z-index: 1050;
	top: 0;
	left: 0;
	overflow-x: hidden;
	width: 350px;
	height: 100%;
	background: #f9f9f9;
	opacity: 0;
	padding: 0 30px;
	-webkit-transform: translateX(-400px);
	-ms-transform: translateX(-400px);
	transform: translateX(-400px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.mobile-menu-holder.is-active {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.modal-menu-container {
	position: relative;
}

.exit-mobile {
	cursor: pointer;
	padding: 7px 1px;
	display: inline-block;
	margin-top: 32px;
}

.icon-bar1 {
	top: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.icon-bar2 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/***** END MODAL WINDOW ******/

.logo-1,
.header-social-1 {
	flex: 1 1 0;
}

.header-social-1,
.header-social-3 {
	text-align: right;
}

/** Header 1 **/
.headerHolder {
	padding-left: 30px;
	padding-right: 30px;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-1 {
	margin-top: 16px;
}

.nav-holder-1 {
	text-align: center;
}

.logo-txt {
	font-size: 24px;
	font-weight: 700;
	text-transform: lowercase;
}

.logo-txt a {
	color: #1b253f;
}

/** Header 2 **/
.nav-holder-2 {
	flex: 1 1 0;
}

.nav-holder-2 .menu-nav {
	text-align: right;
}

.header-2 {
	margin-top: 16px;
}


/** Header 3 **/

.header-3 {
	margin-top: 16px;
}

.nav-button-holder-3,
.header-social-3 {
	display: block;
	flex: 1 1 0;
}

.header-3.nav-fixed-top {
	padding-top: 16px;
	padding-bottom: 16px;
}

.nav-fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	background: #ffffff;
	margin-top: 0;
}

.social-media,
.footer-social {
	list-style: none;
	margin: 0;
	font-size: 0;
}

.social-media li,
.footer-social li {
	display: inline-block;
	font-size: 14px;
	margin-left: 12px;
}

.social-media li a {
	color: #1b253f;
}

.social-media li:first-child,
.footer-social li:first-child {
	margin-left: 0;
}

a.social-twitter:hover {
	color: #29C5F6 !important;
}

a.social-facebook:hover {
	color: #6788CE !important;
}

a.social-gplus:hover {
	color: #E75C3C !important;
}

a.social-linkedin:hover {
	color: #3A9BDC !important;
}

a.social-pinterest:hover {
	color: #FE4445 !important;
}

a.social-tripadvisor:hover {
	color: #00AF87 !important;
}

a.social-youtube:hover {
	color: #E34040 !important;
}

a.social-vimeo:hover {
	color: #44BBFF !important;
}

a.social-instagram:hover {
	color: #AA8062 !important;
}

a.social-dribbble:hover {
	color: #ED4F8C !important;
}

a.social-skype:hover {
	color: #24B4F0 !important;
}

/**
* #3.# HOME
*
* 
*/

.home-portfolio {
	
}

.home-intro h1 {
	font-weight: 500;
	font-size: 72px;
	line-height: 1.2em;
}

.home-intro h2 {
	font-size: 16px;
	margin-top: 24px;
}

@-webkit-keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@-moz-keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@-o-keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@-ms-keyframes pulsate {
	0%,
	100% {
		opacity: 0;
	}
	0% {
		transform: scale(.1);
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
	}
}

/**
* #9.# MEDIA QUERIES
*
* 
*/

@media (min-width: 768px) {
	.container {
       max-width: 100%  !important;
       margin-right: auto ;
       margin-left: auto ;
       padding-left: 10px  !important;
       padding-right: 10px !important;


	}
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 100%;
	}
	.headerHolder {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1024px) {
	.container,
	.header-container {
		max-width: 960px;
	}
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 930px;
	}
	.header-container {
		padding: 0 15px;
	}
	.headerHolder {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 1025px) {
	.header-container {
		max-width: 100%;
		padding: 0;
	}
}

@media (min-width: 1200px) {
	.container {
		
       max-width: 100% !important;
       margin-right: auto !important;
       margin-left: auto !important;
       padding-left: 50px  !important;
       padding-right: 50px !important;
	}
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1110px;
	}
	
	.margin-left54{
		margin-left: 54px;
	}
	.margin-right54{
		margin-right: 54px;
	}
	
	.parallax {
		background-attachment: fixed !important;
	}
	
}

@media (min-width: 1500px) {
	.container {
		       max-width: 100% !important;
       margin-right: auto ;
       margin-left: auto ;
       padding-left: 208px  !important;
       padding-right: 208px !important;
	}
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1320px;
	}
	.page-full .alignwide {
		margin-left: -75px;
		margin-right: -75px;
		max-width: 1500px;
	}
}

@media (max-width: 1360px) {
	.single-post-title,
	.home-intro h1 {
		font-size: 54px;
	}
	
	.page-inner-title{
		font-size: 36px;
	}
}

@media (max-width: 1200px) {
	.menu-nav li {
		margin-left: 24px;
	}
	.owl-theme .owl-nav button {
		left: -30px;
	}
	.owl-theme .owl-nav button.owl-next {
		right: -30px;
	}
}

@media (max-width: 1100px) {
	
	.home-portfolio .port-home1 {
		margin-bottom: 81px;
	}
	.owl-theme .owl-nav button {
		bottom: -100px;
		left: 42%;
		top: auto;
	}
	.owl-theme .owl-nav button.owl-next {
		right: 42%;
	}
	
}

@media (max-width: 1024px) {
	
	h1 {
		font-size: 1.7em;
	}
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5{
		font-size: 24px;
	}
	h6,
	.testimonial-name {
		font-size: 1.0em;
	}
	
	/* menu */
	.nav-holder {
		display: none;
	}
	.nav-button-holder {
		display: block;
		flex: 1 1 0;
	}
	.logo-1 {
		text-align: center;
	}
	.header-1.nav-fixed-top {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.topNoTitle {
		margin: 81px 0 0 0;
	}
	
	
	.slider-item1 {
		padding: 50px 100px;
	}
	.slider-1post .owl-nav button {
		top: 50%;
		left: 30px !important;
	}
	.slider-1post .owl-nav button.owl-next {
		right: 30px !important;
	}
	.port-home5 .port-item-htext,
	.port-item6 {
		padding-left: 0;
		padding-right: 0;
	}
		
	.margin-bm24{
		margin-bottom: 24px;
	}
	
	.box-right{
	text-align: left;
	}
	
	.port-caption h2,
	.page-inner-title,
	.slider-right-caption h2{
		font-size: 32px;
	}
	
	.port-home5 .port-caption h2,
	.port-item6 .slider-caption h2,
	.port-meta-nav .pn-desc h3,
	.article-title,
	.blog-item-2col-grid .article-title,
	.blog-item-1col-list .article-title,
	.blog-item-3col-grid .article-title	{
		font-size: 24px;
	}
	
	.faq-title a{
		font-size: 16px;
	}
	
	.portfolio-filter{
		margin-bottom: 72px;
	}
	
}

@media (min-width: 768px) and (max-width: 979px) {
	.blog-item-1col-list {
		display: block;
	}
	.blog-item-1col-list .post-image {
		width: 100%;
		margin-bottom: 36px;
	}
	.blog-item-1col-list .post-holder {
		width: 100%;
		padding-left: 0;
	}
	.headerHolder,
	.fs-home5,
	.fs-gallery {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.topSingleBkg {
		margin: 72px 0;
	}
	
	.section-holder, .port-meta-nav, aside{
	margin-top: 72px;
	}
	
	footer{
		padding-top: 72px;
	}
	
	.section-bkg{
		padding: 72px 0;
	}
	
	.page-portfolio-content, .blog-item{
		margin-bottom: 72px;
	}
	
	.posts-holder{
		padding-right: 15px;
	}
	
	.margin-bm32{
		margin-bottom: 32px;
	}
	
	.margin-bm54{
		margin-bottom: 54px;
	}
	
		
	.section-info{
		text-align: center;
	}
	
}

@media (max-width: 767px) {
	.container {
		max-width: 100%;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.3em;
	}
	
	blockquote {
		font-size: 18px;
	}
	.headerHolder,
	.fs-home5,
	.fs-gallery {
		padding-left: 15px;
		padding-right: 15px;
	}
	.logo {
		flex: 1 1 auto;
		text-align: right;
	}
	.header-social {
		display: none;
	}
	/* end menu */
	
	/* home */
	.topSingleBkg {
		margin: 54px 0;
	}
	
	.section-holder, .port-meta-nav, aside{
	margin-top: 54px;
	}
	
	footer{
		padding-top: 54px;
	}
	
	.section-bkg{
		padding: 54px 0;
	}
	
	.page-portfolio-content,
	.blog-item,
	.portfolio-filter{
		margin-bottom: 54px;
	}
	
	.single-post-title,
	.home-intro h1 {
		font-size: 36px;
	}
	.inner-desc h1 {
		word-wrap: break-word;
	}
	
	.owl-theme .owl-nav button {
		left: 40%;
	}
	.owl-theme .owl-nav button.owl-next {
		right: 40%;
	}	
	
	.slider-img {
		text-align: center;
	}
	.slider-img img,
	.slider-left-img img {
		margin: 0 auto;
	}
	.slider-item4 {
		margin: 0;
	}
	.slider-item1 {
		display: block;
		text-align: center;
		padding: 50px;
		padding-bottom: 100px;
	}
	.slider-left-img {
		width: auto;
	}
	.slider-right-caption {
		width: auto;
		padding-left: 0;
		padding-top: 36px;
	}
	.slider-1post .owl-nav button {
		top: auto;
		bottom: 10px;
		left: 40% !important;
	}
	.slider-1post .owl-nav button.owl-next {
		right: 40% !important;
	}
	.portfolio-filter li {
		margin: 8px;
	}
	/* blog */
	.posts-holder-push-right {
		order: 0;
	}
	.posts-holder,
	.posts-holder-push-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	aside,
	.blog-post-single aside,
	.meta-nav-holder,
	.author-single-page {
		margin-top: 54px;
	}
	.article-title,
	.blog-item-2col-grid .article-title,
	.blog-item-3col-grid .article-title,
	.blog-item-1col-list .article-title {
		font-size: 24px;
	}
	.blog-item-1col-list {
		display: block;
	}
	.blog-item-1col-list .post-image {
		width: 100%;
		height: 300px;
		margin-bottom: 36px;
	}
	.blog-item-1col-list .post-holder {
		width: 100%;
		padding-left: 0;
	}
	.home-blog-grid .blog-item {
		margin-bottom: 24px;
	}
	/* end blog */
	
	.page-inner-title, .slider-right-caption h2{
		font-size:28px;
	}
	
	#footer-instagram .instagram-pics li {
		width: 25%;
	}
	.meta-nav-right {
		margin-top: 24px;
	}
		
	.posts-holder{
		padding-right: 15px;
	}
	
	.margin-bm32{
		margin-bottom: 32px;
	}
	
	.margin-bm54{
		margin-bottom: 54px;
	}
	
	.section-info{
		text-align: center;
	}

	.port-home5 .port-caption h2{
		font-size: 32px;
	}
	
	.pn-holder,
	.meta-nav-right .pn-holder{
		justify-content: center;
	}
	
	.pn-desc {
		width: auto;
	}
	
	/* comments */
	.children {
		margin: 28px 0 0;
	}
	.children li.depth-2,
	.children li.depth-3,
	.children li.depth-4,
	.children li.depth-5,
	.children li.depth-6,
	.children li.depth-7,
	.children li.depth-8,
	.children li.depth-9,
	.children li.depth-10 {
		margin: 0;
	}
	
	.faq-title{
		font-size: 24px;
	}
}

@media (max-width: 568px) {
	.page-links a {
		margin-bottom: 16px;
	}
	.owl-theme .owl-nav button {
		left: 30%;
	}
	.owl-theme .owl-nav button.owl-next {
		right: 30%;
	}
	.slider-1post .owl-nav button {
		left: 30% !important;
	}
	.slider-1post .owl-nav button.owl-next {
		right: 30% !important;
	}
}

@media (max-width: 480px) {
	.post-password-form label input,
	.post-password-form input[type="submit"] {
		display: block;
		margin-left: 0;
		margin-top: 8px;
	}
}