/* 
    Created on : Jan 30, 2015, 6:49:36 PM
    Author     : BILLY
*/

body {
    background: burlywood;
    background-image: url(../images/ruff-bg02.jpg);
    background-position: center center;
    background-repeat: no-repeat;    
    background-attachment: fixed;
    background-size: cover;
    color: #333333;
    font-size: 100%;
    font-family: 'helvetica neue', helvetica, Arial, Lucida Sans Unicode;
    line-height: 1.5;
    text-align: left;
}
.body {
    margin: 0 auto;
    width: 100%;
    height: 100% !important;
    clear: both;
}
.page-wrap {
    padding: 50px 30px;
    background: rgba(255,255,255,0.5);
}    
.cat-wrap {
    padding: 50px 30px;
    background: rgba(227,198,163,0.5);
}   
.col-centered{
    float: none;
    margin: 0 auto;
}
.pageControl {
    background-image: url(http://chronixxmusic.com/wp-content/themes/chronixx/images/landing-image.jpg);
    background-position: center center;
    background-repeat: no-repeat;    
    background-attachment: fixed;
    background-size: cover;    
}
.video-wrapper {
    width: 100%;
}
.mainHtag {
    text-align: center; 
    text-transform: uppercase;
}
p {
    -webit-animation-duration: 3s;
    -webkit-animation-delay: 4s;
    -webkit-animation-iteration-count: 1;
}
.placeCenter{
    float: none;
    margin: 0 auto;
}
.placeCenter h1{
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    font-family: Arial, 'Helvetica', sans-serif;
    font-weight: bold;
    background: #dca41e;
    border: thin solid #c69113;    
}
.h2Zoom {
    -webit-animation-duration: 3s;
    -webkit-animation-delay: 3s;
    -webkit-animation-iteration-count: 1;
}
.h1Construct {
    -webit-animation-duration: 3s;
    -webkit-animation-delay: 3s;
    -webkit-animation-iteration-count: infinite;
}
.logoX {
    float: left;
    alignment-adjust: baseline;
    float: left;
    width: 59px;
    height: 44px;
    background-image: url(../images/chronixx-logo2.png);
    -webit-animation-duration: 4s;
    -webkit-animation-delay: 3s;
    -webkit-animation-iteration-count: 1;
}
.readMore {
    float: left;
    border: none;
    background-color: #658809;
    text-transform: uppercase;
    color: #FFF;
    padding: 10px 45px; 
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;   
    margin-right: 15px; 
    margin-top: 5px;
}
.readMore:hover {
    color: #fff;
    background-color: #50690d;
    text-decoration: none;
    list-style: none;
}
.shortMenu span {
    top: 10px;
    font-size: 250%;
}
.mainNav {
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 999;
    padding: 5px 0 0 0;
    width: 100%;
    clear: both; 
    border-bottom: thick solid #3f2f16;
    background-image: url(../images/ruff-navbg.jpg);
}
.nav-placeholder {
    margin-bottom: 0;
}
.fixed {
    height: auto;
    position: fixed;
    top: 0;
    border-bottom: thick solid #3f2f16;
    background-image: url(../images/ruff-navbg.jpg);
}
.fixed .nav-inner {
    max-width: 1280px;
    margin: 0 auto;
}
.mainNav ul {
    float: left;
    list-style: none;
    margin: 0 auto;
}
.mainNav ul li {
    float: left;
    display: inline;
}
.mainNav ul li a:hover, .mainNav ul li a.active {
    color: #2d5727;   
}

.mainNav a:link, .mainNav a:visited {
    float: left;
    color: #333333;
    display: inline-block;
    padding: 15px 10px;
    font-size: 125%;    
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mainNav a.logoX-title {
    padding: 15px 10px;
    font-size: 115%;
    text-decoration: none;
    -webit-animation-duration: 3s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}
.mainNav a.logoX-title:hover  {
    padding: 15px 10px;
    font-size: 115%;
    color: #533a1d;
    text-decoration: none;
    text-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}  
.mainNav a:hover, .mainNav a:active, .mainNav li.active a {
    padding: 15px 10px;
    font-size: 125%;
    color: #3f2f16;
    text-decoration: none;
    text-shadow: none;      
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menuFloatbar {
    background: #e3c6a3;
    border: thin solid #e0bd92;
    float: right;
    top: 10%;
    right: 2%;
    width: 32px;
    height: 95px;
    position: fixed;
    z-index: 2000;
    font-size: 20px;
}
.menu-icon {
    cursor: pointer;
}
#navFloat {
    padding: 3px;
    position: absolute;
    z-index: 597;
}
a.home-icon img, a.menuSub-icon img, a.edit-icon img {
    width: 25px;
    padding: 2px;
    opacity: 0.5;
}
ul.menuFloat, ul.menuFloat li, ul.menuFloat ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.menuFloat li {
text-align: center;
line-height: 1.3em;
vertical-align: middle;
zoom: 1;
}
ul.menuFloat li a {
    color: #7f6a4a;
}
ul.menuFloat li a:hover {
    color: #333333;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mmh-title{
    font: 150% "Helvetica", sans-serif;
    font-weight: bold;
}
.mmh-unplugged{
    font: 120% sans-serif;
}
.mainHeader {
    top: 0px;
    background-image: url(../images/Chronixx-hero-web.jpg);
    height: 615px;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: thick solid #262626;
    border-top: thick solid #3f2f16;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    clear: both;
    }
.mainHeader .container {
    position: relative;
    top:5%;
    }   
.mainHeader h1 {
    float: left;
    margin-top: 0%;
    margin-bottom: 0.4%;
    padding: 1%;
    color: #000;
    font-size: 400%;
    font-family: Arial, 'Helvetica', sans-serif;
    font-weight: bold;
    background: #dca41e;
    border: thin solid #c69113;
    max-width: 75%;
    -webit-animation-duration: 3s;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    }
.mainHeader h1 a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;    
    }
.mainHeader h1 a:hover {
    color: #a70b0b;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    }       
.mainHeader p {
    float: left;
    line-height: 1.5;
    padding-left: 1.2%; 
    padding-right: 1.2%; 
    font-size: 150%;
    color: #fff;
    margin-bottom: 0.5%;
    background: #2b542c;
    border: thin solid #1f4120;
    max-width: 65%;
}

.mailList_Holder {
    max-width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: 5px;
    position: relative;
    font-size: 100%;
    -webit-animation-duration: 3s;
    -webkit-animation-delay: 3s;
    -webkit-animation-iteration-count: 1;
}
.mailList {
    margin-top: 5px;
    margin-bottom: 15px;
    height: 125px;
    padding: 0 10px;
    background-color: #444;
    } 
 
.signUp-head {
    width: 87%;
    height: 50px;
    margin-left: 0;
    margin-right: 30px;
    margin-bottom: 5px;
    position: relative;
    top: 5px;
    color: white;
    padding: 5px;
    text-align: left;
    font-family: 'HelveticaNeueW01-45Ligh','Helvetica LT Std Light','Helvetica Neue LT Std',Helvetica;
    font-weight: normal;
    font-style: normal;
    font-size: 1.7em;
    line-height: 1.1em;
}    
.signUp-form {
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    text-align: right;
    
}
.mX_Input {
    float: left;
    color: gray;
    height: 30px;
    background-color: white;
    border: none;
    width: 350px;
    margin: auto;
    font-size: 16px;
    padding-left: 5px;
}
.mX_Signup {
    float: left;
    position: relative;
    background-color: #c63;
    width: 90px;
    height: 30px;
    margin-left: auto;
    margin-right: 0;
    cursor: pointer;
    font-size: 1.2em;
}
.mX_SignupText {
    top: 5px;
    text-align: center;
    width: 90px;
    position: absolute;
    font-family: 'HelveticaNeueW01-75Bold','HelveticaNeue Bold','Helvetica LT Std Bold',Helvetica;
    font-weight: normal;
    font-style: normal;
    font-size: 1.6em;
    color: white;
}
.mX_head_bold {
    font-family: 'HelveticaNeueW01-75Bold','HelveticaNeue Bold','Helvetica LT Std Bold',Helvetica;
    font-weight: bold;
    font-style: normal;
}
.mX_Privacy {
    height: 15px;
    float: left;
    position: relative;
    color: #bbb;
    padding-left: 10px;
    text-align: right;
    font-family: 'HelveticaNeueW01-45Ligh','Helvetica LT Std Light','Helvetica Neue LT Std',Helvetica;
    font-weight: normal;
    font-style: normal;
    font-size: 1.4em;
    line-height: 1.2em;
    cursor: pointer;
}

.guideDot {
    border-bottom: dashed #898989 thin;
}    
.chronixx-guides {
    background-color: #fff;
    margin: 0px auto;
    border-bottom: thin dashed #3f2f16;
}
.chronixx-guides h2 {
    color: #393c3d;
    font-size: 2.5em;
}
.chronixx-guides p {
    font-size: 1.6em;
    margin-bottom: 13px;
}  
.chronixx-guides img {
    width: 100%;
}
.miniBanners {
    background-color: rgba(255,255,255,0.5);
}
.mainTm img {
    opacity: 0.7;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mainTm img:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
}
.newsFeed{
    background-color: rgba(255,255,255,0.5); 
    margin: 10px auto;
    padding: 10px;
}
.newsFeed2 {
    margin: 10px auto;
    padding: 10px;
}
.newsFeed.row h1 {
    margin-top: 5px;
    color: burlywood;
    background-color: #3f2f16;
    padding: 5px;
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 700;
    border-bottom: thin dashed #333333;
}
.newsFeed.row h2 a {
    color: #333333;
    font-size: 28px;
    text-decoration: none;
}

.footNote {
    margin-bottom: 40px;
    }
.footNote h3 {
    border-bottom: thin solid #20511f;
    border-right: 10px solid #20511f;
    padding: 5px;
    color: #e2e2e2;
    background: #2b652a;
    font-family: 'Helvetica', sans-serif;
    font-size: 1.8em;
    }
.footNote a {
    color: #00b0ff;
    }
.footNote p {
    font-size: 1.4em;
    }    
.footNote .foot-pic {
    background-color: #bbb;
    border: thin solid #898989;
    border-bottom: 2px solid #898989;
    padding: 5px;
    margin-right: 10px;
    float: left;
    }
.vidFeed_Holder {
    width: 356px;
    height: auto;    
    margin-bottom: 15px;
    background: #e3c6a3;
    }
    .tour-tmb img {
        width: 360px;
        margin: 0 auto;
        margin-bottom: 15px;
    }    
.copyright {
    margin: 0 auto;
    width: auto;
    font-size: 1em;
    padding: 10px;    }

.footerTxt {
	text-align:center;
	width:100%;
}
.footerTxt a {
	text-decoration:none;
	color: #000;
}
.footerTxt a:hover {
	color:#1e7117;
}
.gotoWeb-f1.animated.fadeInDown a {
	text-decoration:none;
}
/* Login Page */
.regTitle {
    background:#a58e65;
    margin:0 auto;
    float:left;
    height:70px;
    font-size: 180%;
    width: 100%;
    border-bottom: thin dashed #3f2f16;
    padding: 10px 20px;
    clear: both;
}
.regTitle b {
    color:#3f2f16;
    float: left;
    font-size: 32px;
    border: none;
    margin-left:200px;
}
.regTitle strong {
    color:#3f2f16;
    float: left;
    font-weight:normal;
    padding: 15px 0 0 20px;
}
.regTitle .userSpan {
    color:#3f2f16;
    text-decoration:none;
    float: right;
    font-weight:normal;
    padding: 15px 0 0 20px;
}
.regTitle .userSpan a {
    color: #3f2f16;
    text-decoration:none;
}
.regTitle .userSpan a:hover {
    color: #333;
    font-weight:bold;
}
.StyleTxtBox {
    border: 1px solid #666;
    width: 270px;
    height: 45px;
    padding-left: 6px;
    margin:5px;
}
.StyleTxtBox2 {
    border: 1px solid #666;
    width: 350px;
    height: 45px;
    padding-left: 6px;
    margin:5px;
}
.StyleTxtField {
    border: 1px solid #666;
    width: 150px;
    height: 35px;
    padding-left: 6px;
    margin:5px;
}
.StyleTxtField2 {
    border: 1px solid #666;
    width: 620px;
    height: 250px;
    padding-left: 6px;
    margin:5px;
}
.StyleTxtField3 {
    border: 1px solid #666;
    width: 255px;
    height: 35px;
    padding-left: 6px;
    margin:5px;
}
.StyleTxtField4 {
    border: 1px solid #666;
    height: 35px;
    padding-left: 6px;
    margin:5px;
}

#LogMeInForm table tr td {
	font-size: 16px;
}
.adminSidebar {
	font-weight:normal;
	font-size:1.3rem;
	margin-top:40px;;
	padding: 20px;
}
.adminControl {
	color:#3f2f16;
	font-size:14px;
	width: 300px;
	background:#cdc2ae;
	padding: 10px;
	margin-top: 25px;
	border:thin solid #d6caba;
}
.adminControl ul {
	list-style:none;
}
.adminControl ul a {
	color: #3f2f16;
	text-decoration: none;	
}
.adminControl ul a:hover {
	font-weight:600;
}
.adminControl ul .active a {
	color: #3f2f16;
}
#LogMeInForm table {
	margin-top:50px;
}
.centerCP {
    padding: 0;
    margin: 0;
    width: 100%;
}
#contentHold {
	color:#3f2f16;
	font-size:14px;
    margin:0 auto;
    width: 100%;	
    clear:both;
    overflow: hidden;
}
#contentLeft {
	color:#3f2f16;
	text-align:left;
    padding:5%;
    width:100%;
    margin: 2% auto;
	background:url(../images/ruff-bg03.jpg) no-repeat;
    color: #333333;
    clear:both;
    font-size: 1rem;
	border:thin solid #9b855c;
}
#contentLeft h2 {
	background-color:#d6caba;
	color:#3f2f16;
	text-align:center;
	margin:0;
	padding:10px;
}
#contentRight {
    width:100%;
    float:left;
    margin-right:2%;
}    
#contentRight table {
    width: 100%;
}
#contentRight label {
    margin-top: 10px;
    float: left;
}
#pageContent {
	width:90%;
	margin:0 auto;
	
}
.tourListings {
	padding:25px;
	float:left;
	font-size:12px;
	margin:0 auto;
	border-bottom: thin solid #333;
	line-height:20px;
}
.formControl {
	padding:25px;
	float:left;
	font-size:12px;
	margin:0 auto;	
}
/* Login Page ends */
	
    /* Biography */

