/*
Teal - #26A2A9
Grey - #484B50
Bottom Feeds - #919891
Footer Grey - #484B50

Fonts used - Museo (Adobe Typekit)
Use this script -

<script src="https://use.typekit.net/fhq4yqc.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
*/

<script src="https://use.typekit.net/fhq4yqc.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>

body {
font-size:14px;
font-family: museo-sans, sans-serif;
}

.sidebar ol {
padding-left: 15px !important;
}

.sidebar ul {
padding-left: 15px !important;
}

#supercontrol-availability, #supercontrol-availability iframe {
    margin: 0 10px;
}

.container {
font-family: museo-sans, sans-serif;
margin-bottom: 20px;
padding: 0;
}

.row {
overflow:hidden;
}

.sidebar {
background: #f2f2f2;	
padding: 20px 20px 0 10px;
}

.accommargin {
    margin-bottom: -110px;
}

img {
border-radius:2px;	
}
	 
.container p {
margin:0;
color: #494B50;
font-size:15px;
line-height:150%;
margin-bottom:20px;
font-weight: 300;
}

.container h1, .container h2, .container h3, .container h4, .container h5 {
color: white;
line-height:100%;
font-weight:normal;
margin-bottom:13px;
font-family: museo, sans-serif;
}


.ccm-ctm-page-list .ccm-ctm-page {
    margin-bottom: 20px;
}

.container a {
color: #D3BB7F;
}

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


a.ccm-page-list-more.read-more {
    float: right;
    color: #fff;
    background: #085827;
    padding: 12px 14px;
    clear: both;
    margin-bottom: 0px;
}

.language {
padding:5px;
left: 58px;
}

.language a, .language p {
color:white;
font-size:18px;
}

.thelogo {
display: block;
background: url(/themes/maintheme/images/logoeng.png) no-repeat top;
width:350px;
height:150px;
background-size:contain;
margin:0px 0 0px;
top:10px;
}

.theleftnav {
margin-bottom:10px;
clear:both;
overflow: hidden;
}

.theleftnav ul{
margin:0;
padding:0;
}

.theleftnav li {
display:block;
list-style:none;
margin:0 !important;
}

.theleftnav a {
display:block;
padding: 12px 14px;
text-decoration:none;
color: #00adef;
font-size:14px;
background: #fff;
-moz-border-radius: 4px;
border-radius: 4px;
margin-bottom:10px;
border: 1px solid #ddd;
}

.theleftnav a:hover {
background: #0e47a1;
color:#fff;
border: 1px solid #28AEED;
}

.theleftnav li.nav-path-selected a{
background: #00adef;
color:#fff;
border: 1px solid #28AEED;
}

.theleftnav ul ul{
background: #fff;
}

.theleftnav ul ul li a{
padding-left:34px;
}

.themobilenav {
    text-align: right;
    float: none;
    margin: 43px 0px;
    left: 104px;
}

.themobilenav ul {
width: 100%;
margin:0;
display:inline;
padding:0;
}

.themobilenav li {

}

.themobilenav a {
	padding: 10px 10px;
    color: white;
    font-size: 20px;
    text-decoration: none;
    display: block;
    /* background: rgba(10,10,10, 0.6); */
    text-align: center;
    transition: background 0.5s ease;
    min-width: 190px;
}

.themobilenav p {
float:left;
display:inline;
margin:15px 10px;
color:white;
font-size:20px;
}

.themobilenav a.nav-selected.nav-path-selected {
    color: #fff;
}

.themobilenav img {
padding: 20px 20px;
}

.themobilenavflex {
display:flex !important;
}

.themobilenav a:active {
}

.themobilenav .nav-path-selected a {

}

.themobilenav .nav-path-selected a:active {
font-weight:bold;
}

.themobilenav a:hover {

}

/*slide out nav */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: left;
    margin-left: 37px;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

ul.nav li ul li a {
    font-size: 20px;
    margin-left: 60px;
}

   //this adds an arrow to every link
  .themobilenav li > a:after { content: '>'; } 

  // this removes the arrow when the link is the only child
  .themobilenav li > a:only-child:after { content: ''; }   

.sidenav .closebtn {
    position: absolute;
    top: 15px;
    left: -15px;
    font-size: 36px;
    margin-left: 50px;
}


