/*
 * Globals
 */

html,
body,
button,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    overflow-x: hidden;
}

h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    font-family: 'Oswald', muli, open-sans;
}

h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    font-family: 'Oswald', muli, open-sans;
} 

h3 {
    font-size: 20px;
    font-weight: 700;

}

h4 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1em;
    text-transform: uppercase
}

h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 10px
}

/** General */
ul {
	padding-bottom:30px;
}
.main-pad {
	margin-left:5%;
	margin-right:5%;
}
.hide-mob {
	padding-left: 5px;
    padding-right: 5px;
}
p {
	padding-bottom:20px;
}
.content-section{
    max-width: 800px;
    padding-left: 20px;
    padding-right: 20px;
	width:100%;
}

.content-section h3 {
    margin-bottom:20px;
    margin-top:20px;
}

.content-section p a {
    color:#1c1c1c;
}

#licence-table td, th {
    font-size: 15px;
    border: 1px solid #ffdd00;
    padding: 1em 0;
}

#licence-table {
    border-collapse: collapse;
    border: 1px solid #ffdd00;
}

.lower-background-image {
	min-height: 325px;
    width: 100%;
    margin-top: -275px;
	margin-bottom:40px;
		background-size:cover;
	background-position:center;
}

.qanda {
    color: #a79e95;
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-right: 10px;
}
.yellow {
	color:#a79e95;
	background-color:#a79e95 !important;
}
.center {
	justify-content: center;
	align-items:center;
    text-align:center;
}

.flex-row {
	display:flex;
	flex-direction:row;
}

.flex {
	display:flex;
}

.row {
	flex-direction: row;
}
.column{
	flex-direction: column;
}

body {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	margin-top:60px;
}

p a{
	text-decoration:underline;
	color:#fff;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	color:#a79e95;
    text-decoration:none;
	
}
.full {
	width:100%;
}