.bioFrame{
    padding-left: 10px;
    font-size: 1.5em;
    line-height: 1.5;
    }
.bioFrame strong {
    font-size: 180%;    
    }
.bio-p1 {
    border: 2px solid #666;
    }

    /* Gallery */
#gallery-container img {
    margin: 5px 5px;
    border: thick solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }
    
    /* Tour Dates */
    .ruff-bg {

    }    
thead {
    background: -webkit-gradient(linear, left top, left bottom, from(#407441), color-stop(0.5, #2b542c), to(#1a3e12) );
    border-bottom: thick solid #13340c;
    }
thead th{
    color: #dca41e;
    padding: 0 15px 0 15px;
    font: 1.8em "Helvetica", sans-serif;
    height: 60px;   
    }       
tbody td{
    font-size: 1.5em;
    padding: 0 25px 0 15px;
    height: 60px;      
    }   
.purchase a {
    color: #9d7849;
    text-decoration: none;
    font: 1.1em "Helvetica", sans-serif;   
    }  
.purchase a:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #533a1d; 
} 
.noTic {
    text-decoration: line-through;
}

#vidPopUp {
    
}

/* Blog */
#blogTop {
    float: left;
    padding: 5px;
    width: 1200px;
    height: auto;
}
#blogBottom-left {
    float: left;
    padding: 5px;
    width: 600px;
}
#blogBottom-left p {
    font-size: 10px;
    padding: 5px;
}
#blogBottom-right {
    margin-left: 10px;
    padding: 5px;
    width: 500px;
    height: auto;
    padding: 20px 0;
    font-size: 15px;
}
.blogVidFeed {
    float: left;
    padding: 5px;
    width: 600px;
}
.blogVidFeed p {
    font-size: 10px;
    padding: 5px;
}
.blogVidFeed2 {
    float: left;
    padding: 5px;
    width: 1200px;
    height: auto;
}
.capPress {
    margin-left: 10px;
    padding: 5px;
    width: 500px;
    height: auto;
    padding: 20px 0;
    font-size: 15px;
}

