/*
Blue R: 9 G:14 B:122; #090E7A
Orange R:255 G:191 B:0 ; #FFBF00

*/
body { margin: 0; padding: 0; background-color: #FAFAFA; font-size: 14px; font-family: "Candara", Tahoma, Verdana, Arial; src: url(inc/candara.ttf); color: #090E7A; }

/* { box-sizing: border-box; -moz-box-sizing: border-box; }*/

.page { max-width: 970px; padding: 0 15px 15px 15px; margin: 10px auto; border: 1px #D3D3D3 solid; border-radius: 3px; background: white; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
.page-slider { max-width: 1000px; max-height: 250px; margin: 10px auto; }
.page_div { max-width: 1000px; margin: 0px auto; margin-bottom: 70px; }

.myDiv { max-width: 970px; height: 600px; float: left; overflow: auto; overflow-y: auto; line-height: 1; }

.input_class, .textarea_class, .select_class { font-family: Verdana; font-size: 11px; border: 1px solid #002C77;  font-size: 13px; padding: 4px 4px 4px 4px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: 0px 0px 8px #d9d9d9; -moz-box-shadow: 0px 0px 8px #d9d9d9; -webkit-box-shadow: 0px 0px 8px #d9d9d9; }

input, textarea, select { font-family: Verdana; font-size: 11px; border: 1px solid #002C77;  font-size: 13px; padding: 4px 4px 4px 4px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: 0px 0px 8px #d9d9d9; -moz-box-shadow: 0px 0px 8px #d9d9d9; -webkit-box-shadow: 0px 0px 8px #d9d9d9; }

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus { background-color: #FEFFD5; outline: none; border: 1px solid #E98300; box-shadow: 0px 0px 8px #E98300; -moz-box-shadow: 0px 0px 8px #E98300; -webkit-box-shadow: 0px 0px 8px #E98300; }

.div-left{
    float:left;
    padding-left:10px;
	vertical-align:middle;
}
.div-right{
    float:right;
    padding-right:10px;
	vertical-align:middle;
}
.hr { border: 0; width: 190px; float: left; color: #E98300; background-color: #E98300; height: 1px; }

hr { border: 0; width: 100%; float: left; color: #E98300; background-color: #E98300; height: 1px; }

.indent { text-indent: 50px; }
.pl-50 { padding-left: 50px; }
.pl-100 { padding-left: 100px; }
.pl-150 { padding-left: 150px; }

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

.color_blue { font-family: Candara; font-size: 25px; font-weight: bold; color: #090E7A; padding: 0 5px 0 5px;}

.trans_title_phone { font-family: Candara; font-size: 25px; font-weight: bold; color: #FFBF00; }

.trans_title { font-size: 14px;  padding: 0 5px 0 5px; }
.trans_title_bold { font-size: 16px; font-weight: bold;  padding: 0 5px 0 5px;}

.top_orange_line { width: 100%; height: 20px; background: #FFBF00; margin: 0 auto; }
.top_blue_line { width: 100%; height: 50px; background: #090E7A; margin: 0 auto; font-size: 10px; text-align: center; color: #FFBF00 }
.top_bottom_line { width: 100%; margin: 0 auto; font-size: 10px; text-align: center; color: #090E7A }


.top_menu_line { width: 100%; min-height: 50px; background: #090E7A; position: relative; top: -15px; }
.top_menu_line ul { text-align: center; list-style-type: none; padding: 10px 0 0 0; }
.top_menu_line li { display: inline; padding: 0 10px 0 10px; }
.top_menu_line a { font-size: 24px; font-weight: bold; color: #fff; text-decoration: none; }
.top_menu_line a:hover  { color: #FFBF00;  }
.top_menu_line a:active  { color: #FFBF00;  }

.top_menu_line li.icon {
    display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
/*@media screen and (max-width: 600px) { */
@media only screen and (max-width: 1010px), only screen and (max-device-width: 1010px){
	.top_menu_line li:not(:first-child) {display: none;}
	.top_menu_line li.icon {
		float: right;
		display: block;
	}
	.top_menu_line li{ padding-bottom: 5px; }
	.trans_title_phone { font-size: 20px; }
	.color_blue { font-size: 20px;}
	.top_menu_line { font-size: 28px; }
	.top_menu_line a { font-size: 28px; }
	body { font-size: 20px; }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
/* @media screen and (max-width: 600px) {*/
@media only screen and (max-width: 1010px), only screen and (max-device-width: 1010px){
  .top_menu_line.responsive {position: relative;}
  .top_menu_line.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .top_menu_line.responsive li {
    float: none;
    display: block;
    text-align: left;
  }
}

.link_title { padding: 10px 0 0 0; font-size: 20px; color: #FFBF00; font-weight: bold; }

.link_on { color: #FFBF00; }

.bus_title  { font-size: 18px; font-weight: bold; }

.yellow { color: #FFBF00; }
.blue { color: #090E7A; }