#slidey {
    transition: margin-left .5s;
    padding: 0px;
}

.nav-dropdown ul {
display:none;
}

 .nav-subdropdown {
    display: none !important;	
} 

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    color: white;
    background: #49B081;
    border-radius: 5px;
    padding: 16px 25px;
    display: inline;
    font-weight: bold;
    text-align: center;
    font-family: museo, sans-serif;
    margin: 10px 0;
	font-size:18px;
}

button:hover {
color: #49B081;
background: white;
transition: 1s ease;
}

input, button, select, textarea {
	margin: 10px 0;
	border-radius: 5px;
	border:1px solid #A9A9A9;
	padding:5px;
	width:100%;
}
 
/*Hover menus*/

.thenav ul ul {
	overflow:visible;
	display:none;
	position:absolute;
	margin:8px 0 0 0;
	z-index:50;
	min-width:246px;
	background:rgb(251,0,25);
	border-radius:3px;
	border:1px solid rgb(251,0,25);
}

.overflowshow{
overflow: visible;
clear: both;
}

.thenav ul ul li {
	float:none;
}

.thenav li:hover ul {
    display:block;
    margin-left: 0px;  
}

.thenav ul ul a {
	padding:10px;
    display:block;
}

.thenav .nav-path-selected ul a {
    color:#fff; 
    background:rgb(251,0,25);
	border-bottom: 4px solid rgb(251,0,25);
}
.thenav .nav-path-selected ul a:hover {
	background: rgb(251,0,25);
    color: #fff;
    border-bottom: 4px solid white;
}
.thenav .nav-path-selected ul .nav-path-selected a {
	background: rgb(251,0,25);
    color: #fff;
    border-bottom: 4px solid white;
}


.thenav ul ul li ul {
	position:absolute;
	min-width:174px;
	margin-top:-41px;
	visibility:visible;
}

.thenav ul ul li:hover ul {
    margin-top:-41px;
    left: 245px;
	visibility:visible;
}

#slidedown {
	display:none;
}

#dropdownmenu {
}

/* Search Icon */


.jumbotron {
background: none;
}

a:hover{text-decoration: none;}

.telephone, .switcher,.social{
float: right;
}

.social img{
float: right; margin-right: 10px;
}


.telephone a {
font-weight: bold;
color: #000000;
margin: 0;
padding: 0;	
}

.switcher a {
font-weight: bold;
color: rgb(251,0,25);
margin: 0;
padding: 0;	
}

.telephone p{
font-weight: bold;
color: #fff;
margin: 0;
padding: 0;	
}

.telephone{
background: white;
padding: 10px 20px;
border-bottom-left-radius: 5px;
}

.telephone img{
float: left;
margin-right: 10px;
margin-bottom: -4px;	
}

.switcher{
background: white;
padding: 10px 20px;
border-bottom-right-radius: 5px;
}


.switcher p {
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 0;
}

.social{

}

#blockStyle494Main31{
border-bottom-left-radius: 5px;
}

a.ccm-multilingual-active-flag {
font-weight: bold;
}

img.ccm-image-block {
display: block;
max-width: 100%;
height: auto;
width:100%;
}

.thenav {
	margin-top:25px;
}

.thenav ul{
padding: 20px 0 0;
}

.thenav li{
display:inline;
list-style:none;
margin: 0;
padding: 0;
}

.thenav a {
padding: 7px 13px;
text-decoration:none;
color: #6a9e7f;
margin: 0 3px;
font-size: 15px;
}

.thenav a:hover, .thenav .nav-path-selected a{
border-bottom:4px solid #49B081;
font-weight:bold
}

.fader {
    position: relative;
    z-index: 20;
    height: 300px;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}

.fullwidthnav{
background: #333333;
padding: 0;
margin-bottom: 20px;
position:relative;
}

.fullwidthnav ul{
overflow: hidden;
padding: 10px 0;
margin: 0;
}

.fullwidthnav li{
display:inline;
list-style:none;
}

.fullwidthnav li a{
color: #fff;
padding: 12px 14px;
font-size: 16px;
}

.fullwidthnav li a:hover{
background: #1A1A1A;
font-weight:bold;	
}

.fullwidthnav li a.nav-selected.nav-path-selected {
	background: #1A1A1A;
	font-weight:bold;
}

