/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Roboto', sans-serif;
	vertical-align: baseline;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p + p { 
	margin-top: 0.5em;
}

/*================================*/
/*          Colours               */
/*                                */
/*     Dark Blue: #09f         */
/*     Light Blue: #45d1ff        */
/*                                */
/*================================*/

/*===== Main Styles =====*/
body {
background-color: #f5f5f5;
margin: 0;
padding: 0;
line-height: 1;
}

/*===== Divs =====*/
#top {
padding: 10px;
position: fixed;
bottom: 20px;
right: 30px;
display: none;
z-index: 999;
}

#top-bar {
background-color: #09f;
width: 100%;
height: 50px;
padding: 0px;
margin: 0;
}

#top-bar-wrapper{
margin:0 auto;
padding:0;
max-width:1160px;
width:100%
}

#top-contact-social {
float: right;
padding: 0;
margin:0;
display:block
}

ul.social {
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.social li.tel {
    border-right: medium none;
    cursor: auto;
    width: 200px;
}
ul.social li {
    cursor: pointer;
    display: inline-block;
    height: 35px;
    line-height: 40px;
    margin: 0;
    padding: 5px 0 0;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    vertical-align: middle;
    width: 40px;
}

p.top-text {
    color: #f5f5f5;
    font-family: Lato,sans-serif;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
}

.facebookFind{
	margin: 5px 0 !important;
	width: 98%;
}

li.facebook{
	background:url(../images/facebook.png) no-repeat;
	margin: 2px 0 !important;
}

li.facebook:hover{
	background:url(../images/facebook2.png) no-repeat;
}

li.googleplus{
	background:url(../images/google-plus.png) no-repeat;
	margin: 2px 0 !important;
}

li.googleplus:hover{
	background:url(../images/google-plus2.png) no-repeat;
}

li.twitter{
	background:url(../images/twitter.png) no-repeat;
	margin: 2px 0 !important;
}

li.twitter:hover{
	background:url(../images/twitter2.png) no-repeat;
}

li.instagram{
	background:url(../images/instagram.png) no-repeat;
	margin: 2px 0 !important;
}

li.instagram:hover{
	background:url(../images/instagram2.png) no-repeat;
}

li.facebook2{
	background:url(../images/facebook.png) no-repeat;
	margin: 2px 0 !important;
}

li.facebook2:hover{
	background:url(../images/facebook3.png) no-repeat;
}

li.googleplus2{
	background:url(../images/google-plus.png) no-repeat;
	margin: 2px 0 !important;
}

li.googleplus2:hover{
	background:url(../images/google-plus3.png) no-repeat;
}

li.twitter2{
	background:url(../images/twitter.png) no-repeat;
	margin: 2px 0 !important;
}

li.twitter2:hover{
	background:url(../images/twitter3.png) no-repeat;
}

li.instagram2{
	background:url(../images/instagram.png) no-repeat;
	margin: 2px 0 !important;
}

li.instagram2:hover{
	background:url(../images/instagram3.png) no-repeat;
}


#header {
position: relative;
width: 100%;
margin: 0 auto;
padding: 40px 0;
background: #272624;
}

#menu {
position: relative;
background: none repeat scroll 0 0 #272624;
width: 100%;
height: 50px;
text-align: center;
z-index: 999;
}

#banner {
background:url('../images/banner01.jpg') center center no-repeat #f5f5f5;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
width: 100%;
height: 450px;
z-index: 50;
}

#banner-short {
background:url('../images/banner01.jpg') center center no-repeat #f5f5f5;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-bottom: 2px solid #09f;
margin: 0;
padding: 0;
width: 100%;
height: 320px;
/*height: 250px;*/
z-index: 50;
}

#banner-text01 {
position: absolute;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
top: 30%;
right: 0;
padding: 15px 30px;
margin: 0;
visibility: hidden;
width: 46%;
height: 50px;
}

