/*------------------------------------------------------------------
Theme Name: Horizon
Version:	1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[TABLE OF CONTENTS]

	1. Global Styles
	2. Header Styles 
		2.1. Menu Styles 
	3. Info Styles  
	4. Footer / 1 
	5. Gallery Styles  
	6. About Styles 
	7. Journal Styles 
	8. Contact Styles 
	9. Footer / 2  
	10. Portfolio Styles 
	11. Journal Post Styles 
	12. Journal Single Styles 
	13. Blog/Journal Footer 
	14. Testimonials 
	15. Extras 
	16. Responsive Styles 
	
-------------------------------------------------------------------*/

/* 1. Global Styles */

body {
	overflow-x: hidden;
	font-family: Alegreya Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
	padding-top: 85px;
}

.body {
	position: relative;
	width: 100%;
	overflow: hidden;
}

p {
	font-size: 20px;
}

a,
a:hover {
	outline: 0;
	color: #aaa;
	text-decoration: none;
	transition: .4s;
}

a:hover {
	color: #c6a456;
}

a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-family: Alegreya Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}


/* 2. Header Styles */

header {
	background: #fff;
	height: 93px;
	color: #fff;
	padding: 0 40px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99999;
	transition:.4s;
}

.header-nav {
	margin: 33px 0;
}

.header-nav li {
	float: left;
	margin-right: 20px;
}

.header-nav li a {
	color: #171717;
}

.header-nav li a:hover {
	color: #c6a456;
}

.menu-trigger {
	cursor: pointer;
}

#index-1 .menu-trigger {
	width: 18px;
	height: 12px;
	background: url(../images/nav.png) no-repeat;
	display: table;
	margin-top: 4px;
	transition: .5s;
}

#index-1 .menu-trigger:hover {
	background: url(../images/nav-hr.png) no-repeat;
	transition: .5s;
}

.mt1-active {
	background: url(../images/nav-active.png) no-repeat !important;
	transition: .5s;
}

/* 2.1. Menu Styles */

#nav_menu,
#nav_menu ul,
#nav_menu ul li,
#nav_menu ul li a,
#nav_menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Alegreya Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
	transition: .5s;
}

#nav_menu:after,
#nav_menu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#nav_menu #menu-button {
	display: none;
	font-size: 0 !important;
}

#nav_menu {
	width: auto;
	line-height: 1;
	z-index: 9999;
}

#nav_menu > ul > li {
	float: left;
}

#nav_menu > ul > li a span {
	font-size: 8px;
	position: relative;
	top: -4px;
}

#nav_menu.align-center > ul {
	font-size: 0;
	text-align: center;
}

#nav_menu.align-center > ul > li {
	display: inline-block;
	float: none;
}

#nav_menu.align-center ul ul {
	text-align: left;
}

#nav_menu.align-right > ul > li {
	float: right;
}

#nav_menu.align-right ul ul {
	text-align: right;
}

#nav_menu > ul > li > a {
	padding: 39px 25px 41px;
	font-size: 13px;
	letter-spacing: 0.10em;
	text-decoration: none;
	text-transform: uppercase;
	color: #171717;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#nav_menu > ul > li:hover > a,
#nav_menu > ul > li.active > a {
	color: #c6a456;
}

#nav_menu ul ul {
	position: absolute;
	left: -0px;
	background: rgba(0,0,0,0.9);
	padding: 0;
	width: 100px;
	min-width: 230px;
	max-width: 400px;
	top: 110px;
	opacity: 0;
	transition: .5s;
	display: block;
	visibility: hidden;
}

#nav_menu li:hover > ul {
	top: 93px;
	opacity: 1;
	transition: .5s;
	display: block;
	visibility: visible;
}

#nav_menu.align-right li:hover > ul {
	right: 0;
}

#nav_menu ul ul ul {
	margin-left: 100%;
	top: -1px;
	background: rgba(0,0,0,0.8);
	min-width: 150px;
	max-width: 400px;
	top: -15px;
	transition: .3s;
}

#nav_menu ul ul li:hover > ul {
	left: auto;
	top: 0px !important;
	transition: .3s;
}

#nav_menu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#nav_menu ul ul li a {
	text-transform: uppercase;
	padding: 20px 30px;
	font-size: 11px;
	margin: 0 0px;
	text-decoration: none;
	color: #6e6e6e;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#nav_menu ul ul li:last-child a {
	border-bottom: none;
}

#nav_menu ul ul li:hover > a,
#nav_menu ul ul li a:hover {
	color: #ffffff;
}

#nav_menu ul li:nth-child(6) ul ul {
	margin-left: -230px;
	top: -1px;
	background: rgba(0,0,0,0.7);
	min-width: 230px;
	max-width: 400px;
	top: -15px;
	transition: .3s;
}

#index-2 header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 888;
	background: transparent;
	padding: 0;
	transition: .4s;
}

#index-2 .logo a {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 0.05em;
	margin: 34px 0 0;
	display: table;
}

#index-2 .header-nav {
	float: right;
}

#index-2 .header-nav li a {
	color: #fff;
}

#index-2 .header-nav li a:hover {
	color: #c6a456;
}

#index-2 .menu-trigger {
	width: 18px;
	height: 12px;
	background: url(../images/nav2.png) no-repeat;
	display: table;
	margin-top: 4px;
	transition: .5s;
}

#index-2 .menu-trigger:hover {
	background: url(../images/nav-hr.png) no-repeat;
	transition: .5s;
}

.mt2-active {
	background: url(../images/nav-active.png) no-repeat !important;
	transition: .5s;
}

.header3 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 888;
	background: #fff;
	padding: 0;
	border-bottom: 1px solid #dbdbdb;
	z-indeX: 9999;
	transition:.4s;
}

.header3 .logo a {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #171717;
	letter-spacing: 0.05em;
	margin: 34px 0 0;
	display: table;
}

.header3 .header-nav {
	float: right;
}

.header3 .header-nav li a {
	color: #171717;
}

.header3 .header-nav li a:hover {
	color: #c6a456;
}

.header3 .menu-trigger {
	width: 18px;
	height: 12px;
	background: url(../images/nav.png) no-repeat;
	display: table;
	margin-top: 4px;
}

.header3 .menu-trigger:hover {
	background: url(../images/nav-hr.png) no-repeat;
	transition: .5s;
}

.mt3-active {
	background: url(../images/nav-active.png) no-repeat !important;
	transition: .5s;
}

.nav_menu2 > ul > li > a {
	color: #fff !important;
}

.nav_menu2 > ul > li > a:hover {
	color: #c6a456 !important;
}

.side-menu {
	background: #171717;
	width: 350px;
	height: 100%;
	position: fixed;
	z-index: 9999999;
	top: 0;
	left: -350px;
	transition: .4s;
}

.sidemenu-active {
	position: fixed;
	left: 0px;
	transition: .4s;
}

.side-logo {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 0.05em;
	padding: 35px 25px;
	display: table;
	border-bottom: 1px solid #252525;
}

.side-close {
	position: absolute;
	top: 15px;
	right: 15px;
	transition: .4s;
	cursor: pointer;
}