.relative {
position:relative;
}

.absolute {
position:absolute;
z-index: 10;
}

.fullwidthslider{
position: relative;
z-index:10;
margin-top:-270px;
margin-bottom: 30px;
}

.scrollersub {
    margin-left: -10px;
    margin-right: -10px;
}


.caption {
position: absolute;
z-index: 10;
top: 300px;
left: 0;
}

.caption h1 {
color: white;
font-weight:none;
font-family: museo, sans-serif;
font-size:40px;
}

.caption a {
	color: white;
    background: #26A2A9;
    display: block;
    width: 50%;
    margin-left: 25%;
    padding: 12px 5px;
    border-radius: 5px;
	font-weight:bold;
}

.caption a:hover {
    color: #26A2A9;
    background: white;
	transition: 1s ease;
}

.caption p {
font-family: museo, sans-serif;
color:white;
font-size:20px;
padding:0px 0px 10px;
margin:0px 0px;
}


.fullwidthslider img{
position:relative;
width: 100%;
height: auto;
max-height: 502px;
min-height:800px;
margin-bottom:20px;
top: -30px;
object-fit: cover;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.fullwidthslider img{
max-height: none;
min-height: 0;
}
}

@supports (-ms-accelerator:true) {
.fullwidthslider img{
max-height: none;
min-height: 0;
}
}

.nomargin{
margin-bottom: 0;
}

.heading{
text-align: center;
padding: 0;
margin-top: -10px;
}

.inner{
border-bottom: 1px solid rgb(251,0,25);	
}

.heading h1{
background: #494B50;
padding: 0 20px;
display:inline-block;
margin-top: -10px;

}

.heading::after{
border-top: 1px solid rgb(251,0,25);
}

.topimage {
    margin-left: -10px;
    margin-right: -10px;
}

.law_links {
background:#B4C1B8;	
padding:40px;
border-bottom:1px solid #688374;
}

.cta{
background: #fff;
position:relative; 
margin-bottom:20px;
}

.cta_t_t {
position:absolute;
top:0px;		
color:white;
display:block;
width:100%;
background:rgba(72,75,80,0.8);
}

.cta img {
    margin-right: 10px;
}

.slideview a {
    display: block;
    color: white;
    background: #26A2A9;
    padding: 13px 30px;
    position: absolute;
    border-radius: 5px;
    font-size: 16px;
    z-index: 20;
    text-align: center;
    top: 10px;
    right: 10px;
}

.ctasubtitle {
    position: relative;
    padding: 10px 10px 10px 25px;
    color: white;
    display: block;
    width: 100%;
    background: rgba(72,75,80,0.8);
    display: block;
    margin-bottom: -110px;
    margin-top: 30px;
	font-size:12px;
}

.ctasubtitle a, .ctasubtitle h2 {
    color: white;
}

.ctasublink a, a.ctasublink {
    color: white;
    background: #26A2A9;
    display: block;
    width: 70%;
    margin-left: 15%;
    padding: 13px 0;
    position: relative;
    bottom: 82px;
    border-radius: 5px;
    font-size: 16px;
}

.ctasublinkleft {
	    background: #f2f2f2;
}

.ctasublinkleft a {
    color: white;
    background: #26A2A9;
    display: block;
    padding: 13px 0;
    border-radius: 5px;
    font-size: 16px;
text-align: center;
margin: 20px auto;
    width: 82%;
}

.article_t_t {
position:absolute;
bottom:0px;
padding:10px 10px 10px 25px;		
color:white;
display:block;
width:100%;
background:rgba(72,75,80,0.8);	
}

.article_t_t p {
color:white;
}

.cta_goto a {
color: white;
background: #26A2A9;
display: block;
width: 70%;
margin-left: 15%;
padding: 13px 0;
position: absolute;
bottom: 32px;
border-radius: 5px;
font-size: 16px;
}

.cta_goto a:hover {
    color: #26A2A9;
    background: white;
    transition: 1s ease;
}

.cta_goto a:hover {
opacity:0.8;
}

.law_button {
    margin: 40px 0 0px;
	text-align:center;
}

.law_button a{
    color: white;
    background: transparent;
    border-radius: 5px;
    padding: 16px 25px;
    display: inline;
    font-weight: bold;
    text-align: center;
	border:2px solid white;
    font-family: museo, sans-serif;
	font-size:18px;
}

