/* TenGridTwo/TwoGrid Framework - type.css */
/* css stylesheet | tradesouthwest.com 
*  HTML5 specific styles added May 2013
*  author = Larry Judd, Phoenix, AZ 
*************************  (c) 2013 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

[hidden],
template {
    display: none;
}

script {
  display: none !important;
}

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

.container{
width: 90%;
max-width:1408px;
min-width:755px;
margin:0 auto;
overflow: visible;
background: #fdfeff;
box-shadow: 0px 0px 10px black; 


}
/* Container */
.grids {
  min-width:101%;
  margin-left: .15%;
  list-style: none;  /* Makes grids out of lists. */
    /* Clears floats was overflow: hidden */

}
 .grids [class*="grid-"] {
  display: inline-block;
  margin-top:0;
  -webkit-box-sizing: border-box; /* Give padding & borders to grids without breaking. IE8+ */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  border: none;

  
}
.grids [class*="grid-"] :last-child {margin-left: 0px;}
.grids [class*="grid-"] :first-child {margin-right: 0px;} 

.whtspc {clear:left;}

/* Grids */
.grid-10 {
  width: 98.8992%;
  padding: .8282%;
}
.grid-5 {
    position: relative;
    width:48.8882%;
    padding-left: .282%;
}
/* global */

body 
{
    background:            #f9fafa;
    font: 87.428%/1.342em Helvetica Neue, Helvetica, Arial, sans-serif;
  height:100%;
  margin-top: 0;
  margin-bottom: 2px;
  margin-top: 1px;
}
.navigation 
{
    height:  74px;    
	width: 100%; 
    background: #4d4f4f; 
 	margin:0;
	padding-top: 1.242em; 
    border-bottom: 1px solid #ffcc66; 
    border-top: 1px solid #ffcc66; 
} 
.navigation h1 
{   text-align: left;
    color: #fafaf2; 
    font-size: 1.648em; 
    font-weight: 400;
    margin-left: 7.858%;
    margin-bottom: 0;
}
.menu
{
   display: inline-block;
    width: 45%;
    float:right;
       margin-top: -2em;
}
.menu li {
    float: left;
    margin-left: 8px;
}
.menu a
{
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 1.52em;
  padding: .522em 1em;
  background-color: #008cba;
  color: white;
  border: thin solid #fafafa;
  border-radius:  2px;
  margin-left: 8px;
}
.menu a, .menu a:link, .menu a:visited {
    color: #ffffff;
    text-decoration: none;
}
.menu a:hover {
    color: black
}

header 
{
    margin: 0;
    padding: 0; 

}
article 
{
  padding-left: .252em;
}

footer 
{
    width: 100%; 
    background: #4d4f4f; 
    margin:0;
    padding-top: 1.122em; 
    border-bottom: 2px solid #ffcc66; 
    border-top: 2px solid #ffcc66;
    height: 160px; 

}
.foot-badge {
    float: right;
    width:  24%;
    background: transparent;
    margin-top: -7em;
}
.footer:after {
 content: "";
  clear: both;
}
footer .left {
    text-align: left;    
    position: relative;
}
footer hr {
    width:  73.5%;
    height: 1px;
    background: #ffffcf;
    margin-left: 2%; 
}
footer em {
    color: #f2f2f2;
}
.b-menu
{
   float: left;
    width: 48%;
}
.b-menu ul {
    position: relative;
    width: 98.8992%;
    margin: 0 auto;
}
.b-menu li {
    display: inline-block;
}
.b-menu a
{
 cursor: pointer;
 text-decoration: none;
  display: inline-block;
  font-size: 1.122em;
  padding: .222em .514em;
  background-color: #008cba;
  color: white;
  border: thin solid #fafafa;
  border-radius:  5px;
  box-shadow: 0px 0px 3px #ccc; 
  margin-left: 4px;
}
.b-menu a, .b-menu a:link, .b-menu a:visited {
    color: #ffffff;
    text-decoration: none;
}
.b-menu a:hover {
    color: black
}
.b-nav 
{
    float:left;
    width: 24%;
}
.b-nav li:before {
    content: "\2726";
    color: #ff8;
    margin: 0 7px 0 0;
     
}
.b-nav li a, .b-nav li a:link, .b-nav li a:visited {
    color: #ffffff;
    text-decoration: none;
}