.side-close i {
	display: table;
	transform: rotate(45deg);
	color: #555;
	font-size: 30px;
	transition: .4s;
}

.side-close:hover i {
	color: #bbb;
	transition: .4s;
}

#sidemenu,
#sidemenu ul,
#sidemenu ul li,
#sidemenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sidemenu {
	width: 100%;
	color: #ffffff;
}

#sidemenu ul ul {
	display: none;
}

.align-right {
	float: right;
}

#sidemenu > ul > li > a {
	padding: 25px 20px;
	border-bottom: 1px solid #252525;
	cursor: pointer;
	z-index: 2;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	color: #ffffff;
	background: #171717;
	text-transform: uppercase;
	letter-spacing: 0.10em;
}

#sidemenu > ul > li > a:hover,
#sidemenu > ul > li.active > a,
#sidemenu > ul > li.open > a {
	color: #eeeeee;
	background: #252525;
}

#sidemenu > ul > li.open > a {
}

#sidemenu > ul > li:last-child > a,
#sidemenu > ul > li.last > a {
}

.holder {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.holder::after,
.holder::before {
	display: block;
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	right: 20px;
	z-index: 10;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.holder::after {
	top: 28px;
	border-top: 2px solid #444;
	border-left: 2px solid #444;
}

#sidemenu > ul > li > a:hover > span::after,
#sidemenu > ul > li.active > a > span::after,
#sidemenu > ul > li.open > a > span::after {
	border-color: #eeeeee;
}

.holder::before {
	top: 28px;
	border-top: 2px solid;
	border-left: 2px solid;
	border-top-color: inherit;
	border-left-color: inherit;
}

#sidemenu ul ul li a {
	cursor: pointer;
	border-bottom: 1px solid #252525;
	padding: 17px 20px;
	z-index: 1;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	background: #171717;
}

#sidemenu ul ul li:hover > a,
#sidemenu ul ul li.open > a,
#sidemenu ul ul li.active > a {
	background: #303030;
	color: #ffffff;
}

#sidemenu ul ul li:first-child > a {
	box-shadow: none;
}

#sidemenu ul ul ul li:first-child > a {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#sidemenu ul ul ul li a {
	padding-left: 30px;
}

#sidemenu > ul > li > ul > li:last-child > a,
#sidemenu > ul > li > ul > li.last > a {
	border-bottom: 0;
}

#sidemenu > ul > li > ul > li.open:last-child > a,
#sidemenu > ul > li > ul > li.last.open > a {
	border-bottom: 1px solid #32373e;
}

#sidemenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
	border-bottom: 0;
}

#sidemenu ul ul li.has-sub > a::after {
	display: block;
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	right: 20px;
	z-index: 10;
	top: 11.5px;
	border-top: 2px solid #eeeeee;
	border-left: 2px solid #eeeeee;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#sidemenu ul ul li.active > a::after,
#sidemenu ul ul li.open > a::after,
#sidemenu ul ul li > a:hover::after {
	border-color: #ffffff;
}

.mt4:hover ,
.mt4-active {
	background: url(../images/nav-hr.png) no-repeat !important;
	transition: .5s;
}


/* 3. Info Styles */

.home-info1 .container {
	padding: 0;
	width: 100%;
}

.hi-inner {
	width: 500px;
	margin-right: 55px;
	float: right;
	position: absolute;
	right: 0;
	height: 126px;
	top: 50%;
	margin-top: -63px;
}

.hi-inner img {
	float: left;
}

.hi-inner p {
	margin-left: 122px;
	font-size: 15px;
	color: #aaa;
	line-height: 22px;
	letter-spacing: 0.05em;
	word-wrap: break-word;
}

.hi-inner p span {
	display: block;
}

.hi-inner p span a {
	font-style: italic;
	color: #9fdedf;
}

.hi-inner p span a:hover {
	color: #171717;
}

.home-info1 .col-md-7 {
	height: 280px;
}

.home-info2 {
	position: relative;
	top: -120px;
	margin-bottom: -121px;
	display: table;
	width: 100%;
}

.home-info2 .col-md-7 {
	padding-right: 55px;
}

.home-info2 .container {
	width: 100%;
	padding: 0;
}

.home-info2 .col-md-5 img {
	float: right;
	margin-top: 34.5%;
}

/* 4. Footer / 1 */

footer {
	padding: 0px 40px;
	height: 80px;
	background: #fff;
	display: table;
	width: 100%;
}

footer .container {
	width: 100%;
	padding: 0;
}

footer .container p {
	font-size: 12px;
	text-transform: uppercase;
	color: #aaa;
	line-height: 22px;
	letter-spacing: 0.05em;
	margin: 30px 0;
}

footer .container p a {
	color: #aaa;
}

footer .container p a:hover {
	color: #c6a456;
}

.tp-caption1 span {
	font-size: 50px;
	text-transform: uppercase;
}

/* 5. Gallery Styles */


.home-gallery {
	margin: 60px 0 30px;
}

.home-gallery a {
	background: #171717;
	display: table;
	width: 100%;
	position: relative;
}

.home-gallery img {
	opacity: 1;
	transition: .4s;
}

.home-gallery img:hover {
	opacity: 0.5;
	transition: .4s;
}

.home-gallery .col-md-8,
.home-gallery .col-md-4 {
	margin-bottom: 30px;
}

/* 6. About Styles */

.home-about {
	background: #f5f5f5;
}

.home-about .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.about-thumb {
	position: relative;
}

.about-thumb:after {
	content: "";
	width: 96%;
	height: 96%;
	position: absolute;
	top: 2%;
	left: 2%;
	right: 0px;
	border: 1px solid #fff;
}

.about-info {
	padding: 20px 0 0;
	padding-left: 50px;
}

.about-info h4, .c-info h3, .a-info h3, #portfolio-gal h3, #journal h3, #journal-single h3, .testimonials h3 {
	font-size: 50px;
	font-family: Abril Fatface;
	color: #171717;
	margin: -5px 0 30px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.about-info h4 span, .c-info h3 span, .a-info h3 span, #portfolio-gal h3 span, #journal h3 span, #journal-single h3 span, .testimonials h3 span {
	font-size: 72px;
}

.about-info p {
	font-size: 15px;
	color: #787878;
	line-height: 22px;
	letter-spacing: 0.05em;
	margin: 0 0 15px;
}

.btn1 {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #171717;
}

.btn1 span {
	color: #969696;
	margin-left: 5px;
}

.btn1:hover {
	background: #c6a456;
	color: #fff;
	border: 1px solid #c6a456;
}

.btn1:hover span {
	color: #fff;
}

.btn1 {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #171717;
	border: 1px solid #c2c2c2;
	height: 43px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;
	line-height: 43px;
	padding: 0 30px;
	display: inline-block;
}

.btn1.color1 {
	color: #c6a456;
	border: solid 1px #c6a456;
}

.btn1.color1:hover {
	background: #c6a456;
	color: #fff;
	border: solid 1px #c6a456;
}

.btn-center {
	margin: 0 auto;
	display: table;
}

.dual-btns a {
	margin-right: 30px;
	margin-bottom: 15px;
}

/* 7. Journal Styles */