#banner-text02 {
position: absolute;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
top: 52%;
right: 0;
padding: 15px 30px;
margin: 0;
visibility: hidden;
width: 40%;
height: 50px;
}

#banner-text03 {
position: absolute;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
top: 10%;
right: 0;
padding: 15px 30px;
margin: 0;
visibility: hidden;
width: 46%;
height: 50px;
}

#banner-text04 {
position: absolute;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
top: 32%;
right: 0;
padding: 15px 30px;
margin: 0;
visibility: hidden;
width: 40%;
height: 50px;
}

#Bannerimg1{
	top: 6%;
	left: 27%;
	position: absolute;
	visibility:hidden;
}

#Bannerimg2{
	top: 36%;
	left: 13%;
	position: absolute;
	visibility:hidden;
}

#Bannerimg3{
	top: 66%;
	left: 25%;
	position: absolute;
	visibility:hidden;
}

#Bannerimg2-Short {
	top: 30%;
	left: 13%;
	position: absolute;
	visibility:hidden;
}

#Instantimg1, #Instantimg5{
	left: 45%;
	position: relative;
	visibility:hidden;
}

#Instantimg2, #Instantimg4, #Instantimg6{
	left: 10%;
	position: relative;
	visibility:hidden;
}

#Instantimg3{
	left: 40%;
	position: relative;
	visibility:hidden;
}

#Homeimg1{
	left: 5%;
	position: relative;
	visibility:hidden;
}

#Homeimg2{
	left: 35%;
	position: relative;
	visibility:hidden;
}

#Homeimg3{
	left: 2%;
	position: relative;
	visibility:hidden;
}

#Homeimg3{
	left: 1%;
	position: relative;
	visibility:hidden;
}

#Extraimg1 {
	left: 25%;
	position: relative;
	visibility:hidden;
}

#Extraimg2 {
	left: 25%;
	position: relative;
	visibility:hidden;
}

#Extraimg3 {
	left: 25%;
	position: relative;
	visibility:hidden;
}

#Extraimg4 {
	left: 25%;
	position: relative;
	visibility:hidden;
}

.banner-button1 {
position: absolute;
left: 44%;
top: 85%;
color: fff;
}

.why-button1 {
position: relative;
left: 35%;
top: 50%;
margin: 25px 0 0 !important;
}

.banner-button2 {
position: absolute;
left: 74%;
top: 56%;
color: fff;
}

.main-content {
background-color: #ffffff;
position: relative;
width: 100%;
margin: 0 auto;
padding: 40px 0;
overflow: hidden;
}

.main-content.noBott {
padding: 40px 0 0 0;
}

.main-content-grey {
background-color: #f2f2f2;
position: relative;
width: 100%;
margin: 0 auto;
padding: 40px 0;
overflow: hidden;
}

#facebookFind-wrapper{
	width: 20%;
	margin: 30px 0 0;
	padding: 0;
	left: 40%;
	display: block;
	position: relative;
}

.round-white-bg:hover {
width: 90px;
height: 90px;
margin-left: -59px;
}

.round-button {
background:url('../images/arrow.png') center center no-repeat #09f;
position: absolute;
bottom: 48px;
left: 50%;
width: 38px;
height: 38px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
margin-left: -33px;
z-index: 11;
}

#email-response {
margin: 10px 0;
padding: 0;
text-align: center;
}

#footer {
background: none repeat scroll 0 0 #272624;
width: 100%;
padding: 30px 0;
margin: 0;
}

#baseline {
background: none repeat scroll 0 0 #09f;
width: 100%;
padding: 20px 0;
margin: 0;
}

/*===== Containers =====*/
#top-bar-wrapper {
width: 98%;
max-width: 1160px;
margin: 0 auto;
padding: 5px 0;
}

#header-wrapper {
width: 98%;
max-width: 1160px;
padding: 0;
margin: 0 auto;
overflow: hidden;
text-align:center;
}

