@charset "utf-8";

/* CSS Document */

body {
    background: url(../images/bg-menuhead.jpg) center top repeat fixed;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
}

input,
textarea {
    padding: 4px 7px;
    margin: 3px 0px;
    background-color: #F7F7F7;
    border: 1px solid #CCC;
}

section {
    margin: 0px;
    padding: 0px;
}

header {
    margin: 0px;
    padding: 0px;
    height: 299px;
}

footer {
    color: #fe9901;
    background-color: #2f2f2f;
    height: 85px;
    padding: 15px;
    overflow: hidden;
}

ul {
    -moz-padding-start: 40px;
    display: block;
    margin: 1em 0;
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
}

nav {
    background: url(../images/bg-menuhead.png) top center repeat-x;
    height: 53px;
    padding-top: 7px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}

nav ul li {
    float: left;
    margin: 4px 13.3px;
}

ul.dropdown a:active {
    color: #ffa500;
}

ul.dropdown li a {
    display: block;
    padding: 4px 22px;
    color: #222;
    background-color: #ffed6400;
}

ul.dropdown li:last-child a {
    border-right: none;
}


/* Doesn't work in IE */

ul.dropdown li.hover,
ul.dropdown li:hover {
    position: relative;
    background: none;
}


/* 
	LEVEL TWO
*/

ul.dropdown ul {
    width: 280px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 15;
    box-shadow: 16px 8px 16px 0px rgba(50, 50, 50, 0.5);
}


/*
ul.dropdown ul li {
	font-weight: normal;
	background:url(../images/bt-2.jpg) no-repeat left !important;
	color: #000;
	float: none;
	width: 280px;
	left: 0;
	height:40px;
	margin:-5px;
}
*/

ul.dropdown ul li i {
    margin: 9px 0px 0px 7px;
}

ul.dropdown ul li a {
    padding-top: 8px;
    padding-bottom: 4px;
    text-decoration: none;
    background: none;
    color: #000;
    margin-left: 15px;
}

ul.dropdown ul li a:hover {
    padding-top: 8px;
    padding-bottom: 4px;
    text-decoration: underline;
    background: none;
    color: #000;
}


/* IE 6 & 7 Needs Inline Block */


/* 
	LEVEL THREE
*/

ul.dropdown ul ul {
    left: 100%;
    top: 0;
}

ul.dropdown li:hover>ul {
    visibility: visible;
}

.box {
    border: 1px solid #aaa;
    /*getting border*/
    border-radius: 4px;
    /*rounded border*/
    color: #000;
    /*text color*/
}

.sub_menu {
    margin-left: 0px;
}

.sub_menu2 {
    float: right !important;
    width: 160px !important;
    left: -31px !important;
}

.sub_menu2 li {
    text-align: left !important;
}

.sub_menu2 li i {
    margin: 4px 4px;
}

.sub_menu3 {
    margin-left: 0px;
    margin-top: 3px;
}

.sub_menu4 {
    margin-left: 254px;
    margin-top: -42px;
}

.menuhead {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffed6400;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffed6400;
    box-shadow: inset 0px 1px 0px 0px #ffed6400;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffed6400), color-stop(1, #ffed6400));
    background: -moz-linear-gradient(top, #ffed6400 5%, #ffed6400 100%);
    background: -webkit-linear-gradient(top, #ffed6400 5%, #ffed6400 100%);
    background: -o-linear-gradient(top, #ffed6400 5%, #ffed6400 100%);
    background: -ms-linear-gradient(top, #ffed6400 5%, #ffed6400 100%);
    background: linear-gradient(to bottom, #ffed6400 5%, #ffed6400 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);
    background-color: #ffed6400;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ffed6400;
    display: inline-block;
    cursor: pointer;
    color: #333333;
    
    font-size: 20px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
}

.menuhead:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffed6400), color-stop(1, #ffed6400));
    background: -moz-linear-gradient(top, #ffed6400 5%, #ffed6400 100%);
    background: -webkit-linear-gradient(top, #ffed6400 5%, #ffed6400 100%);
    background: -o-linear-gradient(top, #ffed6400 5%, #ffed6400 100%);
    background: -ms-linear-gradient(top, #ffed6400 5%, #ffed6400 100%);
    background: linear-gradient(to bottom, #ffed6400 5%, #ffed6400 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffed6400', endColorstr='#ffed6400', GradientType=0);
    background-color: #ffed6400;
}

.menuhead:active {
    position: relative;
    top: 1px;
}

marquee {
    height: 38px;
    background: url(../images/bg-mar.png) no-repeat left !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

#back_to_camera {
    clear: both;
    display: block;
    height: 80px;
    line-height: 40px;
    padding: 20px;
}

.fluid_container {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
}

#content-left {
    width: 295px;
    float: left;
    background: #FFF;
}

#content-right {
    width: 664px;
    float: left;
    background: #FFF;
    padding: 20px;
    border-left: 1px solid #CCC;
}

#content-right-port {
    width: 664px;
    float: left;
    background: #FFF;
    padding-left: 27px;
    padding-top: 9px;
    border-left: 1px solid #CCC;
}

#content-right-banner {
    width: 704px;
    float: left;
    background: #FFF;
    padding-left: 0px;
    padding-top: 0px;
    border-left: 1px solid #CCC;
}

#content-port1-2 {
    float: left;
    padding: 10px;
    list-style: none;
    text-align: center;
    text-decoration: none;
    color: #000;
}

#content-port3 {
    float: left;
    padding: 10px;
    list-style: none;
    text-align: center;
    text-decoration: none;
    color: #000;
}

#content-port {
    border-top: 1px solid #CCC;
    width: 960px;
    float: left;
    background: #FFF;
    padding: 20px;
}

#boxSet {
    list-style: none;
    margin: 0;
    padding: 0px 20px;
}

#boxSet li {
    float: left;
    width: 150px;
    height: 158px;
    margin: 5px 5px;
}