.journal {
	padding: 90px 0;
}

.journal h3 {
	font-size: 50px;
	font-family: Abril Fatface;
	color: #171717;
	margin: -5px 0 30px;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
}

.journal h3 span {
	font-size: 72px;
}

.journal .container {
	width: 100%;
	padding: 0;
}

.quote-text {
	background: rgba(23,23,23,0.85);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}

.quote-text h5 {
	font-size: 24px;
	font-style: italic;
	color: #FFF;
	text-transform: none;
	text-align: center;
	line-height: 30px;
	padding: 0 24%;
	margin: 0 0 35px;
	position: relative;
}

.quote-text h5:after {
	content: "";
	width: 100px;
	height: 1px;
	background: #C6A456;
	margin: 0px auto;
	position: absolute;
	bottom: -24px;
	left: 0px;
	right: 0px;
}

.quote-text h5 span {
	color: #c6a456;
}

cite {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-style: normal;
	display: table;
	width: 100%;
	letter-spacing: 0.1em;
}

.qt-inner {
	position: absolute;
	margin-top: -75px;
	top: 50%;
	right: 0;
	left: 0;
	height: 150px;
}

.journal .col-md-5,
.journal .col-md-7 {
	padding: 0;
}


/* 8. Contact Styles */

#google-map {
	position: relative;
}

.gmap {
	padding: 0px;
	height: 490;
}

.gmap div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#map {
	display: block;
	width: 100%;
	height: 490px;
	margin: 0 auto;
}

#map.large {
	height: 490px;
}

#map img {
	max-width: none !important;
	height: auto;
}

.gmap1 {
	padding: 0px;
	height: 915px;
}

.gmap1 div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#map1 {
	display: block;
	width: 100%;
	height: 915px;
	margin: 0 auto;
}

#map1.large {
	height: 915px;
}

#map1 img {
	max-width: none;
	height: auto;
}

.contact-info .container, #about-info .container {
	padding: 0;
	width: 100%;
}

.contact-info .col-md-6, #about-info .col-md-6 {
	padding: 0;
}

.c-info {
	padding: 0;
	padding-left: 110px;
}

.c-info p {
	font-size: 15px;
	color: #787878;
	letter-spacing: 0.05em;
	line-height: 22px;
	padding: 15px 0 25px;
}

.c-info ul {
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	padding: 55px 0;
	display: table;
	width: 100%;
	margin: 25px 0 65px;
}

#c-info {
	position: absolute;
	top: 167px;
	left: 0;
	right: 0;
}

.c-info ul li {
	width: 50%;
	float: left;
}

.c-info ul li p {
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #787878;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 0.05em;
	margin: 0;
}

.c-info ul li p span {
	font-size: 16px;
	position: relative;
	top: -1px;
}

.a-info {
	padding: 55px 0px 55px 100px;
}

.a-info p {
	letter-spacing: 0.05em;
	line-height: 22px;
	font-size: 15px;
	color: #787878;
	margin: 0 0 20px;
}

.a-info p b {
	font-size: 16px;
	font-weight: bold;
}

#about-info .col-md-6:nth-child(1) {
	height: 915px;
	background: url(../images/xtra/1.jpg) no-repeat center top;
	background-size: auto 100%;
}

#about-info .col-md-6:nth-child(1) img {
	opacity: 0;
}

.info-content {
	padding: 60px 0;
	background: #171717;
}

.info-content h4 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 22px;
	margin: 0 0 15px;
}

.info-content p {
	letter-spacing: 0.05em;
	line-height: 22px;
	font-size: 15px;
	color: #787878;
	margin: 0px;
}

/* 9. Footer / 2 */

.footer {
	background: #171717;
	padding: 25px 0 60px;
}

.footer-nav li {
	float: left;
	text-transform: uppercase;
	margin-right: 30px;
	font-size: 12px;
}

.footer-nav li a {
	color: #5e5e5e;
	letter-spacing: 0.05em;
}

.footer-nav li a:hover {
	color: #c6a456;
}

.footer p {
	color: #5e5e5e;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0px;
	font-size: 12px;
	text-align: right;
}

.a-info2 {
	padding: 80px 110px 80px 0;
}

.a-info3 {
	padding: 80px 0px 80px 0;
}

.a-info h6 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #171717;
	letter-spacing: 0.05em;
	margin: 50px 0 20px;
}

.list li {
	position: relative;
	padding-left: 25px;
	letter-spacing: 0.05em;
	line-height: 22px;
	font-size: 15px;
	color: #787878;
	margin-bottom: 8px;
}

.list li span {
	color: #ababab;
	position: absolute;
	top: 0;
	left: 0;
}

#index-5 .header3 {
	border-bottom: none;
}

#top-info {
	padding: 90px 0;
	border-bottom: 1px solid #dbdbdb;
}

#top-info p {
	letter-spacing: 0.05em;
	line-height: 22px;
	font-size: 15px;
	color: #787878;
	margin: 0px;
}

/* 10. Portfolio Styles */

.portfolio-feed-mason {
}

.portfolio-feed-mason .item {
	width: 33.333%;
	float: left;
	margin: 0 0 30px;
	padding: 0 15px;
}

.portfolio-feed-mason .item img {
	width: 100%;
	transition: .4s;
	opacity: 1;
}

#portfolio-feed .col-md-9 {
	padding-right: 30px;
}

#portfolio-feed {
	padding: 60px 0 90px;
}

.portfolio-feed-filter {
	display: table;
	width: 160px;
}

.portfolio-feed-filter li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ededed;
}

.portfolio-feed-filter li:last-child {
	border-bottom: none;
}

.portfolio-feed-filter li a {
	letter-spacing: 0.05em;
	line-height: 22px;
	font-size: 15px;
	color: #787878;
	display: table;
	text-transform: uppercase;
}

.portfolio-feed-filter li a.active, .portfolio-feed-filter li a:hover {
	color: #171717 !important;
}

.item-thumb {
	position: relative;
	overflow: hidden;
}

.item-thumb a {
	position: relative;
	display: table;
}

.item-thumb a:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/plus.png) no-repeat center center;
	position: absolute;
	right: 0px;
	left: 0;
	top: 0px;
	transition: .3s;
	opacity: 0;
	transform: scale(1.5);
}

.portfolio-feed-mason .item:hover .item-thumb a:after {
	opacity: 1;
	background-size: auto;
	transform: scale(0.7);
	transition: .3s;
}

.portfolio-feed-mason .item:hover img {
	opacity: 0.5;
	transition: .5s;
	transform: scale(1.2);
}

#gallery {
	padding: 90px 0;
}

#gal-slider .slides .row {
	margin: 0 -1px;
}

#gal-slider .slides .col-md-1,
#gal-slider .slides .col-md-2,
#gal-slider .slides .col-md-3,
#gal-slider .slides .col-md-4,
#gal-slider .slides .col-md-5,
#gal-slider .slides .col-md-6,
#gal-slider .slides .col-md-7,
#gal-slider .slides .col-md-8,
#gal-slider .slides .col-md-9,
#gal-slider .slides .col-md-10,
#gal-slider .slides .col-md-11,
#gal-slider .slides .col-md-12 {
	padding: 0 1px;
}