#menu-wrapper {
margin: 0 auto;
width: 98%;
max-width: 1160px;
padding: 0;
}

#banner-wrapper {
position: relative;	
width: 100%;
height: 450px;
max-width: 1160px;
padding: 0;
margin: 0 auto;
}

#banner-short-wrapper {
position: relative;	
width: 100%;
height: 250px;
max-width: 1160px;
padding: 0;
margin: 0 auto;
}

.main-content-wrapper {
width: 98%;
max-width: 1160px;
padding: 0;
margin: 0 auto;
overflow: hidden;
text-align: center;
}

.main-content-wrapper.left {
text-align: left;	
}

.service-wrapper {
width: 100%;
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

.wedding-wrapper {
width: 80%;
padding: 0 10% 20px;
margin: 0;
overflow: hidden;
}

.executive-wrapper {
width: 98%;
padding: 0 1% 20px;
margin: 0;
overflow: hidden;
}

.leftie, .rightie, .serviceUp{
	opacity: 0;
}

.testimonial-wrapper {
background: url("../images/quotes-start.png") no-repeat scroll left top, rgba(242, 242, 242, 1) url("../images/quotes-end.png") no-repeat scroll right bottom;	
width: 100%;
padding: 30px 25px 25px;
margin: 0 0 20px 0;
overflow: hidden;
box-sizing: border-box;
}

.two-column-wrapper {
width: 100%;
margin: 0;
padding: 10px 0;
overflow: hidden;
}

#map-wrapper {
width: 100%;
box-sizing: border-box;
margin: 0;
padding: 20px 0 0;
}

#footer-wrapper {
width: 98%;
max-width: 1160px;
padding: 0 0 20px;
margin: 0 auto;
overflow: hidden;
text-align: center;
}

#baseline-wrapper {
width: 98%;
max-width: 1160px;
padding: 0;
margin: 0 auto;
overflow: hidden;
}

/*===== Columns =====*/
#logo {
float: left;
display: block;
width: 25%;
padding: 18px 0;
margin: 0;
}

#header-contact {
float: right;
display: block;
width: ;
padding: 25px 10px 0 0;
margin: 0;
text-align: center;
}

.column-33-01 {
visibility: hidden;
position: relative;
display: block;
float: left;
width: 24%;
margin: 0.5%;
overflow: hidden;
}