.tall-divider {
	background-color: #a79e95;
	width:2px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.small-divider {
	background-color: #a79e95;
	width:20px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.home-title{
font-family:'Open Sans', sans-serif;	
}


/*
 * Header text section
 */
 
 .header-text {
	 margin-top:-175px;
	 background:#fff;
 }
 
/*
 * Hero section
 */
 .hero-main {
	 min-height:30vh !important;
 }
 
.hero-row {
	flex:1;
	min-height:55vh;
	background-size:cover;
	background-position:center;
	justify-content: center;
	flex-direction: column;
    display: flex;
}

 
.hero-title {
	font-size:42px;
	padding-bottom:40px;
	padding-top:40px;
	max-width:800px;
}
 
.hero-desc {
	font-size:20px;
	color:#fff;
    padding-bottom: 40px;
}

/*
 * Testimonial section
 */
 
 .testimonial-container {
     color:#1c1c1c;
	 flex:1;
 }

 .testimonial .home-title {
    color: #1c1c1c;
 }

.testimonial-image {
	display:none;
	    height: 150px;
    width: 150px;
    background-size: cover;
    border-radius: 50%;
    border: 3px solid #a79e95;
	margin-left:30px;
	margin-right:30px;
	flex:1;
	max-width: 150px;
}

.quote-mark {
	font-size:72px;
	color:#ebbe2d;
}

.quote{
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
	font-family:'Open Sans', sans-serif;
}

.quote-by {
padding-top:20px;
padding-bottom:10px;
	font-weight: 500;
		text-transform:uppercase;
}

.quote-info {
		font-weight: 600;
		text-transform:uppercase;
		font-family:'Open Sans', sans-serif;
	justify-content: center;
}

/*
 * Review section
 */

 .reviews-container {
     display:flex;
     align-items:center;
     justify-content: center;
     width:100%;
 }
.reviews {
    position:relative;
    max-width:1040px;
    display:flex !important;
    width:100%;
}
.review {
    display:flex;
    margin:20px;
    padding:20px;
    flex-direction: column;
    text-align:center;
}

.rating {
    width:150px;
    height:auto;
    margin-top:20px;
    margin-bottom:20px;
    margin-left: auto;
    margin-right: auto;
}

.review-author {
    font-weight:500;
}
/*
 * Box section
 */
.box-list {
	 margin:10px;
	 font-size:20px;
 }

.box-row {
	display:flex;
	flex-direction:row;
    flex-wrap:wrap;
	    margin-left: 6%;
    margin-right: 6%;
	margin-top: -200px;
    justify-content: center;
}

.box-marg {
	    margin-left: 30px;
    margin-right: 30px;
}


.box {
	padding-bottom:20px;
    border-radius:20px;
	max-width:800px;
    min-width:350px;
	background:#1a2235;
	margin:20px;
	display: flex;
    flex-direction: column;
    flex: 1;
	  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.box:hover {
	    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.box-title h3 {
	padding-top:20px;
	font-size: 1.5rem;
}
.box-image {
	height:150px;
	width:100%;
	background-size:cover;
	background-position:center;
	margin-bottom:20px;
}
.box-desc {
	font-size:16px;
    padding-top:20px;
}

.box-div {
margin:20px !important;
margin-left: 30px !important;
}

.box-section-row {
	flex:1;
	min-height:55vh;
	background-size:cover;
	background-position:center;
	justify-content: center;
	flex-direction: column;
    display: flex;
	padding-bottom:100px;
}

.box-testimonial-container {
	    margin-left: 20px;
    margin-right: 20px;
	    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}
.box-quote {
	font-size: 24px;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
	width:100%;
}

.box-quote-lower {
	    display: flex;
    flex-direction: row;
	    width:100%;
}
/*
 * FAQ section
 */
 
 .faq-arrow {
	 position: absolute;
    right: 0;
	    top: 50%;
    padding: 20px;
    height: 30px;
	-webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
 }
 
  .contact-arrow {
    height: 30px;
	-webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
	position: relative;
    margin-top: 20px;
 }
  .accord.active .contact-arrow {
-webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
 }
 
 .accordion h3 {
	 padding-right:40px;
 }
 
 .faq:hover {
	 -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
 }
 
 .accord.active .faq-arrow {
-webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
 }
 
 .faq-container {
	 flex-direction:column;
	 	margin-top: -200px;
		margin-left: auto;
    margin-right: auto;;
	padding-bottom: 40px;
	max-width:850px;
 }
 
 .faq {
	 color:#ffffff;
	 width:100%;
	 max-width:800px;
     border-radius:20px;
	background:#1a2235;
	margin:10px;
	display: flex;
    flex-direction: column;
    flex: 1;
	  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
 }
 
/*
 * Footer section
 */

footer {
	background:#1a2235;
}

#footer_menu ul {
	list-style:none !important;
}
#footer_menu ul li{
	padding-bottom:10px;
}
#footer_menu ul li a {
	text-decoration:none;
}

 .info {
	 margin:10px;
 }
.contact-info {
	display:flex;
	align-items:center;
	    padding-left: 20px;
}

.footer-right {
	right:0;
	position:absolute;
}

.footer-left{
	display:flex;
	flex-direction:row;
}
.footer-bottom {
	flex-direction: row;
    display: flex;
    padding-top: 10px;
	padding-bottom:10px;
    margin-left: 6%;
    margin-right: 6%;
	position:relative;
}
/** Contact form */

.contact-drop {
	display: flex;
    flex-direction: column;
    align-items: center;
	padding: 0 !important;
}

.contact-details {
    width: 590px;
    padding-bottom: 20px;
	    display: flex;
    align-items: center;
    justify-content: center;
		flex-direction:row;
}
.contact-text {    
position: absolute;
top: -5px;}

.contact-row {
	display:flex;
	flex-direction:row;
}
.contact-field {
	margin: 10px;	
	width: 100%;
	    display: flex;
    justify-content: center;
}
.contact-field1 {
	margin: 10px;	
	width: 100%;
}
.contact-field:hover {
	    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
	font-size:14px;
}
.wpcf7-text {
	width:100%;
	    border-bottom: 2px solid #a79e95;
    border-left: 0;
    border-right: 0;
    border-top: 0;
	height:24px;
}
.wpcf7-textarea {
	width:100%;
	border:2px solid #a79e95;
}

.wpcf7-submit {
	padding: 15px 30px;
    color: #1c1c1c;
	border-radius:4px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-family:'Open Sans', sans-serif;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	background-color:#92d36e;
	margin-bottom:10px;
	margin-top:10px;
	    border-width: 0;
    border-style: none;
    border-color: none;
    border-image: none;
}

.wpcf7-submit:hover {
	background-color:#ebbe2d;
	    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);

}


