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

.global-danger {
    display: none;
}

/***Main CSS***/
body {
	background-color:#FFF;
}
.body {
	padding: 80px 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
    font-family: 'Merriweather', serif;
}
h1,.h1 {
	font-size: 42px;
	line-height: 38px;
}

.button {
    font-family: 'Merriweather', serif;
	background: none;
	border-radius: 0;
	border: 2px solid #8CC63F;
	letter-spacing: 1px;
	color: #8CC63F;
}
.button:hover {
	background: #8CC63F;
	border: 2px solid #8CC63F;
	color: #fff;
}

/*Header*/
.logo {
	display: inline-block;
	height: auto;
	min-height: 75px;
	min-width: 200px;
	max-width: 200px;
	background-position: center;
}
.header {
	padding: 0;
    background: #20252D;
}
.header .frame {
	padding: 0;
    width: 100%;
    max-width: 1600px;
}

.header .logo-wrap {
	/*text-align: center;*/
}
.header .head-cart-data .fa {
	color:#8CC63F;
}
.header .col-slogan {
	text-align: right;
}
.header-title {
	padding: 40px 0;
	background-color: #EEE;
}
.header-title h1 {
	margin: 0;
}
.copyright {
	background-color:#191d21 !important;
	text-align: left;
	color: #FFF;
	border-bottom: none;
	padding: 20px 80px;
}

.header .coltable > .col{
    padding: 0px 0px;
}
.header .coltable > .col.col-logo {width: 200px;}
.header .coltable > .col.col-nav {width: auto;}

/*nav*/
.navigation {
	background-color: #20252d !important;
	display: table;
	margin: 0 auto;
	margin-right: 0px;
}
.navigation .has-icon {
	height: 78px;
	transition: all 300ms;
}
.navigation .has-icon .menulink {
	padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 18px;
}
.navigation .has-icon .menulink::after {
	display: none;
}
.navigation .has-icon .menulink:hover {
	background-color: #a0da53;
    color: #fff;
}


