/* if using font awesome */
@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic);

/* Import section stylesheets */
@import url("/data/layout/css/contentstyle.css");
@import url("/data/layout/css/calstyle.css");
@import url("/data/layout/css/editor.css");

/* body */
body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #000;
	font-weight: 500;
	/*NEW COLORS*/
	background: linear-gradient(to bottom, #ffffff 0%, #01163a 82%);
}
img {
	border: 0;
}
img.bg {
	/* Set rules to fill background
	min-height: 100%;
	min-width: 1200px;
	/* Set up proportionate scaling
	width: 100%;
	height: auto;
	/* Set up positioning
	position: fixed;
	top: 0;
	z-index: -99;
	left: 0;
NEW COLOR GRADIENT WAS ADDED*/
display: none;
}
:focus {
	outline: none;
}
#three_d_left {
	margin: 0;
	padding: 0;
	position: relative;
	background: url("/data/layout/images/3d.png") top left no-repeat;
	height: 14px;
	margin-left: -10px;
	margin-top: -1px;
}
#three_d_left2 {
	margin: 0;
	padding: 0;
	position: relative;
	background: url("/data/layout/images/3d.png") top left no-repeat;
	height: 14px;
}
#three_d_right {
	margin: 0;
	padding: 0;
	position: relative;
	background: url("/data/layout/images/3d_right.png") top right no-repeat;
	height: 14px;
	margin-right: -10px;
	margin-top: -1px;
}
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

}

::-webkit-scrollbar-thumb {

    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/** ---------- CONTENT --------- **/
/* ------------------------------ */

#content {
	width: 100%;
	position: relative;
	margin: 0 auto;
	max-width: 960px;
}
#utility {
}
.breadcrumbs {
	font-size: 13px;
}
.breadcrumbs a {
}
/** ---------- MAIN ----------- **/
/* ----------------------------- */

#main {
	position: relative;
	display: block;
	z-index: 2;
	padding: 0;
	margin: 0;
	background: white;
	max-width: 100%;
	border-bottom: solid 6px #2c3539;
	-webkit-box-shadow: 0 2px 3px 2px rgba(0,0,0,.5);
	box-shadow: 0 2px 3px 2px rgba(0,0,0,.5);
	padding-bottom: 17px;
}
/** --------- HEADER ---------- **/
/* ----------------------------- */

