@charset "utf-8";
.container-fluid {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #000000;
}
.grid1 {
	width:100%;
	padding-left:100px;
	padding-right:100px;
}
#header {
    background-color: #000000;
}
.header-left {
    width: 26%;
    float: left;
}
.header-left p {
    text-align: center;
}
.header-left a:link {
    color: #FFFEC4;
    text-decoration: none;
}
.header-left a:visited {
    color: #FFFEC4;
    text-decoration: none;
}
.header-left a:active {
    color: #FFFEC4;
    text-decoration: none;
}
.header-left a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.header-left a:focus {
    color: #FFFFFF;
    text-decoration: none;
}
.header-center {
    width: 50%;
    float: left;
}
.header-center p {
    text-align: left;
	padding-top:10px;
}
.header-right {
    width: 50%;
    float: right;
}
.header-right p {
    text-align: right;
	font-size:1.2em;
	padding-right:15px;
}
.header-right a:link {
    color: #FFFEC4;
    text-decoration: none;
}
.header-right a:visited {
    color: #FFFEC4;
    text-decoration: none;
}
.header-right a:active {
    color: #FFFEC4;
    text-decoration: none;
}
.header-right a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.header-right a:focus {
    color: #FFFFFF;
    text-decoration: none;
}
#nav {
    background-color: #131313;
	border-top-width: thin;
    border-top-style: solid;
    border-top-color: #FBFF6D;
}
#about {
    width:100%;
	height:auto;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #FBFF6D;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #FBFF6D;
}
.about-left {
    width: 30%;
    height: auto;
    float: left;
    margin-left: 10%;
}
.about-right {
    width: 30%;
    height: 100%;
    ;
    float: right;
    margin-right: 5%;
    background-image: url("../img/red-bg.png");
    border-style: solid;
    border-width: thin;
    border-color: #000000;
}
.about-right p {
    text-align: center;
    font-family: "Arial";
    font-size: 1.4em;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF;
    text-shadow: 1px 1px #000000;
}
.about-right a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
.about-right a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
.about-right a:active {
    color: #FFFFFF;
    text-decoration: underline;
}
.about-right a:hover {
    color: #FFF8BC;
    text-decoration: underline;
}
.about-right a:focus {
    color: #FFF8BC;
    text-decoration: underline;
}
#description {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top-width: thick;
    border-top-style: solid;
    border-top-color: #000000;
    border-bottom-width: thick;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}