#gal-slider .slides img {
	opacity: 1;
	transition: .4s;
	width:auto !important;
	max-width:100%;
}

#gal-slider .slides a {
	display: table;
	width: 100%;
	background: #171717;
}

#gal-slider .slides img:hover {
	opacity: 0.6;
	transition: .4s;
	width:100%;
}

#gal-slider {
	overflow: hidden;
}

.gal-nav {
	margin: 0px -30px 60px;
	display: table;
}

.gal-nav li {
	float: left;
	margin: 0 30px;
	position: relative;
}

.gal-nav li:after {
	content: "";
	background: url(../images/sep.png) no-repeat;
	width: 20px;
	height: 34px;
	position: absolute;
	right: -40px;
	top: 0;
}

.gal-nav li:last-child:after {
	display: none;
}

.gal-nav li span {
	letter-spacing: 0.05em;
	line-height: 35px;
	font-size: 15px;
	color: #787878;
	display: table;
	text-transform: uppercase;
	transition: .4s;
	cursor: pointer;
}

.gal-nav li span:hover, .gal-nav li.flex-active span {
	color: #171717 !important;
	transition: .4s;
}

.gbt-tag {
	margin: 90px 0;
	display: table;
	width: 100%;
}

.gbt-tag li {
	width: 25%;
	float: left;
	border-right: 1px solid #e1e1e1;
	text-align: center;
	cursor: pointer;
}

.gbt-tag li i {
	font-size: 60px;
	color: #171717;
	transition: .4s;
}

.gbt-tag li:hover i {
	color: #c6a456;
	transition: .4s;
}

.gbt-tag li h4 {
	margin: 25px 0 0;
	font-size: 15px;
	text-transform: uppercase;
	color: #171717;
	letter-spacing: 0.05em;
}

.gbt-tag li:last-child {
	border-right: none;
}

.gallery2 {
	display: table;
	width: 100%;
}

.gallery2 ul li {
	width: 25%;
	float: left;
	background: #171717;
}

.gallery2 ul li img {
	opacity: 0.3;
	transition: .6s;
}

.gallery2 ul li:hover img {
	opacity: 1;
	transition: .6s;
}

.recent-posts {
	padding: 90px 0;
}

.recent-posts h4 {
	font-size: 15px;
	text-transform: uppercase;
	color: #171717;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 22px;
	margin: 25px 0 0;
}

.recent-posts h4 a {
	color: #171717;
}

.recent-posts h4 a:hover {
	color: #c6a456;
}

.date {
	font-size: 15px;
	color: #c4c4c4;
}

.portfolio-gal {
	margin: 0 -15px;
}

#portfolio-gal {
	display: table;
	width: 100%;
	padding: 90px 0;
}

.portfolio-gal .folio-item {
	width: 33.33333%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.portfolio-gal .folio-item h4 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #171717;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 22px;
	margin: 23px 0 0;
}

.portfolio-gal .folio-item h4 a {
	color: #171717;
}

.portfolio-gal .folio-item p {
	color: #c4c4c4;
	font-size: 15px;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0 0 -5px;
}

.portfolio-gal-filter, .journal-filter {
	margin: 30px auto 60px;
	display: table;
}

.portfolio-gal-filter li, .journal-filter li {
	float: left;
	margin: 0 30px;
	position: relative;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.05em;
}

.portfolio-gal-filter li:after, .journal-filter li:after {
	content: "";
	background: url(../images/sep.png) no-repeat;
	width: 20px;
	height: 34px;
	position: absolute;
	right: -40px;
	top: 0;
}

.portfolio-gal-filter li:last-child:after, .journal-filter li:last-child:after {
	display: none;
}

.portfolio-gal-filter li a, .journal-filter li a {
	color: #787878;
	line-height: 35px;
}

.portfolio-gal-filter li a.active ,
.portfolio-gal-filter li a:hover ,
.journal-filter li a.active ,
.journal-filter li a:hover {
	color: #171717;
}

#portfolio-gal h3 {
	text-align: center;
}

.portfolio-gal .folio-item img {
	opacity: 1;
	transition: .4s;
}

.portfolio-gal .folio-item:hover img {
	opacity: 0.7;
	transition: .4s;
}

.portfolio-gal .folio-item h4 a:hover {
	color: #c6a456;
}

/* 11. Journal Post Styles */

#journal {
	padding: 90px 0;
}

#journal h3 {
	text-align: center;
}

.journal-news h4 {
	font-size: 15px;
	text-transform: uppercase;
	color: #171717;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 22px;
	margin: 25px 0 0;
}

.journal-news h4 a {
	color: #171717;
}

.journal-news h4 a:hover {
	color: #c6a456;
}

.ji-thumb {
	position: relative;
}

.ji-thumb h5 {
	height: 28px;
	line-height: 28px;
	padding: 0 20px;
	text-transform: uppercase;
	color: #171717;
	font-size: 12px;
	letter-spacing: 0.1em;
	background: #f9f9f9;
	position: absolute;
	left: 20px;
	bottom: 20px;
	margin: 0;
}

.journal-tweet i {
	background: #c6a456;
	height: 255px;
	width: 100%;
	color: #fff;
	font-size: 50px;
	text-align: center;
	line-height: 255px;
	margin-bottom: 30px;
}

.journal-tweet p {
	font-size: 15px;
	color: #787878;
	line-height: 22px;
	letter-spacing: 0.05em;
	margin: 0;
}

.tweet-time {
	display: block;
}

.tweet-link a {
	color: #c6a456;
}

.tweet-link a:hover {
	color: #777;
}

.tweet-time {
	color: #c4c4c4;
}

.journal-news,
.journal-instagram,
.journal-quote {
	margin-bottom: 60px;
}

.journal-tweet {
	margin-bottom: 30px;
}

.journal-quote h5 {
	font-size: 24px;
	font-style: italic;
	color: #FFF;
	text-transform: none;
	text-align: center;
	line-height: 30px;
	padding: 0 24%;
	margin: 0 0 35px;
	position: relative;
}

.journal-quote h5:after {
	content: "";
	width: 100px;
	height: 1px;
	background: #C6A456;
	margin: 0px auto;
	position: absolute;
	bottom: -24px;
	left: 0px;
	right: 0px;
}

.journal-quote h5 span {
	color: #c6a456;
}

cite {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-style: normal;
	display: table;
	width: 100%;
	letter-spacing: 0.1em;
}

.jq-thumb {
	position: relative;
}

.jq-main {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(23,23,23,0.85);
	top: 0;
	left: 0;
	right: 0;
}

.jq-inner {
	position: absolute;
	margin-top: -75px;
	top: 50%;
	right: 0;
	left: 0;
	height: 150px;
}

#journal .btn1 {
	margin-top: -30px;
}

/* 12. Journal Single Styles */

#journal-single h3 {
	line-height: 72px;
	margin: 0;
	text-align: center;
	padding: 0 100px;
}

#journal-single {
	padding: 80px 0 90px;
}

.journal-meta li {
	float: left;
}

.journal-meta {
	margin: 25px auto 30px;
	display: table;
}

