@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: Calibre;
  src: url(fonts/CalibreWeb-Bold.woff);
  src: local("Calibre-Bold"), url(fonts/CalibreWeb-Bold.woff) format("woff");
  font-weight: bold;
}
@font-face {
  font-family: Calibre;
  src: url(fonts/CalibreWeb-Regular.woff);
  src: local("Calibre-Regular.otf"), url(fonts/CalibreWeb-Regular.woff) format("woff");
  font-weight: normal;
}

/* CSS RESET 

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

/* new */

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, 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;
}


/* MY STYLES */

/* *{margin:0; padding:0;} */

html, body {
	text-align: center;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: black;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    background-color: #f0f0f0;
    position: relative;
}

.videoWrapper {
	position: relative;
	padding-bottom: 54.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

p {
	padding: 10px 0;
}

a {text-decoration: none;}

.bold {font-weight: 900;}

h1 {font-weight: 700; font-size: 38px; color: white; text-align: center; line-height: 46px;}

h2 {font-weight: 900; font-size: 28px; line-height: 48px; padding: 20px 0; text-align: center;}

h3 {font-weight: 800; font-size: 12px; text-transform: uppercase; line-height: 10px;}

h4 {
   font-weight: 700;
    font-family: "Calibre", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 42px;
    color: black;
    line-height: 46px;
  
}

.footer-type {font-size: 14px; color: #757e83; padding: 40px 0;}

.box {
	background-color: #f0f0f0;
	padding: 25px;
	margin: 25px 0;
	text-align: center;
	max-width: 709px;
}

.button {
	background-color: #2a9c5a;
	color: white;
	padding: 20px 55px;
	font-weight: 600;
	border-radius: 6px;
}

.button:hover {
	background-color: #1f8f4e;
}

.buttoncontainer{
	padding: 20px;
}

.copy_button {
    background-color: #2a9c5a;
    color: #fff;
    padding: 20px 30px 15px;
    font-family: "Calibre", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 26px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    max-width: 500px;
    cursor: pointer;
}

.copy_button:hover {
    background-color: #1f8f4e;
}

.copy_buttoncontainer {
    padding: 30px 0;
    text-align: center;
}




.mice-type {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}


.copy_image {
    max-width: 90%;
    margin: 0 auto;
    display: block;
    padding: 20px;
   	margin-top: 20px;
   	margin-bottom: 20px;
   
}

.imgborder {
 background-color: #F4F4F4;
 padding: 20px;
}


#bg {
	background-color: #f0f0f0;
	position: absolute;
	z-index: 1;
	width: 100%;
	background: #0f0f0f url(../images/bg.jpg) 50%;
	background-size: cover;
	min-height: 640px;
}

.container {
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	position: absolute;
	z-index: 2;
	
}

.container-center {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 5px;
}


.header {
	max-width: 1120px;
	padding: 35px 0px 55px 0px;
	height: 75px;
}

.logo {
	float: left;
}

.nav {
	float: right;
	font-size: 14px;
	color:white;
}


.active {
	border-bottom: 3px solid #2a9c5a;
}

.nonactive {
	border-bottom: 3px solid #4a5c66;
}

.nonactive:hover {
	border-bottom: 3px solid #2a9c5a;
}


.nav ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}

.nav li {
    display: inline-block;
    margin: 0 15px;
 }
 
.nav a {
  text-decoration: none;
  color: #fff;
  display: block;
}

.content{
	max-width: 845px;
	margin: 0 auto;
}

.copy {
	background-color: white;
	text-align: left;
	padding: 5% 8%;
	margin-bottom: 10px;
	margin-top: 20px;
}

.comments {
	padding-top: 25px;
}

.video {
	margin-top:  25px;
}


/* MODEL SUBSCRIBE BOX POP UP STYLE */



#signup {
       padding: 25px;
       text-align: center;
       background-color: none;
       color: #FFFFFF;
   }
   
   
.size16 {
	font-size: 16px;	
	line-height: 28px;
	padding-bottom: 15px;
	color: black;
	}

input, button, select, textarea {
	width: 90%;	
	
}

input {
	margin-bottom: 0px;
	border-radius: 2px;	
	padding: 15px;
	border:1px solid #9b9894;
	text-align: left;
	font-size: 16px;
}



button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #2a9c5a;
	border:0;
	color: white;
	border-radius: 2px;	
	padding: 15px ;
	-webkit-font-smoothing: antialiased;
	width: 95%;
		font-family: "Calibre", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 900;
	font-size: 26px;
	line-height: 38px;
	padding-top: 20px!important;
	cursor: pointer;
}


button:hover {
	background-color: #1f8f4e;
}

#book-container ul {
	padding: 0px;
	list-style-type: none;
}

.h_right {
	float: right;
}


/* TABLET CSS QUERIES */

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

	.logo {
		float: none;
	}


	
	h1 {font-weight: 900; font-size: 28px; color: white; text-align: center; line-height: 36px;}
	
	h3 {font-weight: 800; font-size: 14px; text-transform: uppercase; line-height: 14px;}
	
	h4 {
   font-weight: 700;
    font-family: "Calibre", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: black;
    line-height: 28px;
  
}
	
	.hide {
		display: none;
	}
	
	.content {
		padding-top: 20px;
	}
	
	.buttoncontainer {
		padding: 0px;
	}
	
	.button {
		font-size: 16px;
		padding: 20px 25px;
	}
	
	.nav li {
    display: inline-block;
    margin: 10px;
 	}
 	
 	.logo {
 		padding-bottom: 20px;
 	}
 	
 	.nav {
 		float: none;
 	}
 	
 	.nav ul {
 		text-align: center;
 	}
 	
 	.active, .nonactive {
 		padding-bottom: 5px;
 	}
 	
 		.h_right {
		float: none;
		padding-bottom: 25px;
	}

}


@media screen and (max-width:320px) {
	
	.logo {
		float: none;
	}



}


