/*

Grill Template 

http://www.templatemo.com/free-website-templates/417-grill

*/
/*-- Basic --*/
@import url( fck_style.css );
a {
	text-decoration: none;
	color: #be4d24;word-wrap: break-word;
/*word-break: break-all;*/
}

a:hover {
  text-decoration: none;
  color: #b75f03;word-wrap: break-word;
/*word-break: break-all;*/
}
a:focus > img{outline:5px solid #FC0;outline-offset:-5px;}
.inmenu a:focus > img,
.MenuList a:focus > img,
.footer-list a:focus > img{outline:none;}

.trmod0 a:focus {
  color: #2a6496;
}

.blue {
	color: #09F;
}

.green {
	color: #0A0;
}

p {
	font-family: "微軟正黑體", Arial, sans-serif;
	font-size: 1em;
	color: #414141;
	line-height: 1.5em;
	letter-spacing: 1px;
	word-wrap:break-word;
}

.heading-section {
	text-align: center;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

.heading-section h2,
.heading-section p.h2 {
  font-family: "微軟正黑體", Arial, sans-serif;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


.space30 {
	margin-bottom: 30px;
}

.space50 {
	margin-bottom: 50px;
}


/*-- Header --*/
#top-header {
  background-color: #5C5749;
  color: #fff;
}
@media (max-width: 320px) {
	#top-header {

	display: none;
}
	.logo img {
	width: 220px;
  }

	}
.home-account a {
  display: inline-block;
  margin-right: 5px;
  padding: 10px 0;
  font-size: 0.867em;
  font-family: "微軟正黑體", Arial, sans-serif;
  color: #FEF2C7;
}
.home-account {
  text-align: right;
}
.cart-info {
  text-align: right;
  padding: 8px 0;
  font-size: 0.867em;
  font-family: "微軟正黑體", Arial, sans-serif;
}

.logo {
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

.main-menu ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.main-menu li {
  list-style: none;
  display: inline-block;
    padding: 40px 0;
}

.main-menu a {
  font-family: "微軟正黑體", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.933em;
  color: #444;
  text-transform: uppercase;
  margin-right: 35px;
}

.main-menu a:hover {
  color: #b75f03;
}

.search-box {
  text-align: right;
  margin-top: 13px;
  position: relative;
}

.search-box input {
  margin-top: 0px;
}

.search-box input[type="submit"] {
  background-color: transparent;
  position: absolute;
  width: 34px;
  height: 34px;
  right: 0;
  top: 0;
  border: 0;
  content: '';
  color: transparent;
  background: url(../images/search-icon.png);
  background-position: center;
  background-repeat: no-repeat;
}

.search-box input#s {
  padding: 4px 10px 4px 10px;
  height: 34px;
  line-height: 34px;
  outline: 0;
  border: 1px solid #ddd;
}

/*-- End Header --*/




/*-- Heading --*/

#heading {
  background-image: url(../images/bg-image.jpg);
  height: 140px;
}

#heading h2 {
  font-size: 2.400em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

#heading span {
  color: #fff;
  text-transform: uppercase;
}

.heading-content {
  text-align: center;
  margin-top: 35px;
}

/*-- End Heading --*/




/*-- Timeline --*/

.timeline-thumb {
  position: relative;
  text-align: center;
  border-bottom: 3px solid #dbdbdb;
}

.timeline-thumb:hover {
  border-color: #b75f03;
}

.timeline-thumb .thumb img {
  width: 100%;
  overflow: hidden;
}
.timeline-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.timeline-thumb:hover .overlay {
 visibility: visible;
 overflow: hidden;
 opacity: 1;
 cursor: pointer;
}

.timeline-caption h4 {
  padding-top: 80px;
  font-family: "微軟正黑體", Arial, sans-serif;
  font-size: 1.067em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin: 0 0 3px 0;
}

.timeline-caption p {
  font-family: "微軟正黑體", Arial, sans-serif;
  font-size: 0.933em;
  font-weight: 300;
  color: #b75f03;
}

/*-- End Timeline --*/




/*-- Our Team --*/

.team-thumb {
	margin-top: 20px;
  position: relative;
  text-align: center;
}

.team-thumb .author img {
	width: 100%;
	border: 3px solid #D9D9D9;
}

.team-thumb .overlay {
	background-color: rgba(255,255,255,0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	text-align: center;
	vertical-align: middle;
}
.author:hover {
	opacity: 0.85;
}
.team-thumb:hover .overlay {
 visibility: visible;
 opacity: 1;
 cursor: pointer;
}
.author-caption ul {
  padding: 0;
  margin: 0;
}

.author-caption li {
  list-style: none;
  display: inline-block;
  margin-top: 40%;
}

.author-caption a {
  display: inline-block;
  background-color: rgba(250,250,250, 0.4);
  color: #fff;
}

.author-caption a:hover {
  background-color: #b75f03;
  color: #fff;
}

.author-details {
  margin-top: 15px;
  text-align: center;
}

.author-details h2 {
  display: block;
  margin-bottom: 0px;
  font-size: 1.067em;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.author-details span {
  color: #b75f03;
  text-transform: uppercase;
}

/*-- End Our Team --*/




/*-- Products --*/

#product-heading {
  text-align: center;
  padding: 100px 0 30px 0;
}

#product-heading h2 {
  font-family: "微軟正黑體", Arial, sans-serif;
  font-size: 1.333em;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

#Container {
  margin-top: 80px;
}

#Container .mix {
  display: none;
}

.portfolio-wrapper {
  overflow: hidden;
  padding-top: 20px;
}


#filters {
  text-align: center;
}

#filters ul {
  margin: 0px;
  padding: 0px;
}

#filters li {
  cursor: pointer;
  list-style: none;
  display: inline-block;
}

#filters span {
  text-transform: uppercase;
  font-family: "微軟正黑體", Arial, sans-serif;
  font-size: 0.933em;
  font-weight: 300;
  color: #444;
  padding-left: 15px;
}


#filters span:hover {
  color: #b75f03;
  transition: all 0.3s ease-in;
}

.label-text a {
  color: #333;
}

.label-text a:hover {
  color: #b75f03;
}

