﻿@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}



.non-mobile-hide { display: none !important; }


/* ######################################################### */
/* #                       MAX   750                       # */
/* ######################################################### */

@media only screen and (max-width: 750px), only screen and (max-device-width: 750px) {

/* div.dynamic_list, .dynamic_list img { width: 100%; height: auto !important; } */

div.pagination * { font-size:20px !important; }

#img_container { width: auto !important; max-width: 100% !important;display: block; clear: both; } 
#img_container .blocks_pthumb, #img_container .thumb, #img_container .item_thumb, #img_container .ImageWrapper, #img_container .ImageWrapper img.thumb { min-width: 75% !important; max-width: 100% !important; margin: 0 auto !important;  clear: both; } 

table#forefront_structure #img_container .blocks_pthumb { width: 100% !important; }

table#forefront_structure  > tbody > tr > td { display: block; width: 100% !important; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box; padding: 0 !important; }
#related_item { max-width: 50%; }

table#structure > tbody > tr > td { display: block; width: 100% !important; }

}


@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) {


 div#newsviewer ul.bxslider li div.hbrief_body_nv {
	width: 85%;
	max-height: 50px !important;
 }

p.footer {
font-size:12px;
}
#header_h1 {
	font-size:35px;padding: 10px 25px;
}
#header_h2 {
	font-size:20px; padding: 50px 60px;
}
#header { height: 90px; }



/* div.dynamic_list .bx-pager { border: 1px solid red; } */

/* body { border: 1px solid red; } */
div.pagination * { font-size:20px !important; }


/* table#content_structure  > tbody > tr { display: block; }
table#content_structure  > tbody > tr > td { display: block; min-width: 100% !important; float: none;  } 
*/

#related_item { min-width: 46%; }

#img_container a.north { display: block; }

}



@media only screen and (max-width : 480px), only screen and (max-device-width: 480px) {

html { -webkit-text-size-adjust: none;	}

#related_item { min-width: 98%;  }
#photo_gallery img, #single_image img { max-width: 99% !important; height: auto; width: auto\9; /* ie8 */ }
#item_button { min-width: 40%; padding: 5px; }

#item_file #item_ext { padding: 7px 10px; width: 25%; }

table#content_structure  > tbody > tr { display: block; }
table#content_structure  > tbody > tr > td { display: block; min-width: 100% !important; float: none;  } 

.mobile-hide { display: none !important;}
.non-mobile-hide { display: block !important; }

textarea, INPUT.editbox, select.editbox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
}

}




.close-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: #333333 url("../images/icons/close-btn.svg") center center no-repeat;
  background-size: 1.875em 1.875em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .close-btn {
  background-image: url("../images/icons/close-btn.svg");
}
.close-btn:focus, .close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.nav-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: #333333 url("../images/menu.png") left center no-repeat;
  background-size: 1.875em 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .nav-btn {
  background-image: url("../images/menu.png");
}
.nav-btn:hover, .nav-btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#outer-wrap {
  position: relative;
 /* overflow: hidden; */
  width: 100%;
}

#inner-wrap {
  position: relative;
  width: 100%;
}

#nav {
  z-index: 200;
  position: relative;
  width: 100%;
}
#nav .close-btn {
  display: none;
}
/* #nav .block-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
} */

#nav ul {
  *zoom: 1;
  display: block;
}
#nav ul:before, #nav ul:after {
  content: "";
  display: table;
}
#nav ul:after {
  clear: both;
}
#nav li {
  display: block;
}
#nav li a {
  display: block;
  color: #ccc;
  font-size: 0.875em;
  line-height: 1.28571em;
  font-weight: bold;
  outline: none;
}
#nav li a:focus, #nav li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
#nav li#current a {
  color: #fff;
}

#banner {
  z-index: 100;
  position: relative;
    margin: 0 auto;
  /* padding: 1.5em 1.25em; */
}



#banner .block-title {
  margin: 0;
  font-size: 1.875em;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
}
#banner .nav-btn {
  position: absolute;
  top: 1.5em;
  left: 1.875em;
}


  #nav .menu {
  z-index: 2;
  position: relative;
 /* padding: 5px 10px; */
 
  }


@media screen and (min-width: 60em) {


  #banner .nav-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }


 

}
@media screen and (max-width: 60em) {


#nav_icons {
	display: table;
	margin: 30px auto;
	position: relative;
	left: auto;
	clear: both;

}


 div#newsviewer ul.bxslider li div {


	width: auto;
	height: 300px;

}