#header {
	position: relative;
	-webkit-box-shadow: 0 2px 3px 2px rgba(0,0,0,.5);
	box-shadow: 0 2px 3px 2px rgba(0,0,0,.5);
}
#d_logo .logo {
	position: relative;
	display: inline-block;
	height: auto;
	max-width: 122px;
	width: 100%;
	left: 14px;
	z-index: 11;
	opacity: .8;
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	/* this will work for QtWebKit in future */
	-webkit-user-drag: none;
}
#d_logo .logo_bg {
	position: relative;
	display: inline-block;
	height: auto;
	max-width: 461px;
	width: 100%;
	left: -122px;
	top: -29px;
	z-index: 10;
	-moz-user-select: none;
	-webkit-user-select: none;
	/* this will work for QtWebKit in future */
	-webkit-user-drag: none;
}
#d_logo:hover .logo {
	opacity: 1;
	-webkit-transform: scale(1.05, 1.07);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1.05, 1.07);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	/* this will work for QtWebKit in future */
	-webkit-user-drag: none;
}
#m_logo {
	display: none;
}
#header .search {
	display: inline-block;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
}
#top_bar {
	position: relative;
	display: block;
	width: 100%;
	min-height: 48px;
	background: #002157;
}
#top_bar .sealcontainer {
	display: inline-block;
}
#top_bar .seals {
	height: 35px;
	margin-top: 5.5px;
	margin-left: 32px;
	-moz-user-select: none;
	-webkit-user-select: none;
	/* this will work for QtWebKit in future */
	-webkit-user-drag: none;
}
#top_bar h4 {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	color: #f8fd68;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 0;
	vertical-align: top;
	margin-left: 10px;
	margin-top: 6px;
}
#head_bar {
	position: relative;
	display: block;
	width: 100%;
	/*height: 250px;
	background: url("/data/layout/images/Banner.jpg") top right no-repeat;
	background-size: cover;*/
}
#head_bar img {
    max-height: 260px;
    width: 100%;  
}
/** ---------- NAVIGATION --------- **/
/* --------------------------------- */
nav {
	position: relative;
	display: block;
	width: 100%;
}
nav ul {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	/*border-bottom: solid 5px #4f6e16;*/
	border-bottom: solid 5px #2c3539;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #2c3539 82%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(82%, #2c3539)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #2c3539 82%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #2c3539 82%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #2c3539 82%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #2c3539 82%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2c3539', GradientType=0 ); /* IE6-9 */
}
nav ul li {
	position: relative;
	display: inline-block;
	text-align: center;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 13%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #ffffff), color-stop(100%, #cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 13%, #cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 13%, #cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 13%, #cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 13%, #cfcfcf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf', GradientType=0 ); /* IE6-9 */
}
nav ul li:first-child {
	margin-left: 6px;
}
nav ul li a {
	line-height: 52px;
	text-align: center;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 900;
	color: #002157;
	/* width: 19.75%; */
	padding: 0 50px;
	height: 52px;
	display: inline-block;
	position: relative;
  -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
nav ul li a:hover {
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #01163a 0%, #bfbfbf 13%, #929191 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01163a), color-stop(13%, #99a6bb), color-stop(100%, #546786)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ccc 0%, #bfbfbf 13%, #929191 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ccc 0%, #bfbfbf 13%, #929191 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ccc 0%, #bfbfbf 13%, #929191 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ccc 0%, #bfbfbf 13%, #929191 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01163a', endColorstr='#546786', GradientType=0 ); /* IE6-9 */
	color: #fff;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	text-shadow: 0 1px 2px #000000;
}
/** ---------- NEWS --------- **/
/* --------------------------- */
#news_container {
	position: relative;
	display: block;
	width: calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: -webkit-calc(100% + 10px);
	margin-top: 30px;
	-webkit-box-shadow: inset 0 -2px 3px 2px rgba(0,0,0,.5);
	box-shadow: inset 0 -2px 3px 2px rgba(0,0,0,.5);
	background: #fff url("/data/layout/images/container_bg.png") bottom left repeat-x;
	margin-left: -10px;
	border: solid 1px #002157;
	border-bottom: none;
padding-bottom: 4px;
}
#news_container h2 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	background: #002157;
	width: calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	height: 27px;
	line-height: 27px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
#news_container h2 a, #bridge_news_container h2 a {
	float: right;
	margin-right: 5px;
}
#news_container h2 a:hover img {
	opacity: 1;
	-webkit-transform: scale(1.15, 1.17);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1.15, 1.17);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	/* this will work for QtWebKit in future */
	-webkit-user-drag: none;
}
/** ---------- LT MESSAGE --------- **/
/* --------------------------------- */
#lt_message_container {
	position: relative;
	display: block;
	width: calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	margin-top: 16px;
	-webkit-box-shadow: inset 0 -2px 3px 2px rgba(0,0,0,.5);
	box-shadow: inset 0 -2px 3px 2px rgba(0,0,0,.5);
	background: #fff url("/data/layout/images/container_bg.png") bottom left repeat-x;
	margin-left: -10px;
	padding: 10px;
	padding-bottom: 20px;
	border: solid 1px #002157;
	border-bottom: none;
}
#lt_message_container h4 {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	color: #8d8b8b;
	font-size: 16px;
	font-weight: 300;
	text-transform: none;
}
#lt_message_container h3 {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	color: #002157;
	font-size: 18px;
	font-weight: bold;
}
#lt_message_container p {
	font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: 500;
}
/** ---------- CENTER CONTENT --------- **/
/* ------------------------------------- */
#center_container {
	margin-top: 30px;
}
#center_container h1 {
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 900;
	color: #002157;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
#center_container h2 {
	font-family: 'Lato', sans-serif;
	color: #002157;
	font-size: 15px;
	font-weight: 700;
}
#center_container p {
	font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	margin: 5px 0;
}
#center_container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#center_container ul li a {
	color: #002157;
}
#center_container ul li a:hover {
	color: #000;
}

/** ---------- MISSION --------- **/
/* ------------------------------ */
#mission_container, #bridge_news_container {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 30px;
	-webkit-box-shadow: inset 0 -2px 3px 2px rgba(0,0,0,.5);
	box-shadow: inset 0 -2px 3px 2px rgba(0,0,0,.5);
	background: #fff url("/data/layout/images/container_bg.png") bottom left repeat-x;
	padding-bottom: 15px;
	border: solid 1px #002157;
	border-bottom: none;
	min-height: 194px;
}
div#bridge_news_container {
    margin-bottom: 30px;
    min-height: 100px;
    padding-bottom: 0;
}
#mission_container h2,
#bridge_news_container h2 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	background: #002157;
	width: calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	height: 27px;
	line-height: 27px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