.label-text h3 {
  margin: 10px 0 2px 0;
  font-size: 1.067em;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.label-text span {
	display: block;
	color: #777777;
}

.portfolio-thumb img {
	width: 100%;
	border: 3px solid #E8E8E8;
}
.portfolio-thumb img:hover, .portfolio-thumb img:active {

}
.portfolio-thumb {
  position: relative;
}

.hover-iner {
  position: relative;
  width: 100%;
  height: 100%;
}

.hover-iner a {
  position: absolute;
  top: 35%;
  left: 43%;
  margin-left: -18px;
  margin-top: -18px;
  background-color: rgba(0,0,0, 0.1);
  border: 1px solid #b75f03;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
}

.hover-iner img {
  width: auto;
}

.hover-iner span {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  margin-top: 190px;
  text-align: center;
  font-size: 0.867em;
  width: 100%;
  color: #b75f03;
  font-weight: 300;
}

.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-wrapper:hover .portfolio-thumb .hover {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
}

.pagination {
  margin-top: 30px;
}

.pagination ul {
  padding: 0;
  margin: 0;
}
.pagination li {
  list-style: none;
  display: inline-block;
}

.pagination a {
  background-color: #444;
  padding: 10px 20px;
  font-size: 1.200em;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center;
}

.pagination a:hover {
  background-color: #b75f03;
}

/*- End Products --*/


/*-- Single Post --*/

.image-post {
  overflow: hidden;
}

.product-title h3 {
  font-size: 1.067em;
  font-weight: 700;
  color: #333;
  display: inline-block;
  margin-right: 20px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}

.product-title span {
  display: inline-block;
  font-size: 0.867em;
  color: #b75f03;
} 

.product-content a {
  font-weight: 700;
  font-size: 0.867em;
}

.product-content p {
  margin-top: 5px;
  padding-bottom: 15px;
}

.comment-section h4 {
  margin-top: 30px;
  font-size: 1.067em;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

.all-comments {
  margin-top: 40px;
  margin-bottom: 40px;
}

.comments {
  margin-top: 30px;
}

.author-thumb {
  float: left;
  margin-right: 30px;
}

.comment-body {
  background-color: #f3f3f3;
  padding: 20px;
  overflow: hidden;
  position: relative;
}

.comment-body h6 {
  font-size: 1.067em;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0px;
}

.comment-body span {
  font-size: 0.933em;
  color: #b75f03;
}

.comment-body p {
  margin-top: 20px;
}

.comment-body a {
  text-transform: uppercase;
  font-size: 0.933em;
  color: #fff;
  background-color: #b75f03;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}

.replyed-form {
  margin-left: 130px;
}

.leave-comment h4 {
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 1.067em;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

input, textarea, select {
	display: inline-block;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.42857143;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	/*-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	background-image: none;
	border: 1px solid #D0D0D0;
	border-radius: 4px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
input:focus, textarea:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  background-color: #B7EDFF;
}
textarea {
  height: 165px;
  max-height: 180px;
  max-width: 770px;
  line-height: 18px;
  width: 100%
}

.form label {
  margin-left: 10px;
  color: #999999;
}

.send button {
  width: 90px;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #b75f03; 
  font-family: "微軟正黑體", Arial, sans-serif;
  font-size: 1.067em;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  outline: none;
}

.leave input {
  width: 90px;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #b75f03; 
  color: #fff;
  font-family: "微軟正黑體", Arial, sans-serif;
  font-size: 1.067em;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
}

/*-- End Single Post --*/




/*-- Contact Us --*/

.message-form input {
  margin-top: 0px;
}

.message-form  textarea {
  padding-bottom: 20px;
}

.send {
  margin-top: 20px;
}

.info p {
  padding-bottom: 20px;
}

.info ul {
  margin: 0;
  padding: 0;
}

.info li {
  list-style: none;
  margin: 10px 0;
  font-family: "微軟正黑體", Arial, sans-serif;
  font-size: 0.867em;
  color: #666;
}

.info i {
  color: #b75f03;
  margin-right: 10px;
  font-size: 1.200em;
}

/*-- End Contact Us--*/




/*-- Side Bar --*/

.side-bar h3 {
	color: #fff;
	text-transform: uppercase;
	background-color: #EC8852;
	margin-top: 20px;
	padding: 9px 15px 9px 15px;
	font-size: 1.600em;
}
.heading h3,
.heading p.h3 {
	color: #000;
	text-transform: uppercase;
	background-color: #EC8852;
	margin-top: 20px;
	padding: 9px 15px 9px 15px;
	font-size: 1.600em;
}
.facebook{margin-top: 20px;}
.archives-list ul {
  margin-top: 20px !important;
  padding-bottom: 20px !important;
  margin: 0;
  padding: 0;
}

.archives-list li {
  list-style: none;
  margin: 10px 0;
}

.archives-list i {
  font-size: 1.067em;
  margin-right: 5px;
  color: #b75f03;
}

.archives-list a {
	text-transform: uppercase;
	color: #333;
	font-size: 1em;
}

.archives-list a:hover {
  color: #b75f03;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 20px !important; 
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: "微軟正黑體", Arial, sans-serif;
  font-size: 0.933em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.posts {
  margin-top: 30px;
  margin-bottom: 30px;
}

.recent-post-info a {
  color: #333;
}

.recent-post-info a:hover {
  color: #b75f03;
}

.recent-post-info span {
  font-family: "微軟正黑體", Arial, sans-serif;
  font-size: 0.867em;
  color: #b75f03;
}

.flickr-images {
  margin-top: 20px;
}

.flickr-images img {
  margin-top: 20px;
  overflow: hidden !important;
  width: 68px;
}

.flickr-images img:hover {
  border: 3px solid #b75f03;
  transition: all 0.1s ease-in;
  cursor: pointer;
}

/*-- End Side Bar --*/





/*-- Slider --*/

#slider {
  overflow: hidden;
}

.slider-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 160px;
  color: #fff;
  font-family: "微軟正黑體", Arial, sans-serif;
}

.slider-caption h1 {
  text-shadow: 1px 1px #777;
  font-size: 3.200em;
  padding-bottom: 10px;
  font-weight: 500;
  color: #b75f03;
  text-transform: uppercase;
}

.slider-caption p {
  font-size: 1.200em;
  font-weight: 300;
  color: #fff;
  line-height: 15px;
}

.slider-caption a {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  background-color: #b75f03;
  width: 200px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 1.200em;
  font-weight: 600;
}

/*-- End Slider --*/





/*-- Services --*/

.service-item {
  text-align: center;
}

.icon i {
  border-radius: 50%;
  border: 20px solid #b75f03;
  color: #b75f03;
  font-size: 1.867em;
  line-height: 80px;
  width: 120px;
  height: 120px;
}

.service-item h4 {
  font-family: "微軟正黑體", Arial, sans-serif;
  font-size: 1.067em;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-top: 25px;
}

/*-- End Services --*/





/*-- Latest Posts --*/

.blog-post {
  position: relative;
  margin-bottom: 30px;
}

.blog-thumb {
  overflow: hidden;
  position: relative;
}

.blog-thumb img {
  width: 100%;
}

.blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  padding: 15px;
}

.content-show a {
  font-family: "微軟正黑體", Arial, sans-serif;
  font-size: 1.067em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.content-show span {
  color: #b75f03;
}

.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
}

/*-- End Latest Posts --*/





/*-- Testimonails --*/

.testimonails-content p {
  text-align: center;
  font-size: 1em;
  color: #333;
  font-style: italic;
}

.testimonails-content h6 {
  font-size: 1.067em;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  font-style: italic;
}

/*-- End Testimonails --*/





/*--Footer--*/

footer {
	background-color: #ECF4EC;
	border-top: 4px solid #BEDDBF;
	margin-top: 60px;
}

.social-bottom {
  margin-top: 40px;
  padding-bottom: 40px;
}

.social-bottom span {
  font-family: "微軟正黑體", Arial, sans-serif;
  font-size: 1.467em;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}

.social-bottom ul {
  margin: 0;
  padding: 0;
}

.social-bottom li {
  list-style: none;
  display: inline-block;
}

.social-bottom a {
  background-color: #fff;
  font-size: 1.200em;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #bbb;
}

.social-bottom a:hover {
  background-color: #b75f03;
  color: #fff;
}

.subscribe-form {
  margin-top: 40px;
  padding-bottom: 40px;
}

.subscribe-form span {
  font-family: "微軟正黑體", Arial, sans-serif;
  font-size: 1.467em;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}

.subscribeForm {
  position: relative;
  display: inline-block;
}

.subscribe-form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: url(../images/subscribe-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  background-color: transparent;
  content: '';
  margin-top: 0;
  border: 0;
}

.subscribe-form input#subscribe {
  padding: 4px 10px 4px 10px;
  line-height: 34px;
  height: 34px;
  max-width: 280px;
  width: 280px;
  margin-top: 0px;
  outline: 0;
  border-color: #f3f3f3;
}

.footer-title {
	font-family: "微軟正黑體", Arial, sans-serif;
	font-size: 1.133em;
	font-weight: 400;
	color: #333;
	padding-bottom: 20px;
}
.footer-title a {
	font-size: 1.133em;
	color: #000;
}
.shop-list ul, .footer-list ul {
  margin: 0;
  padding: 0;
}

.shop-list li, .footer-list li {
  list-style: none;
  margin: 10px 0;
}

.shop-list i {
  font-size: 1.067em;
  margin-right: 5px;
  color: #b75f03;
}
.footer-list i {
	font-size: 1.067em;
	margin-right: 5px;
	color: #86BF87;
	display: none;
}
.shop-list a, .footer-list a  {
	text-transform: uppercase;
	color: #686868;
	font-size: 1em;
}
.footer-list h4 a {
  text-transform: uppercase;
  color: #000;
  font-size: 1.133em;
}
.footer-title a{text-transform:uppercase;color:#333333;font-size:1em;}
.shop-list a:hover {
  color: #b75f03;
}
.footer-list a:hover {
	color: #3F7840;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: "微軟正黑體", Arial, sans-serif;
  font-size: 0.933em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.recent-post-info a {
  color: #333;
}

.recent-post-info a:hover {
  color: #b75f03;
}

.recent-post-info span {
  font-family: "微軟正黑體", Arial, sans-serif;
  font-size: 0.867em;
  color: #b75f03;
}
.more-info > p{color: #fff;}
.more-info span {
	font-size: 0.867em;
	display: block;
	margin-bottom: 3px;
	color: #cdcdcd;
}

.more-info ul {
  margin: 0;
  padding: 0;
}

.more-info li {
  list-style: none;
  margin: 10px 0;
  font-family: "微軟正黑體", Arial, sans-serif;
  font-size: 0.867em;
  color: #666;
}

.more-info i {
  color: #FEF2C7;
  margin-right: 10px;
  font-size: 1.200em;
}

.bottom-footer {
	text-align: left;
	padding: 15px 0 15px 0;
	background-color: #5C5749;
}
.bottom-footer a{ 
color: #FEF2C7;
}
/*-- End Footer --*/









/*--- RESPONSIVE ---*/

@media screen and (max-width: 990px) {

  .home-account {
    text-align: center;
    display: block;
  }

  .cart-info {
    text-align: center;
    display: block;
  }
  
  .logo {
    text-align: center;
  }

  .search-box {
    /*display: none;*/
  }
 .top_keyword{
    display: none;
  }
  .slider-caption {
    display: none;
  }

  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 60px;
  }

  .bottom-footer {
    text-align: center;
  }

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .info {
    margin-top: 60px;
    text-align: center;
  }
}

@media screen and (max-width: 568px) {

  .home-account {
    text-align: center;
    display: block;
  }

  .cart-info {
    text-align: center;
    display: block;
  }
  
  .logo {
    text-align: center;
  }

  .search-box {
    /*display: none;*/
  }
  .top_keyword{
    display: none;
  }
  .content-hide p {
    display: none;
  }

  .slider-caption {
    display: none;
  }

  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 60px;
  }

  .bottom-footer {
    text-align: center;
  }

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .info {
    margin-top: 60px;
    text-align: center;
  }

  .logo {
    padding-bottom: 5px;
  }

  .main-menu li {
    display: block;
    margin-top: -60px;
    margin-right: -35px;
  }

  #heading-section img {
    display: none;
  }

  .divide-line img {
    display: none;
  }

  .top-footer {
    display: none;
  }

}

@media screen and (max-width: 1000px) {

  .slider-caption {
    display: none;
  }
}

@media screen and (max-width: 600px) {

  .heading-section img {
    display: none;
  }

  body {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 995px) {

  .hover-iner span {
  margin-top: 160px;
  }

  body {
    overflow-x: hidden;
  }
}

/*--- END RESPONSIVE ---*/
.mega-dropdown {
  position: static !important;
  /*font-size: 0.938em;*/
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
	list-style: none;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 0.8em;
}
.mega-dropdown-menu > li > ul > li:hover {
background-color: #E3E3E3;
}
.mega-dropdown-menu > li > ul > li > a {
	display: block;
	color: #222;
	background-image: url(../images/icon_menu00.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
	text-decoration: none;
	color: #C4000F;
	background-image: url(../images/icon_menu01.png);
}
.mega-dropdown-menu .dropdown-header {
	font-size: 0.96em;
	color: #ff3546;
	padding: 5px 10px 5px 5px;
	line-height: 30px;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.mega-dropdown-menu .dropdown-header:hover {
	background-color: #FFE6E6;
}
.mega-dropdown-menu .dropdown-header a {
	color: #ff3546;
	background-image: none;
}
.mega-dropdown-menu .dropdown-header a:hover, .mega-dropdown-menu .dropdown-header a:focus {
	color: #C4000F;
	background-image: none;
}
/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
#feature, #feature2 {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 30px;
	padding-left: 35px;
}

.features{
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.feature-wrap {
	margin-bottom: 0px;
	overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}
.feature-wrap i{
	font-size: 2.400em;
	height: 65px;
	width: 65px;
	border-radius: 20%;
	line-height: 70px;
	text-align:center;
	color: #FFFFFF;
	border: 3px solid #d5d5d5;

	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	float: left;
	margin-right: 10px;
	background-color: #dedede;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.feature-wrap i.Service {
	height: 62px;
	width: 90px;
	border-radius: 8px;
	line-height: 50px;
	text-align:center;
	color: #FFFFFF;
	border: 3px solid #d5d5d5;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	float: left;
	margin-right: 10px;
	background-color: #dedede;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.feature-wrap i.Service img {
	border-radius: 6px;	
}
.feature-wrap i:hover {
	color: #fff;

	border: 3px solid #f0ad4e;
	background-color: #dedede;
}
.feature-wrap i.Service:hover {
	color: #fff;
	border: 3px solid #f0ad4e;
	background-color: #dedede;
}
 .single-services h2 {
    font-size: 1.200em;
  }
.feature-wrap h2,
.feature-wrap p.h2 {
	font-size: 1.200em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #333;
  }
  .feature-wrap h2:hover,
  .feature-wrap p.h2:hover { color:#b75f03;}
  .feature-wrap h2 a,
  .feature-wrap p.h2 a {color: #333;}
  .feature-wrap h2 a:hover,
  .feature-wrap p.h2 a:hover { color:#b75f03;}
  .feature-wrap h3, 
  .single-services h3,
  .feature-wrap p.h3, 
  .single-services p.h3{
    font-size: 0.933em;
  }
  .feature-wrap span {
	font-size: 0.800em;
	color: #666;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.carousel.scale .left-arrow,
.carousel.scale .right-arrow {
  top: 24%;
  position: absolute;
}
.carousel.scale .left-arrow {
  left: -25px;
}
.carousel.scale .right-arrow {
  right: -25px;
}
/* Customers */
.section-customers {
    padding: 0 0 28px;
}/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel, .owl-carousel2{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-carousel  .owl-item li{
	list-style-type: none;
}
#customers2 .owl-wrapper-outer .owl-wrapper .owl-item li a img{
	height: 100px;
	width: 200px;
}
/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 1px 3px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #869791;
}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 0.800em;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 1px 3px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/*內頁清單*/
.accesskey {
	left: 0px; position: absolute; z-index: 99;
}
.accesskey a {
	color:rgb(95,95,95) !important; text-decoration: none;
}
@media all and (max-width:767px)
{
.accesskey {
	display: none;
}
}
.Block_incontent {
	padding: 30px 0px 0px; background-color: rgb(255, 255, 255);
}
@media all and (max-width:767px)
{
.Block_incontent {
	padding: 30px 0px;
}
}
.Block_incontent h1 {

}
.Block_incontent h2 {
	color: rgb(236, 136, 83);
	font-size: 1.43em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.Block_incontent .inmenu {
	margin: 0px 0px 25px; border: 1px solid rgb(204, 204, 204); border-image: none; position: relative; background-color: rgb(255, 255, 255);
}
.Block_incontent .inmenu a.accesskey {
	color: rgb(91, 145, 21); text-decoration: none;
}
.Block_incontent .inmenu h2,
.Block_incontent .inmenu p.h2{
	margin: 0px; padding: 12px 10px; text-align: center; color: #343c29; font-size: 1.2em; position: relative; background-color: rgb(236, 136, 83); text-shadow: 0px 0px 2px #f4caa3, 0px 0px 4px #f4caa3;
}
.Block_incontent .inmenu ul {
	margin: 0px; padding: 0px;
}
.Block_incontent .inmenu ul li {
	margin: 0px; padding: 0px; font-size: 1.06em; list-style-type: none;
}
.Block_incontent .inmenu ul li a {
	padding: 10px 20px;
	text-decoration: none;
	border-bottom-color: rgb(223,223,223);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
}
.Block_incontent .inmenu ul li a:hover {
	text-decoration: none;
	background-color: rgb(234, 234, 234);
	color: #5C5749;
}
.Block_incontent .inmenu ul li.active a {
	text-decoration: none;
	background-color: rgb(234, 234, 234);
	color: #000000;
}
.Block_incontent .inmenu ul li:last-child a {
	border-radius: 0px 0px 5px 5px; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.MenuList {
	clear: both;
	/*display: block;*/
}
.MenuList ul {
	margin: 0px; padding: 0px;
}
.MenuList ul li {
	margin: 0px 20px 10px 0px;
	width: 48.5%;
	float: left;
	list-style-type: none;
	-moz-box-shadow:1px 1px 4px rgba(20%,20%,20%,0.5),inset 1px 1px 4px 2px rgba(20%,20%,20%,0.3);
	-webkit-box-shadow:1px 1px 4px rgba(20%,20%,20%,0.5),inset 1px 1px 4px 2px rgba(20%,20%,20%,0.3);
	box-shadow:1px 1px 4px rgba(20%,20%,20%,0.5),inset 1px 1px 4px 2px rgba(20%,20%,20%,0.3);
	
	
}
.MenuList ul li:nth-child(2n) {
	margin: 0px 0px 10px; float: right;
}
@media all and (max-width:767px)
{
.MenuList ul li {
	margin: 0px 0px 10px; width: 100%; float: none; list-style-type: none;
}
.MenuList ul li:nth-child(2n) {
	float: none;
}
}
.MenuList ul li a {
	background-position: 15px 12px;
	padding: 10px 15px 10px 35px;
	border: 1px solid rgb(204, 204, 204);
	border-image: none;
	display: block;
	background-image: url(../images/link_icon.png);
	background-repeat: no-repeat;
	background-color: #f9f9f9;
	color: #5C5749;
	font-size: 1.1em;
}
.MenuList ul li a:hover {
	color: rgb(204, 0, 0); text-decoration: underline; background-color: rgb(255, 230, 230);
}
span.classification1 {
	border-radius: 3px;
	background-color: #0099CC;
	color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
span.classification2 {
	border-radius: 3px;
	background-color: #cf9334;
	color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
span.classification3 {
	border-radius: 3px;
	background-color: #009966;
	color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
span.classification4 {
	border-radius: 3px;
	background-color: #DF759F;
	color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
span.classification5 {
	border-radius: 3px;
	background-color: #FF733E;
	color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
span.classification6 {
	border-radius: 3px;
	background-color: #8E6FB3;
	color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
/*about us*/
.about-us img { width: 100% }
.about ul { line-height: 25px }
.carousel-control.left,
.carousel-control.right {
    background: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	z-index: 11;
	text-shadow: 1px 1px 3px #07241c,1px 1px 3px #434a54;
	opacity: 1
}
.carousel-control {
	color: #f0ad4e;
	font-size: 3.667em;
	line-height: 55px;
	opacity: 0.8;
	position: absolute;
	text-align: center;
	text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	top: 40%;
	width: 10%;
	font-weight: bold;
	height: 75px;
}
.carousel-control:hover {
    color: #f0ad4e;
    text-decoration: none;
}
.carousel-control:hover,
.carousel-control:focus {
	color: #F7D680;
	text-shadow: 1px 1px 3px #07241c,1px 1px 3px #434a54;
	opacity: 1;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -5px;
	border: 5px solid #FC0;
}
.carousel-caption {
    background: rgba(0,0,0,0.6);
    padding-bottom: 0px;
    bottom: 0;
    color: #FFFFFF;
    left: 0 !important;
    padding-bottom: 5px;
    padding-top: 10px;
    position: absolute;
    right: 0 !important;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    z-index: 10;
}
.carousel-caption h3 {
	text-align: center;
	color: #FFFFFF;
	line-height: 1em;
	margin-top: 0px;
	padding-top: 0px;
}
.carousel-caption p { text-align: center;color: #FFFFFF; }
.about h3 {
    color: #475168;
    margin-top: 4px;
}
.Youtube{background-color:#000;margin-top:10px;padding-bottom:10px;}
.Youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 120%;
	background-color:#000;
}
.Youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border:none;
}
.Youtube iframe:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-5px;outline: 5px solid #FC0;}
.Youtube >  div:focus iframe{outline:5px auto -webkit-focus-ring-color;outline-offset:-5px;outline: 5px solid #FC0;}

.Youtube > div.text-area {
	position: absolute;
	background-color:#000;
	color:#CCC;
	clear: both;
	width: 100%;
	/*height: 30px;
	overflow: hidden;*/
	top: 100%;
	z-index: 1;
}
.Youtubelink{width:59%;display:inline-block;text-align:right;padding-right:5px;float:right;}
.Youtubelink a {
	color:#CCC;
	background-image:url(../images/icon_Youtubelink.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:18px;
	height: 25px;
	z-index: 3;
}
.Youtubedesc{width:40%;display:inline-block;text-align:left;padding-left:5px;}
.Youtubedesc a{
	color:#CCC;
	height: 25px;
	z-index: 3;
}
.Youtubedesc a:hover,.Youtubedesc a:focus,
.Youtubelink a:hover,.Youtubelink a:focus{color:#f0ad4e; text-decoration:none;}

#Youtubedesc{
position:absolute;z-index:3;background-color:#000;color:#CCC;width:100%;text-align:left;padding-left:5px;padding-right:5px;
}
.td01 {
	color: #d9534f;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}
.classification {
	color: #414141;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}
.issuing_time {
	color: #666666;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}
.reply_time {
	color: #666666;
	clear: both;
	padding-top: 3px;
	padding-bottom: 0px;
	display: block;
}
/**/
#type2 {
	MARGIN-BOTTOM: 15px; WIDTH: 100%; VERTICAL-ALIGN: middle; FLOAT: left; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; CLEAR: both; DISPLAY: block; PADDING-RIGHT: 0px
}
#type2 DL {
	HEIGHT: auto; WIDTH: 100%; FLOAT: left; PADDING-BOTTOM: 0px; TEXT-ALIGN: center; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px;
}
#type2 DD {
	FLOAT: left;
	DISPLAY: inline-block;
}
#type2 DD P {
	FLOAT: left;
	TEXT-ALIGN: left;
	PADDING-LEFT: 10px;
	MARGIN: 0px;
	LETTER-SPACING: 1px;
	LINE-HEIGHT: 1.4em;
	text-align: justify;/*　Firefox到此即可對齊　*/
	text-indent: 2em;
}
#type2 DD IMG {
	BORDER-TOP: #dddddd 4px solid;
	BORDER-RIGHT: #dddddd 4px solid;
	VERTICAL-ALIGN: middle;
	BORDER-BOTTOM: #dddddd 4px solid;
	FLOAT: left;
	BORDER-LEFT: #dddddd 4px solid;
	DISPLAY: block;
	display: block;
  max-width: 100%;
  width: 100%;
  height: auto;

}
#type3 {
	MARGIN-BOTTOM: 10px; BORDER-TOP: #76ddc8 1px solid; BORDER-RIGHT: #76ddc8 1px solid; WIDTH: 100%; VERTICAL-ALIGN: middle; BORDER-BOTTOM: #76ddc8 1px solid; FLOAT: left; PADDING-BOTTOM: 3px; PADDING-TOP: 5px; PADDING-LEFT: 2px; BORDER-LEFT: #76ddc8 1px solid; DISPLAY: block; PADDING-RIGHT: 2px; BACKGROUND-COLOR: #f7f5f7
}
#type3 DL {
	HEIGHT: auto; WIDTH: 100%; FLOAT: left; PADDING-BOTTOM: 0px; TEXT-ALIGN: center; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px;
}
#type3 DT, #type3 DD {
	FLOAT: left;
	DISPLAY: inline-block;
}
#type3 P {
	TEXT-ALIGN: left;
	MARGIN: 0px;
	LETTER-SPACING: 1px;
	LINE-HEIGHT: 1.4em;
	padding: 0px;
	font-weight: normal;
}
#type3 DL.more {
	font-size: 0.867em; TEXT-DECORATION: none; WIDTH: 100%; VERTICAL-ALIGN: top; POSITION: relative; FLOAT: left; COLOR: #02807c; PADDING-BOTTOM: 4px; TEXT-ALIGN: right; PADDING-TOP: 4px; PADDING-LEFT: 0px; CLEAR: both; MARGIN: 0px; DISPLAY: block; LINE-HEIGHT: 13px; PADDING-RIGHT: 0px
}
#type3 DD IMG {
	BORDER-TOP: #dddddd 3px solid;
	BORDER-RIGHT: #dddddd 3px solid;
	VERTICAL-ALIGN: middle;
	BORDER-BOTTOM: #dddddd 3px solid;
	FLOAT: left;
	BORDER-LEFT: #dddddd 3px solid;
	DISPLAY: block;
	_margin-left: 3px;
	padding: 0px;
	width: 100%;
	margin: 0px;
	height: auto;
}
.html5gallery-car-0 {
  border: 0 !important;
}

.html5gallery {
	width: 100%;
	width: 100% !important;
	DISPLAY: block;
	clear: both;
	height: auto;
}
div.guide {margin:12px 24px;}
div.guide span {
	color:#ff0000;
	font-family: "微軟正黑體";
	font-size: 1em;
	font-style: normal;
	line-height: 1.5em;
}
div.guide p {
	color:#000000;
	font-family: "微軟正黑體";
	font-size: 1em;
}
div.guide pre {color:#990000;}
div.guide p.title {
	color:#df501f;
	font-family: "微軟正黑體";
	font-size: 1.25em;
}
.NationalArcImageCase h4 {
	display: block;
	clear: both;
}

.video1 {
	width: 100%;
	display: block;
	clear: both;
	margin-bottom: 20px;
	background-image: linear-gradient(135deg, white 0%, #f5f5f5 100%);
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#PublishContent .video1 H2 {
	MARGIN-TOP: 10px;
	MARGIN-BOTTOM: 0px;
	COLOR: #5d5749;
	font-size: 1.333em;
	line-height: 1.7em;
	font-variant: normal;
	letter-spacing: 1px;
	background-image: url(../images/icon_video1.png);
	background-position: 5px 8px;
	background-repeat: no-repeat;
	padding-left: 26px;
	width: 100%;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
.img-portfolio{margin-bottom:5px;}
.img-portfolio:focus iframe{outline:5px auto -webkit-focus-ring-color;outline-offset:-5px;outline: 5px solid #FC0;border:none;}
.img-portfolio a:focus .img-responsive{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-5px;border:5px solid #FC0}
.owl-item li a:focus .img-responsive{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}



/*-----------------------SITEMAP----------------------------*/
#Sitemap .Accesskey {margin: 0px auto 1em auto}

#Sitemap .Accesskey p kbd {
	border: 1px solid #AAA;
	background: transparent;
	color: #222;
	padding: 0 .3em;
	margin: 0 .2em .1em
}
#Sitemap .Accesskey p kbd kbd {border: none}

#Sitemap .Accesskey .accesskeyDefine {
	padding: 1.5em;
	background: #fff8ed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}
#Sitemap .Accesskey .accesskeyDefine li {
	margin-bottom: .2em;
}
@media screen and (max-width:767px) {#Sitemap .Accesskey .accesskeyDefine li span{display:block;}}
#Sitemap kbd {
	font-family: monospace, monospace;
	font-size: 1em
}
#Sitemap kbd {
	background: #FFF;
	border-radius: .2em;
	color: #555;
	font-weight: bold;
	display: inline-block;
	padding: .1em .6em;
	font-size: .938em;
	font-family: sans-serif;
	margin-right: .4em;
	margin-bottom: .1em;
	vertical-align: middle;
	border-top: 1px solid #BBB;
	border-bottom: 3px solid #BBB;
	border-left: 2px solid #BBB;
	border-right: 2px solid #BBB
}

#Sitemap kbd ~ kbd {margin-left: .4em}

#Sitemap kbd kbd {border: none}

/*--------------------list-------------------*/
.FCKContent #Sitemap ul li,
#Sitemap .listnone {
    list-style: none;
}

#Sitemap .list-group-item .title2.list-attr {
	font-size: 130%;
	width: auto!important
}

#Sitemap .list-attr div {
	margin-left: 1.5em;
	padding: 5px!important;
	overflow: visible!important
}

#Sitemap .list-attr>:before {
	content: attr(data-list);
	display: inline-block;
	width: 1em;
	margin-left: -1.5em;
	margin-right: 0.5em;
	text-align: right;
	direction: rtl
}

#Sitemap .related_link *>:before {
	content: attr(data-icon);
	position: absolute;
	margin-left: -20px
}

#Sitemap .sitemap *>:before {
	content: attr(data-site);
	position: absolute;
	margin-left: -1.68em
}



#Sitemap .sitemap2 *>:before {
	content: attr(data-site2);
	position: absolute;
	margin-left: -2.35em
}
#Sitemap .box:nth-child(10) .sitemap2 *>:before,
#Sitemap .box:nth-child(11) .sitemap2 *>:before,
#Sitemap .box:nth-child(12) .sitemap2 *>:before,
#Sitemap .box:nth-child(13) .sitemap2 *>:before,
#Sitemap .box:nth-child(14) .sitemap2 *>:before,
#Sitemap .box:nth-child(15) .sitemap2 *>:before,
#Sitemap .box:nth-child(16) .sitemap2 *>:before,
#Sitemap .box:nth-child(17) .sitemap2 *>:before,
#Sitemap .box:nth-child(18) .sitemap2 *>:before,
#Sitemap .box:nth-child(19) .sitemap2 *>:before,
#Sitemap .box:nth-child(20) .sitemap2 *>:before {margin-left: -3.35em}

#Sitemap .sitemap3 *>:before {
	content: attr(data-site3);
	position: absolute;
	margin-left: -3.35em
}

#Sitemap .sitemap4 *>:before {
	content: attr(data-site4);
	position: absolute;
	margin-left: -4.35em
}

#Sitemap .sitemap5 *>:before {
	content: attr(data-site5);
	position: absolute;
	margin-left: -5.4em
}
#Sitemap .sitemap a {
	padding-left: 20px
}

#Sitemap .sitemap3 a {
	color: #999
}