.servicesDiv {
opacity:0;
background: #f2f2f2;
position: absolute;
display: block;
float: left;
width: 100%;
padding: 0 1%;
margin: 0;
height: 100%;
z-index: 10;
top: 0;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

.servicesDivVis {
opacity:0.7 !important;
}

.left-column-80 {
display: block;
float: left;
width: 74%;
padding: 40px 0 30px;
margin: 0;
overflow: hidden;
text-align: justify;
}

.right-column-20 {
display: block;
float: left;
width: 21%;
padding: 0 2%;
margin: 0;
overflow: hidden;
}

.right-column-extraCar {
display: block;
width: 30%;
left: 35%;
padding: 20px 0 0;
margin: 0;
overflow: hidden;
position: relative;
}

.right-column-80 {
display: block;
float: left;
width: 74%;
padding: 90px 0 30px;
margin: 0;
overflow: hidden;
text-align: justify;
}

.left-column-20 {
display: block;
float: left;
width: 21%;
padding: 0 2%;
margin: 0;
overflow: hidden;
}

.left-column-70 {
display: block;
float: left;
width: 64%;
padding: 40px 0;
margin: 0;
overflow: hidden;
text-align: justify;
}

.leftColParty {
	padding: 90px 0 !important;
}

.right-column-30 {
display: block;
float: left;
width: 31%;
padding: 10px 2%;
margin: 0;
overflow: hidden;
}

.right-column-70 {
display: block;
float: left;
width: 64%;
padding: 40px 0;
margin: 0;
overflow: hidden;
text-align: justify;
}

.rightColParty {
	padding: 90px 0 !important;
}

.left-column-30 {
display: block;
float: left;
width: 31%;
padding: 10px 2%;
margin: 0;
overflow: hidden;
}

.left-column-60 {
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 40px 0 0;
    text-align: left;
    width: 60%;
}

.centerCol {
	text-align: center;
}

.right-column-40 {
    box-sizing: border-box;
    text-align: left;
    width: 40%;
	display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
	min-height: 100px;
}

.rightCal {
	padding: 8% 0 0;
}

.service-column-01 {
float: left;
display: inline-block;
width: 25%;
padding: 35px 40px 0 0;
margin: 0;
overflow: hidden;
}

.service-column-02 {
float: left;
display: inline-block;
width: 70%;
padding: 0;
margin: 0;
text-align: left;
overflow: hidden;
}

.left-column-50-600 {
    padding: 50px;
}

.right-column-50-600 {
    box-sizing: border-box;
    margin: 0;
    padding: 100px;
}

.about01 {
    background: #D3D3D3 url("../images/Weddings2.jpg") no-repeat scroll center center !important;
}

.left-column-50-600, .right-column-50-600 {
    background: #D3D3D3 none repeat scroll 0 0;
    display: block;
    float: left;
    height: 600px;
    width: 50%;
}

.left-column-50, .left-column-50-600, .right-column-50 {
    box-sizing: border-box;
    margin: 0;
    padding: 100px;
}

#footer-column-01 {
display: block;
float: left;
width: 30%;
padding: 0 20px 0 0;
margin: 0;
overflow: hidden;
text-align: left;
}

#footer-column-02 {
display: block;
float: left;
width: 30%;
padding: 0 20px 0 0;
margin: 0;
overflow: hidden;
text-align: left;
}

#footer-column-03 {
display: block;
float: left;
width: 30%;
padding: 30px 0 0 0;
margin: 0;
overflow: hidden;
text-align: center;
}


/*===== Div Separator =====*/
.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}

/*===== Sections =====*/
section.service {
display: inline-block;
margin: 0;
padding: 0;
}

/*===== Menus =====*/
nav ul {
position: relative;
list-style: none outside none;
margin: 0;
padding: 0;
display: inline-table;
height: 50px;
z-index: 1001;
}

nav ul:after {
content: "";
clear: both;
display: block;
}

nav ul li:hover > ul {
display: block;
}