#boxSet li img {
    border: 1px solid #CCC;
}

.left-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}


/*
.left-menu li {
	background: url(../images/bt-1.png) top center no-repeat;
	height: 26px;
	margin: 0px 0px;
	padding: 8px 15px;
	color: #FC0;
}
*/

.left-menu li a {
    color: #000;
    text-decoration: none;
}

.left-menu li a:link {
    color: #000;
    text-decoration: none;
}

.left-menu li a:hover {
    color: #000;
    text-decoration: underline;
}

.numTopic li i {
    border: 1px solid #FC0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0px 4px;
    color: #000;
    margin-right: 6px;
    float: left;
}

.nolist-style {
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.list-pd li {
    float: left;
    margin: 15px 15px 0px 0px;
    text-align: center;
    width: 190px;
    padding: 6px;
    border: 1px solid #CCC;
}

.list-pd li a {
    text-decoration: none;
    color: #000;
}

.list-pd li a:hover {
    text-decoration: underline;
    color: #000;
}

.list-pd-port li {
    float: left;
    margin: 15px 15px 0px 0px;
    text-align: center;
    width: 204px;
    height: 190px;
    padding: 0px;
    border: 1px solid #CCC;
}

.list-pd-port li a {
    text-decoration: none;
    color: #000;
}

.list-pd-port li a:hover {
    text-decoration: none;
    color: #000;
}

.hrbar {
    border-bottom: 1px solid #999;
}

.styletable {
    border: 1px solid #CCC;
    margin: 15px 0px;
}

.styletable th {
    border-bottom: 1px solid #CCC;
    background-color: #EBEBEB;
}

.styletable td {
    border-bottom: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
}

.styletable td:last-child {
    border-right: 0px solid #EBEBEB;
}

#back-top {
    position: fixed;
    bottom: -10px;
    /*margin-left: -150px;*/
    right: 10px;
}

#back-top a {
    width: 64px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    color: #000;
}


/* arrow icon (span tag) */

#back-top span {
    width: 64px;
    height: 64px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url(../up-arrow-icon.png) no-repeat center center;
    /* rounded corners */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover span {
    background-color: #777;
}

#next,
#prev {
    cursor: pointer;
}

.sticky {
    background-color: #F9EBD9;
}

ul.dropdown_l a:active {
    color: #ffa500;
}

ul.dropdown_l li a {
    display: block;
    padding: 0px 22px;
    color: #222;
    background-color: #ffed6400;
}

ul.dropdown_l li:last-child a {
    border-right: none;
}


/* Doesn't work in IE */

ul.dropdown_l li.hover,
ul.dropdown_l li:hover {
    position: relative;
    background: url(../images/menubg_left.jpg) no-repeat scroll center top rgba(0, 0, 0, 0);
}


/* 
	LEVEL TWO
*/

ul.dropdown_l ul {
    width: 280px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 15;
    box-shadow: 67px 8px 16px 0px rgba(50, 50, 50, 0.5);
}

ul.dropdown_l ul li i {
    margin: 9px 0px 0px 7px;
}

ul.dropdown_l ul li a {
    padding-top: 8px;
    padding-bottom: 4px;
    text-decoration: none;
    background: none;
    color: #000;
    margin-left: 15px;
}

ul.dropdown_l ul li a:hover {
    padding-top: 8px;
    padding-bottom: 4px;
    text-decoration: underline;
    background: none;
    color: #000;
}


/* IE 6 & 7 Needs Inline Block */


/* 
	LEVEL THREE
*/

ul.dropdown_l ul ul {
    left: 100%;
    top: 0;
}

ul.dropdown_l li:hover>ul {
    visibility: visible;
}

.icon-bar_v {
    /* Set a specific width */
    /* Dark-grey background */
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bar_v a {
    display: block;
    /* Make the links appear below each other instead of side-by-side */
    text-align: center;
    /* Center-align text */
    padding: 7px;
    /* Add some padding */
    transition: all 0.3s ease;
    /* Add transition for hover effects */
    color: white;
    /* White text color */
    font-size: 25px;
    /* Increased font-size */
}

.icon-bar_v a:hover {
    background-color: #000;
    /* Add a hover color */
}

.facebook {
    background: #3B5998;
    color: white;
}

.instagram {
    background: #EC1F1B;
    color: white;
}

.print {
    background: #555;
    color: white;
}

.map {
    background: #4285F4;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.active_v {
    background-color: #4CAF50;
    /* Add an active/current color */
}

.icon-bar_h {
    width: 100%;
    /* Full-width */
    background-color: #555;
    /* Dark-grey background */
    overflow: auto;
    /* Overflow due to float */
    position: fixed;
    bottom: 0;
}

.icon-bar_h a {
    float: left;
    /* Float links side by side */
    text-align: center;
    /* Center-align text */
    width: 20%;
    /* Equal width (5 icons with 20% width each = 100%) */
    padding: 18px 0;
    /* Some top and bottom padding */
    transition: all 0.3s ease;
    /* Add transition for hover effects */
    color: white;
    /* White text color */
    font-size: 55px;
    /* Increased font size */
}

.icon-bar_h a:hover {
    background-color: #000;
    /* Add a hover color */
}

.active_h {
    background-color: #4CAF50;
    /* Add an active/current color */
}