.journal-meta li {
	float: left;
	margin: 0 30px;
	position: relative;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.05em;
	color: #b0b0b0;
	line-height: 35px;
}

.journal-meta li a {
	color: #b0b0b0;
}

.journal-meta li:after {
	content: "";
	background: url(../images/sep.png) no-repeat;
	width: 20px;
	height: 34px;
	position: absolute;
	right: -40px;
	top: 0;
}

.portfolio-gal-filter li:last-child:after, .journal-filter li:last-child:after {
	display: none;
}

.excerpt {
	padding: 60px 30px 0;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.excerpt p {
	font-size: 15px;
	color: #787878;
	line-height: 22px;
	letter-spacing: 0.05em;
	margin: 0 0 20px;
}

.author-info {
	background: #f5f5f5;
	padding: 30px 30px 40px;
}

.author-info img {
	float: left;
}

.ai-inner {
	margin-left: 190px;
}

.ai-inner h5 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #171717;
	letter-spacing: 0.05em;
	line-height: 22px;
	margin: 0 0 15px;
}

.ai-inner p {
	color: #787878;
	margin: 0;
}

.comment-content {
	background: #fff;
	border: 1px solid #dbdbdb;
	padding: 30px;
	margin-bottom: 30px;
}

.comment-head {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.comment-head img {
	float: left;
}

.comment-head h5 {
	margin-left: 125px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #171717;
	letter-spacing: 0.05em;
	line-height: 22px;
	margin: 27px 0 0 125px;
}

.comment-head h5 span {
	color: #c4c4c4;
	text-transform: none;
	display: block;
	font-weight: 400;
}

.comment-content p {
	margin: 0;
}

.sub-comment {
	position: relative;
	left: 95px;
}

.comments h6 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #171717;
	letter-spacing: 0.05em;
	line-height: 22px;
	margin: 0 0 5px;
}

.comment-form input, .comment-form textarea, .booking-form input, .booking-form textarea {
	width: 100%;
	height: 45px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	border: solid 1px #dbdbdb;
	padding: 5px 15px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}

.comment-form textarea, .booking-form textarea {
	height: 125px;
	padding: 10px 15px;
	width: 100%;
}

/* 13. Blog/Journal Footer */

.footer-content {
	background: #f5f5f5;
	padding: 60px 0;
}

.fc-widget h5 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #171717;
	letter-spacing: 0.05em;
	line-height: 22px;
	margin: 0 0 55px;
}

.fw-links li {
	width: 50%;
	float: left;
	margin-bottom: 3px;
}

.fw-links li a {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #171717;
	letter-spacing: 0.10em;
	line-height: 22px;
}

.fw-links li a:hover {
	color: #c6a456;
}

.fw-post li img {
	float: left;
}

.fwp-inner {
	margin-left: 95px;
}

.fwp-inner h4 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #171717;
	letter-spacing: 0.10em;
	line-height: 22px;
	margin: 0 0 0px;
}

.fwp-inner h4 a {
	color: #171717;
}

.fwp-inner h4 a:hover {
	color: #c6a456;
}

.fwp-inner p {
	font-size: 15px;
	color: #919191;
	line-height: 22px;
	letter-spacing: 0.05em;
	margin: 0px;
}

.fw-post li {
	margin-bottom: 22px;
}

.fw-post li:last-child {
	margin-bottom: 0px;
}

.search {
	width: 100%;
	height: 45px;
	-webkit-border-radius: 4px 30px 30px 4px;
	-moz-border-radius: 4px 30px 30px 4px;
	border-radius: 4px 30px 30px 4px;
	border: solid 1px #dbdbdb;
	position: relative;
}

.search input {
	height: 43px;
	width: 100%;
	border: none;
	padding: 0 20px;
	font-size: 15px;
	background: transparent;
	padding-right: 130px;
}

.search button {
	width: 110px;
	height: 45px;
	border-radius: 20px;
	background-color: #FFF;
	border: 1px solid #C2C2C2;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	color: #171717;
	letter-spacing: 0.05em;
	font-size: 15px;
	line-height: 45px;
	position: absolute;
	top: -1px;
	right: 0;
}

.header4 .logo a {
	text-align: center;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.header4 .col-md-4:nth-child(3) .header-nav li {
	margin-right: 0px;
	margin-left: 20px;
}

.intro {
	background: url(../images/xtra/5.jpg) no-repeat center top fixed;
	background-size: auto 100%;
}

.intro h2 {
	font-size: 110px;
	line-height: 110px;
	font-family: Abril Fatface;
	color: #fff;
	margin: 335px 0;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

.author-message {
	padding: 90px 0;
}

.author-message img {
	display: table;
	margin: 0 auto;
}

.author-message p {
	font-size: 15px;
	text-transform: uppercase;
	color: #171717;
	letter-spacing: 0.05em;
	line-height: 22px;
	padding: 0 20%;
	text-align: center;
	margin: 60px 0 20px;
}

.gallery-dark {
	background: #171717;
	padding: 90px 0;
	margin: 0;
}

.booking-form {
	padding: 90px 0;
}

.booking-form h4 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #171717;
	letter-spacing: 0.05em;
	line-height: 22px;
	margin: 0 0 55px;
	text-align: center;
}

.booking-form form {
	max-width: 730px;
	width: 100%;
	margin: 0 auto;
}

.journal-7 .col-md-9 {
	padding-left: 120px;
	padding-top: 90px;
}

.journal-7 .col-md-9 .journal-news {
	padding-right: 30px;
}

.journal-news-home {
	width: 665px;
	margin: 10px auto 0;
	display: table;
	position: relative;
	padding-right: 30px;
}

.journal-news-home a.btn1 {
	position: absolute;
	right: -186px;
	bottom: 68px;
}

.insta-wrap {
	position: relative;
}

.insta-slider {
	margin: 0;
}

.insta-slider .slick-slide {
	background: #171717;
}

.insta-slider img {
	transition: .4s;
	opacity: 0.6;
}

.insta-slider .slick-center img {
	transition: .4s;
	opacity: 1 !important;
}

.insta-wrap h3 {
	font-size: 50px;
	font-family: Abril Fatface;
	color: #FFF;
	margin: 0;
	font-weight: 400;
	letter-spacing: 0.05em;
	background: rgba(23,23,23,0.8);
	width: 43.5%;
	position: absolute;
	z-index: 99;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: right;
	padding-right: 60px;
}

.insta-wrap h3 em {
	font-style: normal;
	height: 100px;
	margin: 0px 0;
	display: table;
	right: 55px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
}

.insta-wrap h3 span {
	font-size: 72px;
}

.features-wrap {
	padding: 90px 0 60px;
}

.features-wrap .container {
	padding: 0 25px;
}

.features-wrap .row {
	margin: 0;
}

.features-wrap .col-md-4 {
	padding: 0;
}

.features-wrap .col-md-4:nth-child(1) {
	margin-top: 60px;
}

.features-wrap .col-md-4:nth-child(3) {
	margin-top: 90px;
}

.features-wrap h4 {
	text-align: center;
	font-size: 33px;
	font-family: Abril Fatface;
	color: #171717;
	margin: 25px 0;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 40px;
	text-align: center;
	padding: 0 25px;
}

.features-wrap h4 span {
	font-size: 48px;
}

.features-wrap p {
	font-size: 15px;
	color: #484848;
	letter-spacing: 0.05em;
	line-height: 22px;
	text-align: center;
	margin: 0 0 20px;
	padding: 0 26px;
	word-wrap: break-word;
}

.features-wrap a {
	display: table;
	margin: 0 auto 30px;
}

/* 14. Testimonials */

.testimonials {
	padding: 90px 0;
	background: #f5f5f5;
}

.testimonial-inner {
	background: #c6a456;
	position: relative;
	z-index: 777;
}

.testimonial-inner:after {
	content: "";
	width: 40%;
	background: #f5f5f5;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: -1;
}

.testimonials h3 {
	text-align: center;
	margin: -5px 0 65px;
}

.ts-main {
	background: #f5f5f5;
	padding: 85px 30px;
}

.ts-info p {
	font-size: 24px;
	font-style: italic;
	color: #787878;
	text-transform: none;
	text-align: center;
	line-height: 30px;
	padding: 0;
	margin: 0 0 35px;
	position: relative;
}

.ts-info p:after {
	content: "";
	width: 100px;
	height: 1px;
	background: #C6A456;
	margin: 0px auto;
	position: absolute;
	bottom: -24px;
	left: 0px;
	right: 0px;
}

.ts-info cite {
	color: #ababab;
}

#testimonial-slider .owl-prev {
	width: 25px;
	height: 25px;
	position: relative;
	opacity: 1;
	font-size: 0px;
	background: transparent;
	border-radius: none;
	float: left;
	top: 15px;
}

