
body {
height: auto;
background:#ffffff;
}

/*
@font-face {
	font-family: 'Conv_AEBL____';
	src: url('../webfonts/AEBL____.eot');
	src: local('☺'), url('../webfonts/AEBL____.woff') format('woff'), url('../webfonts/AEBL____.ttf') format('truetype'), url('../webfonts/AEBL____.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/


.sonar-wrapper{
	text-align:center;
	margin-top:30px;
	margin-bottom:60px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	}

.btn-sonar {
	
margin-left:10px;
margin-right:10px;
background: transparent;
border: 2px solid #751548;
border-radius: 50%;
width: 65px;
height: 65px;
display: inline-block;
color: #fff;
outline: none;
position: relative;
}
  
  .btn-sonar::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
  }
  
  
.btn-sonar:hover::before {animation: sonar-effect 1.2s ease-in-out 75ms;}
.btn-sonar span{font-size:32px;margin-top:15px;color:#19191B;}
.btn-sonar:hover span{color:#751548;}


@keyframes sonar-effect {
    0% {
        opacity: 0.3;
        -webkit-box-shadow: 0 0 0 2px rgba(117, 21, 72, 0), 0 0 10px 10px rgba(117, 21, 72, 0), 0 0 0 10px rgba(241, 142, 0, 0);
    }
    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px rgba(117, 21, 72, 0.1), 0 0 10px 10px #751548, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(117, 21, 72, 0.1), 0 0 10px 10px #751548, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(53,186,242,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(53,186,242,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(53,186,242,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(53,186,242,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}



/* CHANGES THE MAXIMUM PAGE WIDTH */

/* CHANGE BLOG.CSS .BLOG-MAIN REMOVE */
.grid-container{max-width: 78.5rem !important;}
/* CHANGE NAV WIDTH TO SAME AS ABOVE */
.top-bar {max-width: 78.5rem !important;}


/* ADDRESS BAR */
.address-bar {
	position:relative;  /* use for transparent slide up only */
  padding-top: 15px;
  padding-bottom: 12px;
  background: #751548 !important;
  padding-right: 10px;
}

ul.address-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul.address-list li {
  float: left;
  color: #ffffff;
  margin-right: 30px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight:200;
}
ul.address-list li a {
  display: block;
  color: #ffffff;
}
ul.address-list li i {
  color: white;
  font-size: 14px;
  padding-right: 5px;
}
ul.address-list li.location {
  margin-left: 0px;
}

ul.social-icons li {
  float: right;
  margin-left: 0px;
  margin-right: 0px;
}
ul.social-icons li a {
  display: block;
  margin-left: 20px !important;
}
ul.social-icons li a i {
  color: #ffffff;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
}
ul.social-icons li a i:hover {
  opacity: 0.7;
}



div#SmartText, div#epilogue {
  position: absolute;
  margin-left: -500px;
  font-size: 12px;
  color: #1A1A1A;
  width: 400px;
}

div#SmartText p {
  font-size: 12px;
}

div#SmartText h1 {
  font-size: 25px;
  background: none;
  color: black;
}

div#SmartText h2 {
  font-size: 25px;
  background: none;
  color: black;
}

/* LOGO */

.hero-container{
 //margin-top:-75px;    /* use with slideup sticky nav */
min-height:1000px;
background-image: url(../images/mid-section4.jpg?v=6);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: 0px 20px;
background-size: cover;
padding-top:0px;
padding-bottom:0px;
}

.hero-container-bottom{
 //margin-top:-75px;    /* use with slideup sticky nav */
min-height:500px;
background-image: url(../images/mid-section-bottom3.jpg?v=1);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: 0px 0px;
background-size: cover;
padding-top:0px;
padding-bottom:0px;
}

p.lead-in {
	margin-top:60px;
    color: white;
    font-size: 34px;
   font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: 300;
    padding-right: 1em;
    padding-left: 1em;
    line-height: 49px;
}

p.lead-in-small {
	margin-top:30px;
    color: white;
    font-size: 19px;
   font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: 300;
    padding-right: 4em;
    padding-left: 4em;
    
}