ul.menu > li.tab-31 .menulink {margin-left: 50px; background-color: #272D38;}
ul.menu > li.tab-32 .menulink {background-color: #2F3847;}
ul.menu > li.tab-26 .menulink {background-color: #354155;}


/*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:100;
	font-size:70px;
    line-height: 70px;
	text-transform: none;
	letter-spacing: 0px;
	margin: 0 auto 20px;
}
.banner h2,
.banner .h2 {
	font-weight: 100;
	font-size: 22px;
	line-height: 23px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.banner .slide-cell img {
	width: 100%;
    vertical-align: top;
    max-width: 300px;
    display: table;
    margin: 0 auto 15px !important;
}

/*Banner Override*/
.banner .sss,
.banner .slide,
.banner .slide-inner,
.banner .slide-image {
    padding: 0 !important;
    height: 92vh !important;
    background-position: center;
    background-size: cover;
}
.banner .slide-inner {
    background-color: transparent !important;
}
.banner .slide-inner .slide-cell {
    background-color: rgba(0,0,0,0.2) !important;
}
.banner .ssslide .slide > img {
    display: none !important;
}

/*Banner Controls*/
.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%;
}
.slide-cell{
	vertical-align: middle;
	background-color: rgba(0,0,0,0.33);
	text-align: center;
	color: #fff;
}


/*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;
}

/*Index Assets*/
.homebox  {
	
}
.homebox .col {
	padding: 10px;
}
.homebox .col img {
	vertical-align: top;
	width: 100%;
}
.homebox .col .hb-text {
	padding: 35px 40px;
	background: linear-gradient(to top, #fff, #f3f3f3);
}
.homebox .col .hb-text h3 {
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 600;
}
.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;
}

/* 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:#20252d;
	background: url("images/icons/mountian.svg"), #20252d;
    background-position: bottom right -100px;
	background-repeat: no-repeat;
	background-size: auto 50%;
    background-blend-mode: soft-light;
	color: #FFF;
	padding: 0;
	border: none;
}

.footer .col-logo {
	width: 33.333%;
}
.footer .col-nav {
	width: 66.666%;
}

.footer .col-logo .logo {
    min-height: 100px;
    min-width: 300px;
    max-width: 350px;
    width: 100%;
}
.footer > .coltable > .col{
    padding: 80px;
}

.footer .h4,
.footer p {
	color:#FFF;
}
.footer .h4 {
	font-size: 24px;
	margin: 0 0 20px;
	font-weight: 100;
	text-transform: none;
	color: #fff;
}
.footer .break {
	width: 80px;
	height: 0px;
	margin: 20px 0 20px;
	border-radius: 10px;
	background-color: #999;
}

.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li a {
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
    opacity: 0.6;
}
.footer .foot-menu > li a:hover {
    opacity: 1;
}
.footer .foot-menu.contact > li {
    margin-left: 26px;
}
.footer .foot-menu.contact > li .fas::before {
    font-weight: 300;
}

.footer .foot-menu {
	margin: 0;
	padding-top: 0;
	padding-right:20px;
}
.footer .foot-menu > li a span{	
	position: relative;
	font-size: 16px;
	margin-left: -25px;
	padding-right: 8px;
}
.footer .foot-menu > li a {
	padding: 8px 0;
	border: none;
	font-weight: 300;
	letter-spacing: 1px;
	border-color:#0d63a1;
	font-size: 14px;
	color: #fff;
}
.footer .foot-menu > li a:hover {
	border: none !important;
	color: #FFF;
}

.footer .coltable.footcol > .col > .coltable {
    width: 100%;
    max-width: 900px;
}

.copyright a {
	color: #FFF;
}

/* Buttons */
.button {
	padding:10px 20px;
	margin: 2px;
}
.button:hover {
	text-decoration: none !important;
	text-shadow: none !important;
}
.button.bt-outline {
	border-color: #8CC63F;
	color:#8CC63F;
}
.button.bt-outline:hover {
	border-color: #8CC63F !important;
	background-color:#8CC63F !important;
	color:#FFF !important;
}
input[type="submit"], button {
	background-color: #8CC63F;
}
input[type="submit"]:hover, button:hover {
	background-color:#652D90;
	border-radius: 0;
	color: #FFF;
	box-shadow: none;
}

.hr-mini {
	background-color:#8CC63F;
	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;	
}

.section-home-about p{
	font-weight: 300;
	color: #fff;
}
.section-home-about .button-wrapper {
	margin-top: 30px;
}
.section-home-about .button-wrapper .button {
    letter-spacing: 0px;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
	border-color: #fff;
    color: #fff;
}
.section-home-about .button-wrapper .button:hover {
	background: #fff;
    color: #20252D;
}

.section-home-about .pb-column:last-child{
	background-color: rgba(41,46,53,0.90);
	padding: 100px 80px 90px 80px;
}

.section-about-awards{
	background-color:rgba(103,103,103,0.7);
	background-blend-mode: overlay;
}
.section-info-pricing{
	/*background-color:rgba(171,198,212,0.50); 
	background-blend-mode: overlay; -- DISABLED 25th Sept*/
}

.section-info-general{
    margin: 2px 0;
	background-color: rgba(40,43,45,0.4);
	background-blend-mode: overlay;
}
.section-info-general .col-sm-12 {
    padding: 0;   
}
.section-info-general .pb-row {
    display: table;
    width: 100%;
    margin: 30px 0;
}
.section-info-general .pb-row .pb-column {
    display: table-cell;
}
.section-info-general .pb-column:first-child img {
    width: 100%;
    max-width: 220px;
    vertical-align: top;
}
.section-info-general .pb-column:not(:first-child) {
    background-color: rgba(30,34,40,0.90);
}
.section-info-general .pb-column.col-sm-4:last-of-type {
    padding-left: 0px;
}
.section-info-general .pb-column:first-child {
    /*border-right: 1px solid #fff;*/
}

.section-info-general .award-list ul li::before {
    content: "\f138";
    color: #85A7C2;
    font-weight: 200;
} 
.section-info-general .award-list ul li:hover::before {
    color: #8BC53E;
} 

.section-about-awards .pb-column:last-child,
.section-about-book-projects .pb-column:not(:first-child),
.section-info-pricing .pb-column:first-child,
.section-info-general .pb-column:last-child,
.section-contact-contact .pb-column:last-child{
	background-color: rgba(30,34,40,0.90);
}
.section-about-featured-in .pb-column:not(:nth-child(2)){
	background-color: #20252d;
}
.section-about-awards .pb-column,
.section-info-general .pb-column {
	padding: 80px 120px;
}
.section-info-pricing .pb-column,
.section-contact-contact .pb-column {
    padding: 120px 120px;
}
.section-about-featured-in .pb-column,
.section-about-book-projects .pb-column{
	padding: 80px 70px;
}
.section-about-awards h2,
.section-about-featured-in h2,
.section-about-book-projects h2,
.section-info-general h2,
.section-info-pricing h2,
.section-contact-contact h2{
	color: #fff;
	font-size: 50px;
	letter-spacing: 1px;
}

.contact-box p {
	font-weight: 200;	
	font-size: 20px;
    position: relative;
    padding-left: 30px;
}
.contact-box p i,
.contact-box p em {
	width: 25px;
    position: absolute;
    top: 2px;
    left: 0px;
}
.contact-box p a {
	color: #fff;
}

/**Home categories**/
.home-cat {
    background: 
        url("images/icons/mountian.svg") bottom left -20px / auto 110% no-repeat,
        linear-gradient(to right, #313A4A, #20252d 50%)
    ;
    /*border-top: 1px solid #313A4A;
    border-bottom: 1px solid #313A4A;*/
}
.home-cat .pb-column{
	padding: 15px 15px;
    vertical-align: middle;
}

.home-cat p{
	font-size: 21px;
	margin-bottom: 0;
	color: #fff;
}
.home-cat-list p:first-child{
	border-left: none;
}
.home-cat a {
	text-decoration: none;
	color: #fff !important;
}
.home-cat-list .pb-block-content {
    display: table;
    width: 100%;
}
.home-cat-list p {
    text-align: center;
	display: table-cell;
	padding: 10px 10px;
	border-left: 2px solid rgba(255,255,255,0.08);
	width: 15%;
}

.home-cat .pb-column:first-child .home-cat-list p {
	font-family: 'Merriweather', serif;
    font-size: 22px;
    line-height: 20px;
    border: none;
    padding: 8px 10px;
}
.home-cat .pb-column:first-child .home-cat-list p i,
.home-cat .pb-column:first-child .home-cat-list p em{
	margin-left: 15px;
}

.home-cat .pb-column:last-child .home-cat-list p {
	font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.home-cat .pb-column:last-child .home-cat-list p a {
	opacity: 0.5;
}
.home-cat .pb-column:last-child .home-cat-list p a:hover {
	opacity: 1;
}


/*Gallery Categories*/
.section-home-gallery-cat {
    background: center center;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% auto;
    padding: 60px 80px;
    transition: all 0.2s ease-out 0s;
    box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.5);
    margin-bottom: 3px;
}

.section-home-gallery-cat:hover {
    box-shadow: inset 0 -9999px 0 rgba(0,0,0,0.3);
}

.section-home-gallery-cat.title {
    margin-bottom: 0;
    box-shadow: none;
    position: relative;
    background-color: #191d21;
	padding: 5px;
	z-index: 150;
}
.section-home-gallery-cat.title::before {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	content: "";
	display: inline-block;
	background-size: contain;
	background-image: url("images/gallery-title.png");
	width: 500px;
	height: 74px;
	top: 0px;
}
.section-home-gallery-cat.title p {
    font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 30px;
	color: #fff;
	margin-bottom: 0;
}
.section-home-gallery-cat.title p.h2{
	position: relative;
	top: 20px;
	font-size: 20px;
}

.section-home-gallery-cat.end {
    margin-bottom: 0;
    box-shadow: none;    
	background-color: #191d21;
	padding: 5px 0;
}
.section-home-gallery-cat.end p{
	font-size: 21px;
}

.section-home-gallery-cat.title.end p.h2 {
	font-size: 20px;
    bottom: 20px;
    top: auto;
}
.section-home-gallery-cat.end p a {
	color: #fff;
}
.section-home-gallery-cat.end p a:hover {
	color: #8CC63F;
}
.section-home-gallery-cat.title.end::before {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	content: "";
	display: inline-block;
	background-size: contain;
	background-image: url("images/gallery-title-flip.png");
	width: 500px;
	height: 74px;
	top: auto;
    bottom: 0px;
}

.section-home-gallery-cat.alpine     {background-image: url("images/backgrounds/bg-sea.jpg");}
.section-home-gallery-cat.cities     {background-image: url("images/backgrounds/bg-city.jpg");}
.section-home-gallery-cat.closeups   {background-image: url("images/backgrounds/bg-closeup.jpg");}
.section-home-gallery-cat.coastal    {background-image: url("images/backgrounds/bg-coastal.jpg");}
.section-home-gallery-cat.farming    {background-image: url("images/backgrounds/bg-farming.jpg");}
.section-home-gallery-cat.geothermal {background-image: url("images/backgrounds/bg-geothermal.jpg"); margin-bottom: 0;}

.section-home-gallery-cat a {text-decoration: none;}
.section-home-gallery-cat .button-wrapper{text-align: right;}
.section-home-gallery-cat .button{
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	padding: 10px 45px;
}

.section-home-gallery-cat:not(.title) p {
    position: relative;
    margin: 0 0 0 auto;
    display: table;
    padding: 15px 25px;
    border: 2px solid #fff;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    transition: all 0.3s ease-out 0s;
    box-shadow: inset 0 0 0 #fff;
}
.section-home-gallery-cat:not(.title) p::before {
    content: "";
    position: absolute;
    border: 12px solid transparent;
    border-left-width: 0px;
    border-right: 0px solid #fff;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.15s ease-out 0s;
}
.section-home-gallery-cat:not(.title) p .cat-title {
    padding-right: 25px;
    display: table-cell;
    vertical-align: middle;
    transition: all 0.3s ease-out 0s;
    font-family: 'Merriweather', serif;
	font-weight: 200;
	font-size: 33px;
	color: #fff;
	margin-bottom: 0;
}
.section-home-gallery-cat:not(.title) p .cat-link {
    padding-left: 25px;
    display: table-cell;
    vertical-align: middle;
    transition: all 0.3s ease-out 0s;
    text-transform: uppercase;
    border-left: 2px solid #fff;
    letter-spacing: 1.5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
	color: #fff;
	margin-bottom: 0;
}

.section-home-gallery-cat:not(.title):hover p {
    box-shadow: inset 400px 0 0 #fff;
}
.section-home-gallery-cat:not(.title):hover p .cat-title,
.section-home-gallery-cat:not(.title):hover p .cat-link {
    border-color: #ddd;
    color: #20252D;
}
.section-home-gallery-cat:not(.title):hover p::before {
    border-right: 12px solid #fff;
    left: -10px;
}

.section-home-gallery-cat:not(.title):hover p:hover .cat-link {
    color: #a0da53;
}

/*???*/
.text-white{color: #fff;}
.award-list ul li{
	font-weight: 100;
	margin: 6px 0;
	list-style: none;
	margin-left: 28px;
	font-size: 18px;
	position:relative;
	line-height: 25px;
}
.award-list ul li::before{
	content: '\f111';
	font-family: "Font Awesome 5 Pro";
	padding-right:10px;
	position: absolute;
	left: -28px;
	top: -1px;
}
.section-home-cat-menu,
.section-home-about,
.section-home-cat,
.section-home-map,
.section-about-awards,
.section-about-featured-in,
.section-about-book-projects,
.section-info-general,
.section-info-pricing,
.section-contact-contact,
.section-contact-map{
	margin-right: 0;
	margin-left: 0;
}
.section-home-map .pb-column,
.section-contact-map .pb-column{
	padding-right: 0;
	padding-left: 0;
}


/*Searchbox*/
.horizontal-box {
    padding: 30px;
    background-color: #f3f3f3;
    border: 1px solid #e3e3e3;
}
.horizontal-box .col.col-first {padding-right: 15px; width: 40%;}
.horizontal-box .col.col-last {padding-left: 15px; width: 60%;}

.sidebox .sidebox-top {
    color: #BBBBBB;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    
    margin: 0 0 18px;
    padding: 0 0 15px;
    border-bottom: 1px solid #e3e3e3;
}
.sidebox .sidebox-top i.fas {
    font-weight: 500;   
}

.search-box .form-block .field:nth-child(1) {
    width: 50%;
    float: left;
    display: inline-block;
    padding-right: 4px;
    padding-bottom: 8px;
}
.search-box .form-block .field:nth-child(2) {
    width: 50%;
    float: left;
    display: inline-block;
    padding-left: 4px;
    padding-bottom: 8px;
}
.search-box .form-block .field.submit {
    width: 100%;
    display: block;
}

.search-box .form-block .field input, 
.search-box .form-block .field select {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    padding: 12px 12px;
    border: 1px solid #e3e3e3;
}    
.search-box .form-block .field select {
    -webkit-appearance:none;
    -moz-appearance:none;
    padding: 11px 12px !important;   
    background-image: url("images/icons/arrow-down.svg");
    background-size: auto 10px;
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 40px !important;
    text-overflow:ellipsis;
}
.search-box .form-block .field input:hover, 
.search-box .form-block .field select:hover,
.search-box .form-block .field input:focus, 
.search-box .form-block .field select:focus{
    border-color: #354155;
    color: #20252D;
}   

.search-box .form-block .field.submit button {
    background-color: #354155;
    border: 1px solid #20252D;
    color: #fff;
    border-radius: 2px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "proxima-nova", sans-serif;
}
.search-box .form-block .field.submit button .fas {
    font-weight: 500;   
}
.search-box .form-block .field.submit button:hover {
    background-color: #8CC63F;
    border-color: #8CC63F;
    color: #fff;
}

/* Tag List */
.tag-wrap {
	margin: 20px 0;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
}
.tag-list > li,
.tag-list {
	list-style: none;
}
.tag-list > li {
	display: inline-block;
    float: left;
	padding: 2px;
}
.tag-list > li a {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #354155;
    display: block;
	padding: 6px 11px 7px;
	border: 1px solid #e3e3e3;
    background-color: #fff;
}
.tag-list > li a:hover {
    text-decoration: none;
    background-color: #fff;
	border: 1px solid #8CC63F;
	background-color: #8CC63F;
    color: #fff;
}

/*Pagination*/
.pagination > li > a, 
.pagination > li > span {
    border: 1px solid #e3e3e3;  
    padding: 10px 11px;
    min-width: 36px;
    text-align: center;
    margin: 1px;
    
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #354155;
}
.pagination > li > a:focus, 
.pagination > li > a:hover,  
.pagination > li > span:focus, 
.pagination > li > span:hover {
    background: #F8F9FB;
    border-color: #354155;
    color: #354155;
}

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
    border-color: #8CC63F;
    background-color: #8CC63F;
}
.pagination > .disabled > a, 
.pagination > .disabled > a:focus, 
.pagination > .disabled > a:hover, 
.pagination > .disabled > span, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > span:hover {
    border: 1px solid #e3e3e3;  
    background-color: #f3f3f3;
    color: #999;
}

.pagination > li:first-child > a, 
.pagination > li:first-child > span {
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 10px 14px;
    padding-left: 15px;
}
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 10px 14px;
    padding-left: 15px;
}

.gallery-nav > .coltable > .col:first-child {
    width: auto;
}
.gallery-nav > .coltable > .col:last-child {
    width: 250px;
    padding-left: 20px;
}
.gallery-nav > .coltable > .col:last-child p {
    margin: 0px;
    color: #354155;
}

/*Search / Browse Override*/
.zulu-search .body {
    padding-top: 0px;
    border-top: 4px solid #354155;
}
.zulu-search .body > #wrapper > .wrapper-content > .frame > h1 {
    padding: 20px 30px 24px;
    background: linear-gradient(to top, #20252D, #354155);
    display: table;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 33px;
    border-radius: 0 0 3px 3px;
    margin-bottom: 30px;
}

ul.product-box {
    margin: 15px -6px;   
}
.product-box li {
    padding: 6px;
}
.product-box .box {
    position: relative;
    margin: 0;
    border: 1px solid #E4E6E9;
    overflow: hidden;
}

.product-box .image {
    margin: 0;
}
.product-box .box .image img {
    transition: all 0.3s cubic-bezier(.08, .25, .25, 1) 0s;
}
.product-box .box:hover .image img {
    transform: scale(1.1);
}

.product-box .box .title {
    position: absolute;
    min-height: auto;
    bottom: 0px;
    right: 0px;
    opacity: 0.7;
    width: 100%;
    transition: all 0.3s cubic-bezier(.08, .25, .25, 1) 0s;
}
.product-box .box:hover .title {
    opacity: 1;
}
.product-box > li .box .title a {
    display: table;
    margin: 0 10px 0 auto;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 12px 6px;
    color: #fff;
    background-color: rgba(32,37,45,0.95);
}
.product-box > li .box:hover .title a {
    padding-bottom: 14px;
}
.product-box .title .white-ghost {
    display: none;
}

/*Individual Product Override*/
.zulu-product > .body {
    padding: 0;
}
.zulu-product .wrapper-content > .coltable > .col:first-child {
    background-color: #F2F3F5;
    padding: 80px;
}
.zulu-product .wrapper-content > .coltable > .col:last-child {
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    background-color: #14181F;
    padding: 80px;
    color: #fff;
}

.zulu-product .product-image-container,
.zulu-product .product-image-container .main-link {
    padding: 0;   
}
.product-image-container img.main {
    vertical-align: top;
    border: 1px solid #E4E6E9;
}
.product-image-container img.main:hover {
    border-color: #354155;
    /*border: 1px solid #98D745;
    box-shadow: 0 0 20px #E4FAC7;*/
}
.product-box li .box:hover {
    border-color: #354155;
}
.zulu-product .wrapper-content > .coltable > .col:last-child h3,
.zulu-product .wrapper-content > .coltable > .col:first-child h3 {
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    font-family: "proxima-nova", sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 30px 0 0px;
    color: #9FADBB;
}
.zulu-product ul.product-box { 
    background-color: transparent;
}    

.zulu-product h1 {
    color: #A4B3C7;
    font-family: "proxima-nova", sans-serif;
    font-size: 50px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}
.zulu-product .product-description p {
    font-size: 18px;
    font-weight: 400;
    color: #A4B3C7;
}

.zulu-product .tag-wrap {
    margin: 5px 0;
    padding: 20px;
    border-radius: 5px;
    background-color: #0A0D12;
}
.zulu-product .tag-wrap h4 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #818DA2;
    font-family: "proxima-nova", sans-serif;
    margin-bottom: 8px;
    margin-top: -2px;
}
.zulu-product .tag-list > li {
    float: none;
}
.zulu-product .tag-list > li a {
    border: none;
    border-radius: 2px;
    background: #2C4266;
    color: #fff;
}
.zulu-product .tag-list > li a:hover {
    background: #8BC53E;
    color: #fff;
}

#enquiry_form h2 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    margin-bottom: 10px;
    margin-top: 20px;
}
#enquiry_form .form-block {
    border: none;
    padding: 14px 20px 20px;
    border-radius: 3px;
    background-color: #333944;
}
#enquiry_form input,
#enquiry_form textarea {
    background: #14181F;
    border-color: #14181F;
    border-radius: 3px;
    color: #fff;
    padding: 11px 13px;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 400;
}
#enquiry_form input:hover,
#enquiry_form textarea:hover,
#enquiry_form input:focus,
#enquiry_form textarea:focus {
    background-color: #0A0D12;
    border-color: #0A0D12;
}
#enquiry_form .form-block .field {
    position: relative;
    padding: 6px 0;
}
#enquiry_form .form-block .field label {
    display: none;
}