#testimonial-slider .owl-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 23px;
	position: absolute;
	line-height: 25px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	padding: 0;
	font-weight: 400;
	top: 0;
	left: 0;
	right: 0;
}

#testimonial-slider .owl-next {
	width: 25px;
	height: 25px;
	position: relative;
	opacity: 1;
	font-size: 0px;
	background: transparent;
	border-radius: none;
	float: right;
	top: 15px;
}

#testimonial-slider .owl-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 23px;
	position: absolute;
	line-height: 25px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	padding: 0;
	font-weight: 400;
	top: 0;
	left: 0;
	right: 0;
}

#testimonial-slider .owl-buttons {
	width: 165px;
	background: url(../images/quote.png) no-repeat center center;
	display: table;
	height: 65px;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	left: -243px;
}

#testimonial-slider .owl-prev:hover:after ,
#testimonial-slider .owl-next:hover:after {
	color: #7a6535;
}

.gallery-big-thumb img {
	width:100%;
}

/* 15. Extras */


#slider {
	position: relative;
	width: 100%;
}

#index-2 {
	padding-top: 0;
}

#ascrail2000 {
	position: fixed;
	z-index: 9999999 !important;
}

.flexslider .slides > li {
	overflow:hidden;
}

#gallery3 {
	height: 100vh !important;
	max-height: 100vh !important;
	overflow: hidden;
	position: relative !important;
}

#gallery3 img {
	height: 100vh !important;
	max-height: 100vh !important;
	margin-left: 2px !important;
}

.gallery-arrow-right ,
.gallery-arrow-left {
	height: 100vh !important;
	max-height: 100vh !important;
	cursor: pointer;
}

.gallery-nav {
	padding: 10px 15px;
	box-shadow: -3px -3px 7px #CCC;
	margin-top: 10px;
	font-weight: bold;
	color: #555;
	display: none;
}

.gallery3 {
	padding: 0px;
}

.container-full {
	width: 100%;
	padding: 0;
}

.container-full .col-md-12 {
	padding: 0;
}

.side-menu-nofixed {
	height: 100vh;
	width: 25%;
	left: 0px;
	transition: .4s;
}

.smn-hide {
	left: -25%;
	transition: .4s;
}

.gallery3 .side-logo {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 0.05em;
	padding: 35px 25px;
	display: table;
	border-bottom: 1px solid #252525;
	margin: 0;
	padding: 30px 30px 40px;
}

.gallery3 .side-logo h1 {
	font-family: Kaushan Script;
	text-transform: none;
	font-size: 23px;
}

.gallery3 .side-logo h1:hover span {
	background: #fff;
	color: #171717;
	transition: .4s;
}

.gallery3 .side-logo h1 span {
	font-family: Alegreya Sans;
	border: 2px solid #fff;
	padding: 4px 10px;
	font-size: 24px;
	text-transform: uppercase;
	margin-right: 15px;
	transition: .4s;
}

.side-copy {
	color: #5E5E5E;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 30px;
	position: absolute;
	bottom: 0;
}

.side-close1 {
	color: #FFF;
	width: 50px;
	height: 50px;
	line-height: 38px;
	text-align: left;
	position: absolute;
	right: -50px;
	font-size: 18px;
	z-index: 666;
	padding-left: 5px;
	cursor: pointer;
}

.side-close1:after {
	content: "";
	background: #171717;
	position: absolute;
	width: 70px;
	height: 70px;
	top: -35px;
	left: -35px;
	right: 0;
	transform: rotate(45deg);
	z-index: -1;
}

.sidemenu-main {
	transition: .4s;
}

.sm-hide {
	position: relative;
	left: -100%;
}

.gallery-main {
	padding-left: 25% !important;
	transition: .4s;
}

.gallery-main-full {
	width: 100%;
	transition: .4s;
	padding-left: 0% !important;
}

.gm-inner {
	position:relative;
}

/* 16. Responsive Styles */

@media only screen and (min-width: 768px) and (max-width: 1250px)   {

.gallery3 .side-logo h1 span {
    display: block;
    margin-bottom: 15px;
}

}

@media only screen and (min-width: 768px) and (max-width: 1050px)   {

.gallery-main {
	padding-left: 35% !important;
	transition: .4s;
}

.side-menu-nofixed {
	height: 100vh;
	width: 35%;
	left: 0px;
	transition: .4s;
}

.smn-hide {
	left: -35%;
	transition: .4s;
}

.gallery-main-full {
	transition: .4s;
	padding-left: 0% !important;
}

.gallery3 .side-logo h1 span {
    display: block;
    margin-bottom: 15px;
}

.fwp-inner h4 {
	font-size: 11px;
}

.fw-links li a {
	font-size: 11px;
}

.journal-7 {
	display: none;
}

.journal .col-md-5, .journal .col-md-7 {
	padding: 0px;
	width: 87%;
	margin: 0 auto 30px;
	float: none;
}

.journal-news-home {
	width: 90%;
	margin: 10px auto 0px;
	display: table;
	position: relative;
	padding-right: 0px;
}

.journal-news-home a.btn1 {
	position: relative;
	right: 52px;
	bottom: 0;
	top: 47px;
	margin-bottom: 50px;
}

.insta-wrap h3 {
	font-size: 36px;
	padding-right: 30px;
}

.insta-wrap h3 span {
	font-size: 57px;
}

.insta-wrap h3 em {
	height: 76px;
	margin: -38px 0px 0px;
	right: 55px;
	position: absolute;
	top: 50%;
}

.features-wrap h4 {
	font-size: 27px;
}

.features-wrap h4 span {
	font-size: 36px;
}

#index-2 #nav_menu #menu-button:after {
	background: #fff;
}