/* Tour */
.gigpress-table {
    
}
tr.gigpress-header th {
    background: #3b6c3c;
    color: #dca41e;
    font-size: 20px;
    font-weight: normal; 
    border-bottom: 2px solid #13340c;
}
tr.gigpress-header th.gigpress-date, tr.gigpress-header th.gigpress-city, tr.gigpress-header th.gigpress-venue, tr.gigpress-header th.gigpress-country {
    font-weight: normal; 
}
.gigpress-heading {
    font-size: 24px;
    font-weight: normal;
}

/* Tour .ends */


/* Bookings and Contact */
.CFcontainer {
    position: relative;
    width: 450px;
    margin: 10px auto 20px auto;
    border-right: thin dotted #381e18;
    padding-right: 15px;
    padding-bottom: 20px;
}
.CFcontainer:first-of-type {
    top: 10px;
}
.CFcontainer h1 {
    font-size: 32px;
}
.CFcontainer .context {
    padding-bottom: 10px;
}
.formHeader {
    font-size: 14px;
}

#contactForm input[type=text],
#contactForm input[type=date],
#contactForm input[type=email],
#contactForm input[type=submit],
#contactForm select[type=text],
#contactForm textarea {
    font-size: 12px;
    width: 100%;
    max-width: 430px;
    height: 34px;
    display: block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    color: #222;
    margin-bottom:10px;
}