.law_button a:hover{
    color: #B4C1B8;
    background: white;
    border-radius: 5px;
    padding: 16px 25px;
    display: inline;
    font-weight: bold;
    text-align: center;
    font-family: museo, sans-serif;
	font-size:18px;
	transition: 1s ease;
}

 .cta h5 a{
position: absolute;
    top: 0px;
    color: white;
    display: block;
    width: 100%;
    background: rgba(72,75,80,0.8);
    margin: 0;
    font-size: 16px;
    padding: 12px 5px;
    text-align: center;
    line-height: 110%;
}

.cta h2 {
color: white;
font-family: museo, sans-serif;
font-size:20px;
display: block;
}

.cta_t_t h1, .cta_t_t h1 a, .cta_t_t h3, .cta_t_t h4, .cta_t_t h5 {
color: white;
font-family: museo, sans-serif;
font-size:20px;
margin:20px 0 15px;
display: block;
}

.cta_t_t h2 {
color: white;
font-family: museo, sans-serif;
font-size:20px;
display: block;
}




.main ul li {
    color: #494B50;
}

.main h1 {
color: #494B50;
font-family: museo, sans-serif;
line-height: 150%;
margin-top: 0px;
}

.mainnews h1 {
color: #494B50;
font-family: museo, sans-serif;
line-height: 150%;
margin-top: 0px;
}


.main h3 {
color: #494B50;
font-family: museo, sans-serif;
line-height: 150%;
margin-top: 0px;
}

.main h2, .main h4, .main h5 {
color:#858A6B;	
font-family: museo, sans-serif;
line-height: 150%;
}

.main p {
color:#494B50;
}

.main ul {
	padding-left:15px;
}

.main a {
color: white;
background: #26A2A9;
display: inline;
padding: 13px 60px;
border-radius: 5px;
font-size: 16px;
border: 1px solid white;
line-height: 300%;
}

.main a:hover {
    color: #26A2A9;
    background: white;
    transition: 1s ease;
    border: 1px solid #26A2A9;
}

.margin{
margin-bottom: 10px;
}

.breadcrumbs {
	font-weight:bold;
	padding:10px;
	color:rgb(251,0,25);
}

.breadcrumbs span {
	color:#1A1A1A;
}

.breadcrumbs a {
	color:#1A1A1A;
}

.testimonial {
	padding:10px 20px 10px;
	background:#333333;
	color:white;
	margin-bottom:20px;
}

.testimonial  p{
	color:white;
}

.testimonial  h3{
	color:white;
}

.newsblog{
padding: 30px 0;
background: linear-gradient(0deg,rgba(254,0,0,0.6), rgba(254,0,0,0.6)), url(/themes/maintheme//images/mailchimp-bg.jpg) no-repeat top;
background-size: cover;
}

/* mailchimp */

.newsletter {
    background: #919891;
    padding: 10px 20px;
}

.newsletter #mc_embed_signup form {
    padding: 10px 0 10px 0px;
}

.newsletter-form #mc_embed_signup input.button {
    color: white;
    background: #26a2a9;
    display: block;
    padding: 5px 0 5px;
    font-size: 16px;
    height: auto;
    margin: 0 0;
    width: 100%;
}

.newsletter-form #mc_embed_signup input.email, #mc_embed_signup .mc-field-group input {
    padding: 10px !important;
    margin:0 0 10px;
    width: 100%;
    font-size:15px;
    line-height: 150%;

}

.newsletter #mc_embed_signup .mc-field-group {
    width: 25%;
    padding-right: 1%;
    float: left;
    clear: none;
}

.newsletter #mc_embed_signup .button {
    margin: 0px;
    padding: 6px;
    height: auto;
    background: #26a2a9;
    font-weight: bold;
    width: 25%;
}

.newsletter #mc_embed_signup .clear {
    clear:none;
}

.newsletter-form h2 {
    color:#333333;
}

.newsletter-content {
    padding:0px 10px;
}

.newsletter-content h3 {
    padding:0px 10px;
} 

.newsletter-content h2 {
    color:#333333;
}

.newsletter-form #mc_embed_signup {
    background: transparent;
}