#Sitemap .sitemap .box {
	display: inline-block;
	vertical-align: top;
	width: calc(99.5% / 3 - 14px);
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 15px;
	background: rgba(0, 0, 0, 0.02)
}

#Sitemap .sitemap .box>a {
	display: block;
	background-color: #e8b289;
	color: #000;
	line-height: 1.5;
	text-decoration: none;
	padding: 10px 20px 10px 50px
}
#Sitemap .sitemap .box>ul {
	padding-bottom: 10px;
	padding-top: 10px;}
	
#Sitemap .sitemap .box>ul li a {
	padding-left: 60px;
	margin-bottom: 5px;
	color: #000;
	text-decoration: none;
	display: flex;
	padding-right: 10px
}
#Sitemap .sitemap .box:nth-child(10)>ul li a,
#Sitemap .sitemap .box:nth-child(11)>ul li a,
#Sitemap .sitemap .box:nth-child(12)>ul li a,
#Sitemap .sitemap .box:nth-child(13)>ul li a,
#Sitemap .sitemap .box:nth-child(14)>ul li a,
#Sitemap .sitemap .box:nth-child(15)>ul li a,
#Sitemap .sitemap .box:nth-child(16)>ul li a,
#Sitemap .sitemap .box:nth-child(17)>ul li a,
#Sitemap .sitemap .box:nth-child(18)>ul li a,
#Sitemap .sitemap .box:nth-child(19)>ul li a,
#Sitemap .sitemap .box:nth-child(20)>ul li a {padding-left: 75px;}
#Sitemap .sitemap .box>ul li a:hover {
	color: #be4d24
}