#index-2 #nav_menu #menu-button:before {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#index-2 .header-nav li:first-child {
	display: none;
}

#index-2 header .col-md-2 {
	width: 25%;
}

#index-2 header .col-md-8 {
	width: 50%;
}

.home-gallery {
	margin: 60px 0px 30px;
	display: table;
}

.home-gallery img {
	width: 100%;
}

.home-about .col-md-6 {
	width: 100%;
}

.about-info {
	padding: 40px 20px 40px 20px;
	margin: 0 auto;
	float: none;
}

.hi-inner {
	width: 363px;
	margin-right: 55px;
	float: right;
	position: absolute;
	right: 0px;
	height: 190px;
	top: 50%;
	margin-top: -85px;
}

.home-info2 {
	position: relative;
	top: 0;
	margin-bottom: 0;
	display: table;
	width: 100%;
}

.header3 .col-md-2 {
	width: 25%;
}

.header3 .col-md-8 {
	width: 50%;
}

.header3 .header-nav li:first-child {
	display: none;
}

#menu-button {
	margin: 17px auto !important;
	display: table !important;
}

#about-info .col-md-6 {
	width: 100%;
}

.a-info {
	width: 100%;
	padding: 55px 40px;
}

.footer .col-md-7 {
	width: 80%;
}

.footer .col-md-5 {
	width: 20%;
}

#about-info2 img {
	width: 100%;
}

.sign {
	width: auto !important;
	max-width: 100%;
}

.gal-nav li {
	margin: 0px 27px;
}

.portfolio-gal-filter li, .journal-filter li {
	float: left;
	margin: 0px 23px;
}

.portfolio-gal .folio-item {
	width: 33.3333%;
	float: left;
}

#index-1 header .header-nav li:first-child {
	display: none;
}

#index-1 #menu-button {
	float: right;
}

.header4 .header-nav li:first-child {
	display: block !important;
}

.intro h2 {
	font-size: 64px;
	line-height: 81px;
	margin: 200px 0;
}

.author-message p {
	padding: 0px 10%;
}

.journal-filter li {
	float: left;
	margin: 0px 17px;
}

.journal-filter li:after {
	right: -26px;
	top: 0px;
}

.journal-quote h5 {
	padding: 0px 14%;
}

.sub-comment {
	position: relative;
	left: 0;
	margin-left: 75px;
}

}

@media only screen and (max-width: 767px)  {

.gallery3 .side-logo {
    width: 100%;
    text-align: center;
}

.side-menu-nofixed {
	height: 100vh;
	width: 100%;
	left: 0px;
	transition: .4s;
}

.smn-hide {
	left: -100%;
	transition: .4s;
}

.side-copy {
display:none;
}

.sm-hide {
	position: relative;
	left: -100%;
}

.gallery-main {
	padding-left: 0% !important;
	transition: .4s;
}

.gallery-main-full {
	width: 100%;
	transition: .4s;
	padding-left: 0% !important;
}

.side-menu-nofixed {
    height: 100%;
    width: 100%;
    left: 0px;
    transition: all 0.4s ease 0s;
    position: relative;
}

#gal-slider .slides img {
	width:100% !important;
	max-width:100%;
}

.home-info2 img {
	width: 100%;
}

.sub-comment {
	position: relative;
	left: 0;
	margin-left: 0;
}

.comment-head img {
	float: none;
}

.comment-head h5 {
	margin: 27px 0px 0px 10px;
}

.fc-widget {
	margin-bottom: 40px;
}

.footer-content {
	padding: 60px 0px 20px;
}

#journal-single h3 {
	line-height: 50px;
	padding: 0px 15px;
}

.journal-quote h5 {
	font-size: 17px;
}

.header4 .header-nav li:first-child {
	display: block !important;
}

.side-menu {
	width: 100%;
}

.intro {
	background-size: auto 150%;
}

.intro h2 {
	font-size: 30px;
	line-height: 42px;
	margin: 150px 0px;
}

.author-message p {
	padding: 0px 15px;
}

.header4 .col-md-4:nth-child(1) {
	width: 20%;
	float: left;
}

.header4 .col-md-4:nth-child(2) ,
.header4 .col-md-4:nth-child(3) {
	width: 40%;
	float: left;
}

.portfolio-feed-filter {
	display: table;
	width: 260px;
	margin: 0 auto 50px;
}

.portfolio-feed-mason .item {
	width: 100%;
}

#index-2 #nav_menu #menu-button:after {
	background: #fff;
}

#index-2 #nav_menu #menu-button:before {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#index-2 .header-nav li:first-child {
	display: none;
}

#index-2 header .col-md-8 {
	width: 20%;
	float: left;
}

#index-2 header .col-md-2 {
	width: 40%;
	float: left;
}

#index-2 .logo {
	width: 40%;
	float: left;
}

.home-gallery img {
	opacity: 1;
	transition: all 0.4s ease 0s;
	width: 100%;
}

.about-info {
	padding: 20px 30px;
}

.dual-btns a {
	margin-right: 30px;
	margin-bottom: 15px;
	display: table;
}

.quote-text h5 {
	font-size: 18px;
	padding: 0px 15px;
}

.journal-7 .col-md-9 {
	padding-left: 15px;
	padding-top: 90px;
}

.journal-7 .col-md-9 .journal-news {
	padding: 0 30px;
}

.journal .col-md-5, .journal .col-md-7 {
	padding: 0px 15px;
}

.journal-news-home {
	width: 100%;
	padding-right: 0px;
}

.journal-news-home a.btn1 {
	position: relative;
	right: 50px;
	bottom: -51px;
	margin-bottom: 40px;
}

.insta-wrap h3 {
	display: none;
}

.features-wrap .col-md-4:nth-child(1) ,
.features-wrap .col-md-4:nth-child(3) {
	margin-top: 0px;
}

.testimonial-inner:after {
	display: none;
}

#testimonial-slider .owl-buttons {
	width: 165px;
	display: table;
	height: 65px;
	position: absolute;
	top: auto;
	margin-top: 0;
	left: 0;
	bottom: -100px;
	right: 0;
	margin: 0 auto;
}

#testimonial-slider .owl-prev:after ,
#testimonial-slider .owl-next:after {
	color: #888;
}

#top-info p {
	margin: 0 0 40px;
}

.gbt-tag li {
	width: 50%;
	float: left;
	border-right: 1px solid #E1E1E1;
	text-align: center;
	cursor: pointer;
	margin-bottom: 30px;
}

.gbt-tag {
	margin: 90px 0px 60px;
}

.gallery2 ul li {
	width: 100%;
}

.gallery2 ul li img {
	width: 100%;
}

.recent-posts .col-md-4 {
	margin-bottom: 30px;
}

.recent-posts {
	padding: 90px 0px 60px;
}

.hi-inner {
	width: 330px;
	margin-right: 0px;
	float: right;
	position: absolute;
	right: 0px;
	height: 290px;
	top: 50%;
	margin-top: -145px;
	padding: 0 20px;
}