#contactForm textarea {
    height: 100px;
    font-family: Arial, sans-serif;
}

#contactForm input[type=submit] {
    background-color: #cbb192;
    border-color: #b59f84;
    width: 200px;
    margin-bottom: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#contactForm input[type=submit]:hover {
    background-color: #783b20;
    color: #cbb192;
    border-color: #65351f;
}

h2.success {
    color: #27ae60;
    margin-bottom:20px;
}

.errorlist {
    color: #cf4e00;
    list-style: none;
}

label.error,
errorlist li {
    margin-bottom: 10px;
    color: #bb0000;
    display: block;
}

.errorlist li:last-child {
    color: #cf4e00;
    margin-bottom: 20px;
}
.contactInfos {
    line-height: 1.8em;
    margin: 0 auto 5px auto;
    font-size: 1.5em;
    padding: 25px 15px 5px 15px;
    height: auto;
}
.contactInfos strong {
    padding-bottom: 5px;
    color: #3a3227;
    font-size: 24px;
}
.social-content {
    padding: 10px 15px;
    width: 300px;
    margin-bottom: 35px;
}
.social-content img {
        padding: 2px;
	text-decoration: none;
        opacity:0.7;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
}
.social-content img:hover {
        padding: 2px;
	opacity:1;
}
.social-content a {
	text-decoration: none;
}
.book-p1 {
    margin-top: 70px;
    margin-bottom: 20px;
    border: 2px solid #666;
}
/* Bookings and Contact .ends */





