/*----------------------------------------------------------------------------------------
   FRAMEWORK
----------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'museosans_500';
    src: url('font/museosans_500.eot');
    src: url('font/museosans_500.eot?#iefix') format('embedded-opentype'),
         url('font/museosans_500.woff') format('woff'),
         url('font/museosans_500.ttf') format('truetype'),
         url('font/museosans_500.svg#museosans_500') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OptimaLTStd-Bold';
    src: url('font/OptimaLTStd-Bold.eot');
    src: url('font/OptimaLTStd-Bold.eot?#iefix') format('embedded-opentype'),
         url('font/OptimaLTStd-Bold.woff') format('woff'),
         url('font/OptimaLTStd-Bold.ttf') format('truetype'),
         url('font/OptimaLTStd-Bold.svg#OptimaLTStd-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Museo500Regular';
    src: url('font/Museo500-Regular-webfont.eot');
    src: url('font/Museo500-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Museo500-Regular-webfont.woff') format('woff'),
         url('font/Museo500-Regular-webfont.ttf') format('truetype'),
         url('font/Museo500-Regular-webfont.svg#Museo500Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
    font-family:'Museo500Regular', Arial;
}
:focus{outline:0;}

.container {
	margin: 0 auto;
	max-width: 1024px;
    padding-left:40px;
    padding-right:40px;
    background:#ffffff;  
}
.lt-ie9 .container{
	width : 1024px;
}

body {
	margin: 0 auto;
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	background-color: #E9E7E6;
}

.header {
	position:relative;
	padding-top:10px;
	z-index:12;
}
.contentArea{    
	position:relative;
	color:#636162;
}
.content-text ol.child1 {
    margin-left: -2px;
    line-height: 18px;
}
.footer{
	font-size:12px;
	width:100%;
	margin:1px auto 16px auto;	
	padding:18px 0;
}

.header .logo{width:26.5%;}

a:hover .logo img{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;	
}

.language{padding-top:7px;margin-right:20px;padding-right:10px;float:left;}
.language .selected a{
	color:#EEE;
	text-decoration:underline;
	cursor:default;
}
.language a{color:#F8993B;}
.language a:hover{color:#F8993B;text-decoration:underline;}
.language .selected a:hover{color:#EEE;}
/*.row-fluid .span6{margin-top: 57px;}
.row-fluid .span9{margin-top: 57px;}*/

a {
	text-decoration: none;
	color: #F8993B;
}
a:hover,
a:focus {
  color: #999;
}

a img {
	border: 0;
}

.aimage{
	background: #000;
	filter:alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;	
	border: 2px solid #8FBEBD;
}

a:hover img {
	border: 0;
}

small, sup {
	font-size: 11px;
	color: #666;
}

.clear {
	clear: both;
}

.content-text {margin-top:13px;text-align:justify;line-height:18px;}
.content-textgcg {margin-top:5px;text-align:justify;line-height:18px;}


.content-text .regdate{margin:10px 0;}
.content-text ul li, .content-text ol li {
	margin-left:20px;
	line-height:18px;
	margin-bottom:15px;
}
.content-text p {
	line-height:18px;
	margin-bottom:10px;
}
.content-text ul li.child_li, .content-text ol li.child_li {
	margin-left:20px;
	line-height:18px;
	margin-bottom:1px;
}
.content-text ul.child, .content-text ol.child {
	margin-left:-22px;
	line-height:18px;
}
.content-text ul.child li,.content-text ol.child li{
	line-height:18px;            
	margin-bottom:1px;
}
.content-text td{text-align:left;font-size:13px;padding:2px 5px;border:1px solid #eee;}
.pagination ul li {
	margin-left:0;
}
.content-text ul.photoins li {
	margin-left:0px;
	text-align:left;
}
.content-text img{max-width:100%;}
/*----------------------------------------------------------------------------------------
   CUSTOMIZE THE NAVBAR
----------------------------------------------------------------------------------------*/
.navbar{       
	width: 100%;
	text-align:center;
	float:none;
}
#mPC .navbar .nav {	
	float:left;
    display:inline-block;
    *display:inline;
    *zoom:1; 
    vertical-align: top;
	/*margin-left:5px;*/
}
#mPC .navbar .nav li li {
	display:block;
	width:100%;
	text-align:left;
}
#mPC .navbar-wrapper {  
	z-index: 11;
	margin-top:20px;
	height:40px;
}

/*---TRIM---*/
#mPC .navbar .nav > li{padding: 10px 11px 10px 11px;}
/*---TRAM---*/
/*#mPC .navbar .nav > li{padding: 10px 14px 10px 15px;}*/

#mPC .navbar .nav > li > a {
	float: none;	
	color:#747373;
	text-decoration: none;
	text-align:center;
}
#mPC .nav .open{
	background:#FA7600;
	color:#FFFFFF;
	text-shadow:none;
}
#mPC .nav li:hover{
	background:#FA7600;

	color:#FFFFFF;
	text-shadow:none;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
#mPC .nav li:hover a{
	color:#FFFFFF;
	text-shadow:none;
}
#mPC .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
#mPC .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
#mPC .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #FA7600;
  text-shadow:none;
}
#mPC .navbar-inverse .nav > li > a:focus,
#mPC .navbar-inverse .nav > li > a:hover {
  color: #FFFFFF;
}
#mPC .navbar-inverse .nav > li.active:hover a,
#mPC .navbar-inverse .nav > li.active > a:focus,
#mPC .navbar-inverse .nav > li.active > a:hover {
  color: #FFFFFF;
}
#mPC .navbar-inverse .nav .active a{color:#FA7600}
#mPC .navbar .btn-navbar {
  margin-top: 10px;
}
.nav .selected, .nav .active, .dropdownPC .selected{font-weight:bold;}
@media(min-width:979px){
	ul.nav li.dropdown:hover ul.dropdown-menu,ul.nav li.active:hover ul.dropdown-menu{
		display: block;    
	}	
}