.newsletter #mc_embed_signup .indicates-required {
    text-align: left;
}

.newsblog h1{
text-align: center;
}

.whitepadded{
padding: 20px;
background: #fff;
margin-bottom: 20px;
}

.whitepaddedsmall{
padding: 10px 10px 0;
background: #fff;
}

.topborder, .ccm-ctm-page{
border-top: 3px solid rgb(251,0,25);	
}

.ccm-ctm-page{
padding-top: 20px;
}

a.ccm-page-list-more.read-more:hover{
opacity: 0.8;
}

.history{
border-top: 3px solid rgb(251,0,25);
padding: 10px 0;
clear: both;
}

.history a{
color: #fff;
background: rgb(251,0,25);
padding: 12px 14px;
clear: both;
margin: 0 0 20px;
border-radius: 5px;
float: right;
}

.history a:hover{
opacity: 0.8;
}

.reviews{
display: none;
padding: 10px;
background: #eaf5f7;	
	
}

.newsblog p, .newsblog h1{color: #fff;}

.newsblog a{
color: #fff;
}

.newfooter_1{
margin: -20px 0 0px;
background: white;
color: #fff;
}

.latestnews, .latestnews p, .latestnews h1, .latestnews h2, .latestnews h3, .latestnews h4, .latestnews h5 {
	color:#688374;
}

.latestnews {
margin-bottom:20px;
}

.gallery img {
padding-bottom:20px;
}

/*.latestnews button {
    color: white;
    background: #49B081;
    border-radius: 5px;
    padding: 16px 25px;
    display: inline;
    font-weight: bold;
    text-align: center;
    font-family: museo, sans-serif;
    margin: 10px 0;
	font-size:18px;
}

.latestnews button:hover {
color: #49B081;
background: white;
transition: 1s ease;
} */

.footer_feeds {
background:#919891;
margin: 0px;
padding:20px;
min-height:350px;
}

.footer_feeds p {
color:white;
}

.footer_feeds h3 {
margin:0px;	
padding:10px 0 20px;
font-size: 20px;
}

.footer_feeds h4 {
margin:0px;	
padding:10px 0 20px;
font-size: 18px;
}

.footer_feeds img {
padding-right:20px;
}

.footer_feeds a{
color:#D3BB7F;
}

.newfooter_2{
padding: 30px 0;
background: #484B50;
color: #fff;
}

.fb_1 {
padding-right:30px;
}

.fb_2 {
padding-left:30px;
border-left:1px solid #fff;
}

.fb_3 {
padding-left:30px;
border-left:1px solid #fff;
}

.fb_4 {
padding-top:20px;	
margin-top:20px;
border-top:1px solid #fff;
}

.newfooter_2 a, .newfooter_2 h1, .newfooter_2 div p{color: #fff!important;}

.newfooter_2 h1{
padding: 0 0 5px;
}

.newfooter_2 h2 {
color: #fff;
}

.newfooter_2 ul{padding: 0 0 20px; margin: 0;}

.newfooter_2 li{
margin-bottom: 2px;
list-style-type: none
}

.newfooter_2 li a{
display: block;
padding: 8px 10px;
transition: background 0.5s ease;
}

.newfooter_2 li a:hover{background: rgb(251,0,25);}

.subpageform{
background: #fff;
padding: 20px;
}

.contactform select{
padding: 5px 6px;
}

.contactform .submit{
color: #fff;
background: #000000;
border-radius: 5px;
border: 1px solid #21aaca;
padding: 10px;
display: block;
font-weight: bold;
}

.contactform .submit:hover{
opacity: 0.8;
}

.contactform .errors{
font-weight: bold;
}

.contactform .error{
font-weight: normal;
margin: 5px 0;
color: #ad3e44;
}

.contactformsubpage{
padding: 0;
background: none;
}

.contactformsubpage .submit{
width: auto;
float: right;
padding: 15px 20px;
}



div#monkey_mail_signup form {
display: -webkit-inline-box;
}

div#monkey_mail_signup .field {
display: inline;
height: 50px;
}

div#monkey_mail_signup input {
    height: 40px;
    width: 200px;
    margin-right: 10px;
    border-radius: 0px;
    border: 1px solid #A9A9A9;
    padding: 5px;
}

