/*Controllers*/
.cb.plain {
	position: absolute !important;
	opacity: 0.3;
}
.cb.plain:hover {
	opacity: 1;
}
.cb.plain .cb-link .button {
	padding: 6px 12px !important;
}
.global-danger {
	display: none;
}

/***Main CSS***/
body {
	background-color:#FFF;
	/*font-family: "poppins",sans-serif;*/
  	font-family: "susan-sans",sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.body {
	padding: 80px 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
	font-family: "susan-classic",sans-serif;
}
h1,.h1 {
	font-size: 42px;
	line-height: 38px;
}
p:not([class]) {
	font-size: 16px;
	font-weight: normal;
}
.button {/*
	background: none;
	border-radius: 0;
	border: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;*/
	background-color: #b49256;
	color: #fff;
	border: 2px solid #b49256;
	margin-bottom: 5px;
}
.button:hover {
	background: #888;
	border-color: #888;
	color: #fff;
}
.pb-block h2,
.pb-block h3{
	color:#5b402b;
}
.pb-block h4{
	color:#b49256;
}

.shrink-frame .frame {
	width: 1000px;
}

/*Header*/
.navigation {
	border: none;
	background-color: transparent !important;
}
.logo {
	display: inline-block;
	height: 22px;
	background-position: left;
	min-width: 180px;
	max-width: 180px;
	z-index: 15;
}
.header .frame{
	width: 100%;
}
.header {
	padding: 10px 30px;
	background: linear-gradient(to right,#CCA569,#846243);
	position: relative;
    z-index: 999;
}
.header::after{
	content: '';
	background-image: url(images/long-arrow.svg);
	background-position: center right;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 17px;	
	display: block;
	position: absolute;
	bottom: -9px;
	margin-left: -50px;
	z-index: 1;
}
.header .logo-wrap {
	text-align: center;
}
.header .head-cart-data .fa {
	color:#90469b;
}
.header .col-slogan {
	text-align: right;
}
.header-title {
	padding: 40px 0;
	background-color: #EEE;
}
.header-title h1 {
	margin: 0;
}
.copyright {
	background-color:transparent;
	color: #FFF;
	border-bottom: none;
	padding: 60px 0 0;
}
.text-left{
	text-align: left;
}
/*Menu*/
/*ul.menu ul {
	top:43px;
	left: 0;
	width: 100%;
}
ul.menu ul li {
	text-align: center;
	border-color:#ccc;
	background-color: #ddd;
	width: 100%;
}
ul.menu ul li a {
	color: #999;
	font-size: 12px;
	font-weight: 100px;
	letter-spacing: 0.5px;
}
ul.menu ul li:hover,
ul.menu ul li:hover a {
	background-color: #fff !important;
}

ul.menu .menulink {
	padding: 11.5px 15px 11px;
	text-transform: uppercase !important;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: none;
	border-color:#7c2789;
	
}
ul.menu .mobile-nav + li {
	border-left:1px solid #7c2789;
}
ul.menu .menulink:hover {
	background-color:#9e46ab;
}
*/
/*Banner*/
.banner {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
}
.banner > .frame {
	padding:0;
}
.banner h1,
.banner .h1 {
	color:#fff;
	font-weight:400;
	font-size:50px;
	text-transform: none;
	margin: 0 0 30px;
	font-family: "susan-classic",sans-serif;
}
.banner h2,
.banner .h2 {
	font-weight: 100;
	font-size: 24px;
	line-height: 26px;
	text-transform: none;
	color: #b49256 !important;
	margin: 0 0 25px;
}
.banner p{
	font-size: 300;
  	font-family: "susan-sans",sans-serif;
}
.banner .bt .button {
	background-color:rgba(0,0,0,0);
	font-size:18px;
	padding:10px 20px;
	border:2px solid #eee;
	text-decoration:none;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
}
.banner .bt .button .fa {
	position: relative;
	top:-2px;
}
.banner .bt .button:hover {
	border:2px solid #FFF;
	background-color:#fff;
	color:#333;
}

.banner .slide .slide-inner p .icon-slider{
	margin: 0px auto -40px;
	padding: 20px;
}
.banner .slide .slide-inner {
	background-color: rgba(0,0,0,0);
	text-shadow: none;
}
.banner .slider-wrapper {
    box-shadow: none;
}

.banner .slide .slide-inner h3,
.banner .slide .slide-inner .h3 {
	font-size: 18px;
	line-height: 20px;
}

.sssnext, .sssprev {
    width: 50px !important;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background-image: url('/web/template/default/assets/sss/images/brr.png') !important;
    z-index: 1000;
	transition: all 0.2s ease-out 0s;
}
.sssprev {
    left: 3%;
    background-position: 0 50% !important;
}
.sssnext {
    right: 3%;
    background-position: -50px 50% !important;
}
.sssprev:hover {
    left: 2.7%;
}
.sssnext:hover {
    right: 2.7%;
}
.sssprev:active {
    left: 2%;
}
.sssnext:active {
    right: 2%;
}

/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
	color: #CCC;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

.row {
	margin: 0 !important;
}

/*Style Overrides*/
.row-container > .pb-section.section-pad-5 {
	padding: 100px 0;	
}

/*Index Assets*/
.homebox * {
	transition: all 0.3s ease 0s;
}
.homebox .col {
	padding: 35px 20px;
	-moz-osx-font-smoothing: grayscale;
}
.homebox .col:first-child {	padding-left: 0px; padding-right: 40px;}
.homebox .col:last-child  { padding-left: 40px; padding-right: 0px;}

.homebox .col img {
	vertical-align: top;
	width: 100%;
}
.homebox .col h3 {
	color: #b49256;
	font-size: 22px;
	font-family: "susan-sans",sans-serif;
	text-transform: uppercase;
	margin: 0;
	font-weight: 800;
	padding: 25px 30px;
	background: #171717;
	letter-spacing: -0.5px;
	transition: all 0.3s ease 0.2s;
	box-shadow: inset 0px 0 0 #9E7637;
}

.homebox .col .hb-text {
	padding: 35px 40px;
	background: linear-gradient(to top, #fff, #f3f3f3);
}
.homebox .col .hb-text h3 {
	padding: none;
	background: none;
	letter-spacing: 2px;
}
.homebox .col .hb-text p {
	text-align: justify;
	font-size: 12px;
	line-height: 24px;
	color: #888;
}
.homebox .col .hb-text p a.button {
	padding: 5px 15px;
	border-radius: 0;
	border-color: #bbb;
}

.homebox .col .hb-icon img{
	max-width: 180px;
	vertical-align: top;
}
.homebox .col .hb-icon{
	position: relative;
	background-color: #b49256;
	padding: 60px 40px;
	text-align: center;
}
.homebox .col .hb-icon::after{
	content: '';
	transition: all 0.3s ease 0s;
	background-image: url(images/long-arrow.svg);
	background-position: right 30px center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 16px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -8px;
}

.homebox .col:hover {
	transform: scale(1.05);
}
.homebox .col:hover .hb-icon::after{
	background-position: right -20px center;
}
.homebox .col:hover h3 {
	box-shadow: inset 320px 0 0 #9E7637;
	color: #fff !important;
}

.homebox .col .hb-text {
	background-color: #232323;
	padding: 20px;
}
.homebox .col .hb-text h3 {
	margin: 0;
	text-align: center;
	color:#b49256 !important;
	text-align: center;
	text-transform: uppercase;
}

.homebox .hb {
	position: relative;
}
.homebox .hb::after {
    content: '';
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	background-image: url(images/wipe-bg.jpg);
	background-size: 600px;
	background-position: 0px center;
	transition: all 0.2s ease-in-out 0s;
	animation: wipe-anim 1.5s linear infinite;
}
.homebox .hb:hover::after {
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
}

/* Global Footer */
.global-contact {
	background-color: #EEE;
	padding: 5px;
	font-size: 14px;
}
.global-contact .item {
	overflow: hidden;
}
.global-contact .item li {
	list-style: none;
	float: left;
	margin-right: 10px;
	color: #999;
}
.global-contact .item li a {
	color: #999;
}

/* Footer */
.footer {
	background-color:#232323 !important;
	padding: 0;
	color: #FFF;
	border-top: 1px solid transparent !important;
}
.footer .frame {
	padding: 120px 0 60px;
	position: relative;
}
.footer .frame::before {
	content: '';
	position: absolute;
	width: 120px;
	left: -170px;
	bottom: 0;
	top: 0;
	background: url(images/bg-footer.png) right bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li a {
  	font-family: "susan-sans",sans-serif;
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
}
.footer .foot-menu.footer-right-menu {
	padding: 0;
}
.footer .foot-menu.footer-right-menu > li a {
	color: #b49256;
}
.footer .foot-menu > li a:hover {
	border-bottom: 1px solid #FFF !important;
}
.footer .h4,
.footer p {
	color: #888;
}
.footer p > a{
	font-size: 14px;
	color: #666;
}
.footer .h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #888;
}
.footer .break {
	width: 80px;
	height: 2px;
	margin: 20px 0 20px;
	border-radius: 10px;
	background-color: #999;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
	padding-right:20px;
}
.footer .foot-menu > li a {
	padding: 6px 0;
	border: none;
	font-weight: 400;
	letter-spacing: 0px;
	border-color:#0d63a1;
	font-size: 16px;
	color: #888;
}
.footer .foot-menu > li a:hover {
	border: none !important;
	color: #FFF;
}
.footer .foot-product-wrap {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	color: #000;
}
.footer .foot-product-wrap .h4 {
	font-size: 24px;
	color: #90469b;
}
.footer .foot-product-wrap a {
	color: #068ed0;
	text-decoration: none;
}
.footer .foot-product-wrap p {
	color:#999;
	margin: 0;
}
.copyright a {
	color: #FFF;
}

/* Buttons */
.button {
  	font-family: "susan-sans",sans-serif;
	padding:8px 20px;
	border-radius: 4px;
}
.button:hover {
	text-decoration: none !important;
	text-shadow: none !important;
}
.button.bt-outline {
	border-color: #90469b;
	color:#90469b;
}
.button.bt-outline:hover {
	border-color: #90469b !important;
	background-color:#90469b !important;
	color:#FFF !important;
}
input[type="submit"], button {
	background-color: #B78F33;
}
input[type="submit"]:hover, button:hover {
	background-color:#75561E;
	border-radius: 0;
	color: #FFF;
	box-shadow: none;
}

.hr-mini {
	background-color:#90469b;
	width:50px;
	height:4px;												
	border-radius:5px;
	margin:10px 0 20px;
}
.feature-box {
	text-align:center;
}
.feature-box h2 {
	font-size:20px;
}
.feature-box img {
	width:80%;
	vertical-align:top;
}
.feature-box:hover {
	transform:scale(1.1,1.1);
	transition:all 0.2s ease-in-out 0s;
}

/*Section*/
.section-feature {
	padding: 80px 0;
}
.section-variant3 {
	background-color:#006cb9;
}
.section-variant2 {
	background-color:#DDD;
}
.section-variant1 {
	background-color:#EEE;
}
.body .frame > *:last-child {
	margin-bottom:0;
}
.section-feature.sf-variant3 * {
	color:#FFF;
}
.section-feature.sf-variant3 .divide {
	background-color:#FFF;
}
.section-contact-form {
	background-color: #068ed0;
	background-image: url(images/bg-contact.jpg);
}
.section-feature .button.bt-outline {
	color: #FFF;
	border-color:#FFF;
	margin: 0;
	border: 2px solid #FFF;
}
.payment-summary {
	border: none;
	background-color: #652D90;
}
.payment-summary .button {
	border: none;
	background-color: #068ed0;
	color: #FFF;
}
.payment-summary .button:hover {
	background-color: #FFF;
	color: #652D90;
}

/*Element Overrides*/
.product-image-container {
	box-shadow: none;	
}
.file-upload-steps h1, .file-upload-steps h2, .file-upload-steps h3{
	color:#B78F33;
}
.file-upload-steps p{
	color: #EEE;
}
.file-upload-steps section{
	background-color: #444444;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 8px;
}
.file-upload-steps section .grid-table{ 
	border-radius: 10px;
    border: none !important;
    overflow: hidden;
}
.file-upload-steps .dropzone{
	background: rgba(255,255,255,0.50) !important;
    color: #fff;
    border-radius: 10px;
	border: 2px dashed #fff!important;
}
.file-upload-steps .file-action-button {
    background-color: #0b8cc6;
    padding: 10px 20px 10px;
    font-weight: 300;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
.file-upload-steps .file-action-button:hover{
	
}
.file-upload-steps .file-action-button.file-delete {
    background-color: #DE3336;
}
.icon-case-study {
	padding: 0px 0px 60px;
}
.icon-case-study img{ 
	max-width: 100px;
}

.section-variant-2 h2,
.section-variant-2 h3{
	color:#fff !important;
}
.section-variant-2 h2{
	font-size: 47px;
	line-height: 50px;
}
.section-variant-2 h4{
	color:#5b402b !important;
}

.section-intro{
	padding: 125px 0 100px !important;
	background-image: url(images/track-right.svg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 95% auto;
}
.section-intro h1{
	font-size: 47px;
	line-height: 50px;
	color:#171717;
}
.section-intro h3{
	color:#b49256;
}
.section-intro p{
	color:#666;
}

.section-book {
	padding: 120px 0 !important;
	background-image: url(images/track-center.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.section-book h2 {
	margin: 0;
	font-weight: 300;
}
.section-book .button{
	border: none;
	color:#b49256;
	background-color: #ffffff;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 27px;
	font-weight: 600;
	padding: 24px 42px;
	margin: 15px 0;
	border-radius: 2px;
	box-shadow: inset 0px 0 0 #222;
	transition: all 0.3s cubic-bezier(0, .01, .14, 1) 0s;
}
.section-book .button:hover{
	box-shadow: inset 240px 0 0 #222;
	color:#fff;
}
.book-text{
	padding: 0 0 30px;
}

.section-case-study {
	padding: 150px 0 !important;
}
.section-case-study img {
	max-width: 100px;
	width: 100%;
	vertical-align: top;
	margin: 10px 0 50px;
}
.section-case-study h2,
.section-case-study p{
	color:#b49256 !important;
}
.section-case-study h2{
	font-size: 36px;
	font-weight: 400;
}

.section-newsletter h4{
	color:#b49256 !important;
	font-size: 38px;
	font-weight: 400;
}
.form-form_newsletter .form-block {
	border:none;
}
.form-form_newsletter .form-block.single .field{
	float: left;
	padding: 0;
}
.form-form_newsletter .form-block.single .field label{
	display: none;
}
.form-form_newsletter .form-block.single .field-group- {
	width: 80%;
}
.form-form_newsletter .form-block.single .submit {
	width: 20%;
	margin: 0;
}
.form-form_newsletter .form-block .field input{
	background-color: #b49256;
	color: #ffffff;
	border:none;
	font-size: 18px;
  	font-family: "susan-sans",sans-serif;
	padding: 15px 20px;
}
.form-form_newsletter .form-block .field input:hover,
.form-form_newsletter .form-block .field input:focus,
.form-form_newsletter .form-block .field input:active {
	background-color: #eee;
	color: #333;
}
.form-form_newsletter .form-block.single .submit button {
	background-color: #232323;
	color: #ffffff;
  	font-family: "susan-sans",sans-serif;
	font-size: 18px;
	padding: 15px 25px;
	box-shadow:inset 0px 0 0 #96711E; 
	border:none;
}
.form-form_newsletter .form-block.single .submit button:hover {
	box-shadow:inset 150px 0 0 #96711E; 
	transition: all 0.2s;
}

.pad-top-20{
	padding-top: 20px !important;
}
.box-contact p {
	color:#b49256;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
.box-contact p strong,
.box-contact p b {
	color: #999;
}
.box-contact{
	border:1px solid #eee;
	padding: 20px;
}
.box-contact-icon h3{
	color:#fff;
	font-size: 30px;
	margin: 0;
}
.box-contact-icon{
	text-align: center;
	background-color: #b49256;
	padding: 10px;
}

.section-title h1{
	color:#b49256;
	font-size: 50px;
}
.section-title h2{
	color:#5b402b;
}
.section-title h4{
	color:#000;
}
.service-icon img{
	max-width: 200px;
}
.section-services .pb-column{
	transition: all 0.2s ease-in-out 0s;
}
.service-icon{
	background-color: #232323;
	padding: 40px;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
}
.service-box::before{    
	content: '';
    background-image: url(images/long-arrow.svg);
	background-position: right 20px center;
	background-size: auto 100%;
	background-repeat: no-repeat;
    height: 15px;
    display: block;
    background-color: transparent;
    position: absolute;
	left: 0;
	right: 0;
	top: -7px;
	transition: all 0.2s ease-out 0s;
}
.service-box{
	background-color: #b49256;
	padding: 25px 20px;
	transition: all 0.2s ease-in-out 0s;
	position: relative;
}
.service-box h3{
	color: #fff !important;
	font-size: 22px;
	font-family: "susan-sans",sans-serif;
	text-transform: uppercase;
	margin: 0;
	font-weight: 800;
	letter-spacing: -0.5px;
	transition: all 0.3s ease 0.2s;
	box-shadow: inset 0px 0 0 #9E7637;
}
.section-services .pb-column:hover{
	transform: scale(1.02,1.02);
}
.section-services .pb-column:hover .service-icon{
	background-color: #b49256;	
}
.section-services .pb-column:hover .service-box{
	background-color: #9e7a41;	
}
.section-services .pb-column:hover .service-box::before {
	background-position: right -20px center;
}

.section-services .pb-column {
	padding: 10px;
	position: relative;
	z-index: 2;
}
.section-services .pb-column::after {
    content: '';
	background-color: #fff;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: -1;
	background-image: url(images/wipe-bg.jpg);
	background-size: 600px;
	background-position: 0px center;
	transition: all 0.2s ease-in-out 0s;
	animation: wipe-anim 1.5s linear infinite;
}
.section-services .pb-column:hover::after {
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
}
@keyframes wipe-anim {
	0% {background-position: 0px center;}
	100% {background-position: 600px center;}
}

/*Post Type Override*/
.post-wrap .post-item {
	border:none;
	position: relative;
}
.post-wrap .post-item {
	border:none;
	position: relative;
}
.team-member-item {
	position: relative;
}
.team-member-item::after {
    content: '';
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	background-image: url(images/wipe-bg.jpg);
	background-size: 600px;
	background-position: 0px center;
	transition: all 0.2s ease-in-out 0s;
	animation: wipe-anim 1.5s linear infinite;
}
.team-member-item:hover::after {
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
}
.team-member-item .post-body {
	position: relative;
	padding: 40px 20px;
}
.team-member-item .post-body::before {
    content: '';
    background-image: url(images/long-arrow.svg);
	background-position: right 20px center;
	background-size: auto 100%;
	background-repeat: no-repeat;
    height: 15px;
    display: block;
    background-color: transparent;
    position: absolute;
	left: 0;
	right: 0;
	top: -7px;
	transition: all 0.2s ease-out 0s;
}
.team-member-item:hover .post-body::before {
	background-position: right -20px center;
}


.member-list .pb-block-content {
	padding: 15px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 5px 6px rgba(0,0,0,0.1);
}

.pad-top-30{
	padding-top: 30px !important;
}
.pad-top-0{
	padding-top: 0 !important;
}
.pad-bottom-0{
	padding-bottom: 0 !important;
}
.confirm-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	display: none;
	z-index: 100;
}
.inner-box {
	background-color: #b49256;
	padding: 20px;
	transition: all 0.2s ease-in-out 0s;
	position: fixed;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
.confirm-box .button {
	cursor: pointer;
}
.confirm-box h2 {
	color: #FFF;
}
.hideme {
	display: none;
}
.no-margin {
	margin: 0px;
}
.quote-block {
	display: none;
}
.section-services{
	position: relative;
	margin-top: -60px;
	z-index: 100;
	padding-bottom: 100px !important;
}
.section-about .h1,
.section-about .h3,
.section-about .icon,
.section-testimonials .h1,
.section-testimonials .h3{	
	text-align: center;
	margin: 0px 0 45px;
}
.section-testimonials p,
.section-about p{
	color: #b49256;	
	text-align: justify;
	line-height: 28px;
}
.section-pof{
	padding: 100px 250px 10px;
}
.section-about,
.section-testimonials{
	padding: 100px 250px;
}
.section-testimonials .h1{
	color: #171717;	
}
.section-hiw{
	padding: 0px !important;
}
.section-hiw .pb-column,
.section-hiw .col-sm-12{
	padding: 0px !important;
}
.col-hiw-img{
	background-color: #ac8c5b;
	text-align: center;
}
.col-hiw-img img{
	max-width: 550px;
}
.col-hiw-img,
.col-hiw-text{
	padding: 50px;
}/*
.col-hiw-text ol > li::before{
	background-color: #231f20;
	color: #fff;
}
.col-hiw-text ol > li{
	color: #231f20;
}*/

/*Styling for Order List*/
.section-hiw {
	background:#ac8c5b;
}
.custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  margin-left: 42px;
}
.custom-counter li::before {
	content: counter(step-counter);
	margin-right: 15px;
	margin-left: -42px;
	font-size: 12px;
	background-color: #606062;
	color: #fff;
	font-weight: bold;
	padding: 4px 9px;
	border-radius: 15px;
}
.col-hiw-text.left{
	border-bottom-left-radius:80px;
	padding: 140px 200px;
	background: #fff;
}
.col-hiw-text.right{
	border-top-right-radius:80px;
	padding: 140px 200px;
	background: #fff;
}
.col-hiw-text.left:after { 
	content: ''; 
	position: absolute; 
	left: 0; 
	top: 50%; 
	width: 0; 
	height: 0; 
	border: 40px solid transparent; 
	border-right-color: #fff; 
	border-left: 0; 
	margin-top: -40px; 
	margin-left: -40px; 
}

.col-hiw-text.right:after { 
	content: ''; 
	position: absolute; 
	right: 0; 
	top: 50%; 
	width: 0; 
	height: 0; 
	border: 40px solid transparent; 
	border-left-color: #fff; 
	border-right: 0; 
	margin-top: -40px; 
	margin-right: -40px;
	z-index: 1;
}
.col-hiw-text h2{
	font-size: 38px;
	font-weight: 100;
}
.col-hiw-text h3{
	font-family: "susan-sans",sans-serif;
	font-size: 20px;
}
.col-hiw-text h2,
.col-hiw-text h3{
	color: #ac8c5b;	
}
.testimonial-header{
	background-color: #b49256;
	margin-bottom: -8px;
}
.testimonial-image img{
	width: 100%;
}
.col.testimonial-image{
	width: 10%;
	padding: 0 !important;
	background-color: #eee;
}
.col.testimonial-author{
	width: 90%;
}
.testimonial-author span{
	color: #ffffff;
	font-size: 25px;
}
.box.testimonial{
	background-color: #f1f2f2;
	padding: 50px;
}
.box.testimonial::before{
    /*content: '';
    background-image: url(images/long-arrow.svg);
	background-repeat: no-repeat;
    width: 1100px;
    height: 17px;
    background-size: contain;
    display: block;
    background-color: transparent;
    position: absolute;*/
	content: '';
	background-image: url(images/long-arrow.svg);
	background-position: right 20px center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	height: 15px;
	display: block;
	background-color: transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -57px;
	transition: all 0.2s ease-out 0s;
}

.post-body.news-item{
	padding: 40px 60px;
}
.row-news{
	margin-bottom: 40px !important;
}
.news-link:hover > .news-item > h3{
	text-decoration: none;	
}
.news-link:hover .col-news-excerpt{
	background-color: #eee;
}
.news-item h3{
	color:#414042;
}
.news-item .author{
	color:#b49256;
}
.news-item p{
	color:#414042;
}
.news-intro.capsule-container > .frame{
	width:80%;	
}
.news-content{
	padding: 20px 40px;
	background-color: #f1f2f2;
}
.post-image img{
	width: 100%;
	vertical-align: top;
}
.section-team{
	position: relative;
    margin-top: -150px;
    z-index: 100;
    padding-bottom: 50px !important;
}
.post-item.team-member-item:hover{
	border-color: #171717;	
}
.col-news-img{
	width:33%;
}
.col-news-excerpt{
	width:66%;
    background-color: #f1f2f2;
}
.col-read-more{
	width: 1%;
	background-color: #b49256;	
	transition: all 0.4s ease-out 0s;
}
.col-read-more:hover{
	background-color: #414042;	
}
.col-read-more:hover span{
	color: #b49256;	
}
.post-content h4{
	color: #414042;
}
/*.read-more-tab p{
	margin: 0;
	color:#fff;
}
.read-more-tab{
	transform: rotate(-90deg);
}*/

.row-news .feature-image {
	opacity: 1;
	transition: all 0.2s;
}
.row-news .feature-image:hover {
	opacity: 0.7;
}

.read-more-tab p {
    position:relative;
    float:left;
    width:50px;
    height:100%;
}

.read-more-tab p span {
    width:200px; /* same as height of .rotateObj */
    -webkit-transform-origin:102px 88px;
    display:inline-block;
	transform: rotate(-90deg);
    text-align:left;
	color:#fff;
	margin-bottom: 0px;
	transition: all 0.2s;
}

.section-service-desc .pb-column {
	padding: 0 6px;
}
.services-desc-box p{
	color: #fff;
	font-size: 22px;
}
.services-desc-box p:last-child{
	margin: 0;
}
.services-desc-box{
	background-color: #b49256;
	padding: 30px 40px;
	margin-bottom: 10px;
/*    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: -25px bottom;*/
}
.section-service-desc{
	padding: 100px !important;
}
.pb-block-id-225 h2,
.pb-block-id-225 h3,
.pb-block-id-225 h4 {
	padding: 0;
	margin: 0;
}
.home-buttons .pb-column {
	position: relative;
}
.home-buttons .hb-text a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.home-buttons .hb-text p {
	margin: 0px;
}
.section-title{
	display: none;
	text-align: center;
}
/* Updates 19/08/2018 */

.col-hiw-img {
	padding: 43px;
}
.banner .slide .slide-inner a {
	vertical-align: unset;
}
#menu-mobile {
	z-index: 990;
	background: linear-gradient(to right top, rgba(0,0,0,0.9), rgba(20,20,20,0.8));
}
.menu-drop-link i {
	color: #B49256;
}
.section-map .col-sm-12{
	padding: 0;	
}
.downloads-h3 {
	color: #b49256;
}
.section.team-member-name .breadcrumb{
	color: #FFF;	
}
.section.team-member-name {
	background-image: url(images/banner-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	position: relative;
	padding-top: 0px;
}
.section.team-member-name .team-inner-wrap {
	color: #FFF;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	margin: 0px;
}
.section.team-member-name .team-inner-wrap p:last-child {
	margin: 0px;
}
.section.team-member-name .breadcrumb {
	padding: 10px;
	background-color: rgba(255,255,255,0.5);
	display: table-cell;
	border-bottom-right-radius: 5px;
}
.post-type-team_member .body {
	padding-top: 0px;
}
.post-type-team_member .post-content img {
	position: absolute;
	top: -50px;
	width: 300px;
	height: 300px;
	border: 5px solid #FFF;
}
.post-type-team_member .post-content ul {
	display: table;
	width: 100%;
	padding-bottom: 30px;
	margin: 0px!important;
}
/*.post-type-team_member .post-content a {
	display: table-cell;
	list-style: none;
	background: linear-gradient(to right, #171717 50%, #b49256 50%);
	background-size: 200% 100%;
	background-position: bottom right;
	padding: 15px 30px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}*/
/*.post-type-team_member .post-content li > a:not(:first-child):hover {*/
.post-type-team_member .post-content li:not(:first-child):hover {
	background-position: bottom left;
}
.post-type-team_member .post-content li > a {
	color: #FFF !important;
}
.post-type-team_member .post-content li {
	margin-left: 0px!important;
	display: table-cell;
	list-style: none;
	background: linear-gradient(to right, #171717 50%, #b49256 50%);
	background-size: 200% 100%;
	background-position: bottom right;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px solid rgba(255,255,255,1);
	transition: all 0.2s ease-in-out 0s;
}
.post-type-team_member .post-content li:not(:first-child) {
	border-left: 1px solid rgba(255,255,255,1);
}
.post-type-team_member .post-content li span {
	margin-right: 10px;
}
.post-type-team_member .post-content p {
	padding-right: 30px;
	text-align: justify;
}
.profile-img-wrap {
	position: relative;
}
.testimonial-author{
	padding: 10px 30px !important;
}
.testimonial-img{
	width: 120px;
    height: 125px;
    overflow: hidden;
}
.pof-diagram-rotated{
	display: none;	
}
.section-intro a {
	text-decoration: none;
}
.rating .fa-star {
	margin-right: 2px;
}
/*
.news-header .news-intro {
    background-color: rgba(180, 146, 86,0.9);
}*/
/******RESPONSIVE OVERRIDE*****/
@media screen and (max-width: 1920px) {
	.header::after{
		height: 14px;	
		bottom: -8px;
	}
}
@media screen and (max-width:1600px) {
	.col-hiw-text.right,
	.col-hiw-text.left{
		padding: 90px 110px;
	}
	.read-more-tab p span {
	    width: 100px;
	}
	.row-news > .coltable{
		padding: 0 20px;
	}	
	.section-downloads{
		padding: 40px 100px;
	}
	.section-return,
	.team-member-bio-content{
		padding: 0 40px;
	}
	.post-type-team_member .post-content img {
    	position: relative;
	}	
}
@media screen and (max-width:1280px) {
	.footer .frame {
		padding: 100px 40px 60px; 
	}
	.footer .frame::before {
		display: none;
	}
	.news-intro.capsule-container > .frame{
		width: 100%;
	}
	.capsule-container .wrap{
		position: relative;
	}
	.capsule-container .wrap .capsule{
		float: none;
	}
}
@media screen and (max-width:1200px) {
	iframe {
		width:100% !important;
	}
	.section-feature.sf-about,
	.section-feature.sf-gift,
	.section-feature.sf-party {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobi-box {
		padding: 20px;
		box-sizing: border-box;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.8);
		color: #000;
	}
	.mobi-box .h2,
	.mobi-box .h3,
	.mobi-box a,
	.mobi-box p {
		color: #000 !important;
		text-shadow: none !important;
		border-color:#000 !important;
	}
	.section-feature.sf-party,
	.section-feature.sf-about {
		background-position: left top;
	}
	.shrink-frame .frame {
		width: 900px;
	}
	.col-hiw-text.right,
	.col-hiw-text.left{
		padding: 60px;
	}
	.video-intro,
	.post-video{
		padding: 20px;
	}
	.post-type-testimonial{
		padding: 30px;
	}
	.section-about p.h1	{
		line-height: 45px;
	}
}
@media screen and (max-width:1000px) {
	.shrink-frame .frame {
		width: 1000px;
	}
	.shrink-frame .frame {
		width: 700px;
	}
	.homebox .col {
		padding: 10px !important;
	}
	.homebox .col h3 {
		padding: 20px 10px;
		font-size: 20px;
	}
	/*.row-news > .coltable > .col{
		width: 100%;
		display: block;
	}
	.row-news {
		width: 50%;
		display: inline-block;
		float: left;
	    margin-bottom: 40px !important;
	    padding: 0px 30px;
	}*/
	.news-excerpt{
		display: none;
	}
	.read-more-tab p span{
		margin-bottom: 120px;
	}
	.post-body.news-item{
		padding: 40px;
	}
	.section-about, .section-testimonials{
	    padding: 40px 100px;
	}
	.post-type-team_member .post-content li {
		display: block;
	}
}
@media screen and (max-width:900px) {
	/*.col-news-excerpt,
	.col-read-more{
		width: 100%;
		display: block !important;
	}
	.read-more-tab p{
		float: none;
	}*/
	.read-more-tab p span{
		margin-bottom: 200px;
	}
}
@media screen and (max-width:800px) {
	.h2, h2{
		line-height: 35px;
	}
	.h3, h3 {
		font-size: 22px;
		line-height: 25px;
	}
	.section-feature.sf-gift .h2, .section-feature.sf-party .h2 {
		font-size: 32px;
		line-height: 30px;
		color: #90469b !important;
	}
	.banner h2, .banner .h2,
	.banner h1, .banner .h1 {
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 5px;
	}
	.banner .bt {
		transform: scale(0.6,0.6);
	}
	.section-feature.sf-gift {
		background-size: cover;
	}
	.shrink-frame .frame {
		width: 100%;
	}
	.footer .frame{
		padding: 40px;
	}
	.footer > .frame > .coltable > .col:first-child,
	.footer > .frame > .coltable > .col:last-child{
		padding: 20px 0;
	}
	.section-pof{
		padding: 0;
	}
	.section-service-desc{
		padding: 20px !important;
	}
	.services-desc-box{
		padding: 20px;
	}
	.section-team,.section-services{
		margin-top: 0;
	}
	.section-team > .row > .coltable > .col{
		width: 50% !important;
		display: inline-block;
		float: left;
		padding: 20px;
	}
	.row-news > .coltable,
	.section-team > .row > .coltable > .col .post-body{
	}
	.col-hiw-text.right, .col-hiw-text.left{
		border-bottom-left-radius: 0px;
		border-top-right-radius: 0px;
		padding: 20px 40px;
	}
	.col-hiw-text.left::after,
	.col-hiw-text.right::after {
		display: none;
	}
	.col-hiw-img{
		padding: 20px;
	}
	.copyright{
		padding: 0px;
	}
	.text-left{
		text-align: center;
	}
	.section-title{
		display: block;
	}
	.section-downloads{
		padding: 40px 25px;
	}
	.section-about, .section-testimonials{
	    padding: 40px 10px;
	}
	.post-body.news-item {
	    padding: 20px;
	}
	.col-news-img{
		display: none !important;
	}
	.col-news-excerpt,
	.col-read-more{
		width: 100%;
		display: block !important;
	}
	.read-more-tab p{
		float: none;
	}
	.read-more-tab p span{
		margin-bottom: 0;
		transform: rotate(0deg);
		padding: 10px 20px;
		width: 200px;
	}
	.section-pof{
		display: none;
	}
	.pof-diagram-rotated{
		display: block;	
	}
	.pof-diagram{
		display: none;	
	}
}
@media screen and (max-width:700px) {
	.pb-section-column-va-center .pb-column,
	.vcenter:not(.coltable) {
		display: block;
	}
}
@media screen and (max-width:600px) {
	.section-title h1 {
		font-size: 40px;
	}
	.form-block{
		padding: 15px;
	}
	.form-block .field.single, .form-block.single .field{
		padding: 0;
	}
	.footer {
		text-align: center;
	}
	.footer .foot-menu{
		padding-right: 0px;
	}
	.footer .break {
		margin-left: auto;
		margin-right: auto;
	}
	.section-feature.sf-gift,
	.section-feature.sf-party {
		text-align: center;
	}
	.footer .h4 {
		margin-top: 40px;
	}
	.footer .coltable .col:first-child .h4 {
		margin-top: 0;
	}
	.footer .foot-product-wrap {
		width: 75%;
		margin: 0 auto;
	}
	.section-feature.sf-about {
		background-size: contain;
	}
	.header .coltable .col {
		display: table-cell !important;
	}
	.section-team > .row > .coltable > .col {
	    width: 100% !important;
	    display: block;
	}
	.post-video iframe{
		height: auto;
	}
	.row-container > .pb-section.section-pad-5 {
		padding: 20px 0;
	}
	.box.testimonial,
	.testimonial-author{
		padding: 20px !important;
	}
	.testimonial-author span {
	    font-size: 20px;
	}
	.testimonial-img{
		width: auto;
		height: auto;
	}
	.box.testimonial::before{
		display: none;
	}
	.team-member-bio-content {
		padding: 0 20px;
	}
	.post-type-team_member .post-content img{
		top: 0;
		width: 100%;
		height: auto;
		border-right: none;
		border-left: none;
	}
	.post-type-team_member .post-content ul{
		padding-bottom: 0px;
	}
	.post-type-team_member .post-content p{
		padding-right: 0px;
		margin-top: 15px;
	}
	.section.team-member-name {
		padding: 0px;
	}
	.section-return {
		padding: 0px 20px;
	}
	.section-return .button {
		width: 100%;
		text-align: center;
	}
	.confirm-box h2 {
		text-align: center;
	}
}
@media screen and (max-width:580px) {
	.col-news-img{
		display: block !important;
	}
}