@media only screen and (min-width: 299px) and (max-width: 480px) 
{
    .body {
        width: 100%;
        font-size: 120%;    
    }
    .shortMenu {
    }
    .mainNav {
        position: relative;
        height: 440px;
        width: 100%;
    }
    .mainNav ul {
        padding-left: 0;
    }
    .mainNav ul li {
        width: 100%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .mainNav a:link, .mainNav a:visited {
        font-size: 110%;
        padding: 10px 25px;
        height: 40px;
        display: block;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .mainNav a:hover, .mainNav a:active {
        width: 100%;
        border: thin dashed #8c6b4f;
        font-size: 110%;
        padding: 10px 25px;
        height: 40px;
        display: block;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .mainNav a.logoX-title {
        float: left;
        text-align: left;
        padding: 5% 3%;
        font-size: 100%;
        margin-bottom: 3%;
        height: 55px;
    }
    .mainNav a.logoX-title:hover  {
        float: left;
        text-align: left;
        padding: 5% 3%;
        font-size: 100%;
    }  
    .mainHeader {
        background-image: url(../images/Chronixx-hero-web-lowres.jpg);
        visibility: hidden;
        height: 1px;
        }
    .mainHeader .container {
        visibility: hidden;
        height: 1px;
        }
    .mainHeader h1 {
        visibility: hidden;
        height: 1px;
    }
    .mainHeader p {
        visibility: hidden;
        height: 1px;
    }
    .mainHeader h1 a {
        visibility: hidden;
        height: 1px;
        }
    
    .mailList_Holder {
        max-width: 100%;
        height: 150px;
        margin: 1% 0;
        font-size: 60%;
    }
    .mailList {
        float: left;
        margin-top: 2%;
        margin-bottom: 4%;
        height: 135px;
        padding: 1% 3%;
        } 

    .signUp-head {
        float: left;
        width: 100%;
        height: 50px;
        margin: 2% 1%;
        padding: 1% 2%;
        font-size: 175%;
        line-height: 15px;
    }    
    .signUp-form {
        float: left;
        height: 40px;
        margin: 1% 2%;

    }
    .mX_Input {
        height: 40px;
    }
    .mX_Signup {
        float: right;
        font-size: 150%;
    }
    .mX_SignupText {
        margin: 2% auto;
        top: 5px;
        text-align: center;
        width: 100%;
    }
    .mX_Privacy {
        font-size: 150%;
    }
    .footNote .foot-pic {
        width: 60%;
        margin-right: 3%;
        margin-bottom: 2%;
        float: left;
    }
    .footNote h3 {
        font-size: 170%;
        }
    .footNote p {
        font-size: 120%;
        }      
    .copyright {
        font-size: 70%;
        text-align: center;
        margin: 0 auto;  
    }
    .vidFeed_Holder {
        margin: 0 auto;
        width: 100%;
    }
    .vidFeed_frame iframe {
        margin: 0 auto;
        width: 100%;        
    }
    .bio-p1 {
        margin: 0 auto;
        width: 100%;
    }
    .bioFrame img {
        float: left;
        margin: 5px auto;
        width: 100%;
    }
    .bioFrame p {
        font-size: 80%;    
    }
    .bioFrame p strong {
        font-size: 115%;    
    }
    .strong {
        margin: 0 auto;
        width: 100%;
        font-size: 170%;
        line-height: 20px;
    }
    .chronixx-guides h2 {
        width: 100%;
        padding: 2% 3%;
        background-color: #dca41e;
        display: block;
        font-size: 200%;
        border-bottom: thick solid #c69113;
    }
    .chronixx-guides p {
        padding: 3%;
        font-size: 110%;
        line-height: 1.2;
    }
    a.fancybox img {
        width: 45%;
    }
    .blogVidFeed {
        float: left;
        margin: 0 auto;
        width: 100%;
    }
    .blogVidFeed2 {
        float: left;
        margin: 0 auto;
        width: 100%;
    }
    .blogVidFeed h1, .blogVidFeed2 h1 {
        padding: 3%;
        font-size: 220%;  
        text-align: center;
    }
    .blogVidFeed iframe, .blogVidFeed2 iframe {
        width: 100%;
        margin: 0 auto;

    }
    .capPress {
        padding: 2%;
        float: left;
        margin: 0 auto;
        width: 95%;
    } 
    .capPress h1 {
        line-height: 1.2;
        padding: 1% 0;
        font-size: 200%;  
        text-align: left;
    }
    .CFcontainer {
        width: 100%;
    }
    .CFcontainer img {
        width: 150%;
    }
    .soldier {
        width: 100%;
    }
    .contactInfos {
        margin-top: 5%;
        font-size: 110%;
        width: 100%
    }
    .contactForm {
        margin: 0 auto;
        width: 100%;
    }
    
    h1.h1Construct {
        text-align: left;
    }
    .blogVidFeed h1, .blogVidFeed2 h1 {
        text-align: left;
        border-bottom: thick solid #333333;
    }

}