nav ul li {
border-top-left-radius: 25px;
border-top-right-radius: 25px;
position: relative;
float: left;
height: 50px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

nav ul li:hover {
background-color: #45d1ff;

}

nav ul li a {
color: #fff;
float: left;
font-size: 1.1em;
font-family: 'Roboto', sans-serif;
font-weight: 500;
height: 50px;
line-height: 50px;
padding: 0 30px;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

nav ul li a.down {
background: url("../images/down.gif") no-repeat scroll right 20px center;
padding: 0 40px 0 20px;
}

nav ul ul {
position: absolute;
top: 100%;
display: none;
height: 50px;
z-index: 1001;
}

nav ul ul:after {
content: "";
clear: both;
display: block;
}

nav ul ul li:hover > ul {
display: block;
}

nav ul ul li {
float: none;
position: relative;
background-color: #272624;
border-bottom: 1px solid #ffffff;
height: 50px;
text-align: left;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
width: 280px;
}

nav ul ul li:hover {
background-color: #45d1ff;
}

nav ul li.divider {
background: none repeat scroll 0 0 #f0f0f0;
box-shadow: 1px 0 0 rgba(255, 255, 255, 0.8);
height: 50px;
margin-right: 1px;
width: 1px;
}

.bottomBor {
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
}

/*===== Headers =====*/
strong { 
    font-weight: bold;
}

h1 {
color: #09f;
font-size: 2.2em;
font-family: 'Roboto', sans-serif;
font-weight: 400;
margin: 0 0 20px 0;
padding: 0;
display: block;
line-height: 1.5em;
text-align: center;
}

h1.white {
color: #fff;
}

h2 {
color: #45d1ff;
font-size: 1.5em;
font-family: 'Roboto', sans-serif;
font-weight: 400;
margin: 0 0 40px 0;
padding: 0;
display: block;
line-height: 1.5em;
text-align:center;
}

h2.white {
color: #ffffff;
font-size: 1.8em;
font-family: 'Roboto', sans-serif;
font-weight: 400;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
margin: 0;
padding: 0;
display: block;
line-height: 1.5em;
}

h3 {
color: #45d1ff;
font-size: 1.5em;
font-family: 'Roboto', sans-serif;
font-weight: 400;
margin: 20px 0 10px;
padding: 0;
display: block;
line-height: 1.5em;
}

h3.white {
color: #ffffff;
font-size: 1.5em;
font-family: 'Roboto', sans-serif;
font-weight: 400;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
margin: 0;
padding: 0;
display: block;
line-height: 1.5em;
}

.header-pad {
margin: 0 0 20px 0 !important;
}

h4 {
color: #45d1ff;
font-size: 1.5em;
font-family: 'Roboto', sans-serif;
font-weight: 400;
margin: 30px 0 10px 0;
padding: 0;
display: block;
line-height: 1.5em;
z-index: 12;
}

/*===== Spans =====*/

span.blue{
	color: #09f;
	font-weight: 400;
}

/*==== Dividers ====*/
.hr-centre {
    margin: 30px auto;
    width: 40%;
}

.hr, .hr-centre, .hr-left, .hr-centre-short {
    background: #454545 none repeat scroll 0 0;
    border: 0 none;
    color: #414042;
    display: block;
    height: 1px;
}

/*====== Ticks and Crosses ========*/
/* List styling */
.featureList, .featureList ul {
  margin-top: 20px;
  padding-left: 2em;
  list-style-type: none;
  font-size: 1.1em;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.7em;
  color: #000000;
  text-align: left;
}
.lineF {
  padding-left: 4em;
  margin-top: 0;
}

.featureList li:before {
  position: absolute;
  margin-left: -1.3em;
  font-weight: bold;
}
.featureList li.tick:before {
  content: "\2713";
  color: #09f;
}
.featureList li.line:before {
  content: "\2013";
  color: #45d1ff;
}
.featureList li.cross:before {
  content: "\2717";
  color: crimson;
}
.featureList li {
margin: 20px 0;
}

/*==== Button Delays ====*/
.ServicesButton{
	opacity: 0;
}

.ServicesButtonMove{
	opacity: 1 !important;
}

.serviceBlock{
	opacity: 0;
}

/*===== Paragraphs =====*/
p.main-text {       
color: #454545; 
font-size: 1.1em; 
font-family: 'Roboto', sans-serif;
padding: 0;
line-height: 1.7em;
}

p.main-text.left {       
text-align:left;
}

p.main-text-1 {       
color: #454545; 
font-size: 1em; 
font-family: 'Roboto', sans-serif;
padding: 0;
line-height: 1.5em;
}

p.header-text {      
color: #45d1ff; 
font-size: 2.5em; 
font-family: 'Roboto', sans-serif;
font-weight: 800;
padding: 0;
margin: 0;
line-height: 1.5em;
}

p.header-text.small {
font-size: 0.975em;
font-weight: 700;
}

p.footer-text {       
color: #ffffff; 
font-size: 1em; 
font-family: 'Roboto', sans-serif;
padding: 0;
line-height: 1.7em;
}

p.footer-text.small {
font-size: 0.825em;
}

p.error-text {       
color: #454545; 
font-size: 15em; 
font-family: 'Roboto', sans-serif;
font-weight: 700;
padding: 0;
line-height: 1em;
}	

/*===== Contact Form =====*/
form.cmxform {
width: 100%;
color: #454545; 
font-family: 'Roboto', sans-serif;
}

form.cmxform legend {
padding-left: 0;
}

form.cmxform legend, form.cmxform label {
color: #454545;
}

form.cmxform fieldset {
border: none;
background: none repeat scroll 0 0 transparent;
background-color: #transparent;
margin: 0;
padding: 10px 0 0;
}

form.cmxform fieldset fieldset {
background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
padding: 5px 10px 7px;
background: none repeat scroll 0 0 transparent;
}

form.cmxform label.error, label.error {
color: red;
font-style: italic;
}

div.error { 
display: none; 
}

form.cmxform .gray * { 
color: gray; 
}

#editor-label {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 10px 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
color: #454545;
font-family: "Roboto",sans-serif;
font-size: 1em;
}

#editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 20px 0 10px 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

#editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0;
outline: 0 none;
padding: 0 0 10px;
vertical-align: baseline;
}