#mission_container h2 span {
	font-weight: normal;
	font-style: italic;
}
#mission_container p {
	font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	margin: 5px 0;
	padding: 0 10px;
}
/** ---------- CONTACT US --------- **/
/* --------------------------------- */
#contact_container {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 30px;
	-webkit-box-shadow: inset 0 -2px 3px 2px rgba(0,0,0,.5);
	box-shadow: inset 0 -2px 3px 2px rgba(0,0,0,.5);
	background: #fff url("/data/layout/images/container_bg.png") bottom left repeat-x;
	padding-bottom: 15px;
	border: solid 1px #002157;
	border-bottom: none;
	min-height: 192px;
	font-size: 13px;
}
#contact_container h2 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	background: #002157;
	width: calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	height: 27px;
	line-height: 27px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
#contact_container img {
	float: left;
	padding: 10px;
	width: 190px;
	height: 133px;
}
#contact_container h4 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #002157;
	margin: 0;
	padding: 0;
	text-transform: none;
	margin-top: 8px;
}
#contact_container strong {
	font-weight: 700;
}
#contact_container a {
	color: #002157;
}
#contact_container a:hover {
	color: #000;
}
#contact_container .emergency {
	font-family: 'Lato', sans-serif;
	color: #2c3539;
	font-weight: 700;
	font-style: italic;
	font-size: 13px;
}
#contact_container .c_text {
  	display:block;
  	position:relative;
}
/** ---------- RIGHT BUTTONS --------- **/
/* ------------------------------------ */
#right_buttons {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 30px;
}
#right_buttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-right: -10px;
}
#right_buttons ul li {
	width: 100%;
	height: 40px;
	background: #2c3539; /* Old browsers */
	background: -moz-linear-gradient(left, #2c3539 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2c3539), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #2c3539 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #2c3539 0%, #cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #2c3539 0%, #cccccc 100%); /* IE10+ */
	background: linear-gradient(to right, #2c3539 0%, #cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3539', endColorstr='#cccccc', GradientType=1 ); /* IE6-9 */
	padding-right: 10px;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.6);
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.6);
  }
#right_buttons ul li a {
	text-decoration: none;
	line-height: 46px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	display: block;
	top: -3px;
	position: relative;
  	opacity: 1;
}
#right_buttons ul li a.con {
	background: url("/data/layout/images/contact.png") top left no-repeat;
	background-position: 0px 0px;
	padding-left: 54px;
}
#right_buttons ul li a.dir {
	background: url("/data/layout/images/dir.png") top left no-repeat;
	background-position: 0px 3px;
	padding-left: 54px;
}
#right_buttons ul li a.faq {
	background: url("/data/layout/images/faq.png") top left no-repeat;
	background-position: 4px 0px;
	padding-left: 54px;
}
#right_buttons ul li a.ann {
	background: url("/data/layout/images/ann.png") top left no-repeat;
	background-position: 0px 0px;
	padding-left: 54px;
}
#right_buttons ul li a.cri {
	background: url("/data/layout/images/cri.png") top left no-repeat;
	background-position: -2px 2px;
	padding-left: 54px;
}
#right_buttons ul li a.sur {
	background: url("/data/layout/images/sur.png") top left no-repeat;
	background-position: 2px -1px;
	padding-left: 54px;
}
#right_buttons ul li a.gal {
	background: url("/data/layout/images/gal.png") top left no-repeat;
	padding-left: 54px;
  background-position: 3px 0px;