/* ******** basics classes ******** */

.cf_form {
    width: 408px;
    background: #f2f2f2;
    padding-left: 9px;
}
.cf_form legend {
    background: white;
    padding:2px;
    border-radius: 3px;
}
.cf_form input {
    width: 300px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.282;
}
.cf_message {
    width: 300px;
    height:  88px;

}
.link-list a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  width: 290px;
  font-size: 1em;
  padding: 2px 4px;
  background-color: #008cba;
  color: white !important;
  border: thin solid #fafafa;
  border-radius:  5px;
  box-shadow: 0px 0px 3px black; 
}
.link-list p {
    color: #777;
}
.link-list p:nth-child(odd) {
background: #ffaf7f;
color: #333;
border-radius: 0 5px 5px 0;
}
.link-list li {
  line-height: 1.3836em;
  margin-bottom: 12px;
}
.transpart {
  background: transparent;
  margin-top: 200px;
  text-align: left;
  padding-left:  3em;
}
.transpart a {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 1.52em;
  padding:  .722em 2em;
  min-width: 100px;
  background-color: #008cba;
  color: white;
  border: thin solid #fafafa;
  border-radius:  2px;
}
.spc {
  display: inline-block;
  width: 60px;
}
#bkwide {
  background-image: url("../img/101.jpg"); 
  background-position: center;
  background-size: cover;
  height: 642px;
  border: thin: solid #ffff33;
  margin-top: 8px;


}
#bkwide blockquote {
  color: #fcfcfc;
  font-style: italic;
  width: 30%;
}

#bkwide h1 
{
    color: #fafaf2; 
    padding: 2em 1em;
}
#bkwide-c {
  background-image: url("../img/106.jpg"); 
  background-position: center;
  background-size: cover;
  height: 642px;
  margin-top: -13px;


}
#bkwide-c blockquote {
  color: #fcfcfc;
  font-style: italic;
  width: 30%;
}

#bkwide-c h1 
{
    color: #fafaf2; 
    padding: 2em 1em;
}
.bigicon 
{
   
    text-align: center;
    font-size: 58px;
    font-weight:  600;
    margin-left: -0.01222em;
}
.bigicon img {
    height:                140px;
    width:                 140px;
}
.goright
{
    float:                 right;
    width:                 17%;
    margin:                -1.358em 0 0 0;
}
.live
{
    color:                 #ff3 !important;
}
h1 {
    font-size: 2em;
    font-weight: 500;
    margin: 0.67em;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
     font: 100/1.542em Helvetica Neue, Helvetica, Arial, sans-serif;
    padding-left: 1em;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; 
    -webkit-appearance: button; 
    *overflow: visible;  
}
li {
    list-style: none;
    list-style-image: none;
}
#social a, #social a:link, #social a:visited {
  color: #900;
  text-decoration: none;
}

#social a:hover {
  
  padding: 2px 4px;
  color: #333;
  white-space: nowrap;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;  
  border-radius: 5px;  
  -moz-box-shadow: 0px 0px 4px #222;  
  -webkit-box-shadow: 0px 0px 4px #222;  
  box-shadow: 0px 0px 4px #222;  
  background-image: -moz-linear-gradient(top, #fefefe, #cccccc);  
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fefefe),color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #fefefe, #cccccc);  
  background-image: -moz-linear-gradient(top, #fefefe, #cccccc);  
  background-image: -ms-linear-gradient(top, #fefefe, #cccccc);  
  background-image: -o-linear-gradient(top, #fefefe, #cccccc);  
}
.clearme {
    clear: both;
}
@media screen {
.container{
width:100%;
max-width:1023px;
min-width:449px;
margin:0 auto;
overflow:hidden;
width:90%;
padding-left:.582%;
padding-right:.582%
} 
}