span.requiredfield {
color: #fe0000;
}

span.bold {
font-weight: 700;
}

input.contact {
border: 1px solid #000000;
color: #454545;
font-family: 'Roboto', sans-serif;
font-size: 1em;
height: 35px;
line-height: 18px;
margin-bottom: 5px;
padding: 2px 3px;
width: 60%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

input.contact.short {
width: 30%;
}

input.contact.question {
width: 50px;
text-align: center;
}

input.contact:focus {
border: 2px solid #09f;
}

input.contact.error {
border: 1px solid red;
}

textarea.contact {
border: 1px solid #000000;
color: #454545;
font-family: 'Roboto', sans-serif;
font-size: 1em;
height: 100px;
line-height: 18px;
margin-bottom: 5px;
padding: 2px 3px;
width: 100%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

textarea.contact:focus {
border: 1px solid #09f;
}

textarea.contact.error {
border: 1px solid red;
}

input.submit {
background: #45d1ff;
border: 0 none;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Roboto', sans-serif;
font-size: 1.1em;
font-weight: 400;
padding: 15px 25px;
margin: 20px auto;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

input.submit:hover {
background: #09f;
}

input.submitEnter {
	width: 20%;
	margin: 0 20px;
	background: #09f;
	border: 0 none;
	display: inline-block;
	color: #ffffff;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out;
}

input.hide {
	display: none;
}

input.submitEnter:hover {
background: #45d1ff;
}

input[type=checkbox] {
margin: 0 10px;
cursor: pointer;
}

/*===== Buttons =====*/
a.button {
background: #fff;
border: 0 none;
display: inline-block;
color: #000;
cursor: pointer;
font-family: 'Roboto', sans-serif;
font-size: 1.1em;
padding: 15px 20px;
margin: 0 auto 10px auto;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

a.button:hover {
background: #000;
color: #fff;
}

a.button2 {
background: #45d1ff;
border: 0 none;
display: inline-block;
color: #fff;
cursor: pointer;
font-family: 'Roboto', sans-serif;
font-size: 1.1em;
padding: 18px 20px;
margin: 0 auto 10px auto;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

a.button2:hover {
background: #09f;
}

/*===== Links =====*/

a.blank:active, a.blank:link, a.blank:visited {
    text-decoration: none;
}

a.darkgreen {
color: #f5f5f5;
font-family: 'Roboto', sans-serif;
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

a.darkgreen:hover {
color: #45d1ff;
font-family: 'Roboto', sans-serif;
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

a.link:link , a.link:visited, a.link:active {
color: #454545;
font-size: 1.1em; 
font-family: 'Roboto', sans-serif;
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

a.link.under:link , a.link.under:visited, a.link.under:active {
text-decoration: underline;
}

a.link:hover {
color: #45d1ff;
text-decoration: underline;
}

a.footer-link:link , a.footer-link:visited, a.footer-link:active {
color: #ffffff;
font-size: 1em; 
font-family: 'Roboto', sans-serif;
text-decoration: none;
margin: 0;
cursor: pointer;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

a.footer-link.under:link , a.footer-link.under:visited, a.footer-link.under:active {
text-decoration: underline;	
}

a.footer-link:hover {
text-decoration: underline;
}

a.blank:link , a.blank:visited, a.blank:active {
text-decoration: none;
}

/*===== Telephone Numbers =====*/
.tel,.tel:visited { /*for small screens */ 
color: #f5f5f5; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel:hover,.tel:focus { 
color: #f5f5f5 !important; 
}

.tel-white,.tel-white:visited { /*for small screens */ 
color: #ffffff; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel-white:hover,.tel-white:focus { 
color: #ffffff; 
}

/*===== Lists =====*/
/*===== Standard Bullets =====*/
ul.bullets {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul.bullets li {
color: #09f; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

span.bullets {
color: #454545; 
font-size: 1.1em; 
font-family: 'Roboto', sans-serif;
line-height: 1.7em;
}

/*======Drop down =====*/
select {
    padding:4px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #f8f8f8;
    color:#454545;
    border:none;
    outline:none;
    cursor:pointer;
	font-family: "Roboto",sans-serif;
    font-size: 1em;
	width: 95%;
}
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

img.aceImgs{
	overflow: hidden;
	height: 14vw;
	width: 14vw;
	border-radius: 50%;
	border: 8px solid #000;
}

img.bubImg1{
	overflow: hidden;
	height: 160px;
	width: 160px;
	border-radius: 50%;
	border: 8px solid #fff;
}

img.bubImg2{
	overflow: hidden;
	height: 140px;
	width: 140px;
	border-radius: 50%;
	border: 8px solid #fff;
}

img.bubImg3{
	overflow: hidden;
	height: 120px;
	width: 120px;
	border-radius: 50%;
	border: 8px solid #fff;
}

img.blackBoarder {
	border: 8px solid #000 !important;
}

img.servImg{
	overflow: hidden;
	margin: 10px 0;
	float: left;
}

img.bubExtraImg1{
	overflow: hidden;
	height: auto;
	width: 50%;
	border-radius: 50%;
	border: 8px solid #fff;
}

img.bubExtraImg2{
	overflow: hidden;
	height: auto;
	width: 50%;
	border-radius: 50%;
	border: 8px solid #fff;
}

img.bubExtraImg3{
	overflow: hidden;
	height: auto;
	width: 50%;
	border-radius: 50%;
	border: 8px solid #fff;
}

img.bubExtraImg4{
	overflow: hidden;
	height: auto;
	width: 50%;
	border-radius: 50%;
	border: 8px solid #fff;
}

/*===== Animation =====*/
/*
==============================================
slideUp
==============================================
*/
.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	
	-webkit-animation-fill-mode: both; 
    animation-fill-mode: both;

	animation-timing-function: ease-in;	
	-webkit-animation-timing-function: ease-in;	

	visibility: visible !important;	
}

@keyframes slideUp {
	0% {
		opacity: 0; 
		transform: translateY(-10%);
	}			
	100% {
		opacity: 1;
		transform: translateY(0%);
	}	
}

@-webkit-keyframes slideUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10%);
	}		
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}

/*
==============================================
slideRight
==============================================
*/
.slideRight{
	animation-name: slideRightSlow;
	-webkit-animation-name: slideRightSlow;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	
	-webkit-animation-fill-mode: both; 
    animation-fill-mode: both;

	animation-timing-function: ease-in;	
	-webkit-animation-timing-function: ease-in;
	
	-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;

	visibility: visible !important;	
}

@keyframes slideRightSlow {
	0% {
		opacity: 0; 
		transform: translateX(-10%);
	}			
	100% {
		opacity: 1;
		transform: translateX(0%);
	}	
}

@-webkit-keyframes slideRightSlow {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10%);
	}		
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}

/*
==============================================
slideLeft
==============================================
*/
.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	
	-webkit-animation-fill-mode: both; 
    animation-fill-mode: both;

	animation-timing-function: ease-in;	
	-webkit-animation-timing-function: ease-in;

	-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;

	visibility: visible !important;	
}

@keyframes slideLeft {
	0% {
		opacity: 0; 
		transform: translateX(10%);
	}			
	100% {
		opacity: 1;
		transform: translateX(0%);
	}	
}

@-webkit-keyframes slideLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10%);
	}		
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}

.hidimg{
	display: none;
}

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

@media screen and (max-width: 891px) {
#logo {
width: 100%;
text-align: center;
}

#header-contact{
width: 100%;
text-align: center;
padding:0;
}

