* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Hanken Grotesk', sans-serif;
	font-size: 19px;
	font-weight: 300;
	color : #111;
	line-height: 150%;
	background: #fff;
	overflow-x: hidden;
}

body#bg{
}

*, :before, :after {
	margin: 0;
	padding: 0;
/*	position: relative;		*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
}

#page {
	width: 100%;
	position: relative; /* Set the position property so z-index will apply */
	z-index: 20; /* Make sure this is higher than #menu */
	height: 100%;
	background: #fff;
	overflow-x: hidden;
}

.relative{
	position: relative;
}

.pull-left{
	float:left!important;
}
.pull-right{
	float:right!important;
}

/* Normal link */


a:link, a:visited {
	/* color: #474747; */
  	color: #b48c5c;
	text-decoration:none;
	transition: all 0.5s;
}

a:hover,
a:active, a:focus  {
	color: #a5988b;
	text-decoration: underline;
}

b, strong{
    font-weight: bold;
}

hr {
	font-size:1px;
}

.fab{
	font-size: 0;
}

.fab:before{
	font-size: 18px;
}

.article_separator {
	clear:both;
	display:block;
	height:30px;
	margin:0;
	border-bottom:1px solid #f3f3f3;
	}

img{
    max-width:100%;
    height:auto;
}

.scale-img{
    display: block;
	overflow: hidden;
}

.scale-img img{
	-webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
}

.scale-img:hover img{
	-webkit-transform: scale(1.1);
        transform: scale(1.1);
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
	font-size: 11px;
	color:#858583;
}

pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-size: 1em;
	font-family: Consolas, monospace, serif
}

code {
	white-space:nowrap
}

pre code {
	white-space:pre-wrap
}

pre {
	padding:10px;
	background:#ebebeb;
	color:#605f66;
	font-size:13px;
	line-height:20px;
	-moz-tab-size:4;
	tab-size:4
}

.videoWrapper{
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0;
}
.videoWrapper iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* Heading */

h1, h2, h3, h4, h5, h6{
	margin: 0 0 30px;
	font-family: 'Hanken Grotesk', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

h1 {
	font-size: 33px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

ul {
	margin: 0;
}

ul li {
	margin-left:30px;
}

ol {
    padding-left: 20px;
}

ol li {
    padding-left: 5px;
}

a img {
	border: none;
}

td, div {
	font-size: 1em;
}

p{
    margin: 0 0 30px;
}

.page-header {
    border: none;
    margin: 0;
    padding: 0;
}

.page-header h2{
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}

.bg-white{
	background: #fff;
}

.mt-btn,
a.mt-btn{
	line-height: 120%;
	padding: 15px 25px;
	font-size: 14px;
	font-family: 'Hanken Grotesk', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background: transparent;
	color: #fff !important;
	display: inline-block;
	text-shadow: none;
	border: solid 1px #fff;
	border-radius: 0;
}

.mt-btn:hover,
a.mt-btn:hover,
.mt-btn:focus,
a.mt-btn:focus{
	border-color: #fff;
	background: #fff;
	color: #000 !important;
	text-decoration: none;
}

a.readmore{
	font-family: 'Hanken Grotesk', sans-serif;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	color: #111;
}

a.readmore:hover,
a.readmore:focus{
	text-decoration: none;
}

a.readmore:after{
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 18px;
	margin-left: 10px;
	vertical-align: bottom;
	transition: all 0.5s;
}

a.readmore:hover:after{
	margin-left: 15px;
	transition: all 0.5s;
}

/************************************************************************************
LAYOUT
*************************************************************************************/

.w100 {
	width:100%;
}
.w75 {
	width:75%;
}
.w50 {
	width:50%;
}
.w25 {
	width:25%;
}
.w20 {
	width:20%;
}
.w0 {
	width:auto;
}
.clear {
	clear:both;
}
.padding-none{
	padding: 0;
}
.overflow {
	overflow:hidden;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.margin-auto {
	margin:auto;
}
.wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

#pathway{
	padding: 15px 30px;
	margin: 0;
}

ul.breadcrumb{
    margin: 0;
    padding: 0;
    background: none;
	font-family: 'Raleway', sans-serif;
    font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 100%;
	white-space: nowrap;
	color: #101010;
}

ul.breadcrumb li{
    margin:0;
    padding:0;
    list-style:none;
}

ul.breadcrumb li.active{
	color: #101010;
}

ul.breadcrumb li a{
    color:#7c7c7c;
}

ul.breadcrumb .divider{
    color:#7c7c7c;
    padding:0 5px;
}

.breadcrumb > li + li:before{
    content:'';
    padding:0;
}

/***/

#wrap-slideshow,
#wrap-banner{
	position: relative;
	min-height: 128px;
    background: #101010;
}

#wrap-slideshow:before,
#wrap-banner:before{
	content: '';
	width: 100%;
	height: 40%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6), transparent);
	z-index: 1;
}

