@charset "utf-8";


@import url("fontawesome-free/css/fontawesome-all.min.css");
@import url("framework.css");

/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row0, .row0 a{}
.row1, .row1 a{}
.row2, .row2 a{}
.row3, .row3 a{}
.row4, .row4 a{}
.row5, .row5 a{}


/* Top Bar
--------------------------------------------------------------------------------------------------------------- */

#topbar{padding:20px 0; font-size:.8rem; text-transform:uppercase;}

#topbar ul li{display:inline-block; margin-right:15px;}
#topbar ul li:last-child{margin-right:0; padding-right:0; border-right:none;}
#topbar i{line-height:normal;}
#topbar > div:nth-of-type(2) i{font-size:1rem;}

/* Search Form */
#topbar #searchform{position:relative; line-height:1; z-index:9999;}
#topbar #searchform::after{display:block; height:18px; line-height:18px; padding:0; font-family:"Font Awesome\ 5 Free"; font-weight:900; font-size:1rem; content:"\f002"/* fa-search */;}
#topbar #searchform:hover::after, #topbar #searchform button{cursor:pointer;}
#topbar #searchform > div{position:absolute; top:18px; right:0; width:280px; visibility:hidden; opacity:0/* Required for transition effect */;}
#topbar #searchform:hover > div{visibility:visible; opacity:1/* Required for transition effect */;}
#topbar #searchform form{display:block; position:relative;}
#topbar #searchform form *{border:none;}
#topbar #searchform input{display:block; width:100%; height:36px; padding:8px 40px 8px 10px; font-size:1rem;}
#topbar #searchform ::placeholder{text-transform:capitalize;}
#topbar #searchform button{display:block; position:absolute; top:3px; right:2px; height:30px; font-size:16px; line-height:1;}


/* Header
--------------------------------------------------------------------------------------------------------------- */
#header{}

#header #logo{margin:10px 0 0 0;}
#header #logo h1{margin:0; padding:0; font-size:2.2rem;}


/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
#pageintro{padding:100px 0 400px;}/* 400px => 200px for #introblocks negative margin */

#pageintro article, #pageintro article p{display:block; max-width:75%; margin:0 auto; text-align:center;}
#pageintro article p{max-width:65%; line-height:2rem;}
#pageintro .heading{margin-bottom:20px; font-size:4rem;}
#pageintro footer{margin-top:50px;}