.cf-field {
	width:100%;
	position:relative;
}
.label {
	width:100%;
}

/** Contact Page */
 .address-line {
	 display:flex;
	 align-items:center;
	 padding-top:5px;
	 padding-bottom:5px;
 }

/*
 * Accordion
 */
.accord {
    cursor: pointer;
    padding: 15px;
    transition: 0.3s;
	position: relative;
}

.accordion {
	color:#fff;
    cursor: pointer;
    padding: 15px;
    /* width: 100%; */
    /* border: 2px solid #a79e95; */
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.3s;
    margin: 4px;
	display: flex;
    align-items: center;
    height: 50px;
	flex-direction:row;
	position: relative;
}

.active1:after {
    content: "-"; /* Unicode character for "minus" sign (-) */
	color:#a79e95;
}
.pane {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.panel {
    padding: 0 18px;
    background-color: #1a2235;;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
	color:#fff;
    border-radius:20px;
}
 
 .col-content {
    display: flex;
    flex-direction: column;
padding:20px;
}


  .col-1 {
flex: 1;
height:auto;
display: flex;
}


.background-image {
	background-size:cover !important;
	background-position:center !important;
}

.call-box{
background: #1a2235;
color:#ffffff;
    position: fixed;
    right: 0;
    bottom: 10px;
    display: flex;
    align-items:center;
    flex-direction: row;
    width: 250px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 4px solid #1a2235;
}

.call-box img {
    width:80px;
    height:80px;
    margin-right: 10px;
}

.misc-cont {
    max-width:800px; margin:0 auto; padding-bottom:80px; padding-top:80px; padding-left:20px; padding-right:20px; color:#000;
}
.misc-cont a {
    color:#ebbe2d;
}

.misc-cont h2 {
    color:#000;
}
 /*
 * end new
 */


@media screen and (max-width: 960px) {
	.flex-row {
	flex-direction:column;
}
.flex-upper {
	height:300px
}
.site-footer {
 flex-direction:column;
}
.footer-logo {
	 margin-left:5%;
}
.home-title {
	padding-top:10px;
}
.flex-row {
	flex-direction:column;
}
.box-row {
    margin-left: 0;
    margin-right: 0;
}
}

	
@media screen and (max-width: 500px) {
    h1 {
        font-size: 36px
    }
}



.divider {
	 width: 100px;
    height: 2px;
    background-color: #a79e95;
	margin-top:30px;
	margin-bottom:30px;
}


.no-button {
	padding-top:20px;
}


.button {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    color: #ffffff;
	border-radius:10px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    font-family:'Open Sans', sans-serif;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	background-color:#e89b00;
	margin-bottom:20px;
	margin-top:20px;
}

.button:hover {
    color: #ffffff;
	-webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
	background-color:#edb139;
	    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor:pointer;
}

.button.transparent {
    border-color: #fff
}

.button.transparent:hover {
    background-color: #1c1c1c;
    color: #ebbe2d;
}


.button.margin-right {
    margin-right: 20px
}

@media screen and (max-width: 600px) {
    .button {
        width: 100%
    }
    .button.margin-right {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.white, .white h3, .white h2, .white h4, .white h5, .white a {
    color: #1c1c1c;
}

.dark {
    background-color:#1c1c1c;
}


@media screen and (max-width: 960px) {
	.flex-row {
	flex-direction:column;
}
.flex-upper {
	height:300px
}
.site-footer {
 flex-direction:column;
}
.footer-logo {
	 padding-left:20px;
}
.box-row {
	flex-direction:column;
}
}

.content-container {
	margin-left:6%;
	margin-right:6%;	
	padding-top: 40px;
    padding-bottom: 40px;

}

.large-box {
    min-width:400px;
}

footer ul li {
    list-style:none;
}
/*
 * Menu
 */
.header {
    position: fixed;
    display: block;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
	background-color: #1a2235;
    z-index: 1001;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.header .inner {
    position: relative;
    display: block;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	
}


.header .inner .logo img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 180px;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.footer-wrapper {
	background-color:#7a7a7a;
		z-index: 9999;
    position: relative;
}

#footer {
    position: relative;
    z-index: 20;
    -webkit-box-shadow: 3px -3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 3px -3px 5px rgba(0, 0, 0, 0.2);
}
footer {
	color:#fff;    
	z-index: 20;
    position: relative;
}
footer a {
	 color:#fff;
 }

.terms {
	display:flex;
		align-items: center;
		min-width:160px;
		padding:20px;
		color: #1c1c1c;
}
.terms a{
	color:#fff;
}

.company-info {
		display:flex;
		align-items: center;
		padding:20px;
		color:#fff;
}
	
.header .inner .nav {
    position: relative;
    float: right;
    height: 100%;
    width: auto;
	display: flex;
    align-items: center;
}

@media only screen and (max-width: 1350px) {
    .header .inner .nav {
        display: none
    }
}

.header .inner .nav ul {
    position: relative;
    display: block;
    height: 100%
}

.header .inner .nav ul li {
    float: left;
    height: 100%;
	padding-top: 25px;
}

.header .inner .nav ul li a {
	color: #ffffff;
    display: block;
    height: 100%;
    padding: 0 20px;
    font-size: 14px;
    line-height: 60px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header .inner .nav ul li a:hover {
    color: #a79e95;
}

.header .inner .nav ul li a.active {
text-decoration:underline;
}

.header.solid {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2)
}

.header.solid .inner {
    border-bottom-color: transparent
}


.header.solid .inner .logo .color {
    opacity: 1
}

.header.solid .inner .nav ul li a {
    color: #ffffff;
}

.header.solid .inner .nav ul li a:hover {
    color: #ebbe2d
}

.header.solid .inner .nav ul li a.active {
   text-decoration:underline;
    color: #ffffff;
}

.header.solid .burger .icon {
    background-color: #a79e95;

}
@media only screen and (min-width: 1350px) {
	.header {
		height:90px;
	}
}

@media only screen and (max-width: 1350px) {
    .header.mobile-menu-active {
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    }
    .header.mobile-menu-active .inner {
        border-bottom-color: transparent
    }
    .header.mobile-menu-active .inner .logo .white {
        opacity: 0
    }
    .header.mobile-menu-active .inner .logo .color {
        opacity: 1
    }
}

.header .burger {
    position: absolute;
    display: none;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media only screen and (max-width: 1350px) {
    .header .burger {
        display: block
    }
#cssmenu ul li > ul li {
	display:none;
}
}
.header .burger:hover {
    cursor: pointer
}

.header .burger .icon {
    position: relative;
    display: block;
    height: 2px;
    width: 28px;
    background-color: #a79e95;
    margin-bottom: 6px;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header .burger .icon:last-of-type {
    margin: 0
}

.header .burger.active .icon {
    background-color: #a79e95;
    opacity: 0
}

.header .burger.active .icon:first-of-type {
    -webkit-transform: rotate(-45deg) translateX(-11.3px) translateY(0px);
    -ms-transform: rotate(-45deg) translateX(-11.3px) translateY(0px);
    transform: rotate(-45deg) translateX(-11.3px) translateY(0px);
    opacity: 1
}

.header .burger.active .icon:last-of-type {
    -webkit-transform: rotate(45deg) translateX(-11.3px) translateY(0px);
    -ms-transform: rotate(45deg) translateX(-11.3px) translateY(0px);
    transform: rotate(45deg) translateX(-11.3px) translateY(0px);
    opacity: 1
}

.mobile-menu {
    position: fixed;
    display: none;
    left: 0;
	top: 0;
	height: 100%;
    width: 100%;
    background-color:#1a2235;
    z-index: 99;
    text-align: center
}


.mobile-menu ul {
    display: block;
    width: 80%;
    margin: 0 auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
	list-style:none;
	margin-top: 180px;
}

.mobile-menu ul li a {
    position: relative;
    display: block;
    padding: 15px 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 2px solid #a79e95;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration:none;
}

.mobile-menu ul li a:hover {
    color: #ebbe2d
}

.mobile-menu ul li:first-of-type a {
    border: none
}

.mobile-menu.active ul {
    opacity: 1
}

.mob-call {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    display:flex;
}

/* 
.current_page_item {
	border-bottom:solid !important;
}
 */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/*
 *Mobile Menu
 */
#cssmenu {
	display: block;
	padding: 0;
	width: auto;
}

#cssmenu :last-of-type {
	border: none;
}

#cssmenu > ul {
	list-style: inside none;
	padding: 0;
	margin: 0;
}
#cssmenu > ul > li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	border-right: solid 2px;
	border-color: #a79e95;
}
#cssmenu > ul > li > a {
	outline: none;
	display: block;
	padding: 5px 30px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif; 
}
#cssmenu > ul > li > a:hover {
	
}