//img.logo{margin-top:-10px;display:block;position:relative;width:300px;}
img.logo{margin-left:-4px;margin-top:-9px;padding-bottom:7px;display:block;position:relative;width:258px;} /* logo fixed smaller for transparent nav */


.logo-bar{background:white;}
.logo-bar img{display:block;text-align:center;margin-left:auto;margin-right:auto;width:250px;}


.home-box{border:1px solid #ffffff;padding:15px;}
.home-box h3{color:#ffffff;margin-top:20px;}
.home-box ul{text-align:left;color:white;font-weight:lighter;font-family: 'Open Sans', sans-serif;}
.home-box p{color:white;}

.home-button{
font-weight:bold !important;
-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .75);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .75);

}


div.img-container {
 height: 300px;
	
    position: relative;
    overflow: hidden;
    //background-image: url(icons/checkered.jpg);
    //background-repeat: repeat;
}

div.img-container p{padding:80px 15px 0px 15px;font-weight:bold;}

div.img-container > img {
	text-align:center;
	position: absolute;
    object-fit: scale-down;
    height: 300px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left:0;
	right:0;
    margin: auto;
}

div.p-inner{background:#fcfcfc;}

div.p-inner:hover{
box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.20), 0 4px 2px 0 rgba(0, 0, 0, 0.12);
background:#fafafa;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

/* ICONS */

.social-icons{margin-top:-49px;}
.social-bottom{transition:all 0.2s ease-in-out;font-size:20px !important;}
.social-bottom > i.social-blue{text-shadow: 0px 2px 4px  rgba(0,0,0,0.2);}
.social-bottom:hover{opacity:0.8;}
.social-blue{color:#91C8FD;}
.social-gray{color:#ffffff;font-size:16px !important;}

table.fee-table tbody{font-family: 'Open Sans', sans-serif;font-weight:normal;font-size:17px;background:none !important;}
table.fee-table tbody tr{background:#e2e2e2;}
table.fee-table tbody tr td{border:1px solid #ffffff !important;padding-top:20px;padding-bottom:20px;}


div.header-container{
	
  margin-top:0px; /* use with transparent nav otherwise 0px */
background-image: url(../images/page-banner.jpg?v=1);
background-repeat:  no-repeat;
//background-position: 0px -100px;
background-size: cover;
min-height:270px;
padding-top:30px;
padding-bottom:30px;


}


div.header-container h1{
text-transform:none;	
text-align:center;
font-size:40px;
color:#ffffff;
letter-spacing:4px;
font-family: 'Poppins', sans-serif;
margin-top:70px;
font-weight:700;

}

div.page-breadcrumb{text-align:center;}

div.page-breadcrumb a{color:white;font-size:15px;}
div.page-breadcrumb span{color:#cccccc;font-size:15px;}


/*  CHOOSE SERVICE BOXES */
.choose-card-container {
padding:20px 10px 10px 10px;
background:white;
    position: relative;
    display: block;
    margin-bottom: 1.25rem;
    border-radius: 3px;
	border:1px solid #e5e5e5;
    box-shadow: none;
    transition: all 0.2s ease-out;
    //cursor: pointer;
    overflow: hidden;
//box-shadow: 0 2px 5px  rgba(0,0,0,0.15);
}

.choose-card-container:hover {}

.service-box-choose{text-align:center;}
.service-box-choose h3{text-align:center;font-size:19px;color:#19191B;font-family: 'Open Sans', sans-serif;font-weight:bold;}
.service-box-choose span{text-align:center;margin-bottom:20px;display:block;font-size:40px;color:#d9d9d9;margin-left:auto;margin-right:auto;}
.service-box-choose p{font-size:14px;color:#595959;padding-bottom:5px;}

.service-box-choose span i{transition:all 0.3s ease-in-out;}

.service-box-choose a:hover >  span i:last-child{font-size:45px;}
.service-box-choose a:hover >  span i.brand{border:1px solid #e5e5e5;}


/********************************/

/* TYPOGRAPHY */

p{font-size:17px;font-weight:lighter;font-family: 'Open Sans', sans-serif;}



h1{color:#333333;font-family: 'Open Sans', sans-serif;font-size:22px;text-transform:uppercase;display:block;}

h1.logo-heading{
color:white;
font-family: 'Cutive', serif;
font-weight: 300;
font-size: 50px;
word-spacing: 5px;
margin-top:150px;
text-align:center;
border-bottom:none;
text-transform:none;
}

h2{
color:#333;
margin-top:40px;
font-family: 'Open Sans', sans-serif;
font-size:24px;
font-weight:100;
}

h2 > strong{color:#2392FB;}

h2.subheading{
//font-weight:800;
color:#19191B;
font-family: 'Poppins', sans-serif !important;font-weight:600;
//font-family:'Conv_AEBL____',Sans-Serif !important;
font-size:35px;	
	
}
h2.subheading span{color:#9b1259;}

h2.subheading:after {
    display: block;
    content: "";
    background: #f18e00;
    width: 80px;
    height: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
}


h2.page-heading{font-family: 'Poppins', sans-serif;font-weight:600;display:block;text-align:left;border-left:3px solid #4d1a38;padding-left:15px;font-size:40px;color:#19191B;}

h2.page-heading span{font-size:15px;font-family: 'Open Sans', sans-serif !important;font-style:italic;display:block;color:#808080;}

h3{font-family: 'Poppins', sans-serif;font-weight:600;display:block;font-size:20px;}

img.about-image{box-shadow: 14px 14px 0 0 rgba(0, 0, 0, 0.19);}

ul.about-list {
    font-weight: lighter;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.about-text{margin-left:25px;}


ol.terms-list{}
ol.terms-list li{margin-bottom:15px;font-family: 'Open Sans', sans-serif;}


ul.services-nav {
    margin-top: -12px;
}
.side-nav {
    display: block;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0.875rem 0;
}



ul.services-nav > :first-child a {
    background: #F18E00;
    //border-top: 1px solid #e5e5e5 !important;
    border: none;
    cursor: pointer !important;
    color: #ffffff !important;
    text-align: center;
    font-weight: bold;
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
	font-size:17px;
}

ul.services-nav li.ul-title a:hover {
    background: #F18E00;
    //border-top: 1px solid #e5e5e5 !important;
    border: none;
    cursor: pointer !important;
    color: #ffffff !important;
    text-align: center;
    font-weight: bold;
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
}



ul.services-nav li > a {
    font-size: 13px;
    transition: all 0.2S ease-in-out;
    display: block;
    color: #666666 !important;
    padding: 15px 20px 15px 20px !important;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
    background: rgba(0,0,0,0.025);
    color: #1cc7ff;
}

.side-nav li a:hover i {
    
    color:orange;
}


/* ACCORDION SECTION FAQ */

a.accordion-title{
	background:#ffffff;
	margin-top:0px;
	font-family:ubuntu,Tahoma,Arial;
	font-size:18px;
	font-weight:400;
	color:#1A4890;
	padding-left:12px;
	padding-right:35px;
	padding-top:27px;
	padding-bottom:27px;
		
}

.accordion-title::before {font-weight:bold;color:red !important;}

a.accordion-title:focus{background:#F7F8F8;}
a.accordion-title:hover{background:#F7F8F8;}

.accordion-content {
   
    background-color: #ffffff;
   
}

/* PAGE CONTAINERS */

.wrapper-white{
	background:#ffffff;
	padding-bottom:50px;
}


.page-container p{color:#ffffff;}


p.tagline-1{color:#f2f2f2;text-align:center !important;font-size:22px;font-weight:normal;}



div.mid-section-lower{
min-height:auto;
background:#ffffff;
padding-top:40px;
padding-bottom:40px;

}


/*  CARD EXAMPLES HOME PAGE   */

/* ARTICLE CARDS */

div.text-card{background:white;transition:all 0.3s ease-in-out;}
div.text-card:hover{box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);transition:all 0.3s ease-in-out;margin-top:-10px;}



div.text-card .inner p{
	text-align:left;
color: #A7B0BD;
line-height:24px;
font-size:15px;
margin-left:30px;
margin-right:30px;
padding-bottom:20px;
font-family: 'Open Sans', sans-serif;
font-weight:400;
}

div.text-card .inner .top-label > span{
	display:block;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:11px;
	padding-top:30px;
	letter-spacing:3px;
	padding-bottom:80px;
	margin-left:30px;
	}
	
	
div.text-card h3{
	color: #332d2e !important;
	 margin-left:30px;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
    padding-bottom: 16px;
	font-weight:700 !important;
    line-height: 40px;
	}
	
a.readmore-link{
	color:#F18E00;
	font-weight:400;
	font-size:16px;
	margin-left:32px;
	padding-bottom:32px;
	display:block;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	}

a.readmore-link:hover{color:green;}
a.readmore-link i{transition:all 0.2s ease-in-out;}
a.readmore-link:hover i{margin-left:3px;}

/* include image */
div.card-image-container{padding-bottom:40px;}
div.card-image-container a img{
	min-width:100%;
	object-fit: cover;
	height:240px;  /* ADJUST HEIGHT */
	}	



/*********************************************/



div.mid-section-lower p{text-align:center;font-size:17px;}

p#share-text{color:#ffffff;margin-top:30px;margin-bottom:-30px;}

i.share-it{font-size:45px;opacity:0.4;}



.content-container{background:#f7f7f7;}




div.inner-panel{
margin-top:10px;
padding:10px 10px 10px 10px;
background: #ffffff;
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.22);

}
div.inner-panel h2{text-align:center;margin-bottom:30px;font-size:32px;font-family: 'Titillium Web', sans-serif !important;}
div.inner-panel p{text-align:center;font-weight:normal;}


/* ABOUT PROFILE BLOCK */

.panel{padding-left:0px !important;padding-bottom:0px !important;margin-bottom:0px !important;}

.about-row{padding-bottom:0px !important;margin-bottom:0px !important;margin-left:0px !important;margin-right:0px !important;}

p.img-cont{display:block;padding:0px !important;margin-bottom:0px !important;width:100%;}

div.about-block{
background:#b3dc92;
padding-left:50px !important;
padding-right:50px !important;
padding-bottom:0px !important;
margin-bottom:0px !important;
}

.portrait-container{
background:#b3dc92 !important;
border:0px !important;
padding:0px !important;

}



img.profile{
margin-left:auto;
margin-right:auto;
display:block;
//overflow:hidden;
border:0px !important;
margin-top:0px;
margin-bottom:0px;
width: 100%;
object-fit: cover;
padding-bottom:0px !important;
}

div.about-block p{color:white;}
div.about-block h2{color:white;font-size:26px;font-family: 'Open Sans', sans-serif;text-transform:uppercase;font-weight:bold;}
div.about-block h2 small{line-height:23px;margin-top:5px;color:white;font-weight:normal;font-size:18px;text-transform:none;margin-bottom:30px;display:block;}

/* END ABOUT BLOCK */


/* LEFT AND RIGHT IMG CLASSES */

.imgisleft{margin-right:15px;margin-top:7px;padding-bottom:5px;}
.imgisright{margin-left:15px;margin-top:7px;}


/* CONTACT */
div.contact-section {
  background: #EDF4F8;
  padding-top: 80px;
  padding-bottom: 40px;
}

span.contact-icon {
  display: block;
  font-size: 50px;
  margin-top: -80px;
  left: 34%;
  text-align: center;
}

div.contact-wrapper {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
div.contact-wrapper h2 {
  color: #535f70;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-shadow: none;
  font-family: 'Open Sans', sans-serif;
}

div.contact-wrapper:hover span.contact-icon > i.plum {
  color: #68113e !important;
}
div.contact-wrapper p {
  text-align: center;
  margin-bottom: 0px;
  font-size: 17px;
}

i.send-icon{font-size:22px !important;color:green !important;}	
i.error-icon{font-size:22px !important;color:red !important;}	

i#refresh{
	position:absolute;
	font-size:30px;
	margin-top:10px;
	
}

/* TESTIMONIALS NEW */


div div div.testimonial-container{
background:#fcfcfc !important;
border:1px solid #e5e5e5;

}

div div div.testimonial-container > i{font-size:35px;display:block;padding-top:25px;margin-right:10px;color:#ccc;opacity:1;}
div div div.testimonial-container p{margin-left:47px;font-size:15px;}
div div div.testimonial-container p.testimonial-person{letter-spacing:0.15em;font-weight:normal;font-size:14px;color:#595959;}
div div div.testimonial-container p.testimonial-line2{letter-spacing:0.09em;font-weight:lighter;font-size:12px;margin-top:-15px;}

/* PROFILES */

div div div.profile-container{
background:#fcfcfc !important;
border:1px solid #e5e5e5;

}

div.bio{margin-top:23px;}
div.profile-container h2 > span{color:#808080;display:block;padding-top:3px;white-space:none;font-weight:lighter;font-size:18px;float:right;}
div.profile-container h2{margin-top:0px;display:block;background:#f2f2f2;padding:10px;}
div.profile-container img{position:relative;object-fit: cover;object-position: 50% 50%;margin-top:30px;border-radius:50%;width:220px;height:220px;}
div.profile-container p{font-size:16px;}

/* share icons */


.share-icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 37px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.3s ease;
	outline: 0;

	box-shadow: 
	  		0 2px 4px rgba(0,0,0, 0.12),
	    	0 2px 4px rgba(0,0,0, 0.24);
}
	.share-icon:hover,
	.share-icon:focus {
		box-shadow: 
	  		0 3px 6px rgba(0,0,0, 0.12),
	    	0 3px 6px rgba(0,0,0, 0.24);

	    -webkit-transform: scale(1.2);
	    -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	    -o-transform: scale(1.2);
	    transform: scale(1.2);
	}

.facebook {
	background-color: #3b5998; 
}
.pinterest {
	background-color: #BD081C; 
}

.linkedin-home {
	background-color: #007BB6; 
}
.twitter {
	background-color: #00abe3; 
}
.googleplus {
	background-color: #d3492c;
}

.emailicon{background-color:orange;}

.facebook,.linkedin-home,.pinterest,
.twitter,
.googleplus, .emailicon{
	color: #fff;
}
    .pinterest:hover,
    .linkedin-home:hover,
	.facebook:hover,
	.twitter:hover,
	.googleplus:hover {
		color: #eee;
	}


/* LINK STYLES */

.link-style1{color:#549ef8;}
.link-style2{color:white;font-weight:bold;text-decoration:underline;}
.link-style2:hover{color:#f2f2f2;}
.link-style3{color:#549ef8;font-weight:700;font-size:14px;}





/* colours */

.brand{color:#F18E00;}
.red{color:#ff0000;}
.circle{color:#1963A8;opacity:1;}

.pale-green{color:#E0E0A2;}
.white{color:#ffffff !important;}
.fb {color: #3b5998;}
.li{color: #0076B4;}
.gplus {color: #d3492c;}
.bg-white{background:#ffffff;}

.tiny-link{color:#0F7AEC;font-size:11px;}

.plum{color:#751548;}

div.section-1-home{
padding-top:50px;
background:white;

}


div.clients-section{

background:#f7f7f7;
padding-top:30px;
padding-bottom:50px;

}


.lower-section{
background:white;
padding-bottom:30px;

}


.lower-section-1{
background:#4d1a38;
padding-bottom:30px;

}


.lower-section-1 p{
color:white;
}


.lower-section-1 h2{font-family:georgia;font-size:35px;color:white;font-style:italic;}

.lower-section-1 img{border-radius:50%;height:300px;width:300px;overflow:hidden;}

div.service-title{
background:white;
padding-top:10px;
padding-bottom:35px;
}


/*  LOWER SERVICE BOXES */
.square-card-container {
padding:20px 10px 10px 10px;
background:white;
    position: relative;
    display: block;
    margin-bottom: 1.25rem;
    border-radius: 3px;
    box-shadow: none;
    transition: all 0.2s ease-out;
    //cursor: pointer;
    overflow: hidden;
box-shadow: 0 2px 5px  rgba(0,0,0,0.15);
}




.square-card-container:hover {box-shadow: 0 5px 10px 0 rgba(0,0,0,0.22);}

.service-box-home{text-align:center;}
.service-box-home h3{text-align:center;font-size:19px;color:#5b5b5b;font-family:ubuntu,Tahoma,Arial;}
.service-box-home i{text-align:center;display:block;font-size:100px;color:#d9d9d9;}
.service-box-home p{font-size:13px;color:#595959;padding-bottom:5px;}

.service-box-home a:hover >  i{opacity:0.9;color:#afe592;}


/* RECENT BLOG POSTS HOME PAGE */



div.home-image-container{
//height:auto;  /* NEW  */
   // width: 100%;
   overflow: hidden;
   // display: block;
   background:blue;
	}
	
	
	div.home-image-container a > img{
		
	min-width:100%;
	object-fit: cover;
	height:340px;  /* ADJUST HEIGHT */
	 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	}	

	
div.home-post{
	background:white;
	//box-shadow: 0 1px 15px 0 rgba(0,0,0,0.15);
	border: 1px solid #e5e7e9;
	}
div.home-post p.content{color:#595959;font-size:14px;padding-left:5px;padding-right:5px;}
div.home-post h4{margin-top:20px;color: #25313d;font-family: 'Open Sans', sans-serif;font-size:18px;font-weight:700;padding-right:10px;padding-left:15px;transition:all 0.3s ease-in-out;}
div.home-post h4:hover{color: #cfaa45;}
div.home-post > div.inner:hover h4{color:#cfaa45;}
div.home-post p.author{color:#595959;font-size:14px;}
div.home-post p.date{margin-left:15px;margin-top:20px;padding-bottom:15px;text-transform:uppercase;color: #aaaaaa;font-size:11px;font-weight:normal;font-family: 'Open Sans', sans-serif;}
div.home-post p > span{color: #cfaa45;}






/********************************/


/* BOTTOM BOXES HOME PAGE  */



div.textcontent p{text-align:left;margin-bottom:0px;margin-top:-5px;font-size:14px;}

div.bottom-box h2{
color:#4d4d4d;
text-align:left !important;
font-size:18px;
font-weight:bold;
margin-top:30px;
text-shadow:none;
font-family: 'Open Sans', sans-serif;
}

div.bottom-box h2:hover{color:#166bab;}
.bottom-box{background:#f9f9f9;
padding-top:0px;
padding-bottom:15px;}
.bottom-box .textcontent{padding-top:0px; padding-bottom:30px;}
.bottom-box .textcontent p{margin-top:15px;}
.bottom-box .service-icon-home{margin-top:30px;font-size:50px;color:#DDDD9F;}




/******************************/

/* SCROLL TO TOP BUTTON */

.back-to-top {
    position: fixed;
	text-align:center;
    bottom: 50%;
    right: 10px;
    text-decoration: none;
    color: #ffffff;
	background-color: rgba(81, 116, 164, 0.5);
    font-size: 30px;
    padding: .1em .1em .1em .1em;
	border-radius: 3px;
	width:42px;
	height:42px;
    display: none;
	z-index:5000;
}


.back-to-top:hover {    
    background-color: rgba(81, 116, 164, 1);
	text-decoration:none;
	color:#d9d9d9;
}

.back-to-top > i{margin-top:1px;color:#ffffff;display:block;}


/* FOOTER */

footer {
background: #1a1a1a;
padding: 5px;
}

footer p{
color:#808080;
font-size:14px;
margin-top:15px;
}


span.designed-by img{margin-top:0px;display:inline-block;width:140px;}
span.designed-by{font-family: 'Open Sans', sans-serif;font-weight:lighter;color:#808080;display:inline-block;margin-top:14px;font-size:14px;}



/* PORTFOLIO MODAL */

.portfolio-modal p{font-size:16px;}

p.product-title{
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-size:14px;
font-weight:bold;
text-align:center;
}

p.product-title > span{
font-weight:normal;

}

ul.modal-list {
    list-style: none;
    margin-left: 0px;
	background:#f2f2f2;
	padding:10px;
}

ul.modal-list li{color:#4E5A5E;font-size:16px;}




div.reveal{
margin-top:0px !important;
padding:0px !important;
//border-radius:10px !important;
outline:none;

}

div.reveal p{margin-top:0px;padding-left:15px;padding-right:15px;}

div.reveal p > img{margin-top:40px;}

div.modal-header{
//border-radius:10px;
padding-top:0px;
padding-bottom:15px;
//background:#F1F3F4 !important;
display:block;
height:50px;

}


p.modal-lead{
	color: #6d6e71;
	font-weight:bold;
	padding-left:10px;
	padding-right:5px;
}

h2#modalTitle{

margin-top:1px;
font-weight:bold;
font-size:21px;
color:#627279;
background:#F1F3F4 !important;
width:100%;
display:block;
padding-top:10px;
padding-left:25px;
border-bottom:1px solid #CFD7DA !important;
padding-bottom:10px;
}

.modal-button{margin-top:10px;}

h2.movie-title{
color:#40545C;
font-weight:bold;
font-size:25px;
margin-top:30px;
}



/* BOXES SIDE BY SIDE FULL WIDTH */




div.content-box-left-image{
max-width:50%;
min-height:500px;
background: rgba(117, 21, 72,0.7);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

div.alternate-background{background: rgba(117, 21, 72,0.7) !important;}


.content-box-left{background:transparent !important;padding-top:100px;padding-bottom:80px;}
.content-box-left .wrapper{margin-left:12%;margin-right:12%;}
.content-box-left .wrapper p{font-family: 'Open Sans', sans-serif;text-align: center;margin-top:50px;color:#808080;font-size:15px;text-transform:uppercase;}

.content-box-left .wrapper p.lead-paragraph{font-size:18px;text-align:center;color:#ffffff;font-weight:normal;font-family: 'Open Sans', sans-serif;text-transform:none;}

.text-box-right{margin-left:12%;margin-right:12%;margin-top:15%;margin-bottom:15%;}
.text-box-right p{text-align:left;color:white;font-weight:normal;}

div.address-section p{padding-top:30px;}


.content-box-left h1{
margin-top:16%;
text-transform:none;
margin-bottom:-25px;
display:block;
padding-bottom:0px;
text-align:center !important;
color:#ffffff;
font-size:46px;
font-weight:800;
font-family: 'Open Sans', sans-serif;
}

	
i.content-box-icon{
margin-top:20px;
text-align:center;
display:block;
font-size:55px;
color:green;
text-shadow:2px 2px 3px  rgba(0,0,0,0.2);
}	

.confidential{font-size:13px;background:none !important;}
	

/****************************************************/

.copyright p{font-size:13px;}
.copyright h2{font-size:18px;}


/* BOOKINGS CARDS */


.booking-outer{border:1px solid #e5e5e5;background:white;margin-top:0px;transition:all 0.3s ease-in-out;}
.booking-outer:hover{box-shadow: 0 0 9px 0 rgba(0,0,0,0.2);}
.booking-outer p a.button{margin-left:15px;margin-top:10px;margin-bottom:0px;}
.booking-outer h2{
	min-height:45px;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:Bold;
	color:#ffffff;
	display:block;
	background:#00BCD4;
	margin-top:0px;
	padding:10px 15px 5px 15px;
	}
.service-summary p{font-family: 'Open Sans', sans-serif;font-size:15px;padding-left:15px;padding-right:15px;}
img.booking-logo{display:inline-block;margin-top:-60px;padding-right:5px;opacity:0.5;}