#Sitemap .sitemap .box>ul li ul a {
	padding-left: 90px;
	padding-right: 10px
}

#Sitemap .sitemap .box>ul li ul li ul a {
	padding-left: 120px;
	padding-right: 10px
}

#Sitemap .sitemap .box>ul li ul li ul li ul a {
	padding-left: 150px;
	padding-right: 10px
}
/*
#Sitemap .sitemap .box:nth-child(5) > ul > li > ul > li > ul a {padding-left: 130px;}
#Sitemap .sitemap .box:nth-child(5) .sitemap4 *>:before {
	margin-left: -5em
}
*/

#Sitemap .siteItem ul a {
	color: #FFF;
	position: relative
}

#Sitemap .siteItem a,
#Sitemap .siteItem h2,
#Sitemap .siteItem span {
	color: #F6CB4C;
	font-weight: normal
}
@media screen and (max-width: 1200px){
#Sitemap .sitemap .box {
	width: calc(100% / 2 - 15px);
	margin-right: 6px;
	margin-left: 6px;
}
}

@media only screen and (max-width: 768px){
	#Sitemap .sitemap .box {
		width: calc(100% / 1 - 12px);
	}
}
.FCKContent #Sitemap  ul, .FCKContent #Sitemap  ol {
    padding-left: 0px;

}
/*----------------------SITEMAP-END-------------------------*/


