
/* TYPOGRAPHY */

h1 { 
font-family: 'Roboto', sans-serif;
font-size: 2.4em;
color: #ff0000;
font-weight: bold;
margin: 0;
padding: 20px 0;
line-height: 1.4em;
text-align: center;
}

h2 { 
font-family: 'Roboto', sans-serif;
font-size: 1.4em;
color: #039;
font-weight: bold;
margin: 0;
padding: 10px 0 10px 30px;
line-height: 1.2em;
text-align: left;
}

h3 { 
font-family: 'Roboto', sans-serif;
font-size: 1.4em;
color: #f00;
font-weight: bold;
margin: 0;
padding: 10px 0;
line-height: 1.4em;
text-align: center;
}

h4 { 
font-family: 'Roboto', sans-serif;
font-size: 1.4em;
color: #039;
font-weight: bold;
margin: 0;
padding: 10px 0 10px 30px;
line-height: 1.2em;
text-align: center;
}

h5 { 
font-family: 'Roboto', sans-serif;
font-size: 1em;
color: #f00;
font-weight: bold;
margin: 0;
padding: 10px 0;
line-height: 1em;
text-align: center;
}

p { 
font-family: 'Roboto', sans-serif;
color: #000;
font-size: 1.2em; 
margin: 0;
padding: 10px 20px;
text-align: left;
line-height: 32px;
}

p.small { 
font-family: 'Roboto', sans-serif;
color: #ff0000;
font-size: 0.875em; 
margin: 0;
padding: 0 5px;
text-align: center;
line-height: 12px;
}

p.center {
font-size: 1em;
color: #000;
text-align: center;
line-height: 22px;
font-weight: bold;
}

p.red {
font-size: 1.2em;
color: #f00;
text-align: center;
padding: 10px 0;
line-height: 24px;
}

p.yellow {
font-size: 1.6em;
color: #000;
text-align: center;
padding: 10px 0;
line-height: 28px;
background-color: #fff;
}

p.heading { 
font-family: 'Roboto', sans-serif;
color: #666;
font-size: 1em; 
margin: 0;
padding: 10px 20px;
text-align: left;
line-height: 24px;
}

.box {
width: 95%;
font-family: 'Roboto', sans-serif;
font-size: 1.4em;
color: #fff;
border: 1px dashed #985;
background-color: #507DB9;
margin: 0 auto;
padding: 10px;
text-align: center;
line-height: 1.2em;
}

.box2 {
width: 95%;
font-family: 'Roboto', sans-serif;
font-size: 1.4em;
color: #fff;
border: 0px dashed #985;
background-color: #003399;
margin: 0 auto;
padding: 10px;
text-align: center;
line-height: 1.2em;
}

.box3 {
width: 95%;
font-family: 'Roboto', sans-serif;
font-size: 1em;
color: #f00;
border: 2px solid #f00;
background-color: #fff;
margin: 0 auto;
padding: 10px;
text-align: center;
line-height: 1.2em;
}


hr {
color: #000;
width: 90%;
}

a.butt { 
color : #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a.butt:visited { 
color : #fff; }

a.butt:hover, 
a.one:active { 
outline: 0;
color: #fff;
text-decoration: none;
}

a.tel { 
color : #003399;
background-color: #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: underline;
}

a.tel:visited { 
color : #fff; }

a.tel:hover, 
a.one:active { 
outline: 0;
color: #fff;
background-color: #003399;
text-decoration: none;
}

a.two { 
color : #fff;
text-decoration: underline;
}

a.two:visited { 
color : #fff; }

a.two:hover, 
a.two:active { 
outline : 0;
color : #fff;
text-decoration: none;
}

ul.bb { 
font-family: 'Arial';
color: #000;
font-size: 1.2em; 
margin: 0; 
padding: 0 0 0 50px;
line-height: 26px;
}

li ul { 
margin: 0;
}

img.line {
padding:4px;
border:1px solid #cfd2d4;
background-color:#fff;
}

img.floatleft { 
float: left; 
margin: 0 10px 0 0;
padding: 4px;
border:1px solid #cfd2d4;
background-color:#fff;
}

img.floatright { 
float: right; 
margin: 0 0 0 15px;
padding:4px;
border:1px solid #cfd2d4;
background-color:#fff;
}

img-responsive{
max-width: 100%;
height: auto;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.notice {
width: 96%;
margin: 0 auto;
text-align: center;
font-family: 'Arial';
color:#fff;
font-size: 1.2em;
background:#003399;
-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;padding:10px
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-envelope:before {
  content: "\2709";
}



/* TABLES ============================================================================= */

table { 
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 1.4em; 
width: 96%; }

td { 
padding: 1em 10px 1em 5px; }



.table-responsive-sm{
max-width: 576px;
}

.table-responsive-md { 
max-width: 768px;
}

.table-responsive-lg { 
max-width: 992px;
}

.table-responsive-xl { 
max-width: 1120px;
}