#tohide{
display:none;
}

#Bannerimg1{
	left: 16%
}

#Bannerimg2, #Bannerimg2-Short{
	left: 2%
}

#Bannerimg3{
	left: 12%
}

img.bubImg1{
	width:130px;
	height:130px;
}

img.bubImg2{
	width:110px;
	height:110px;
}

img.bubImg3{
	width:100px;
	height:100px;
}

h1.titleh1{
	font-size: 1.6em;
}

}

@media screen and (max-width: 650px){
#banner-text01, #banner-text03{
	width: 70%;
	top: 5%;
}	 

#banner-text02, #banner-text04{
	width: 50%;
	top: 25%;
}	

#Bannerimg1{
	display:none;
}

#Bannerimg2, #Bannerimg2-Short{
	left: 4%;
}

#Bannerimg3{
	left: 16%;
}

h1.titleh1{
	font-size: 1.5em;
}


img.aceImgs{
	width: 30vw;
	height: 30vw;
}

.column-33-01 {
	width: 49%;
}

#Instantimg1, #Instantimg3{
	left: 25%;
}

#Instantimg2{
	left: 0;
}

.Ex1{
	position:relative;
	top: 55px;
}

}

@media screen and (max-width: 500px) {

#logo {
width: 98%;
padding: 0 0 20px 0;
text-align: center;
}  