/*----------------Megamenu-START-20210318-----------------*/
.header .topbar {
  z-index: 12;
  padding: 8px 0;
  position: relative;
}

.header .topbar ul.loginbar {
  margin: 0;
}

.header .topbar ul.loginbar > li {
  display: inline;
  list-style: none;
  position: relative;
  padding-bottom: 15px;
}

.header .topbar ul.loginbar > li > a, 
.header .topbar ul.loginbar > li > a:hover {
  color: #7c8082;
  font-size: 0.733333rem;
 /* text-transform: uppercase;*/
}

.header .topbar ul.loginbar li i.fa { 
  color: #bbb;
}

.header .topbar ul.loginbar li.topbar-devider { 
  top: -1px;
  padding: 0;
  font-size:0.533333rem;
  position: relative;
  margin: 0 9px 0 5px;
  font-family: Tahoma;
  border-right: solid 1px #bbb;
}

/*languages*/
.header .topbar ul.languages {
  top: 25px;
  left: -5px;
  display: none;
  padding: 4px 0;
  padding-left: 0; 
  list-style: none;
  min-width: 100px;
  position: absolute;
  background: #f0f0f0;
}

.header .topbar li:hover ul.languages {
  display: block;
}

.header .topbar ul.languages:after {
  top: -4px;
  width: 0; 
  height: 0;
  left: 8px;
  content: " "; 
  display: block; 
  position: absolute;
  border-bottom: 6px solid #f0f0f0;  
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left-style: inset; /*FF fixes*/
  border-right-style: inset; /*FF fixes*/
}