div#monkey_mail_signup button#signup {
    border-radius: 0px;
    background: #000;
    border: none;
    height: 39px;
    padding: 10px 10px;
    color: #fff;
	width: 130px;
}


/* media queries */

@media (max-width: 1160px) {

}

@media (max-width: 991px) {
.deluxe_image_gallery_image {
    padding: 5px 0;
    text-align: center;
    float: left;
    width: 25% !important;
}

.thenav {
	margin-top:25px;
}

.footer_feeds {
min-height:400px;
}

.fb_1 {
padding-right:30px;
}

.fb_2 {
padding-left:10px;
border-left:none;
}

.fb_3 {
padding-left:10px;
border-left:none;
}

.fb_4 {
padding-top:10px;	
margin-top:0px;
border-top:none;
}

.topimage img.ccm-image-block {
min-height:0px;
}

.thelogo {margin:8px auto;}

.newfooter p{
min-height: auto;
}

div#monkey_mail_signup form {
display: block;
}

div#monkey_mail_signup input {
    height: 40px;
    width: 100%;
}

.fullwidthnav ul{
overflow: hidden;
padding: 10px 0;
margin: 0;
display: none;
}

.fullwidthnav li a{
color: #fff;
padding: 12px;
display: hidden;
padding: 9px 7px;
text-align:center;
}

.thelogo {
margin-left:30px;
}

.caption a {
    color: white;
    background: #26A2A9;
    display: block;
    width: 70%;
    margin-left: 15%;
    padding: 12px 5px;
    border-radius: 5px;
    font-weight: bold;
}


.main_section {
 margin-bottom: 20px;
}

}

@media (max-width: 767px) {
.newsletter #mc_embed_signup .mc-field-group {
    width: 100%;
    padding-right: 0%;
}

.newsletter #mc_embed_signup .button {
    width: 100%;
}
	
.footer_feeds {
margin-top:20px;
min-height:auto;
}

.theleftnav ul {
text-align:left;
}

.theleftnav a {
padding-left:0px;
border-left:0px;
}

.theleftnav a:hover {
padding-left:0px;
border-left:0px;
}

.theleftnav ul ul li a {
padding-left:0px;
}
.theleftnav ul ul li a:hover {
padding-left:0px;
border-left:0px;
}

.theleftnav li.nav-path-selected a{
padding-left:0px;
border-left:0px;
}

.theleftnav ul ul li.nav-path-selected a {
padding-left:0px;
border-left:0px;
}
.theleftnav ul ul li.nav-path-selected a:hover {
padding-left:0px;
border-left:0px;
}

div#monkey_mail_signup form {
margin:0 10px 0 10px;
display: block;
}

div#monkey_mail_signup {
margin-left:auto;
margin-right:auto;
}

div#monkey_mail_signup input {
    height: 40px;
    width: 100%;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.thenav {
	margin-top:25px;
}

.themobilenav {
right: 0px;
left: auto;
}

.themobilenav a {
    padding: 10px 10px;
    color: white;
    font-size: 20px;
    text-decoration: none;
    display: block;
 /* background: rgba(10,10,10, 0.6);*/
    text-align: left;
    transition: background 0.5s ease;
}

.themobilenav p {
float:none;
display:;
margin:15px 10px;
color:white;
font-size:20px;
display:none;
}

.themobilenavflex {
display:block !important;
}

.thelogo {
display: block;
background: url(/themes/maintheme/images/logoeng.png) no-repeat top;
width:200px;
height:100px;
background-size:contain;
left:0;
margin:37px 0 0px 10px;
}

.language {
	right:25px;
}


.caption a {
    width: 100%;
	margin:0;
}

.article_t_t {
background: rgba(72,75,80,0.55);
}

.main a {
color: white;
background: #26A2A9;
display: block;
padding: 13px 0px;
border-radius: 5px;
font-size: 16px;
text-align:center;
}

}

@media (max-width: 590px) {
.deluxe_image_gallery_image {
    padding: 5px 0;
    text-align: center;
    float: left;
    width: 50% !important;
}
}

@media (max-width: 480px) {
.article_t_t {
background: rgba(72,75,80,0.55);
height: 100%;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

div#monkey_mail_signup button#signup {
width:120px;
}

.themobilenavflex span{
color:transparent;
}

}