/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container{padding:80px 0;}
.main-title-heading h1, .main-title-heading h2{width: 100%;

text-align: center;

border-bottom: 1px solid
#ddd;

line-height: .1em;

margin: 10px 0 50px;font-size:35px;color:#6F8628;font-weight:bold;}
.main-title-heading{padding: 1.75rem 0;}
.div-left{float:left;}
.div-right{float:right;margin-top:2%}
/* Content */
.container .content{}

.sectiontitle{display:block; max-width:55%; margin:0 auto 80px; text-align:center;}
.sectiontitle *{margin:0;}

/* Introblocks - x3 */
#introblocks{display:block; position:relative; margin:-200px 0 0 0; z-index:1; text-align:center;}/* 280px => 200px + container padding */
#introblocks figure{display:block; position:relative; max-width:348px; text-align:center;}
#introblocks figure figcaption{display:block; position:absolute; bottom:0; width:100%; padding:0 20px;}
#introblocks figure figcaption *{margin:0; padding:0;}
#introblocks figure figcaption div{max-height:0; overflow:hidden; transition:max-height .6s cubic-bezier(0, 1, 0, 1) -.1s;}
#introblocks figure:hover figcaption div{max-height:1200px; transition-timing-function:cubic-bezier(0.5, 0, 1, 0); transition-delay:0s;}
#introblocks figure figcaption .heading{padding:20px 0; font-size:1.2rem; font-weight:700; line-height:1;}
#introblocks figure figcaption div p{padding:0 0 20px 0;}

/* Image Group */
.imgroup{}
.imgroup li{margin-bottom:50px;}
.imgroup li:nth-last-child(-n+3){margin-bottom:0;}/* Removes bottom margin from the last three items - margin is restored in the media queries when items stack */
.imgroup li:nth-child(3n+1){margin-left:0; clear:left;}/* Removes the need to add class="first" */

/* Team Members */
.team{}
.team li:last-child{margin-bottom:0;}/* Used when elements stack in small viewports */
.team figure{display:block; text-align:center;}
.team figure *{margin:0; padding:0;}
.team figure a{}
.team figure img{}
.team figure figcaption{padding:20px 10px; line-height:1;}
.team figure strong{display:block; margin-bottom:8px; font-size:1.4rem; font-weight:400;}
.team figure em{display:block; font-style:normal; font-size:.8rem;}

/* Client Logos */
.clients{text-align:center;}
.clients li{margin-bottom:20px;}
.clients li:nth-last-child(-n+4){margin-bottom:0;}/* Removes bottom margin from the last four items - margin is restored in the media queries when items stack */
.clients li:nth-child(4n+1){margin-left:0; clear:left;}/* Removes the need to add class="first" */

/* Testimonials */
#testimonials{text-align:center;}
#testimonials li:last-child{margin-bottom:0;}/* Used when elements stack in smaller viewports */
#testimonials blockquote{max-width:80%; margin:0 auto 30px; padding:20px; line-height:2rem; font-size:1.2rem;}
#testimonials blockquote::before{top:10px; left:10px;}
#testimonials blockquote::after{display:block; position:absolute; bottom:-15px; left:50%; margin-left:-15px; width:0; height:0; content:""; border:15px solid transparent; border-bottom:none;}
#testimonials figure{}
#testimonials figure *{margin:0; line-height:1;}
#testimonials figure img{margin:0 0 15px 0;}
#testimonials figcaption .heading{font-size:1.2rem; font-weight:700;}
#testimonials figcaption em{font-size:.8rem;}

/* Latest - Blog posts etc. */
#latest{}
#latest > li:last-child{margin-bottom:0;}/* Used when elements stack in small viewports */
#latest article{}
#latest article figure{}
#latest article figure img{}
#latest article .meta{display:block; margin:0 0 30px 0; padding:5px 10px;}
#latest article .meta li{display:block; float:left; width:50%; font-size:.8rem;}
#latest article .meta li:last-child{text-align:right;}
#latest article .meta li i{margin-right:5px;}
#latest article .excerpt{position:relative; margin:0 0 30px 0; padding:0 0 0 65px;}
#latest article .excerpt .heading{margin:0 0 15px 0; font-size:1.2rem;}
#latest article .excerpt time{display:block; position:absolute; top:0; left:0; width:54px;}
#latest article .excerpt time *{display:block; margin:0; padding:0; text-align:center; text-transform:uppercase; font-style:normal; line-height:1;}
#latest article .excerpt time strong{padding:12px 0; font-size:18px; border-bottom:1px solid; opacity:.5;}
#latest article .excerpt time em{padding:8px 0;}
#latest article .excerpt p{margin:0; padding:0;}
#latest article footer{text-align:right;}

/* Comments */
#comments ul{margin:0 0 40px 0; padding:0; list-style:none;}
#comments li{margin:0 0 10px 0; padding:15px;}
#comments .avatar{float:right; margin:0 0 10px 10px; padding:3px; border:1px solid;}
#comments address{font-weight:bold;}
#comments time{font-size:smaller;}
#comments .comcont{display:block; margin:0; padding:0;}
#comments .comcont p{margin:10px 5px 10px 0; padding:0;}

#comments form{display:block; width:100%;}
#comments input, #comments textarea{width:100%; padding:10px; border:1px solid;}
#comments textarea{overflow:auto;}
#comments div{margin-bottom:15px;}
#comments input[type="submit"], #comments input[type="reset"]{display:inline-block; width:auto; min-width:150px; margin:0; padding:8px 5px; cursor:pointer;}

/* Sidebar */
.container .sidebar{}

.sidebar .sdb_holder{margin-bottom:50px;}
.sidebar .sdb_holder:last-child{margin-bottom:0;}


/* Contact Details
--------------------------------------------------------------------------------------------------------------- */
#ctdetails{padding:50px 0;}
#ctdetails ul{}
#ctdetails ul li{}
#ctdetails ul li div{position:relative; min-height:45px; padding:0 0 0 60px; line-height:1;}
#ctdetails ul li div i{position:absolute; top:0; left:0; width:45px; height:45px; line-height:43px; font-size:16px; text-align:center; border:1px solid; border-radius:50%;}
#ctdetails ul li div span{display:block; padding:4px 0 0 0;}
#ctdetails ul li div strong{display:block; margin:0 0 8px 0; text-transform:capitalize;}


/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer{padding:80px 0;}

#footer .heading{margin-bottom:50px; font-size:1.6rem;}

#footer input, #footer button{border:1px solid;}
#footer input{display:block; width:100%; padding:8px;}
#footer button{padding:8px 18px 10px; text-transform:uppercase; font-weight:400; cursor:pointer;}

#footer .linklist li{display:block; margin-bottom:15px; padding:0 0 15px 0; border-bottom:1px solid;}
#footer .linklist li:last-child{margin:0; padding:0; border:none;}
#footer .linklist li::before, #footer .linklist li::after{display:table; content:"";}
#footer .linklist li, #footer .linklist li::after{clear:both;}

#footer .contact{}
#footer .contact.linklist li, #footer .contact.linklist li:last-child{position:relative; padding-left:40px;}
#footer .contact li *{margin:0; padding:0; line-height:1.6;}
#footer .contact li i{display:block; position:absolute; top:0; left:0; width:30px; font-size:16px; text-align:center;}

#footer .latestimg{}
#footer .latestimg > li{display:inline-block; float:left; width:30%; margin:0 0 5% 5%;}
#footer .latestimg > li:nth-last-child(-n+3){margin-bottom:0;}/* Removes bottom margin from the last three items - margin is restored in the media queries when items stack */
#footer .latestimg > li:nth-child(3n+1){margin-left:0; clear:left;}/* Removes the need to add class="first" */
#footer .latestimg > li img{width:100%;}/* Force the image to resize to take the full space - may have to be changed for tablets, depends on personal preference */
#footer .latestimg > li a.imgover{display:block;}


/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright{padding:20px 0;}
#copyright *{margin:0; padding:0;}


/* Transition Fade
This gives a smooth transition to "ALL" elements used in the layout - other than the navigation form used in mobile devices
If you don't want it to fade all elements, you have to list the ones you want to be faded individually
Delete it completely to stop fading
--------------------------------------------------------------------------------------------------------------- */
*, *::before, *::after{transition:all .3s ease-in-out;}
#mainav form *{transition:none !important;}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul, nav ol{margin:0; padding:0; list-style:none;}

#mainav, #breadcrumb, .sidebar nav{line-height:normal;}
#mainav .drop::after, #mainav li li .drop::after, #breadcrumb li a::after, .sidebar nav a::after{position:absolute; font-family:"Font Awesome\ 5 Free"; font-weight:900; font-size:10px; line-height:10px;}

/* Top Navigation */
#mainav{}
#mainav ul{text-transform:uppercase;text-align:center;}
#mainav ul ul{position:absolute; width:180px; text-transform:none; z-index:9999;}
#mainav ul ul ul{left:180px; top:0;}
#mainav li{display:inline-block; position:relative; margin:0 55px 0 0; padding:0;}
#mainav li:last-child{margin-right:0;}
#mainav li li{width:100%; margin:0;}
#mainav li a{display:block; padding:30px 0;}
#mainav li li a{border:solid; border-width:0 0 1px 0;}
#mainav .drop{padding-left:15px;}
#mainav li li a, #mainav li li .drop{display:block; margin:0; padding:10px 15px;}
#mainav .drop::after, #mainav li li .drop::after{content:"\f0d7";}
#mainav .drop::after{top:35px; left:5px;}
#mainav li li .drop::after{top:15px; left:5px;}
#mainav ul ul{visibility:hidden; opacity:0;}
#mainav ul li:hover > ul{visibility:visible; opacity:1;}

#mainav form{display:none; width:100%; margin:0; padding:0;}
#mainav form select, #mainav form select option{display:block; cursor:pointer; outline:none;}
#mainav form select{width:100%; padding:5px; border:none;}
#mainav form select option{margin:5px; padding:0; border:none;}

/* Breadcrumb */
#breadcrumb{padding:150px 0 30px;}
#breadcrumb ul{margin:0; padding:0; list-style:none; text-transform:uppercase;}
#breadcrumb li{display:inline-block; margin:0 6px 0 0; padding:0;}
#breadcrumb li a{display:block; position:relative; margin:0; padding:0 12px 0 0; font-size:12px;}
#breadcrumb li a::after{top:4px; right:0; content:"\f0da";}
#breadcrumb li:last-child a{margin:0; padding:0;}
#breadcrumb li:last-child a::after{display:none;}
#breadcrumb .heading{margin:0; font-size:2rem;}

/* Sidebar Navigation */
.sidebar nav{display:block; width:100%;}
.sidebar nav li{margin:0 0 3px 0; padding:0;}
.sidebar nav a{display:block; position:relative; margin:0; padding:5px 10px 5px 15px; text-decoration:none; border:solid; border-width:0 0 1px 0;}
.sidebar nav a::after{top:10px; left:5px; content:"\f0da";}
.sidebar nav ul ul a{padding-left:35px;}
.sidebar nav ul ul a::after{left:25px;}
.sidebar nav ul ul ul a{padding-left:55px;}
.sidebar nav ul ul ul a::after{left:45px;}

/* Pagination */
.pagination{display:block; width:100%; text-align:center; clear:both;}
.pagination li{display:inline-block; margin:0 2px 0 0;}
.pagination li:last-child{margin-right:0;}
.pagination a, .pagination strong{display:block; padding:8px 11px; border:1px solid; background-clip:padding-box; font-weight:normal;}

/* Back to Top */
#backtotop{z-index:999; display:inline-block; position:fixed; visibility:hidden; bottom:20px; right:20px; width:36px; height:36px; line-height:36px; font-size:16px; text-align:center; opacity:.2;}
#backtotop i{display:block; width:100%; height:100%; line-height:inherit;}
#backtotop.visible{visibility:visible; opacity:.5;}
#backtotop:hover{opacity:1;}


/* Tables
--------------------------------------------------------------------------------------------------------------- */
table, th, td{border:1px solid; border-collapse:collapse; vertical-align:top;}
table, th{table-layout:auto;}
table{width:100%; margin-bottom:15px;}
th, td{padding:5px 8px;}
td{border-width:0 1px;}


/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery{display:block; width:100%; margin-bottom:50px;}
#gallery figure figcaption{display:block; width:100%; clear:both;}
#gallery li{margin-bottom:30px;}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Colours
--------------------------------------------------------------------------------------------------------------- */
body{color:#A5A6AA; background-color:#BFC0C4 !important;width:1400px;margin:0 auto !important;background:#fffff}
a{color:#6F8628;font-weight:bold;}
a:active, a:focus{background:transparent !important;}/* IE10 + 11 Bugfix - prevents grey background */
hr, .borderedbox{border-color:#D7D7D7;}
label span{color:#FF0000; background-color:inherit;}
input:focus, textarea:focus, *:required:focus{border-color:#B946AD !important;}

.overlay{color:#FFFFFF; background-color:inherit;/*height:665px;*/}
.overlay::after{color:inherit; background-color:rgba(0,0,0,.55);}
.overlay.light{color:#474747;}
.overlay.light::after{background-color:rgba(255,255,255,.7);}

.coloured{color:#FFFFFF; background-color:#6F8628;}
.coloured .btn, .coloured .btn.inverse:hover{color:#FFFFFF; background-color:#161C21; border-color:#161C21;}

.btn, .btn.inverse:hover{color:#FFFFFF; background-color:#6F8628; border-color:#6F8628;}
.old-price{color:
#999898;

text-decoration: line-through;}
.btn:hover, .btn.inverse{color:inherit; background-color:transparent; border-color:inherit;}

.imgover:hover::before{ background-color:#6F8628;opacity:0.5;}
.imgover, .imgover:hover::after{color:#FFFFFF;}

.heading.underline::after{background-color:#6F8628;}
.heading.text-left{font-size: 25px;

text-shadow: 2px 2px #c0c0c0;}

/* Rows */
.row0{color:#FFFFFF; background-color:#6F8628;}
.row1{color:#FFFFFF; /*background-color:rgba(0,0,0,.75);background:#09099A;*/background:#6F8628;}
.row2{color:#474747; background-color:#F4F4F4;}
.row3{color:#474747; background-color:#FFFFFF;box-shadow: 3px 1px 34px aliceblue;}
.row4{color:#fff; background-color:#212121;}
ul.nospace.linklist li a{color:#fff;}
.row5, .row5 a{color:#fff; background-color:#6F8628;}

/* additional */
.text-center{text-align: center !important;/*margin:0 auto;*/}
.align-items-center{align-items: center !important;}
.mb-2{margin-bottom: .5rem !important;}

.col-3{flex: 0 0 25%;

max-width: 25%;}
.img-fluid{max-width: 80%;

/*height: 330px !important;margin-bottom:10%;

    /* filter: url(filters.svg#grayscale); Firefox 3.5+ 
      filter: gray; /* IE5+ 
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .8s ease-in-out;  
    }
.feature_block img{border: 5px solid #6F8628;}
.img-fluid:hover {
    /*filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);*/
	  background:green;
	  color:green;
	   -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
    }
.col-9{flex: 0 0 77%;

max-width: 65%;}
.row{display: flex;


flex-wrap: wrap;

/*margin-right: -15px;

margin-left: -15px;*/}
.col-9 p.h4 a{color:#EE9B11;
font-weight: bold;font-size:20px;} 
.col-xl-5{flex: 0 0 50.667%;
max-width: 49.667%;}
.mb-2{margin-bottom: .5rem !important;}
.main-title-heading span{background:
#fff;

padding: 0 20px;}
.bgded{/*background:#6F8628;*/}
/* Top Bar */
#topbar #searchform{color:#B946AD;}
#topbar #searchform:hover{}
#topbar #searchform input{color:#FFFFFF; background:#A032AB;}
#topbar #searchform button{color:#FFFFFF; background:transparent;}


/* Header */
#header #logo h1 a{color:inherit;}


/* Page Intro */
#pageintro{color:#FFFFFF;}


/* Content Area */
#introblocks figure figcaption{color:#FFFFFF; background-color:rgba(0,0,0,.55);}

.imgroup article a{color:inherit;}
.imgroup article:hover a{color:#B946AD;}

.team figure{box-shadow:0px 0px 15px rgba(0,0,0,.1);}
.row p{line-height: 35px;text-align:justify;}
.prod ul li{line-height:50px;}
.cms-content{width: 60%;

float: left;

text-align: justify;

margin-right: 5%;

line-height: 35px;}
.right.spl{width: 35%;

float: right;

margin-top: -7%;
border:5px solid #6F8628;
box-shadow: 8px 8px 8px 2px;}
.float-left{float:left;width:15%;}
.line{margin-bottom: 20px;

}
.s-12{margin-bottom:25px;}
button.submit-form{background-color:#6F8628;padding:15px;color:#fff;border-radius:16px;color:#fff;}
.text-uppercase{text-transform: uppercase;

line-height: 1;}
.margin-bottom-30{margin-bottom: 30px !important;

display: block;}
i.icon-circle-small{border-radius: 60px;

display: block;

font-size: 1.1rem;

height: 60px;

line-height: 60px;

margin-bottom: 0.625rem;

text-align: center;

width: 60px;}
.background-primary, .primary-color-primary .background-primary{/*background-color: #49BF4C !important;*/}
.icon-placepin::before{content: "\f031";}
.icon-paperplane_ico::before{content: "\f01d";}
.icon-smartphone::before{content: "\f034";}
form.customform input, form.customform textarea, form.customform select{background:
rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
border: 1px solid
#fff;
    border-left-color: rgb(255, 255, 255);
    border-left-style: solid;
    border-left-width: 1px;
font-size: 12px;
padding: 0.625rem;
width: 100%;}
.margin-left-80{margin-left: 80px !important;}
.margin{margin: 0 -0.625rem;}
.l-6{width: 50%;}
form.customform input, form.customform textarea, form.customform select{background:
rgba(0, 0, 0, 0.03) none repeat scroll 0 0;

border: 1px solid
#fff;

font-size: 12px;

padding: 1.625rem;

width: 100%;}
.s-12{width:100%;}
.l-4{width: 33.3333%;}
.team figure:hover{color:#FFFFFF; background-color:#6F8628;}

#testimonials blockquote{color:#FFFFFF; background-color:rgba(255,255,255,.5);}
#testimonials blockquote::before{color:rgba(0,0,0,.2);}
#testimonials blockquote::after{border-top-color:rgba(255,255,255,.5);}
#testimonials:hover blockquote{color:#474747; background-color:rgba(255,255,255,1);}
#testimonials:hover blockquote::before{color:rgba(0,0,0,.05);}
#testimonials:hover blockquote::after{border-top-color:rgba(255,255,255,1);}
.prod{width:100%;height:370px;}
.prod.spl{height:455px;}
.bgnone{line-height:35px;}
.prod h2{color:#6F8628;font-weight:bold;font-size:25px;margin-bottom:20px;}
.prod a{width: 15%;

height: 55px;

background:
#6F8628;

padding: 15px;

color:
#fff;

border-radius: 8px;}
.prod-left{float:left;width:22%;}
.prod-right{float:right;width:75%;margin-left:1%;}
.prod-left img{border:5px solid #6F8628;}
.prod-right ul,.prod1-left ul{margin-left: -28px !important;line-height:35px;}
.prod-right ul li{line-height:35px;}
.prod1-left{float:left;width:70%;}
.prod1-left h3,.prod-right h3{color:#6F8628}
.prod1-right{float:right;width:25%;border:5px solid #6F8628;}
/* Latest */
#latest article .meta, #latest article .meta *{color:#FFFFFF; background-color:#161C21;}
#latest article .excerpt time{color:#474747; background-color:#F3F3F3;}
#latest article .excerpt time strong{border-color:rgba(0,0,0,.2);}
/*table */
.mt-4{margin-top: 1.5rem !important;}
.price{margin-bottom: 30%;}
.table{width: 100%;

margin-bottom: 1rem;

color:
#212529;}
.table-responsive{display: block;

width: 100%;

overflow-x: auto;}
.table-bordered{border: 1px solid #dee2e6;}

.table-striped tbody tr:nth-of-type(2n+1){background-color: rgba(0,0,0,.05);}
.table-bordered td{border: 1px solid #dee2e6;}
.table-sm td{padding: .3rem;}
.col-md-6{flex: 0 0 50%;

max-width: 50%;float:left;}
.col-right img{border: 5px solid #6F8628;height:500px;}
.col-md-6 h2{color:#EE9B11;font-weight:bold;}
.print h2{text-align: center;color:#6F8628;font-weight: bold;}
.col-md-4{flex: 0 0 33.333333%;

max-width: 31.333333% !important;margin-right:2%;}

/* Contact Details */
#ctdetails ul li div a{color:#FFFFFF;}
#ctdetails ul li div a i{color:rgba(255,255,255,.5); border-color:rgba(255,255,255,.5);}
#ctdetails ul li div:hover a i{color:inherit; border-color:rgba(255,255,255,1);-webkit-transform: rotate(360deg);
          transform: rotate(360deg);}
#ctdetails ul li div strong{color:#FFFFFF;}


/* Footer */
#footer .heading{color:#FFFFFF;}
#footer hr, #footer .borderedbox, #footer .linklist li{border-color:rgba(255,255,255,.1);}

#footer input, #footer button{border-color:transparent;}
#footer input{color:#474747; background-color:rgba(255,255,255,1);}
#footer input:focus{border-color:#B946AD;}
#footer button{color:#FFFFFF; background-color:#6F8628;}
#footer button:hover{color:inherit; background-color:transparent; border-color:inherit;}


/* Navigation */
#mainav{}
#mainav li a{color:inherit;}
#mainav .active a, #mainav a:hover, #mainav li:hover > a{color:#EE9B11;; background-color:inherit;font-weight: bold;}
#mainav li li a, #mainav .active li a{color:#FFFFFF; background-color:#6F8628;/* #B946AD */ border-color:#6F8628;}
#mainav li li:hover > a, #mainav .active .active > a{color:#FFFFFF; background-color:#EE9B11;}
#mainav form select{color:#474747; background-color:#FFFFFF;}

#breadcrumb a{color:inherit; background-color:inherit;}
#breadcrumb li:last-child a{color:#B946AD;}

.container .sidebar nav a{color:inherit; border-color:#D7D7D7;}
.container .sidebar nav  {color:#B946AD;}

.pagination a, .pagination strong{border-color:#D7D7D7;}
.pagination .current *{color:#FFFFFF; background-color:#B946AD;}

#backtotop{color:#FFFFFF; background-color:#6F8628;}

a.disabled {
  pointer-events: none;
  cursor: default;
}
.btn-success{/*color:#fff !important;*/}
/* Tables + Comments */
table, th, td, #comments .avatar, #comments input, #comments textarea{border-color:#D7D7D7;}
th{color:#FFFFFF; background-color:#373737;}
tr, #comments li, #comments input[type="submit"], #comments input[type="reset"]{color:inherit; background-color:#FBFBFB;}
tr:nth-child(even), #comments li:nth-child(even){color:inherit; background-color:#F7F7F7;}
table a, #comments a{background-color:inherit;}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport{width:device-width;}


/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:1140px){
	.hoc{max-width:1140px;}
}

@media screen and (min-width:978px) and (max-width:1140px){
	.hoc{max-width:95%;}
}


/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:978px){
	.hoc{max-width:90%;}

	#topbar{}

	#header{padding:30px 0;}
	#header #logo{margin-top:0;}

	#mainav{}
	#mainav ul{display:none;}
	#mainav form{display:block; margin-top:2px;}

	#breadcrumb{}

	.container{}
	#comments input[type="reset"]{margin-top:10px;}
	.pagination li{display:inline-block; margin:0 5px 5px 0;}

	#footer{}

	#copyright{}
	#copyright p:first-of-type{margin-bottom:10px;}
}

@media screen and (max-width:750px){
	.imgl, .imgr{display:inline-block; float:none; margin:0 0 10px 0;}
	.fl_left, .fl_right{display:block; float:none;}
	.group .group > *:last-child, .clear .clear > *:last-child, .clear .group > *:last-child, .group .clear > *:last-child{margin-bottom:0;}/* Experimental - Needs more testing in different situations, stops double margin when stacking */
	.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:block; float:none; width:auto; margin:0 0 30px 0;}

	#topbar{text-align:center;}
	#topbar > div:first-of-type ul{margin:0 0 10px 0;}
	#topbar #searchform{display:none;}/* This is personal preference - remove if not required */

	#header{text-align:center;}
	#header #logo{margin:0 0 15px 0;}

	#pageintro article, #pageintro article p{max-width:none;}
	#pageintro .heading{font-size:2rem;}

	.sectiontitle{max-width:none;}
	
	#introblocks > ul{margin:0 auto 80px;}
	#introblocks > ul, #latest article{max-width:348px;}/* Restrict the width to the one_third grid element */
	.team figure{max-width:300px;}/* Restrict the width to the image width */
	#introblocks > ul > li, .imgroup li:nth-last-child(-n+3){margin-bottom:50px;}
	.clients li:nth-last-child(-n+4){margin-bottom:20px;}
	#introblocks > ul > li:last-child, .imgroup li:last-child, .clients li:last-child{margin-bottom:0;}

	#footer{padding-bottom:50px;}/* Not needed - just looks better */
	#footer .latestimg > li, #footer .latestimg > li:nth-last-child(-n+3){display:inline-block; float:none; width:auto; margin:0 5% 5% 0;}
	#footer .latestimg > li:last-child{margin-bottom:0;}
	#footer .latestimg > li img{width:auto;}
}

@media screen and (max-width:450px){
	#topbar > div:first-of-type ul li{display:block; margin:0;}

	#latest article .excerpt{padding:0;}
	#latest article .excerpt time{display:none;}
	#latest article footer{text-align:left;}
}

/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:650px){
	.scrollable{display:block; width:100%; margin:0 0 30px 0; padding:0 0 15px 0; overflow:auto; overflow-x:scroll;}
	.scrollable table{margin:0; padding:0; white-space:nowrap;}

	.inline li{display:block; margin-bottom:10px;}
	.pushright li{margin-right:0;}

	.font-x2{font-size:1.6rem;}
	.font-x3{font-size:1.8rem;}
}