@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,700italic,900);

@import url(https://fonts.googleapis.com/css?family=Pacifico);

body {
	background-image: url(images/bg_tile.png);
	background-repeat: repeat;
	background-color: #444;
	background-attachment: fixed;
	font-family: 'Roboto', sans-serif;
	margin-left: 0px;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
}
H1 {
	font-family: 'Roboto', sans-serif;
	font-size: 160%;
	font-weight: 900;
	color: #444;	
}
H2 {
	font-family: 'Roboto', sans-serif;
	font-size: 160%;
	font-weight: 700;
	color: #F00;
}
H3 {
	font-family: 'Roboto', sans-serif;
	font-size:126%;
	font-weight: 700;
	font-style: italic;
	color: #F30;	
}
H4 {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size:110%;
	color: #ef3d27;	
}
H5 {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font weight: 700;
	text-align:left;
	font-size:110%;
	color: #333;	
}
.red_italic {
font-weight: bold;
font-style: italic;
color: 	#F00;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #727B9E;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.harrison_family {
font-family: 'Pacifico', cursive;
text-align: center;
font-size: 140%;
color: #F00;	
}
.container {
	font-family: 'Roboto', sans-serif;
	background-color: #FFF;
	z-index: -50;
	height: 100%;
	font-size: 1.1em;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	box-shadow: 3px 0px 4px #333;
}

.content {
	padding-left: 12px;
	padding-right: 12px;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	text-align: left;
}
.med_head {
	font-weight: bold;
	color: #444;
	font-size: 1.2em;
}
.top {
	position: relative;
	background-repeat: repeat;
	width: 100%;
	min-height: 190px;
	margin-right: auto;margin-bottom: -16px;
	margin-left: auto;
	max-width: 400px;
	min-width: 200px;
}

.header {
	height: 124px;
	max-width: 1200px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}

.nav {
	text-align: center;
	position: fixed;
	top: 0px;
	width: 100%;
	box-shadow: 0px 3px 4px #333;
	z-axis: 1000;
}


.footer {
	position: fixed;
	z-axis: 999;
	font-family: Arial, Helvetica, sans-serif;
	bottom: 0px;
	height: 60px;
	padding-top: 4px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #111;
	color: #FFF;
	font-size: 80%;
	text-align: center;	
}

.phone {
	animation: bounceIn 1s ;
	font-family: 'Roboto', sans-serif;
	font-size: 130%;
	font-weight: 900;
	text-align: center;
	color: #Ef3D27;
	float: right;
	max-width: 420px;
	margin-top: 14px;
	margin-right: 20px;	
}
.logo {
	float: none!important;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 80%;
	max-width: 340px;
	min-width: 180px;
	padding-left: 8px;
}
.concept_box {
	float: right;
	width: 40%;
	margin-left: 10px;
	min-width: 280px;
	max-width: 380px;
}

.concept_box_large {
	float: right;
	width: 60%;
	margin-left: 10px;
	min-width: 280px;
	max-width: 500px;
}


.concept_box_small {
	float: right;
	width: 20%;
	margin-left: 10px;
	min-width: 80px;
	max-width: 200px;
}
.product_M {
	float: right;
	width: 40%;
	margin-right: 10px;
	margin-left: 16px;
	max-width: 320px;
}

.package_box {
	float: right;
	height: auto;
	width: 40%;
	max-width: 320px;
	margin-right: 16px;
	margin-left: 16px;
	border: 1px solid #333;
	box-shadow: 4px 4px 9px #666;
}

.float_left_50_percent {
	float: left;
	height: auto;
	width: 49%;
}

.small_slider_float_right {
	float: right;
	width: 70%;
	max-width: 620px;
	min-width: 400px;
	margin-top: 20px;
	margin-left: 12px;
	margin-right: -6px;
}

.float_left_33_percent {
	float: left;
	min-width: 300px;
	height: auto;
	width: 33%;
	padding-bottom: 12px;
}
.holiday {
	float: right;
	height:200px;
	width: 200px;
	margin-right: 24px;
	margin-left: 12px;
	margin-bottom: 12px;
}

.holiday:hover {
    z-index: 2;
    -webkit-transition: all 20ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}
.left_column {
width: 74%;
float: left;	
}
.install_box {
float: left;
width: 25%;	
height: auto;
}
.right_column {
float: right;
width: 26%;
}

.appearing_text {
	display: none!important;
}

.vanishing_text {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: -16px;
	max-width: 1000px;
}


.gray_head {
	font-family: 'Open Sans', sans-serif;
	font-size: 200%;
	font-weight: 800;
	color: #C00;
}
.comic {
	font-family: 'Roboto', sans-serif;
	font-size: 110%;
	font-weight: 400;
}

.slider_box {
	height: auto;
	width: 96%;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 2px 2px 6px #333;
	max-width: 1200px !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -3px;
	margin-top: -2px;
}
.video_limit {
	background-color: #000;
	height: auto;
	width: 100%;
	max-width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.centered_limit_box {
	animation: bounceIn 1s ;
	height: auto;
	width: 80%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 36px;
}

.no_worries {
	float: right;
	height: auto;
	width: 60%;
	max-width: 434px;
	margin-left: 12px;
	margin-right: 36px;
}
.social_top {
	z-index: 10000 !important;
	clear: both;
	float: right;
	width: 240px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	padding: 3px;
	border-radius: 6px 6px 0px 0px;
	overflow: visible;
	visibility: visible;
}
.video_text_limit {
	height: auto;
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.content {
	height: auto;
	width: 96%;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.float_right_map_box {
	float: right;
	margin-left: 12px;
	margin-right: -6px;
	margin-bottom: 12px;
	height: auto;
	width: 60%;
	max-width: 580px;
	overflow: hidden;
	border: 1px solid #666;
	box-shadow: 1px 1px 3px #666;
}
.float_right_video_box {
	float: right;
	margin-left: 12px;
	margin-right: -6px;
	margin-bottom: 12px;
	height: auto;
	width: 70%;
	max-width: 620px;
	overflow: hidden;
}
.float_right_video_box_clean {
	float: right;
	margin-left: 12px;
	margin-right: -6px;
	margin-bottom: 12px;
	height: auto;
	width: 70%;
	max-width: 620px;
	overflow: hidden;
}
.cart {
	height: 60px;
	width: 115px;
	right: 6px;
	bottom: 6px;
	position: absolute;
}

.video_limit {
	background-color: #000;
	height: auto;
	width: 100%;
	max-width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

._swatch {
	float: left;
	height: 220px;
	max-width: 200px;
	width: 22%;
	margin-right: 12px;
	padding-bottom: 12px;
}


.float_left_left {
	float: left;
	font-color: #000;
	font-size: 110%;
	height: auto;
	text-align: center;
	width: 33%;
	background-size: cover;
}
.float_left_center {
	float: left;
	font-color: #000;
	font-size: 110%;
	height: auto;
	text-align: center;
	width: 34%;
	background-size: cover;
}
.float_left_right {
	float: left;
	font-color: #000;
	font-size: 110%;
	height: auto;
	text-align: center;
	width: 33%;
	background-size: cover;
}

@keyframes bounceIn {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  40% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