.hi-inner img {
	float: none;
}

.hi-inner p {
	margin-left: 0;
	margin-top: 20px;
}

.home-info1 .col-md-7 {
	height: 450px;
}

.home-info2 {
	position: relative;
	top: 0;
	margin-bottom: 0;
	display: table;
	width: 100%;
	margin-top: 15px;
}

.home-info2 .col-md-7 {
	padding-right: 0px;
}

.home-info2 .col-md-5 img {
	float: none;
	margin-top: 0;
}

#index-1 header .col-md-3 {
	width: 70%;
	float: left;
}

#index-1 header .col-md-9 {
	width: 30%;
	float: left;
}

#index-1 header .header-nav li:first-child {
	display: none;
}

.portfolio-gal .folio-item {
	width: 100%;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.gal-nav li:after {
	display: none;
}

.gal-nav {
	margin: 0px 0px 60px;
	display: table;
	width: 100%;
}

.gal-nav li {
	float: none;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.gal-nav li span {
	line-height: 40px;
}

#gallery {
	padding: 60px 0px;
}

#gal-slider .slides .col-md-1, #gal-slider .slides .col-md-2, #gal-slider .slides .col-md-3, #gal-slider .slides .col-md-4, #gal-slider .slides .col-md-5, #gal-slider .slides .col-md-6, #gal-slider .slides .col-md-7, #gal-slider .slides .col-md-8, #gal-slider .slides .col-md-9, #gal-slider .slides .col-md-10, #gal-slider .slides .col-md-11, #gal-slider .slides .col-md-12 {
	padding: 1px 1px;
}

.about-info h4, .c-info h3, .a-info h3, #portfolio-gal h3, #journal h3, #journal-single h3, .testimonials h3 {
	font-size: 35px;
}

.portfolio-gal-filter li:after, .journal-filter li:after {
	display: none;
}

.portfolio-gal-filter li, .journal-filter li {
	float: none;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.portfolio-gal-filter, .journal-filter {
	width: 100%;
}

.portfolio-gal-filter li a, .journal-filter li a {
	line-height: 40px;
}

.sign {
	margin-bottom: 60px;
}

#c-info {
	position: relative;
	top: 0;
	left: 0px;
	right: 0px;
	padding: 60px 0;
}

.c-info {
	padding: 0px 15px;
}

.c-info ul {
	padding: 55px 0px 25px;
}

.c-info ul li {
	width: 100%;
	margin-bottom: 30px;
}

.about-info h4 span, .c-info h3 span, .a-info h3 span, #portfolio-gal h3 span, #journal h3 span, #journal-single h3 span, .testimonials h3 span {
	font-size: 50px;
}

.header3 .col-md-2 {
	width: 40%;
	float: left;
}

.header3 .col-md-8 {
	width: 20%;
	float: left;
}

.header3 .header-nav li:first-child {
	display: none;
}

.a-info {
	padding: 55px 15px 55px 15px;
}

.footer-nav {
	display: none;
}

.footer p {
	text-align: center;
}

#c-info {
	position: absolute;
	top: 40px;
	left: 0px;
	right: 0px;
}

.c-info {
	padding: 0px 30px;
}

}
	
@media only screen and (max-width:1050px)  {

#nav_menu {
	width: 100%;
}

#nav_menu ul,
#nav_menu ul ul,
#nav_menu ul ul ul {
	width: 100%;
	display: none;
	top: 0 !important;
}

#nav_menu li:hover ul,
#nav_menu ul li:hover ul,
#nav_menu ul ul li:hover ul {
	top: 0 !important;
}

#nav_menu.align-center > ul,
  #nav_menu.align-right ul ul {
	text-align: left;
}

#nav_menu ul li,
  #nav_menu ul ul li,
  #nav_menu ul li:hover > ul > li {
	width: 100%;
	border-top: 1px solid rgba(120, 120, 120, 0.15);
}

#nav_menu ul li a,
  #nav_menu ul ul li a {
	width: 100%;
}

#nav_menu > ul > li,
  #nav_menu.align-center > ul > li,
  #nav_menu.align-right > ul > li {
	float: none;
	display: block;
}

#nav_menu ul ul li a {
	padding: 20px 20px 20px 30px;
	font-size: 12px;
	color: #6d6d6d;
	background: none;
}

#nav_menu ul ul li:hover > a,
  #nav_menu ul ul li a:hover {
	color: #fff;
}

#nav_menu ul ul ul li a {
	padding-left: 40px;
}

#nav_menu ul ul,
  #nav_menu ul ul ul {
	position: relative;
	left: 0;
	right: auto;
	width: 100%;
	margin: 0;
}

#nav_menu > ul > li.has-sub > a::after,
  #nav_menu ul ul li.has-sub > a::after {
	display: none;
}

#nav_menu #menu-button {
	display: block;
	padding: 20px;
	color: #000000;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
}

#nav_menu #menu-button::after {
	content: '';
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 15px;
	height: 2px;
	background: #333;
}

#nav_menu #menu-button::before {
	content: '';
	position: absolute;
	top: 25px;
	right: 20px;
	display: block;
	width: 15px;
	height: 7px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}

#nav_menu .submenu-button {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid rgba(120, 120, 120, 0.15);
	height: 52px;
	width: 52px;
	cursor: pointer;
}

#nav_menu .submenu-button::after {
	content: '';
	position: absolute;
	top: 20px;
	left: 24px;
	display: block;
	width: 1px;
	height: 9px;
	background: #333;
	z-index: 99;
}

#nav_menu .submenu-button::before {
	content: '';
	position: absolute;
	left: 20px;
	top: 24px;
	display: block;
	width: 9px;
	height: 1px;
	background: #333;
	z-index: 99;
}

#nav_menu .submenu-button.submenu-opened:after {
	display: none;
}

#nav_menu ul {
	width: 100%;
	display: none;
	background: #000;
}

#nav_menu > ul > li > a {
	padding: 18px 30px;
	color: #6d6d6d !important;
	height: 52px;
}

#nav_menu {
	opacity: 1;
}

#nav_menu #menu-button {
	margin: 17px;
}

.open {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	display: table !important;
	position: fixed !important;
	width: 100% !important;
	margin-top: 85px !important;
	top: 0;
	left: 0;
	right: 0;
}

#nav_menu ul ul li a {
	border-bottom: none;
}

#nav_menu ul ul {
	min-width: 100%;
	padding: 0px;
	position: relative !important;
	margin: 0px !important;
	opacity: 1 !important;
	visibility: visible !important;
	top: 0px !important;
	transition:.4s;
}

#nav_menu ul ul {
	min-width: 100%;
	padding: 0;
}

}

@media only screen and (min-width: 480px) and (max-width: 767px)   {

.hi-inner {
	width: 470px;
	margin-right: 0px;
	float: none;
	position: absolute;
	right: 0px;
	height: 250px;
	top: 50%;
	margin-top: -125px;
	padding: 0px 20px;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}

}

@media only screen and (min-width: 100px) and (max-width: 500px)   {

.author-info img {
	float: none;
}

.ai-inner {
	margin-left: 0;
	margin-top: 30px;
}

}