.header .topbar ul.languages li a {
  color: #555;
  display: block;
  font-size: 0.666667rem;
  padding: 2px 12px;
  margin-bottom: 1px;
  /*text-transform: uppercase; */
}

.header .topbar ul.languages li.active a i {
  color: #999;
  float: right;
  margin-top: 2px;
}

.header .topbar ul.languages li a:hover, 
.header .topbar ul.languages li.active a {
  background: #fafafa;
}

.header .topbar ul.languages li a:hover {
  text-decoration: none; 
}

/*Header Default
------------------------------------*/
.header {
  z-index: 1;
  position: relative;
}

.header .navbar {
  margin: 0;
}

.header .navbar-default {
  background: none;
}

/*Navbar Brand*/
.header .navbar-brand { 
  z-index: 1;
  top: -10px;
  height: 100%;
  position: relative;
  padding: 0 10px 10px;
}

@media(min-width: 768px) and (max-width: 998px) {
  .header .navbar-brand { 
    margin-top: 0;
  }  
}

/*Navbar Toggle*/
.header .navbar-default .navbar-toggle {
  border-color: #ddd;
}

.header .navbar-default .navbar-toggle .fa {
  color: #fff;
  font-size: 1.266667rem;
}

.header .navbar-toggle:hover {
  background: #5fb611 !important;
}

/*Navbar Collapse*/
.header .navbar-collapse {
  position: relative;
}

/*Navbar Menu*/
.header .navbar-default .navbar-nav > li > a {
  color: #687074;
  font-size: 1rem;
  font-weight:400;
}

.header .navbar-default .navbar-nav > .active > a {
  color: rgba(212,63,58,1);
}

@media (min-width: 992px) {
  .header .navbar-nav {
    float: right;
  }  
}

/*No Topbar*/
.header.no-topbar .navbar-brand {
  margin-top: 30px;
}

.header.no-topbar .navbar-toggle {
  margin-top: 25px;
}

@media (min-width: 992px) {
  .header.no-topbar .navbar-nav {
    padding-top: 36px;
  }
}

/*Responsive Navbar*/
@media (max-width: 991px) {
  /*Responsive code for max-width: 991px*/
    .header .navbar-header {
        float: none;
    }
    
    .header .navbar-toggle {
        display: block;margin-right: 7px;
    }
    
    .header .navbar-collapse.collapse {
        display: none !important;
    }
    
    .header .navbar-collapse.collapse.in {
        display: block !important;
      overflow-y: auto !important;
    }
    
    .header .navbar-nav {
        margin:7.5px 0px;
        float: none !important;
    }

    .header .navbar-nav > li {
        float: none;
    }
    
    .header .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px;
    }

  /*Dropdown Menu Slide Down Effect*/
  .header .navbar-nav .open .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin-top: 0;
    position: static;
    box-shadow: none;
    background-color: transparent;
  }

  .header .navbar-nav .open .dropdown-menu > li > a,
  .header .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 8px 15px 8px 40px;
  }
  
  .header .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  
  .header .navbar-nav .open .dropdown-menu > li > a:hover,
  .header .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }

  .header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  
  .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  
  .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }

  .header .navbar-default .dropdown-menu.no-bottom-space {
    padding-bottom: 0;
  }

    /*Design for max-width: 991px*/
    .header .navbar-collapse,
  .header .navbar-collapse .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .header .navbar-default .navbar-nav > li > a {
    font-size: 0.933333rem;
    padding: 9px 10px;
  }

  .header .navbar-default .navbar-nav > li a {
    border-bottom: solid 1px #eee;
  }  

  .header .navbar-default .navbar-nav > li > a:focus {
    background: none;
  }

  .header .navbar-default .navbar-nav > li > a:hover {
    color: #f78e21;
  }

  .header .navbar-default .navbar-nav > .active > a,
  .header .navbar-default .navbar-nav > .active > a:hover,
  .header .navbar-default .navbar-nav > .active > a:focus {
    background: #72c02c;
    color: #fff !important;  
  }

  .header .dropdown .dropdown-submenu > a { 
    font-size: 0.866667rem;
    color: #555 !important;
    text-transform: uppercase;
  }
}

@media (min-width: 992px) {  
  /*Navbar Collapse*/
  .header .navbar-collapse {
    padding: 0;
  }

  /*Navbar*/
  .header .navbar {
    min-height: 40px !important;
  }

  .header .container > .navbar-header, 
  .header .container-fluid > .navbar-header, 
  .header .container > .navbar-collapse, 
  .header .container-fluid > .navbar-collapse {
    margin-bottom: -10px;
  }

  .header .navbar-nav {
    position: relative;
  }

  .header .navbar-default .navbar-nav > li > a {
    position: relative;
  }

  .header .navbar-default .navbar-nav > li > a,
  .header .navbar-default .navbar-nav > li > a:focus {  
    border-bottom: solid 2px transparent;
  }

  .header .navbar-default .navbar-nav > li > a:hover,
  .header .navbar-default .navbar-nav > .active > a {
    bottom: -2px;
    position: relative;
    border-bottom: solid 2px #FFF;
  }
  
  .header .navbar-default .navbar-nav > li > a,
  .header .navbar-default .navbar-nav > li > a:hover,
  .header .navbar-default .navbar-nav > li > a:focus,  
  .header .navbar-default .navbar-nav > .active > a, 
  .header .navbar-default .navbar-nav > .active > a:hover, 
  .header .navbar-default .navbar-nav > .active > a:focus {
    background: none;
  }

  .header .navbar-default .navbar-nav > .open > a,
  .header .navbar-default .navbar-nav > .open > a:hover,
  .header .navbar-default .navbar-nav > .open > a:focus {
	color: #f78e21;
    background-color: #FFF;
    border: thin solid #F78E21;
    margin-bottom: -1px;
  }

  .header .navbar-default .navbar-nav > li:hover > a {
       color:rgba(212,63,58,1)
    }

  /*Dropdown Menu*/
  .header .dropdown-menu { 
    padding: 0;
    border: none;
    border: 1px solid rgba(0,0,0,.15);
	box-shadow:none;
    min-width: 200px;
    border-radius: 0; 
    z-index: 9999 !important;
    border-bottom: none; 
  }

  .header .dropdown-menu li a { 
    color: #687074; 
    font-size: 0.866667rem; 
    font-weight: 400; 
    padding: 6px 15px; 
    border-bottom: solid 1px #eee;
  }

  .header .dropdown-menu .active > a,
  .header .dropdown-menu li > a:hover {
    color: #fff;
    filter: none !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  .header .dropdown-menu li > a:focus {
    background: none;
    filter: none !important;
  }

  .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }  

  .header .open > .dropdown-menu {
    display: none;
  }

  /*Search*/
  .header .navbar .search-open {
    width: 330px;
  }
}

/*Dropdown Submenu for BS3
------------------------------------*/
.header .dropdown-submenu { 
   position: relative; 
}
/*
.header .dropdown > a:after,
.header .dropdown-submenu > a:after {
    top: 8px;
    right: 9px;
    font-size: 0.733333rem;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

@media (max-width: 991px) {
    .header .dropdown-submenu > a:after {
        content: " ";
    }
}

.header .dropdown > a:after {
    top: 9px;
    right: 15px;
    content: "\f107";
}*/