/*SUB MENU*/
.dropdown-menu {
	position:absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 163px;
	padding: 15px 0 10px 0;
	margin: 0px 0 0;
	border:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background-color: transparent;
	background-image: none;
}
.dropdownPC{
	display:none;
	position:relative;
	padding: 15px 20px 10px 20px;
	width:auto;
	min-height:110px;
	background-color: #FA7600;
	background-image: -moz-linear-gradient(top, #FA7600, #FFD409);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FA7600), to(#FFD409));
	background-image: -webkit-linear-gradient(top, #FA7600, #FFD409);
	background-image: -o-linear-gradient(top, #FA7600, #FFD409);
	background-image: linear-gradient(to bottom, #FA7600, #FFD409);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FA7600', endColorstr='#FFD409', GradientType=0);
	margin-bottom:20px;
}
ul.dropdownPC li a{
	display:block;
	color: #FFFFFF;
	padding:2px 0;
}
ul.dropdownPC li a:hover,
ul.dropdownPC li a:focus{
  text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}
.dropdownPC .tagline{
	position:absolute;width:auto;top:16px;margin-left:225px;color:#fff;font-size:20px;line-height:25px;padding-right:40px;text-align:justify;margin-top:15px;display:block;margin-right: auto;
	margin-top:15px;
	margin-bottom:auto;
}
.dropdown-menuPC {
	position:relative;
	margin-left:30px;	
}
/*--Caret Menu--*/
.navbar .nav > li > .dropdown-menu:before {
	display:none;
}
.navbar .nav > li > .dropdown-menu:after {  
	display:none;
	border-bottom: 6px solid #FA7600;
}
.navbar .nav > li .caret{margin-left:5px;}
.navbar-inverse .nav li.dropdown:hover .caret,
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/*--------------*/
/*--Caret Sub-Menu--*/
.caret-right {
	display: inline-block;
	width: 0;
	height: 0;	
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #FFFFFF;
	margin-left:3px;
	content: "";
}
/*--------------*/
.dropdown-menu > li > a{color:#ffffff;}
.submenu-hide{
    display: none !important;    
}
#mPC .dropdown-menu li:hover{background-color: transparent;background-image: none;}
#mPC .dropdown-menu > li > a:hover,
#mPC .dropdown-menu > li > a:focus,
#mPC .dropdown-submenu:hover > a,
#mPC .dropdown-submenu:focus > a {
  background-color: transparent;
  background-image: none;
  color:#FFFFFF;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}
#mPC .dropdown-menu > .active > a,
#mPC .dropdown-menu > .active > a:hover,
#mPC .dropdown-menu > .active > a:focus {
  background-color: transparent;
  background-image: none;
  color:#FFFFFF;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}

.dropdown-menuOri{		
	min-width: 90px;
	padding: 5px 0;
	margin: 0px 0 0;
	list-style: none;
	background-color: #eee;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 1px rgba(0,0,0,.2);
	box-shadow: 0px 0px 1px rgba(0,0,0,.2);
}
.dropdown-menuOri > li > a{padding:3px 10px}
.dropdown-menuOri > li > a{color:#666666;}
.dropdown-menuOri > li > a:hover,
.dropdown-menuOri > li > a:focus{
  background-color: #FA7600;
  background-image: none;
  color:#FFFFFF;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}
.btn-group > .btn + .dropdown-toggle{padding:6px 4px 10px 4px;}
.menu_arrow{
	position:absolute;
	top:10px;
	right:-30px;	
	display: block;
	width:30px;
	height:15px;
}
#menu_top_prev{
	background:url('../img/menu_top_prev.png') no-repeat center left;
	width:10px;	
}
#menu_top_next{
	background:url('../img/menu_top_next.png') no-repeat center right;
	width:10px;
}
#mPC .nav.actions .btn{	
	padding:9px 0px;
}
#mPC .nav.actions{
	border:0;margin:0;padding:0;float:none;
}
#mPC .nav.actions li a{
	border:0;text-shadow:none;padding:15px;margin:0;text-transform:none;font-size:16px;color:#666;
}
/*----------------------------------------------------------------------------------------
   FOR MOBILE MENU
----------------------------------------------------------------------------------------*/
#mMobile .navbar .nav > li > a, #mMobile .dropdown-menu > li > a {	
	border-bottom:1px solid #DBD8D7;
	border-top:1px solid #EFEEED;
	margin:0 auto;
	width:94%;
}	
#mMobile .navbar-inner{margin-left:0;padding-left:0}
#mMobile .nav{width:100%;}
#mMobile .dropdown-menu{
	text-align:left;
}
#mMobile ul.nav li li a i{position:absolute;right:25px;}
#mMobile .nav > li.dropdown.open.active > a:hover,
#mMobile .nav > li.dropdown.open.active > a:focus,
#mMobile .dropdown-menu > li > a:hover,
#mMobile .dropdown-menu > li > a:focus,
#mMobile .dropdown-submenu:hover > a,
#mMobile .dropdown-submenu:focus > a {
	text-decoration: none;
	color: #ffffff;
	background-color: #FA7700;
	background-image: -moz-linear-gradient(top, #FDAF06, #FA7700);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FDAF06), to(#FA7700));
	background-image: -webkit-linear-gradient(top, #FDAF06, #FA7700);
	background-image: -o-linear-gradient(top, #FDAF06, #FA7700);
	background-image: linear-gradient(to bottom, #FDAF06, #FA7700);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDAF06', endColorstr='#FA7700', GradientType=0);
}
#mMobile .dropdown-menu > .active > a,
#mMobile .dropdown-menu > .active > a:hover,
#mMobile .dropdown-menu > .active > a:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #FA7700;
	background-image: -moz-linear-gradient(top, #FDAF06, #FA7700);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FDAF06), to(#FA7700));
	background-image: -webkit-linear-gradient(top, #FDAF06, #FA7700);
	background-image: -o-linear-gradient(top, #FDAF06, #FA7700);
	background-image: linear-gradient(to bottom, #FDAF06, #FA7700);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDAF06', endColorstr='#FA7700', GradientType=0);
}

#mMobile .nav a:hover, #mMobile .nav a:focus{
	text-decoration: none;
	color: #ffffff;
	background-color: #FA7700;
	background-image: -moz-linear-gradient(top, #FDAF06, #FA7700);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FDAF06), to(#FA7700));
	background-image: -webkit-linear-gradient(top, #FDAF06, #FA7700);
	background-image: -o-linear-gradient(top, #FDAF06, #FA7700);
	background-image: linear-gradient(to bottom, #FDAF06, #FA7700);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDAF06', endColorstr='#FA7700', GradientType=0);

}
/*----------------------------------------------------------------------------------------
   GENERAL HTML TAG
----------------------------------------------------------------------------------------*/
.label{
	padding:0px;
	border: 0;
	border-bottom: 1px solid #E5E5E5;
}


/*----------------------------------------------------------------------------------------
   FORMS
----------------------------------------------------------------------------------------*/
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(250, 118, 0, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(250, 118, 0, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(250, 118, 0, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(250, 118, 0, 0.6);
}
.form-control:focus {
  border-color: rgba(250, 118, 0, 0.6);
  outline: 0;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(250, 118, 0, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(250, 118, 0, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(250, 118, 0, 0.6);
}
ul {
	list-style-type:none;
}
.content-text ul {
    list-style: inherit;
}
.content-text ol {
    list-style: decimal;
    padding: 0px;
    margin-bottom:10px;
}
.content-text ul.nav {
    list-style: none;
}
.ahand{
	cursor: pointer;
	* cursor: hand;
}
textarea{
	padding:4px 6px;	
}
form div{
	margin:5px 0;	
}
form.form-horizontal div{margin:0;}
.form-horizontal .control-label {width: auto;}

.button,.btn {
	color: #FFFFFF;
	box-shadow: 0px 0px 1px rgba(0,0,0,.1);
	text-shadow:  0 1px 1px #FACF9A;
  background-color: #FECF05;
  *background-color: #F28D1E;
  background-image: -moz-linear-gradient(top, #FECF05, #F28D1E);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FECF05), to(#F28D1E));
  background-image: -webkit-linear-gradient(top, #FECF05, #F28D1E);
  background-image: -o-linear-gradient(top, #FECF05, #F28D1E);
  background-image: linear-gradient(to bottom, #FECF05, #F28D1E);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FECF05', endColorstr='#F28D1E', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.button:hover {
	border: 1px solid #bbbbbb;
	background: #87CEFA;
	font-weight: bold;
	color: #2F3E46;
	text-shadow:  0 1px 1px #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(  #ededed), to(  #dadada)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(  #ededed,  #dadada); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(  #ededed,  #dadada); /* FF3.6 */
	background-image:     -ms-linear-gradient(  #ededed,  #dadada); /* IE10 */
	background-image:      -o-linear-gradient(  #ededed,  #dadada); /* Opera 11.10+ */
	background-image:         linear-gradient(  #ededed,  #dadada);
}

.button:active {
	border: 1px solid #bbbbbb ;
	box-shadow: inset rgba(0,0,0,.4) 0 1px 1px;
	font-weight: bold;
	color: #FFF;
	text-shadow:  0 1px 1px #999;
	background-image: -webkit-gradient(linear, left top, left bottom, from(  #dadada), to(  #cccccc)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(  #dadada,  #cccccc); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(  #dadada,  #cccccc); /* FF3.6 */
	background-image:     -ms-linear-gradient(  #dadada,  #cccccc); /* IE10 */
	background-image:      -o-linear-gradient(  #dadada,  #cccccc); /* Opera 11.10+ */
	background-image:         linear-gradient(  #dadada,  #cccccc);
}

.button_disabled,
.button.disabled,
.button:disabled {
  color: #bbb;
  cursor: default;
  background:#F8F8F8;
}

hr {
  margin: 10px 0 10px 0;
  border: 0;
  border-bottom: 1px solid #FFBA48;
}
/*----------------------------------------------------------------------------------------
   ICON CLASS AND TYPO ICON CLASS
----------------------------------------------------------------------------------------*/
.mandatory{font-size:24px;color:#E6A6BE;position:absolute;margin:4px;}
.mandatoryAds{font-size:24px;color:#E6A6BE;position:absolute;margin:10px -5px;}
.icon{
	background-image: url(../img/arfIcon.png);
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
}
.cFacebook		{background-position: -34px 0px;width:28px;height:26px;float:left;margin-right:6px;}
.cTwitter		{background-position: -34px -29px;width:28px;height:26px;float:left;margin-right:6px;}
.cYoutube		{background-position: -34px -58px;width:28px;height:26px;float:left;margin-right:6px;}
.cLinkedIn		{background-position: -34px -87px;width:28px;height:26px;float:left;margin-right:6px;}
.langIN			{background-position: -30px -172px;width:44px;padding:5px 20px;}
.langEN			{background-position: -30px -207px;width:44px;padding:5px 20px;}
.phoneMail		{background-position: -26px -269px;width:48px;height:60px;}
.tags			{background-position: -38px -335px;width:22px;height:22px;padding:5px 11px;margin-right:4px;}
.refresh		{background-position: -38px -363px;width:24px;height:20px;position:absolute;margin:0px -25px}
.arrowDown		{background-position: -40px -410px;width:20px;height:18px;padding:4px 3px;float:left;}
.key			{background-position: -38px -421px;width:24px;height:10px;position:absolute;margin:10px 10px; }
.briefcase		{background-position: -38px -436px;width:24px;height:24px;position:absolute;margin-left:-26px;}
.news			{background-position: -36px -442px;width:32px;height:28px;padding:9px 20px;}
.oPhoto			{background-position: -36px -478px;width:32px;height:28px;padding:8px 20px;}
.oFacebook		{background-position: -40px -512px;width:32px;height:32px;padding:8px 14px;}
.oTwitter		{background-position: -33px -546px;width:32px;height:32px;padding:9px 23px;}
.iDownload		{background-position: -38px -584px;width:16px;height:22px;padding:2px 14px;}
.oBirthday		{background-position: -36px -617px;width:38px;height:37px;padding:9px 18px;}
.oLogin			{background-position: -34px -652px;width:38px;height:37px;padding:6px 17px;margin-right:5px;}
.oLogout		{background-position: -34px -685px;width:38px;height:37px;padding:6px 17px;margin-right:0px;}
.oSetting		{background-position: -34px -720px;width:38px;height:37px;padding:6px 17px;margin-right:2px;}
.oProfile		{background-position: -34px -756px;width:38px;height:37px;padding:6px 17px;margin-right:5px;}
.oFolder		{background-position: -32px -793px;width:38px;height:37px;padding:6px 17px;margin-right:6px;}
.oForm			{background-position: -34px -830px;width:38px;height:37px;padding:6px 17px;margin-right:2px;}
.oProcedure		{background-position: -34px -842px;width:38px;height:37px;padding:6px 17px;margin-right:5px;}
.oShared		{background-position: -34px -902px;width:32px;height:28px;padding:8px 20px;}
.oLink			{background-position: -34px -940px;width:32px;height:28px;padding:8px 20px;}
.oSearch		{background-position: -32px -974px;width:33px;height:30px;display:inline-block;*display:inline;padding:4px 0px;margin-bottom:0;*margin-left: .3em;vertical-align:middle;}
.aRight:hover	{background-position: -34px -1015px;width:32px;height:28px;padding:8px 20px;}
.aRight			{background-position: -34px -1052px;width:32px;height:28px;padding:8px 20px;}
.aLeft:hover	{background-position: -34px -1093px;width:32px;height:28px;padding:8px 20px;}
.aLeft			{background-position: -34px -1132px;width:32px;height:28px;padding:8px 20px;}
/*----------------------------------------------------------------------------------------
   WINDOW
----------------------------------------------------------------------------------------*/

#windowx.windowCon{
	opacity:0;
	height:0px;	
	width:0px;
	margin:0 auto;
}
.window{
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%); /* IE 9 */
	-webkit-transform: translate(-50%, 0%); /* Safari and Chrome */
	position: absolute;
	left: 50%;
	z-index:1050;    
	margin:0 auto;
	box-shadow: 1px 0 4px #333;
	background-color: #fff;
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */                                                
	border: 12px solid rgba(0,0,0,0.6);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	padding-top:30px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	opacity:1;         
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.window:after{
	width:100%;
	height:26px;
	background-color: #FED008;
	background-image: -moz-linear-gradient(top, #FED008, #FA7600);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FED008), to(#FA7600));
	background-image: -webkit-linear-gradient(top, #FED008, #FA7600);
	background-image: -o-linear-gradient(top, #FED008, #FA7600);
	background-image: linear-gradient(to bottom, #FED008, #FA7600);
	background-repeat: repeat-x;
	border-color: #252525;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FED008', endColorstr='#FA7600', GradientType=0);
	position:absolute;
	z-index:1051;
	top:0px;
	left:0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	content: " ";
}
.zoomin {  
    transform:  scale(1.2);  
}  
.zoomout {  
    transform:  scale(0.7);  
}  
.window-container-visible {  
    transform:  scale(1);  
    opacity: 1;  
} 
.window a.winHeader span{
	position:absolute;
	z-index:1052;
	top:0px;
	right:0px;
	background:url(../img/close.png) top right no-repeat;
	padding:20px;
}
.windowTitle{
	position:absolute;
	z-index:9999;
	top:3px;
	left:0px;	
	color:#fff;
	font-weight:bold;
	text-shadow: 0px -1px 0px #AD1803;
	padding:0px 20px;	
}

/*----------------------------------------------------------------------------------------
   OTHERS CLASS AND ID
----------------------------------------------------------------------------------------*/
.addthis_button_compact{line-height:20px}
.addthis_separator{line-height:16px}
.addthis_toolbox{
	margin:15px 0 20px 0;
	display:none; 	
}

.row-fluid .span80{width:78%;}
.row-fluid .span60{width:58%;}
.row-fluid .span50{width:48%;}
.row-fluid .span40{width:38%;}
.row-fluid .span30{width:31%;}
.row-fluid .span20{width:18%;}
.row-fluid .span25{width:23%;}

.productPage .blockBgTitle H1{font-size:24px;}
.productPage .how H1{font-size:22px;}
.productPage H3{font-size:18px;margin-top:2px;}
.productSpan{
	margin-top:20px;
	margin-bottom:10px;
	text-align:justify;
	padding-bottom:4px;
	line-height:18px;
}
.productSpan H4{margin-bottom:10px}
.searchContainer{margin-bottom:15px;}
.searchContainer div{margin-bottom:15px;}
.highlightsBlock, .researchReport {
	line-height:20px;
	float:left;position:relative;width:17%;
	text-align:center;padding:15px 20px;background:#999993;
	color:#f5f5f5;
	height:160px;
	margin:0 auto 20px auto;
}
.highlightsBlock.addMargin{margin-right:16px;}
.researchReport.addMargin{margin-right:20px;}
.highlightsBlock h3, .researchReport h3{line-height:24px;color:#0158A2;font-weight:normal;font-size:18px;}
.highlightsBlock h3 a, .researchReport h3 a{color:#0158A2}
.highlightsBlock a, .researchReport a{color:#FFFFFF}
.highlightsBlock .insertedDate, .researchReport .insertedDate {position:absolute;bottom:10px;left:0;text-align:center;width:99%;}
.highlightsBlock .iconHighlight, .researchReport .iconHighlight {margin-bottom:10px;font-size:16px;}
.highlightsBlock.bigBlock {width:28.4%}
.highlightsBlock.bigBlock h3{font-size:22px;}
.researchReport{height:127px;width:28%;}
.social-media span{float:left;padding-right:20px;}
.captcha{
	margin:10px 0;
	border:1px solid #ddd;
	border-radius:4px;
	padding:5px 10px 10px 10px;	
	width:95.5%;
}
.captcha .row-fluid .span60{width:66%;}
.captcha .row-fluid .span40{width:28%;}
.refreshCaptcha {margin-top:5%;}
.home-top{
	margin:40px auto 0px auto;	
	padding:0 20px;
	border-bottom:1px dotted #ccc;
}
.home-top .span7{font-size:26px;color:#F8993B;line-height:40px;}
.home-top .span5 img{float:right}
.home-middle{
	margin:20px auto 25px auto;	
	border-bottom:1px dotted #ccc;	
	padding-bottom:10px;
}
.home-middle .row-fluid{margin-left:35px;}

.homeText{
	background:url('../img/home_line.jpg') bottom repeat-x;
}

.contact-form .well{padding:10px}
.contact-form .span3{width:28%}
.contact-form .span4{width:38%}
	
.blockBgTitle{	 	
	padding:0px 0 4px 0;
	font-size:14px;	
	position:relative;
}
.blockBgTitle H1{
	font-weight:bold;
	font-size:26px;
	color:#f8993b;	
}
.blockBgTitle H3{
	font-size:16px;
}
.blockBgTitle a{color:#f8993b;}
.lineBgTitle{
	margin-left:0px;
	position:relative;
	top:-5px;
	margin-bottom:2px;
}

.content-tag{
	font-size:12px;
	margin:20px 0;	
}
.contentFooter{width:50%;margin:20px 0;}
.contentFooter p{line-height:20px;}
.contentAttachment{margin:60px 0 20px 0;}
.contentAttachment div{border-bottom:1px solid #ddd;color:#999;width:100%;text-align:left;padding:5px 5px 5px 0;margin-bottom:5px;}
.contentAttachment div a{float:right;}

[class^="icon-"],
[class*=" icon-"]{
	opacity:0.7;	
}


#msg {display:none; position:absolute; z-index:9999; padding-left:7px}
#msgcontent {display:block;background:#F0C9D8;box-shadow: 0px 0px 1px rgba(0,0,0,.2);border-radius:8px;border-left:none; padding:8px 12px; min-width:100px; max-width:250px;font-size:11px}
.msgError{
	color:#DA7A9E;font-size:12px;position:absolute; 
}

.regdate{
	font-size:11px;
	color:#aaa;
}
table.normal td{
	padding:5px 10px 5px 0;
}
table.small-table{font-size:10px;}
table.small-table td a{color:#9D4409;}
.data-overflow{width:auto;height:325px;overflow:auto;overflow-x:hidden;}

.blokStatis{
	border:2px solid #ccc;
	border-radius:6px;
	padding:10px 5px;
	margin-bottom:12px;
	opacity:0.7;
}
.separator{
	padding:0 10px;font-size:15px;color:#999;	
}

#gallery-1 {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;  
	user-select: none;
}
.photoPage .albumName{margin:40px 0 10px 0;font-size:15px;font-weight:bold;}
.photoPage .albumDecription{margin:0px 0 20px 0}
.photoPage .form-inline, .videoPage .form-inline {margin-top:10px;}
.photoPage .captionCustom {
	background: rgb(217, 120, 13);background: rgba(217, 120, 13, 0.65);
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}
.videoPage.row-fluid #player-area.span7{width:61%;}
.videoPage.row-fluid #list-video.span5{width:36%;}
.menuSideTitle {width:auto;}
.menuSideTitle a {color:#fff;}
.how .menuSideNoBg li a{font-size:14px;font-weight:normal}
.menuSideNoBg {width:auto;padding:5px 15px;} 
.menuSideNoBg li { 	
	padding:5px 5px;
}
.menuSideNoBg li a{ 	
	font-weight:bold;
	font-size:16px;
	color:#E22F00;	
}
.menuSideNoBg li.selected { 	
	width:auto;
}
.menuSideNoBg li.selected a{ 	
	color:#999;
}
.productNoBg a {color:#E22F00;font-size:22px;}
.productNoBg a.selected {color:#888}
.productPage .rightspan3{background:#E7E8E9;padding-bottom:10px;margin-top: 10px;}
.menuSideAdditional {padding:5px 15px;}
.menuSide {width:auto;padding:5px 15px;margin:10px 0;} 
.menuSide li:first-child {border-top:none;}
.menuSide li:last-child {border-bottom:none;}
.menuSide li { 	
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #CDCDCD;
	padding:5px 0;
}
.menuSide li a{ 	
	color:#666;
	font-size:13px;
}
.otherVideo, .menuSideTitle {
	background-color: #F28D1E;
	background-image: -moz-linear-gradient(top, #FFD005, #F28D1E);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFD005), to(#F28D1E));
	background-image: -webkit-linear-gradient(top, #FFD005, #F28D1E);
	background-image: -o-linear-gradient(top, #FFD005, #F28D1E);
	background-image: linear-gradient(to bottom, #FFD005, #F28D1E);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD005', endColorstr='#F28D1E', GradientType=0);
	padding:5px 15px;
	color:#fff;
	font-weight:bold;
}
.videoThumbnail {width:48%;float:left;margin:10px 0 10px 5px;}
.videoThumbnail img{width:100%}

.photo {overflow:hidden;display:block;}
.photo:hover img {opacity:1;}
.photoNoBorder {border-radius:0px;}
.thumbnailVideo {border-radius:4px;position:relative;}
.thumbnailVideoNoBorder {border-radius:4px;}
.photoThumbnail{border:1px solid #ccc;overflow:hidden;display:block;border-radius:4px;}
.photoThumbnailGallery{border:1px solid #444;overflow:hidden;display:block;border-radius:4px;}
.achievement .photo{width:180px;height:180px;}

.bordergray,.nobordergray{
	border-radius:4px;
	border:1px solid #ccc;
	padding:4px;
	position:relative;
}
.nobordergray{border:none;}
.shadow {
	background:#fff;	
}
.shadow:before, .shadow:after {
	content:"";
	position:absolute;
	z-index:-2;
}
.curved:before {
	top:10px;
	bottom:10px;
	left:0;
	right:50%;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.6);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.6);
	box-shadow:0 0 10px rgba(0,0,0,0.6);
	-moz-border-radius:10px / 100px;
	border-radius:10px / 100px;
	top:50%;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}
.photoins li{
	position: relative;
	float: left;
	display: inline;
	width: 25%;
	margin: 0;
	height:280px;	
}
.photoins .curved {
	position: relative;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.04), 0 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.04), 0 1px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 0 1px rgba(0,0,0,.04), 0 1px 5px rgba(0,0,0,0.1);
	-webkit-transition: all 0.15s ease-out 0.1s;
	-moz-transition: all 0.15s ease-out 0.1s;
	-o-transition: all 0.15s ease-out 0.1s;
	transition: all 0.15s ease-out 0.1s;
	width:210px;
	height:200px;
	float:left;
	margin:10px;
}
.photoins .bg{
	background:#000;opacity:0.3;filter:alpha(opacity=30);width:95.2%;height:200px;display:block;position:absolute;z-index:2;border-radius:2px;
}
.photoins .photo{
	 display:block;width:99%;height:200px;margin-bottom:4px;
}
.photoins img{position:relative;z-index:1}
.photoins .text {
	padding:0px 4px;
	font-size: 12px;
	color: #999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	line-height:20px;
}
@media (max-width:965px){
	.photoins .curved {width:190px;}
	.photoins .text {
		padding:0 0 0 2px;
		font-size: 11px;	
	}
}
@media (max-width:870px){
	.photoins li{
		display: block;
		width: 33%;
	}
	.photoins .curved {width:240px;}
	.photoins .text {
		padding:0px 4px;
		font-size: 12px;
	}
	.photoins .bg{width:95.8%;}
}
@media (max-width:820px){	
	.photoins .curved {width:210px;}
	.photoins .bg{width:95.4%;}
}
@media (max-width:720px){	
	.photoins li{width: 50%;}
	.photoins .curved {width:300px;}	
	.photoins .bg{width:96.5%;}
}
@media (max-width:680px){		
	.photoins .curved {width:250px;}	
	.photoins .bg{width:96.2%;}
}
@media (max-width:574px){		
	.photoins .curved {width:220px;}	
	.photoins .bg{width:95.6%;}
}
@media (max-width:510px){		
	.photoins .curved {width:200px;}	
	.photoins .bg{width:95.6%;}
	.photoins .text {
		padding:0 0 0 2px;
		font-size: 11px;	
	}
}
@media (max-width:470px){	
	.photoins li{
		width: 100%;
	}	
	.photoins .curved {width:340px;}	
	.photoins .bg{width:96.8%;}
	.photoins .text {
		padding:0px 4px;
		font-size: 12px;
	}
}
@media (max-width:390px){	
	.photoins .curved {width:300px;}	
	.photoins .bg{width:96.7%;}
}
@media (max-width:353px){	
	.photoins .curved {width:90%;}	
	.photoins .bg{width:96.2%;}
}
.album img, .albumHome img, .albumSide img, .albumSideSmall img, .albumSideMiddle img{max-width:none}
.album:hover img {
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;	
}
.album, .albumHome, .albumSide{    
    overflow:hidden;
    margin-right:22px;
    display:block;
    float:left;
    margin-bottom:15px;	
	border-radius:4px;
	position:relative;
	z-index:1;
}
.album .border, .albumHome .border, .albumSide .border{
    width:100%;
    height:198px;
    overflow:hidden;
    display:block;
	border:1px solid #ddd;
	border-radius:4px;	
}
.album .txt, .albumHome .txt, .albumSide .txt{
	background: url(../img/transparant.png) repeat;
	width:95%;
	height:80px;	
	padding:5px 10px;
	position:absolute;
	z-index:20;
	top:120px;
	left:1px;
	color:#f4f4f4;
	text-shadow:none;
	font-size:13px;
	line-height:20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.album{
	width:300px;	
}
.albumHome{
	width:300px;
    height:200px;
}
.albumHome .border{
    height:198px;
}
.albumHome .txt{top:120px;height:74px;}
.albumSide{
	width:88%;
    height:176px;
	float:right;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.04), 0 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.04), 0 1px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 0 1px rgba(0,0,0,.04), 0 1px 5px rgba(0,0,0,0.1);
}
.albumSide .txt{top:100px;}

.photo {
	border-radius:4px;
	*border:1px solid #ccc;
	*box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	overflow:hidden;display:block;
}
.photoNoBorder {border-radius:0px;}
.thumbnailVideo {
	display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.thumbnailVideoNoBorder {border-radius:4px;}
.photoThumbnail{border:1px solid #ccc;overflow:hidden;display:block;border-radius:4px;}
.photoThumbnailGallery{border:1px solid #444;overflow:hidden;display:block;border-radius:4px;}
.columnHomeOrange {
	background:#fff; 
	/* background:-moz-linear-gradient(top,#f37424 0%,#ffcc5a 100%);  
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f37424),color-stop(100%,#ffcc5a));
	background:-webkit-linear-gradient(top,#f37424 0%,#ffcc5a 100%);
	background:-o-linear-gradient(top,#f37424 0%,#ffcc5a 100%);
	background:-ms-linear-gradient(top,#f37424 0%,#ffcc5a 100%); 
	background:linear-gradient(to bottom,#f37424 0%,#ffcc5a 100%); 
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr= '#f37424 ',endColorstr= '#ffcc5a ',GradientType=0 );
	*/
	color:#f37424;
	position:relative;
}
.columnHomeOrange .title{
	text-transform:uppercase;
	font-size:16px;
	border-bottom
}
.columnHomeOrange H1 {color:#fff;font-size:21px;}
.columnHomeOrange.nab {font-size:13px;padding:10px 5px;}
.columnHomeOrange.nab .title{padding:0px 5px 10px 5px;height:22px;display:block}
.content-text .nab td{font-size:10px;padding:0x;border:1px solid rgba(255,255,255,0.2);}
.columnHome {
	border-right:1px solid #68A2D0;
	padding:0px 0px;
	color:#0158A2;
	font-size:13px;
}
.columnHome .regdate{margin:0}
.columnHome.second, .columnHome.third{padding-left:0;padding-right:24px}
.columnHome .gray{color:#666}
.columnHome hr{margin-top:4px;margin-bottom:6px}
.columnHome .blueTitle a{color:#2C7BB9;}
.columnHome h3{
	color:#f37424;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:0px;
}
.vcenter{
	display:table-cell;vertical-align:middle;
}
.blueTitle {font-weight:bold;color:#2C7BB9;margin-bottom:0px;}
.jobTitle {font-size:13px;margin-bottom:10px;margin-top: 3px;color:#2C7BB9;}
.media .media-body{padding-left:20px;text-align:justify}
.media .media-body p {
	margin-bottom:10px;
	line-height:18px;
}
.annual-report h3{line-height:14px}
.annual-report .contentFooter{width:100%;margin-top:30px;}
.financial-report .pagination{margin:10px 0 0 0;}
.news-room div{
	float:left;position:relative;width:31%;
	margin:0 auto 20px auto;
	height:120px;
}
.news-room .addMargin{margin-right:23px}
.news-room .blueTitle{font-size:18px;font-weight:normal}
.news-room-area.row-fluid .span10 {width:73%;}
.news-room-area.row-fluid .span2 {width:240px;margin-top: 58px;}

#calendar a.ui-state, #calendar2 a.ui-state{
	background-color :#FA7501;
	color : #eee;
	font-weight:bold;        
	border-radius:35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}
#calendarArea{position:relative;padding:20px;display:none;z-index:99;}
#calendarArea .formAction table{
	float:left;
}
#gridlist{width:764px;}
#calendarArea .span8{width:71%;}
#calendarAreaMobile	div.gridbox_light table.obj td {
	color:#666;
}
#calendarAreaMobile div.gridbox_light .odd_light{
	background-color:#EEE;
}

::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
::-webkit-scrollbar-thumb {
    background:#CCCCCC; 
}
::-webkit-scrollbar-thumb:window-inactive {background:#CCCCCC;}

.page-nav {margin: 10px 0; padding: 0; overflow: auto; text-align: center}
.page-nav  .next {float: right;}
.page-nav  .previous {float: left;}               
.page-nav  .range {display:block; padding-top: 6px}

#change-image{font-size:13px}
.columnReport{
    background-color:#A6A8A4;
    text-align:center;
    color:#FFFFFF;
    padding-bottom: 20px;                  
}
.h3{
    font-weight:bold;
    color:#FFFFFF;
}
.spanReport{
	width: 30%;
}
.columnNews{
    text-align: left;
    color:#333333;
    padding-bottom: 20px;                  
}

.financial-report .span3 {width:27%;}
.financial-report .span9 {width:70%;}
.col-row-fluid {
	display:table;
	width:100%;
	height: auto !important;
	min-height: 100%;
	height: 100%;
}
.col-row-fluid .col-cell5, .col-row-fluid .col-cell4, .col-row-fluid .col-cell3 {
	display:table-cell;
}
.col-row-fluid .col-cell5 {
	width:50%;
}
.lt-ie9 .container .contentArea .row-fluid  .nab {
	filter : none;
	background : #f37424;
	color : #fff;
}

/*----------------------------------------------------------------------------------------
   Carousel Slide Show
----------------------------------------------------------------------------------------*/
#carouselContent{display:block;width:100%;min-height:400px;}
@media (max-width: 1112px) {#carouselContent{min-height:390px;}}
@media (max-width: 1024px) {#carouselContent{min-height:380px;}}
@media (max-width: 979px) {#carouselContent{min-height:350px;}}
@media (max-width: 879px) {#carouselContent{min-height:320px;}}
@media (max-width: 779px) {#carouselContent{min-height:300px;}}
@media (max-width: 679px) {#carouselContent{min-height:280px;}}
@media (max-width: 579px) {#carouselContent{min-height:240px;}}
@media (max-width: 529px) {#carouselContent{min-height:190px;}}
@media (max-width: 479px) {#carouselContent{min-height:170px;}}
@media (max-width: 379px) {#carouselContent{min-height:140px;}}
@media (max-width: 279px) {#carouselContent{min-height:110px;}}
.carousel {
	min-height:90px;
	max-height:400px;overflow:hidden;
	margin-bottom:30px;
	position:relative;
}

.carousel .item > img {
    display: block;
    line-height: 1;
    width: 100%;
}

.logoSlide{
	background:url(../img/logoSlide.png) top right no-repeat;
	width:305px;
	height:308px;
	display:block;
	position:absolute;
	z-index:9;
	right:-1px;
	top:-1px;
}
.container-carousel {
	margin: 0 auto;
	max-width: 1024px;
}
.carousel .container-carousel {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel-control {
	z-index:10;
	background-color: transparent;
	border: 0;
	font-size: 100px;
	margin-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.carousel-control:focus{color: #F8993B;}
.carousel-control:hover{color:#FFFFFF}
	
/*.carousel .item {
  height: 500px;
}
.carousel img {
  min-width: 100%;
  height: 500px;
}
*/
.carousel-caption {
	background-color: transparent;
	position: static;
	max-width: 550px;
	padding:0 15% 15% 0;
	float:right;
}
.carousel-caption h1,
.carousel-caption .lead {
	text-align:right;
	margin: 0;
	line-height:45px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	font-size:36px;
	font-weight:bold;
}
.carousel-caption h1{color:#FA7600}
.carousel-caption .lead{font-size:20px;line-height:30px;margin-top:15px;}
.carousel-caption .btn {
	margin-top: 10px;
	float:right;
	padding:6px 15px;
}

@media (max-width: 979px) {
  .container.navbar-wrapper {
    /*margin-bottom: 0;*/
    /*width: auto;*/
  }
  /*.carousel-caption {
    width: 75%;
    padding: 0 40px;
    margin-top: 10%;
    margin-bottom: 10%;
  }
*/
  .carousel .item {
    /*height: 500px;*/
  }
  .carousel img {
     /*width: auto;*/
    /*height: 500px;*/
  }
  .carousel-caption h1 {
    font-size: 30px;
  }
  .carousel-caption .lead,
  .carousel-caption .btn {
    /*font-size: 16px;*/
  }
}
@media (max-width: 767px) {
  .carousel-caption {
    margin-bottom: 5%;
  }
  .carousel-caption h1 {
    font-size: 24px;
  }
  .carousel-caption .lead,
  .carousel-caption .btn {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .carousel-caption {
    display: none;
  }
}
@media (max-width: 480px) {
  .carousel-caption {
    display: none;
  }
}

/* Unoslide */

/* Hand cursor over navigation elements */
.content-text ul.unoslider{
    margin:0px auto;
}	
.content-text ul.unoslider li {
    margin:0px;
}	
.unoslider_navigation {
  cursor: pointer;
}

/* Tooltip panel */
.unoslider_caption {
  position: absolute;
  bottom: 10px;
  left: 0;
  font-family: "Helvetica neue", Helvetica, Verdana, sans-serif;
  text-shadow: black 0 1px 0;
  padding: 10px 0px;
  width: 100%;
  background-color: #373737;
  border-top: 1px solid #545454;
  border-bottom: 1px solid #545454;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: white;
  text-align: center;
  font-size: 13px;
}

/* play, pause, previous and next elements */
.unoslider_pause, .unoslider_play, .unoslider_left, .unoslider_right {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  position: absolute;
  display: block;
  background: url("ribbon.png") no-repeat;
}

/* play and pause elements */
.unoslider_pause, .unoslider_play {
  height: 31px;
  width: 28px;
  margin-top: -15.5px;
  margin-left: -14px;
  top: 50%;
  left: 50%;
}

/* previous and next elements */
.unoslider_left, .unoslider_right {
  width: 33px;
  height: 64px;
  margin-top: -32px;
  top: 50%;
}

/* previous */
.unoslider_left {
  background-position: 0px 0px;
  left: -6px;
}

/* next */
.unoslider_right {
  background-position: 0px -72px;
  right: -6px;
}

/* pause */
.unoslider_pause {
  background-position: 0px -195px;
}

/* play */
.unoslider_play {
  background-position: 0px -150px;
}

/* bullet indicator */
.unoslider_indicator {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  _text-align: right;
  *text-align: right;
}
.unoslider_indicator a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  cursor: pointer;
  margin: 3px;
  width: 11px;
  height: 11px;
  background-color: black;
  background: url("ribbon.png") no-repeat;
  background-position: 0 -238px;
}
.unoslider_indicator a {
  *display: inline;
}
.unoslider_indicator a.unoslider_indicator_active {
  background-position: 0px -255px;
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
  -o-border-radius: 90px;
  -ms-border-radius: 90px;
  -khtml-border-radius: 90px;
  border-radius: 90px;
  -moz-box-shadow: 0px 0px 5px #fb0000;
  -webkit-box-shadow: 0px 0px 5px #fb0000;
  -o-box-shadow: 0px 0px 5px #fb0000;
  box-shadow: 0px 0px 5px #fb0000;
}

/* Container */
.unoslider {
  list-style: none;
  position: relative;
	width: 960px;
  height: 350px;
  margin: 0px auto;
  padding: 0;
}
.unoslider li {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* Timebar */
.unoslider_timer {
  background-color: white;
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  -moz-box-shadow: 0px 2px 2px black;
  -webkit-box-shadow: 0px 2px 2px black;
  -o-box-shadow: 0px 2px 2px black;
  box-shadow: 0px 2px 2px black;
}

/* Progress bar preloader container */
.unoslider_preloader {
  background: rgba(255, 255, 255, 0.5);  
}

/* progress bar preloader */
.unoslider_preloader .unoslider_progress {
  width: 30%;
  height: 5px;
  margin: 0 auto;
  border-top: 1px solid #7c7c7c;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #949494;
  border-right: 1px solid #949494;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9a9a9a), color-stop(100%, #b3b3b3));
  background: -webkit-linear-gradient(#9a9a9a, #b3b3b3);
  background: -moz-linear-gradient(#9a9a9a, #b3b3b3);
  background: -o-linear-gradient(#9a9a9a, #b3b3b3);
  background: -ms-linear-gradient(#9a9a9a, #b3b3b3);
  background: linear-gradient(#9a9a9a, #b3b3b3);
}
/* progress bar fill */
.unoslider_preloader .unoslider_progress span {
  display: block;
  height: 100%;
  background: #66cccc;
}

/* Spinner preloader */
.unoslider_spinner {
  background: url('/images/spinner.gif') white center center no-repeat;
}

/*----------------------------------------------------------------------------------------
   SELECT BOX
----------------------------------------------------------------------------------------*/
.form-control{
	height:auto;	
	padding:0;
}

/*----------------------------------------------------------------------------------------
   RESPONSIVE MEDIA
----------------------------------------------------------------------------------------*/
@media(max-width: 940px) {	
	.contentFooter{width:100%;}
}
@media only screen and (min-width: 200px) and (max-width: 1000px) {
	.slide1Txt1,.slide1Txt2,.slide2Txt1,.slide2Txt2{
		padding: 8px 10px;
		width:auto;		
	}
}
@media (min-width: 768px) and (max-width:900px){
	.columnHome {
		padding:0px 6px;		
	}
	.row-fluid .span20.annual-fixed-side {width:140px}
}
@media (min-width: 200px) and (max-width:767px){
	.span3.columnHome{width:48%;float:left;margin-right:22px;}
	.span3.columnHome.second {margin-right:0px;}
	.span3.columnHomeOrange{width:48%;float:left;margin-right:22px;padding:0}
	.span3.columnHomeOrange.banner2{margin-top:30px;}	
	.span3.columnHome{margin-top:30px;}
	.span3.columnHome.second{margin-top:0px;}
	.span3.columnHomeOrange.banner2 {margin-right:0px;}
	.row-fluid .span80 {width:78%;float:left;margin:0 5px;}
	.row-fluid .span30, .row-fluid .span50{float:left;margin:0 5px;}	
	.row-fluid .span20{width:18%;float:left;margin:0 5px;}
	.row-fluid .span20.annual-fixed-side {width:140px}
	.financial-report.row-fluid .span3{float:left;}
	.financial-report.row-fluid .span9{width:70%;float:left;}
}
@media (max-width:742px){
	.annual-page.row-fluid .span80 {width:76%;float:left;margin:0 5px;}	
	.annual-page.row-fluid .span80 .row-fluid .span80{width:68%;float:left;margin:0 5px;}	
	.annual-page.row-fluid .span20{width:28%;float:left;margin:0 5px;}
	.row-fluid .span20.annual-fixed-side {width:140px}
}
@media (max-width:704px){
	.annual-page.row-fluid .span80 {width:70%;float:left;margin:0 5px;}	
	.annual-page.row-fluid .span80 .row-fluid .span80{width:65%;float:left;margin:0 5px;}	
	.row-fluid .span20.annual-fixed-side {width:140px}
}
@media (max-width:623px){
	.financial-report.row-fluid .span3 {width:90%;float:none;}	
	.financial-report.row-fluid .span9 {width:100%;float:none;}	
}
@media (max-width:571px){
	.annual-page.row-fluid .span80 {width:100%;float:none;margin:0 5px;}	
	.annual-page.row-fluid .span80 .row-fluid .span80{width:65%;float:left;margin:0 5px;}	
	.row-fluid .span20.annual-fixed-side {width:98%;
	  padding: 19px;
	  margin-top: 20px;
	  background-color: #f5f5f5;
	  border: 1px solid #e3e3e3;
	  -webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
			  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
		 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
			  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	}	
}
@media (max-width:482px){
	.financial-report.row-fluid .span30 {width:100%;float:none;margin:0 0 15px 0;}		
}
@media (max-width:411px){
	.row-fluid .span50 {float:left;margin:0 0px;}		
}
@media (max-width:335px){
	.financial-report.row-fluid .span50 {float:none;margin:10px 0;width:100%;}		
	.span-pagination-financial .pull-right{float:left;}
}
@media (max-width:322px){
	.annual-page.row-fluid .span80 .row-fluid .span20{width:90%;float:left;margin:0 5px;}	
	.annual-page.row-fluid .span80 .row-fluid .span80{width:90%;float:left;margin:0 5px;}	
}
@media (min-width: 500px) and (max-width:587px){
	.span3.columnHome,.span3.columnHomeOrange{margin-right:12px;}
}
@media (min-width: 200px) and (max-width:499px){
	.columnHome{height:auto;}
	.span3.columnHome{width:47%;}
	.span3.columnHomeOrange{width:47%;}
}
@media (max-width:420px){
	.span3.columnHomeOrange.banner2{margin-top:60px;}	
	.span3.columnHome{margin-top:60px;}
}
@media (max-width: 403px){
	.span3.columnHomeOrange{width:100%;}
	.span3.columnHome{margin-top:0px;margin-bottom:30px;width:100%;padding:0 15px 0 0;}
	.span3.columnHomeOrange.banner1{margin-top:0px;margin-bottom:30px;display:none;}	
	.span3.columnHomeOrange.banner2{margin-top:0px;margin-bottom:20px;display:none;}
}
@media (min-width: 980px) and (max-width:1201px){
	.dropdownPC .tagline{
		font-size:20px;
		line-height:25px;
	}	
}
@media (min-width: 979px) and (max-width: 1210px) {
	.container{width:auto;padding:0 20px}
}
@media (min-width: 200px) and (max-width: 978px) {
	.container{width:auto;padding:0 10px;}
}
@media (min-width: 1082px) and (max-width: 1201px) {	
	/*---TRIM---*/
	#mPC .navbar .nav > li{padding: 10px 16px 10px 16px;}
	/*---TRAM---*/
	/*#mPC .navbar .nav > li{padding: 10px 14px 10px 15px;}*/
}
@media (min-width: 1048px) and (max-width: 1081px) {	
	/*---TRIM---*/
	#mPC .navbar .nav > li{padding: 10px 14px 10px 14px;}
	/*---TRAM---*/
	/*#mPC .navbar .nav > li{padding: 10px 13px 10px 14px;}*/
}
@media (min-width: 984px) and (max-width: 1047px) {
	/*---TRIM---*/
	#mPC .navbar .nav > li{padding: 10px 10px 10px 10px;}
	/*---TRAM---*/
	/*#mPC .navbar .nav > li{padding: 10px 9px 10px 10px;}*/
}
.lt-ie9 .menuArea{margin-top:20px;}
.lt-ie9 #mPC{display:block;}	
.lt-ie9 #mPC .navbar .nav > li{padding: 10px 11px 10px 11px;}
.lt-ie9 #mMobile{display:none;}
.lt-ie9 #calendarAreaMobile {display:none;}
.lt-ie9 #formContactMobile {display:none;}
@media (min-width: 979px) and (max-width: 983px) {	
	/*---TRIM---*/
	#mPC .navbar .nav > li{padding: 10px 8px 10px 8px;}
	/*---TRAM---*/
	/*#mPC .navbar .nav > li{padding: 10px 9px 10px 10px;}*/
}
@media (min-width: 979px) {
	#mPC{display:block;}	
	#mMobile{display:none;}
	#calendarAreaMobile {display:none;}
	#formContactMobile {display:none;}
}
@media (max-width: 979px) {
	#mPC{display:none;}	
	#mMobile{display:block;}
	#calendarAreaMobile {display:block;}
	#formContactMobile {display:block;}
	.logoSlide{background:url(../img/logoSlide-26.png) top right no-repeat;width:265px;height:268px;}
}
@media (max-width: 879px) {.logoSlide{background:url(../img/logoSlide-22.png) top right no-repeat;width:225px;height:228px;}}
@media (max-width: 679px) {.logoSlide{background:url(../img/logoSlide-18.png) top right no-repeat;width:185px;height:188px;}}
@media (max-width: 579px) {.logoSlide{background:url(../img/logoSlide-14.png) top right no-repeat;width:145px;height:148px;}}
@media (max-width: 479px) {.logoSlide{background:url(../img/logoSlide-10.png) top right no-repeat;width:105px;height:108px;}}
@media(min-width:200px) and (max-width:979px){
	.header {
		padding-top:0px;
	}
	.header .logo{		
		z-index:-1;	
		margin-bottom:10px;
	}	
	
	.navbar-wrapper {  
		float:none;
		margin-top:0px;padding:0px;
	}
	.header .row-fluid{
		 position:absolute;top:40px;
		 z-index:999;
	}
	.navbar-inner{background:#E9E7E6;min-height:36px;}	
		
	.album{
    	width:98%;
	}
	.albumSide{		
		width:250px;	
		float:left;
		margin-left:10px;
		margin-top:15px;
	}
	
	.captcha .row-fluid .span60{width:90%;}
	.captcha .row-fluid .span40{width:90%;margin-left:30px;font-size:12px;}
}

@media (min-width: 200px) and (max-width: 620px) {	
	.header .logo{min-width:200px;}
	.header .pull-right{}
	.header .language{margin-right:0px;padding-right:0px;float:none;text-align:right;}
}
@media (min-width: 500px) and (max-width: 550px) {	
	.header .logo{width:42%;}
}
@media (min-width: 421px) and (max-width: 499px) {	
	.header .logo{width:200px;}
	.header #searchHeader{width:60%;}
	.header .pull-right{text-align:right}
}
@media(min-width:200px) and (max-width:420px){
	.header .pull-left{float:none;text-align:center;margin:0 auto;}
	.header .language{margin-right:20px;padding-right:0px;float:left;text-align:left;}
	.header #searchHeader{width:40%;}
	.header .pull-right{text-align:center;margin:0 auto;float:none;margin-top:5px}
}
@media(min-width:325px) and (max-width:372px){	
	.header #searchHeader{width:30%;}
}
@media(min-width:200px) and (max-width:324px){	
	.header .language{margin-right:0px;padding-right:0px;float:none;text-align:center;}
	.header #searchHeader{width:80%;}
}
@media(min-width:200px) and (max-width:291px){		
	.header #searchHeader{width:60%;}
}
@media(min-width:310px) and (max-width:400px){
	.albumHome, .album{
		position:relative;
		max-width:300px;
		left:7%;
	}		
}
@media (min-width: 767px) and (max-width:979px){
	body {
		padding:0px;
	}		
	.albumSide{
		width:88%;
		height:155px;
		margin-left:20px;
		float:none;
		margin-top:15px;
	}
	.albumSide .txt{top:85px;}
}
@media (min-width: 500px) and (max-width:1081px){
	.highlightsBlock, .researchReport {
		width:17%;
		padding:15px 20px;
		margin:0 auto 20px auto;
	}
	.highlightsBlock h3, .researchReport h3{line-height:24px;font-size:16px;}	
	.highlightsBlock.bigBlock {width:28.4%}
	.researchReport{width:28%;}
}
@media (max-width:1066px){
	.highlightsBlock, .researchReport {	padding:15px 19px;}	
	.highlightsBlock.bigBlock h3{font-size:18px;}
}
@media (max-width:1030px){
	.highlightsBlock, .researchReport {	padding:15px 18px;}	
	.highlightsBlock.bigBlock h3{font-size:18px;}
}
@media (max-width:989px){
	.highlightsBlock, .researchReport { padding:15px 17px;}	
	.highlightsBlock.bigBlock h3{font-size:18px;}
}
@media (max-width:930px){
	.highlightsBlock, .researchReport { padding:15px 16px;}	
	.highlightsBlock.bigBlock h3{font-size:18px;}
}
@media (max-width:893px){
	.highlightsBlock, .researchReport { padding:15px 15px;font-size:14px;}	
	.highlightsBlock h3, .researchReport h3{font-size:14px;}	
	.highlightsBlock.bigBlock h3{font-size:18px;}
	.highlightsBlock .insertedDate{font-size:12px;}
}
@media (min-width: 420px) and (max-width:893px){
	.highlightsBlock, .researchReport { padding:15px 15px;font-size:14px;}	
	.highlightsBlock h3, .researchReport h3{font-size:14px;}	
	.highlightsBlock.bigBlock h3{font-size:18px;}
	.highlightsBlock .insertedDate{font-size:12px;}
}
@media (min-width: 500px) and (max-width:853px){
	.highlightsBlock, .researchReport { padding:15px 13px;}	
	.highlightsBlock h3, .researchReport h3{font-size:13px;}	
	.highlightsBlock.bigBlock h3{font-size:17px;}
	.highlightsBlock .insertedDate{font-size:12px;}
}
@media (min-width: 420px) and (max-width:809px){
	.highlightsBlock.bigBlock h3{font-size:16px;}
}
@media (min-width: 770px) and (max-width:776px){
	.highlightsBlock, .researchReport { padding:15px 10px;}	
	.highlightsBlock h3, .researchReport h3{line-height:21px;}	
}
@media (min-width: 400px) and (max-width:770px){
	.highlightsBlock, .researchReport {
		padding:15px 14px;	
		height:170px;	
	}
	.researchReport {
		padding:15px 10px;
	}
	.highlightsBlock h3, .researchReport h3{line-height:19px;font-size:14px;}
	.highlightsBlock .iconHighlight, .researchReport .iconHighlight {font-size:16px;}
	.highlightsBlock.bigBlock h3{font-size:16px;}
	.highlightsBlock.addMargin{margin-right:8px;}
	.highlightsBlock .insertedDate, .researchReport .insertedDate {bottom:10px;line-height:14px}	
}
@media (min-width: 669px) and (max-width:705px){
	.highlightsBlock.addMargin{margin-right:6px;}
	.highlightsBlock h3, .researchReport h3{line-height:18px;font-size:13px;}
	.highlightsBlock .insertedDate, .researchReport .insertedDate {line-height:12px}
}
@media (min-width: 200px) and (max-width:669px){
	.highlightsBlock {
		width:41%;
		padding:15px 20px;		
		height:160px;
	}
	.highlightsBlock.addMargin{margin-right:16px;}
	.researchReport.addMargin{margin-right:14px;}
	.highlightsBlock h3{line-height:24px;color:#0158A2;font-weight:normal;font-size:18px;}	
	.highlightsBlock .iconHighlight, .researchReport .iconHighlight {margin-bottom:10px;font-size:16px;}
	.highlightsBlock.bigBlock {width:62%}
	.highlightsBlock.bigBlock h3{font-size:22px;}
	.researchReport{height:127px;width:28%;}
	.highlightsBlock.resizeBlock {width:20%;}
	.highlightsBlock.resizeBlock H3 {font-size:16px;}
}
@media (max-width:661px){
	.highlightsBlock {	width:40%;}
	.highlightsBlock.bigBlock {width:58%}
	.highlightsBlock.resizeBlock {width:22%;}
}
@media (max-width:597px){
	.highlightsBlock {	width:39%;}
	.researchReport.addMargin{margin-right:10px;}
	.researchReport .insertedDate a, .researchReport .insertedDate{font-size:13px}
	.highlightsBlock.bigBlock {width:56%}
	.highlightsBlock.bigBlock h3{font-size:21px;}
	.highlightsBlock.resizeBlock {width:22%;}
}
@media (max-width:546px){
	.highlightsBlock {	width:38%;}
	.researchReport.addMargin{margin-right:6px;}
	.researchReport .insertedDate a, .researchReport .insertedDate{font-size:12px}
	.highlightsBlock.bigBlock {width:55%}
	.highlightsBlock.bigBlock h3{font-size:20px;}
	.highlightsBlock.resizeBlock {width:22%;}
}
@media (max-width:525px){
	.highlightsBlock {	width:37%;}
	.highlightsBlock.bigBlock {width:54%}
	.highlightsBlock.resizeBlock {width:22%;}
	.highlightsBlock {	width:37%;}
	.researchReport .insertedDate a, .researchReport .insertedDate{font-size:13px}
}
@media (max-width:505px){
	.highlightsBlock, .researchReport {	width:37%;}
	.highlightsBlock.bigBlock {width:52%}
	.highlightsBlock.bigBlock h3{font-size:18px;}
	.highlightsBlock.resizeBlock {width:23%;}
}
@media (min-width: 200px) and (max-width:486px){
	.highlightsBlock.addMargin{margin-right:10px;}
	.highlightsBlock h3, .researchReport h3{font-size:16px;}	
	.highlightsBlock, .researchReport {	width:37%;}
	.highlightsBlock.bigBlock {width:52%}
	.highlightsBlock.bigBlock h3{font-size:16px;}
	.highlightsBlock.resizeBlock {width:23%;}
}
@media (max-width:430px){
	.highlightsBlock h3, .researchReport h3, .highlightsBlock.bigBlock h3, .highlightsBlock.resizeBlock h3{font-size:14px;}	
	.highlightsBlock, .researchReport {	width:36%;}
	.highlightsBlock.bigBlock {width:47%}
	.highlightsBlock.resizeBlock {width:26%;}
}
@media (min-width: 343px) and (max-width:505px){
	.researchReport.rHide{display:none;}
	.researchReport {width:42%;margin-right:6px;}
}
@media (max-width:398px){
	.researchReport {width:38%;margin-right:6px;}
}
@media (max-width:337px){
	.researchReport {width:88%;margin-right:0px;}
}
@media (min-width: 200px) and (max-width:409px){
	.highlightsBlock h3, .highlightsBlock.bigBlock h3, .highlightsBlock.resizeBlock h3{font-size:13px;line-height:20px;}	
	.highlightsBlock {	width:35%;}
	.highlightsBlock.bigBlock {width:46%}
	.highlightsBlock.resizeBlock {width:25%;}
}
@media (max-width:380px){
	.highlightsBlock h3, .highlightsBlock.bigBlock h3, .highlightsBlock.resizeBlock h3{font-size:13px;line-height:18px;}
	.highlightsBlock.addMargin{margin-right:6px;}
	.highlightsBlock {	width:35%;}
	.highlightsBlock.bigBlock {width:45%}
	.highlightsBlock.resizeBlock {width:25%;}
}
@media (min-width: 200px) and (max-width:346px){
	.researchReport.rHide{display:block;}
	.highlightsBlock, .highlightsBlock.bigBlock, .highlightsBlock.resizeBlock {	width:80%;}
	.highlightsBlock {
		padding:15px 20px;
	}
	.highlightsBlock.addMargin{margin-right:0px;}
	.highlightsBlock .iconHighlight {font-size:16px;}
	.highlightsBlock h3, .highlightsBlock.bigBlock h3, .highlightsBlock.resizeBlock h3{
		font-size:16px;
		line-height:22px;
	}
}
@media (max-width:287px){
	.highlightsBlock h3, .highlightsBlock.bigBlock h3, .highlightsBlock.resizeBlock h3{
		font-size:14px;
		line-height:20px;
	}
}
@media (max-width:241px){
	.highlightsBlock h3, .highlightsBlock.bigBlock h3, .highlightsBlock.resizeBlock h3{
		font-size:13px;
		line-height:18px;
	}
}
@media (min-width: 979px) and (max-width:1080px){
	#calendarArea .formAction table{
		float:left;
	}
	#gridlist{width:96%;}
	#calendarArea .span8{width:60%;}
	#calendarArea .btn{margin-left:15px;}
}
@media (min-width: 200px) and (max-width:979px){
	#calendarAreaMobile .span9 .row-fluid div{
		margin-top:0;padding-top:0;
	}	
	#calendarAreaMobile .span3 {width:200px;}
	#calendarAreaMobile .span5 {width:232px;}
	#calendarAreaMobile .span5 div {margin-right:5px;float:left;}
	#calendarAreaMobile .span3{float:left}
	#calendarAreaMobile .span9{width:71%;float:left;margin-left:20px;}
	#calendarAreaMobile .span9 .row-fluid div.cellcSep{margin:15px 0 0 0;border-top:1px solid #ddd;width:40px;display:block;}
	#calendarAreaMobile .span1.spansep {padding:0;margin:0}
	#printButton2{margin-top:90px;}
}
@media (min-width: 300px) and (max-width:829px){		
	#calendarAreaMobile .span5.group2{clear:left;margin:0}
	#calendarAreaMobile .span5.group2 div, #calendarAreaMobile .span1 .btn{margin-top:10px;}
	#calendarAreaMobile .span1.spanbtn {padding:0;margin:0}
}
@media (max-width:795px){	
	#calendarAreaMobile .span9{width:58%;}
	#calendarAreaMobile .span5{float:left}
	#calendarAreaMobile .span1{width:40px;display:table-cell;height:42px}
}
@media (max-width:559px){
	#calendarAreaMobile .span9{width:55%;}
	#calendarAreaMobile .span1{width:38px;}
}
@media (max-width:537px){
	#calendarAreaMobile .span9{width:53%;}
	#calendarAreaMobile .span9 .row-fluid div.cellcSep{width:15px;}
}
@media (max-width:506px){
	#calendarAreaMobile .row-fluid .span9 {margin-left:10px;}
	#calendarAreaMobile .span9{width:52%;}
	#calendarAreaMobile .span9 .row-fluid div.cellcSep{width:6px;}
}
@media (max-width:499px){
	#calendarAreaMobile .span3 {width:0px;margin:0px}
	#calendarAreaMobile .span9{width:80%;margin:0px}
	#calendarAreaMobile .span9 .row-fluid div.cellcSep{width:20px;}
	#calendarAreaMobile #calendar2 {display:none}
	#printButton2{margin-top:0px;}
	div.gridbox_light table.hdr td, div.gridbox_light table.obj td {		
		font-size:10px;
	}
}
@media (max-width:400px){
	#calendarAreaMobile{display:block;}
}

@media (max-width:1074px){
	.news-room .addMargin{margin-right:18px}
	.news-room div{
		height:140px;
	}
	.productPage .blockBgTitle H1{font-size:22px;}
	.productPage H3{font-size:17px;}
}
@media (max-width:1022px){
	.news-room-area.row-fluid .span10 {width:68%;}		
}
@media (max-width:999px){
	.news-room div{
		height:150px;
	}
}
@media (max-width:922px){
	.news-room div{
		width:31%;
		height:170px;
	}
	.news-room .addMargin{margin-right:14px}
}
@media (max-width:858px){
	.news-room div{
		width:31%;
		height:170px;
		font-size:13px;
	}
	.news-room .addMargin{margin-right:12px}
	.news-room-area.row-fluid .span10 {width:65%;}	
	.news-room .blueTitle{font-size:15px;}
}
@media (max-width:780px){
	.news-room-area.row-fluid .span10 {width:62%;float:left;margin-right:10px}
	.news-room-area.row-fluid .span2 {float:left;}
	.news-room div{
		width:45%;
		height:140px;
		font-size:13px;
		margin:0 0 15px 0;
		padding:0 8px;
	}
	.news-room .addMargin{margin-right:0px}
}
@media (max-width:695px){
	.news-room-area.row-fluid .span10 {width:60%;}
}
@media (max-width:662px){
	.news-room-area.row-fluid .span10 {width:100%;}
	.news-room div{
		width:46%;
		height:140px;
		font-size:14px;
		margin:0 0 15px 0;
		padding:0 8px;
	}
	.news-room-area.row-fluid .span2 {width:98%;
	  padding: 19px;
	  margin-top: 20px;
	  background-color: #f5f5f5;
	  border: 1px solid #e3e3e3;
	  -webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
			  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
		 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
			  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	}	
}
@media (max-width:486px){
	.news-room div{
		width:94%;
		height:auto;
		font-size:14px;
		margin:0 0 10px 0;
		padding:4px 2px 10px 2px;
		border-bottom:1px solid #ccc;
	}
}
@media (max-width:416px){
	.news-room div{
		height:auto;
	}
}
@media (max-width:767px){
	.achievement .row-fluid .span5{float:left;width:50%;padding-right:10px;padding-left:10px;}	
}
@media (max-width:420px){
	.achievement .photo{width:100%;}
	.achievement .row-fluid .caption {font-size:13px;}
	.achievement .row-fluid .span5{float:left;width:50%;padding-right:10px;padding-left:10px;}	
}
@media (max-width:360px){
	.achievement .form-achievement.row-fluid .span5{width:100%;float:none;text-align:center;font-size:14px;}
	.achievement .form-achievement.row-fluid .caption {padding-bottom:15px;}
	.achievement .photo img{height:100%;width:auto;margin-left:-10%}
}


@media (max-width:960px){
	.photoPage.row-fluid .span3 {width:18%;}
	.photoPage.row-fluid .span9 {width:79%;}
	.productPage .blockBgTitle H1{font-size:20px;}
	.productPage H3{font-size:16px;}
}
@media (max-width:920px){
	.photoPage.row-fluid .span3 {width:14%;}
	.photoPage.row-fluid .span9 {width:83%;}
}
@media (max-width:870px){
	.photoPage.row-fluid .span3 {width:10%;}
	.photoPage.row-fluid .span9 {width:87%;}
	.productPage .blockBgTitle H1{font-size:18px;}
	.productPage H3{font-size:15px;}
}
@media (max-width:790px){
	.productPage .blockBgTitle H1{font-size:16px;}
	.productPage H3{font-size:14px;}
}
@media (max-width:828px){
	.photoPage.row-fluid .span9 .span7{width:97%;margin:10px 0 0 0;}
}
@media (max-width:768px){
	.photoPage.row-fluid .span9{width:100%;margin:10px 0 0 0;}
}
@media (max-width:440px){
	.photoPage.row-fluid #searchKeyword{width:32.5%;}
}
@media (max-width:320px){
	.photoPage.row-fluid .label1, .photoPage.row-fluid .label2{width:100%;}
	.photoPage.row-fluid .label2{margin-top:10px;}
	.photoPage.row-fluid #searchKeyword{width:65%;}
}


@media (max-width:1072px){
	.videoPage.row-fluid .span3 {width:18%;}
	.videoPage.row-fluid .span9 {width:79%;}
}
@media (max-width:1016px){
	.videoPage.row-fluid .span3 {width:12%;}
	.videoPage.row-fluid .span9 {width:85%;}
}
@media (max-width:870px){
	.videoPage.row-fluid .span3 {width:10%;}
	.videoPage.row-fluid .span9 {width:87%;}
}
@media (max-width:828px){
	.videoPage.row-fluid .span9 .formVideo .span7{width:97%;margin:10px 0 0 0;}
}
@media (max-width:854px){
	.videoThumbnail {width:46%;}
}
@media (max-width:767px){
	.videoPage.row-fluid .span9{width:100%;margin:10px 0 0 0;}
	.videoPage.row-fluid #player-area.span7{width:61%;float:left;margin-right:10px;}
	.videoPage.row-fluid #list-video.span5{width:36%;float:left}
	.productPage .blockBgTitle H1{font-size:24px;}
	.productPage H3{font-size:18px;}
	.productPage .rightspan3{margin-top:30px;}
}
@media (max-width:640px){
	.videoPage.row-fluid #player-area.span7{width:100%;float:none;margin-right:0px;}
	.videoPage.row-fluid #list-video.span5{width:100%;float:none;margin-top:20px;}
	.videoThumbnail {width:30%;margin-right:5px;}
}
@media (max-width:440px){
	.videoPage.row-fluid #searchKeyword{width:32.5%;}
}
@media (max-width:320px){
	.videoPage.row-fluid .label1, .videoPage.row-fluid .label2{width:100%;}
	.videoPage.row-fluid .label2{margin-top:10px;}
	.videoPage.row-fluid #searchKeyword{width:65%;}
}	
@media (max-width:986px){
	.columnHomeOrange.nab .title{font-size:14px;}
}
@media (max-width:902px){
	.columnHomeOrange.nab .title{font-size:13px;}
}
@media (max-width:820px){
	.columnHomeOrange.nab .title{font-size:12px;}
}
@media (max-width:789px){
	.columnHomeOrange.nab .title{font-size:11px;}
}
@media (max-width:767px){
	.columnHomeOrange.nab .title{font-size:17px;}
}
@media (max-width:520px){
	.columnHomeOrange.nab .title{font-size:14px;}
}
@media (max-width:455px){
	.columnHomeOrange.nab .title{font-size:13px;}
}
@media (max-width:415px){
	.columnHomeOrange.nab .title{font-size:12px;}
}
@media (max-width:403px){
	.columnHomeOrange.nab .title{font-size:17px;}
}
@media (max-width:268px){
	.columnHomeOrange.nab .title{font-size:14px;}
}
@media (max-width:233px){
	.columnHomeOrange.nab .title{font-size:12px;}
}

.photoHighlight{padding:0px;height:190px;overflow:hidden;display:block;}
@media (max-width:1050px){
	.photoHighlight img{height:200px}
	.photoHighlight img {
		max-width: none;
	}
}
@media (max-width:775px){
	.photoHighlight{height:200px;}
}
@media (max-width:674px){
	.photoHighlight{height:190px;}
	.photoHighlight img{height:280px}
}
@media (max-width:620px){
	.photoHighlight img{height:240px}
}
@media (max-width:351px){
	.bigBlock.photoHighlight {width:93%}
}
h1 {
	color : #f8993b;
}
h3 {
	
	line-height: 18px;
}
h3 a{
	color : #636162;
	margin-left:-15px;
}
/*#optionCont0,#optionCont1,#optionCont2 {
	line-height:10px;
}*/
.bannerPopup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%); 
    z-index:1050;    
}
.bannerPopup img{
    border-radius: 3px;
    box-shadow: 0px 0 4px #777;    
}
.bannerPopup a.winHeader span{
    position:absolute;
    z-index:1052;
    top:0px;
    right:0px;
    background:url(../img/close.png) top right no-repeat;
    padding:0px 30px;
    cursor:pointer;
}

@media (max-width:1024px) {
    .bannerPopup img{
        max-width: 100%;
    }
    .bannerPopup {
        /*width:80%;*/
    }
}
/* Table Responsive */
@media(max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}
	
.bod-pictures {
	width: 100px;
	height: 144px;
}
.ach-pictures {
	width: 131px;
	height: 180px;
}

.marginContent{
	line-height: 19px;
	margin-bottom: 10px;
}

.titledata{
	font-size: 14px;
}
.titledata2{
	font-size: 14px;
	margin-bottom: 130px;
}

.marginGCG{
	margin-bottom:150px;
}

.contentAttachmentgcg{margin:30px 0 20px 0;}
.contentAttachmentgcg div{border-bottom:1px solid #ddd;color:#999;width:100%;text-align:left;padding:5px 5px 5px 0;margin-bottom:5px;}
.contentAttachmentgcg div a{float:right;}