#wrap-slideshow p,
#wrap-banner p{
	margin: 0;
	padding: 0;
}

#wrap-slideshow .mod-slider img,
#wrap-banner .mod-banner img{
	width: 100%;
	height: auto;
}

#wrap-banner .mod-banner .custom{
	position: relative;
	color: #fff;
	text-shadow: 1px 1px 3px #333;
	font-weight: 600;
	font-size: 48px;
	line-height: 140%;
	text-align: center;
}

#wrap-banner .mod-banner .custom p:last-child{
	position: absolute;
	width: 50%;
	top: 50%;
	left: 25%;
}

/***/

#wrap-header{
    width: 100%;
	position: absolute;
    top: 0;
    left: 0;
	z-index: 2;
	color: #fff;
	padding: 40px 25px;
	/* transition: all 0.5s; */
}

#wrap-header.sticky{
    position: fixed;
    background: #101010;
    z-index: 9999;
	/* transition: all 0.5s; */
}

#logo{
	max-width: 210px;
}

#logo img{
	max-width: 210px;
}

#home-content{
	padding: 100px 0;
	font-size: 18px;
	line-height: 140%;
}

#home-content h1{
	margin-bottom: 15px;
}

#home-content p{
	margin-bottom: 15px;
}

#home-content p:last-child{
	margin: 0;
}

#home-content h2.item-title{
	font-size: 30px;
	color: #111;
	letter-spacing: 2px;
}

#top-button p{
	margin: 0;
	padding: 0;
}

#top-button a{
	padding: 0 15px;
	line-height: 45px;
	color: #000;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	display: block;
	text-transform: uppercase;
	background: #baaa9b;
	border: solid 1px #000;
}

#top-button a:hover,
#top-button a:focus{
	border: solid 1px #000;
	background: #fff;
	color: #000;
}

/***/

.mod-slider1 p,
.mod-slider2 p,
.mod-slider3 p{
	margin: 0;
	padding: 0;
}

.mod-slider1 img,
.mod-slider2 img,
.mod-slider3 img{
	width: 100%;
	height: auto;
}

/***/

#inner-content{
	padding: 30px 0;
}

.category-list{
	text-align: center;
}

.category-list .category-desc{
	margin-bottom: 50px;
}

.category-list .list-item a,
.category-list .list-item a:hover,
.category-list .list-item a:focus{
	color: #010101;
	text-decoration: none;
}

.category-list .list-item h3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 50px;
}

.category-list .list-item img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

/***/

#mainbody .blog .page-header h1{
	font-size: 30px;
	margin-bottom: 50px;
	text-align: center;
}

#mainbody .blog .blog-item{
	text-align: center;
	margin-bottom: 50px;
}

#mainbody .blog .blog-item .blog-item-img{
	margin-bottom: 20px;
}

#mainbody .blog .blog-item .blog-item-img img{
	width: 100%;
}

#mainbody .blog .blog-item .blog-item-cate{
	font-size: 12px;
	text-transform: uppercase;
	color: #222;
	margin-bottom: 15px;
}