.header .dropdown-submenu > .dropdown-menu { 
  top: 3px; 
  left: 100%; 
  margin-top: -5px; 
  margin-left: 0px; 
}

/*Submenu comes from LEFT side*/
.header .dropdown-submenu > .dropdown-menu.submenu-left {
  left: -100%;
}

.header .dropdown-submenu:hover > .dropdown-menu {  
     display: block;
}

@media (max-width: 991px) {
  .header .dropdown-submenu > .dropdown-menu {  
    display: block;
    margin-left: 15px;
  }
}

.header .dropdown-submenu.pull-left {
  float: none;
}

.header .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.header .dropdown-menu li [class^="fa-"],
.header .dropdown-menu li [class*=" fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.header .dropdown-menu li [class^="fa-"].fa-lg,
.header .dropdown-menu li [class*=" fa-"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em;
}

/*Search Box
------------------------------------*/
.header .navbar .nav > li > .search {
  color: #aaa;
  cursor: pointer;
  min-width: 35px;
  font-size: 1rem;
  text-align: center;
  background: #f7f7f7;
  padding: 11px 0 12px;
  display: inline-block;
  border-bottom: solid 2px #aaa;
}

@media (min-width: 992px) {
  .header .navbar .nav > li > .search {
    bottom: -2px;
    position: relative;
  }
}

.header .navbar .nav > li > .search:hover {
  color: #72c02c;
  background: #f7f7f7;
  border-bottom-color: #72c02c;
}

.header .navbar .search-open {
  right: 0; 
  top: 40px; 
  display: none;
  padding: 14px; 
  position: absolute;
  background: #fcfcfc; 
  border-top: solid 2px #eee;
  box-shadow: 0 1px 3px #ddd; 
}

.header .navbar .search-open form {
  margin: 0;  
}

@media (min-width: 767px) and (max-width: 991px) {
  .header .navbar > .container .navbar-brand, 
  .header .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }

  .header .navbar-toggle {
    margin-right: 0;
  }

  .header .navbar .search-open {
    width: 93%;
  }
}

@media (max-width: 991px) {
  .header .navbar .nav > li > .search {
    color: #999;
    width: 35px;
    height: 34px;
    text-align: left;
    background: #eee;
    line-height: 12px;
    text-align: center;
    margin: 5px 10px 0;
    border-bottom: none;
  }

  .header .navbar .nav > li > .search:hover {
    background: #5fb611;
    color: #fff !important;
  }

  .header .navbar .search-open {
    top: 5px;
    padding: 0;
    left: 48px;
    border-top: none;
    box-shadow: none;
    background: none; 
    margin-right: 10px;
  }
}

/*Header Fixed
------------------------------------*/
/*Header*/
.header-fixed .header {z-index:99;}

.header-fixed .header.header-fixed-shrink {
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  z-index: 9999;
  position: fixed;
  margin-top: -35px;
  border-bottom: none;
  box-shadow: 0 0 3px #bbb;
  background: rgba(255,255,255, 0.96); 
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}

/*Topbar*/
.header-fixed .header.header-fixed-shrink .topbar {
  display: none;
}

/*No Topbar*/
.header-fixed .header.no-topbar.header-fixed-shrink .navbar-brand {
  margin-top: 0;
}

.header-fixed .header.no-topbar.header-fixed-shrink .navbar-nav {
  padding-top: 0;
}

/*Brand*/
.header-fixed .header.header-fixed-shrink .navbar-brand { 
  top: 47px;
  z-index: 1;
  position: relative;
  padding: 0 10px 10px;
}

.header-fixed .header.header-fixed-shrink .navbar-brand img {
  width: 90%;
}

.header-fixed .header.header-fixed-shrink .search,
.header-fixed .header.header-fixed-shrink .active a {
  border-bottom: none !important;
}

.header-fixed .header.header-fixed-shrink .navbar-nav > li > .dropdown-menu {
  margin-top: 1px;
}

@media (max-width: 991px) {
  /*Header*/
  .header-fixed .header,
  .header-fixed .header.header-fixed-shrink {
    height: inherit;
    position: relative;
  }
}

@media (min-width: 992px) {
  .header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
    padding: 55px 30px 18px 20px;
    border-bottom: solid 1px transparent !important;
  }

  .header-fixed .header.header-fixed-shrink .dropdown > a:after {
    top: 56px;
  }

  /*Search Bar*/
  .header-fixed .header.header-fixed-shrink .search {
    margin-top: 47px;
    padding: 8px !important;
    color: #585f69 !important;
    background: none !important;
  }

  .header-fixed .header.header-fixed-shrink .search-open {
    top: 95px;
    border-top: none;
    background: rgba(255,255,255, 0.9);  
  }
}

/*Mega Menu
------------------------------------*/
.header .mega-menu .nav,
.header .mega-menu .dropup,
.header .mega-menu .dropdown,
.header .mega-menu .collapse {
    position: static;
}

.header .mega-menu .navbar-inner,
.header .mega-menu .container {
    position: relative;
}

.header .mega-menu .dropdown-menu {
    left: auto;
}

.header .mega-menu .dropdown-menu > li {
    display: block;
}

.header .mega-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
}

.header .mega-menu .nav.pull-right .dropdown-menu {
    right: 0;
}

.header .mega-menu .mega-menu-content {
    *zoom: 1;
    padding: 0;
}

.header .mega-menu .mega-menu-content:before,
.header .mega-menu .mega-menu-content:after {
    content: "";
    display: table;
    line-height: 0;
}

.header .mega-menu .mega-menu-content:after {
    clear: both;
}

.header .mega-menu.navbar .nav > li > .dropdown-menu:after,
.header .mega-menu.navbar .nav > li > .dropdown-menu:before {
    display: none;
}

.header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    left: 0;
    right: 0;
    overflow: hidden;
}

@media (min-width: 992px) {
  .header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
      /*margin-left: 10px;
      margin-right: 15px;*/
  }
}

/*Equal Height Lists*/
@media (min-width: 992px) {
  .header .mega-menu .equal-height {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
  }

  .header .mega-menu .equal-height-in {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
  }
}

/*Mega Menu Style Effect*/
.header .mega-menu .equal-height-list h3 {
  font-size: 1rem;
  font-weight: 400;
  padding: 0 10px 0 13px;
  text-transform: uppercase;
}

/*Space for only Big Resolution*/
@media (min-width: 992px) {
  .header .mega-menu .big-screen-space {
    margin-bottom: 20px;
  }
}

/*Mega Menu Content*/
@media (min-width: 992px) {
    .header .mega-menu .equal-height-in {
        padding: 20px 0;
        border-left: 1px solid #eee;
    }

    .header .mega-menu .equal-height-in:first-child {
        border-left: none;
        margin-left: -1px;
    }

    .header .mega-menu .equal-height-list {
      width: 100%;
    }

    .header .mega-menu .equal-height-list li a {
        display: block;
        margin-bottom: 1px;
        position: relative;
        border-bottom: none;
        padding: 5px 10px 5px 15px;
    }

    .header .mega-menu .equal-height-list a:hover {
      text-decoration: none;
    }
    
    /*Dropdown Arrow Icons*/
    .header .mega-menu .mega-menu-fullwidth li a {
      padding: 5px 10px 5px 30px;  
    }

    .header .mega-menu .mega-menu-fullwidth li a:after {
        top: 7px;
        left: 15px;
        font-size: 0.733333rem;
        content: "\f105";
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: FontAwesome;
    }

    /*Dropdown Arrow Icons Disable class*/
    

    .header .mega-menu .mega-menu-fullwidth .disable-icons li a:after {
      display: none;
    }
}

/*Space Effect inside the container to avoid scroll bar*/
@media (min-width: 737px) and (max-width: 991px) {
  .header .mega-menu .mega-menu-content .container {
    width: 690px !important;
  }

  .header .mega-menu .equal-height {
    margin-right: 0;
  }

  .header .mega-menu .equal-height-in {
      padding-right: 0;
      margin-right: -15px;
    }
}

@media (max-width: 991px) {
  .header .mega-menu .equal-height {
    margin-right: 0;
  }

  .header .mega-menu .equal-height-in {
      padding-right: 0;
    }
}

