/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {

	
	
/*	margin-top: 45px;  
	margin-bottom: 50px;  */
	
	
	background: none;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

.full {
  background: /* url(../img/wkc-lp-bg-5.png) no-repeat center center fixed;  */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.vert-cent {
    float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;



}

.navbar-brand {

    padding: 8px;
}

.no-link-style > li > a {

    text-decoration: none;
}

.no-link-style a:link, .no-link-style a:visited {

    text-decoration: none;
}

a {

    text-decoration: none;
}

.no-link-style {

    text-decoration: none;
}

.form-control {

    border: 1px solid #909090;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125) inset;  /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; */
    
	
    font-size: 10px;

}


.spacer5 { height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer40 { height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer45 { height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer50 { height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer100 { height: 100px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer200 { height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }



/* Large desktops and laptops */
@media (min-width: 1200px) {
body {
padding-top: 300px;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
body {
padding-top: 150px;
}
}
@media (min-height: 600px) and (max-height: 795px) {
body {
padding-top: 150px;
}

}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Portrait phones and smaller */
@media (max-width: 480px) {
body {
padding-top: 80px;
}
}