#cssmenu > ul > li.has-sub:hover > a:before {
	top: 19px;
}
#cssmenu ul li.has-sub:hover > a {
	z-index: 999;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
	display: block;
}

#cssmenu ul li > ul,
#cssmenu ul li > div {
	display: none;
	width: 300px;
	height: auto;
	position: absolute;
	padding: 10px 0;
	background-color:#fff;
	z-index: 999;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
#cssmenu ul li > ul {
	position: absolute;
	background-color:#a79e95;
}
#cssmenu ul li > ul li {
	display: block;
	list-style: inside none;
	padding: 10px;
	margin: 0;
	position: relative;
	width:100%;
	color:#444;
    border-bottom:1px solid;
}

#cssmenu ul li > ul li:first-child {
    padding-top:0;
}

#cssmenu ul li > ul li:last-child {
    padding-bottom:0;
}

#cssmenu ul li > ul li:hover {	
text-decoration:underline;
}
	
#cssmenu ul li > ul li a {
	outline: none;
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 20px;
	font: 10pt;
	color: #4c4c4c;
	text-transform: none;
}


#cssmenu > ul > li.has-sub > a:hover:before {
	border-top: 5px solid #ffffff;
}

#menu-item-247 {
border-right: none !important;
}
/*
 *mobile page-menu
 */
 .page-nav {
	 display:none;
 }
 	.page-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 22;
    top: 0;
    left: 0;
    background-color:#fff;
    overflow-x: hidden;
    transition: 0.3s;
}
.page-menu-content {
    position: relative;
    top: 80px;
    width: 100%;
    margin-top: 30px;
}
.page-menu a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #1c1c1c;
    display: block;
    transition: 0.3s;
}
.page-menu a:hover, .overlay a:focus {
    color: #f1f1f1;
}

@media screen and (max-width: 750px) {
	.quote-info, .quote-by {
		    align-items: center;
	}
	.content-section {
		padding-left:0;
		padding-right:0;
	}
	.flex-row {
		display:block;
		min-height:0;
	}
	.flex-cont {
		max-width:80%;
	}	
	.accordion {
		font-size:18px;
	}
	.top-footer {
		display:block;
	}
	.row {
		flex-direction:column;}
.tall-divider {
height:2px;
width:20px;
margin-top:5px;
margin-bottom:5px;
margin-left:0;
}
.contact-details {
	flex-direction:column;
}
.contact-row{
	flex-direction:column;
}
.button{
	width:auto;
}
.box-quote-lower {
	flex-direction:column;
}
.footer-right {
	position:relative;
}
.footer-info {
	flex-direction:column;
}
.footer-left {
	flex-direction:column;
}
.footer-bottom {
	    align-items: center;
		flex-direction:column;
}
.hide-mob {
	display:none;
}
}