#mainbody .blog .blog-item .blog-item-cate a{
	color: #a29688;
}

#mainbody .blog .blog-item .blog-item-title{
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#mainbody .blog .blog-item .blog-item-title a{
	color: #333;
}

#mainbody .blog .blog-item .blog-item-date{
	color: #858585;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 20px;
}

#mainbody .blog .blog-item .blog-item-content{
	font-size: 15px;
	color: #4f4f4f;
}

#mainbody .blog .blog-item .blog-item-content p{
	margin: 0;
}

/***/

#mainbody .article-details h1.article-title{
	font-size: bold;
	margin-bottom: 50px;
	text-align: center;
	color: #111;
}

#mainbody .article-details .article-details-img img{
	width: 100%;
	margin-bottom: 15px;
}

#mainbody .article-details .article-details-cate{
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #222;
}

#mainbody .article-details .article-details-cate a{
	color: #a29688;
}

#mainbody .article-details .article-details-date{
	float: right;
	color: #858585;
	font-size: 14px;
	font-style: italic;
}

#mainbody .article-details .article-details-content{
	margin-top: 30px;
}

/***/

#rightcol{
    padding-top: 15px;
    padding-bottom: 30px;
}

#rightcol .moduletable{
	padding: 0 15px;
	margin-bottom: 30px;
}

#rightcol .moduletable h3{
	font-size: 15px;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

#rightcol .moduletable h3:after{
	content: '';
	width: 30px;
	height: 3px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: 0
}

#rightcol p{
	margin-bottom: 15px;
}

#rightcol ul{
	margin: 0;
	padding: 0;
}

#rightcol ul li{
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

/***/

.pagination{
	width: 100%;
	display: block;
	text-align: center;
	margin: 30px 0;
}

.pagination .counter{
	display: none;
}

.pagination > li{
    display: inline-block;
	margin: 0 5px;
	font-weight: bold;
}

.pagination-sm > li > a, 
.pagination-sm > li > span{
    padding: 8px 15px;
    font-size: 16px;
}

.pagination-sm > li:first-child > a, 
.pagination-sm > li:first-child > span,
.pagination-sm > li:last-child > a, 
.pagination-sm > li:last-child > span{
    border-radius: 0;
}

/***/

#wrap-user1,
#wrap-user2,
#wrap-nobilia{
	padding: 100px 0;
}

#wrap-user1 img,
#wrap-user2 img{
	width: 100%;
}

#user1-title,
#user2-title,
#nobilia-title{
	font-size: 21px;
}

#user1-title h3,
#user2-title h3,
#nobilia-title h3{
	font-weight: 500;
	font-size: 36px;
	color: #111;
	margin-bottom: 15px;
	text-transform: initial;
}

#user1-item .custom,
#user2-item .custom{
	margin-bottom: 50px;
	font-size: 18px;
}

#user1-item .custom h3,
#user2-item .custom h3{
	font-weight: 500;
	font-size: 32px;
	margin-bottom: 15px;
}

#user1-item .custom .media-body p:last-child,
#user2-item .custom .media-body p:last-child{
	margin: 0;
	padding: 0
}

#user1-item .custom:nth-child(even) .row,
#user2-item .custom:nth-child(even) .row{
	direction: rtl;
}

#user1-item .custom .media-body,
#user2-item .custom .media-body{
	align-self: center;
	direction: ltr;
}

/***/

.nobilia-item .user-item{
	margin-top: 30px;
}

.nobilia-item .custom p{
	margin-bottom: 20px;
}

.nobilia-item .custom p:last-child{
	margin: 0;
	text-align: center;
}

.nobilia-item a.readmore{
	font-size: 22px;
}

#nobilia-button-show{
	margin-top: 70px;
}

#nobilia-button-show h3{
	text-align: center;
	margin: 0;
	padding: 15px;
	font-size: 15px;
	background: #111;
	color: #fff;
	cursor: pointer;
}