#enquiry_form .form-block .field.submit {
    padding: 0px;
}
#enquiry_form input[type="submit"], 
#enquiry_form button {
    background: #8BC53E;
    border-color: #8BC53E;
    border-radius: 3px;
    color: #fff;
    padding: 10px 30px;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 600;  
}
#enquiry_form input[type="submit"]:hover, 
#enquiry_form button:hover {
    background: #455C82;
}

/*Homepage Categories*/
.pb-block-type-product_showcase ul.product-box {
    margin: 1px -14px;
}
.pb-block-type-product_showcase ul.product-box li {
    padding: 1px;
}
.pb-block.pb-block-type-product_showcase .product-box .box .title {
    opacity: 1;   
}
.pb-block.pb-block-type-product_showcase.pb-block-id-457 .product-box > li .box .title a {
	font-size: 20px;
    line-height: 22px;
    font-weight: 300;

    padding: 10px 15px 10px;
    border-top: 0px solid #8BC53E;
    opacity: 0.9;
}
.pb-block.pb-block-type-product_showcase.pb-block-id-457 .product-box > li .box:hover .title a {
    padding-bottom: 15px;
    border-top: 3px solid #8BC53E;
}

/**PRE MOBILE**/
.gal-show {
    display: none;
}
/*.gal-show .coltable > .col:first-child {
    background-color: #20252D;
    vertical-align: middle;
    padding: 18px 20px;
}
.gal-show .coltable > .col:last-child {
    background-color: #8BC53E;
    vertical-align: middle;
    text-align: center;
}

.gal-show h1 {
    font-size: 25px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 2px;
}
.gal-show p {
    font-size: 13px;
    line-height: 15px;
    color: #7A8AA5;
    margin: 0;
}
.gal-show a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.gal-show a:hover {
    text-decoration: none;
    background-color: #75B026;
}*/