background-size: 43px;
}
#right_buttons ul li:hover {
	background: #546786; /* Old browsers */
	background: -moz-linear-gradient(left, #546786 0%, #002157 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #546786), color-stop(100%, #002157)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #546786 0%, #002157 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #546786 0%, #002157 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #546786 0%, #002157 100%); /* IE10+ */
	background: linear-gradient(to right, #546786 0%, #002157 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#546786', endColorstr='#002157', GradientType=1 ); /* IE6-9 */
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	cursor: pointer;
}
#right_buttons ul li:hover a.con, #right_buttons ul li:hover a.dir, #right_buttons ul li:hover a.faq, #right_buttons ul li:hover a.ann, #right_buttons ul li:hover a.cri, #right_buttons ul li:hover a.sur, #right_buttons ul li:hover a.gal {
	opacity: 1;
	-webkit-transform: scale(1.15, 1.17);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1.15, 1.17);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	/* this will work for QtWebKit in future */
	-webkit-user-drag: none;
}
/** ---------- LEFT BUTTONS --------- **/
/* ------------------------------------ */
#left_buttons {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 22px;
}
#left_buttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-left: -10px;
}
#left_buttons ul li {
	width: 100%;
	height: 40px;
	background: #2c3539; /* Old browsers */
	background: -moz-linear-gradient(left, #cccccc 0%, #2c3539 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #cccccc), color-stop(100%, #2c3539)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #cccccc 0%, #2c3539 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #cccccc 0%, #2c3539 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #cccccc 0%, #2c3539 100%); /* IE10+ */
	background: linear-gradient(to right, #cccccc 0%, #2c3539 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#2c3539', GradientType=1 ); /* IE6-9 */
	padding-left: 10px;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.6);
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.6);
}
#left_buttons ul li a {
	text-decoration: none;
	line-height: 46px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	display: block;
	top: -3px;
	position: relative;
	float: right;
}
#left_buttons ul li a.con {
	background: url("/data/layout/images/contact.png") top right no-repeat;
	background-position: 79px 0px;
	padding-right: 54px;
}
#left_buttons ul li a.dir {
	background: url("/data/layout/images/dir.png") top right no-repeat;
	background-position: 94px 3px;
	padding-right: 54px;
}
#left_buttons ul li a.faq {
	background: url("/data/layout/images/faq.png") top right no-repeat;
	background-position: 61px 0px;
	padding-right: 54px;
}
#left_buttons ul li a.ann {
	background: url("/data/layout/images/ann.png") top right no-repeat;
	background-position: 208px 0px;
	padding-right: 54px;
}
#left_buttons ul li a.cri {
	background: url("/data/layout/images/cri.png") top right no-repeat;
	background-position: 147px 2px;
	padding-right: 54px;
}
#left_buttons ul li a.sur {
	background: url("/data/layout/images/sur.png") top right no-repeat;
	background-position: 66px -1px;
	padding-right: 54px;
}
#left_buttons ul li a.gal {
	background: url("/data/layout/images/gal.png") top right no-repeat;
	background-position: 133px -1px;
	padding-right: 54px;
  background-size: 43px;
}
#left_buttons ul li:hover {
	background: #546786; /* Old browsers */
	background: -moz-linear-gradient(left, #002157 0%, #546786 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #002157), color-stop(100%, #546786)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #002157 0%, #546786 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #002157 0%, #546786 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #002157 0%, #546786 100%); /* IE10+ */
	background: linear-gradient(to right, #002157 0%, #546786 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002157', endColorstr='#546786', GradientType=1 ); /* IE6-9 */
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	cursor: pointer;
}
#left_buttons ul li:hover a.con, #left_buttons ul li:hover a.dir, #left_buttons ul li:hover a.faq, #left_buttons ul li:hover a.ann, #left_buttons ul li:hover a.cri, #left_buttons ul li:hover a.sur, #left_buttons ul li:hover a.gal {
	opacity: 1;
	-webkit-transform: scale(1.10, 1.12);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1.10, 1.12);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	/* this will work for QtWebKit in future */
	-webkit-user-drag: none;
}
/** ---------- FOOTER --------- **/
/* ----------------------------- */