/*Equal Hight List Style*/
@media (max-width: 991px) {
    .header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        width: auto;
		padding: 20px 0px;
    }

    .header .mega-menu .equal-height-in,
    .header .mega-menu .equal-height-list {
        display: block;
    }

    .header .mega-menu .mega-menu-fullwidth .dropdown-menu > li > ul {
        display: block;
    }

    /*Equal Height List Style*/
    .header .mega-menu .equal-height-list h3 { 
    color: #555;
    margin: 0 0 5px;
    font-size: 0.866667rem; 
    font-weight: 400; 
    padding: 6px 25px 5px; 
    border-bottom: solid 1px #eee;
  }

  .header .mega-menu .equal-height-list li a {
    color: #687074;
    display: block;
    font-size: 0.866667rem; 
    font-weight: 400; 
    margin-left: 15px;
    padding: 6px 25px; 
    border-bottom: solid 1px #eee;
  }

  .header .mega-menu .equal-height-list > h3.active,
  .header .mega-menu .equal-height-list > .active > a,
  .header .mega-menu .equal-height-list > .active > a:hover,
  .header .mega-menu .equal-height-list > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .header .mega-menu .equal-height-list li a:hover {
    color: #333;
    text-decoration: none;
  }
}
.header-fixed .header{top:0;left:0;width:100%;}
@media(max-width:992px){.navbar-nav{padding-bottom:70px}}
.nav-search{margin:-2px 25px 0 0}
.navbar{min-height:0}
.navbar-responsive-collapse{background:0}
.header .navbar-default .navbar-nav>.open>a,
.header .navbar-default .navbar-nav>.open>a:focus,
.header .navbar-default .navbar-nav>.open>a:hover{color:#f78e21;border: thin solid #F78E21;}
.header .navbar-default .navbar-nav>li>a{
	color:rgba(212,63,58,1);font-weight:400;font-size:1rem;font-size:1.267rem;
	border-top:thin solid #FFF;
	border-right:thin solid #FFF;
	border-left:thin solid #FFF;
	padding: 15px 20px;}
.header .navbar-default .navbar-nav>li>a:hover,
.header .navbar-default .navbar-nav>li>a:focus{
	color:#f78e21;
	border-top:thin solid #f78e21;
	border-right:thin solid #f78e21;
	border-left:thin solid #f78e21;}
.header .navbar-default .navbar-nav>li>a,
.header .navbar-default .navbar-nav>li>a:focus{bottom:0;border-bottom:solid 0 transparent}
.header .navbar-default .navbar-nav>.active>a,
.header .navbar-default .navbar-nav>li>a:hover{position:relative;bottom:0;border-bottom:solid 0 #fff}

.navbar-nav .home a .fa-home{font-size:1rem}

.header .dropdown-menu{min-width:160px}
.navbar-nav .dropdown{padding:0;height:auto;background:0}
.dropdown-menu li{border-bottom:1px #ddd solid;}
.dropdown-menu li:hover{border-bottom:1px #ddd solid;}
@media(max-width:991px){
.header .navbar-default .navbar-nav>.open>a{
	color: #f78e21;
    background-color: #FFF;
    border: thin solid #F78E21;
    margin-bottom: -1px;
	}
.header .navbar-default .navbar-nav>.open>a:hover,
.header .navbar-default .navbar-nav>.open>a:focus{color:#f78e21;}
.header .navbar-default .navbar-nav>.open{border-bottom:0}
.header .navbar-default .navbar-nav>li a,
.header .navbar-default .navbar-nav>li a:focus,
.header .navbar-default .navbar-nav>li a:hover{color:rgba(212,63,58,1);border:none;}
.navbar-nav .dropdown,.navbar-nav .nav-search{padding:0;height:auto;border:none;background:#fff}
.navbar-nav .dropdown{border-bottom:none}
.navbar-responsive-collapse{background:#fff}
.navbar-nav .home{border-bottom:1px #ddd solid}
.nav-search{margin:0 25px 0 0}
}
.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background:0}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{}
.header .navbar .nav>li>.search:hover{background:0;color:#fff;border-bottom-color:#f9f9f9}

.header .navbar-default .navbar-toggle .fa{color:#888;font-size:1.1rem}
.header .navbar-toggle:hover{background:#fff!important}
@media(min-width:992px){.portfolio-box-v1{margin-left:-12px;width:1015px}
.header .navbar .nav>li>.search{position:relative;bottom:-4px}
.header .navbar .nav>li>.search{display:inline-block;padding:11px 0 12px;min-width:35px;border-bottom:0;background:0;color:#fff;text-align:center;font-size:1rem;cursor:pointer}
.header .navbar .nav>li>.fa-times:hover{background:#fff;color:#033664}
.header .navbar .nav>li>.fa-times{background:#fff;color:#033664}
.navbar-nav>li>.dropdown-menu{margin-top:0px;padding: 20px 0px;}
}
.dropdown-menu li{border:0}
.dropdown-menu li:hover{border:0;}
.submenu li{padding-left:15px}
@media(min-width:992px){
.header .mega-menu .equal-height-in{padding:20px 0;border-left:0}
}
.header .dropdown-menu li>a:hover{
	color:#333;-webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out;filter:none!important}

.menux-div{display:inline-table;margin:5px 0;}
@media(max-width:992px){.sitemap{display:none}
}
.header-fixed{z-index:999}

.banner-a{position:absolute;top:0;left:0;z-index:999;display:block;width:100%;height:100%;background:#000;opacity:0}
@media(max-width:992px){.menu-button{position:absolute;top:-49px;right:14px;z-index:999}
.header-fixed{height:60px}
.header-fixed .header{top:0;left:0;width:100%;height:60px;background:url(../images/navbar-bg.png) repeat-x}
.mega-menu{z-index:1;padding-top:48px}
}
@media(max-width:768px){.menu-button{position:absolute;top:-49px;right:14px;z-index:999}
.header-fixed{height:60px}
.header-fixed .header{top:0;left:0;width:100%;height:60px;background:url(../images/navbar-bg.png) repeat-x}
.mega-menu{z-index:1;padding-top:48px}
}
.header .mega-menu .mega-menu-fullwidth li a{padding:6px 15px}
.header .mega-menu .mega-menu-fullwidth li a:after{position:absolute;top:7px;left:15px;display:inline-block;content:"\f105";font-weight:400;font-size:0.875rem;font-family:FontAwesome}
.equal-height-list{margin-top:-4px}
.submenu{margin-top:1px}
.header .mega-menu .mega-menu-fullwidth .disable-icons li a:after{display:none}
.header .mega-menu .equal-height-list > li > a{
	position:relative;
	display:block;
	font-size: 0.96em;
    color: #ff3546;
    padding: 5px 60px 5px 20px;
    line-height: 30px;
    background-image: none;
    border-bottom: 1px dotted #CCC;
}
.header .mega-menu .equal-height-list > li > a:hover,
.header .mega-menu .equal-height-list > li > a:focus{
	background-color:#FFE6E6;color:#C4000F;
    border-bottom: 1px dotted #CCC;
}
.header .mega-menu .equal-height-list li li
{
	list-style: none;
    padding-left: 0px;
   /* padding-top: 1px;
    padding-bottom: 1px;*/
    font-size: 0.8em;
	line-height: 20px;
	border-bottom:none;}
.header .mega-menu .equal-height-list li li a{
	font-weight:400;font-size:1rem;
    display: block;
    color: #222;
    background-image: url(../images/icon_menu00.png);
    background-repeat: no-repeat;
    background-position: 20px 13px;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 35px;
	border-bottom:none;}
.header .mega-menu .equal-height-list li li a:hover,
.header .mega-menu .equal-height-list li li a:focus{
	text-decoration:none;color:#C4000F;background-image:url(../images/icon_menu01.png);background-color:#E3E3E3;border-bottom:none;}

.header .dropdown-menu li a{padding:6px 15px;border-bottom:solid 1px #ddd;color:#1a1a1a;font-weight:400;font-size:1rem}
@media(max-width:991px){
	.header .mega-menu .equal-height-list li a{display:block;margin-left:0;padding: 5px 15px 5px 40px;border-bottom:solid 1px #eee;}
}
@media(max-width:991px){.header .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#000}}
@media(max-width:767px){.header .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#000}}
/*-----------------------Megamenu-END---------------------*/
p.h4{ letter-spacing:normal;}