/******RESPONSIVE OVERRIDE*****/
@media screen and (max-width:1700px) {
    .header .frame,
    .frame.frame-hd {
        width: 1400px;
    }
}
@media screen and (max-width:1600px) {
	.home-cat p{
		font-size: 15px;
	}
	.home-cat-list p{
		padding: 10px 30px;
	}
	.navigation{
		margin-right: 0;
	}
/*
	.section-home-gallery-cat.title::before{
		left: 32%;
	}
*/
	.footer .col-nav .column{
		width: 100%;		
	}
    
    .section-about-awards .pb-column, 
    .section-info-general .pb-column {
        padding: 80px 80px;
    }
    .section-info-pricing .pb-column {
        padding: 80px 80px;
    }
}
@media screen and (max-width:1500px) {
    .header .frame,
    .frame.frame-hd {
        width: 1200px;
    }
    .zulu-product .wrapper-content > .coltable > .col:first-child,
    .zulu-product .wrapper-content > .coltable > .col:last-child {
        padding: 60px;   
    }
}
@media screen and (max-width:1300px) {
    .header .frame,
    .frame.frame-hd {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .zulu-product .wrapper-content > .coltable > .col:first-child,
    .zulu-product .wrapper-content > .coltable > .col:last-child {
        padding: 40px;   
    }
    
    .section-about-awards .pb-column, 
    .section-info-general .pb-column {
        padding: 60px 60px;
    }
    .section-info-pricing .pb-column:first-child {
        padding: 60px 60px;
        width: 60%;
    }
    .section-info-pricing .pb-column:last-child {
        width: 40%;
    }
}
@media screen and (max-width:1200px) {
	.logo{
		min-width: 200px;
	}
	.header > .coltable > .col{
		padding: 0px 20px;
	}
/*
	.section-home-gallery-cat.title::before {
		left: 28%;
	}
*/
	ul.menu > li.tab-31 .menulink{
		margin-left: 0;
	}
	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;
	}
	.section-home-about{
		background-size: cover !important;
	}
	.row-container > .pb-section{
		padding-left: 0;
		padding-right: 0;
	}
	.footer > .coltable > .col {
		padding: 60px 40px;
	}
	.home-cat-list p{
		display: inline-block;
		width: auto;
		border-left: none;
		border-right: 2px solid rgba(255,255,255,0.50);
	}
	.home-cat-list p:first-child{
		border: none;
	}
	.home-cat{
		background-color: #676767;
	}
	.section-home-gallery-cat{
		background-size: cover;
	}
    
    
}
@media screen and (max-width:1100px) {
    .section-about-awards, 
    .section-info-general {
        /*background-position: center !important;*/
        background-color: rgba(40,43,45,0.9);
    }
    .section-info-general .pb-row {
        margin: 0px 0;
    }
    .section-info-pricing .pb-column,
    .section-about-awards .pb-column, 
    .section-info-general .pb-column {
        display: block !important;
        width: 100% !important;
    }
    .section-info-general .pb-column:not(:first-child) {
        background-color: rgba(30,34,40,0);
    }
    .section-info-general .pb-column.col-sm-4:nth-last-child(2) {
        padding-bottom: 10px;
    }
    .section-info-general .pb-column.col-sm-4:last-of-type {
        padding-left: 60px;
        padding-top: 10px;
    }
    .section-info-pricing .pb-column:first-child {
        background: rgba(30,34,40,0.7);   
    }
    .section-info-pricing .pb-column:last-child {
        padding: 0;
        display: none;
        min-height: 0px;
    }
}
@media screen and (max-width:1000px) {
	.section-home-gallery-cat.title::before {
    	left: 23%;
	}
	.section-about-awards,
	.section-about-featured-in,
	.section-contact-contact{
		background-position: top !important;
		background-size: auto !important;
	}
	.section-about-awards .pb-column,
	.section-about-featured-in .pb-column,
	.section-about-book-projects .pb-column,
	.section-info-general .pb-column,
	.section-info-pricing .pb-column,
	.section-contact-contact .pb-column{
		padding: 40px;
		display: block;
		width: 100%;
	}
	.section-about-featured-in .pb-column:not(:first-child),
	.section-about-book-projects .pb-column:not(:first-child){
		width: 50%;
		float: left;
	}
	.section-home-gallery-cat .pb-column{
		width: 50%;
		display: inline-block;
	}
    
    .section-info-pricing .pb-column:first-child {
        padding: 0 !important;
        min-height: 0px;
    }
    .section-info-pricing .pb-column:last-child {
        background-color: rgba(40,43,45,0.7);
        padding: 60px;
    }
    
    .section-info-general .pb-column.col-sm-4:last-of-type {
        padding-left: 40px;
    }
    
    /*Gallery*/
    .horizontal-box .col.col-first {
        padding-right: 0px;
        display: block;
        width: 100%;
    }
    .horizontal-box .col.col-last {
        padding-left: 0px;
        display: block;
        width: 100%;
    }
    
    .sidebox .sidebox-top {
        border-bottom: 0px;
        padding-bottom: 0px;
    }
    .horizontal-box .col.col-last .sidebox,
    .horizontal-box .col.col-last .sidebox-top {
        margin-bottom: 0px;
    }
    .horizontal-box .col.col-last .tag-list {
        margin-top: 18px;
    }
    
    .zulu-product .wrapper-content > .coltable > .col:first-child,
    .zulu-product .wrapper-content > .coltable > .col:last-child {
        width: 100%;
        display: block;
    }
    .gal-show {
        display: block;
    }
    .gal-hide {
        display: none !important;
    }
}
@media screen and (max-width:900px) {
	.header > .coltable > .col{
		width: 100%;
		display: block;
		padding: 0;
	}
	.header > .coltable > .col.col-logo{
		padding-top: 20px;
	}
	.footer .logo{
		max-width: 200px;
		min-height: auto;
	}
	.footer > .coltable > .col{
		width: 100%;
		display: block;
		padding: 30px 40px;
	}	
/*
	.section-home-gallery-cat.title::before{
		left: 20%;
	}
*/
}
@media screen and (max-width:800px) {
	.h2, h2, .h3, h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.section-feature.sf-gift .h2, .section-feature.sf-party .h2 {
		font-size: 32px;
		line-height: 30px;
		color: #8CC63F !important;
	}
	.banner h1, .banner .h1 {
		font-size: 44px;
		line-height: 44px;
		margin: 0 0 5px;
        font-weight: 500;
	}
    .banner h2, .banner .h2 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 200;
        margin: 0;
    }
	.banner .bt {
		transform: scale(0.6,0.6);
	}
	.section-feature.sf-gift {
		background-size: cover;
	}