div#newsviewer div#bx-pager a {
	display: block;	width: auto;	height:  auto;	margin-left: 0;	min-height: 0; }

div#newsviewer div#bx-pager a img {
display: none;
}

 div#newsviewer ul.bxslider li div.hbrief_body_nv {

width: 90%;
 }

div#newsviewer div#bx-pager a:first-child {
	-webkit-border-radius: 0px 0px 0px 0px;	border-radius: 0px 0px 0px 0px; 
}
div#newsviewer div#bx-pager a:last-child {
	-webkit-border-radius: 0px 0px 15px 15px; border-radius: 0px 0px 15px 15px; 
}



#outer-wrap {
  overflow: hidden; 
}


#page-container {
	width:100%;
}

#container .column { display: block; float: none; width: 100% !important; }

#container #left, #container #right { float: none; margin-top: 40px; }
#photo_gallery img, #single_image img { width: 100% !important; }
textarea { width: 95% !important; }

.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%;
}

.ContentWrapper { width: 91% !important; display: block !important; margin: auto; }
.ContentWrapper .thumb {  width: 100% !important;  }


#img_container .ContentWrapper .thumb { width: 98% !important; display: block !important; margin: 0 !important;}
#responsive_img { display: block; margin: auto; width: 98% !important; height: auto !important; }

#jqueryslidemenu ul li ul:after, #jqueryslidemenu ul li ul:before { bottom: 100%; right: 10%; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; }
#jqueryslidemenu ul li ul:after {  border: 0; }
#jqueryslidemenu ul li ul:before { border: 0 margin-left: -7px; }

#jqueryslidemenu {
    height: auto;
    margin: 0;
	overflow: none;
	width: 100%;
}

#jqueryslidemenu ul  {
	margin: 0;
	padding: 0;
	width: 100%;
	}
#jqueryslidemenu ul li {
    display: block;
    float: none;
	background: none;
	padding: 0;
	margin: 0;
	}
#jqueryslidemenu ul li a:link, #jqueryslidemenu ul li a:visited{
	color: #fff;
	margin: 0;
	padding: 0;
	text-shadow: none;
    filter: none;
}

#jqueryslidemenu ul li ul {
    position: static;
	margin: 0;
	padding: 0;

	z-index: 9999;
    border: 0;
	 background: none;
    -webkit-border-radius: 0;
    border-radius: 0;

	text-shadow: none;
  
width: 99.9999% !important;


}
#jqueryslidemenu ul li ul li  {

	margin: 0;
	padding: 0;
}
#jqueryslidemenu ul li ul li a {
	width: auto;
	margin: 0;


}

#jqueryslidemenu ul li ul li ul {
    margin: 0;
	padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;

}
 #jqueryslidemenu ul li ul li:last-child {
    border-bottom: none;
  }

#jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
    background: #444444 !important; /*#1370BF*/
    -webkit-border-radius: 0;
    border-radius: 0;

}


/*#jqueryslidemenu {
display: none;
}*/

  #nav .menu {

  padding: 0 0;
margin: 0;
  }
/*#jqueryslidemenu {
display: none;
}*/



  #nav {
    position: absolute;
    top: 0;
    padding-top: 5.25em;
	overflow: hidden;
  }
  #nav:not(:target) {
    z-index: 1;
    height: 0;
  }
  #nav:target .close-btn {
    display: block;
  }
  #nav .close-btn {
    position: absolute;
    top: -3.75em;
    left: 1.875em;
  }

  #nav li {
    position: relative !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  #nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li#current:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top:25px;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid;
  }
  #nav li a {
    padding: 10px 20px 3px 20px !important;

	font-size : 15px !important;
  }

  .js-ready #nav {
    height: 100%;
    width: 70%;
    background: #333333;
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  }
  .js-ready #nav .menu {
    background: transparent;
  }
  .js-ready #nav .close-btn {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  .js-ready #nav {
    left: -70%;
  }
  .js-ready #inner-wrap {
    left: 0;
  }

  .js-nav #inner-wrap {
    left: 70%;
  }

  .csstransforms3d.csstransitions.js-ready #nav {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  }

  .csstransforms3d.csstransitions.js-ready #nav .menu {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .csstransforms3d.csstransitions.js-nav #nav .menu {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
