/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
	text-shadow: #fff 0px 1px 0px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #eee 0%, #aaa 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #eee 0%, #aaa 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #eee 0%, #aaa 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(1, #aaa));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #eee 0%, #aaa 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #eee 0%, #aaa 100%);
	overflow: hidden;
}

body {
    font-size: 1em;
    line-height: 1.4;
	min-width: 320px;
	/*overflow: hidden;*/
}

body {
  height: auto;
  /*overflow: hidden;*/
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #000;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

-moz-selection {
    background: #ccc;
    text-shadow: none;
}

selection {
    background: #ccc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

h2 {
	font-size: 40px;
	text-align: center;
	padding: 0 10px;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Main Page styles
   ========================================================================== */
      
.full {
	display: block;
}

.mobile {
	height: 0;
	display: none;
}

.headerM {
	height: 0;
	top: 0;
}

ul.menuM {
	height: 0;
	top: 0;
}

.headerFull {
	height: 100px;
	width: 100%;
	background-color: #bbb;
	position: relative;
	border-bottom: solid 2px #000; 
	top: 0px;
	bottom: 0px;
}

.logo {
	height: 90px;
	margin: 0 auto;
	width: 316px;
	position: relative;
	top: 5px;
}

.fixSmall {
	display: none;
}

.fixBig {
	display: block;
}

.menuFullDiv {
	height: auto;
	width: 100%;
	position: relative;
	background-color: #555;
	text-align: center;
}

ul.menu {
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 7px 0;
	border-top: solid 3px #97bad7;
}

li.items {
	height: 30px;
	display: inline;
	list-style-type: none;
	text-align: center;
	padding: 9px 5px 3px;
	color: #CCC;
	cursor: pointer;
}

li.items:hover {
	background-color: #97bad7;
	color: #000;
	cursor: pointer;
}

.banner {
	margin: 0 auto;
	min-width: 768px;
	overflow: hidden;
	overflow-y: hidden;
	display: block;
	position: relative;
	background-color: #eee;
	border-bottom: solid 4px #555;
}

.absolute {
	margin: 0 auto;
	vertical-align: middle;
	min-width: 768px;
	overflow-x: hidden;
	overflow-y: hidden;
	display: block;
	position: relative;
	height: 250px;
	width: 100%;
}

.wide {
	padding: 0;
}


.menuButton {
	font-size: 20px;
	color: #000;
	float: right;
	position: relative;
	padding: 0 5px;
	border: 1px solid #000;
	top: 15px;
	right: 0px;
	display: block;
}

.menuButton2 {
	font-size: 20px;
	color: #000;
	float: right;
	position: relative;
	padding: 0 5px;
	border: 1px solid #000;
	top: 15px;
	right: 0px;
	display: block;
}

#slider {
	max-width: 960px;
	overflow: visible;
    position: relative;
	height: auto;
}

#mask {
    overflow: hidden;
    min-height: 300px; 
	height: 300px;
}

div.window {
	color: #666; 
	width: 100%;
	background: #c6a24b; 
	text-align: center; 
	padding: 0;
}

div.window div { 
	height: 0px; 
	overflow: hidden; 
	width: 100%;
}

input.toggle2 ~ .block1 { 
	margin-left: -100%;
}

input.toggle2:checked ~ .block1 { 
	margin-left: 0;
}

input.toggle2 ~ .block2 { 
	margin-left: 0;
}

input.toggle2:checked ~ .block2 { 
	margin-left: 100%;
}

input.toggle2 ~ .block3 { 
	margin-left: 100%;
}

input.toggle2:checked ~ .block3 { 
	margin-left: 200%;
}

input.toggle2 { 
	display: none; 
}

div.window label {
	background: #660b0b; 
	padding: .6em; 
	float: right; 
}

div.window label:hover, div.window label:focus {
	cursor: pointer; 
	background: #311; 
	right: 100px; 
}

input.toggle2:checked + label { 
	background: #CCC; 
}

label:hover { 
	background: #CCC; 
}

input.toggle2 + label { 
	cursor: pointer;
	float: right;
	font-size: 20px;
	color: #000;
	float: right;
	position: relative;
	padding: 0 5px;
	border: 1px solid #000;
	top: 15px;
	right: 15px;
	display: block;
}

input.toggle2 ~ .block1, input.toggle2 ~ .block2, input.toggle2 ~ .block3 { 
	transition: .6s margin-left ease-in-out; 
	-moz-transition: .6s margin-left ease-in-out; /* Firefox 4 */
	-webkit-transition: .6s margin-left ease-in-out; /* Safari and Chrome */
	-o-transition: .6s margin-left ease-in-out; /* Opera */
}

input.toggle3 ~ .block1 { 
	margin-left: -200%;
}

input.toggle3:checked ~ .block1 { 
	margin-left: -100%;
}

input.toggle3 ~ .block2 { 
	margin-left: -100%;
}

input.toggle3:checked ~ .block2 { 
	margin-left: 0;
}

input.toggle3 ~ .block3 { 
	margin-left: 0;
}

input.toggle3:checked ~ .block3 { 
	margin-left: 100%;
}

input.toggle3 { 
	display: none; 
}

div.window label {
	background: #660b0b; 
	padding: .6em; 
	float: right; 
}

div.window label:hover, div.window label:focus {
	cursor: pointer; 
	background: #311; 
	right: 100px; 
}

input.toggle3:checked + label { 
	background: #CCC; 
}

label:hover { 
	background: #CCC; 
}

input.toggle3 + label { 
	cursor: pointer;
	float: right;
	font-size: 20px;
	color: #000;
	float: right;
	position: relative;
	padding: 0 5px;
	border: 1px solid #000;
	top: 15px;
	right: 15px;
	display: block;
}

input.toggle3 ~ .block1, input.toggle3 ~ .block2, input.toggle3 ~ .block3 {
	overflow: hidden; 
	max-width: 960px;
	transition: .6s margin-left ease-in-out; 
	-moz-transition: .6s margin-left ease-in-out; /* Firefox 4 */
	-webkit-transition: .6s margin-left ease-in-out; /* Safari and Chrome */
	-o-transition: .6s margin-left ease-in-out; /* Opera */
}

input.toggle4 ~ .block2 { 
	margin-left: -100%;
}

input.toggle4:checked ~ .block2 { 
	margin-left: -100%;
}

input.toggle4 ~ .block3 { 
	margin-left: 100%;
}

input.toggle4:checked ~ .block3 { 
	margin-left: 0;
}

input.toggle4 { 
	display: none; 
}

div.window label {
	background: #660b0b; 
	padding: .6em; 
	float: right; 
}

div.window label:hover, div.window label:focus {
	cursor: pointer; 
	background: #311; 
	right: 100px; 
}

input.toggle4:checked + label { 
	background: #CCC; 
}

label:hover { 
	background: #CCC; 
	cursor: pointer;
	text-decoration: none;
}

input.toggle4 + label { 
	cursor: pointer;
	float: right;
	font-size: 20px;
	color: #000;
	float: right;
	position: relative;
	padding: 0 5px;
	border: 1px solid #000;
	top: 15px;
	right: 15px;
	display: block;
}

input.toggle4 ~ .block1, input.toggle4 ~ .block2, input.toggle4 ~ .block3  {  
	transition: .6s margin-left ease-in-out; 
	-moz-transition: .6s margin-left ease-in-out; /* Firefox 4 */
	-webkit-transition: .6s margin-left ease-in-out; /* Safari and Chrome */
	-o-transition: .6s margin-left ease-in-out; /* Opera */
}

.yes {
	margin-top: -50px;
	left: 23%;
	margin-left: -30px;
}

.no {
	margin-top: -50px;
	right: 23%;
	margin-right: -30px;
	
}

.yes, .no {
	width: 90px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 900;
	position: absolute;
	padding: 10px 15px;
	text-align: center;
	font-size: 28px;
	border: 3px solid rgba(255,255,255,0.5);
	background-color: #97bad7;
	text-shadow: rgba(255,255,255,0.5) 0px 2px 0px;
}

.reset {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 900;
	padding: 5px 5px;
	width: 44px; 
	margin-top: -30px;
	text-align: center;
	right: 50%;
	margin-right: -22px;
	position: absolute;
	text-align: center;
	font-size: 10px;
	border: 3px solid rgba(255,255,255,0.5);
	text-shadow: rgba(255,255,255,0.5) 0px 2px 0px;
}

.block1 {
	top: 0;
}

.block2 {
	top: -320px
}

.block3 {
	top: -640px
}

.block1, .block2, .block3 {
	width: 100%;
	height: 320px;
	margin-left: 100%;
	position: relative;
	background-color: #eee;
	background-image: -ms-linear-gradient(top, #aaa 0%, #eee 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #aaa 0%, #eee 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #aaa 0%, #eee 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aaa), color-stop(1, #eee));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #aaa 0%, #eee 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #aaa 0%, #eee 100%);
}

.diagramStem {
	height: 30px;
	width: 4px;
	background-color: #555;
	position: relative;
	left: 50%;
	margin-left: -2px;
	top: -30px;
}

.diagramLine {
	height: 4px;
	width: 50%;
	background-color: #555;
	position: relative;
	left: 50%;
	margin-left: -25%;
	top: -30px;
}

.left {
	left: 25%;
	top: -34px;
}

.right {
	top: -64px;
	left: 75%;
}

/* ==========================================================================
   Pricing Page styles
   ========================================================================== */

h1 {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 48px;
	font-weight: 900;
	position:absolute;
	bottom: 0px;
	background-color: #aaa;
	color: #FFF;
	width: 100%;
	padding: 10px 0px 10px 240px;
	line-height: 45px;
}

.small {
	position: absolute;
	max-height: 200px;
	top: 30px;
	left: 30px;
}

.prices {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 900;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 15px;
	font-size: 28px;
	margin: 20px;
	border: 3px solid rgba(255,255,255,0.5);
	background-color: #97bad7;
	text-shadow: rgba(255,255,255,0.5) 0px 2px 0px;
}

.packageItems {
	display: inline;
	list-style-type: none;
	cursor: pointer;
}

.packageItems p {
	color: black;
	text-align: center;
}

.item2 {
	height: 40px;
	width: 40px;
	padding: 3px;
	margin: 3px auto 0
}

.pricing {
	margin: 0 auto;
	background-color: #FFF;
	position: relative;
	display: block;
	background-image:url(../img/basic.jpg)
}

.pricing:hover {
	opacity: 0.8;
}

.imageBack {
	background-color:#fff;
}

.basic {
	border: 4px solid #999;
	background-color:#FFF;
}

.business {
	border: 4px solid #999;
}

.premium {
	border: 4px solid #97bad7;
}

.ecommerce {
	border: 4px solid #999;
}

ul.options {
	padding: 0px;
}

.item {
	height: 40px;
	width: 40px;
	padding: 3px;
	margin-top: 3px;
	float: left;
}

li.optionItems {
	list-style-type: none;
	height: 50px;
	
}

li.optionItems p {
	left: 5px;
	position: relative;
}

footer {
	height: 150px;
	width: 100%;
	background-color: #999;
}

.backgrounded {
	background-color: #000;
	height:300px;
	width: 100%;
	position:absolute;
}

.contactBox{
	margin: 0 auto;
	width: 370px;
	height: 80px;
}

.contact{
	text-align: center;
	margin: 20px 20px 0;
	height: 50px;
	width: 50px;
	float: left;
	opacity: 0.6;
	cursor: pointer;
}

.contact:hover{
	opacity: 0.8;
}

footer p {
	text-align: center;
	display: block;
	position: relative;
	font-weight: 900;
	color: #333;
	text-shadow: #CCC 0px 1px 0px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */
   
@media handheld, only screen and (max-width: 960px), only screen and (max-device-width: 960px){
.backgrounded {
	height: 0;
}
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px){
.fixSmall {
	display: block!important;
	background-color: #FFF;
	position: relative;
}
.fixBig {
	display: none;
}

.c12 {
	margin-bottom: 0px!important;
}

.full {
	height: 0px;
	border-bottom: 0;
	display: none;
}

.mobile {
	display: block;
	z-index: 100;
}

.headerM {
	height: 60px;
	background-color: #bbb;
	position: relative;
	padding: 0;
	display: block;
	border-bottom: solid 2px #000; 
}

.banner {
	border-top: #97bad7 3px solid;
	background-color: #eee;
	overflow-x: hidden;
}

.menuButton {
	font-size: 20px;
	color: #000;
	float: right;
	position: relative;
	padding: 0 5px;
	border: 1px solid #000;
	top: 15px;
	right: 0px;
	display: block;
}

div.window {
	color: #666; 
	width: 100%;
	background: #c6a24b; 
	text-align: center; 
	padding: 0;
}

div.window div { 
	height: 0px; 
	overflow: hidden; 
	width: 100%;
}

input.toggle ~ div { 
	height: 0px; 
	overflow: hidden; 
}

input.toggle:checked ~ div { 
	height: 240px; 
	display:block; 
	float:left;
}

input.toggle { 
	display: none; 
}

div.window label {
	background: #660b0b; 
	padding: .6em; 
	float: right; 
}

div.window label:hover, div.window label:focus {
	cursor: pointer; 
	background: #311; 
	right: 100px; 
}

input.toggle:checked + label { 
	background: #CCC; 
}

label:hover { 
	background: #CCC; 
}

input.toggle + label { 
	cursor: pointer;
	float: right;
	font-size: 20px;
	color: #000;
	float: right;
	position: relative;
	padding: 0 5px;
	border: 1px solid #000;
	top: 15px;
	right: 15px;
	display: block;
}

input.toggle ~ div { 
	height: 0px; 
	overflow: hidden;
	transition: .6s height ease-in-out; 
	-moz-transition: .6s height ease-in-out; /* Firefox 4 */
	-webkit-transition: .6s height ease-in-out; /* Safari and Chrome */
	-o-transition: .6s height ease-in-out; /* Opera */
	width: 100%; 
	display:block !important; 
	float:left;
	position: relative;
	z-index: 95;
}

.logoM {
	height: 50px;
	width: 175px;
	float: left;
	display: block;
	position: relative;
	margin: 5px;
}

.menuM {
	width: 100%;
	background-color: #666;
	margin: 0;
	padding: 0 10px;
	border-top: solid 3px #97bad7;
	box-shadow: inset 0 -12px 18px -8px rgba(0,0,0,0.6);
	display: block;
	z-index:111;
}

.menuMBack {
	background-color: #666;
}

li.itemsM {
	margin: 0;
	padding: 7px;
	width: 100%;
	color: #CCC;
	display: block;
	font-size: 17px;
	list-style-type: none;
	text-align: center;
	border-bottom:solid #97bad7 2px;
	cursor: pointer;
	-moz-box-shadow:    inset 0  8px 8px -8px #333; 
    -webkit-box-shadow: inset 0  8px 8px -8px #333; 
     box-shadow:        inset 0  8px 8px -8px #333;
}

li.itemsM:hover {
	color: #000;
	background-color: #97bad7;
}

li.itemsM.first {
	margin: 0 ;
}

li.itemsM.last {
	border-bottom: 0px; 
}

.contactBox{
	margin: 0 auto;
	width:290px;
	height: 60px;
}

.contact{
	height: 30px;
	width: 30px;
}
}
@media handheld, only screen and (max-width: 550px), only screen and (max-device-width: 550px){
.small {
	position: absolute;
	max-height: 200px;
	top: 30px;
	left: 50%;
	margin-left: -100px;
}

#mask {
    overflow: hidden;
	height: 340px;
}

.block1, .block2 {
	width: 100%;
	height: 340px;
}

.block3 {
	width: 100%;
	height: 340px;
}

.block2 {
	top: -340px
}

.block3 {
	top: -680px
}

h1 {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 42px;
	font-weight: 900;
	position: relative;
	bottom: 0px;
	background-color: #aaa;
	color: #FFF;
	width: 100%;
	padding: 10px 20px 10px 20px;
	line-height: 45px;
	text-align: center;
	top: -40px;
	margin-bottom:0;
}

.absolute {
	margin: 0 auto;
	vertical-align: middle;
	min-width: 768px;
	overflow-x: hidden;
	overflow-y: hidden;
	display: block;
	position: relative;
	height: 250px;
	width: 100%;
}

.prices {
	position: relative;
	top: -6px;
	text-align: center;
	border: 0;
	margin: 0;
}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}