h1.titleh1{
	font-size: 1.4em;
}

#banner-text01, #banner-text03{
	width: 90%;
	left:4%;
	padding: 15px 1%;
}

#banner-text02, #banner-text04{
	width: 80%;
	left:9%;
	padding: 15px 1%;
}		

.banner-button1, .banner-button2{
	left: 30%;
	width: 35%; 
	
}

#Bannerimg1{
	display:inline-block;
	top: 45%;
	left: 5%;
}

#Bannerimg2, #Bannerimg2-Short{
	top: 55%;
	left: 40%;
}

#Bannerimg3{
	top: 50%;
	left: 70%;
}

.BannerImgHide {
	display:none !important;
}

.smallScreen {
	width: 98% !important;
}

img.bubImg1{
	width:95px;
	height:95px;
}

img.bubImg2{
	width:80px;
	height:80px;
}

img.bubImg3{
	width:60px;
	height:60px;
}

.Ex1{
	position:relative;
	top: 70px;
}

h1 {
font-size: 2.1em;
}

h2 {
font-size: 1.3em;
}

h4 {
margin: 40px 0 0 0;
}

p.main-text{
text-align: justify !important;
}

}

@media screen and (max-width: 379px) {

img.bubImg1{
	width:80px;
	height:80px;
}

img.bubImg2{
	width:70px;
	height:70px;
}

img.bubImg3{
	width:50px;
	height:50px;
}

p.header-text {
font-size: 1.8em;	
}

.Ex1{
	position:relative;
	top: 80px;
}

#baseline-wrapper {
text-align: center;
}

nav ul li a {
padding: 0 10px;
font-size: 1em;
}	

}

/***********************************************************************/
/*===== Menu ===*/
nav ul li.divider {
display:none;
}