#nobilia-button-show h3:after{
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 18px;
	margin-left: 10px;
	vertical-align: bottom;
	transition: all 0.5s;
}

#nobilia-button-show h3:hover:after{
	margin-left: 15px;
	transition: all 0.5s;
}

#nobilia-item-hidden.nobilia-item{
	display: none;
}

#nobilia-item-hidden.nobilia-item.active{
	display: block;
}

/***/

#wrap-user3{
	padding: 100px 0;
	background: #222;
	color: #fff;
	font-size: 17px;
}

#wrap-user3 .custom,
#wrap-user3 .custom .scale-img img{
	width: 100%;
}

#user3-title h3{
	font-weight: 500;
	font-size: 36px;
	text-transform: initial;
	margin-bottom: 15px;
}

#wrap-user3 p:last-child{
	margin: 0;
	padding: 0;
}

#wrap-user3 a,
#wrap-user3 a:hover,
#wrap-user3 a:focus{
	color: #fff;
}

#wrap-user3 .user-item{
	margin-top: 40px;
}

#wrap-user3 .user-item h3{
	font-weight: 500;
	font-size: 21px;
	margin-bottom: 10px;
}

/***/

#wrap-partners{
	padding: 100px 0;
	text-align: center;
}

#wrap-partners p{
	margin: 0;
	padding: 0;
}

#wrap-partners h3{
	font-weight: bold;
	font-size: 35px;
	margin-bottom: 20px;
}

#partners-video{
	margin-bottom: 80px;
}

/***/

#wrap-user4{
	background: url('../images/bg-section.jpg') center center no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 26px;
	text-shadow: 1px 1px 3px #333;
	position: relative;
	line-height: 150%;
	padding-top: 350px;
	padding-left: 50px;
	padding-bottom: 50px;
}

#wrap-user4:before{
	content: '';
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}

#wrap-user4 .mod-user4{
	z-index: 2;
}

#wrap-user4 h3{
	font-weight: 500;
	font-size: 52px;
	text-transform: initial;
}

/***/

#wrap-bottom{
	background: #222;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

#wrap-bottom .mt-mod-outer{
	width: 100%;
}

#wrap-bottom h3.mod-title{
	background: #111;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 15px;
	text-align: center;
	cursor: pointer;
	outline: none;
}

#wrap-bottom h3.mod-title span:after{
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 18px;
	margin-left: 20px;
	transition: all 0.5s;
}

#wrap-bottom h3.mod-title.active span:after{
	content: '\f107';
	transition: all 0.5s;
}

#wrap-bottom .mod-content{
	display: none;
}

#wrap-bottom .custom{
    max-width: 1140px;
    margin: auto;
	text-align: center;
}

#wrap-bottom .custom ul{
	padding: 30px 0;
	margin: 0;
}

#wrap-bottom .custom ul li{
	display: block;
	margin: 0;
	padding: 0;
	list-style: normal;
}

#wrap-bottom .custom ul li + li{
	margin-top: 20px;
}

#wrap-bottom a{
	color: #fff;
}

#wrap-bottom a:hover,
#wrap-bottom a:focus{
	color: #fff;
	text-decoration: underline;
}

/***/

#wrap-footer{
	padding: 60px 0 0;
	color: #222;
	font-size: 15px;
	line-height: 150%;
}

#wrap-footer p{
	margin-bottom: 15px;
}

#wrap-footer a,
#wrap-footer a:hover,
#wrap-footer a:focus{
	color: #222;
}

#wrap-footer h3{
	font-family: 'Hanken Grotesk', sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: initial;
	margin-top: 8px;
}

#wrap-footer ul{
	margin: 0;
	padding: 0;
	display: block;
}

#wrap-footer ul li{
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	display: block;
}

#wrap-footer .social{
	padding-top: 15px;
}

#wrap-footer .social .fab:before{
	font-size: 20px;
}

#wrap-footer .social a + a{
	margin-left: 40px;
}

#wrap-footer .footer2{
	padding-left: 50px;
}

