/* TYPOGRAPHY */
@font-face {
    font-family: 'fira_sans_otbold';
    src: url('../fonts/firasansot-bold-webfont.eot');
    src: url('../fonts/firasansot-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/firasansot-bold-webfont.woff') format('woff'),
         url('../fonts/firasansot-bold-webfont.ttf') format('truetype'),
         url('../fonts/firasansot-bold-webfont.svg#fira_sans_otbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fira_sans_otlight';
    src: url('../fonts/firasansot-light-webfont.eot');
    src: url('../fonts/firasansot-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/firasansot-light-webfont.woff') format('woff'),
         url('../fonts/firasansot-light-webfont.ttf') format('truetype'),
         url('../fonts/firasansot-light-webfont.svg#fira_sans_otlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fira_sans_otregular';
    src: url('../fonts/firasansot-regular-webfont.eot');
    src: url('../fonts/firasansot-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/firasansot-regular-webfont.woff') format('woff'),
         url('../fonts/firasansot-regular-webfont.ttf') format('truetype'),
         url('../fonts/firasansot-regular-webfont.svg#fira_sans_otregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldbold';
    src: url('../fonts/oswald-bold-webfont.eot');
    src: url('../fonts/oswald-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-bold-webfont.woff') format('woff'),
         url('../fonts/oswald-bold-webfont.ttf') format('truetype'),
         url('../fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/oswald-light-webfont.eot');
    src: url('../fonts/oswald-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-light-webfont.woff') format('woff'),
         url('../fonts/oswald-light-webfont.ttf') format('truetype'),
         url('../fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldbook';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* MISC */
body {
    background-color: #e9e9e9;
    text-align: center;
    color: #2e2e2e;
}
h1 {
    padding: 0;
    margin: 0;
    color: #c34343;
    font-family: 'oswaldbook';
    text-transform: uppercase;
}
h2, h3 {
    color: #232323;
    padding: 0;
    margin: 0;
    font-family: 'fira_sans_otregular';
}
h3 {
    color: #232323;
}
p {
    font-size: 1.2em;
    font-family: 'fira_sans_otlight';
}
section, footer {
    padding: 50px 0 70px 0;
}
.centeredImage {
    margin: 0 auto;
}

/* TOP BAR */
.topBar {
    text-align: left;
    color: #fff;
    padding: 10px 0 10px 0;
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,.27);
	-moz-box-shadow: inset 0 1px rgba(255,255,255,.27);
	box-shadow: inset 0 1px rgba(255,255,255,.27);
	border: solid 1px #640e03;
	background-image: -webkit-linear-gradient(bottom, #5f0d02, #a81704);
	background-image: -moz-linear-gradient(bottom, #5f0d02, #a81704);
	background-image: -o-linear-gradient(bottom, #5f0d02, #a81704);
	background-image: linear-gradient(to top, #5f0d02, #a81704);
}
.topBar_logo {
    line-height: 50px;
    text-transform: uppercase;
    font-size: 2em;
    font-family: 'oswaldlight';
}
.topBar_logo strong {
    font-family: 'oswaldbook';
}
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
nav ul li {
    display: inline-block;
    margin: 5px;
    font-size: 1.3em;
}
nav ul li a, nav ul li a:active {
    color: #fff;
}
nav ul li a:hover {
    color: #b2b2b2;
    text-decoration: none;
}
nav ul .active {
    border: solid 1px #b3b3b3;
	background-image: -webkit-linear-gradient(bottom, #c4c4c4, #f1f1f1);
	background-image: -moz-linear-gradient(bottom, #c4c4c4, #f1f1f1);
	background-image: -o-linear-gradient(bottom, #c4c4c4, #f1f1f1);
	background-image: linear-gradient(to top, #c4c4c4, #f1f1f1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
}
nav ul .active a, nav ul .active a:hover, nav ul .active a:active {
    color: #000;
}
/*HEADER */
header {
    background-image: url(../img/header-back.jpg);
    background-repeat: repeat-x;
    background-position: center;
    border-bottom: 5px solid rgba(0, 0, 0, 0.28);
    padding: 50px 0 50px 0;
}
header h1 {
    font-size: 3.5em;
    color: #fff;
	text-shadow: 1px 2px #000;
    font-family: 'oswaldbook';
    text-transform: uppercase;
    text-shadow: 0 2px #000;
}
header h2 {
    color: #fff;
	text-shadow: 1px 2px #000;
}
header a, header a:hover, header a:active {
    text-decoration: none;
}
.topDownloadButton {
    display: block;
    font-size: 2em;
    font-family: 'fira_sans_otbold';
    color: #fff;
    text-transform: uppercase;
	text-shadow: 0 3px rgba(20,89,14,.53);
	-webkit-box-shadow: inset 0 2px rgba(255,255,255,.38);
	-moz-box-shadow: inset 0 2px rgba(255,255,255,.38);
	box-shadow: inset 0 2px rgba(255,255,255,.38);
	border: solid 1px #20671a;
	background-image: -webkit-linear-gradient(bottom, #2d8a26, #58ce4f 99%);
	background-image: -moz-linear-gradient(bottom, #2d8a26, #58ce4f 99%);
	background-image: -o-linear-gradient(bottom, #2d8a26, #58ce4f 99%);
	background-image: linear-gradient(to top, #2d8a26, #58ce4f 99%);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}
.topDownloadButton:hover {
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #2d8a26, #58ce4f 99%);
	background-image: -moz-linear-gradient(top, #2d8a26, #58ce4f 99%);
	background-image: -o-linear-gradient(top, #2d8a26, #58ce4f 99%);
	background-image: linear-gradient(to bottom, #2d8a26, #58ce4f 99%);
}

/* VIDEO SECTION */
.youtubeVideo {
    background-color: #fff;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 2px #eee;
    
}

/* FEATURES SECTION */
#featuresSection .largeIcon {
    font-size: 5em;
    color: #c34343;
    margin: 0 0 20px 0;
}
#featuresSection h3 {
    color: #c34343;
}

/* TESTIMONIAL */
.testimonial {
    padding: 15px;
    background: #fff;
    border: solid 1px #d1cfcf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.testimonial .cite {
    font-family: 'fira_sans_otbold';
}


/* FOOTER */
footer {
    background-color: #c34343;
    color: #fff;
    -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.24);
	-moz-box-shadow: inset 0 2px 5px rgba(0,0,0,.24);
	box-shadow: inset 0 2px 5px rgba(0,0,0,.24);
}
footer a, footer a:active {
    color: #e5e5e5;
}
footer a:hover {
    color: #bababa;
}
.centeredImg {
    margin: 0 auto;
}


/* PAGE SECTIONS */
.pageSection {
    text-align: left;
}


/* MODALS */
.modal_box {
    text-transform: auto;
    color:#000;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0, 0, 0, 0.9);
    z-index:7;
    opacity:1;
    -webkit-transition:opacity 400ms ease-in;
    -moz-transition:opacity 400ms ease-in;
    transition:opacity 400ms ease-in;
    pointer-events:auto;
}

.modal_box h1 {
    font-family: 'oswaldbook';
    font: 2em;
    font-weight:100;
    color:#fff;
    padding:0;
    margin:0;
    cursor:default;
}
.modal_box>div {
    width: 500px;
    position: relative;
    margin: 10% auto;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.large_modal {
    text-transform: auto;
    color:#000;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0, 0, 0, 0.9);
    z-index:7;
    opacity:1;
    -webkit-transition:opacity 400ms ease-in;
    -moz-transition:opacity 400ms ease-in;
    transition:opacity 400ms ease-in;
    pointer-events:auto;
}

.large_modal h1 {
    font-family: 'oswaldbook';
    font: 2em;
    font-weight:100;
    color:#fff;
    padding:0;
    margin:0;
    cursor:default;
}
.large_modal>div {
    width: 900px;
    position: relative;
    margin: 10% auto;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.modal_header {
    background-color:#ba3535;
    width:100%;
    padding:15px 15px;
    display:inline-block;
    cursor:pointer;
    color:#333333;
    cursor:default;
}
.modal_message {
    padding:15px 15px;
    width:100%;
    font-size:14px;
    background-color:#fff;
    display:inline-block;
    cursor:pointer;
    color:#000;
    cursor:default;
}
.hiddenElement {
    display: none;
}