/*
	.section-home-gallery-cat.title::before {
		left: 8%;
		top: 35px;
	}
*/
	.section-feature.sf-about {
		background-size: contain;
	}
	.section-home-gallery-cat.title::before {
		display: none;
	}
	.section-home-gallery-cat.title p.h2{
		top: 0;
	}
	.section-home-gallery-cat{
		padding: 50px;
		text-align: center;
	}
	.section-home-gallery-cat .button-wrapper{
		text-align: center;
	}
	.section-home-gallery-cat .pb-column{
		width: 100%;
		display: block;
	}
	.section-about-book-projects{
		background-position: top !important;
	}
	.section-about-awards h2, 
	.section-about-featured-in h2, 
	.section-about-book-projects h2, 
	.section-info-general h2, 
	.section-info-pricing h2, 
	.section-contact-contact h2{
		font-size: 40px;
		line-height: 55px;
	}
	.section-home-map .pb-block-content,
	.section-contact-map .pb-block-content{
		margin: 0 !important;
	}
	ul.menu .menulink{
		padding: 40px 20px;
	}
    
    .section-info-general .pb-column:not(:first-child) {
        padding-top: 10px;   
    }
    .section-info-general .pb-block > .pb-block-content,
    .section-info-general h2 {
        margin-bottom: 0;
    }
    .award-list ul li {
        font-weight: 400;   
    }

}
@media screen and (max-width:700px) {
	.home-cat .pb-column:last-child{
		border-left: none;
		border-top: 5px solid #fff;
	}
	.home-cat-list .pb-block-content{
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.home-cat-list p{
		padding: 10px 15px;
		border: none;
	}
	.home-cat .pb-column:first-child p{
		display: block;
		text-align: center !important;
	}
	.section-about-featured-in .pb-column:not(:first-child),
	.section-about-book-projects .pb-column:not(:first-child){
		width: 100%;
	}
	.footer .foot-menu{
		padding-right: 0px;
		padding-bottom: 20px;
	}
	.copyright{
		padding: 20px 40px;
		text-align: center;
	}
    
    .footer .col-logo .logo {
        min-height: auto;
        min-width: 100%;
        max-width: 350px;
        width: 100%;
    }
    
    /*Gallery*/
    .zulu-product h1 {
        font-size: 25px;
        line-height: 26px;
        color: #fff;
        margin-bottom: 2px;
    }
    .zulu-product .product-description p {
        font-size: 13px;
        line-height: 15px;
        color: #7A8AA5;
        margin: 0 0 15px;
    }
    .zulu-product .tag-wrap {
        padding: 15px;   
    }
    .zulu-product .tag-wrap h4 {
        font-size: 16px;
        line-height: 18px;
    }
    
    .zulu-search .body > #wrapper > .wrapper-content > .frame > h1 {
        padding: 8px 22px 10px;
        margin: 0 auto 20px;
        font-size: 20px;   
    }
    
    /*General*/
    h1, .h1 {
        font-size: 35px;
        line-height: 34px;
    }
    
    .section-home-about .col-sm-6 {
        min-height: 0px !important;
    }
    .section-about-awards .pb-column, 
    .section-info-general .pb-column {
        padding: 40px 30px;
    }
    .section-info-pricing .pb-column:last-child {
        padding: 40px 30px !important;
    }
    .section-info-general .pb-column.col-sm-4:last-of-type {
        padding-left: 30px;
    }
}
@media screen and (max-width:615px) {
    /*Gallery*/
    .horizontal-box {
        padding: 20px;   
    }
    .sidebox .sidebox-top {
        font-size: 16px;
        line-height: 18px;
        color: #798599;
    }
    .sidebox .sidebox-top .js-toggle i {
        font-size: 22px;
        position: relative;
        top: -5px;
        color: #354155;
    }
    .search-box .form-block .field:nth-child(1),
    .search-box .form-block .field:nth-child(2) {
        width: 100%;
        display: block;
        float: none;
        padding: 0 0 8px;
    }
}
@media screen and (max-width:600px) {
    .header .frame, .frame.frame-hd {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .header {
        padding: 10px 0;
    }
    .header .logo-wrap {
        text-align: center;
    }
    .navigation {
        width: 100%;
    }
	.navigation .has-icon{
		height: auto;
	}
	.footer {
		text-align: center;
	}
	.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;
	}

    
    .footer .foot-menu.contact > li {
        margin-left: 0px;
    }
    .footer .h4 {
        font-size: 22px;
        margin: 15px 0 5px !important;
    }
    .footer > .coltable > .col:last-child {
        padding-top: 0px;
    }
    
    /*Pagination*/
    .pagination > li > a, .pagination > li > span {
        border: 1px solid #e3e3e3;
        padding: 7px 7px;
        min-width: 30px;
    }
    .pagination > li:first-child > a, 
    .pagination > li:first-child > span,
    .pagination > li:last-child > a, 
    .pagination > li:last-child > span {
        letter-spacing: 1px;
        padding: 7px 8px 7px;
        padding-left: 10px;
        font-size: 12px;
    }
    
    /*General*/
    .section-home-about .pb-column:last-child {
        padding: 40px 40px 40px 40px;
    }
    .pb-block.pb-block-type-product_showcase.pb-block-id-457 .product-box > li .box .title a {
        font-size: 16px;
    }
    
    .banner .sss, .banner .slide, .banner .slide-inner, .banner .slide-image {
        height: 70vh !important;
    }
}
@media screen and (max-width:550px) {
    .product-box li {
        width: 50%;
    }
    .product-box > li .box .title a {
        margin: 0 5px 0 auto;
        font-size: 12px;
        line-height: 14px;
        padding: 6px 10px 5px;
    }
    .zulu-product .wrapper-content > .coltable > .col:first-child, 
    .zulu-product .wrapper-content > .coltable > .col:last-child {
		padding: 25px;
	}
}
@media screen and (max-width:400px) {
    .product-box li {
        width: 100%;
    }   
    
    #enquiry_form .form-block {
        padding: 14px 15px 15px;    
    }
    #enquiry_form .form-block .field {
        margin: 0;
        padding: 3px 0;
    }
    #enquiry_form input, 
    #enquiry_form textarea {
        font-size: 16px;
        line-height: 18px;
    }
    #enquiry_form input[type="submit"], 
    #enquiry_form button {
        width: 100%;
        font-size: 16px;
        line-height: 18px;
        margin-top: 6px;
        padding: 15px;
    }
}