#wrap-footer .footer6{
	padding-top: 50px;
}

/***/

#wrap-info{
	font-size: 13px;
	color: #111;
}

#wrap-info .line-top{
	padding: 15px 0;
	border-top: solid 1px #e2e2e2;
}

#wrap-info p{
	margin: 0;
}

#wrap-info .info2{
	text-align: right;
}

#wrap-info a,
#wrap-info a:hover{
	color: #111;
}

/***/

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover{
	background-color: #222;
	color: #fff;
    border-color: #222;
}

.pagination > li > a, 
.pagination > li > span{
	color: #222;
}

/*** JSN STYLE ***/

.jsn-master{
	
}

.jsn-bootstrap,
.jsn-master .jsn-bootstrap .jsn-form-content .control-group{
	padding: 0 !important;
}

.jsn-master .jsn-bootstrap .jsn-form-content .control-group .control-label{
	display: none;
}

.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls input, 
.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls select, 
.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls textarea{
	margin-bottom: 15px;
    padding: 10px;
	min-width: 515px;
}

.jsn-master .jsn-bootstrap textarea:focus, .jsn-bootstrap input[type="text"]:focus, 
.jsn-master .jsn-bootstrap input[type="password"]:focus, 
.jsn-master .jsn-bootstrap input[type="datetime"]:focus, 
.jsn-master .jsn-bootstrap input[type="datetime-local"]:focus, 
.jsn-master .jsn-bootstrap input[type="date"]:focus, 
.jsn-master .jsn-bootstrap input[type="month"]:focus, 
.jsn-master .jsn-bootstrap input[type="time"]:focus, 
.jsn-master .jsn-bootstrap input[type="week"]:focus, 
.jsn-master .jsn-bootstrap input[type="number"]:focus, 
.jsn-master .jsn-bootstrap input[type="email"]:focus, 
.jsn-master .jsn-bootstrap input[type="url"]:focus, 
.jsn-master .jsn-bootstrap input[type="search"]:focus, 
.jsn-master .jsn-bootstrap input[type="tel"]:focus, 
.jsn-master .jsn-bootstrap input[type="color"]:focus, 
.jsn-master .jsn-bootstrap .uneditable-input:focus{
	box-shadow: none !important;
}

.jsn-master .jsn-bootstrap .form-actions, 
.jsn-master.ui-dialog-contentpane .jsn-bootstrap .form-actions{
	margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.jsn-uniform .form-actions .btn-toolbar .btn{
	margin: 5px;
}

.jsn-master .jsn-bootstrap .btn{
    width: 537px;
	background: #000 !important;
	border: none !important;
	color: #fff !important;
	text-shadow: none !important;
	box-shadow: none !important;
	padding: 10px 20px !important;
}

.jsn-master .jsn-narrow .jsn-input-mini-fluid, 
.jsn-master .jsn-narrow .jsn-input-small-fluid, 
.jsn-master .jsn-narrow .jsn-input-medium-fluid, 
.jsn-master .jsn-narrow .jsn-input-xlarge-fluid, 
.jsn-master .jsn-narrow .jsn-input-fluid, 
.jsn-master .jsn-narrow .jsn-columns-container.jsn-columns-count-two .jsn-column-item, 
.jsn-master .jsn-narrow .jsn-columns-container.jsn-columns-count-three .jsn-column-item,
.jsn-master .jsn-narrow .jsn-columns-container.jsn-columns-count-no .jsn-column-item,
.jsn-master .jsn-bootstrap .jsn-narrow .input-small, 
.jsn-master .jsn-bootstrap .jsn-narrow .input-medium, 
.jsn-master .jsn-bootstrap .jsn-narrow .input-file, 
.jsn-master .jsn-bootstrap .jsn-narrow .jsn-column-item.jsn-uniform-others textarea.jsn-value-Others{
	width: 94% !important;
}

.jsn-master .jsn-input-xlarge-fluid {
    width: 97% !important;
}