/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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: inherit;
	vertical-align: baseline;
}
/* 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;
}
@font-face {
    font-family: 'QuicksandBook';
    src: url('../fonts/Quicksand_Book-webfont.eot');
    src: url('../fonts/Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Quicksand_Book-webfont.woff') format('woff'),
         url('../fonts/Quicksand_Book-webfont.ttf') format('truetype'),
         url('../fonts/Quicksand_Book-webfont.svg#QuicksandBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: local('Fjalla One'), local('FjallaOne-Regular'), url(http://themes.googleusercontent.com/static/fonts/fjallaone/v1/rxxXUYj4oZ6Q5oDJFtEd6hsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}



h1,h2,h3,h4,h5,h6,p,li,a
{
	font-family: 'Century Gothic', 'QuicksandBook',Helvetica, Arial, sans-serif;
	color: #2baaad;
}
sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
sub { 
	top: 0.4em; 
}


p
{
	font-size: 14px;
	line-height: 16px;
}

q
{
	display:block;
}
q:before
{
content: '“';
}

q:after
{
	content:'”';
}
em
{
	text-transform: uppercase;
}


body
{
	background:#ffffff url('../images/background.jpg');
	overflow-y: scroll;
}

big
{
   font-size: 3em;
}
#tagLine{
	text-align: center;
	margin-bottom: 15px;
	margin-top: -5px;
	width: 90%;
	margin-left: 5%;
}
.sidebar
{
	position:fixed;
	left:0;
	top:0;
	width:260px;
	height:100%;
	padding-right:10px;

}

.sidebar:after {
    content: "";
    background: #ffffff url('../images/flowers.png') no-repeat center bottom;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;   
}


#logo h1
{
	width:150px;
	height: 150px;
	background-image: url('../images/logo.png');
	text-indent: -9999px;
	background-size: 100%;
	margin:25px auto 25px auto;

}

.navbar
{
	margin:5px auto;
	width:180px;
	font-size: 14px;
}

.navbar li:first-child
{
	border-top: 1px solid #2baaad;
	padding-top: 20px;
}

.navbar li:last-child
{
	border-bottom: 1px solid #2baaad;
	padding-bottom: 20px;
}


.navbar li
{
	
	text-decoration: none;
	height:20px;
	padding: 3px;
	margin-bottom: 5px;
}

 .navbar a
{
	text-transform: uppercase;
	text-decoration: none;
	width:150px;
	height:20px;
	font-size: 18px;
	padding: 3px 10px 3px 0;
	border-radius: 20px;
	-webkit-transition: padding 350ms ease-in-out;
    -moz-transition: padding 350ms ease-in-out;
     -o-transition: padding 350ms ease-in-out;
     -ms-transition: padding 350ms ease-in-out;
     transition: padding 350ms ease-in-out;
}

.navbar a:hover
{
	background-color: #2baaad;
	color:white;
	padding:3px 10px 3px 30px;

}
.contactbox
{
	position:fixed;
	bottom:20px;
	left:0px;	
}
.contactbox a
{
	text-decoration: none;
}

.sidebar .contactbox li
{
	font-size: 14px;
	line-height: 12px;
	margin-left:20px;
	margin-bottom:10px;

}
.sidebar .contactbox img
{
	width:30px;
	margin-right:5px;
	display:inline-block;
	vertical-align:middle


}
.sidebar .contactbox p
{
	display:inline-block;
	vertical-align:middle

}

.sidebar .selected
{
	background-color: #2baaad;
	color:white;
	border-radius: 20px;
	padding:3px 10px 3px 30px;
}

.footer
{
	margin-left:35px;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index: 9999;
}

.footer a
{
	text-decoration: none;
}	

.footer img
{
	width:40px;
	display:inline-block;
}

.footer p
{
	display:inline-block;
	font-size: 12px;
}

.contentwrapper
{
	width:640px;	
	padding:20px 20px 20px 20px;
	margin:auto;
	background:rgba(255, 255, 255, 0.5);
	overflow: auto;
	display: none;

}

.contentwrapper h2
{
	font-family: 'Fjalla One';
	margin:0 0 10px 0;
	font-size: 26px;
	line-height: 28px;
}

.contentwrapper img{
	margin-bottom:10px;
}

.contentwrapper h3
{
	font-family: 'Fjalla One';
	font-size: 20px;
	margin-bottom:5px;
	line-height: 22px;
}

.contentwrapper h4
{
	font-family: 'Fjalla One';
	font-size: 18px;
	line-height: 20px;

}

.contentwrapper h5
{
	font-family: 'Fjalla One';
	font-size: 15px;
	margin-bottom:5px;
}

.contentwrapper p
{
	font-size:15px;
	margin-bottom:10px;
	line-height: 18px;
}

#splashtext
{
	font-size: 30px;
	line-height: 40px;
}

#aboutblock
{
	width:180px;
	height:260px;
	float:left;
	display:inline;
	padding:0 6px 0 7px;
	border-right:1px solid #2baaad ;

}

.readmore
{
	float: right;
	background: #2baaad;
	color:white;
	border-radius: 5px;
	text-align: center;
	padding: 5px 10px;
	text-indent: 0;
	margin-right: 10px;
	
}


#testamonialblock
{
	width:180px;
	height:260px;
	float:left;
	display:inline;
	padding:0 6px 0 7px;
	border-right:1px solid #2baaad ;
	text-indent: 10px;
}

#socialblock
{
	width:240px;
	height:260px;
	float:left;
	display:inline;
	padding:0 6px;

}

#twitter_update_list
{
	list-style: none;
}

#testamonialblock img,#aboutblock img
{
	width:80px;
	float:right;
	margin-right:30px;
} 

#wrapper
{
	padding-bottom: 10px;
}

#aboutmain 
{
	width:280px;
	padding:0 10px 0 10px;
	float:left;
	display:inline;
}

#aboutmain p
{
	display:inline;
	padding:5px;
	line-height: 20px;

}

#kit
{
	width:280px;
	padding:0 9px 0 10px;
	border-left: 1px solid #2baaad;
	float:left;
	display:inline;

}

#kit li
{
	font-size: 14px;
	line-height: 12px;
	display:block;
	padding-bottom:8px;

}
#kit img
{
	margin-right:5px;
	display:inline;
	vertical-align:middle


}
#kit p
{
	display:inline;
	padding:5px;
	line-height: 20px;

}

#kit h4
{
	padding:10px 0;
}

#maxiwrapper
{
	position:fixed;
	top:0;
	left:0;
	z-index: 1337;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.8);
}

#maxiimage
{
	position:fixed;
	top:50%;
	left:50%;
	margin:-400px 0 0 -400px;
	width:800px;
	height:90%;
	max-height: 800px;
}

.gallerycol1 {
  width: 193px;
  margin: 0 5px 0 20px;
  float: left;
  display:inline;
}

.gallerycol2 {
  width: 193px;
  margin: 0 5px 0 5px;
  float: left;
  display:inline;
}

.gallerycol3 {
  width: 193px;
  margin: 0 20px 0 5px;
  float: left;
  display:inline;
}

.galleryimg
{
	width:193px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: opacity 200ms;
     -moz-transition: opacity 200ms;
     -o-transition: opacity 200ms;
     -ms-transition: opacity 200ms;
     transition: opacity 200ms;

}

.galleryimg:hover
{
	opacity: 0.6;
}

#amount
{
	margin-left:20px;
	border: 0; 
	color: #2baaad; 
	background: rgba(0,0,0,0);
	cursor: default;
}
.submit
{
	margin:10px;
	padding:8px;
	border:none;
	cursor: pointer;
	background:#2baaad;
	color:white;
	float:right;
	border-radius:5px;
}


#packages
{
	clear:both;
}

.testimonailtext em
{
	padding:20px;
	line-height: 40px;
	letter-spacing: 1px;
	font-weight: 600;
}
.testimonailtext q
{
	line-height: 24px;
	text-indent:10px;
}

input, textarea
{
	font-size: 16px;
	font-family: 'QuicksandBook', Helvetica, Arial, sans-serif;
	color: #2baaad;
	border:2px solid #2baaad;
	border-radius: 5px;
	padding: 10px 10px 10px 55px;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	margin:5px;
	font-size: 16px;
}

.namebox
{
	width:238px;
	height: 30px;
	background-image: url('../images/username.png');
	
}

.emailbox
{
	width:238px;
	height: 30px;
	background-image: url('../images/email.png');
}

.phonebox
{
	width:238px;
	height: 30px;
	background-image: url('../images/phone.png');
}

.mobilebox
{
	width:238px;
	height: 30px;
	background-image: url('../images/mobile.png');
}

.infobox
{
	width:560px;
	height: 200px;
	background-image: url('../images/info.png');
}

.passwordbox
{
	width:238px;
	height: 30px;
	background-image: url('../images/password.png');
}

.cashbox
{
	width:238px;
	height: 30px;
	background-image: url('../images/cash.png');
}

#OSlogin
{
    width:300px;
    height:200px;
    position: absolute;
	left:50%;
	top:50%;
	margin: -100px 0 0 -150px;
	
}


#OSlogin .passwordbox
{
	display:block;
}

#OSlogin .namebox
{
	display:block;
}

#adminlogin
{
    width:800px;
    height:300px;
    position: absolute;
	left:50%;
	top:50%;
	margin: -150px 0 0 -400px;
	
}

#adminlogin .submit, .namebox, .passwordbox
{
	display:block;
	float: left;
}

.blockform input
{
	display:block;
	float:none;
}

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

    .sidebar
	{
	position:fixed;
	left:0;
	top:0;
	width:260px;
	height:100%;
	padding-right:10px;
	}

	.contactbox
	{
	position:absolute;
	bottom:25px;
	left:0px;	
	}

    .contentwrapper 
    {   
        position:absolute;
        top:25px;
        left:280px;
    }
}

@media only screen and (max-height: 768px){
	.sidebar
	{
	width:260px;
	height:100%;
	padding-right:10px;
	}
	#logo h1{
		width: 120px;
		height: 120px;
	}
}