#footer {
	position: relative;
	display: block;
	z-index: 1;
	padding: 0 10px;
	width: calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	min-height: 135px;
	background: #002157; /* Old browsers */
	background: -moz-linear-gradient(top, #002157 39%, #001535 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(39%, #002157), color-stop(100%, #001535)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #002157 39%, #001535 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #002157 39%, #001535 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #002157 39%, #001535 100%); /* IE10+ */
	background: linear-gradient(to bottom, #002157 39%, #001535 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002157', endColorstr='#001535', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 4px 3px 2px rgba(0,0,0,0.6);
	box-shadow: 0 4px 3px 2px rgba(0,0,0,0.6);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
}
#footer .f-links {
	position: relative;
	display: block;
	padding-top: 20px;
}
#footer .f-links a {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0 5px;
	text-decoration: none;
}
#footer .f-links a#546786 {
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	color: #2c3539;
}
#footer .f-contact {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-top: 12px;
}
#Copyright {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-top: 12px;
	margin-bottom: 12px;
}
#Copyright img {
	margin-bottom: -4px;
}
#Copyright img#546786 {
	-webkit-transform: scale(.95, .97);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(.95, .97);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	/* this will work for QtWebKit in future */
	-webkit-user-drag: none;
}
/** ------------ MEDIA QUERIES ---------- **/
/* -------------------------------------- */
/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (max-width: 960px) {
#three_d {
	display: none;
}
#three_d_left {
	display: none;
}
#three_d_left2 {
	background: none;
}
nav ul {
	/*background: #4f6e16!important;*/
	background: #2c3539!important;
}
nav ul li:first-child {
	margin-left: 0;
}
nav ul li {
	position: relative;
	display: block;
	width: 100%;
	height: 25px;
	margin: 2px 0;
}
nav ul li a {
	line-height: 25px;
	font-size: 16px;
	width: 100%;
	height: 25px;
	padding: 0;
	display: block;
}
#news_container {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 30px;
	-webkit-box-shadow: inset 0 -2px 3px 2px rgba(0,0,0,.5);
	box-shadow: inset 0 -2px 3px 2px rgba(0,0,0,.5);
	background: #fff url("/data/layout/images/container_bg.png") bottom left repeat-x;
	margin-left: 0;
}
#lt_message_container h4 {
	padding: 0 10px;
}
#lt_message_container h3 {
	padding: 0 10px;
}
#lt_message_container p {
	padding: 0 10px;
}
#center_container {
	padding: 0 10px;
}
#right_buttons ul {
	margin-right: 0;
}
#right_buttons ul li {
	padding-right: 0;
}
#right_buttons ul li a{
	-webkit-transform: scale(.95, .97);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(.95, .97);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	/* this will work for QtWebKit in future */
	-webkit-user-drag: none;
}
#right_buttons ul li:hover a.con, #right_buttons ul li:hover a.dir, #right_buttons ul li:hover a.faq, #right_buttons ul li:hover a.ann, #right_buttons ul li:hover a.cri, #right_buttons ul li:hover a.sur {
	opacity: 1;
	-webkit-transform: scale(.95, .97);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(.95, .97);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	/* this will work for QtWebKit in future */
	-webkit-user-drag: none;
}
#left_buttons ul {
	margin-left: 0;
}
#left_buttons ul li {
	padding-left: 0;
}
#left_buttons ul li a{
	opacity: 1;
	-webkit-transform: scale(.95, .97);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(.95, .97);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	/* this will work for QtWebKit in future */
	-webkit-user-drag: none;
}
#left_buttons ul li:hover a.con, #left_buttons ul li:hover a.dir, #left_buttons ul li:hover a.faq, #left_buttons ul li:hover a.ann, #left_buttons ul li:hover a.cri, #left_buttons ul li:hover a.sur {
	opacity: 1;
	-webkit-transform: scale(.95, .97);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(.95, .97);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	/* this will work for QtWebKit in future */
	-webkit-user-drag: none;
}
#contact_container .c_text {
 	padding-left:10px;
}
}
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media (max-width: 640px) {
#top_bar .sealcontainer {
	display: none;
}
#d_logo {
	display: none;
}
#m_logo {
	display: inline-block;
}
#m_logo .logo {
	position: relative;
	display: inline-block;
	height: auto;
	max-width: 461px;
	width: 100%;
	-moz-user-select: none;
	-webkit-user-select: none;
	/* this will work for QtWebKit in future */
	-webkit-user-drag: none;
}
#header .search {
	float: left;
	margin-right: 0;
	margin-left: 5%;
}
}
  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media (max-width: 480px) {
}
  /* smartphones, iPhone, portrait 480x320 phones */
@media (max-width: 320px) {
}

#FB_Footer { display: none; }
#FB h2 { display: none; }
#FB_FB_APPanel h2 { display: none; }
#FB1_FB1_APPanel h2 { display: none; }
#FB2_FB2_APPanel h2 { display: none; }
#FB3_FB3_APPanel h2 { display: none; }
#FB4_FB4_APPanel h2 { display: none; }
#FB5_FB5_APPanel h2 { display: none; }