.description1 {
    width: 25%;
    height: auto;
    float: left;
}
.description1 p {
    text-align: center;
}
.description2 {
    width: 25%;
    height: auto;
    float: left;
}
.description2 p {
    text-align: center;
}
.description3 {
    width: 25%;
    height: auto;
    float: left;
}
.description3 p {
    text-align: center;
}
.description4 {
    width: 25%;
    height: auto;
    float: left;
}
.description4 p {
    text-align: center;
}
#main {
    background-color: #000000;
}
#main p {
    padding-bottom: 10px;
}
#main ul li {
    padding-bottom: 15px;
    line-height: 115%;
}
#main ol li {
    padding-bottom: 15px;
    line-height: 115%;
}
#main a:link {
    color: #FDFFD2;
    text-decoration: underline;
}
#main a:visited {
    color: #FDFFD2;
    text-decoration: underline;
}
#main a:active {
    color: #FDFFD2;
    text-decoration: underline;
}
#main a:hover {
    color: #FFD267;
    text-decoration: underline;
}
#main a:focus {
    color: #FFD267;
    text-decoration: underline;
}
.main-left {
    width: 70%;
    float: left;
}
.main-left p {
    font-size: 1.3em;
    color:#FFFFFF;
	padding-left: 15px;
    padding-right: 15px;
}
.main-right p {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 1.2em;
    text-align: center;
	color:#FFFFFF;
}
.main-right {
    width: 30%;
    float: right;
    background-color: #121212;
    margin-top: 0px;
}
.lefthalf1 {
    width: 50%;
    margin-left: 0%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.lefthalf2 {
    width: 50%;
    margin-left: 0%;
    float: right;
}
#logos {
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 8px;
}
#footer {
    background-color: #272727;
}
#footer p {
    color: #DBDBDB;
    font-size: 1.1em;
    line-height: 150%;
}
.footer-left {
    width: 33%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-left p {
    text-align: right;
    padding-left: 15px;
    padding-right: 40px;
}
.footer-left a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-left a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-left a:active {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-left a:hover {
    color: #FFF8BC;
    text-decoration: underline;
}
.footer-left a:focus {
    color: #FFF8BC;
    text-decoration: underline;
}
.footer-middle {
    width: 34%;
    float: left;
}
.footer-middle p {
    text-align: center;
}
.footer-right {
    width: 33%;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-right p {
    text-align: left;
    padding-left: 40px;
    padding-right: 15px;
}
.footer-right a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-right a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-right a:active {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-right a:hover {
    color: #FFF8BC;
    text-decoration: underline;
}
.footer-right a:focus {
    color: #FFF8BC;
    text-decoration: underline;
}
#bottom-footer {
    background-color: #000000;
	width:100%;
}
#bottom-footer p {
    color: #DBDBDB;
    font-size: 1.0em;
    line-height: 150%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
#bottom-footer a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
#bottom-footer a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
#bottom-footer a:active {
    color: #FFFFFF;
    text-decoration: underline;
}
#bottom-footer a:hover {
    color: #FFF8BC;
    text-decoration: underline;
}
#bottom-footer a:focus {
    color: #FFF8BC;
    text-decoration: underline;
}
h1 {
    font-size: 2.2em;
    font-family: "Calibri Light";
    color: #FBFF6D;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
}
h2 {
    font-size: 1.3em;
    font-family: "Calibri Light";
    line-height: 135%;
    color: #D4D4D4;
    padding-left: 15px;
    padding-right: 15px;
	padding-bottom:15px
}
h3 {
    font-size: 1.4em;
    font-family: "Calibri Light";
    color: #FDFFD2;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    line-height: 150%;
}
h4 {
    font-size: 1.3em;
    font-family: "Calibri Light";
    color: #FBFF6D;
    font-weight: bold;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
h5 {
    font-size: 1.7em;
    font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
    color: #FFF8BC;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
h6 {
    font-size: 1.8em;
    font-family: "Calibri Light";
    font-weight: bold;
    color: #8F7405;
    text-align: right;
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
}
.Asecondary-color {
    color: #8F7405;
}
.Asecondary-color-bold {
    color: #8F7405;
    font-weight: bold;
}
.Athird-color {
    color: #E5BF20;
}
.Athird-color-bold {
    color: #E5BF20;
    font-weight: bold;
}
.altcolor3 {
	color:#FFDF26;
}
.altcolor4 {
	color:#D38717;
}
ul {
    font-size: 1.3em;
    font-family: "Calibri Light";
    color: #FFFFFF;
    margin-left: 25px;
    padding-bottom: 10px;
    padding-right: 15px;
    line-height: 125%;
}
ol {
    font-size: 1.3em;
    font-family: "Calibri Light";
    color: #FFFFFF;
    margin-left: 25px;
    padding-bottom: 10px;
    padding-right: 15px;
    line-height: 125%;
}
a:link {
    color: #8F7405;
    text-decoration: underline;
}
a:visited {
    color: #8F7405;
    text-decoration: underline;
}
a:active {
    color: #8F7405;
    text-decoration: underline;
}
a:hover {
    color: #E8BD0B;
    text-decoration: underline;
}
a:focus {
    color: #E8BD0B;
    text-decoration: underline;
}
.row {
    margin: 0px;
}
.centerslider {
    text-align: center;
    padding-left: 200px;
    padding-right: 200px;
    width: 100%;
    height: auto;
}
.centervideo {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
    height: auto;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-content: center;
}
.Aimage1 {
    width: auto;
    height: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Aimage2 {
    width: auto;
    height: 580px;
    vertical-align: bottom;
}
.Aimage3 {
    width: 100%;
}
.Aimage4 {
    width: 40px;
    height: auto;
    padding-left: 10px;
}
.Aimage5 {
    float: right;
    padding-right: 115px;
    padding-left: 15px;
    width: 450px;
    height: auto;
    padding-top: 20px;
}
.Aimage7 {
    width: auto;
    height: 175px;
    padding-right: 10px;
}
.Aimage8 {
    width: 75%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 0px;
}
.Aimage9 {
    width: auto;
    height: 100px;
    padding-right: 10px;
}
.aLeftImageFloat {
	float: left;
	width: 350px;
	height: auto;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 8px;
	margin-bottom: 15px;
}
.aRightImageFloat {
	float: right;
	width: 400px;
	height: auto;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.socialmedia2 {
    display: none;
}
.fade {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.fade:hover {
    opacity: 0.6;
}
.maintop {
	margin-bottom:40px;
}
.mainbottom {
	
}
.slidergrid {
	width:90%;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
#header {
    background-color: #000000;
}
.header-left {
    width: 26%;
    float: left;
}
.header-left p {
    text-align: center;
}
.header-center {
    width: 55%;
    float: left;
}
.header-center p {
    text-align: left;
	padding-top:10px;
}
.header-right {
    width: 45%;
    float: right;
}
.header-right p {
    text-align: right;
	font-size:1.1em;
	padding-right:15px;
}
#nav {
    
}
#about {
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #FBFF6D;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #FBFF6D;
}
.about-left {
    width: 30%;
    height: auto;
    float: left;
    margin-left: 10%;
}
.about-right {
    width: 30%;
    height: 100%;
    ;
    float: right;
    margin-right: 5%;
    background-image: url("../img/red-bg.png");
    border-style: solid;
    border-width: thin;
    border-color: #000000;
}
.about-right p {
    text-align: center;
    font-family: "Arial";
    font-size: 1.2em;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF;
    text-shadow: 1px 1px #000000;
}
.about-right a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
.about-right a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
.about-right a:active {
    color: #FFFFFF;
    text-decoration: underline;
}
.about-right a:hover {
    color: #FFF8BC;
    text-decoration: underline;
}
.about-right a:focus {
    color: #FFF8BC;
    text-decoration: underline;
}
#description {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top-width: thick;
    border-top-style: solid;
    border-top-color: #000000;
    border-bottom-width: thick;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}
.description1 {
    width: 25%;
    height: auto;
    float: left;
}
.description1 p {
    text-align: center;
}
.description2 {
    width: 25%;
    height: auto;
    float: left;
}
.description2 p {
    text-align: center;
}
.description3 {
    width: 25%;
    height: auto;
    float: left;
}
.description3 p {
    text-align: center;
}
.description4 {
    width: 25%;
    height: auto;
    float: left;
}
.description4 p {
    text-align: center;
}
#main {
    margin-left: 0px;
    margin-right: 0px;
}
#main p {
    padding-bottom: 10px;
}
#main ul li {
    padding-bottom: 15px;
    line-height: 115%;
}
#main ol li {
    padding-bottom: 15px;
    line-height: 115%;
}
.main-left {
    width: 70%;
    float: left;
}
.main-left p {
    font-size: 1.3em;
    padding-right: 15px;
}
.main-right p {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 1.2em;
}
.main-right {
    width: 30%;
    float: right;
    margin-top: 0px;
}
.lefthalf1 {
    width: 50%;
    margin-left: 0%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.lefthalf2 {
    width: 50%;
    margin-left: 0%;
    float: right;
}
#logos {
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 8px;
}
#footer {
    background-color: #272727;
}
#footer p {
    color: #DBDBDB;
    font-size: 1.1em;
    line-height: 150%;
}
.footer-left {
    width: 33%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-left p {
    text-align: right;
    padding-left: 15px;
    padding-right: 40px;
}
.footer-left a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-left a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-left a:active {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-left a:hover {
    color: #FFF8BC;
    text-decoration: underline;
}
.footer-left a:focus {
    color: #FFF8BC;
    text-decoration: underline;
}
.footer-middle {
    width: 34%;
    float: left;
}
.footer-middle p {
    text-align: center;
}
.footer-right {
    width: 33%;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-right p {
    text-align: left;
    padding-left: 40px;
    padding-right: 15px;
}
.footer-right a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-right a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-right a:active {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-right a:hover {
    color: #FFF8BC;
    text-decoration: underline;
}
.footer-right a:focus {
    color: #FFF8BC;
    text-decoration: underline;
}
#bottom-footer {
    background-color: #000000;
	width:100%;
}
#bottom-footer p {
    color: #DBDBDB;
    font-size: 1.0em;
    line-height: 150%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
#bottom-footer a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
#bottom-footer a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
#bottom-footer a:active {
    color: #FFFFFF;
    text-decoration: underline;
}
#bottom-footer a:hover {
    color: #FFF8BC;
    text-decoration: underline;
}
#bottom-footer a:focus {
    color: #FFF8BC;
    text-decoration: underline;
}
h1 {
    font-size: 2.2em;
    font-family: "Calibri Light";
    color: #FBFF6D;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
}
h2 {
    font-size: 1.3em;
    font-family: "Calibri Light";
    line-height: 135%;
    color: #D4D4D4;
    padding-left: 15px;
    padding-right: 15px;
	padding-bottom:15px
}
h3 {
    font-size: 1.4em;
    font-family: "Calibri Light";
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    line-height: 150%;
}
h4 {
    font-size: 1.3em;
    font-family: "Calibri Light";
    color: #8F7405;
    font-weight: bold;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
h5 {
    font-size: 1.7em;
    font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
    color: #FFF8BC;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
h6 {
    font-size: 1.8em;
    font-family: "Calibri Light";
    font-weight: bold;
    color: #8F7405;
    text-align: right;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.Asecondary-color {
    color: #8F7405;
}
.Asecondary-color-bold {
    color: #8F7405;
    font-weight: bold;
}
.Athird-color {
    color: #E5BF20;
}
.Athird-color-bold {
    color: #E5BF20;
    font-weight: bold;
}
ul {
    font-size: 1.3em;
    font-family: "Calibri Light";
    color: #FFFFFF;
    margin-left: 25px;
    padding-bottom: 10px;
    padding-right: 15px;
    line-height: 125%;
}
ol {
    font-size: 1.3em;
    font-family: "Calibri Light";
    color: #FFFFFF;
    margin-left: 25px;
    padding-bottom: 10px;
    padding-right: 15px;
    line-height: 125%;
}
a:link {
    color: #8F7405;
    text-decoration: underline;
}
a:visited {
    color: #8F7405;
    text-decoration: underline;
}
a:active {
    color: #8F7405;
    text-decoration: underline;
}
a:hover {
    color: #E8BD0B;
    text-decoration: underline;
}
a:focus {
    color: #E8BD0B;
    text-decoration: underline;
}
.row {
    margin: 0px;
}
.centerslider {
    text-align: center;
    padding-left: 200px;
    padding-right: 200px;
    width: 100%;
    height: auto;
}
.centervideo {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
    height: auto;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-content: center;
}
.Aimage1 {
    width: auto;
    height: 110px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Aimage2 {
    width: auto;
    height: 580px;
    vertical-align: bottom;
}
.Aimage3 {
    width: 100%;
}
.Aimage4 {
    width: 40px;
    height: auto;
    padding-left: 10px;
}
.Aimage5 {
    float: right;
    padding-right: 115px;
    padding-left: 15px;
    width: 450px;
    height: auto;
    padding-top: 20px;
}
.Aimage7 {
    width: auto;
    height: 175px;
    padding-right: 10px;
}
.Aimage8 {
    width: 75%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 0px;
}
.Aimage9 {
    width: auto;
    height: 100px;
    padding-right: 10px;
}
.aLeftImageFloat {
	float: left;
	width: 275px;
	height: auto;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 8px;
	margin-bottom: 15px;
}
.aRightImageFloat {
	float: right;
	width: 300px;
	height: auto;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.socialmedia2 {
    display: none;
}
.fade {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.fade:hover {
    opacity: 0.6;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.grid1 {
	width:100%;
	padding-left:50px;
	padding-right:50px;
}
#header {
    background-color: #000000;
}
.header-left {
    width: 26%;
    float: left;
}
.header-left p {
    text-align: center;
}
.header-center {
    width: 50%;
    float: left;
}
.header-center p {
    text-align: left;
	padding-top:10px;
}
.header-right {
    width: 50%;
    float: right;
}
.header-right p {
    text-align: right;
	font-size:1.0em;
	padding-right:15px;
}
#nav {
    
    
}
#about {
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #FBFF6D;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #FBFF6D;
}
.about-left {
    width: 30%;
    height: auto;
    float: left;
    margin-left: 10%;
}
.about-right {
    width: 30%;
    height: 100%;
    ;
    float: right;
    margin-right: 5%;
    background-image: url("../img/red-bg.png");
    border-style: solid;
    border-width: thin;
    border-color: #000000;
}
.about-right p {
    text-align: center;
    font-family: "Arial";
    font-size: 1.1em;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF;
    text-shadow: 1px 1px #000000;
}
.about-right a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
.about-right a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
.about-right a:active {
    color: #FFFFFF;
    text-decoration: underline;
}
.about-right a:hover {
    color: #FFF8BC;
    text-decoration: underline;
}
.about-right a:focus {
    color: #FFF8BC;
    text-decoration: underline;
}
#description {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top-width: thick;
    border-top-style: solid;
    border-top-color: #000000;
    border-bottom-width: thick;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}
.description1 {
    width: 25%;
    height: auto;
    float: left;
}
.description1 p {
    text-align: center;
}
.description2 {
    width: 25%;
    height: auto;
    float: left;
}
.description2 p {
    text-align: center;
}
.description3 {
    width: 25%;
    height: auto;
    float: left;
}
.description3 p {
    text-align: center;
}
.description4 {
    width: 25%;
    height: auto;
    float: left;
}
.description4 p {
    text-align: center;
}
#main {
    margin-left: 0px;
    margin-right: 0px;
}
#main p {
    padding-bottom: 10px;
}
#main ul li {
    padding-bottom: 15px;
    line-height: 115%;
}
#main ol li {
    padding-bottom: 15px;
    line-height: 115%;
}
.main-left {
    width: 70%;
    float: left;
}
.main-left p {
    font-size: 1.2em;
    padding-right: 15px;
}
.main-right p {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 1.1em;
}
.main-right {
    width: 30%;
    float: right;
    margin-top: 0px;
}
.lefthalf1 {
    width: 50%;
    margin-left: 0%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.lefthalf2 {
    width: 50%;
    margin-left: 0%;
    float: right;
}
#logos {
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 8px;
}
#footer {
    background-color: #272727;
}
#footer p {
    color: #DBDBDB;
    font-size: 1.1em;
    line-height: 150%;
}
.footer-left {
    width: 33%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-left p {
    text-align: right;
    padding-left: 15px;
    padding-right: 40px;
}
.footer-left a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-left a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-left a:active {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-left a:hover {
    color: #FFF8BC;
    text-decoration: underline;
}
.footer-left a:focus {
    color: #FFF8BC;
    text-decoration: underline;
}
.footer-middle {
    width: 34%;
    float: left;
}
.footer-middle p {
    text-align: center;
}
.footer-right {
    width: 33%;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-right p {
    text-align: left;
    padding-left: 40px;
    padding-right: 15px;
}
.footer-right a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-right a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-right a:active {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-right a:hover {
    color: #FFF8BC;
    text-decoration: underline;
}
.footer-right a:focus {
    color: #FFF8BC;
    text-decoration: underline;
}
#bottom-footer {
    width: 100%;
    background-color: #000000;
}
#bottom-footer p {
    color: #DBDBDB;
    font-size: 1.0em;
    line-height: 150%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
#bottom-footer a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
#bottom-footer a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
#bottom-footer a:active {
    color: #FFFFFF;
    text-decoration: underline;
}
#bottom-footer a:hover {
    color: #FFF8BC;
    text-decoration: underline;
}
#bottom-footer a:focus {
    color: #FFF8BC;
    text-decoration: underline;
}
h1 {
    font-size: 1.9em;
    font-family: "Calibri Light";
    color: #FBFF6D;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
}
h2 {
    font-size: 1.2em;
    font-family: "Calibri Light";
    line-height: 135%;
    color: #D4D4D4;
    padding-left: 15px;
    padding-right: 15px;
	padding-bottom:15px
}
h3 {
    font-size: 1.4em;
    font-family: "Calibri Light";
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    line-height: 150%;
}
h4 {
    font-size: 1.3em;
    font-family: "Calibri Light";
    color: #8F7405;
    font-weight: bold;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
h5 {
    font-size: 1.7em;
    font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
    color: #FFF8BC;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
h6 {
    font-size: 1.5em;
    font-family: "Calibri Light";
    font-weight: bold;
    color: #8F7405;
    text-align: right;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.Asecondary-color {
    color: #8F7405;
}
.Asecondary-color-bold {
    color: #8F7405;
    font-weight: bold;
}
.Athird-color {
    color: #E5BF20;
}
.Athird-color-bold {
    color: #E5BF20;
    font-weight: bold;
}
ul {
    font-size: 1.2em;
    font-family: "Calibri Light";
    color: #FFFFFF;
    margin-left: 25px;
    padding-bottom: 10px;
    padding-right: 15px;
    line-height: 125%;
}
ol {
    font-size: 1.2em;
    font-family: "Calibri Light";
    color: #FFFFFF;
    margin-left: 25px;
    padding-bottom: 10px;
    padding-right: 15px;
    line-height: 125%;
}
a:link {
    color: #8F7405;
    text-decoration: underline;
}
a:visited {
    color: #8F7405;
    text-decoration: underline;
}
a:active {
    color: #8F7405;
    text-decoration: underline;
}
a:hover {
    color: #E8BD0B;
    text-decoration: underline;
}
a:focus {
    color: #E8BD0B;
    text-decoration: underline;
}
.row {
    margin: 0px;
}
.centerslider {
    text-align: center;
    padding-left: 200px;
    padding-right: 200px;
    width: 100%;
    height: auto;
}
.centervideo {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
    height: auto;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-content: center;
}
.Aimage1 {
    width: auto;
    height: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Aimage2 {
    width: auto;
    height: 580px;
    vertical-align: bottom;
}
.Aimage3 {
    width: 100%;
}
.Aimage4 {
    width: 40px;
    height: auto;
    padding-left: 10px;
}
.Aimage5 {
    float: right;
    padding-right: 115px;
    padding-left: 15px;
    width: 450px;
    height: auto;
    padding-top: 20px;
}
.Aimage7 {
    width: auto;
    height: 175px;
    padding-right: 10px;
}
.Aimage8 {
    width: 75%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 0px;
}
.Aimage9 {
    width: auto;
    height: 100px;
    padding-right: 10px;
}
.aLeftImageFloat {
	float: left;
	width: 100%;
	height: auto;
	padding-right: 30px;
	padding-left: 0px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.aRightImageFloat {
	width: 100%;
	height: auto;
	padding-right: 0px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.socialmedia2 {
    display: none;
}
.fade {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.fade:hover {
    opacity: 0.6;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.grid1 {
	width:100%;
	padding-left:0px;
	padding-right:0px;
}
#nav {
    
}
#header {
    background-color: #000000;
	margin-left:0px;
	margin-right:0px;
}
.header-left {
    width: 100%;
    float: left;
}
.header-left p {
    text-align: center;
}
.header-center {
    width: 100%;
    float: left;
}
.header-center p {
    text-align: center;
}
.header-right {
    width: 100%;
    float: right;
}
.header-right p {
    text-align: center;
	padding-bottom:10px;
	font-size:1.1em
}
#about {
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #FBFF6D;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #FBFF6D;
}
.about-left {
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0%;
    background-image: url("../img/locksmith-1.jpg");
    background-position: bottom;
    background-size: cover;
}
.about-right {
    width: 100%;
    height: 100%;
    float: right;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-style: solid;
    border-width: thin;
    border-color: #000000;
}
.about-right p {
    text-align: center;
    font-family: "Arial";
    font-size: 1.1em;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF;
    text-shadow: 1px 1px #000000;
}
#description {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}
.description1 {
    width: 50%;
    height: auto;
    float: left;
}
.description1 p {
    text-align: center;
}
.description2 {
    width: 50%;
    height: auto;
    float: left;
}
.description2 p {
    text-align: center;
}
.description3 {
    width: 50%;
    height: auto;
    float: left;
}
.description3 p {
    text-align: center;
}
.description4 {
    width: 50%;
    height: auto;
    float: left;
}
.description4 p {
    text-align: center;
}
#main {
    margin-left: 0px;
    margin-right: 0px;
}
#main p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.2em;
    padding-bottom: 10px;
}
.main-left {
    width: 100%;
    float: left;
}
.main-right {
    width: 100%;
    float: left;
    margin-bottom: 0px;
	display:none;
}
.lefthalf1 {
    width: 100%;
    margin-left: 0%;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
}
.lefthalf1 p {
    text-align: center;
}
.lefthalf2 {
    width: 100%;
    margin-left: 0%;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
}
.lefthalf2 p {
    text-align: center;
}
#footer {
    background-color: #272727;
}
#footer p {
    color: #DBDBDB;
    font-size: 1.05em;
    line-height: 150%;
}
.footer-left {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-left p {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-middle {
    width: 100%;
    float: left;
}
.footer-middle p {
    text-align: center;
	background-color:#000000;
}
.footer-right {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-right p {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
h1 {
    font-size: 1.5em;
    font-family: "Calibri Light";
    color: #FBFF6D;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
}
h2 {
    font-size: 1.1em;
    font-family: "Calibri Light";
    line-height: 135%;
    color: #D4D4D4;
    padding-left: 15px;
    padding-right: 15px;
	padding-bottom:15px
}
h3 {
    font-size: 1.3em;
    font-family: "Calibri Light";
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    line-height: 150%;
}
h4 {
    font-size: 1.2em;
    font-family: "Calibri Light";
    color: #8F7405;
    font-weight: bold;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
h5 {
    font-size: 1.7em;
    font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
h6 {
    font-size: 1.6em;
    font-family: "Calibri Light";
    font-weight: bold;
    color: #5E5E5E;
    text-align: center;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
}
ul {
    font-size: 1.2em;
    font-family: "Calibri Light";
    color: #FFFFFF;
    margin-left: 25px;
    padding-bottom: 10px;
    padding-right: 15px;
    line-height: 125%;
}
ol {
    font-size: 1.2em;
    font-family: "Calibri Light";
    color: #FFFFFF;
    margin-left: 25px;
    padding-bottom: 10px;
    padding-right: 15px;
    line-height: 125%;
}
.Aimage1 {
    width: auto;
    height: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.Aimage2 {
    width: 60%;
    height: auto;
    vertical-align: bottom;
}
.Aimage5 {
    float: none;
    padding-right: 15px;
    padding-left: 15px;
    width: 350px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.Aimage8 {
    width: 75%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 0px;
}
.socialmedia2 {
    display: inherit;
}
.centerslider {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: auto;
}
.centervideo {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: auto;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
ul {
    font-size: 1.2em;
    font-family: "Calibri Light";
    color: #FFFFFF;
    margin-left: 10px;
    padding-bottom: 10px;
    line-height: 125%;
}
ol {
    font-size: 1.2em;
    font-family: "Calibri Light";
    color: #FFFFFF;
    margin-left: 10px;
    padding-bottom: 10px;
    line-height: 125%;
}
#about {
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #FBFF6D;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #FBFF6D;
}
.about-right p {
    text-align: center;
    font-family: "Arial";
    font-size: 1.0em;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF;
    text-shadow: 1px 1px #000000;
}
.Aimage1 {
    width: 85%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}
.Aimage5 {
    float: none;
    padding-right: 15px;
    padding-left: 15px;
    width: 85%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.Aimage8 {
    width: 85%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 0px;
}
h6 {
    font-size: 1.6em;
    font-family: "Calibri Light";
    font-weight: bold;
    color: #5E5E5E;
    text-align: center;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.centerslider {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    height: auto;
}
}
/* CSS Document */
