@import 'MyFontsWebfontsKit.css';
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
.block-news {
  position: relative;
  z-index: 3;
  float: right;
  padding-right: 20px;
  line-height: 20px;
  margin: 10px 0;
}
.block-news a {
  color: #767676 !important;
  font-size: 0.92857143em;
}
.block-news img.new-item {
  position: absolute;
  right: 10px;
  top: -5px;
  width: 20px;
}
body.toolbar #page .stuck {
  top: 90px;
}
body.toolbar #page .subnav-jump {
  top: 55px;
}
/***** @group Sidebar Block Container ********************/
/******************** @end   Sidebar Block Container *****/
/***** @group Buttons ********************/
/******************** @end   Buttons *****/
/***** @group narrowNav ********************/
/******************** @end   narrowNav *****/
button.site-links {
  margin: 0 10px 0 0;
  padding: 0;
  width: 30px;
  height: 30px;
  background: transparent url(../images/icon-sitelinks.png) no-repeat left 60%;
  border: none;
  border-radius: 0px;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
}
button.site-links:hover {
  background: transparent url(../images/icon-sitelinks.png) no-repeat left 60%;
}
.pager-option {
  text-indent: -9999999px;
  overflow: hidden;
  width: 24px;
  height: 24px;
}
/* @group Typography Bits */
@font-face {
  font-family: 'Conv_Tizen';
  src: url('../fonts/Tizen.otf');
  src: url('../fonts/Tizen.eot');
  src: local('☺'), url('../fonts/Tizen.ttf') format('truetype'), url('../fonts/Tizen.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tizen_iconography';
  src: url('../fonts/tizen_iconography.eot');
  src: url('../fonts/tizen_iconography.eot?#iefix') format('embedded-opentype'), url('../fonts/tizen_iconography.svg#tizen_iconography') format('svg'), url('../fonts/tizen_iconography.woff') format('woff'), url('../fonts/tizen_iconography.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html {
  /* Use a 14px base font size */
  font-size: 87.5%;
  /* 16px x .875 = 14px */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  /* Establish a vertical rhythm. */
  line-height: 1.5em;
}
body {
  overflow-y: scroll;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-smooth: never;
  -webkit-font-smoothing: antialiased;
  color: #2d2d2d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font-weight: 400;
  margin: 10px 0;
  color: #2d2d2d;
}
h1 {
  color: #2d2d2d;
}
h1.title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 2.2em;
  color: #2d2d2d;
  line-height: 100%;
}
.section-category h1.title,
.page-community-tip-tech h1.title {
  margin-top: 10px;
  font-size: 36px;
  line-height: 1.2;
}
.section-category h1.title {
  margin-bottom: 38px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}
h2 {
  font-size: 26px;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  margin-top: 40px;
  color: #2d2d2d;
}
h3 {
  font-size: 22px;
  margin: 20px 0;
}
h4 {
  font-size: 1em;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
}
h5 {
  font-size: 18px;
  margin: 10px 0;
}
h2 .numbered-header {
  padding-top: 1em;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 26px;
  color: #2d2d2d;
  line-height: 1em;
  overflow: hidden;
}
h2 .numbered-header .span-numbered-header {
  display: inline-block;
  height: 26px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 22px;
  background-color: #1e9cd9;
  color: white;
  padding: 0px 8px 0px 8px;
  vertical-align: top;
}
div .numbered-header {
  margin-top: 0;
}
h3 .numbered-header,
h4 .numbered-header,
h5 .numbered-header,
h6 .numbered-header {
  padding-top: 1em;
  line-height: 1.5em;
  overflow: hidden;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 22px;
}
h3 .numbered-header .span-numbered-header,
h4 .numbered-header .span-numbered-header,
h5 .numbered-header .span-numbered-header,
h6 .numbered-header .span-numbered-header {
  display: inline-block;
  margin: 0 0 3px 0;
  line-height: 1.3em;
  border-radius: 3px;
  letter-spacing: .1em;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  border: 1px solid #1e9cd9;
  color: #1e9cd9;
  font-size: 18px;
  padding: 0px 6px;
  vertical-align: middle;
}
h2.section-header {
  line-height: 1.8em;
}
hr.dashed {
  border: 0;
  border-bottom: 1px dashed #CFCFCF;
  margin: 20px 0 10px 0;
  clear: left;
}
hr.solid {
  border: 0;
  border-bottom: 1px solid #ececec;
  margin: 20px 0 10px 0;
  clear: left;
}
p {
  color: #494949;
}
strong,
b {
  font-family: 'MuseoSans-900', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.item-list ul,
.item-list ol {
  margin: 1em 0px;
  padding: 0px;
}
.item-list ul li,
.item-list ol li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
}
div.content article ul,
body.cke_editable ul,
div.content article ol,
body.cke_editable ol {
  padding-left: 0;
  margin-left: 1.4em;
}
div.content article ul ul,
body.cke_editable ul ul,
div.content article ol ul,
body.cke_editable ol ul,
div.content article ul ol,
body.cke_editable ul ol,
div.content article ol ol,
body.cke_editable ol ol {
  padding-left: 1em;
}
div.content article ul.paging,
body.cke_editable ul.paging,
div.content article ol.paging,
body.cke_editable ol.paging,
div.content article ul.pager,
body.cke_editable ul.pager,
div.content article ol.pager,
body.cke_editable ol.pager {
  margin-left: 0;
}
div.content article ul.post-code-list,
body.cke_editable ul.post-code-list,
div.content article ol.post-code-list,
body.cke_editable ol.post-code-list {
  margin-left: 3.8em;
}
ul.list-no {
  list-style: none;
  list-style-position: none;
  list-style-type: none;
}
ul.list-no li {
  list-style: none;
  list-style-position: none;
  list-style-type: none;
}
ul.list-no li:before {
  content: '';
  padding-right: 0;
}
div.content ul.list-type,
article ul.list-type {
  margin: 0 0 0 0.8em !important;
  padding: 0;
}
div.content ul.list-type li,
article ul.list-type li {
  margin: 0;
  padding: 5px 0 5px 14px;
  list-style: none;
  background: url(../images/blt-list-type1.png) no-repeat left 12px;
}
div.content ul.list-type li ul,
article ul.list-type li ul {
  margin: 0;
  padding: 8px 0 0 5px;
}
div.content ul.list-type li ul li,
article ul.list-type li ul li {
  margin: 0;
  padding: 5px 0 5px 14px;
  list-style: none;
  background: url(../images/blt-list-type2.png) no-repeat left 12px;
}
div.content ul.list-type li ul li ul li,
article ul.list-type li ul li ul li {
  margin: 0;
  padding: 5px 0 5px 14px;
  background: url(../images/blt-list-type3.png) no-repeat left 15px;
}
div.content ul.list-type li ul li ul li ul li,
article ul.list-type li ul li ul li ul li {
  margin: 0;
  padding: 5px 0 5px 12px;
  background: url(../images/blt-list-type4.png) no-repeat left 13px;
}
ul.list-type1 {
  margin: 0 0 0 0.8em !important;
  padding: 0 0 0 5px;
}
ul.list-type1 li {
  margin: 0;
  padding: 5px 0 5px 14px;
  list-style: none;
  background: url(../images/blt-list-type1.png) no-repeat left 12px;
}
ul.list-type2 {
  margin: 0 0 0 0.8em !important;
  padding: 0 0 0 5px;
}
ul.list-type2 li {
  margin: 0;
  padding: 5px 0 5px 14px;
  list-style: none;
  background: url(../images/blt-list-type2.png) no-repeat left 12px;
}
ul.list-type3 {
  margin: 0 0 0 0.8em !important;
  padding: 0 0 0 5px;
}
ul.list-type3 li {
  margin: 0;
  padding: 5px 0 5px 14px;
  list-style: none;
  background: url(../images/blt-list-type3.png) no-repeat left 15px;
}
ul.list-type4 {
  margin: 0 0 0 0.8em !important;
  padding: 0 0 0 5px;
}
ul.list-type4 li {
  margin: 0;
  padding: 5px 0 5px 14px;
  list-style: none;
  background: url(../images/blt-list-type4.png) no-repeat left 13px;
}
ol.list-order li {
  list-style-type: decimal;
}
ol.list-order li li {
  list-style-type: lower-alpha;
}
ol.list-order li li li {
  list-style-type: lower-roman;
}
/* @end */
/* @group Structure */
#main {
  padding-bottom: 30px;
}
#main:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.section-tizen #main,
.section-distribution #main,
.section-design #main {
  padding-top: 28px;
}
#content {
  word-break: break-word;
}
#content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.sidebars .block {
  margin-bottom: 10px;
}
#footer {
  clear: both;
}
#footer:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* @end */
/* Color & Texture */
body {
  background-color: #ffffff;
}
body a,
body a:link,
body a:active {
  text-decoration: none;
  cursor: pointer;
  color: #1e9cd8;
}
body a:active,
body a.active-trail,
body a.active {
  color: #eed484;
}
body a:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: underline;
  cursor: pointer;
  color: #1e9cd8;
}
body a:visited {
  color: #551A8B;
}
body div.contextual-links-wrapper a:hover {
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
body a.blue-pill {
  display: block;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #f7f7f7;
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1.14285714em;
  padding: 3px 12px 1px 12px;
  margin: 0 10px 8px 0;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #494949;
  background-color: #e0f5ff;
  border: 1px solid #a6e3ff;
}
body a.blue-pill:hover {
  background-color: #5ccbf6;
  color: white;
  border: 1px solid white;
  text-decoration: none;
}
body a.white-pill {
  display: block;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #f7f7f7;
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1.14285714em;
  padding: 3px 12px 1px 12px;
  margin: 0 10px 8px 0;
  clear: left;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
}
body a.white-pill,
body a.white-pill:link,
body a.white-pill:active {
  text-decoration: none;
  cursor: pointer;
  color: #2a3c4a;
}
body a.white-pill:active,
body a.white-pill.active-trail,
body a.white-pill.active {
  color: #eed484;
}
body a.white-pill:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: underline;
  cursor: pointer;
  color: #2a3c4a;
}
body a.white-pill:visited {
  color: #551A8B;
}
body a.grey-pill,
body a.gray-pill {
  display: block;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #f7f7f7;
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1.14285714em;
  padding: 3px 12px 1px 12px;
  margin: 0 10px 8px 0;
  background-color: #f1f1f1;
  color: #aaa;
}
body a.squared-button {
  margin: 5px 20px 5px 0;
  display: block;
  font-size: 1.2em;
  line-height: 1.2em;
  text-transform: uppercase;
  background: #623580 url(../images/icons/arrows/white_right.png);
  background-repeat: no-repeat;
  background-position: right 10px bottom 13px;
  padding: 12px 35px 8px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  color: white !important;
  text-shadow: 1px 1px 1px #666;
  float: left;
}
body a.squared-button:hover {
  background-color: #7c8890;
  text-decoration: none;
}
body a.squared-button-reverse {
  margin: 5px 20px 5px 0;
  display: block;
  font-size: 1.2em;
  line-height: 1.2em;
  text-transform: uppercase;
  background: #7c8890 url(../images/icons/arrows/white_right.png);
  background-repeat: no-repeat;
  background-position: right 10px bottom 13px;
  padding: 12px 35px 8px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  color: white !important;
  text-shadow: 1px 1px 1px #666;
  float: left;
}
body a.squared-button-reverse:hover {
  background-color: #623580;
  text-decoration: none;
}
body a.read-more {
  color: #1d9cd8;
  font-size: 16px;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  background-image: url(../images/icons/arrows/readmore.png);
  background-position: right 5px;
  background-repeat: no-repeat;
  padding-right: 15px;
}
body .own-line {
  clear: left;
}
#utility-nav {
  background-color: #2a3c4a;
  color: #c4c8ca;
}
#utility-nav:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#utility-nav a,
#utility-nav a:link,
#utility-nav a:active {
  text-decoration: none;
  cursor: pointer;
  color: #c4c8ca;
}
#utility-nav a:active,
#utility-nav a.active-trail,
#utility-nav a.active {
  color: #eed484;
}
#utility-nav a:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  cursor: pointer;
  color: #eed484;
}
#utility-nav a:visited {
  color: #551A8B;
}
#header {
  background: #000000 url(../images/background-pattern.jpg) repeat 0 0;
}
#page {
  background-color: #fff;
}
.node-unpublished {
  background-color: transparent;
}
/***** @group Misc Sitewide Fixes/Adjustments ********************/
ul.links.inline {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  list-style-position: none;
  list-style-type: none;
}
ul.links.inline li {
  list-style: none;
  list-style-position: none;
  list-style-type: none;
  display: inline;
}
ul.links.inline li a {
  text-decoration: none;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
/******************** @end   Misc Sitewide Fixes/Adjustments *****/
/* @group Footer */
footer {
  background: #000000 url(../images/background-pattern.jpg) repeat 0 0;
  font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
}
footer div.footer-row,
footer #copyright {
  padding: 0px 15px;
}
footer div.footer-top {
  padding-top: 30px;
  background: transparent url(../images/shadow-footer.png) repeat-x 0 0;
}
footer span.ext {
  display: none;
}
footer a,
footer a:link {
  color: #5ccbf6;
}
footer ul {
  margin: 0;
  padding: 0;
}
#copyright {
  background: url(../images/copyright_bg.png) no-repeat top center;
  background-size: 100% 2.78571429em;
}
#copyright a,
#copyright a:link {
  color: #c4c8ca;
}
#block-boxes-footer-message {
  /* Copyright message */
  color: #677784;
  text-align: center;
  font-size: 0.85714286em;
  padding: 1.66666667em 10% 0 10%;
}
#block-boxes-footer-message p {
  margin: 0;
  line-height: 1.5em;
}
#block-menu-menu-footer-links {
  /* Footer links, at the very bottom */
  font-size: 0.85714286em;
  padding-top: 5px;
}
#block-menu-menu-footer-links ul {
  list-style: none;
  list-style-image: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
#block-menu-menu-footer-links ul li {
  display: inline;
}
#block-menu-menu-footer-links ul li:before {
  content: ' · ';
  color: white;
}
#block-menu-menu-footer-links ul li:first-child:before {
  content: '';
}
/* @end */
/***** @group Social Links ********************/
#boxes-box-developer_footer_links .boxes-box-content ul {
  list-style: none;
  list-style-position: none;
  list-style-type: none;
}
#boxes-box-developer_footer_links .boxes-box-content ul li {
  list-style: none;
  list-style-position: none;
  list-style-type: none;
}
#boxes-box-developer_footer_links .boxes-box-content ul li:before {
  content: '';
  padding-right: 0;
}
#boxes-box-developer_footer_links .boxes-box-content ul li {
  padding: 2px 0;
}
#boxes-box-developer_footer_links .boxes-box-content a {
  display: block;
  background-position: 0 1px;
  background-repeat: no-repeat;
  padding: 5px 0;
}
#boxes-box-developer_footer_links .boxes-box-content a[href^="https://twitter.com/"] {
  background-image: url('/sites/all/themes/tizen_dev_theme/images/follow_icons/icon-twitter.png');
}
#boxes-box-developer_footer_links .boxes-box-content a[href^="http://www.facebook.com/pages/"] {
  background-image: url('/sites/all/themes/tizen_dev_theme/images/follow_icons/icon-facebook.png');
}
#boxes-box-developer_footer_links .boxes-box-content a[href^="http://www.flickr.com/"] {
  background-image: url('/sites/all/themes/tizen_dev_theme/images/follow_icons/icon-flickr.png');
}
#boxes-box-developer_footer_links .boxes-box-content a[href^="https://plus.google.com/u/"] {
  background-image: url('/sites/all/themes/tizen_dev_theme/images/follow_icons/icon-googleplus.png');
}
#boxes-box-developer_footer_links .boxes-box-content a[href^="https://bugs.tizen.org/"] {
  background-image: url('/sites/all/themes/tizen_dev_theme/images/follow_icons/icon-bugtracker.png');
}
#boxes-box-developer_footer_links .boxes-box-content a[href="http://lists.tizen.org"] {
  background-image: url('/sites/all/themes/tizen_dev_theme/images/follow_icons/icon-newsletter.png');
}
#boxes-box-developer_footer_links .boxes-box-content a[href="https://wiki.tizen.org"] {
  background-image: url('/sites/all/themes/tizen_dev_theme/images/follow_icons/icon-wiki.png');
}
#boxes-box-developer_footer_links .boxes-box-content a[href*="stay-up-date-on-latest-tizen-project"] {
  background-image: url('/sites/all/themes/tizen_dev_theme/images/follow_icons/icon-updated.png');
}
/******************** @end   Social Links *****/
.view .view-content th.views-field.active img {
  display: none;
}
.view .view-content th.views-field a.active {
  background-image: url(../images/form-select_type1.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}
/***** @group Events Block ********************/
#block-views-events-block-1 .view-events .view-content {
  overflow: visible;
  width: 266px;
  margin-left: -14px;
}
#block-views-events-block-1 .view-events .views-row {
  border-bottom: 1px dashed #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 66px;
  padding-bottom: 10px;
}
#block-views-events-block-1 .view-events .views-row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#block-views-events-block-1 .view-events .views-row.views-row-first {
  margin-top: 0;
}
#block-views-events-block-1 .view-events .views-row.views-row-last {
  margin-bottom: 0;
  border-bottom: 0;
}
#block-views-events-block-1 .view-events .views-row div.date {
  padding: 0 0 0 16px;
  float: left;
  text-align: center;
  color: #677784;
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
}
#block-views-events-block-1 .view-events .views-row div.date .month span {
  padding-bottom: 2px;
  text-transform: uppercase;
  font-size: 0.9333em;
}
#block-views-events-block-1 .view-events .views-row div.date .day {
  font-size: 1.85714286em;
  line-height: 1em;
}
#block-views-events-block-1 .view-events .views-row .event-info {
  margin-left: 70px;
}
#block-views-events-block-1 .view-events .views-row .event-info h3 {
  margin: 0;
  font-size: 0.9333em;
}
#block-views-events-block-1 .view-events .views-row .event-info .location {
  color: #2a3c4a;
  font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
}
#block-views-events-block-1 .view-events .more-link {
  overflow: visible;
  width: 266px;
  margin-left: -14px;
  border-top: 1px dashed #ccc;
}
#block-views-events-block-1 .view-events .more-link a {
  background: url(../images/icons/arrows/purple_right.png) no-repeat right center transparent;
  font-size: 0.92857143em;
  display: block;
  padding: 6px 15px 4px 0px;
  margin-right: 14px;
}
#block-views-events-block-1 .view-events .more-link a,
#block-views-events-block-1 .view-events .more-link a:link,
#block-views-events-block-1 .view-events .more-link a:active {
  text-decoration: none;
  cursor: pointer;
  color: #59315f;
}
#block-views-events-block-1 .view-events .more-link a:active,
#block-views-events-block-1 .view-events .more-link a.active-trail,
#block-views-events-block-1 .view-events .more-link a.active {
  color: #eed484;
}
#block-views-events-block-1 .view-events .more-link a:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: underline;
  cursor: pointer;
  color: #59315f;
}
#block-views-events-block-1 .view-events .more-link a:visited {
  color: #551A8B;
}
/******************** @end   Events Block *****/
/***** @group Form Elements ********************/
#content form .form-item:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#user-login,
#user-register-form {
  font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1.071428571em;
}
#user-login label,
#user-register-form label {
  margin-bottom: .25em;
  font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1.071428571em;
}
#user-login input.form-text,
#user-register-form input.form-text {
  margin-bottom: 5px;
}
#user-login .description,
#user-register-form .description {
  font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  max-width: 98%;
  padding: 5px 0;
}
#user-login ul.openid-links,
#user-register-form ul.openid-links {
  max-width: 170px;
}
#user-login ul.openid-links:hover,
#user-register-form ul.openid-links:hover,
#user-login ul.openid-links a:hover,
#user-register-form ul.openid-links a:hover {
  cursor: pointer;
}
#user-login fieldset,
#user-register-form fieldset {
  margin-bottom: 20px;
}
input[type=text]::-ms-clear {
  display: none;
}
input.form-text {
  height: 42px;
  line-height: 42px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  padding: 0;
  text-indent: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.linux-chrome input.form-text {
  padding: 3px 5px;
}
.form-disabled input.form-autocomplete,
.form-disabled input.form-text,
.form-disabled input.form-file,
.form-disabled textarea.form-textarea,
.form-disabled select.form-select,
input[disabled="disabled"] {
  background-color: #EEE;
  color: #777;
}
textarea {
  display: block;
  padding: 10px 0;
  border: 1px solid #d6d6d6;
}
.form-textarea {
  position: relative;
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
  clear: both;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.form-textarea textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  min-height: 60px;
  border: none;
  background: transparent;
  box-sizing: border-box;
}
button:disabled,
html input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
.comment-form .form-actions input:disabled {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
select.timezone-detect.timezone-processed {
  min-width: 200px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 11px 32px 11px;
  margin-right: 10px;
  -webkit-border-top-right-radius: 24px;
  -webkit-border-bottom-right-radius: 24px;
  -webkit-border-bottom-left-radius: 24px;
  -webkit-border-top-left-radius: 24px;
  -moz-border-radius-topright: 24px;
  -moz-border-radius-bottomright: 24px;
  -moz-border-radius-bottomleft: 24px;
  -moz-border-radius-topleft: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #1d9cd8;
  /* layer fill content */
  -moz-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  color: #fff;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif, sans-serif;
  font-size: 1.142857143em;
  border: 0;
  vertical-align: middle;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #1a8cc2;
  text-decoration: none;
}
button.inner {
  display: inline-block;
  margin: 0;
  padding: 0 32px;
  height: 44px;
  vertical-align: middle;
  background: #767676;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
button.inner:hover {
  background: #6a6a6a;
}
button.inner.icon {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  background: #767676;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
button.inner.icon img {
  vertical-align: middle;
}
button.inner.icon:hover {
  background: #6a6a6a;
}
button.icon {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 100%;
  vertical-align: middle;
  background: #a3a3a3;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
button.icon img {
  vertical-align: top;
}
button.icon:hover {
  background: #929292;
}
button.icon.on {
  background: #1d9cd8;
}
button[class^="cont-"] {
  margin: 0;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  font-size: 1em;
  color: #fff;
  background: #1d9cd8;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
button[class^="cont-"]:hover {
  background: #1a8cc2;
}
button[class^="cont-"].on {
  background: #1a8cc2;
}
button[class^="sns-"] {
  margin: 0 2px 0 0;
  padding: 0 15px;
  width: auto;
  color: #767676;
  font-size: 1em;
  height: 30px;
  line-height: 100%;
  text-align: center;
  background: transparent;
  border: 1px solid #d6d6d6;
  vertical-align: middle;
}
button[class^="sns-"] img {
  vertical-align: middle;
}
button.sns-side:hover {
  background: #1d9cd8;
  border: 1px solid #1d9cd8;
  color: #ffffff;
}
button.feedback-count {
  margin: 0;
  padding: 0 8px 0 39px;
  height: 22px;
  color: #a3a3a3;
  font-size: 1em;
  line-height: 20px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 3px;
  background: url(../images/icon-feedback.png) no-repeat left 50%;
}
button.feedback-count.on {
  color: #1d9cd8;
  background: url(../images/icon-feedback-on.png) no-repeat left 50%;
}
button.sns-facebook,
a.sns-facebook {
  display: inline-block;
  overflow: hidden;
  text-indent: -99999px;
  padding: 0;
  width: 30px;
  color: #767676;
  font-size: 1em;
  height: 30px;
  line-height: 100%;
  text-align: center;
  border: 1px solid #D6D6D6;
  vertical-align: middle;
  border-radius: 24px;
  box-sizing: border-box;
  background: transparent url(../images/sns-facebook.png) no-repeat 50%;
}
button.sns-facebook:hover,
a.sns-facebook:hover {
  border-color: #45619d;
  background: #45619d url(../images/sns-facebook-on.png) no-repeat 50%;
}
button.sns-twitter,
a.sns-twitter {
  display: inline-block;
  overflow: hidden;
  text-indent: -99999px;
  padding: 0;
  width: 30px;
  color: #767676;
  font-size: 1em;
  height: 30px;
  line-height: 100%;
  text-align: center;
  border: 1px solid #D6D6D6;
  vertical-align: middle;
  border-radius: 24px;
  box-sizing: border-box;
  background: transparent url(../images/sns-twitter.png) no-repeat 50%;
}
button.sns-twitter:hover,
a.sns-twitter:hover {
  border-color: #55acee;
  background: #55acee url(../images/sns-twitter-on.png) no-repeat 50%;
}
button.sns-google,
a.sns-google {
  display: inline-block;
  overflow: hidden;
  text-indent: -99999px;
  padding: 0;
  width: 30px;
  color: #767676;
  font-size: 1em;
  height: 30px;
  line-height: 100%;
  text-align: center;
  border: 1px solid #D6D6D6;
  vertical-align: middle;
  border-radius: 24px;
  box-sizing: border-box;
  background: transparent url(../images/sns-google.png) no-repeat 50%;
}
button.sns-google:hover,
a.sns-google:hover {
  border-color: #dd4b39;
  background: #dd4b39 url(../images/sns-google-on.png) no-repeat 50%;
}
button.more-view {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 1.14285714em;
  color: #767676;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
button.more-view:hover {
  background: #e1e1e1;
  border-color: #cecece;
}
.blue-btn-type1 {
  display: inline-block;
  margin: 0;
  line-height: normal;
  min-width: 130px;
  padding: 10px 30px 11px;
  color: #fff !important;
  text-align: center;
  font-size: 1.14285714em;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #1d9cd8;
  box-sizing: border-box;
}
.blue-btn-type1:hover {
  background-color: #1a8cc2;
  text-decoration: none;
}
.whiteBtnType1 {
  display: inline-block;
  min-width: 130px;
  padding: 10px 30px 11px;
  color: #1d9cd8 !important;
  text-align: center;
  font-size: 16px;
  border: 1px solid #1d9cd8;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #fff;
  box-sizing: border-box;
}
.whiteBtnType1:hover {
  background-color: #f5fafe;
  text-decoration: none;
}
.grayBtnType1 {
  display: inline-block;
  min-width: 130px;
  padding: 10px 30px 11px;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #a3a3a3;
  box-sizing: border-box;
}
.grayBtnType1:hover {
  background-color: #929292;
  text-decoration: none;
}
/* btn align : global */
.btnWrap {
  overflow: hidden;
  clear: both;
  position: relative;
  margin-top: 20px;
}
.btnCenterAlign {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.btnLeftAlign {
  display: inline-block;
}
.btnLeftAlign a,
.btnCenterAlign a {
  margin-left: 4px;
}
.btnLeftAlign span {
  margin-left: 8px;
}
.btnLeftAlign a:first-child,
.btnCenterAlign a:first-child {
  margin-left: 0;
}
.btnRightAlign {
  position: absolute;
  right: 0;
  top: 0;
}
form.node-form fieldset {
  border: 1px solid #c8c8c8;
  position: relative;
  margin-top: 3em;
  background-color: #f0f0f0;
  padding: 1em 2em;
}
form.node-form fieldset legend {
  position: absolute;
  top: -1.5em;
  left: 0;
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
}
form.node-form fieldset.collapsible .fieldset-legend {
  padding-left: 30px;
  background-image: url(../images/icons/arrows/darkgray_down.png);
  background-position: 5px 50%;
}
form.node-form fieldset.collapsed {
  background-color: transparent;
}
form.node-form fieldset.collapsed .fieldset-legend {
  background-image: url(../images/icons/arrows/darkgray_right.png);
}
form.node-form fieldset#edit-body-en-0-format,
form.node-form fieldset#edit-body-und-0-format {
  margin-top: 0;
}
form.node-form fieldset .form-field-name-field-reviewer {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
form.node-form fieldset .form-field-name-field-reviewer .tabledrag-toggle-weight-wrapper {
  display: none;
}
form.node-form fieldset .form-field-name-field-reviewer .form-item-reviewer-groups a {
  color: #596874;
}
form.node-form fieldset .form-field-name-field-reviewer .field-multiple-table thead th.field-label {
  border-bottom: none;
}
form.node-form fieldset .form-field-name-field-reviewer .field-multiple-table tbody {
  border-top: none;
}
form.node-form fieldset .form-field-name-field-reviewer .field-multiple-table tbody tr {
  border-bottom: none;
}
form.node-form div.vertical-tabs {
  background-color: #f0f0f0;
}
form.node-form div.vertical-tabs ul.vertical-tabs-list li {
  background-color: #f0f0f0;
  background-image: url(../images/vertical_tab_gradient.png);
  background-repeat: repeat-y;
  background-position: right center;
}
form.node-form div.vertical-tabs ul.vertical-tabs-list li a {
  color: #414042;
}
form.node-form div.vertical-tabs ul.vertical-tabs-list li a .summary {
  font-style: italic;
}
form.node-form div.vertical-tabs ul.vertical-tabs-list li.selected {
  background-color: #fff;
  background-image: none;
}
form.node-form div.vertical-tabs div.vertical-tabs-panes {
  background-color: #fff;
  border-bottom: 1px solid #c9caca;
  padding: 1em 0;
}
form.node-form div.vertical-tabs div.vertical-tabs-panes fieldset {
  background-color: transparent;
}
form.node-form div.vertical-tabs div.vertical-tabs-panes fieldset legend {
  display: none;
}
form.node-form div.vertical-tabs div.vertical-tabs-panes fieldset .fieldset-wrapper .form-item:first-child {
  margin-top: 0;
}
form.node-form .form-item .description {
  font-size: 0.857142857em;
  color: #9a9a9a;
  font-style: italic;
  padding-top: 5px;
}
form.node-form input#edit-preview,
form.node-form input#edit-preview-changes,
form.node-form input#edit-delete {
  color: #565656;
  background-color: #bdbdbd;
  /* layer fill content */
  background-image: -moz-linear-gradient(bottom, rgba(47, 50, 74, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  /* gradient overlay */
  background-image: -o-linear-gradient(bottom, rgba(47, 50, 74, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  /* gradient overlay */
  background-image: -webkit-linear-gradient(bottom, rgba(47, 50, 74, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  /* gradient overlay */
  background-image: linear-gradient(bottom, rgba(47, 50, 74, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  /* gradient overlay */
  text-shadow: none;
}
form.node-form .form-field-name-field-reviewer .table-wrapper {
  overflow-x: visible;
}
/******************** @end   FORM ELEMENTS *****/
/* Breadcrumbs */
nav.breadcrumb {
  -moz-box-shadow: 0 1px 0 rgba(218, 220, 221, 0.83);
  /* drop shadow */
  -webkit-box-shadow: 0 1px 0 rgba(218, 220, 221, 0.83);
  /* drop shadow */
  box-shadow: 0 1px 0 rgba(218, 220, 221, 0.83);
  /* drop shadow */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTVlNyIgc3RvcC1vcGFjaXR5PSIwLjQ5Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjQ5Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  /* gradient overlay */
  background-image: -moz-linear-gradient(bottom, rgba(228, 230, 231, 0.49) 0%, rgba(255, 255, 255, 0.49) 100%);
  /* gradient overlay */
  background-image: -o-linear-gradient(bottom, rgba(228, 230, 231, 0.49) 0%, rgba(255, 255, 255, 0.49) 100%);
  /* gradient overlay */
  background-image: -webkit-linear-gradient(bottom, rgba(228, 230, 231, 0.49) 0%, rgba(255, 255, 255, 0.49) 100%);
  /* gradient overlay */
  background-image: linear-gradient(bottom, rgba(228, 230, 231, 0.49) 0%, rgba(255, 255, 255, 0.49) 100%);
  /* gradient overlay */
}
nav.breadcrumb ol,
nav.breadcrumb li {
  list-style: none;
  list-style-position: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav.breadcrumb ol li,
nav.breadcrumb li li {
  list-style: none;
  list-style-position: none;
  list-style-type: none;
}
nav.breadcrumb ol li:before,
nav.breadcrumb li li:before {
  content: '';
  padding-right: 0;
}
nav.breadcrumb ol {
  padding: 0.42857143em 0 0.42857143em 0;
}
nav.breadcrumb li {
  display: inline-block;
  margin-right: 0.28571429em;
  padding: 0.28571429em 0.28571429em 0.28571429em 0;
}
nav.breadcrumb li a {
  margin-right: 0.28571429em;
  display: inline-block;
}
nav.breadcrumb li a:active,
nav.breadcrumb li a.active-trail,
nav.breadcrumb li a.active {
  color: #1e9cd8;
}
nav.breadcrumb li span.separator {
  font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1.71428571em;
  line-height: 0.58333333em;
  display: block;
  float: right;
  margin-left: 0.16666667em;
  padding-top: 0.125em;
  color: #b0b0b0;
}
nav.breadcrumb {
  display: none;
}
nav.breadcrumb#mobile {
  display: none;
}
/* /Breadcrumbs */
/* TABS */
div.content,
div.region-help,
div.content-top {
  clear: left;
}
ul.tabs.primary {
  overflow: hidden;
  list-style: none;
  margin: 45px 0 0 0;
  padding: 0;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif, sans-serif;
  font-size: 0.9em;
}
ul.tabs.primary li {
  list-style: none;
  line-height: 1em;
}
ul.tabs.primary li a {
  display: block;
  line-height: 1em;
  padding: 15px 24px 15px;
  margin: 0;
  border: 1px solid #d6d6d6;
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 -1px 10px 0;
  color: #78838c;
  background: transparent;
  text-decoration: none;
  animation: none;
}
ul.tabs.primary li a:hover {
  background-color: #a9e1f6;
  border: 1px solid #d6d6d6;
}
ul.tabs.primary li a:hover {
  color: #ffffff;
  background-color: #1d9cd8;
  border: 1px solid #1d9cd8;
  z-index: 2;
}
ul.tabs.primary li a.active {
  color: #ffffff;
  background-color: #1d9cd8;
  border: 1px solid #1d9cd8;
  z-index: 2;
}
ul.tabs.primary liis-active {
  background-color: #1d9cd8;
  border: 1px solid #1d9cd8;
}
ul.tabs.primary li:first-child a {
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul.tabs.primary li:last-child a {
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.content .tab-con ul {
  margin: 0;
  padding: 0 1px 0 0;
}
.tab-con ul {
  overflow: hidden;
  list-style: none;
  margin-bottom: 10px;
  padding: 0;
  font-family: 'MuseoSans-500', Helvetica, Arial, sans-serif, sans-serif;
  font-size: 0.9em;
}
.tab-con ul li {
  list-style: none;
  line-height: 1em;
}
.tab-con ul li a {
  display: block;
  line-height: 1em;
  padding: 15px 24px 15px;
  margin: 0;
  border: 1px solid #d6d6d6;
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 -1px 10px 0;
  color: #78838c;
  background: #fff;
  text-decoration: none;
}
.tab-con ul li a:hover {
  background-color: #a9e1f6;
  border: 1px solid #d6d6d6;
}
.tab-con ul li a:hover,
.tab-con ul li a.on {
  color: #fff;
  background-color: #1d9cd8;
  border: 1px solid #1d9cd8;
  z-index: 2;
}
.tab-con ul li a.active {
  color: #fff;
  background-color: #1d9cd8;
  border: 1px solid #1d9cd8;
  z-index: 2;
}
.tab-con ul li:first-child a {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tab-con ul li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*
div.content .tab-con ul {margin:0;padding:0 1px 0 0;}
.tab-con ul {
  overflow: hidden;
  list-style: none;
  margin-bottom: 10px;
  padding: 0;
  font-family: @fontMuseo, sans-serif;
  font-size: 0.9em;

  li {
    list-style: none;
    line-height: 1em;

    a {
      .tabButton();
      position:relative;
      z-index: 1;
      float: left;
      margin: 0 -1px 10px 0;
      color: #78838c;
      background:#ffffff;
      text-decoration: none;

      &:hover,
      &.on {
        color: #ffffff;
        background-color: #1d9cd8;
        border:1px solid #1d9cd8;
        z-index: 2;
      }
      &.active {
        color: #ffffff;
        background-color: #1d9cd8;
        border:1px solid #1d9cd8;
        z-index: 2;
      }
    }
    &:first-child a {
      .rounded(3px 0px 0px 3px);
    }
    &:last-child a {
      .rounded(0px 3px 3px 0px);
    }
  }
}
*/
ul.tabs.secondary {
  clear: left;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  list-style-position: none;
  list-style-type: none;
}
ul.tabs.secondary li {
  list-style: none;
  list-style-position: none;
  list-style-type: none;
  display: inline;
}
ul.tabs.secondary li a {
  text-decoration: none;
}
ul.tabs.secondary li a {
  display: block;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #f7f7f7;
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1.14285714em;
  padding: 3px 12px 1px 12px;
  margin: 0 10px 8px 0;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #494949;
  background-color: #e0f5ff;
  border: 1px solid #a6e3ff;
  font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  color: #555;
}
ul.tabs.secondary li a:hover {
  background-color: #5ccbf6;
  color: white;
  border: 1px solid white;
  text-decoration: none;
}
ul.tabs.secondary li.active a {
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  color: #333;
}
ul.tabs.secondary li a:hover {
  background-color: #f1f1f1;
}
.feed-icon {
  float: right;
}
.page-forum .feed-icon {
  margin-top: 44px;
}
.section-category h1.title .feed-icon,
.page-community-tip-tech h1.title .feed-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  vertical-align: middle;
  float: none;
  margin: 0 0 5px 10px;
  padding: 0;
  text-align: center;
  background: #a3a3a3;
  line-height: 22px;
}
/* @group Blog posts */
p.submitted .comment-count {
  display: block;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #f7f7f7;
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1.14285714em;
  padding: 3px 12px 1px 12px;
  margin: 0 10px 8px 0;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #494949;
  background-color: #e0f5ff;
  border: 1px solid #a6e3ff;
  margin-top: -2px;
}
p.submitted .comment-count:hover {
  background-color: #5ccbf6;
  color: white;
  border: 1px solid white;
  text-decoration: none;
}
p.submitted time {
  text-transform: uppercase;
}
body.node-type-blog-entry h2.sub_title,
.view.node-list h2.node-title {
  font-size: 1.7em;
  border-bottom: 1px dashed #cdcdcd;
  color: #1e9cd8;
}
body.node-type-blog-entry h1.title {
  border-bottom: 1px dashed #cdcdcd;
}
body.node-type-blog-entry .print-link {
  float: right;
  margin-top: 18px;
  margin-left: 15px;
}
body.node-type-blog-entry .print-link a {
  display: block;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #f7f7f7;
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1.14285714em;
  padding: 3px 12px 1px 12px;
  margin: 0 10px 8px 0;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  color: #494949;
  background-color: #e0f5ff;
  border: 1px solid #a6e3ff;
  text-transform: uppercase;
  font-size: 1em;
}
body.node-type-blog-entry .print-link a:hover {
  background-color: #5ccbf6;
  color: white;
  border: 1px solid white;
  text-decoration: none;
}
body.node-type-documentation article.node-documentation .field-name-body .phone {
  width: 93px;
  height: 162px;
}
body.node-type-documentation article.node-documentation .field-name-body .tab {
  width: 170px;
  height: 132px;
}
body.node-type-documentation article.node-documentation .field-name-body .rotate90 {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
body.node-type-documentation article.node-documentation .field-name-body .rotate180 {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
body.node-type-documentation article.node-documentation .field-name-body .rotate270 {
  transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
}
body.node-type-documentation article.node-documentation .field-name-body .arrow {
  font-size: 4em;
  width: 1em;
  vertical-align: middle;
}
body.node-type-documentation article.node-documentation .field-name-body tr.images td {
  padding: 30px;
}
body.node-type-documentation article.node-documentation .field-name-body tr td.featured {
  background-color: #CFC;
}
body.node-type-documentation article.node-documentation .field-name-body img.center {
  display: block;
  margin: 0 auto;
}
body.node-type-documentation article.node-documentation .field-name-body dt {
  font-weight: bold;
}
body.node-type-documentation article.node-documentation .field-name-body dd {
  margin: 0;
}
body.node-type-documentation article.node-documentation .field-name-body dd > p {
  margin-top: 0;
}
body.node-type-documentation .links-comments,
body.node-type-documentation .node.no-comments .links-comments {
  position: relative;
  border-top: 1px solid  #e6e6e6;
  padding-top: 25px;
  min-height: 26px;
}
body.node-type-documentation .links-comments:after,
body.node-type-documentation .node.no-comments .links-comments:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body.node-type-documentation .links-comments ul.links,
body.node-type-documentation .node.no-comments .links-comments ul.links {
  position: absolute;
  right: 0px;
  top: 26px;
  width: auto;
}
body.node-type-documentation .links-comments ul.links li,
body.node-type-documentation .node.no-comments .links-comments ul.links li {
  padding-top: 0;
}
body.node-type-documentation #feedback-form-wrapper,
body.node-type-documentation #feedback-thanks-message {
  clear: left;
  margin-top: 25px;
  padding: 0 0 15px 0;
}
body.node-type-documentation #feedback-form-wrapper form {
  clear: left;
}
body.node-type-documentation #feedback-form-wrapper form input.form-submit {
  margin-left: 5px;
}
body.node-type-documentation #feedback-form-wrapper p.feedback-intro {
  float: left;
}
body.node-type-documentation #feedback-form-wrapper img.feedback-toggle {
  float: right;
  cursor: pointer;
  margin-top: 1.2em;
}
body.node-type-documentation #feedback-thanks-message {
  border: 1px solid #be7;
  background-color: #f8fff0;
  padding: 10px;
}
body.node-type-documentation #feedback-thanks-message div {
  position: relative;
  padding-left: 40px;
  padding-top: 2px;
}
body.node-type-documentation #feedback-thanks-message div:before {
  position: absolute;
  left: 0;
  top: 7px;
  font-family: 'tizen_iconography';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  speak: none;
  text-align: center;
  padding-right: 10px;
  line-height: 10px;
  content: "\2b";
}
body.node-type-documentation .documentation-navigation {
  margin-bottom: -1px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
body.node-type-documentation .documentation-navigation .page-links span.next {
  display: block;
  padding: 16px 0 16px 25px;
  border-top: 1px dashed #e6e6e6;
  text-transform: uppercase;
  background-image: url(../images/img-topic-next.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
}
body.node-type-documentation .documentation-navigation .page-links span.prev {
  display: block;
  padding: 16px 0 16px 25px;
  border-top: none;
  text-transform: uppercase;
  background-image: url(../images/img-topic-prev.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
}
body.node-type-documentation .documentation-navigation .page-links span:first-child {
  border: none;
}
body.node-type-documentation .documentation-navigation .page-links .page-next,
body.node-type-documentation .documentation-navigation .page-links .page-previous {
  margin: 0 0 0 30px;
  text-transform: none;
  display: inline-block;
  font-size: 1em;
  width: 65%;
  vertical-align: top;
}
body.node-type-documentation .field-name-field-more-info {
  text-align: right;
  margin: 10px 0;
}
.field-name-upload {
  margin-top: 30px;
  margin-bottom: 56px;
}
.field-name-upload .field-label {
  font-size: 1.14285714em;
  font-weight: normal;
  color: #2d2d2d;
  margin-bottom: 10px;
}
.field-name-upload .field-items {
  display: block;
  width: auto;
  padding: 13px 23px 8px 23px;
  border: 1px solid #e5e5e5;
}
.field-name-upload .field-items .field-item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
}
.field-name-upload .field-items .field-item .file {
  display: inline-block;
  padding: 0 0 0 20px;
  background: url(../images/icon-download.png) no-repeat left 4px;
}
.field-name-upload .field-items .field-item .file a {
  color: #494949;
  text-decoration: none;
}
.field-name-upload .field-items .field-item .file a:hover {
  text-decoration: underline;
}
.field-name-upload .field-items .field-item img.file-icon {
  display: none;
}
.page-node-edit.node-type-documentation .region-help {
  display: none;
}
.node-blog-entry .field-name-body {
  color: #2a3c4a;
  font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1.07em;
}
.node-blog-entry .node-readmore a {
  color: #1d9cd8;
  font-size: 16px;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  background-image: url(../images/icons/arrows/readmore.png);
  background-position: right 5px;
  background-repeat: no-repeat;
  padding-right: 15px;
}
.view.node-list .views-row {
  margin-bottom: 30px;
}
div.view-blogs.view-display-id-archive div.date-nav {
  position: relative;
}
div.view-blogs.view-display-id-archive div.date-nav ul {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}
div.view-blogs.view-display-id-archive div.date-nav ul,
div.view-blogs.view-display-id-archive div.date-nav li {
  list-style: none;
  list-style-position: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.view-blogs.view-display-id-archive div.date-nav ul li,
div.view-blogs.view-display-id-archive div.date-nav li li {
  list-style: none;
  list-style-position: none;
  list-style-type: none;
}
div.view-blogs.view-display-id-archive div.date-nav ul li:before,
div.view-blogs.view-display-id-archive div.date-nav li li:before {
  content: '';
  padding-right: 0;
}
div.view-blogs.view-display-id-archive div.date-nav a {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  width: 1.92857143em;
  height: 2.14285714em;
  display: block;
  background: url(../images/pager-previous.png) no-repeat 0px -34px;
}
div.view-blogs.view-display-id-archive div.date-nav li.date-next a {
  background: url(../images/pager-next.png) no-repeat 0px -34px;
  right: 0;
}
/* @end */
/* @group Comment styling */
.comments-disabled {
  color: #7d8089;
  padding: 5px 0;
}
.comments-disabled .info-icon {
  float: left;
  color: #cdcdcd;
  font-family: 'tizen_iconography';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  speak: none;
  padding-right: 5px;
}
.comments-disabled .disabled-text {
  float: left;
}
.links-comments {
  border-top: 1px dashed #cdcdcd;
}
.links-comments section.comments h2.title {
  text-transform: uppercase;
  font-size: 1.7em;
  margin-top: 15px;
}
.links-comments .comment-links,
.node.no-comments.view-mode-full ul.links li {
  float: right;
  text-transform: uppercase;
  padding-top: 5px;
}
.links-comments .comment-links:before,
.node.no-comments.view-mode-full ul.links li:before {
  content: '';
}
.links-comments .comment-links a,
.node.no-comments.view-mode-full ul.links li a {
  display: block;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #f7f7f7;
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1.14285714em;
  padding: 3px 12px 1px 12px;
  margin: 0 10px 8px 0;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #494949;
  background-color: #e0f5ff;
  border: 1px solid #a6e3ff;
  float: none;
  display: inline;
  margin-right: 0;
  padding-top: 6px;
  padding-bottom: 4px;
}
.links-comments .comment-links a:hover,
.node.no-comments.view-mode-full ul.links li a:hover {
  background-color: #5ccbf6;
  color: white;
  border: 1px solid white;
  text-decoration: none;
}
.links-comments .comment-links a.print-page,
.node.no-comments.view-mode-full ul.links li a.print-page {
  display: inline-block;
  font-size: 1em;
  color: #2d2d2d;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  border: none;
  background: none;
  padding: 0px 22px 0px 5px;
  margin: 0 0 0 0;
  background: url(../images/icon-print.png) no-repeat right 50%;
  text-transform: uppercase;
}
.links-comments .comment-links a.print-page:hover,
.node.no-comments.view-mode-full ul.links li a.print-page:hover {
  text-decoration: underline;
  text-shadow: none;
}
.node.no-comments.view-mode-full ul.links li {
  padding-top: 15px;
}
.node-teaser .links-comments,
.node.no-comments .links-comments {
  border-top: 0;
}
article.comment {
  background-color: #edeeeb;
  margin-bottom: 1px;
  padding: 20px;
}
article.comment:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
article.comment .commenter-picture {
  float: left;
}
article.comment .comment-detail {
  margin-left: 90px;
}
article.comment .comment-detail p.submitted {
  color: #7d8089;
}
article.comment .comment-detail .field-name-comment-body {
  color: #2a3c4a;
  font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1.07em;
}
article.comment ul.links a {
  display: block;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #f7f7f7;
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1.14285714em;
  padding: 3px 12px 1px 12px;
  margin: 0 10px 8px 0;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #494949;
  background-color: #e0f5ff;
  border: 1px solid #a6e3ff;
  text-transform: uppercase;
}
article.comment ul.links a:hover {
  background-color: #5ccbf6;
  color: white;
  border: 1px solid white;
  text-decoration: none;
}
article.comment ul.links li.comment_forbidden {
  display: none;
}
h2.comment-form {
  border-top: 1px dashed #cdcdcd;
  padding-top: 15px;
}
form.comment-form .form-item-comment-body-und-0-value label {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
form.comment-form .filter-wrapper {
  padding: 0;
}
form.comment-form .form-actions {
  float: left;
}
form.comment-form .mollom-privacy {
  margin-top: 20px;
  margin-left: 175px;
}
span.user-picture img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
mark,
span.new {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border: 1px solid #f7f7f7;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  float: right;
  padding: 7px 8px 4px;
  background-clip: padding-box;
  background-color: #ffdf83;
  font-size: 1em;
  line-height: 1em;
  color: #414042;
  text-transform: uppercase;
  margin: -5 10px 8px 0;
}
/* @end */
/* @group Views filters */
.view .views-exposed-form select {
  max-width: 10000px;
}
.block-views .views-exposed-form {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.block-views .views-exposed-form .views-exposed-widget {
  float: none;
  padding: 3px 0;
}
.block-views .views-exposed-form .views-exposed-widget label {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
.block-views .views-exposed-form .views-exposed-widget select {
  width: 100%;
  padding: 5px;
  font-size: 1em;
}
.block-views .views-exposed-form .views-exposed-widget input.form-text {
  width: 92%;
  padding: 0;
  text-indent: 15px;
}
.block-views .views-exposed-form .views-exposed-widget input.form-text::-webkit-input-placeholder {
  color: #7c8890;
}
.block-views .views-exposed-form .views-exposed-widget input.form-text:-moz-placeholder {
  color: #7c8890;
}
.block-views .views-exposed-form .views-exposed-widget input.form-text:-ms-input-placeholder {
  color: #7c8890;
}
.block-views .views-exposed-form .views-exposed-widget .container-inline-date .form-item {
  width: 100%;
}
.block-views .views-exposed-form .views-exposed-widget .container-inline-date .date-padding {
  float: none;
}
.block-views .views-exposed-form .views-submit-button,
.block-views .views-exposed-form .views-reset-button {
  float: left;
  padding: 0;
}
.block-views .views-exposed-form .views-reset-button input {
  background-color: #aab8c1;
}
/* @end */
/* Animated throbber */
html.js body.html input.form-autocomplete {
  background-position: 100% 7px;
}
html.js body.html input.throbbing {
  background-position: 100% -13px;
}
html.js body.html input.form-autocomplete {
  background-position: 100% 7px;
}
html.js body.html input.throbbing {
  background-position: 100% -13px;
}
/* Advanced Forums */
.forum-node-create-links-top {
  padding-top: 0;
}
.forum-node-create-links {
  width: 32%;
}
.view .forum-pager .item-list {
  clear: none;
}
.view .forum-pager .item-list ul.pager {
  float: none;
  clear: none;
}
.item-list ul.pager {
  text-align: center;
}
.item-list ul.pager li {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 26px;
  font-size: 1.14285714em;
  vertical-align: middle;
  line-height: 24px;
  text-align: center;
}
.item-list ul.pager li a {
  display: inline-block;
  padding: 0 7px;
  height: 26px;
  text-align: center;
  line-height: 24px;
  color: #494949;
}
.item-list ul.pager li.pager-item,
.item-list ul.pager li.pager-current {
  padding: 0;
}
.item-list ul.pager li.pager-current {
  padding: 0 7px;
  color: #1e9cd9;
  font-weight: normal;
}
.item-list ul.pager li.pager-first {
  width: 24px;
  height: 24px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  background: #ffffff url(../images/forum/btn_first.png) no-repeat 50%;
}
.item-list ul.pager li.pager-first a {
  padding: 0;
  text-indent: -9999999px;
  overflow: hidden;
  width: 24px;
  height: 24px;
}
.item-list ul.pager li.pager-first a {
  background: #ffffff url(../images/forum/btn_first_on.png) no-repeat 50%;
}
.item-list ul.pager li.pager-previous {
  margin: 0 5px 0 0;
  width: 24px;
  height: 24px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  background: #ffffff url(../images/forum/btn_prev.png) no-repeat 50%;
}
.item-list ul.pager li.pager-previous a {
  padding: 0;
  text-indent: -9999999px;
  overflow: hidden;
  width: 24px;
  height: 24px;
}
.item-list ul.pager li.pager-previous a {
  background: #ffffff url(../images/forum/btn_prev_on.png) no-repeat 50%;
}
.item-list ul.pager li.pager-next {
  margin: 0 0 0 5px;
  width: 24px;
  height: 24px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  background: #ffffff url(../images/forum/btn_next.png) no-repeat 50%;
}
.item-list ul.pager li.pager-next a {
  padding: 0;
  background: #ffffff url(../images/forum/btn_next_on.png) no-repeat 50%;
  text-indent: -9999999px;
  overflow: hidden;
  width: 24px;
  height: 24px;
}
.item-list ul.pager li.pager-next a {
  background: #ffffff url(../images/forum/btn_next_on.png) no-repeat 50%;
}
.item-list ul.pager li.pager-last {
  width: 24px;
  height: 24px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  background: #ffffff url(../images/forum/btn_last.png) no-repeat 50%;
}
.item-list ul.pager li.pager-last a {
  padding: 0;
  text-indent: -9999999px;
  overflow: hidden;
  width: 24px;
  height: 24px;
}
.item-list ul.pager li.pager-last a {
  background: #ffffff url(../images/forum/btn_last_on.png) no-repeat 50%;
}
.item-list ul.pager li.pager-ellipsis {
  margin: 0 -2px;
  line-height: 17px;
}
.item-list ul.pager li.pager-mobile {
  display: none;
}
.paging {
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center;
}
.paging li {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 26px;
  vertical-align: middle;
  list-style: none;
  font-size: 1.14285714em;
}
.paging li a {
  display: inline-block;
  padding: 0 7px;
  height: 24px;
  padding-top: 2px;
  color: #494949 !important;
  text-align: center;
  vertical-align: middle;
}
.paging .first {
  width: 26px;
}
.paging .first a {
  padding: 0;
  width: 26px;
  height: 26px;
}
.paging .prev {
  width: 26px;
  margin-left: 0px;
  margin-right: 6px;
}
.paging .prev a {
  padding: 0;
  width: 26px;
  height: 26px;
}
.paging .next {
  width: 26px;
  margin-left: 6px;
  margin-right: 0px;
}
.paging .next a {
  padding: 0;
  width: 26px;
  height: 26px;
}
.paging .last {
  width: 26px;
}
.paging .last a {
  padding: 0;
  width: 26px;
  height: 26px;
}
.paging .pagerEllipsis {
  margin: 0 -2px;
}
.paging.prevPager {
  margin-left: 5px;
}
.paging.nextPager {
  margin-right: 5px;
}
.paging .on {
  height: 24px;
  padding: 2px 7px 0;
  text-align: center;
  color: #1e9cd9;
}
.paging .mobilePager {
  display: none;
  padding: 0 7px 0 0;
  margin-left: -2px;
  height: 24px;
  padding-top: 2px;
  text-align: center;
}
.paging .first,
.paging .prev,
.paging .next,
.paging .last {
  background: url(../images/forum/btn_first.png) no-repeat left top;
}
.paging .prev {
  background-image: url(../images/forum/btn_prev.png);
}
.paging .next {
  background-image: url(../images/forum/btn_next.png);
}
.paging .last {
  background-image: url(../images/forum/btn_last.png);
}
.paging .first a {
  background-image: url(../images/forum/btn_first_on.png);
}
.paging .prev a {
  background-image: url(../images/forum/btn_prev_on.png);
}
.paging .next a {
  background-image: url(../images/forum/btn_next_on.png);
}
.paging .last a {
  background-image: url(../images/forum/btn_last_on.png);
}
.page-user .profile .field {
  float: left;
  clear: left;
}
/**
 * WYSIWYG Helpers
 */
.field-name-body:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.field-name-body img {
  max-width: 100%;
  height: auto;
}
/* IMCE STYLES for IMG */
.floatleft {
  float: left;
  margin: 1em 1em 1em 0;
}
.floatright {
  float: right;
  margin: 1em 0 1em 1em;
}
.bordered {
  background-color: #fff;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(124, 136, 144, 0.15);
  -moz-box-shadow: 0 0 0 2px rgba(124, 136, 144, 0.15);
  box-shadow: 0 0 0 2px rgba(124, 136, 144, 0.15);
}
iframe[src*="youtube.com/embed"] {
  max-width: 600px;
  width: 100%;
}
/**
 * Tables
 */
div.content article table,
div.content .view-content table.views-table,
.page-node-moderation div.content table,
body.cke_editable table {
  width: 100%;
  border: none;
  margin-bottom: 1.5em;
}
div.content article table caption,
div.content .view-content table.views-table caption,
.page-node-moderation div.content table caption,
body.cke_editable table caption {
  margin: 0;
  padding: 0 0 12px 0;
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1.42857143em;
  color: #2d2d2d;
  text-align: left;
}
div.content article table td,
div.content .view-content table.views-table td,
.page-node-moderation div.content table td,
body.cke_editable table td,
div.content article table th,
div.content .view-content table.views-table th,
.page-node-moderation div.content table th,
body.cke_editable table th {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  word-break: normal;
}
div.content article table th,
div.content .view-content table.views-table th,
.page-node-moderation div.content table th,
body.cke_editable table th {
  padding: 13px 20px 13px 20px;
  font-weight: normal;
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  color: #2d2d2d;
  font-size: 1.14285714em;
  background: #fafafa;
  border-top: none;
  word-break: keep-all;
}
div.content article table th a,
div.content .view-content table.views-table th a,
.page-node-moderation div.content table th a,
body.cke_editable table th a,
div.content article table th a.active,
div.content .view-content table.views-table th a.active,
.page-node-moderation div.content table th a.active,
body.cke_editable table th a.active {
  display: inline-block;
  color: #1e9cd8;
  padding-right: 17px;
  background: url('../images/bg_sort_table.png') no-repeat right 3px;
}
div.content article table th a.ascending,
div.content .view-content table.views-table th a.ascending,
.page-node-moderation div.content table th a.ascending,
body.cke_editable table th a.ascending,
div.content article table th a.active.ascending,
div.content .view-content table.views-table th a.active.ascending,
.page-node-moderation div.content table th a.active.ascending,
body.cke_editable table th a.active.ascending {
  background: url('../images/bg_descending_table.png') no-repeat right 9px;
}
div.content article table th a.descending,
div.content .view-content table.views-table th a.descending,
.page-node-moderation div.content table th a.descending,
body.cke_editable table th a.descending,
div.content article table th a.active.descending,
div.content .view-content table.views-table th a.active.descending,
.page-node-moderation div.content table th a.active.descending,
body.cke_editable table th a.active.descending {
  background: url('../images/bg_ascending_table.png') no-repeat right 9px;
}
div.content article table th p,
div.content .view-content table.views-table th p,
.page-node-moderation div.content table th p,
body.cke_editable table th p {
  margin: 0;
  padding: 0;
}
div.content article table td,
div.content .view-content table.views-table td,
.page-node-moderation div.content table td,
body.cke_editable table td {
  padding: 16px 20px 16px 20px;
  font-weight: normal;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  color: #494949;
  font-size: 1em;
}
div.content article table td h3,
div.content .view-content table.views-table td h3,
.page-node-moderation div.content table td h3,
body.cke_editable table td h3 {
  margin: 0 0 5px 0;
  font-size: 1em;
}
div.content article table td.active,
div.content .view-content table.views-table td.active,
.page-node-moderation div.content table td.active,
body.cke_editable table td.active {
  background-color: #ffffff;
}
div.content article table td .field-label,
div.content .view-content table.views-table td .field-label,
.page-node-moderation div.content table td .field-label,
body.cke_editable table td .field-label,
div.content article table td .field-items,
div.content .view-content table.views-table td .field-items,
.page-node-moderation div.content table td .field-items,
body.cke_editable table td .field-items {
  color: #767676;
}
div.content article table td p,
div.content .view-content table.views-table td p,
.page-node-moderation div.content table td p,
body.cke_editable table td p {
  margin: 0;
  padding: 0;
}
div.content article table tr:first-child th,
div.content .view-content table.views-table tr:first-child th,
.page-node-moderation div.content table tr:first-child th,
body.cke_editable table tr:first-child th {
  border-top: 2px solid #2d2d2d;
}
div.content article table tr.odd,
div.content .view-content table.views-table tr.odd,
.page-node-moderation div.content table tr.odd,
body.cke_editable table tr.odd,
div.content article table tr.even,
div.content .view-content table.views-table tr.even,
.page-node-moderation div.content table tr.even,
body.cke_editable table tr.even {
  background: #ffffff;
}
div.content article table tr:hover td,
div.content .view-content table.views-table tr:hover td,
.page-node-moderation div.content table tr:hover td,
body.cke_editable table tr:hover td {
  background: #edf9ff;
}
div.content article table.no-border,
div.content .view-content table.views-table.no-border,
.page-node-moderation div.content table.no-border,
body.cke_editable table.no-border {
  border: 0;
}
div.content article table.no-border td,
div.content .view-content table.views-table.no-border td,
.page-node-moderation div.content table.no-border td,
body.cke_editable table.no-border td,
div.content article table.no-border tr,
div.content .view-content table.views-table.no-border tr,
.page-node-moderation div.content table.no-border tr,
body.cke_editable table.no-border tr {
  border: 0;
}
table.full-width-table,
.view.full-width-table table {
  width: 100% !important;
}
div.content article table.layout,
div.content .view-content table.layout,
.page-node-moderation div.content table.layout,
body.cke_editable table.layout {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  width: auto;
}
div.content article table.layout thead,
div.content .view-content table.layout thead,
.page-node-moderation div.content table.layout thead,
body.cke_editable table.layout thead,
div.content article table.layout tbody,
div.content .view-content table.layout tbody,
.page-node-moderation div.content table.layout tbody,
body.cke_editable table.layout tbody,
div.content article table.layout th,
div.content .view-content table.layout th,
.page-node-moderation div.content table.layout th,
body.cke_editable table.layout th,
div.content article table.layout td,
div.content .view-content table.layout td,
.page-node-moderation div.content table.layout td,
body.cke_editable table.layout td {
  margin: 0;
  padding: 0;
  border: none !important;
  background: none;
  vertical-align: top;
}
div.content article table.layout tr:hover td,
div.content .view-content table.layout tr:hover td,
.page-node-moderation div.content table.layout tr:hover td,
body.cke_editable table.layout tr:hover td {
  background: none;
}
div.content-borderbox {
  padding: 15px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
table.header-no-wrap th,
table th.no-wrap,
table.body-no-wrap td,
table td.no-wrap {
  white-space: nowrap;
}
div.content div.table-wrapper {
  overflow-x: auto;
}
article pre.prettyprint {
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  padding: 15px 25px;
}
article pre.prettyprint.linenums ol {
  padding-left: 20px;
}
article pre.prettyprint.linenums ol li.L0,
article pre.prettyprint.linenums ol li.L2,
article pre.prettyprint.linenums ol li.L4,
article pre.prettyprint.linenums ol li.L6,
article pre.prettyprint.linenums ol li.L8 {
  background-color: transparent;
}
article pre.prettyprint.linenums ol li.L1,
article pre.prettyprint.linenums ol li.L3,
article pre.prettyprint.linenums ol li.L5,
article pre.prettyprint.linenums ol li.L7,
article pre.prettyprint.linenums ol li.L9 {
  background-color: #ecede8;
}
/**
  * SPECIAL ADMIN TYPE OVERRIDES
  */
/* box edit links appearing to take up block space, need to be positoned so they don't bother the layout */
.boxes-box-controls {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.boxes-box-controls li {
  border: 1px solid #888;
  padding: 2px;
}
/**
 * CKEditor styling
 */
body.cke_editable,
body.cke_show_borders,
body.cke_panel_frame,
html.cke_panel_container body {
  background-color: #fff;
  background-image: none;
}
body.cke_editable pre.code,
body.cke_show_borders pre.code,
body.cke_panel_frame pre.code,
html.cke_panel_container body pre.code {
  padding: 5px;
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  margin-bottom: 10px;
  background-color: #eee;
  overflow: auto;
  width: auto;
  width: 650px !ie7;
  padding-bottom: 20px !ie7;
  max-height: 600px;
}
body.cke_editable code.code,
body.cke_show_borders code.code,
body.cke_panel_frame code.code,
html.cke_panel_container body code.code {
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  background-color: #eee;
}
body.cke_editable p code.code,
body.cke_show_borders p code.code,
body.cke_panel_frame p code.code,
html.cke_panel_container body p code.code {
  padding: 1px 5px 1px 5px;
}
body.cke_contents_ltr,
body.cke_contents_rtl {
  padding: 0 10px;
}
table.fc-header {
  position: relative;
  margin-top: 30px;
  font-size: 0.857142857em;
}
table.fc-header td.fc-header-center {
  position: absolute;
  top: -35px;
  left: 2px;
}
/**
 * FORMS
 */
#search-form #edit-submit {
  margin-top: 1em;
  margin-bottom: 1em;
}
select {
  max-width: 250px;
}
.file-icon {
  display: inline;
}
#advanced-forum-forum-topic-list-sort-form input,
#advanced-forum-forum-topic-list-sort-form .form-item {
  float: left;
  margin-right: 20px;
}
div.note,
div.caution,
div.tip {
  border-left-style: solid;
  border-left-width: 2px;
  color: #494949;
  margin: .8em 0;
  overflow: auto;
  padding: 20px 23px;
  width: auto;
}
div.note strong,
div.caution strong,
div.tip strong {
  font-weight: normal;
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1.14285714em;
}
div.note strong:first-child,
div.caution strong:first-child,
div.tip strong:first-child {
  display: block;
  margin: 0 0 8px 0;
}
div.note {
  background-color: #def4ff;
  border-left: 2px solid #62c1f0;
}
div.caution {
  background-color: #ffefe8;
  border-left: 2px solid #f2a88f;
}
div.tip {
  background-color: #fff8de;
  border-left: 2px solid #f5d473;
}
.workbench-info-block-full:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.workbench-info-block-full a.workbench-info-block-hide {
  float: right;
  background-image: url(../images/icons/circle_hide.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.workbench-info-block-full a.workbench-info-block-hide.collapsed {
  background-image: url(../images/icons/circle_show.png);
}
.workbench-info-block-full .workbench-info-block {
  clear: both;
  background-color: #f1f1f1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset -1px -1px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -1px -1px 20px rgba(0, 0, 0, 0.2);
  box-shadow: inset -1px -1px 20px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.workbench-info-block-full .workbench-info-block .workflow-block-row {
  padding-top: 20px;
}
.workbench-info-block-full .workbench-info-block .progress-bar-row {
  padding-top: 0;
}
.workbench-info-block-full .workbench-info-block .current-state {
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  padding-bottom: 20px;
}
.workbench-info-block-full .workbench-info-block .progress-bar {
  padding-top: 0;
  width: 90%;
  padding: 0;
  padding-left: 1.5em;
  margin: 0;
  box-sizing: border-box;
}
.workbench-info-block-full .workbench-info-block .progress-bar li {
  list-style: none;
  font-size: .75em;
  color: #878787;
  line-height: 1.5;
  position: relative;
  margin: 2em 0;
}
.workbench-info-block-full .workbench-info-block .progress-bar li.first {
  margin-top: 0;
}
.workbench-info-block-full .workbench-info-block .progress-bar li.last {
  margin-bottom: 0;
}
.workbench-info-block-full .workbench-info-block .progress-bar .indicator {
  display: block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #afafaf;
  /* Old browsers */
  text-indent: -99999px;
  position: absolute;
  left: -20px;
}
.workbench-info-block-full .workbench-info-block .progress-bar .complete .indicator {
  background: #b0e4f9;
  /* Old browsers */
  border: 1px solid #63a0c6;
  /* stroke */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.workbench-info-block-full .workbench-info-block .progress-bar dl {
  margin: 0;
  padding-top: 1px;
}
.workbench-info-block-full .workbench-info-block .progress-bar dt {
  font-style: italic;
}
.workbench-info-block-full .workbench-info-block .progress-bar .complete dt {
  color: #414141;
  font-weight: bold;
  font-style: normal;
}
.workbench-info-block-full .workbench-info-block .progress-bar dd {
  margin: 0;
}
.workbench-info-block-full .workbench-info-block .revision-feedback {
  margin-top: 25px;
  border-top: 1px solid #F6F6F6;
  -webkit-box-shadow: 0 -1px 0 0 #dbdbdb;
  -moz-box-shadow: 0 -1px 0 0 #dbdbdb;
  box-shadow: 0 -1px 0 0 #dbdbdb;
}
.workbench-info-block-full .workbench-info-block .revision-feedback.has-revision {
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 -1px 0 0 #dbdbdb, 0 1px 0 0 #f6f6f6;
  -moz-box-shadow: 0 -1px 0 0 #dbdbdb, 0 1px 0 0 #f6f6f6;
  box-shadow: 0 -1px 0 0 #dbdbdb, 0 1px 0 0 #f6f6f6;
  border-bottom: 1px solid #DBDBDB;
}
.workbench-info-block-full .workbench-info-block .view-all-revisions {
  font-style: italic;
}
.workbench-info-block-full .workbench-info-block .diff-link-wrapper {
  font-size: 0.9em;
}
.workbench-info-block-full .workbench-info-block .diff-link-wrapper .diff-link-expander img {
  height: 18px;
  vertical-align: middle;
  padding-right: 5px;
}
.workbench-info-block-full .workbench-info-block .diff-link-wrapper .diff-link-dropdown {
  display: none;
}
.workbench-info-block-full .workbench-info-block .view-annotations,
.workbench-info-block-full .workbench-info-block .annotation-other-revisions {
  padding: 20px 0;
  font-size: 0.9em;
}
.workbench-info-block-full .workbench-info-block .view-annotations table,
.workbench-info-block-full .workbench-info-block .annotation-other-revisions table {
  width: 100%;
}
.page-node-moderation-diff .block-tizen-workbench {
  display: none;
}
.page-node-diff-view .diff-inline-metadata {
  margin-top: -6px;
  border: 1px solid #ebebeb;
  border-top: 0;
  padding: 0px 20px;
  padding-top: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.content .view-tizen-documentation-feedback table.views-table,
div.content-top .view-tizen-documentation-feedback table.views-table,
div.content .view-tizen-workbench-moderation table.views-table,
div.content-top .view-tizen-workbench-moderation table.views-table,
div.content .view-tizen-workbench-my-content table.views-table,
div.content-top .view-tizen-workbench-my-content table.views-table {
  width: 100%;
}
div.content .view-tizen-documentation-feedback table.views-table td,
div.content-top .view-tizen-documentation-feedback table.views-table td,
div.content .view-tizen-workbench-moderation table.views-table td,
div.content-top .view-tizen-workbench-moderation table.views-table td,
div.content .view-tizen-workbench-my-content table.views-table td,
div.content-top .view-tizen-workbench-my-content table.views-table td {
  vertical-align: top;
}
div.content .view-tizen-documentation-feedback table.views-table td.views-field-title,
div.content-top .view-tizen-documentation-feedback table.views-table td.views-field-title,
div.content .view-tizen-workbench-moderation table.views-table td.views-field-title,
div.content-top .view-tizen-workbench-moderation table.views-table td.views-field-title,
div.content .view-tizen-workbench-my-content table.views-table td.views-field-title,
div.content-top .view-tizen-workbench-my-content table.views-table td.views-field-title {
  font-size: 1em;
}
div.content .view-tizen-documentation-feedback table.views-table tr.current-role-assigned,
div.content-top .view-tizen-documentation-feedback table.views-table tr.current-role-assigned,
div.content .view-tizen-workbench-moderation table.views-table tr.current-role-assigned,
div.content-top .view-tizen-workbench-moderation table.views-table tr.current-role-assigned,
div.content .view-tizen-workbench-my-content table.views-table tr.current-role-assigned,
div.content-top .view-tizen-workbench-my-content table.views-table tr.current-role-assigned {
  background-color: #ffefbf;
}
div.content .view-tizen-documentation-feedback table.views-table td.views-field-edit-node,
div.content-top .view-tizen-documentation-feedback table.views-table td.views-field-edit-node,
div.content .view-tizen-workbench-moderation table.views-table td.views-field-edit-node,
div.content-top .view-tizen-workbench-moderation table.views-table td.views-field-edit-node,
div.content .view-tizen-workbench-my-content table.views-table td.views-field-edit-node,
div.content-top .view-tizen-workbench-my-content table.views-table td.views-field-edit-node {
  min-width: 130px;
  width: 130px;
  max-width: 130px;
}
div.content .view-tizen-documentation-feedback table.views-table th.views-field-type,
div.content-top .view-tizen-documentation-feedback table.views-table th.views-field-type,
div.content .view-tizen-workbench-moderation table.views-table th.views-field-type,
div.content-top .view-tizen-workbench-moderation table.views-table th.views-field-type,
div.content .view-tizen-workbench-my-content table.views-table th.views-field-type,
div.content-top .view-tizen-workbench-my-content table.views-table th.views-field-type {
  border-right: 0 !important;
}
div.content .view-tizen-documentation-feedback table.views-table th.views-field-title,
div.content-top .view-tizen-documentation-feedback table.views-table th.views-field-title,
div.content .view-tizen-workbench-moderation table.views-table th.views-field-title,
div.content-top .view-tizen-workbench-moderation table.views-table th.views-field-title,
div.content .view-tizen-workbench-my-content table.views-table th.views-field-title,
div.content-top .view-tizen-workbench-my-content table.views-table th.views-field-title {
  border-left: 0 !important;
}
div.content .view-tizen-documentation-feedback table.views-table td.views-field-type,
div.content-top .view-tizen-documentation-feedback table.views-table td.views-field-type,
div.content .view-tizen-workbench-moderation table.views-table td.views-field-type,
div.content-top .view-tizen-workbench-moderation table.views-table td.views-field-type,
div.content .view-tizen-workbench-my-content table.views-table td.views-field-type,
div.content-top .view-tizen-workbench-my-content table.views-table td.views-field-type {
  padding: 10px, 6px, 10px, 6px;
}
div.content .view-tizen-documentation-feedback table.views-table td.views-field-timestamp .last_update,
div.content-top .view-tizen-documentation-feedback table.views-table td.views-field-timestamp .last_update,
div.content .view-tizen-workbench-moderation table.views-table td.views-field-timestamp .last_update,
div.content-top .view-tizen-workbench-moderation table.views-table td.views-field-timestamp .last_update,
div.content .view-tizen-workbench-my-content table.views-table td.views-field-timestamp .last_update,
div.content-top .view-tizen-workbench-my-content table.views-table td.views-field-timestamp .last_update {
  text-transform: uppercase;
}
div.content .view-tizen-documentation-feedback table.views-table nav.breadcrumb,
div.content-top .view-tizen-documentation-feedback table.views-table nav.breadcrumb,
div.content .view-tizen-workbench-moderation table.views-table nav.breadcrumb,
div.content-top .view-tizen-workbench-moderation table.views-table nav.breadcrumb,
div.content .view-tizen-workbench-my-content table.views-table nav.breadcrumb,
div.content-top .view-tizen-workbench-my-content table.views-table nav.breadcrumb {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  color: #7d8089;
  padding: 0 0 0 0;
  min-height: 0;
}
div.content .view-tizen-documentation-feedback table.views-table nav.breadcrumb ol,
div.content-top .view-tizen-documentation-feedback table.views-table nav.breadcrumb ol,
div.content .view-tizen-workbench-moderation table.views-table nav.breadcrumb ol,
div.content-top .view-tizen-workbench-moderation table.views-table nav.breadcrumb ol,
div.content .view-tizen-workbench-my-content table.views-table nav.breadcrumb ol,
div.content-top .view-tizen-workbench-my-content table.views-table nav.breadcrumb ol {
  padding: 0 0 0 0;
  font-size: 0.857142857em;
}
div.content .view-tizen-documentation-feedback table.views-table nav.breadcrumb ol a,
div.content-top .view-tizen-documentation-feedback table.views-table nav.breadcrumb ol a,
div.content .view-tizen-workbench-moderation table.views-table nav.breadcrumb ol a,
div.content-top .view-tizen-workbench-moderation table.views-table nav.breadcrumb ol a,
div.content .view-tizen-workbench-my-content table.views-table nav.breadcrumb ol a,
div.content-top .view-tizen-workbench-my-content table.views-table nav.breadcrumb ol a {
  color: #7d8089;
}
div.content .view-tizen-documentation-feedback .view-header:after,
div.content-top .view-tizen-documentation-feedback .view-header:after,
div.content .view-tizen-workbench-moderation .view-header:after,
div.content-top .view-tizen-workbench-moderation .view-header:after,
div.content .view-tizen-workbench-my-content .view-header:after,
div.content-top .view-tizen-workbench-my-content .view-header:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
div.content .view-tizen-documentation-feedback a.view-content-toggle,
div.content-top .view-tizen-documentation-feedback a.view-content-toggle,
div.content .view-tizen-workbench-moderation a.view-content-toggle,
div.content-top .view-tizen-workbench-moderation a.view-content-toggle,
div.content .view-tizen-workbench-my-content a.view-content-toggle,
div.content-top .view-tizen-workbench-my-content a.view-content-toggle {
  height: 25px;
}
div.content .view-tizen-documentation-feedback a.view-content-toggle .result-count,
div.content-top .view-tizen-documentation-feedback a.view-content-toggle .result-count,
div.content .view-tizen-workbench-moderation a.view-content-toggle .result-count,
div.content-top .view-tizen-workbench-moderation a.view-content-toggle .result-count,
div.content .view-tizen-workbench-my-content a.view-content-toggle .result-count,
div.content-top .view-tizen-workbench-my-content a.view-content-toggle .result-count {
  background-position: left 0px;
  background-repeat: no-repeat;
  color: white;
  height: 25px;
  display: block;
  text-align: center;
  float: left;
  padding-right: 10px;
  width: 22px;
  font-size: 0.85714286em;
}
div.content .view-tizen-documentation-feedback a.view-content-toggle .result-label,
div.content-top .view-tizen-documentation-feedback a.view-content-toggle .result-label,
div.content .view-tizen-workbench-moderation a.view-content-toggle .result-label,
div.content-top .view-tizen-workbench-moderation a.view-content-toggle .result-label,
div.content .view-tizen-workbench-my-content a.view-content-toggle .result-label,
div.content-top .view-tizen-workbench-my-content a.view-content-toggle .result-label {
  float: left;
  display: block;
}
div.content .view-tizen-documentation-feedback .view-header a.view-content-toggle .result-count,
div.content-top .view-tizen-documentation-feedback .view-header a.view-content-toggle .result-count,
div.content .view-tizen-workbench-moderation .view-header a.view-content-toggle .result-count,
div.content-top .view-tizen-workbench-moderation .view-header a.view-content-toggle .result-count,
div.content .view-tizen-workbench-my-content .view-header a.view-content-toggle .result-count,
div.content-top .view-tizen-workbench-my-content .view-header a.view-content-toggle .result-count {
  background-image: url(../images/icons/feedback_bubble.png);
}
div.content .view-tizen-documentation-feedback .view-empty a.view-content-toggle,
div.content-top .view-tizen-documentation-feedback .view-empty a.view-content-toggle,
div.content .view-tizen-workbench-moderation .view-empty a.view-content-toggle,
div.content-top .view-tizen-workbench-moderation .view-empty a.view-content-toggle,
div.content .view-tizen-workbench-my-content .view-empty a.view-content-toggle,
div.content-top .view-tizen-workbench-my-content .view-empty a.view-content-toggle {
  color: #cfd2d4;
}
div.content .view-tizen-documentation-feedback .view-empty a.view-content-toggle .result-count,
div.content-top .view-tizen-documentation-feedback .view-empty a.view-content-toggle .result-count,
div.content .view-tizen-workbench-moderation .view-empty a.view-content-toggle .result-count,
div.content-top .view-tizen-workbench-moderation .view-empty a.view-content-toggle .result-count,
div.content .view-tizen-workbench-my-content .view-empty a.view-content-toggle .result-count,
div.content-top .view-tizen-workbench-my-content .view-empty a.view-content-toggle .result-count {
  background-image: url(../images/icons/feedback_bubble_none.png);
}
div.content .view-tizen-documentation-feedback .views-row,
div.content-top .view-tizen-documentation-feedback .views-row,
div.content .view-tizen-workbench-moderation .views-row,
div.content-top .view-tizen-workbench-moderation .views-row,
div.content .view-tizen-workbench-my-content .views-row,
div.content-top .view-tizen-workbench-my-content .views-row {
  padding-top: 10px;
}
div.content .view-tizen-documentation-feedback .views-row .feedback-timestamp,
div.content-top .view-tizen-documentation-feedback .views-row .feedback-timestamp,
div.content .view-tizen-workbench-moderation .views-row .feedback-timestamp,
div.content-top .view-tizen-workbench-moderation .views-row .feedback-timestamp,
div.content .view-tizen-workbench-my-content .views-row .feedback-timestamp,
div.content-top .view-tizen-workbench-my-content .views-row .feedback-timestamp,
div.content .view-tizen-documentation-feedback .views-row .feedback-links,
div.content-top .view-tizen-documentation-feedback .views-row .feedback-links,
div.content .view-tizen-workbench-moderation .views-row .feedback-links,
div.content-top .view-tizen-workbench-moderation .views-row .feedback-links,
div.content .view-tizen-workbench-my-content .views-row .feedback-links,
div.content-top .view-tizen-workbench-my-content .views-row .feedback-links {
  font-style: italic;
}
div.content .view-tizen-documentation-feedback a.expand-assignee-details,
div.content-top .view-tizen-documentation-feedback a.expand-assignee-details,
div.content .view-tizen-workbench-moderation a.expand-assignee-details,
div.content-top .view-tizen-workbench-moderation a.expand-assignee-details,
div.content .view-tizen-workbench-my-content a.expand-assignee-details,
div.content-top .view-tizen-workbench-my-content a.expand-assignee-details {
  display: block;
}
div.content .view-tizen-documentation-feedback .views-exposed-form select#edit-plid,
div.content-top .view-tizen-documentation-feedback .views-exposed-form select#edit-plid,
div.content .view-tizen-workbench-moderation .views-exposed-form select#edit-plid,
div.content-top .view-tizen-workbench-moderation .views-exposed-form select#edit-plid,
div.content .view-tizen-workbench-my-content .views-exposed-form select#edit-plid,
div.content-top .view-tizen-workbench-my-content .views-exposed-form select#edit-plid {
  max-width: 150px;
}
.view-documentation td {
  vertical-align: top;
}
.manage-revisions td {
  vertical-align: top;
}
.manage-revisions .revision-title {
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
}
.manage-revisions .revision-user {
  font-style: italic;
}
.manage-revisions .revision-info-row {
  padding: 5px 0;
}
.manage-revisions .revision-info-row:first-child {
  padding-top: 0;
}
.manage-revisions .revision-info-row:last-child {
  padding-bottom: 0;
}
.manage-revisions .revision-actions ul,
.manage-revisions .moderation-info ul {
  list-style: none;
  list-style-position: none;
  list-style-type: none;
  margin: 0;
}
.manage-revisions .revision-actions ul li,
.manage-revisions .moderation-info ul li {
  list-style: none;
  list-style-position: none;
  list-style-type: none;
}
.manage-revisions .revision-actions ul li:before,
.manage-revisions .moderation-info ul li:before {
  content: '';
  padding-right: 0;
}
.manage-revisions .moderation-info ul li {
  margin-left: 0;
}
body.page-tizen-styles h3 {
  clear: left;
}
body.page-tizen-styles .sample-box,
body.page-tizen-styles .dark-box {
  padding: 20px;
  border: 1px dashed gray;
  margin: 10px 0 20px;
}
body.page-tizen-styles .sample-box:after,
body.page-tizen-styles .dark-box:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body.page-tizen-styles .dark-box {
  background-color: #333;
}
body.page-node-add div.row {
  padding-top: 15px;
  font-size: 1.28571429em;
  clear: left;
  max-width: 660px;
}
body.page-node-add div.row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body.page-node-add div.row div.icon {
  height: 55px;
  float: left;
  margin-top: -4px;
  font-family: 'tizen_iconography';
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  -webkit-font-smoothing: antialiased;
  speak: none;
  text-align: center;
  color: #1e9cd8;
}
body.page-node-add div.row div.icon.icon-page:before {
  content: "\28";
}
body.page-node-add div.row div.icon.icon-documentation:before {
  content: "\31";
}
body.page-node-add div.row div.icon.icon-release:before {
  content: "\29";
}
body.page-node-add div.row div.icon.icon-homepage_block:before {
  content: "\25";
}
body.page-node-add div.row div.icon.icon-homepage_feature:before {
  content: "\26";
}
body.page-node-add div.row div.icon.icon-homepage_newsflash:before {
  content: "\27";
}
body.page-node-add div.row div.icon.icon-event:before {
  content: "\23";
}
body.page-node-add div.row div.icon.icon-event_presentation:before {
  content: "\24";
}
body.page-node-add div.row div.icon.icon-conference_session:before {
  content: "\24";
}
body.page-node-add div.row div.icon.icon-blog_entry:before {
  content: "\2a";
}
body.page-node-add div.row div.icon.icon-devunit_application:before {
  content: "\21";
}
body.page-node-add div.row div.icon.icon-development_unit:before {
  content: "\21";
}
body.page-node-add div.row div.icon.icon-eula_s3_download:before {
  content: "\22";
}
body.page-node-add div.row dt,
body.page-node-add div.row dd {
  padding-left: 0;
  margin-left: 55px;
}
body.page-node-add div.row dd {
  padding-bottom: 15px;
  border-bottom: 1px solid #FEFEFE;
  -webkit-box-shadow: inset 0 -1px 0 0 #d5d5d5;
  -moz-box-shadow: inset 0 -1px 0 0 #d5d5d5;
  box-shadow: inset 0 -1px 0 0 #d5d5d5;
}
body.page-node-add div.row:first-child {
  padding-top: 0 '';
}
/**
 * 404 Page
 */
body.page-404 #main {
  padding-bottom: 0;
}
body.page-404 #main nav.breadcrumb {
  display: none;
}
body.page-404 #main #content {
  padding: 0;
  overflow: hidden;
}
body.page-404 #main #content h1.title {
  display: none;
}
body.page-404 #main #content .content {
  position: relative;
}
body.page-404 #main #content .content img.background-404 {
  display: none;
}
body.page-404 #main #content .content .header-404 {
  position: absolute;
  left: 533px;
  top: 68px;
  z-index: 3;
  width: 560px;
  padding: 0 0 37px 0;
  border-bottom: 1px solid #e5e5e5;
}
body.page-404 #main #content .content .header-404 h1 {
  margin: 0;
  padding: 0;
  color: #d6d6d6;
  font-size: 120px;
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  white-space: nowrap;
  line-height: 100%;
}
body.page-404 #main #content .content .header-404 h2 {
  margin: 5px 0 0 0;
  padding: 0;
  color: #2d2d2d;
  font-size: 24px;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
}
body.page-404 #main #content .content .description-404 {
  position: relative;
  z-index: 1;
  padding: 270px 0 74px 533px;
  background: url(../images/404_bg.png) no-repeat left top;
}
body.page-404 #main #content .content .description-404 dl {
  margin: 0;
  padding: 15px 0 0 0;
}
body.page-404 #main #content .content .description-404 dt {
  margin: 0 0 13px 0;
  padding: 0 0 0 15px;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  color: #494949;
  font-size: 18px;
  background: url(../images/blt-404.png) no-repeat left 8px;
}
body.page-404 #main #content .content .description-404 dd {
  margin: 0 0 23px 0;
  padding: 0 0 0 15px;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  color: #767676;
  font-size: 14px;
}
/**
 * UX Guide
 */
.ux-guidelines .ux-guide-item {
  float: left;
  margin-bottom: 40px;
  width: 240px;
}
.ux-guidelines .ux-guide-item .dynamicbox {
  width: 240px;
  height: 240px;
  background-color: white;
  position: relative;
  border: 1px solid #ebebeb;
  box-shadow: 0px 2px 3px #dddddd;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ux-guidelines .ux-guide-item .dynamicbox p {
  display: none;
}
.ux-guidelines .ux-guide-item .dynamicbox .dynamic-content-box {
  padding: 4px;
  width: 231px;
  height: 231px;
  /*background-color:red;*/
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ux-guidelines .ux-guide-item .dynamicbox .dynamic-content-box .category-graphic {
  border: 1px solid #ECEFF1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ux-guidelines .ux-guide-item .dynamicbox .label-overlay {
  height: 20%;
  width: 100%;
  margin-bottom: -1px;
  background-color: black;
  opacity: 0.5;
  position: absolute;
  -moz-border-top-left-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  bottom: 0;
  left: 0;
}
.ux-guidelines .ux-guide-item .dynamicbox .label-contents {
  height: 20%;
  width: 100%;
  padding-left: 10px;
  margin-bottom: -1px;
  position: absolute;
  bottom: -8px;
  z-index: 1;
}
.ux-guidelines .ux-guide-item .dynamicbox .label-contents .label-text {
  display: block;
  font-size: 1.2em;
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  position: absolute;
  color: white;
  text-transform: uppercase;
  bottom: 0;
  z-index: 2;
  padding-bottom: 19px;
  padding-left: 38px;
}
.ux-guidelines .ux-guide-item .dynamicbox .label-contents .label-text a {
  color: white;
}
.ux-guidelines .ux-guide-item .section-details {
  width: 240px;
}
.ux-guidelines .ux-guide-item .section-details h2 {
  font-size: 1.71428571em;
  margin-top: 25px;
}
.ux-guidelines .ux-guide-item .section-details p {
  margin: 0;
  font-size: 1.14285714em;
}
.ux-guidelines .separator {
  height: 0;
}
/******************** Partners View *****/
.view-partners img {
  display: block;
  float: left;
}
.view-partners .views-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #cdcdcd;
  clear: both;
}
.view-partners .views-row-1 {
  border-top: none;
}
.view-partners .views-field-body,
.view-partners .views-field-field-website {
  margin-left: 230px;
}
.view-partners .views-field-field-partnery-category {
  display: none;
}
/******************** @end Partners View *****/
/******************** Feature Key List View **********/
div.content .view-os-features .view-content table.views-table caption {
  text-transform: capitalize;
  font-size: 2em;
  text-align: left;
}
div.content .view-os-features .view-content table.views-table td {
  font-size: 1em;
}
div.content .view-os-features .view-content h3:first-child {
  display: none;
}
div.content .view-os-features .views-row {
  border-bottom: 1px dashed #CFCFCF;
  margin-bottom: 15px;
}
div.content .view-os-features .views-row p {
  margin-top: 0;
}
div.content .view-os-features .views-row a {
  color: #2d2d2d;
  cursor: default;
}
div.content .view-os-features .views-row a.edit,
div.content .view-os-features .views-row a.edit:visited,
div.content .view-os-features .views-row a.edit:active {
  cursor: pointer;
  color: #1e9cd8;
}
div.content .view-os-features .views-row a:hover,
div.content .view-os-features .views-row a:active {
  text-decoration: none;
  color: #2d2d2d;
}
.view-os-feature-categories a {
  text-transform: capitalize;
}
/******************** @end Feature Key List View *****/
.left-space {
  padding-left: 20px;
}
.annotator-hl.highlight-processed {
  background: rgba(150, 150, 150, 0.2);
}
.annotator-adder button {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.annotator-adder button:hover {
  background-color: transparent;
}
a.colorbox.init-colorbox-processed {
  position: relative;
  display: inline-block;
  line-height: 0;
  border: 4px solid #b1b1b1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 12px;
  /* space between image+border and caption*/
}
a.colorbox.init-colorbox-processed:after {
  display: block;
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  right: 0;
  top: 0;
  background: transparent url('../images/icons/enlarge.png') no-repeat;
}
html.lt-ie9 a.colorbox.init-colorbox-processed {
  border: 0;
  float: none;
  display: inline;
}
html.lt-ie9 a.colorbox.init-colorbox-processed:after {
  background-image: none;
  width: 0;
  height: 0;
}
/******************** Multi-column layouts *****/
/* Reusable column setup from http://gridpak.com/ */
.col,
.three-column,
.two-column {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
/******************** @end Multi-column layouts *****/
/******************** Flexbox Chart Diagram - Mobile First *****/
/* Set main diagram and main column to flex column */
.chart-diagram,
.chart-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* Set chart-row and chart-aside to flex column */
.chart-row ul,
.chart-aside ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* Wide layout changes */
@media (min-width: 768px) {
  /* Set chart-diagram to flex row for any chart-aside elements */
  .chart-diagram {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* Set chart-main to flex column for sections to divide */
  .chart-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* Set width and margin of aside */
  .chart-aside {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10em;
    -ms-flex: 0 0 10em;
    flex: 0 0 10em;
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .chart-aside ul {
    flex-grow: 1;
  }
  /* Set first ul of chart-row to flex row */
  .chart-row ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* Set chart-subsection to flex-grow: 1; to grow in container */
  .chart-diagram ul li.chart-subsection {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
/* Clean up some list styles from inheritence */
.chart-diagram ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
/* Individual item styles */
.chart-diagram ul li {
  display: block;
  background: #ccc;
  border: 2px solid #fff;
  text-align: center;
  overflow: hidden;
  padding: 10px;
  margin: 5px;
  -webkit-transition: all linear .1s;
  transition: all linear .1s;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  width: auto;
  flex-grow: 1;
}
.chart-diagram a {
  color: #333;
  font-size: .9em;
  text-decoration: none;
  font-weight: bold;
}
.chart-diagram br {
  display: none;
}
.chart-center {
  justify-content: center;
}
/* Section styles */
.chart-row > ul,
.chart-aside > ul {
  border: 2px solid gray;
  margin-bottom: 20px;
  border-radius: 4px;
}
.chart-diagram ul li.chart-subsection {
  margin: 5px;
  padding: 5px;
  border: 2px dashed white;
  border-radius: 4px;
  font-size: .9em;
  max-height: none;
}
/* Section Colors */
.chart-yellow {
  background: #EED484;
}
.chart-blue {
  background: #248BD1;
}
.chart-red {
  background: #ECBAA8;
}
.chart-dark-gray {
  background: #2A3C4A;
}
.chart-mid-gray {
  background: #677784;
}
.chart-light-gray {
  background: #C4C8CA;
}
.chart-green {
  background: #00B2A9;
}
.chart-purple {
  background: #59315f;
}
/******************** @end Flexbox Chart Diagram - Mobile First *****/
/******************** Form Elements Style - import jQuery UI  *****/
input.form-text {
  display: inline-block;
  padding: 0 0 0 0;
  height: 42px;
  text-indent: 15px;
}
.form-search {
  position: relative;
  padding: 0 42px 0 0;
}
.form-search input[type="submit"] {
  width: 42px;
}
.form-search {
  display: inline-block;
  position: relative;
  padding: 0 42px 0 0;
  border-bottom: 2px solid #d6d6d6;
}
.form-search input.form-text {
  display: inline-block;
  padding: 0 0 0 0;
  width: 100%;
  height: 42px;
  font-size: 1.14285714em;
  text-indent: 10px;
  border: none;
}
.form-search input.form-text:focus {
  outline: none;
}
.form-search input[type='submit'] {
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  background: url(../images/icon_search.png) no-repeat 50%;
}
.form-search input[type='submit']:focus {
  outline: none;
}
.form-type-select > span {
  display: inline-block;
  width: 100%;
  height: 42px;
}
a.undefined-dropdown {
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0px;
  width: auto !important;
  height: 42px;
  line-height: 40px;
  font-size: 100%;
  color: #494949;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
}
a.undefined-dropdown span {
  margin: 0 15px;
  display: inline-block;
}
a.undefined-dropdown span.undefined-status {
  float: left;
  margin: 0 15px 0 15px;
  color: #555;
}
a.undefined-dropdown span.undefined-icon {
  float: right;
  margin-top: 13px;
  background: url(../images/form-select_type1.png) no-repeat 50%;
}
a.undefined-dropdown.ui-state-active span.undefined-icon {
  background: url(../images/form-select_type1_on.png) no-repeat 50%;
}
.form-select-type1 {
  display: inline-block;
  height: 44px;
  vertical-align: middle;
}
.form-select-type1 a.undefined-dropdown {
  overflow: hidden;
  display: inline-block;
  margin: 0;
  padding: 0px;
  width: auto !important;
  height: 42px;
  line-height: 40px;
  font-size: 100%;
  color: #494949;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
}
.form-select-type1 a.undefined-dropdown span {
  margin: 0 15px;
  display: inline-block;
}
.form-select-type1 a.undefined-dropdown span.undefined-status {
  float: left;
  margin: 0 15px 0 15px;
}
.form-select-type1 a.undefined-dropdown span.undefined-icon {
  float: right;
  margin-top: 13px;
  background: url(../images/form-select_type1.png) no-repeat 50%;
}
.form-select-type1 a.undefined-dropdown.ui-state-active span.undefined-icon {
  background: url(../images/form-select_type1_on.png) no-repeat 50%;
}
.form-select-type2 {
  display: inline-block;
  height: 44px;
  vertical-align: middle;
}
.form-select-type2 a.undefined-dropdown {
  overflow: hidden;
  display: inline-block;
  margin: 0;
  padding: 0px;
  width: auto !important;
  height: 42px;
  line-height: 40px;
  font-size: 100%;
  color: #494949;
  background: transparent;
  border: none;
  border-bottom: 2px solid #d6d6d6;
  border-radius: 0px;
}
.form-select-type2 a.undefined-dropdown span {
  margin: 0 15px;
  display: inline-block;
}
.form-select-type2 a.undefined-dropdown span.undefined-status {
  float: left;
  margin: 0 17px 0 15px;
}
.form-select-type2 a.undefined-dropdown span.undefined-icon {
  float: right;
  margin: 24px 0 0 30px;
  background: url(../images/form-select_type2.png) no-repeat 50%;
}
.ui-widget-content {
  background: transparent;
}
.undefined-menu {
  display: none;
  z-index: 10 !important;
  min-height: 430px;
  overflow: auto;
  overflow-x: hidden;
}
.undefined-menu.undefined-open {
  display: inline-block;
}
.undefined-menu.undefined-open ul {
  width: auto !important;
  font-size: 100%;
}
.undefined-menu.undefined-open ul li {
  list-style: none;
  margin: -1px 0 0 0;
  padding: 0;
}
.undefined-menu.undefined-open ul li a {
  display: block;
  padding: 0 61px 0 15px;
  width: auto;
  height: 41px;
  line-height: 41px;
}
.undefined-menu .undefined-menu-dropdown {
  margin: 0;
  padding: 0;
}
.undefined-menu .undefined-menu-dropdown li {
  display: block;
}
.undefined-menu .undefined-menu-dropdown li.ui-state-hover {
  border: none;
}
.undefined-menu .undefined-menu-dropdown li a {
  display: block;
  padding: 0 55px 0 15px;
  white-space: nowrap;
  width: auto;
  background: #ffffff;
  border: 1px solid #d6d6d6;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border: none;
  border-radius: 0px;
}
.ui-button {
  background: transparent;
}
.ui-button .ui-button-text {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0 0 1px 25px;
  color: #767676;
  font-size: 1em;
  text-align: left;
}
.ui-button .ui-button-text.ui-check {
  margin-top: 4px;
  margin-bottom: 4px;
  background: url(../images/form/form-checkbox.png) no-repeat left 1px;
}
.ui-button .ui-button-text.ui-radio {
  margin-top: 4px;
  margin-bottom: 4px;
  background: url(../images/form/form-radio.png) no-repeat left 2px;
}
.ui-button.ui-state-active .ui-button-text.ui-check {
  margin-top: 4px;
  margin-bottom: 4px;
  background: url(../images/form/form-checkbox-on.png) no-repeat left 1px;
}
.ui-button.ui-state-active .ui-button-text.ui-radio {
  margin-top: 4px;
  margin-bottom: 4px;
  background: url(../images/form/form-radio-on.png) no-repeat left 2px;
}
/******************** @End Form Elements Style - import jQuery UI  *****/
.box-feedback {
  clear: both;
  padding: 24px;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.box-feedback .feedback {
  float: left;
}
.box-feedback .feedback p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.box-feedback .feedback p.title {
  margin-bottom: 10px;
  font-size: 22px;
}
.box-feedback .buttons {
  float: right;
  margin: 5px 0 0 0;
}
.box-feedback .buttons button {
  margin: 0 0 0 0px;
  padding: 0;
  width: 110px;
  height: 40px;
  line-height: 40px;
  font-size: 1em;
}
.box-feedback .buttons p {
  padding: 0 50px 0 25px;
  font-size: 1em;
  color: #1e9cd9;
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  background: url(../images/icon-answer.png) no-repeat left 50%;
}
.box-feedback label {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  text-align: left;
}
.box-feedback.step-3 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.box-feedback.step-3 .feedback p {
  display: inline-block;
  color: #1e9cd8;
}
.box-feedback.step-3 .feedback p.title {
  margin: 0 15px 0 0;
  padding: 18px 40px 18px 0;
  font-size: 26px;
  background: url(../images/feedback-step3.png) no-repeat right top;
}
.feedback-form {
  padding: 24px;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.feedback-form label {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: normal;
}
.feedback-form .form-radios label {
  margin-bottom: 4px;
  font-size: 1em;
  font-weight: normal;
}
.feedback-form .form-item.form-type-textarea.form-item-message label {
  display: none;
}
.feedback-form .form-textarea-wrapper textarea {
  padding: 15px;
}
.feedback-form .fon {
  text-align: left;
}
.feedback-form .fon input {
  margin-right: 0;
  font-size: 1em;
}
/*  Tip & Tech */
.list-tipsntech {
  overflow: hidden;
}
.list-tipsntech .contain {
  width: 130%;
  overflow: hidden;
}
.list-tipsntech .contain .list-item {
  float: left;
  margin: 0 24px 24px 0;
}
.list-tipsntech .contain .list-item a {
  display: block;
  position: relative;
  width: 345px;
  height: 243px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}
.list-tipsntech .contain .list-item a .icon-new {
  position: absolute;
  right: 24px;
  top: 28px;
}
.list-tipsntech .contain .list-item a h2 {
  margin: 0;
  padding: 0 30px;
  line-height: 130%;
  font-size: 24px;
  color: #2d2d2d;
  max-height: 95px;
  overflow: hidden;
}
.list-tipsntech .contain .list-item a h2:hover {
  text-decoration: underline;
}
.list-tipsntech .contain .list-item a .date {
  margin: 26px 0 20px 0;
  padding: 0 30px;
  font-size: 14px;
  color: #a3a3a3;
}
.list-tipsntech .contain .list-item a .category {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 345px;
  height: 54px;
  line-height: 54px;
  border-top: 1px solid #e5e5e5;
  background: #f9f9f9;
}
.list-tipsntech .contain .list-item a .category p {
  display: inline-block;
  margin: 0;
  padding: 0 30px;
  color: #1e9cd9;
  line-height: 130%;
  vertical-align: middle;
}
.list-tipsntech .contain .list-item a:hover {
  text-decoration: none;
}
p .top {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 0 0 0 560px;
}
.section-category #comments,
header p.submitted {
  display: none;
}
.section-category header p.submitted {
  display: block;
}
#toc-navigation {
  float: right;
  margin: 0 0 30px 23px;
  width: 288px;
}
#toc-navigation #profile {
  margin: 0 0 10px 0;
}
#toc-navigation #profile p {
  margin: 0;
}
#toc-navigation #toc_border {
  margin: 0 0 8px 0;
  padding: 0 23px 23px 23px;
  border: 1px solid #e5e5e5;
}
#toc-navigation #toc_border .toc-title {
  margin: 16px 0 0 0;
  padding: 13px 0 12px 0;
  font-size: 16px;
  color: #494949;
  border-top: 1px solid #e5e5e5;
}
#toc-navigation #toc_border .toc-title:first-child {
  margin: 5px 0 0 0;
  padding: 13px 0 12px 0;
  border: none;
}
#toc-navigation #toc_border a {
  display: block;
  margin: 0;
  padding: 0 0 1px 0;
}
#toc-navigation #toc_border ol.toc {
  margin: 0;
  padding: 0 0 0 23px;
  color: #248bd1;
}
#toc-navigation #toc_border ol.toc li {
  padding: 2px 0;
}
#toc-navigation #toc_border ul.toc {
  margin: 0;
  padding: 0 0 0 23px;
}
#toc-navigation #toc_border ul.toc li {
  padding: 2px 0;
}
.field-name-field-category .field-label {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 1em;
  font-weight: normal;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
}
.field-name-field-category .field-items a {
  display: inline-block;
  padding: 2px 10px;
  background: #e5e5e5;
  color: #494949;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.field-name-field-category .field-items a li {
  display: list-item;
  padding: 2px 0;
}
#overlay_nav {
  width: 196px;
  border: 3px solid #e5e5e5;
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.49);
  /* drop shadow */
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.49);
  /* drop shadow */
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.49);
  /* drop shadow */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTVlNyIgc3RvcC1vcGFjaXR5PSIwLjQ5Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjQ5Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  /* gradient overlay */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.49) 0%, rgba(255, 255, 255, 0.49) 100%);
  /* gradient overlay */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.49) 0%, rgba(255, 255, 255, 0.49) 100%);
  /* gradient overlay */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.49) 0%, rgba(255, 255, 255, 0.49) 100%);
  /* gradient overlay */
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.49) 0%, rgba(255, 255, 255, 0.49) 100%);
  /* gradient overlay */
  background: #ffffff;
}
#overlay_nav h2 {
  margin: 0;
  padding: 8px 0 10px 0;
  text-align: center;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #2d2d2d;
  background: #e5e5e5;
}
#overlay_nav ol {
  margin: 0;
  padding: 23px 0;
}
#overlay_nav ol li {
  margin: 8px 0 0 0;
  padding: 13px 0 0 0;
  list-style: none;
  background: url(../images/img-location-arrow.png) no-repeat 50% top;
}
#overlay_nav ol li a {
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  line-height: 130%;
  color: #1E9CD9;
}
#overlay_nav ol li:first-child {
  margin: 0;
  padding: 0;
  background: none;
}
#overlay_nav ol li:first-child a {
  width: 20px;
  height: 20px;
  background: url(../images/img-location-home.png) no-repeat 50% 50%;
  overflow: hidden;
  text-indent: -99999px;
}
.field-name-field-sdk-version {
  padding: 10px 0;
  text-align: right;
}
.field-name-field-sdk-version .field-items,
.field-name-field-sdk-version .field-label {
  display: inline-block;
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.devicespecs-util {
  border-bottom: 1px solid #d6d6d6;
  clear: both;
}
.devicespecs-util ul {
  text-align: right;
}
.devicespecs-util ul li {
  list-style: none;
  display: inline-block;
}
.devicespecs-util ul li:first-child {
  margin: 0 10px 0 0;
  padding: 0 15px 0 0;
  background: url(../images/bg_divisionbar.png) no-repeat right 50%;
}
.devicespecifications {
  margin: 0 !important;
  padding: 0 !important;
}
.devicespecifications > li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #d6d6d6;
}
.devicespecifications > li h2 {
  margin: 20px 0;
  padding-right: 100px;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 1.57142857em;
}
.devicespecifications > li .devicespec-con {
  padding-bottom: 20px;
}
.devicespecifications > li .devicespec-con p,
.devicespecifications > li .devicespec-con li {
  color: #494949;
}
.bt-arr {
  float: right;
  display: block;
  margin: -45px 0 0 0;
  padding: 1px 0 2px 0;
  width: 80px;
  height: 25px;
  line-height: 25px;
  text-indent: 10px;
  color: #ffffff;
  background: #1e9cd8 url(../images/bg_btn_arr_show.png) no-repeat right 50%;
  border-radius: 3px;
}
.bt-arr.show-btn-link {
  background: #1e9cd8 url(../images/bg_btn_arr_show.png) no-repeat right 50%;
}
.bt-arr.hide-btn-link {
  background: #1e9cd8 url(../images/bg_btn_arr_hide.png) no-repeat right 50%;
}
.bt-arr em {
  color: #ffffff;
  font-style: normal;
}
#toc-navigation,
.toc-navigation {
  float: right;
  margin: 0 0 30px 23px;
  width: 288px;
}
#toc-navigation .profile,
.toc-navigation .profile {
  margin: 0 0 10px 0;
}
#toc-navigation .video,
.toc-navigation .video,
#toc-navigation .download,
.toc-navigation .download,
#toc-navigation .document,
.toc-navigation .document {
  margin: 0 0 8px 0;
  padding: 0 23px 23px 23px;
  border: 1px solid #e5e5e5;
}
#toc-navigation .video p,
.toc-navigation .video p,
#toc-navigation .download p,
.toc-navigation .download p,
#toc-navigation .document p,
.toc-navigation .document p {
  margin: 16px 0 0 0;
  padding: 13px 0 12px 0;
  font-size: 16px;
  color: #494949;
  border-top: 1px solid #e5e5e5;
}
#toc-navigation .video p:first-child,
.toc-navigation .video p:first-child,
#toc-navigation .download p:first-child,
.toc-navigation .download p:first-child,
#toc-navigation .document p:first-child,
.toc-navigation .document p:first-child {
  margin: 5px 0 0 0;
  padding: 13px 0 12px 0;
  border: none;
}
#toc-navigation .video a,
.toc-navigation .video a,
#toc-navigation .download a,
.toc-navigation .download a,
#toc-navigation .document a,
.toc-navigation .document a {
  display: block;
  margin: 0;
  padding: 0 0 1px 0;
}
#toc-navigation .video ol,
.toc-navigation .video ol,
#toc-navigation .download ol,
.toc-navigation .download ol,
#toc-navigation .document ol,
.toc-navigation .document ol {
  margin: 0;
  padding: 0 0 0 23px;
  color: #248bd1;
}
#toc-navigation .video ol li,
.toc-navigation .video ol li,
#toc-navigation .download ol li,
.toc-navigation .download ol li,
#toc-navigation .document ol li,
.toc-navigation .document ol li {
  padding: 2px 0;
}
#toc-navigation .video ul,
.toc-navigation .video ul,
#toc-navigation .download ul,
.toc-navigation .download ul,
#toc-navigation .document ul,
.toc-navigation .document ul {
  margin: 0;
  padding: 0 0 0 23px;
}
#toc-navigation .video ul li,
.toc-navigation .video ul li,
#toc-navigation .download ul li,
.toc-navigation .download ul li,
#toc-navigation .document ul li,
.toc-navigation .document ul li {
  padding: 2px 0;
}
#toc-navigation .video,
.toc-navigation .video {
  background: #ffffff url(../images/bg_toc_video.png) no-repeat right top;
}
#toc-navigation .download,
.toc-navigation .download {
  background: #f9f9f9 url(../images/bg_toc_download.png) no-repeat right top;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 99999px;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
/* slick-theme css */
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.text-type1 {
  color: #dc6060 !important;
}
.text-type2 {
  color: #00b4af !important;
}
.documentation-taxonomy-fields {
  margin-top: -10px;
  overflow: hidden;
}
.documentation-taxonomy-fields .field-name-field-tags {
  position: relative;
  margin-top: 10px;
  margin-right: 80px;
}
.documentation-taxonomy-fields .field-name-field-tags .field-label {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 1.142857143em;
  color: #494949;
  font-weight: 400;
  margin-top: 2px;
}
.documentation-taxonomy-fields .field-name-field-tags .field-items {
  visibility: collapse;
  margin-left: 45px;
}
.documentation-taxonomy-fields .field-name-field-tags .field-items a {
  visibility: visible;
  margin: 0 0 5px 0;
  display: inline-block;
  padding: 2px 10px;
  color: #494949;
  font-size: 1em;
  border-radius: 3px;
  background: #e5e5e5;
}
.documentation-taxonomy-fields .field-name-field-category {
  position: relative;
  margin-top: 10px;
  margin-right: 80px;
}
.documentation-taxonomy-fields .field-name-field-category .field-label {
  font-size: 1.142857143em;
  color: #494949;
  font-weight: 400;
  margin-top: 2px;
}
.documentation-taxonomy-fields .field-name-field-category .field-items a {
  display: inline-block;
  padding: 2px 10px;
  color: #494949;
  font-size: 1em;
  border-radius: 3px;
  background: #e5e5e5;
}
code.prettyprint {
  padding: 0 5px !important;
  color: #1e9cd8 !important;
  background: #d8fbfa !important;
  border: 1px solid #a8e6e3 !important;
}
span.ext {
  margin: 0 5px;
  background: url(../images/extlink.png) no-repeat right center;
}
.line-header {
  overflow: hidden;
  height: 0px;
  border-top: 1px solid #e5e5e5;
}
.site-map {
  /*
    z-index: 100;
    position: absolute;
    left: 50%;
    top: 30px;
    width: 1089px;
    overflow: hidden;
    margin: 0 0 0 -545px;
    */
  display: none;
  width: 1089px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 60px 0;
  background: #ffffff;
}
.site-map .header {
  border-bottom: 1px solid #ececec;
  padding: 52px 0 16px 0;
}
.site-map .header #logo {
  display: inline-block;
  float: none;
  vertical-align: middle;
  line-height: 1.3em;
}
.site-map #name-and-slogan {
  display: inline-block;
}
.site-map #name-and-slogan h1 {
  display: inline-block;
}
.site-map #name-and-slogan h1 a,
.site-map #name-and-slogan h1 a:link {
  display: inline-block;
  font-size: 16px;
  color: #2d2d2d;
  font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  text-transform: none;
  text-decoration: none;
}
.site-map #name-and-slogan h1 a span.tizen,
.site-map #name-and-slogan h1 a:link span.tizen {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
.site-map .mobile-account-view {
  display: none;
}
.site-map .mobile-tab {
  display: none;
}
.site-map button.site-links {
  margin: 0 10px 0 0;
  padding: 0;
  width: 30px;
  height: 30px;
  background: transparent url(../images/icon-sitelinks-on.png) no-repeat left 60%;
  border: none;
  border-radius: 0;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
}
.site-map article ul {
  float: left;
  margin: 0;
  padding: 0;
}
.site-map article ul li {
  list-style: none;
  float: left;
  width: 204px;
  margin: 0 32px 0 0;
  padding: 0;
}
.site-map article ul li > a {
  display: block;
  margin: 0 0 32px 0;
  padding: 45px 0 17px 0;
  font-size: 1.5em;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  color: #2d2d2d;
  border-bottom: 1px solid #494949;
}
.site-map article ul li ul {
  float: none;
}
.site-map article ul li ul li {
  float: none;
  width: auto;
  margin: 0 0 32px 0;
  padding: 0;
  list-style: none;
}
.site-map article ul li ul li a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #2d2d2d;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  border: none;
}
.site-map article ul li ul li ul {
  padding: 20px 0 0 0;
}
.site-map article ul li ul li ul li {
  margin: 0 0 12px 0;
  padding: 0 0 0 9px;
  background: url(../images/blt-sitemap.png) no-repeat left 10px;
}
.site-map article ul li ul li ul li a {
  font-size: 14px;
  color: #767676;
}
.site-map article ul li ul li ul li a:hover {
  color: #1d9cd8;
}
.site-map article ul li ul li ul li ul {
  display: none;
}
.site-map article ul li ul li ul li + li {
  margin: 0 0 12px 0;
}
.site-map article ul li ul li + li + li {
  margin: 0 0 32px 0;
}
.site-map article ul li.first {
  width: 145px;
}
.site-map article ul li + li + li + li + li {
  margin: 0;
}
.site-map article ul li + li + li + li + li ul li a .icon {
  display: none;
}
.site-map article ul li + li + li + li + li ul li ul {
  display: none;
}
.site-map article ul.menu-tizen {
  margin: 0 32px 0 0;
  width: 145px;
}
.site-map article ul.menu-tizen li {
  margin: 0;
  padding: 0;
  float: none;
  width: auto;
}
.site-map article ul.menu-tizen li ul li {
  margin: 0 0 32px 0;
}
.site-map article > div > ul > li > a {
  background: url(../images/bg_sitemap1.png) no-repeat left 31px;
}
.site-map article > div > ul > li + li > a {
  background: url(../images/bg_sitemap2.png) no-repeat left 31px;
}
.site-map article > div > ul > li + li + li > a {
  background: url(../images/bg_sitemap3.png) no-repeat left 31px;
}
.site-map article > div > ul > li + li + li + li > a {
  background: url(../images/bg_sitemap4.png) no-repeat left 31px;
}
.site-map article > div > ul > li + li + li + li + li > a {
  background: url(../images/bg_sitemap5.png) no-repeat left 31px;
}
.contain-banner {
  overflow: hidden;
}
.contain-banner div {
  float: left;
  width: 245px;
  height: 180px;
  margin: 0 0 0 25px;
  padding: 0;
  border: 1px solid #e5e5e5;
}
.contain-banner div dl {
  margin: 0;
  padding: 24px;
}
.contain-banner div dl dt {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #494949;
}
.contain-banner div dl dd {
  font-size: 14px;
  color: #494949;
  margin: 0;
  padding: 15px 0 20px 0;
  height: 55px;
}
.contain-banner div dl dd.link {
  padding: 0;
  height: auto;
}
.contain-banner div dl dd.link a {
  padding: 0 16px 0 0;
  font-size: 14px;
  color: #1d9cd8;
  background: url(../images/bg_link_blue.png) no-repeat right 5px;
}
.contain-banner div:first-child {
  margin: 0;
}
.section-category .pager {
  margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid #d6d6d6;
}
.section-category article {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
  overflow: hidden;
}
.section-category article header h2 {
  margin-top: 0;
}
.section-category article header h2 a {
  font-size: 16px;
}
.section-category article header .submitted {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #a3a3a3;
}
.section-category article .field-type-text-with-summary {
  overflow: hidden;
  height: 40px;
}
.section-category article .field-type-text-with-summary * {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #494949;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
}
.section-category article .btn-wrap {
  display: none;
}
.section-category article .links-comments {
  display: none;
}
.section-blogs .links-comments {
  display: block;
}
a.colorbox.init-colorbox-processed {
  position: relative;
  display: inline;
  line-height: 0;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 12px;
}
a.colorbox.init-colorbox-processed img {
  display: inline;
}
a.colorbox.init-colorbox-processed > img[align^="left"] {
  display: block;
  margin: 0 12px 12px 0;
  float: left;
}
a.colorbox.init-colorbox-processed > img[align^="right"] {
  display: block;
  margin: 0 0 12px 12px;
  float: right;
}
a.colorbox.init-colorbox-processed:after {
  display: none;
}
.documentation_version_container {
  overflow: hidden;
  margin-bottom: 24px;
  padding-top: 24px;
  text-align: right;
}
.documentation_version_container a {
  display: inline-block;
  float: left;
  margin: 0 0 0 0px;
  padding: 0;
  width: 140px;
  height: 44px;
  line-height: 42px;
  font-size: 1em;
  background-color: #1e9cd9;
  color: #fff !important;
  border-radius: 24px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.documentation_version_container a:visited {
  color: #fff;
}
.documentation_version_container a:hover {
  text-decoration: none;
}
.documentation_version_container .field-name-field-sdk-version,
.documentation_version_container .field-name-field-platform-version,
.documentation_version_container .field-label,
.documentation_version_container .field-items,
.documentation_version_container .field-item {
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.documentation_version_container .field-name-field-platform-version,
.documentation_version_container .field-name-field-sdk-version {
  margin-top: 20px;
  margin-left: 10px;
}
.field-items p:empty {
  display: none;
}
.my-content .my-content-edit-title .form-text {
  margin-right: 0px !important;
}
.my-content .my-content-edit-state {
  width: 220px;
}
.my-content .my-content-edit-my-role {
  width: 145px;
}
.my-content .views-exposed-widget.views-widget-per-page {
  width: 120px !important;
}
.my-content .form-submit {
  margin-top: 20px !important;
}
.content-overview .my-content-edit-title {
  width: 230px;
}
.content-overview .my-content-edit-title input.form-text {
  margin-right: 0px !important;
}
.content-overview .my-content-edit-type {
  width: 400px;
}
.content-overview .my-content-edit-state {
  width: 220px;
}
.content-overview .my-content-edit-field-author-uid {
  width: 270px;
}
.content-overview .my-content-edit-plid {
  width: 400px;
}
.content-overview .form-submit {
  margin-top: 20px !important;
}
.content-overview .form-item.form-type-select.form-item-items-per-page {
  margin-top: 0px !important;
}
@media all and (max-width: 768px) {
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"],
  input[type="text"],
  .form-select-type1,
  .form-select-type2 {
    width: 100%;
  }
  .form-select-type1 a.undefined-dropdown {
    width: 100% !important;
    box-sizing: border-box;
  }
  .form-select-type2 a.undefined-dropdown {
    width: 100% !important;
    box-sizing: border-box;
  }
  .form-search {
    display: block;
    width: auto;
  }
  .cont-code {
    width: auto;
  }
  /***** @group Header ********************/
  header#header,
  #utility-nav {
    display: none;
  }
  nav#mobile-menu {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
  }
  nav#mobile-menu #tizen-search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  nav#mobile-menu #tizen-search-btn,
  nav#mobile-menu #tizen-search-area {
    display: block;
  }
  nav#mobile-menu #name-and-slogan {
    display: inline-block;
    margin-top: 19px;
    vertical-align: middle;
  }
  nav#mobile-menu #name-and-slogan h1 {
    display: inline-block;
    margin: 0;
  }
  nav#mobile-menu #name-and-slogan h1 a,
  nav#mobile-menu #name-and-slogan h1 a:link {
    display: inline-block;
    font-size: 16px;
    color: #2d2d2d;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    text-transform: none;
    text-decoration: none;
  }
  nav#mobile-menu #name-and-slogan h1 a span.tizen,
  nav#mobile-menu #name-and-slogan h1 a:link span.tizen {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }
  nav#mobile-menu .mobile-search-text {
    display: none;
    background: #1d9cd8;
    color: #ffffff;
    border: none;
    height: 71px;
    margin: 0;
    padding: 0;
    text-indent: 20px;
    font-size: 1.375em;
    font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
    border-radius: 0;
    /* firefox 19+ */
    /* ie */
  }
  nav#mobile-menu .mobile-search-text::-webkit-input-placeholder {
    color: #bbdbf0;
  }
  nav#mobile-menu .mobile-search-text::-moz-placeholder {
    color: #bbdbf0;
  }
  nav#mobile-menu .mobile-search-text:-ms-input-placeholder {
    color: #bbdbf0;
  }
  nav#mobile-menu button.site-links {
    margin: 21px 10px 0 15px;
  }
  nav#mobile-menu #logo {
    display: inline-block;
    float: none;
    vertical-align: middle;
    line-height: 1;
    margin-top: 21px;
  }
  nav#mobile-menu.stuck {
    position: absolute;
  }
  nav#mobile-menu a {
    text-transform: uppercase;
    color: white;
    font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  }
  nav#mobile-menu a.active,
  nav#mobile-menu a.active-parent {
    color: black;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    text-decoration: none;
  }
  nav#mobile-menu a:hover,
  nav#mobile-menu a:active {
    text-decoration: none;
  }
  nav#mobile-menu h1 {
    font-size: 1em;
  }
  nav#mobile-menu h1 a,
  nav#mobile-menu h1 a.active {
    color: #d8d9d3;
    font-family: 'Conv_Tizen', Helvetica, Arial, sans-serif;
    line-height: 1.9em;
  }
  nav#mobile-menu h1 span.tizen {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    float: left;
    height: 1.28571429em;
    width: 5.79150579em;
    margin-right: 0.5em;
    background: transparent url(../images/tizen-logo-no-pinwheel.png) no-repeat 0 0;
    background-size: 100% 100%;
    font-size: 1.14285714em;
  }
  nav#mobile-menu a.mobile-menu-button {
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    color: #d4d5d2;
    text-transform: uppercase;
    line-height: 2.14285714em;
    padding: 0 0.57142857em;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /* stroke */
    -moz-border-radius: 0.28571429em;
    -webkit-border-radius: 0.28571429em;
    border-radius: 0.42857143em;
    /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* prevents bg color from leaking outside the border */
    background-color: #303030;
    /* layer fill content */
    box-shadow: 0 0 0.14285714em 0.14285714em rgba(0, 0, 0, 0.1);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjE5Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjE5Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.19) 0%, rgba(255, 255, 255, 0.19) 100%);
    /* gradient overlay */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.19) 0%, rgba(255, 255, 255, 0.19) 100%);
    /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.19) 0%, rgba(255, 255, 255, 0.19) 100%);
    /* gradient overlay */
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.19) 0%, rgba(255, 255, 255, 0.19) 100%);
    /* gradient overlay */
    margin-right: 0.42857143em;
    float: right;
  }
  nav#mobile-menu .mobile-submit {
    position: absolute;
    left: 0px;
    top: -999px;
  }
  nav#mobile-menu a.mobile-search-button {
    float: right;
    padding: 0;
    margin: 0;
    border: 0;
    border-color: #fff;
    border-radius: 0;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-indent: 72px;
    color: #fff;
    background-color: #1d9cd8;
    background-image: url(../images/icons/search_icon.png);
    background-position: 23px center;
    background-repeat: no-repeat;
  }
  nav#mobile-menu a.mobile-search-button.off {
    background-color: #177dad;
    background-image: url(../images/icons/m_search_icon_close.png);
  }
  nav#mobile-menu div.menu-dropdown,
  nav#mobile-menu form.mobile-search-form {
    clear: right;
    margin-top: 2.71428571em;
  }
  nav#mobile-menu div.menu-dropdown ul.parent-menu,
  nav#mobile-menu form.mobile-search-form > div {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    /* stroke */
    border-bottom: 1px solid #000;
    background-color: #1d1d1d;
    /* layer fill content + color overlay */
  }
  nav#mobile-menu div.menu-dropdown {
    background-color: black;
  }
  nav#mobile-menu div.menu-dropdown ul,
  nav#mobile-menu div.menu-dropdown li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  nav#mobile-menu div.menu-dropdown ul li,
  nav#mobile-menu div.menu-dropdown li li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
  }
  nav#mobile-menu div.menu-dropdown ul li:before,
  nav#mobile-menu div.menu-dropdown li li:before {
    content: '';
    padding-right: 0;
  }
  nav#mobile-menu div.menu-dropdown ul.parent-menu {
    padding: 0.71428571em 3.92857143em;
    text-align: center;
  }
  nav#mobile-menu div.menu-dropdown ul.parent-menu li {
    display: inline-block;
    margin: 0.28571429em 0.14285714em;
  }
  nav#mobile-menu div.menu-dropdown ul.parent-menu a.active {
    color: white;
    font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  }
  nav#mobile-menu div.menu-dropdown ul.parent-menu a {
    line-height: 1em;
    display: inline-block;
    padding: 0.57142857em 1.28571429em;
    border-radius: 0.42857143em;
    background-color: #2d2d2d;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMjUlIiB4Mj0iNTAlIiB5Mj0iLTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyOTI5MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMzczNzM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzczNzM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
    /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
    /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
    /* gradient overlay */
    background-image: linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
    /* gradient overlay */
  }
  nav#mobile-menu div.menu-dropdown ul.parent-menu a.active-parent {
    background-color: #5ccbf6;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSItMjUlIiB4Mj0iNTAlIiB5Mj0iMTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzMDZjODMiIHN0b3Atb3BhY2l0eT0iMC41MiIvPgo8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzViY2JmNSIgc3RvcC1vcGFjaXR5PSIwLjE2Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzViY2JmNSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    /* gradient overlay */
    background-image: -moz-linear-gradient(top, rgba(49, 108, 131, 0.52) -25%, rgba(92, 203, 246, 0.16) 79.41%, rgba(92, 203, 246, 0) 125%);
    /* gradient overlay */
    background-image: -o-linear-gradient(top, rgba(49, 108, 131, 0.52) -25%, rgba(92, 203, 246, 0.16) 79.41%, rgba(92, 203, 246, 0) 125%);
    /* gradient overlay */
    background-image: -webkit-linear-gradient(top, rgba(49, 108, 131, 0.52) -25%, rgba(92, 203, 246, 0.16) 79.41%, rgba(92, 203, 246, 0) 125%);
    /* gradient overlay */
    background-image: linear-gradient(top, rgba(49, 108, 131, 0.52) -25%, rgba(92, 203, 246, 0.16) 79.41%, rgba(92, 203, 246, 0) 125%);
    /* gradient overlay */
  }
  nav#mobile-menu div.menu-dropdown ul.parent-menu a i {
    margin-left: 0.5em;
    height: 0;
    width: 0;
    display: inline-block;
    position: relative;
    border-top: 0.35714286em solid transparent;
    border-bottom: 0.35714286em solid transparent;
    border-left: 0.35714286em solid white;
  }
  nav#mobile-menu div.menu-dropdown ul.parent-menu a.active-parent i {
    top: 3px;
    border-top: 0;
    border-left: 0.35714286em solid transparent;
    border-right: 0.35714286em solid transparent;
    border-top: 0.35714286em solid black;
  }
  nav#mobile-menu div.menu-dropdown ul.drop-menu {
    text-align: left;
  }
  nav#mobile-menu div.menu-dropdown ul.drop-menu a {
    font-size: 1.21428571em;
    display: block;
    line-height: 1.3em;
    height: 1.11764706em;
    padding: 0.70588235em 1.17647059em;
    background-color: #292929;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMjUlIiB4Mj0iNTAlIiB5Mj0iLTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyOTI5MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMzczNzM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzczNzM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
    /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
    /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
    /* gradient overlay */
    background-image: linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
    /* gradient overlay */
    border-bottom: solid 1px #222;
    border-top: solid 1px #444;
  }
  nav#mobile-menu div.menu-dropdown ul.drop-menu a.active {
    background-color: #494949;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5NDk0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #494949 0%, #777777 100%);
    /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #494949 0%, #777777 100%);
    /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #494949 0%, #777777 100%);
    /* gradient overlay */
    background-image: linear-gradient(bottom, #494949 0%, #777777 100%);
    /* gradient overlay */
    border-bottom-color: #494949;
    border-top-color: #8b8b8b;
  }
  nav#mobile-menu form.mobile-search-form {
    text-align: right;
  }
  nav#mobile-menu form.mobile-search-form > div {
    padding: 0.71428571em 0.57142857em;
  }
  nav#mobile-menu form.mobile-search-form input.form-text {
    width: 22.57142857em;
    padding-left: 2.71428571em;
    height: 2.14285714em;
    font-size: 1em;
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    line-height: 1em;
    border: 0;
    background: #f4f4f4 url(../images/icons/search_icon.png) no-repeat 0.71428571em 50%;
    -moz-border-radius: 1.07142857em;
    -webkit-border-radius: 1.07142857em;
    border-radius: 1.07142857em;
    /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* prevents bg color from leaking outside the border */
  }
  nav#mobile-menu form.mobile-search-form input.form-text:focus {
    outline: none;
    -moz-box-shadow: 0 0 4px 1px #5bcbf5;
    /* outer glow */
    -webkit-box-shadow: 0 0 4px 1px #5bcbf5;
    /* outer glow */
    box-shadow: 0 0 4px 1px #5bcbf5;
    /* outer glow */
  }
  nav#mobile-menu form.mobile-search-form input.form-submit {
    display: none;
  }
  .lt-ie9 nav#mobile-menu h1 span.tizen {
    background: transparent url(../images/tizen-logo-ie8-mobile.png) no-repeat 0 0;
  }
  .lt-ie9 nav#mobile-menu a.mobile-search-button {
    background: url(../images/icons/mobile-search-ie8.png) no-repeat 0 0;
  }
  /******************** @end   Header *****/
  /***** @group Sidebars ********************/
  /* Basic Sidebars */
  .sidebar .block {
    background-color: #fafbfb;
    padding: 12px 16px 0px;
  }
  .sidebar .block h2 {
    font-size: 1.14285714em;
    text-transform: uppercase;
    margin: 0 0 14px 0;
  }
  .sidebar .block-separate-title {
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .sidebar .block-separate-title h2.block-title {
    background-image: url(../images/icons/sidebar_menu/lvl_1_active.png);
    background-repeat: no-repeat;
    background-position: 14px 6px;
    padding: 0 0 3px 37px;
    margin: 5px 0 6px 0;
    border-bottom: 1px dashed #c4c8ca;
    text-transform: uppercase;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 1.14285714em;
  }
  .sidebar .block-separate-title h2.block-title a,
  .sidebar .block-separate-title h2.block-title a:link {
    color: #2a3c4a;
  }
  .sidebar .block-separate-title .block-content {
    background-color: #fafbfb;
    padding: 12px 16px 0px;
    -webkit-box-shadow: 0 0 2px rgba(124, 136, 144, 0.65);
    -moz-box-shadow: 0 0 2px rgba(124, 136, 144, 0.65);
    box-shadow: 0 0 2px rgba(124, 136, 144, 0.65);
  }
  /* @group SubNav   */
  #block-tizen-global-editorial-help {
    background-color: transparent;
    padding: 0;
  }
  #block-tizen-global-editorial-help .block-inner {
    margin-bottom: 30px;
    width: 100%;
  }
  #block-tizen-global-editorial-help.stuck {
    position: fixed;
    top: 5px;
    width: 269px;
  }
  #block-tizen-global-editorial-help .subnav-jump {
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #f7f7f7;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 1.14285714em;
    padding: 3px 12px 1px 12px;
    margin: 0 10px 8px 0;
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #494949;
    background-color: #e0f5ff;
    border: 1px solid #a6e3ff;
    display: block;
    padding: 0;
    line-height: 28px;
    height: 30px;
    width: 165px;
    margin-left: 52px;
    text-align: center;
  }
  #block-tizen-global-editorial-help .subnav-jump:hover {
    background-color: #5ccbf6;
    color: white;
    border: 1px solid white;
    text-decoration: none;
  }
  #block-tizen-global-editorial-help .subnav-jump .icon {
    font-family: 'tizen_iconography';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    speak: none;
    text-align: center;
    border-right: 1px solid #a9e1f6;
    color: #32414d;
    display: inline-block;
    position: absolute;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 12px;
  }
  #block-tizen-global-editorial-help .subnav-jump:hover {
    background-color: #dcf3fa;
    text-decoration: none;
  }
  #block-tizen-global-editorial-help .subnav-jump:hover .icon {
    border-color: #307dc8;
    color: #307dc8;
  }
  #block-tizen-global-editorial-help .subnav-jump:hover {
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-position: 0 -30px;
  }
  #block-tizen-global-editorial-help .block-content {
    background: none;
    width: 262px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  #block-tizen-global-editorial-help .block-content h2.block-title {
    background-image: url(../images/icons/sidebar_menu/lvl_1_active.png);
    background-repeat: no-repeat;
    background-position: 14px 6px;
    padding: 0 0 3px 37px;
    margin: 5px 0 6px 0;
    border-bottom: 1px dashed #c4c8ca;
    text-transform: uppercase;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 1.14285714em;
  }
  #block-tizen-global-editorial-help .block-content h2.block-title a,
  #block-tizen-global-editorial-help .block-content h2.block-title a:link {
    color: #2a3c4a;
  }
  #block-tizen-global-editorial-help .block-content ul.menu,
  #block-tizen-global-editorial-help .block-content ul.links {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* @todo: Leaf doesn't catch the last item in a menu even if
      * it has no children.
      */
  }
  #block-tizen-global-editorial-help .block-content ul.menu li,
  #block-tizen-global-editorial-help .block-content ul.links li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li:before,
  #block-tizen-global-editorial-help .block-content ul.links li:before {
    content: '';
    padding-right: 0;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li,
  #block-tizen-global-editorial-help .block-content ul.links li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
    background: #ffffff url(../images/img_subnav_line.png) repeat-x left bottom;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li li,
  #block-tizen-global-editorial-help .block-content ul.links li li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li li:before,
  #block-tizen-global-editorial-help .block-content ul.links li li:before {
    content: '';
    padding-right: 0;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.last,
  #block-tizen-global-editorial-help .block-content ul.links li.last {
    background: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.active a,
  #block-tizen-global-editorial-help .block-content ul.links li.active a {
    color: #1e9cd9;
    border-left: 4px solid #1e9cd9;
    padding-left: 12px;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.is-expanded,
  #block-tizen-global-editorial-help .block-content ul.links li.is-expanded {
    background: #ffffff url(../images/img_subnav_line.png) repeat-x left bottom;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.is-expanded a,
  #block-tizen-global-editorial-help .block-content ul.links li.is-expanded a {
    color: #2d2d2d;
    padding: 16px 30px 15px 14px;
    border: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu a,
  #block-tizen-global-editorial-help .block-content ul.links a {
    display: block;
    position: relative;
    margin: 0;
    padding: 16px 30px 15px 14px;
    color: #2d2d2d;
    font-size: 1em;
    outline: none;
    -moz-outline-style: none;
    background-position: left bottom;
    transition: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu a span.icon,
  #block-tizen-global-editorial-help .block-content ul.links a span.icon {
    display: block;
    position: absolute;
    left: auto;
    right: 10px;
    top: 50%;
    width: 14px;
    height: 10px;
    margin-top: -5px;
    overflow: hidden;
    text-indent: -999999px;
    background: #ffffff url(../images/img_subnav.png) no-repeat right 50%;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.leaf span.icon,
  #block-tizen-global-editorial-help .block-content ul.links li.leaf span.icon {
    cursor: default;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li li a,
  #block-tizen-global-editorial-help .block-content ul.links li li a {
    border-left: 4px solid #1e9cd9;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.leaf a span.icon,
  #block-tizen-global-editorial-help .block-content ul.links li.leaf a span.icon {
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu .expanded a.hl-active-trail,
  #block-tizen-global-editorial-help .block-content ul.links .expanded a.hl-active-trail {
    color: #1e9cd9;
    border-left: 4px solid #1e9cd9;
    padding-left: 14px;
    background: #ffffff url(../images/img_subnav_line_on.png) repeat-x left bottom;
  }
  #block-tizen-global-editorial-help .block-content ul.menu .expanded a.hl-active-trail .icon,
  #block-tizen-global-editorial-help .block-content ul.links .expanded a.hl-active-trail .icon {
    background: #ffffff url(../images/img_subnav_on.png) no-repeat;
    /* IE8 - must be on one line, unfortunately */
  }
  html.lt-ie9 #block-tizen-global-editorial-help .block-content ul.menu .expanded a.hl-active-trail .icon,
  html.lt-ie9 #block-tizen-global-editorial-help .block-content ul.links .expanded a.hl-active-trail .icon {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1.836909530733566e-16, M12=-1, M21=1, M22=-1.836909530733566e-16, SizingMethod='auto expand')";
    margin-top: -5px;
    margin-left: 5px;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.active-tree.expanded,
  #block-tizen-global-editorial-help .block-content ul.links li.active-tree.expanded {
    padding-bottom: 1px;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.active-tree.expanded.last,
  #block-tizen-global-editorial-help .block-content ul.links li.active-tree.expanded.last {
    padding-bottom: 0;
  }
  #block-tizen-global-editorial-help .block-content ul.menu ul,
  #block-tizen-global-editorial-help .block-content ul.links ul {
    position: relative;
    z-index: 1;
    border-left: 4px solid #ffffff;
    border-top: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.active-trail li a,
  #block-tizen-global-editorial-help .block-content ul.links li.active-trail li a {
    text-transform: none;
  }
  /* @end SubNav  */
  /******************** @end Sidebars *****/
  /***** @group footer ********************/
  #block-tizen-global-site-tabs,
  #block-menu-block-2 {
    display: none;
  }
  #block-boxes-developer-footer-links h2 {
    display: none;
  }
  #boxes-box-developer_footer_links {
    padding-bottom: 18px;
  }
  #boxes-box-developer_footer_links .boxes-box-content {
    text-align: center;
  }
  #boxes-box-developer_footer_links .boxes-box-content ul {
    display: inline-block;
    width: 120px;
    vertical-align: top;
    text-align: left;
  }
  #boxes-box-developer_footer_links .boxes-box-content li {
    display: inline-block;
    padding-right: 8px;
  }
  #boxes-box-developer_footer_links .boxes-box-content li:last-child {
    padding-right: 0;
  }
  #boxes-box-developer_footer_links .boxes-box-content a {
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #767676;
  }
  /******************** @end   footer *****/
  /**
 * Misc
 */
  /* Forms */
  select {
    max-width: 100%;
  }
  /**
 * UX Guide
 */
  .ux-guidelines .ux-guide-item {
    width: 50%;
    margin-bottom: 40px;
  }
  .ux-guidelines .ux-guide-item .section-details h2 {
    margin-top: 45px;
  }
  .ux-guidelines .separator.separator-even {
    clear: left;
    border-bottom: 1px dashed #cfd2d4;
    margin-bottom: 45px;
  }
  /******************** Multi-column layouts *****/
  .col,
  .three-column,
  .two-column {
    margin-left: 2%;
    padding: 0 0%;
  }
  .row .col:first-child,
  .row .three-column:first-child,
  .row .two-column:first-child,
  .col.no-pad,
  .three-column.no-pad,
  .two-column.no-pad {
    margin-left: 0;
  }
  .span_1,
  .three-column,
  .two-column {
    width: 49.0%;
  }
  .span_2 {
    margin-left: 0;
    width: 100%;
  }
  /******************** @end Multi-column layouts *****/
  .tab-con ul {
    overflow: hidden;
    list-style: none;
    margin-bottom: 10px;
    padding: 0 0 1px 3px !important;
    font-family: 'MuseoSans-500', Helvetica, Arial, sans-serif, sans-serif;
    font-size: .9em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .tab-con ul li {
    list-style: none;
    width: 50%;
    float: left;
    margin: 0 0 -1px -1px;
    line-height: 1em;
  }
  .tab-con ul li a {
    display: block;
    line-height: 1em;
    padding: 0 24px 0;
    border: 1px solid #d6d6d6;
    position: relative;
    z-index: 1;
    float: none;
    margin: 0;
    color: #78838c;
    background: #fff;
    text-align: center;
    text-decoration: none;
    height: 38px;
    line-height: 38px;
  }
  .tab-con ul li a span {
    display: inline-block;
    line-height: 1.3em;
    vertical-align: middle;
  }
  .tab-con ul li a:hover {
    background-color: #a9e1f6;
    border: 1px solid #d6d6d6;
  }
  .tab-con ul li a:hover,
  .tab-con ul li a.on {
    color: #fff;
    background-color: #1d9cd8;
    border: 1px solid #1d9cd8;
    z-index: 2;
  }
  .tab-con ul li a.active {
    color: #fff;
    background-color: #1d9cd8;
    border: 1px solid #1d9cd8;
    z-index: 2;
  }
  .tab-con ul li:nth-child(2) a {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .tab-con ul li:nth-child(odd):first-child a {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .tab-con ul li:nth-child(odd):nth-last-child(2) a {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .tab-con ul li:nth-child(odd):last-child a {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .tab-con ul li:nth-child(even):last-child a {
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  /**
 * 404 Page
 */
  body.page-404 #main #content .content img.background-404 {
    display: none;
  }
  body.page-404 #main #content .content .header-404 {
    padding: 0 0 25px 0;
    position: static;
    margin: 0 15px;
    width: auto;
  }
  body.page-404 #main #content .content .header-404:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  body.page-404 #main #content .content .header-404 h2 {
    line-height: 130%;
  }
  body.page-404 #main #content .content .description-404 {
    margin: 0 15px;
    padding-left: 0;
    padding-top: 0;
    background: none;
  }
  body.page-404 #main #content .content .description-404 dl {
    margin: 0;
    padding: 25px 0 0 0;
  }
  .item-list ul.pager li.pager-item,
  .item-list ul.pager li.pager-ellipsis {
    display: none;
  }
  .item-list ul.pager li.pager-mobile {
    display: inline-block;
  }
  .item-list ul.pager li.pager-current {
    padding: 0 5px;
  }
  .item-list ul.pager li.pager-previous {
    margin: 0 8px 0 0;
  }
  .item-list ul.pager li.pager-next {
    margin: 0 0 0 8px;
  }
  /* paging : global */
  .paging li {
    display: none;
  }
  .paging .first,
  .paging .prev,
  .paging .next,
  .paging .last,
  .paging .on,
  .paging .mobilePager {
    display: inline-block;
  }
  .paging .first a,
  .paging .prev a,
  .paging .next a,
  .paging .last a,
  .paging .on a,
  .paging .mobilePager a {
    padding: 0;
  }
  .paging .on {
    padding: 2px 5px 0;
  }
  /* //paging : global */
  /* btn align */
  .btnLeftAlign {
    width: 100%;
  }
  .btnLeftAlign a {
    display: block;
    margin-top: 8px;
  }
  .btnLeftAlign a:first-child {
    margin-top: 0;
  }
  /* Tab Style */
  ul.tabs.primary {
    overflow: hidden;
    border: none;
    margin: 0 0 10px 0;
    padding: 0 0 1px 3px;
  }
  ul.tabs.primary li {
    display: block;
    margin: 0 0 -1px -1px;
    padding: 0 1px;
    width: 50%;
    height: 40px;
    line-height: 36px;
    text-align: center;
    float: left;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
  }
  ul.tabs.primary li a {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    text-align: center;
    float: none;
    border: none;
    line-height: 1.3em;
    vertical-align: middle;
  }
  ul.tabs.primary li a:hover {
    border: none;
  }
  ul.tabs.primary li a.active {
    border: none;
  }
  ul.tabs.primary li:nth-child(2) {
    -webkit-border-radius: 0px 3px 0px 0px;
    -moz-border-radius: 0px 3px 0px 0px;
    border-radius: 0px 3px 0px 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  ul.tabs.primary li:nth-child(2) a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  ul.tabs.primary li:nth-child(odd):first-child {
    -webkit-border-radius: 3px 0px 0px 0px;
    -moz-border-radius: 3px 0px 0px 0px;
    border-radius: 3px 0px 0px 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  ul.tabs.primary li:nth-child(odd):first-child a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  ul.tabs.primary li:nth-child(odd):nth-last-child(2) {
    -webkit-border-radius: 0px 0px 0px 3px;
    -moz-border-radius: 0px 0px 0px 3px;
    border-radius: 0px 0px 0px 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  ul.tabs.primary li:nth-child(odd):nth-last-child(2) a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  ul.tabs.primary li:nth-child(odd):last-child {
    -webkit-border-radius: 0px 0px 0px 3px;
    -moz-border-radius: 0px 0px 0px 3px;
    border-radius: 0px 0px 0px 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  ul.tabs.primary li:nth-child(odd):last-child a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  ul.tabs.primary li:nth-child(even):last-child {
    -webkit-border-radius: 0px 0px 3px 0px;
    -moz-border-radius: 0px 0px 3px 0px;
    border-radius: 0px 0px 3px 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  ul.tabs.primary li:nth-child(even):last-child a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  ul.tabs.primary li.is-active,
  ul.tabs.primary li:hover {
    position: relative;
    z-index: 1;
    background: #1d9cd8;
    border: 1px solid #1d9cd8;
  }
  ul.tabs.primary li.is-active a,
  ul.tabs.primary li:hover a {
    color: #fff;
    background: #1d9cd8;
  }
  .tabCon ul {
    overflow: hidden;
    list-style: none;
    margin-bottom: 10px;
    padding: 0 0 1px 3px !important;
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif, sans-serif;
    font-size: 0.9em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .tabCon ul li {
    list-style: none;
    width: 50%;
    float: left;
    margin: 0 0 -1px -1px;
    line-height: 1em;
  }
  .tabCon ul li a {
    display: block;
    line-height: 1em;
    padding: 15px 24px 15px;
    margin: 0;
    border: 1px solid #d6d6d6;
    position: relative;
    z-index: 1;
    float: none;
    margin: 0 ;
    color: #78838c;
    background: #ffffff;
    text-align: center;
    text-decoration: none;
  }
  .tabCon ul li a:hover {
    background-color: #a9e1f6;
    border: 1px solid #d6d6d6;
  }
  .tabCon ul li a:hover,
  .tabCon ul li a.on {
    color: #ffffff;
    background-color: #1d9cd8;
    border: 1px solid #1d9cd8;
    z-index: 2;
  }
  .tabCon ul li a.active {
    color: #ffffff;
    background-color: #1d9cd8;
    border: 1px solid #1d9cd8;
    z-index: 2;
  }
  .tabCon ul li:nth-child(2) a {
    -webkit-border-radius: 0px 3px 0px 0px;
    -moz-border-radius: 0px 3px 0px 0px;
    border-radius: 0px 3px 0px 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .tabCon ul li:nth-child(odd):first-child a {
    -webkit-border-radius: 3px 0px 0px 0px;
    -moz-border-radius: 3px 0px 0px 0px;
    border-radius: 3px 0px 0px 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .tabCon ul li:nth-child(odd):nth-last-child(2) a {
    -webkit-border-radius: 0px 0px 0px 3px;
    -moz-border-radius: 0px 0px 0px 3px;
    border-radius: 0px 0px 0px 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .tabCon ul li:nth-child(odd):last-child a {
    -webkit-border-radius: 0px 0px 0px 3px;
    -moz-border-radius: 0px 0px 0px 3px;
    border-radius: 0px 0px 0px 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .tabCon ul li:nth-child(even):last-child a {
    -webkit-border-radius: 0px 0px 3px 0px;
    -moz-border-radius: 0px 0px 3px 0px;
    border-radius: 0px 0px 3px 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .feedback-form .fon input {
    width: auto;
  }
  /* Tip & Tech */
  .list-tipsntech .contain {
    width: auto;
  }
  .list-tipsntech .contain .list-item {
    margin: 0 0 24px 0;
    width: 50%;
  }
  .list-tipsntech .contain .list-item a {
    margin: 0 12px;
    width: auto;
  }
  .list-tipsntech .contain .list-item a .category {
    width: 100%;
  }
  .list-tipsntech .contain .list-item:nth-child(even) a {
    margin: 0 0 0 12px;
  }
  .list-tipsntech .contain .list-item:nth-child(odd) a {
    margin: 0 12px 0 0;
  }
  button.site-links {
    width: 17px;
    height: 17px;
  }
  .site-map {
    display: none;
    width: auto;
    padding-bottom: 0;
  }
  .site-map .header {
    padding: 18px 0 0 0;
    box-sizing: border-box;
  }
  .site-map .header #logo {
    line-height: 1em;
  }
  .site-map #site-name {
    margin: 0;
  }
  .site-map .mobile-account-view {
    display: block;
    padding: 19px 0 0 0;
  }
  .site-map .mobile-account-view ul {
    margin: 0;
    padding: 10px 0 10px 15px;
    background: #ececec;
  }
  .site-map .mobile-account-view ul li {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0 0 0 10px;
    background: url(../images/account_view.png) no-repeat left 50%;
  }
  .site-map .mobile-account-view ul li a {
    color: #2d2d2d;
  }
  .site-map .mobile-tab {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
  }
  .site-map .mobile-tab div {
    float: left;
    padding: 10px 0;
    width: 33.3%;
    text-align: center;
    border-left: 1px solid #ececec;
    box-sizing: border-box;
    cursor: pointer;
  }
  .site-map .mobile-tab div.active-tab {
    background: #1d9cd8;
    color: #ffffff;
    border-left: 1px solid #1d9cd8;
  }
  .site-map .mobile-tab .mobile-menus {
    border: none;
  }
  .site-map .mobile-tab .mobile-sites {
    width: 33.4%;
  }
  .site-map button.site-links {
    width: 17px;
    height: 17px;
    margin-left: 15px;
  }
  .site-map .mobile-sites-view ul {
    margin: 0;
    padding: 0;
  }
  .site-map .mobile-sites-view ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff url(../images/img_subnav_line.png) repeat-x left bottom;
  }
  .site-map .mobile-sites-view ul li a {
    display: block;
    padding: 16px 30px 15px 14px;
    color: #2d2d2d;
  }
  .site-map .mobile-sites-view ul li a.active {
    color: #1e9cd9;
  }
  .site-map .mobile-language-view ul {
    margin: 0;
    padding: 0;
  }
  .site-map .mobile-language-view ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff url(../images/img_subnav_line.png) repeat-x left bottom;
  }
  .site-map .mobile-language-view ul li a {
    display: block;
    padding: 16px 30px 15px 14px;
    color: #2d2d2d;
  }
  .site-map .mobile-language-view ul li a.active {
    color: #1e9cd9;
  }
  .site-map article #block-mobile-block {
    margin: 0;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
  }
  .site-map article ul {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: none;
  }
  .site-map article ul li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
  }
  .site-map article ul li:before {
    content: '';
    padding-right: 0;
  }
  .site-map article ul li {
    margin: 0 !important;
    padding: 0 !important;
    width: auto;
    float: none;
    background: #ffffff url(../images/img_subnav_line.png) repeat-x left bottom !important;
  }
  .site-map article ul li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 16px 30px 15px 14px;
    color: #2d2d2d;
    font-size: 1em;
    outline: none;
    -moz-outline-style: none;
    background-position: left bottom;
    transition: none;
  }
  .site-map article ul li a span.icon {
    display: block;
    position: absolute;
    left: auto;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 100%;
    overflow: hidden;
    text-indent: -999999px;
    background: transparent url(../images/img_subnav.png) no-repeat 50% 50%;
    cursor: pointer;
  }
  .site-map article ul li > a {
    border: none;
  }
  .site-map article ul li.leaf a span.icon {
    display: none !important;
    background: none !important;
    cursor: default !important;
  }
  .site-map article ul li.expanded > a {
    color: #1e9cd9;
    border-left: 4px solid #1e9cd9;
    padding-left: 14px;
    background: #ffffff url(../images/img_subnav_line_on.png) repeat-x left bottom;
  }
  .site-map article ul li.expanded > a span.icon {
    background: transparent url(../images/img_subnav_on.png) no-repeat 50% 50%;
  }
  .site-map article ul li.expanded > ul > li a {
    border-left: 4px solid #1e9cd9;
    padding-left: 14px;
  }
  .site-map article ul li.expanded > ul > li a.hl-active-trail {
    color: #1e9cd9;
    border-left: 4px solid #1e9cd9;
    padding-left: 14px;
    background: #ffffff url(../images/img_subnav_line_on.png) repeat-x left bottom;
  }
  .site-map article ul li.active > a {
    color: #1e9cd9;
    border-left: 4px solid #1e9cd9;
    padding-left: 14px;
    background: #ffffff url(../images/img_subnav_line_on.png) repeat-x left bottom;
  }
  .site-map article ul li.active > ul > li a {
    border-left: 4px solid #1e9cd9;
    padding-left: 14px;
  }
  .site-map article ul li.active > ul > li a.hl-active-trail {
    color: #1e9cd9;
    border-left: 4px solid #1e9cd9;
    padding-left: 14px;
    background: #ffffff url(../images/img_subnav_line_on.png) repeat-x left bottom;
  }
  .site-map article ul li ul {
    padding-left: 4px;
  }
  .site-map article ul li ul li.hl-active-trail.expanded > a span.icon,
  .site-map article ul li ul li.active-trail.expanded > a span.icon {
    background: transparent url(../images/img_subnav_on.png) no-repeat 50% 50%;
  }
  .site-map article ul li ul li {
    margin: 0;
  }
  .site-map article ul li ul li a {
    padding: 16px 30px 15px 14px;
  }
  .site-map article ul li ul li ul {
    padding: 0 0 0 4px;
  }
  .site-map article ul li ul li ul li ul {
    margin: 0;
    padding: 0 0 0 4px;
  }
  .site-map article ul li ul li ul li ul li {
    margin: 0;
    padding: 0;
  }
  .site-map article ul li ul li ul li ul li + li,
  .site-map article ul li ul li ul li ul li + li + li,
  .site-map article ul li ul li ul li ul li + li + li + li,
  .site-map article ul li ul li ul li ul li + li + li + li + li,
  .site-map article ul li ul li ul li ul li + li + li + li + li + li {
    margin: 0;
  }
  .site-map article ul li.first {
    width: auto;
  }
  .site-map article > div > ul > li > a {
    background: none;
  }
  .site-map article > div > ul > li + li > a {
    background: none;
  }
  .site-map article > div > ul > li + li + li > a {
    background: none;
  }
  .site-map article > div > ul > li + li + li + li > a {
    background: none;
  }
  .site-map article > div > ul > li + li + li + li + li > a {
    background: none;
  }
  .contain-banner div {
    float: none;
    width: auto;
    height: auto;
    margin: 25px 0 0 0;
  }
  .contain-banner div dl dd {
    padding: 15px 0 15px 0;
    height: auto;
  }
  .gnb-nav {
    display: none;
  }
  .line-header {
    display: none;
  }
  .front nav#mobile-menu {
    margin: 0;
    border: none;
  }
  .sidebars {
    display: none;
  }
}
@media all and (max-width: 480px) {
  /***** @group Header ********************/
  header#header,
  #utility-nav {
    display: none;
  }
  nav#mobile-menu {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
  }
  nav#mobile-menu #tizen-search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  nav#mobile-menu #tizen-search-btn,
  nav#mobile-menu #tizen-search-area {
    display: block;
  }
  nav#mobile-menu #name-and-slogan {
    display: inline-block;
    margin-top: 19px;
    vertical-align: middle;
  }
  nav#mobile-menu #name-and-slogan h1 {
    display: inline-block;
    margin: 0;
  }
  nav#mobile-menu #name-and-slogan h1 a,
  nav#mobile-menu #name-and-slogan h1 a:link {
    display: inline-block;
    font-size: 16px;
    color: #2d2d2d;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    text-transform: none;
    text-decoration: none;
  }
  nav#mobile-menu #name-and-slogan h1 a span.tizen,
  nav#mobile-menu #name-and-slogan h1 a:link span.tizen {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }
  nav#mobile-menu .mobile-search-text {
    display: none;
    background: #1d9cd8;
    color: #ffffff;
    border: none;
    height: 71px;
    margin: 0;
    padding: 0;
    text-indent: 20px;
    font-size: 1.375em;
    font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
    border-radius: 0;
    /* firefox 19+ */
    /* ie */
  }
  nav#mobile-menu .mobile-search-text::-webkit-input-placeholder {
    color: #bbdbf0;
  }
  nav#mobile-menu .mobile-search-text::-moz-placeholder {
    color: #bbdbf0;
  }
  nav#mobile-menu .mobile-search-text:-ms-input-placeholder {
    color: #bbdbf0;
  }
  nav#mobile-menu button.site-links {
    margin: 21px 10px 0 15px;
  }
  nav#mobile-menu #logo {
    display: inline-block;
    float: none;
    vertical-align: middle;
    line-height: 1;
    margin-top: 21px;
  }
  nav#mobile-menu.stuck {
    position: absolute;
  }
  nav#mobile-menu a {
    text-transform: uppercase;
    color: white;
    font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  }
  nav#mobile-menu a.active,
  nav#mobile-menu a.active-parent {
    color: black;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    text-decoration: none;
  }
  nav#mobile-menu a:hover,
  nav#mobile-menu a:active {
    text-decoration: none;
  }
  nav#mobile-menu h1 {
    font-size: 1em;
  }
  nav#mobile-menu h1 a,
  nav#mobile-menu h1 a.active {
    color: #d8d9d3;
    font-family: 'Conv_Tizen', Helvetica, Arial, sans-serif;
    line-height: 1.9em;
  }
  nav#mobile-menu h1 span.tizen {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    float: left;
    height: 1.28571429em;
    width: 5.79150579em;
    margin-right: 0.5em;
    background: transparent url(../images/tizen-logo-no-pinwheel.png) no-repeat 0 0;
    background-size: 100% 100%;
    font-size: 1.14285714em;
  }
  nav#mobile-menu a.mobile-menu-button {
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    color: #d4d5d2;
    text-transform: uppercase;
    line-height: 2.14285714em;
    padding: 0 0.57142857em;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /* stroke */
    -moz-border-radius: 0.28571429em;
    -webkit-border-radius: 0.28571429em;
    border-radius: 0.42857143em;
    /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* prevents bg color from leaking outside the border */
    background-color: #303030;
    /* layer fill content */
    box-shadow: 0 0 0.14285714em 0.14285714em rgba(0, 0, 0, 0.1);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjE5Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjE5Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.19) 0%, rgba(255, 255, 255, 0.19) 100%);
    /* gradient overlay */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.19) 0%, rgba(255, 255, 255, 0.19) 100%);
    /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.19) 0%, rgba(255, 255, 255, 0.19) 100%);
    /* gradient overlay */
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.19) 0%, rgba(255, 255, 255, 0.19) 100%);
    /* gradient overlay */
    margin-right: 0.42857143em;
    float: right;
  }
  nav#mobile-menu .mobile-submit {
    position: absolute;
    left: 0px;
    top: -999px;
  }
  nav#mobile-menu a.mobile-search-button {
    float: right;
    padding: 0;
    margin: 0;
    border: 0;
    border-color: #fff;
    border-radius: 0;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-indent: 72px;
    color: #fff;
    background-color: #1d9cd8;
    background-image: url(../images/icons/search_icon.png);
    background-position: 23px center;
    background-repeat: no-repeat;
  }
  nav#mobile-menu a.mobile-search-button.off {
    background-color: #177dad;
    background-image: url(../images/icons/m_search_icon_close.png);
  }
  nav#mobile-menu div.menu-dropdown,
  nav#mobile-menu form.mobile-search-form {
    clear: right;
    margin-top: 2.71428571em;
  }
  nav#mobile-menu div.menu-dropdown ul.parent-menu,
  nav#mobile-menu form.mobile-search-form > div {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    /* stroke */
    border-bottom: 1px solid #000;
    background-color: #1d1d1d;
    /* layer fill content + color overlay */
  }
  nav#mobile-menu div.menu-dropdown {
    background-color: black;
  }
  nav#mobile-menu div.menu-dropdown ul,
  nav#mobile-menu div.menu-dropdown li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  nav#mobile-menu div.menu-dropdown ul li,
  nav#mobile-menu div.menu-dropdown li li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
  }
  nav#mobile-menu div.menu-dropdown ul li:before,
  nav#mobile-menu div.menu-dropdown li li:before {
    content: '';
    padding-right: 0;
  }
  nav#mobile-menu div.menu-dropdown ul.parent-menu {
    padding: 0.71428571em 3.92857143em;
    text-align: center;
  }
  nav#mobile-menu div.menu-dropdown ul.parent-menu li {
    display: inline-block;
    margin: 0.28571429em 0.14285714em;
  }
  nav#mobile-menu div.menu-dropdown ul.parent-menu a.active {
    color: white;
    font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  }
  nav#mobile-menu div.menu-dropdown ul.parent-menu a {
    line-height: 1em;
    display: inline-block;
    padding: 0.57142857em 1.28571429em;
    border-radius: 0.42857143em;
    background-color: #2d2d2d;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMjUlIiB4Mj0iNTAlIiB5Mj0iLTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyOTI5MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMzczNzM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzczNzM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
    /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
    /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
    /* gradient overlay */
    background-image: linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
    /* gradient overlay */
  }
  nav#mobile-menu div.menu-dropdown ul.parent-menu a.active-parent {
    background-color: #5ccbf6;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSItMjUlIiB4Mj0iNTAlIiB5Mj0iMTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzMDZjODMiIHN0b3Atb3BhY2l0eT0iMC41MiIvPgo8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzViY2JmNSIgc3RvcC1vcGFjaXR5PSIwLjE2Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzViY2JmNSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    /* gradient overlay */
    background-image: -moz-linear-gradient(top, rgba(49, 108, 131, 0.52) -25%, rgba(92, 203, 246, 0.16) 79.41%, rgba(92, 203, 246, 0) 125%);
    /* gradient overlay */
    background-image: -o-linear-gradient(top, rgba(49, 108, 131, 0.52) -25%, rgba(92, 203, 246, 0.16) 79.41%, rgba(92, 203, 246, 0) 125%);
    /* gradient overlay */
    background-image: -webkit-linear-gradient(top, rgba(49, 108, 131, 0.52) -25%, rgba(92, 203, 246, 0.16) 79.41%, rgba(92, 203, 246, 0) 125%);
    /* gradient overlay */
    background-image: linear-gradient(top, rgba(49, 108, 131, 0.52) -25%, rgba(92, 203, 246, 0.16) 79.41%, rgba(92, 203, 246, 0) 125%);
    /* gradient overlay */
  }
  nav#mobile-menu div.menu-dropdown ul.parent-menu a i {
    margin-left: 0.5em;
    height: 0;
    width: 0;
    display: inline-block;
    position: relative;
    border-top: 0.35714286em solid transparent;
    border-bottom: 0.35714286em solid transparent;
    border-left: 0.35714286em solid white;
  }
  nav#mobile-menu div.menu-dropdown ul.parent-menu a.active-parent i {
    top: 3px;
    border-top: 0;
    border-left: 0.35714286em solid transparent;
    border-right: 0.35714286em solid transparent;
    border-top: 0.35714286em solid black;
  }
  nav#mobile-menu div.menu-dropdown ul.drop-menu {
    text-align: left;
  }
  nav#mobile-menu div.menu-dropdown ul.drop-menu a {
    font-size: 1.21428571em;
    display: block;
    line-height: 1.3em;
    height: 1.11764706em;
    padding: 0.70588235em 1.17647059em;
    background-color: #292929;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMjUlIiB4Mj0iNTAlIiB5Mj0iLTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyOTI5MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMzczNzM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzczNzM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
    /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
    /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
    /* gradient overlay */
    background-image: linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
    /* gradient overlay */
    border-bottom: solid 1px #222;
    border-top: solid 1px #444;
  }
  nav#mobile-menu div.menu-dropdown ul.drop-menu a.active {
    background-color: #494949;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5NDk0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #494949 0%, #777777 100%);
    /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #494949 0%, #777777 100%);
    /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #494949 0%, #777777 100%);
    /* gradient overlay */
    background-image: linear-gradient(bottom, #494949 0%, #777777 100%);
    /* gradient overlay */
    border-bottom-color: #494949;
    border-top-color: #8b8b8b;
  }
  nav#mobile-menu form.mobile-search-form {
    text-align: right;
  }
  nav#mobile-menu form.mobile-search-form > div {
    padding: 0.71428571em 0.57142857em;
  }
  nav#mobile-menu form.mobile-search-form input.form-text {
    width: 22.57142857em;
    padding-left: 2.71428571em;
    height: 2.14285714em;
    font-size: 1em;
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    line-height: 1em;
    border: 0;
    background: #f4f4f4 url(../images/icons/search_icon.png) no-repeat 0.71428571em 50%;
    -moz-border-radius: 1.07142857em;
    -webkit-border-radius: 1.07142857em;
    border-radius: 1.07142857em;
    /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* prevents bg color from leaking outside the border */
  }
  nav#mobile-menu form.mobile-search-form input.form-text:focus {
    outline: none;
    -moz-box-shadow: 0 0 4px 1px #5bcbf5;
    /* outer glow */
    -webkit-box-shadow: 0 0 4px 1px #5bcbf5;
    /* outer glow */
    box-shadow: 0 0 4px 1px #5bcbf5;
    /* outer glow */
  }
  nav#mobile-menu form.mobile-search-form input.form-submit {
    display: none;
  }
  .lt-ie9 nav#mobile-menu h1 span.tizen {
    background: transparent url(../images/tizen-logo-ie8-mobile.png) no-repeat 0 0;
  }
  .lt-ie9 nav#mobile-menu a.mobile-search-button {
    background: url(../images/icons/mobile-search-ie8.png) no-repeat 0 0;
  }
  nav#mobile-menu form.mobile-search-form input.form-text {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  /******************** @end   Header *****/
  /***** @group Sidebars ********************/
  /* Basic Sidebars */
  .sidebar .block {
    background-color: #fafbfb;
    padding: 12px 16px 0px;
  }
  .sidebar .block h2 {
    font-size: 1.14285714em;
    text-transform: uppercase;
    margin: 0 0 14px 0;
  }
  .sidebar .block-separate-title {
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .sidebar .block-separate-title h2.block-title {
    background-image: url(../images/icons/sidebar_menu/lvl_1_active.png);
    background-repeat: no-repeat;
    background-position: 14px 6px;
    padding: 0 0 3px 37px;
    margin: 5px 0 6px 0;
    border-bottom: 1px dashed #c4c8ca;
    text-transform: uppercase;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 1.14285714em;
  }
  .sidebar .block-separate-title h2.block-title a,
  .sidebar .block-separate-title h2.block-title a:link {
    color: #2a3c4a;
  }
  .sidebar .block-separate-title .block-content {
    background-color: #fafbfb;
    padding: 12px 16px 0px;
    -webkit-box-shadow: 0 0 2px rgba(124, 136, 144, 0.65);
    -moz-box-shadow: 0 0 2px rgba(124, 136, 144, 0.65);
    box-shadow: 0 0 2px rgba(124, 136, 144, 0.65);
  }
  /* @group SubNav   */
  #block-tizen-global-editorial-help {
    background-color: transparent;
    padding: 0;
  }
  #block-tizen-global-editorial-help .block-inner {
    margin-bottom: 30px;
    width: 100%;
  }
  #block-tizen-global-editorial-help.stuck {
    position: fixed;
    top: 5px;
    width: 269px;
  }
  #block-tizen-global-editorial-help .subnav-jump {
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #f7f7f7;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 1.14285714em;
    padding: 3px 12px 1px 12px;
    margin: 0 10px 8px 0;
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #494949;
    background-color: #e0f5ff;
    border: 1px solid #a6e3ff;
    display: block;
    padding: 0;
    line-height: 28px;
    height: 30px;
    width: 165px;
    margin-left: 52px;
    text-align: center;
  }
  #block-tizen-global-editorial-help .subnav-jump:hover {
    background-color: #5ccbf6;
    color: white;
    border: 1px solid white;
    text-decoration: none;
  }
  #block-tizen-global-editorial-help .subnav-jump .icon {
    font-family: 'tizen_iconography';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    speak: none;
    text-align: center;
    border-right: 1px solid #a9e1f6;
    color: #32414d;
    display: inline-block;
    position: absolute;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 12px;
  }
  #block-tizen-global-editorial-help .subnav-jump:hover {
    background-color: #dcf3fa;
    text-decoration: none;
  }
  #block-tizen-global-editorial-help .subnav-jump:hover .icon {
    border-color: #307dc8;
    color: #307dc8;
  }
  #block-tizen-global-editorial-help .subnav-jump:hover {
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-position: 0 -30px;
  }
  #block-tizen-global-editorial-help .block-content {
    background: none;
    width: 262px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  #block-tizen-global-editorial-help .block-content h2.block-title {
    background-image: url(../images/icons/sidebar_menu/lvl_1_active.png);
    background-repeat: no-repeat;
    background-position: 14px 6px;
    padding: 0 0 3px 37px;
    margin: 5px 0 6px 0;
    border-bottom: 1px dashed #c4c8ca;
    text-transform: uppercase;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 1.14285714em;
  }
  #block-tizen-global-editorial-help .block-content h2.block-title a,
  #block-tizen-global-editorial-help .block-content h2.block-title a:link {
    color: #2a3c4a;
  }
  #block-tizen-global-editorial-help .block-content ul.menu,
  #block-tizen-global-editorial-help .block-content ul.links {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* @todo: Leaf doesn't catch the last item in a menu even if
      * it has no children.
      */
  }
  #block-tizen-global-editorial-help .block-content ul.menu li,
  #block-tizen-global-editorial-help .block-content ul.links li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li:before,
  #block-tizen-global-editorial-help .block-content ul.links li:before {
    content: '';
    padding-right: 0;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li,
  #block-tizen-global-editorial-help .block-content ul.links li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
    background: #ffffff url(../images/img_subnav_line.png) repeat-x left bottom;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li li,
  #block-tizen-global-editorial-help .block-content ul.links li li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li li:before,
  #block-tizen-global-editorial-help .block-content ul.links li li:before {
    content: '';
    padding-right: 0;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.last,
  #block-tizen-global-editorial-help .block-content ul.links li.last {
    background: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.active a,
  #block-tizen-global-editorial-help .block-content ul.links li.active a {
    color: #1e9cd9;
    border-left: 4px solid #1e9cd9;
    padding-left: 12px;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.is-expanded,
  #block-tizen-global-editorial-help .block-content ul.links li.is-expanded {
    background: #ffffff url(../images/img_subnav_line.png) repeat-x left bottom;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.is-expanded a,
  #block-tizen-global-editorial-help .block-content ul.links li.is-expanded a {
    color: #2d2d2d;
    padding: 16px 30px 15px 14px;
    border: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu a,
  #block-tizen-global-editorial-help .block-content ul.links a {
    display: block;
    position: relative;
    margin: 0;
    padding: 16px 30px 15px 14px;
    color: #2d2d2d;
    font-size: 1em;
    outline: none;
    -moz-outline-style: none;
    background-position: left bottom;
    transition: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu a span.icon,
  #block-tizen-global-editorial-help .block-content ul.links a span.icon {
    display: block;
    position: absolute;
    left: auto;
    right: 10px;
    top: 50%;
    width: 14px;
    height: 10px;
    margin-top: -5px;
    overflow: hidden;
    text-indent: -999999px;
    background: #ffffff url(../images/img_subnav.png) no-repeat right 50%;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.leaf span.icon,
  #block-tizen-global-editorial-help .block-content ul.links li.leaf span.icon {
    cursor: default;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li li a,
  #block-tizen-global-editorial-help .block-content ul.links li li a {
    border-left: 4px solid #1e9cd9;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.leaf a span.icon,
  #block-tizen-global-editorial-help .block-content ul.links li.leaf a span.icon {
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu .expanded a.hl-active-trail,
  #block-tizen-global-editorial-help .block-content ul.links .expanded a.hl-active-trail {
    color: #1e9cd9;
    border-left: 4px solid #1e9cd9;
    padding-left: 14px;
    background: #ffffff url(../images/img_subnav_line_on.png) repeat-x left bottom;
  }
  #block-tizen-global-editorial-help .block-content ul.menu .expanded a.hl-active-trail .icon,
  #block-tizen-global-editorial-help .block-content ul.links .expanded a.hl-active-trail .icon {
    background: #ffffff url(../images/img_subnav_on.png) no-repeat;
    /* IE8 - must be on one line, unfortunately */
  }
  html.lt-ie9 #block-tizen-global-editorial-help .block-content ul.menu .expanded a.hl-active-trail .icon,
  html.lt-ie9 #block-tizen-global-editorial-help .block-content ul.links .expanded a.hl-active-trail .icon {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1.836909530733566e-16, M12=-1, M21=1, M22=-1.836909530733566e-16, SizingMethod='auto expand')";
    margin-top: -5px;
    margin-left: 5px;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.active-tree.expanded,
  #block-tizen-global-editorial-help .block-content ul.links li.active-tree.expanded {
    padding-bottom: 1px;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.active-tree.expanded.last,
  #block-tizen-global-editorial-help .block-content ul.links li.active-tree.expanded.last {
    padding-bottom: 0;
  }
  #block-tizen-global-editorial-help .block-content ul.menu ul,
  #block-tizen-global-editorial-help .block-content ul.links ul {
    position: relative;
    z-index: 1;
    border-left: 4px solid #ffffff;
    border-top: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.active-trail li a,
  #block-tizen-global-editorial-help .block-content ul.links li.active-trail li a {
    text-transform: none;
  }
  /* @end SubNav  */
  /******************** @end Sidebars *****/
  /***** @group footer ********************/
  #block-tizen-global-site-tabs,
  #block-menu-block-2 {
    display: none;
  }
  #block-boxes-developer-footer-links h2 {
    display: none;
  }
  #boxes-box-developer_footer_links {
    padding-bottom: 18px;
  }
  #boxes-box-developer_footer_links .boxes-box-content {
    text-align: center;
  }
  #boxes-box-developer_footer_links .boxes-box-content ul {
    display: inline-block;
    width: 120px;
    vertical-align: top;
    text-align: left;
  }
  #boxes-box-developer_footer_links .boxes-box-content li {
    display: inline-block;
    padding-right: 8px;
  }
  #boxes-box-developer_footer_links .boxes-box-content li:last-child {
    padding-right: 0;
  }
  #boxes-box-developer_footer_links .boxes-box-content a {
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #767676;
  }
  /******************** @end   footer *****/
  /******************** Multi-column layouts *****/
  /* Reusable column setup from http://gridpak.com/ */
  .col,
  .three-column,
  .two-column {
    margin-left: 0%;
    padding: 0 0%;
  }
  .row .col:first-child,
  .row .three-column:first-child,
  .row .two-column:first-child,
  .col.no-pad,
  .three-column.no-pad,
  .two-column.no-pad {
    margin-left: 0;
  }
  .span_1 {
    margin-left: 0;
    width: 100%;
  }
  /******************** @end Multi-column layouts *****/
  /* Tip & Tech */
  .list-tipsntech .contain {
    width: auto;
  }
  .list-tipsntech .contain .list-item {
    float: none;
    margin: 0 0 24px 0;
    width: auto;
  }
  .list-tipsntech .contain .list-item a {
    margin: 0;
    width: auto;
  }
  .list-tipsntech .contain .list-item a .category {
    overflow: hidden;
    width: 100%;
  }
  .list-tipsntech .contain .list-item:nth-child(even) a {
    margin: 0;
  }
  .list-tipsntech .contain .list-item:nth-child(odd) a {
    margin: 0;
  }
  #logo {
    width: 100px;
  }
  #logo img {
    width: 100%;
  }
  nav#mobile-menu #name-and-slogan h1 a,
  nav#mobile-menu #name-and-slogan h1 a:link {
    font-size: 12px;
  }
  .site-map #name-and-slogan h1 a,
  .site-map #name-and-slogan h1 a:link {
    font-size: 12px;
  }
}
@media all and (min-width: 769px) {
  /**
 * Main Layout Adjustments
 */
  #page {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    min-width: 1140px;
    box-shadow: 0 0 15px #000;
  }
  #page:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  nav#mobile-menu {
    display: none;
  }
  /***** @group Header ********************/
  #block-tizen-global-site-switcher {
    width: 200px;
    float: left;
    position: relative;
    z-index: 99;
    font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  }
  #block-tizen-global-site-switcher ul.links,
  #block-tizen-global-site-switcher ul.menu,
  #block-tizen-global-site-switcher div.ddChild {
    text-transform: uppercase;
    background: #2a3c4a;
    padding: 15px 5px;
    padding-bottom: 5px;
    list-style: none;
    list-style-position: none;
    list-style-type: none;
    border-right: 1px solid #182732;
    border-bottom: 1px solid #182732;
    -webkit-box-shadow: 1px 1px 0 0 #4b5a65;
    -moz-box-shadow: 1px 1px 0 0 #4b5a65;
    box-shadow: 1px 1px 0 0 #4b5a65;
  }
  #block-tizen-global-site-switcher ul.links li,
  #block-tizen-global-site-switcher ul.menu li,
  #block-tizen-global-site-switcher div.ddChild li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
  }
  #block-tizen-global-site-switcher ul.links li:before,
  #block-tizen-global-site-switcher ul.menu li:before,
  #block-tizen-global-site-switcher div.ddChild li:before {
    content: '';
    padding-right: 0;
  }
  #block-tizen-global-site-switcher div.block-content a,
  #block-tizen-global-site-switcher div.block-content a:link {
    display: block;
    color: #c4c8ca;
    padding: 3px 10px;
    padding-left: 34px;
  }
  #block-tizen-global-site-switcher div.block-content a.active,
  #block-tizen-global-site-switcher div.block-content a:link.active,
  #block-tizen-global-site-switcher div.block-content a.selected,
  #block-tizen-global-site-switcher div.block-content a:link.selected {
    color: #eed575;
    background-color: transparent;
    background-image: url(../images/icons/check.png);
    background-position: 10px center;
    background-repeat: no-repeat;
  }
  #block-tizen-global-site-switcher div.block-content a:hover,
  #block-tizen-global-site-switcher div.block-content a:link:hover {
    color: #eed575;
    background-color: #677786;
    text-decoration: none;
  }
  #block-tizen-global-site-switcher div.block-content ul.links {
    font-size: 0.92857143em;
    width: 180px;
    position: absolute;
    display: none;
    top: 0px;
    left: -10px;
    padding-top: 30px;
    z-index: 0;
  }
  #block-tizen-global-site-switcher h2.block-title {
    position: absolute;
    z-index: 1;
    font-size: 0.92857143em;
    text-transform: uppercase;
    background: url(../images/icons/arrows/gray_down.png) no-repeat 80% 13px;
    width: 177px;
    padding: 12px 0 6px 0;
    cursor: pointer;
    margin: 0;
    color: #c4c8ca;
    background-color: #2a3c4a;
  }
  #opener {
    background: url(../images/icons/right-arrow-circle.png) no-repeat center center transparent;
    height: 30px;
    width: 15px;
    padding: 5px;
    float: left;
  }
  #block-lang-dropdown-language {
    width: 120px;
    float: right;
    margin-left: -80px;
    padding: 7px 20px 0 0;
    height: 40px;
    margin-right: 35px;
    font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  }
  #block-lang-dropdown-language h2.block-title {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select {
    margin: 0;
    font-size: 0.92857143em;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select ul.links,
  #block-lang-dropdown-language .form-item-lang-dropdown-select ul.menu,
  #block-lang-dropdown-language .form-item-lang-dropdown-select div.ddChild {
    text-transform: uppercase;
    background: #2a3c4a;
    padding: 15px 5px;
    padding-bottom: 5px;
    list-style: none;
    list-style-position: none;
    list-style-type: none;
    border-right: 1px solid #182732;
    border-bottom: 1px solid #182732;
    -webkit-box-shadow: 1px 1px 0 0 #4b5a65;
    -moz-box-shadow: 1px 1px 0 0 #4b5a65;
    box-shadow: 1px 1px 0 0 #4b5a65;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select ul.links li,
  #block-lang-dropdown-language .form-item-lang-dropdown-select ul.menu li,
  #block-lang-dropdown-language .form-item-lang-dropdown-select div.ddChild li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select ul.links li:before,
  #block-lang-dropdown-language .form-item-lang-dropdown-select ul.menu li:before,
  #block-lang-dropdown-language .form-item-lang-dropdown-select div.ddChild li:before {
    content: '';
    padding-right: 0;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select .ddcommon {
    outline: none;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select .ddcommon .ddTitle {
    padding: 3px 28px;
    float: right;
    background: url(../images/icons/globe.png) no-repeat 0px 3px;
    cursor: pointer;
    width: auto;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select .ddcommon .ddTitle span.divider {
    display: none;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select .ddcommon .ddTitle .ddArrow {
    background: url(../images/icons/arrows/gray_down.png) no-repeat;
    width: 12px;
    position: relative;
    float: right;
    height: 1em;
    top: 4px;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select .ddcommon .ddTitle .ddTitleText {
    text-transform: uppercase;
    float: right;
    padding-right: 18px;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select .ddcommon .ddChild {
    left: 0px;
    padding-left: 4px;
    margin-top: -4px;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select .ddcommon .ddChild li {
    background-color: transparent;
    color: #c4c8ca;
    padding: 3px 10px;
    padding-right: 30px;
    text-align: right;
    cursor: pointer;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select .ddcommon .ddChild li.active,
  #block-lang-dropdown-language .form-item-lang-dropdown-select .ddcommon .ddChild li.selected {
    color: #eed575;
    background-color: transparent;
    background-image: url(../images/icons/check.png);
    background-position: 97% center;
    background-repeat: no-repeat;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select .ddcommon .ddChild li:hover {
    color: #eed575;
    background-color: #677786;
    text-decoration: none;
  }
  #block-system-user-menu {
    float: right;
    padding-left: 20px;
    line-height: 20px;
    margin: 10px 0;
    border-left: 1px solid #4B5A65;
    -webkit-box-shadow: -1px 0 0 0 #1a2732;
    -moz-box-shadow: -1px 0 0 0 #1a2732;
    box-shadow: -1px 0 0 0 #1a2732;
  }
  #block-system-user-menu h2.block-title {
    display: none;
  }
  #block-system-user-menu ul.menu {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    list-style-position: none;
    list-style-type: none;
  }
  #block-system-user-menu ul.menu li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
    display: inline;
  }
  #block-system-user-menu ul.menu li a {
    text-decoration: none;
  }
  #block-system-user-menu ul.menu a {
    font-weight: 400;
    font-size: 0.92857143em;
    text-transform: uppercase;
    padding: 0px 15px;
  }
  #block-system-user-menu ul.menu a,
  #block-system-user-menu ul.menu a:link,
  #block-system-user-menu ul.menu a:active {
    text-decoration: none;
    cursor: pointer;
    color: #c4c8ca;
  }
  #block-system-user-menu ul.menu a:active,
  #block-system-user-menu ul.menu a.active-trail,
  #block-system-user-menu ul.menu a.active {
    color: #eed484;
  }
  #block-system-user-menu ul.menu a:hover {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
    cursor: pointer;
    color: #eed484;
  }
  #block-system-user-menu ul.menu a:visited {
    color: #551A8B;
  }
  #block-system-user-menu ul.menu a.active {
    color: inherit;
  }
  #block-system-user-menu ul.menu a.active-trail {
    color: #eed484;
  }
  #block-system-user-menu ul.menu li {
    position: relative;
  }
  #block-system-user-menu ul.menu li ul.links,
  #block-system-user-menu ul.menu li ul.menu,
  #block-system-user-menu ul.menu li div.ddChild {
    text-transform: uppercase;
    background: #2a3c4a;
    padding: 15px 5px;
    padding-bottom: 5px;
    list-style: none;
    list-style-position: none;
    list-style-type: none;
    border-right: 1px solid #182732;
    border-bottom: 1px solid #182732;
    -webkit-box-shadow: 1px 1px 0 0 #4b5a65;
    -moz-box-shadow: 1px 1px 0 0 #4b5a65;
    box-shadow: 1px 1px 0 0 #4b5a65;
  }
  #block-system-user-menu ul.menu li ul.links li,
  #block-system-user-menu ul.menu li ul.menu li,
  #block-system-user-menu ul.menu li div.ddChild li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
  }
  #block-system-user-menu ul.menu li ul.links li:before,
  #block-system-user-menu ul.menu li ul.menu li:before,
  #block-system-user-menu ul.menu li div.ddChild li:before {
    content: '';
    padding-right: 0;
  }
  #block-system-user-menu ul.menu li.expanded a {
    background: url(../images/icons/arrows/gray_down.png) no-repeat left -1px;
    width: 177px;
    padding-left: 22px;
    cursor: pointer;
    z-index: 99;
    position: relative;
  }
  #block-system-user-menu ul.menu li.first a {
    padding-left: 22px;
  }
  #block-system-user-menu ul.menu li ul.menu {
    width: 180px;
    margin-left: 0;
    position: absolute;
    left: -21px;
    display: none;
    top: 0px;
    padding-top: 30px;
    z-index: 10;
    border-left: 1px solid #4B5A65;
    border-right: 0px;
    -webkit-box-shadow: -1px 1px 0 0 #182732;
    -moz-box-shadow: -1px 1px 0 0 #182732;
    box-shadow: -1px 1px 0 0 #182732;
  }
  #block-system-user-menu ul.menu li ul.menu li {
    display: block;
  }
  #block-system-user-menu ul.menu li ul.menu li a {
    background-image: none;
    padding: 3px 10px;
    display: block;
  }
  #block-system-user-menu ul.menu li.last {
    z-index: 100;
  }
  #block-system-user-menu ul.menu li.last a {
    padding-right: 0;
  }
  body.not-logged-in #block-system-user-menu ul.menu li.last a {
    padding: 4px 12px;
    color: #2a3c4a;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    margin: 0px 3px;
    margin-right: 0;
    background-color: #5ccbf6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  body.not-logged-in #block-system-user-menu ul.menu li.last a:hover {
    background-color: #338ace;
    color: #fff;
  }
  #utility-nav {
    height: 40px;
  }
  #utility-nav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  #utility-nav h2.block-title {
    margin: 0;
  }
  #header #logo {
    float: left;
  }
  #header #name-and-slogan {
    float: left;
    padding-top: 55px;
    font-size: 8px;
    font-weight: 400;
    text-transform: uppercase;
  }
  #header #name-and-slogan h1 {
    color: #d8d9d3;
    margin: 0;
    font-family: 'Conv_Tizen', Helvetica, Arial, sans-serif;
  }
  #header #name-and-slogan h1 a,
  #header #name-and-slogan h1 a:link {
    color: #d8d9d3;
  }
  #header #name-and-slogan h1 a:hover {
    text-decoration: none;
  }
  #header #name-and-slogan h1 span.tizen {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }
  #header .block-search form {
    float: right;
  }
  #header .block-search form h2,
  #header .block-search form label {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }
  #header .block-search .contextual-links-wrapper {
    display: none;
  }
  #header .block-search input.form-text {
    background-image: url(../images/icons/search_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    padding: 15px 0 11px 19px;
    width: 0px;
    text-indent: 50px;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    font-size: 1.14285714em;
    font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    cursor: pointer;
  }
  #header .block-search input.form-text.focus {
    cursor: auto;
    background-position: 17px center;
    width: 200px;
    padding-left: 50px;
    color: black;
    text-indent: 0px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #header .block-search input::-webkit-input-placeholder,
  #header .block-search input.focus::-webkit-input-placeholder {
    color: #7c8890;
  }
  #header .block-search input:-moz-placeholder,
  #header .block-search input.focus:-moz-placeholder {
    color: #7c8890;
  }
  #header .block-search input:-ms-input-placeholder,
  #header .block-search input.focus:-ms-input-placeholder {
    color: #7c8890;
  }
  #navigation {
    float: right;
    font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  }
  #navigation h2.block-title {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }
  #navigation ul.menu {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    list-style-position: none;
    list-style-type: none;
    clear: right;
    border-top: 1px solid #313232;
    -webkit-box-shadow: 0px -1px 0 0 black;
    -moz-box-shadow: 0px -1px 0 0 black;
    box-shadow: 0px -1px 0 0 black;
    padding-top: 10px;
  }
  #navigation ul.menu li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
    display: inline;
  }
  #navigation ul.menu li a {
    text-decoration: none;
  }
  #navigation ul.menu li {
    padding: 0 15px 0 0;
  }
  #navigation ul.menu li:first-child {
    display: none !important;
  }
  #navigation ul.menu li ul {
    display: none;
  }
  #navigation a {
    font-weight: 400;
    font-size: 1.14285714em;
    text-transform: uppercase;
    padding-bottom: 25px;
    outline: none;
  }
  #navigation a,
  #navigation a:link,
  #navigation a:active {
    text-decoration: none;
    cursor: pointer;
    color: #5ccbf6;
  }
  #navigation a:active,
  #navigation a.active-trail,
  #navigation a.active {
    color: #eed484;
  }
  #navigation a:hover {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
    cursor: pointer;
    color: #eed484;
  }
  #navigation a:visited {
    color: #551A8B;
  }
  #navigation a.active-trail {
    color: #eed484;
    border-bottom: 2px solid #1e9cd9;
  }
  #navigation li.last a {
    padding-right: 0;
  }
  #block-menu-block-5 {
    border-bottom: 1px solid #e5e5e5;
    background: #f2f2f2;
  }
  #block-menu-block-5 .block-inner {
    width: 1145px;
    margin: 0 auto;
    padding: 0 28px;
    box-sizing: border-box;
  }
  #block-menu-block-5 .block-inner h2 {
    display: none;
  }
  #block-menu-block-5 .block-inner .block-content ul.menu {
    margin: 0;
    padding: 10px 0;
  }
  #block-menu-block-5 .block-inner .block-content ul.menu li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 27px;
    line-height: 27px;
    margin-right: 40px;
  }
  #block-menu-block-5 .block-inner .block-content ul.menu li:first-child {
    margin-left: 0;
  }
  #block-menu-block-5 .block-inner .block-content ul.menu li a {
    display: inline-block;
    line-height: 130%;
    vertical-align: middle;
    color: #2d2d2d;
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 1em;
  }
  #block-menu-block-5 .block-inner .block-content ul.menu li a.active-trail,
  #block-menu-block-5 .block-inner .block-content ul.menu li a.active {
    color: #1e9cd8;
  }
  #block-menu-block-6 {
    width: 1145px;
    margin: 0 auto;
    padding: 0 28px;
    box-sizing: border-box;
  }
  #block-menu-block-6 h2 {
    display: none;
  }
  #block-menu-block-6 .block-content ul.menu {
    margin: 0;
    padding: 18px 0;
  }
  #block-menu-block-6 .block-content ul.menu li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 14px;
    padding: 0 0 0 18px;
    background: url(../images/bg_gng_division.png) no-repeat left 5px;
  }
  #block-menu-block-6 .block-content ul.menu li a {
    display: inline-block;
    color: #2d2d2d;
  }
  #block-menu-block-6 .block-content ul.menu li a.active-trail,
  #block-menu-block-6 .block-content ul.menu li a .active {
    color: #1d9cd8;
  }
  #block-menu-block-6 .block-content ul.menu li:first-child {
    margin: 0;
    padding: 0;
    background: none;
  }
  nav.breadcrumb {
    display: block;
  }
  nav.breadcrumb#mobile {
    display: none;
  }
  /******************** @end   Header *****/
  /***** @group Sidebars ********************/
  /* Basic Sidebars */
  .sidebar .block {
    background-color: #fafbfb;
    padding: 12px 16px 0px;
  }
  .sidebar .block h2 {
    font-size: 1.14285714em;
    text-transform: uppercase;
    margin: 0 0 14px 0;
  }
  .sidebar .block-separate-title {
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .sidebar .block-separate-title h2.block-title {
    background-image: url(../images/icons/sidebar_menu/lvl_1_active.png);
    background-repeat: no-repeat;
    background-position: 14px 6px;
    padding: 0 0 3px 37px;
    margin: 5px 0 6px 0;
    border-bottom: 1px dashed #c4c8ca;
    text-transform: uppercase;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 1.14285714em;
  }
  .sidebar .block-separate-title h2.block-title a,
  .sidebar .block-separate-title h2.block-title a:link {
    color: #2a3c4a;
  }
  .sidebar .block-separate-title .block-content {
    background-color: #fafbfb;
    padding: 12px 16px 0px;
    -webkit-box-shadow: 0 0 2px rgba(124, 136, 144, 0.65);
    -moz-box-shadow: 0 0 2px rgba(124, 136, 144, 0.65);
    box-shadow: 0 0 2px rgba(124, 136, 144, 0.65);
  }
  #block-menu-block-1,
  #block-menu-block-4 {
    margin: 0;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
  }
  #block-menu-block-1 .block-title,
  #block-menu-block-4 .block-title {
    display: none;
  }
  #block-menu-block-1 .block-content,
  #block-menu-block-4 .block-content {
    background: none;
    width: 262px;
    border-top: 1px solid #e5e5e5;
  }
  #block-menu-block-1 .block-content ul,
  #block-menu-block-4 .block-content ul {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #block-menu-block-1 .block-content ul li,
  #block-menu-block-4 .block-content ul li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
  }
  #block-menu-block-1 .block-content ul li:before,
  #block-menu-block-4 .block-content ul li:before {
    content: '';
    padding-right: 0;
  }
  #block-menu-block-1 .block-content ul li,
  #block-menu-block-4 .block-content ul li {
    background: #ffffff url(../images/img_subnav_line.png) repeat-x left bottom;
  }
  #block-menu-block-1 .block-content ul li a,
  #block-menu-block-4 .block-content ul li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 16px 30px 15px 14px;
    color: #2d2d2d;
    font-size: 1em;
    outline: none;
    -moz-outline-style: none;
    background-position: left bottom;
    transition: none;
  }
  #block-menu-block-1 .block-content ul li a span.icon,
  #block-menu-block-4 .block-content ul li a span.icon {
    display: block;
    position: absolute;
    left: auto;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 100%;
    overflow: hidden;
    text-indent: -999999px;
    background: transparent url(../images/img_subnav.png) no-repeat 50% 50%;
    cursor: pointer;
  }
  #block-menu-block-1 .block-content ul li.leaf a span.icon,
  #block-menu-block-4 .block-content ul li.leaf a span.icon {
    display: none !important;
    background: none !important;
    cursor: default !important;
  }
  #block-menu-block-1 .block-content ul li.expanded > a,
  #block-menu-block-4 .block-content ul li.expanded > a {
    color: #1e9cd9;
    border-left: 4px solid #1e9cd9;
    padding-left: 10px;
    background: #ffffff url(../images/img_subnav_line_on.png) repeat-x left bottom;
  }
  #block-menu-block-1 .block-content ul li.expanded > a span.icon,
  #block-menu-block-4 .block-content ul li.expanded > a span.icon {
    background: transparent url(../images/img_subnav_on.png) no-repeat 50% 50%;
  }
  #block-menu-block-1 .block-content ul li.expanded > ul > li a,
  #block-menu-block-4 .block-content ul li.expanded > ul > li a {
    border-left: 4px solid #1e9cd9;
    padding-left: 14px;
  }
  #block-menu-block-1 .block-content ul li.expanded > ul > li a.hl-active-trail,
  #block-menu-block-4 .block-content ul li.expanded > ul > li a.hl-active-trail {
    color: #1e9cd9;
    border-left: 4px solid #1e9cd9;
    padding-left: 14px;
    background: #ffffff url(../images/img_subnav_line_on.png) repeat-x left bottom;
  }
  #block-menu-block-1 .block-content ul li.active > a,
  #block-menu-block-4 .block-content ul li.active > a {
    color: #1e9cd9;
    border-left: 4px solid #1e9cd9;
    padding-left: 10px;
    background: #ffffff url(../images/img_subnav_line_on.png) repeat-x left bottom;
  }
  #block-menu-block-1 .block-content ul li.active > ul > li a,
  #block-menu-block-4 .block-content ul li.active > ul > li a {
    border-left: 4px solid #1e9cd9;
    padding-left: 14px;
  }
  #block-menu-block-1 .block-content ul li.active > ul > li a.hl-active-trail,
  #block-menu-block-4 .block-content ul li.active > ul > li a.hl-active-trail {
    color: #1e9cd9;
    border-left: 4px solid #1e9cd9;
    padding-left: 14px;
    background: #ffffff url(../images/img_subnav_line_on.png) repeat-x left bottom;
  }
  #block-menu-block-1 .block-content ul li ul,
  #block-menu-block-4 .block-content ul li ul {
    padding-left: 4px;
  }
  #block-menu-block-1 .block-content ul li ul li.hl-active-trail.expanded > a span.icon,
  #block-menu-block-4 .block-content ul li ul li.hl-active-trail.expanded > a span.icon,
  #block-menu-block-1 .block-content ul li ul li.active-trail.expanded > a span.icon,
  #block-menu-block-4 .block-content ul li ul li.active-trail.expanded > a span.icon {
    background: transparent url(../images/img_subnav_on.png) no-repeat 50% 50%;
  }
  /* @group SubNav   */
  #block-tizen-global-editorial-help {
    background-color: transparent;
    padding: 0;
  }
  #block-tizen-global-editorial-help .block-inner {
    margin-bottom: 30px;
    width: 100%;
  }
  #block-tizen-global-editorial-help.stuck {
    position: fixed;
    top: 5px;
    width: 269px;
  }
  #block-tizen-global-editorial-help .subnav-jump {
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #f7f7f7;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 1.14285714em;
    padding: 3px 12px 1px 12px;
    margin: 0 10px 8px 0;
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #494949;
    background-color: #e0f5ff;
    border: 1px solid #a6e3ff;
    display: block;
    padding: 0;
    line-height: 28px;
    height: 30px;
    width: 165px;
    margin-left: 52px;
    text-align: center;
  }
  #block-tizen-global-editorial-help .subnav-jump:hover {
    background-color: #5ccbf6;
    color: white;
    border: 1px solid white;
    text-decoration: none;
  }
  #block-tizen-global-editorial-help .subnav-jump .icon {
    font-family: 'tizen_iconography';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    speak: none;
    text-align: center;
    border-right: 1px solid #a9e1f6;
    color: #32414d;
    display: inline-block;
    position: absolute;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 12px;
  }
  #block-tizen-global-editorial-help .subnav-jump:hover {
    background-color: #dcf3fa;
    text-decoration: none;
  }
  #block-tizen-global-editorial-help .subnav-jump:hover .icon {
    border-color: #307dc8;
    color: #307dc8;
  }
  #block-tizen-global-editorial-help .subnav-jump:hover {
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-position: 0 -30px;
  }
  #block-tizen-global-editorial-help .block-content {
    background: none;
    width: 262px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  #block-tizen-global-editorial-help .block-content h2.block-title {
    background-image: url(../images/icons/sidebar_menu/lvl_1_active.png);
    background-repeat: no-repeat;
    background-position: 14px 6px;
    padding: 0 0 3px 37px;
    margin: 5px 0 6px 0;
    border-bottom: 1px dashed #c4c8ca;
    text-transform: uppercase;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 1.14285714em;
  }
  #block-tizen-global-editorial-help .block-content h2.block-title a,
  #block-tizen-global-editorial-help .block-content h2.block-title a:link {
    color: #2a3c4a;
  }
  #block-tizen-global-editorial-help .block-content ul.menu,
  #block-tizen-global-editorial-help .block-content ul.links {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* @todo: Leaf doesn't catch the last item in a menu even if
      * it has no children.
      */
  }
  #block-tizen-global-editorial-help .block-content ul.menu li,
  #block-tizen-global-editorial-help .block-content ul.links li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li:before,
  #block-tizen-global-editorial-help .block-content ul.links li:before {
    content: '';
    padding-right: 0;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li,
  #block-tizen-global-editorial-help .block-content ul.links li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
    background: #ffffff url(../images/img_subnav_line.png) repeat-x left bottom;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li li,
  #block-tizen-global-editorial-help .block-content ul.links li li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li li:before,
  #block-tizen-global-editorial-help .block-content ul.links li li:before {
    content: '';
    padding-right: 0;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.last,
  #block-tizen-global-editorial-help .block-content ul.links li.last {
    background: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.active a,
  #block-tizen-global-editorial-help .block-content ul.links li.active a {
    color: #1e9cd9;
    border-left: 4px solid #1e9cd9;
    padding-left: 12px;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.is-expanded,
  #block-tizen-global-editorial-help .block-content ul.links li.is-expanded {
    background: #ffffff url(../images/img_subnav_line.png) repeat-x left bottom;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.is-expanded a,
  #block-tizen-global-editorial-help .block-content ul.links li.is-expanded a {
    color: #2d2d2d;
    padding: 16px 30px 15px 14px;
    border: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu a,
  #block-tizen-global-editorial-help .block-content ul.links a {
    display: block;
    position: relative;
    margin: 0;
    padding: 16px 30px 15px 14px;
    color: #2d2d2d;
    font-size: 1em;
    outline: none;
    -moz-outline-style: none;
    background-position: left bottom;
    transition: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu a span.icon,
  #block-tizen-global-editorial-help .block-content ul.links a span.icon {
    display: block;
    position: absolute;
    left: auto;
    right: 10px;
    top: 50%;
    width: 14px;
    height: 10px;
    margin-top: -5px;
    overflow: hidden;
    text-indent: -999999px;
    background: #ffffff url(../images/img_subnav.png) no-repeat right 50%;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.leaf span.icon,
  #block-tizen-global-editorial-help .block-content ul.links li.leaf span.icon {
    cursor: default;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li li a,
  #block-tizen-global-editorial-help .block-content ul.links li li a {
    border-left: 4px solid #1e9cd9;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.leaf a span.icon,
  #block-tizen-global-editorial-help .block-content ul.links li.leaf a span.icon {
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu .expanded a.hl-active-trail,
  #block-tizen-global-editorial-help .block-content ul.links .expanded a.hl-active-trail {
    color: #1e9cd9;
    border-left: 4px solid #1e9cd9;
    padding-left: 14px;
    background: #ffffff url(../images/img_subnav_line_on.png) repeat-x left bottom;
  }
  #block-tizen-global-editorial-help .block-content ul.menu .expanded a.hl-active-trail .icon,
  #block-tizen-global-editorial-help .block-content ul.links .expanded a.hl-active-trail .icon {
    background: #ffffff url(../images/img_subnav_on.png) no-repeat;
    /* IE8 - must be on one line, unfortunately */
  }
  html.lt-ie9 #block-tizen-global-editorial-help .block-content ul.menu .expanded a.hl-active-trail .icon,
  html.lt-ie9 #block-tizen-global-editorial-help .block-content ul.links .expanded a.hl-active-trail .icon {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1.836909530733566e-16, M12=-1, M21=1, M22=-1.836909530733566e-16, SizingMethod='auto expand')";
    margin-top: -5px;
    margin-left: 5px;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.active-tree.expanded,
  #block-tizen-global-editorial-help .block-content ul.links li.active-tree.expanded {
    padding-bottom: 1px;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.active-tree.expanded.last,
  #block-tizen-global-editorial-help .block-content ul.links li.active-tree.expanded.last {
    padding-bottom: 0;
  }
  #block-tizen-global-editorial-help .block-content ul.menu ul,
  #block-tizen-global-editorial-help .block-content ul.links ul {
    position: relative;
    z-index: 1;
    border-left: 4px solid #ffffff;
    border-top: none;
  }
  #block-tizen-global-editorial-help .block-content ul.menu li.active-trail li a,
  #block-tizen-global-editorial-help .block-content ul.links li.active-trail li a {
    text-transform: none;
  }
  /* @end SubNav  */
  table.fc-header {
    position: relative;
    margin-top: 0;
  }
  table.fc-header td.fc-header-center {
    position: relative;
    top: 0;
    left: 0;
  }
  /******************** @end Sidebars *****/
  /**
 * Misc
 */
  /* Forms */
  select {
    max-width: 100%;
  }
  #content form input.form-text {
    margin-right: 20px;
  }
  #content form fieldset .description {
    padding: 10px 0 0 0;
  }
  /**** @group Footer */
  #block-tizen-global-site-tabs {
    /* three site links */
  }
  #block-tizen-global-site-tabs h2.block-title {
    display: none;
  }
  #block-tizen-global-site-tabs ul.links {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    list-style-position: none;
    list-style-type: none;
    font-size: 1.14285714em;
    color: #c4c8ca;
  }
  #block-tizen-global-site-tabs ul.links li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
    display: inline;
  }
  #block-tizen-global-site-tabs ul.links li a {
    text-decoration: none;
  }
  #block-tizen-global-site-tabs ul.links a {
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
  }
  #block-tizen-global-site-tabs ul.links a,
  #block-tizen-global-site-tabs ul.links a:link,
  #block-tizen-global-site-tabs ul.links a:active {
    text-decoration: none;
    cursor: pointer;
    color: #5ccbf6;
  }
  #block-tizen-global-site-tabs ul.links a:active,
  #block-tizen-global-site-tabs ul.links a.active-trail,
  #block-tizen-global-site-tabs ul.links a.active {
    color: #eed484;
  }
  #block-tizen-global-site-tabs ul.links a:hover {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: underline;
    cursor: pointer;
    color: #eed484;
  }
  #block-tizen-global-site-tabs ul.links a:visited {
    color: #551A8B;
  }
  #block-tizen-global-site-tabs ul.links a:hover {
    text-decoration: none;
  }
  #block-tizen-global-site-tabs ul.links a.active,
  #block-tizen-global-site-tabs ul.links a:active {
    color: #eed484;
  }
  #block-menu-block-2 {
    /* sub menu for current site */
  }
  #block-menu-block-2 .menu-block-wrapper {
    float: left;
    background-color: #326478;
    background: none repeat scroll 0 0 rgba(50, 100, 120, 0.3);
    box-shadow: inset 0 0 5px #000000;
    border: 1px solid #000000;
    padding: 15px;
    width: 716px;
  }
  #block-menu-block-2 ul.menu {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    list-style-position: none;
    list-style-type: none;
  }
  #block-menu-block-2 ul.menu li {
    list-style: none;
    list-style-position: none;
    list-style-type: none;
    display: inline;
  }
  #block-menu-block-2 ul.menu li a {
    text-decoration: none;
  }
  #block-menu-block-2 ul.menu li {
    display: block;
    float: left;
    list-style: none outside none;
    width: 23%;
    padding: 10px 12px 0 0;
    box-sizing: border-box;
  }
  #block-menu-block-2 ul.menu li a,
  #block-menu-block-2 ul.menu li a:link,
  #block-menu-block-2 ul.menu li a:active {
    text-decoration: none;
    cursor: pointer;
    color: #d8d9d4;
  }
  #block-menu-block-2 ul.menu li a:active,
  #block-menu-block-2 ul.menu li a.active-trail,
  #block-menu-block-2 ul.menu li a.active {
    color: #eed484;
  }
  #block-menu-block-2 ul.menu li a:hover {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
    cursor: pointer;
    color: #d8d9d4;
  }
  #block-menu-block-2 ul.menu li a:visited {
    color: #551A8B;
  }
  #block-menu-block-2 ul.menu li a:active,
  #block-menu-block-2 ul.menu li a.active-trail,
  #block-menu-block-2 ul.menu li a.active {
    color: #d8d9d4;
  }
  #block-menu-block-2 ul.menu li li {
    width: 100%;
  }
  #block-menu-block-2 ul.menu li li a,
  #block-menu-block-2 ul.menu li li a:link,
  #block-menu-block-2 ul.menu li li a:active {
    text-decoration: none;
    cursor: pointer;
    color: #5ccbf6;
  }
  #block-menu-block-2 ul.menu li li a:active,
  #block-menu-block-2 ul.menu li li a.active-trail,
  #block-menu-block-2 ul.menu li li a.active {
    color: #eed484;
  }
  #block-menu-block-2 ul.menu li li a:hover {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: underline;
    cursor: pointer;
    color: #5ccbf6;
  }
  #block-menu-block-2 ul.menu li li a:visited {
    color: #551A8B;
  }
  #block-menu-block-2 ul.menu li li a:active,
  #block-menu-block-2 ul.menu li li a.active-trail,
  #block-menu-block-2 ul.menu li li a.active {
    color: #5ccbf6;
  }
  #block-boxes-developer-footer-links {
    /* social and developer links */
    width: 300px;
  }
  #block-boxes-developer-footer-links h2 {
    border-bottom: 1px solid #000000;
    box-shadow: 0 4px 1px -4px rgba(255, 255, 255, 0.5);
    display: block;
    margin-bottom: 1px;
    padding: 0 0 5px 5px;
    font-size: 1.14285714em;
    color: #c4c8ca;
    margin: 0 0 15px 0;
  }
  #block-boxes-developer-footer-links ul {
    float: left;
    width: 50%;
  }
  #boxes-box-developer_footer_links .boxes-box-content a {
    padding-left: 35px;
    padding-right: 3px;
  }
  /* footer link override */
  #boxes-box-developer_footer_links .boxes-box-content ul {
    display: inline;
  }
  /**** @end Footer */
  .workbench-info-block-full .workbench-info-block:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .workbench-info-block-full .workbench-info-block .current-state {
    margin-left: 5%;
  }
  .workbench-info-block-full .workbench-info-block .progress-bar {
    margin-left: 5%;
    margin-right: 5%;
    width: 677px;
    display: block;
    height: 26px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    padding-left: 0;
    background-repeat: no-repeat;
  }
  .workbench-info-block-full .workbench-info-block .progress-bar.steps-3 li {
    width: 33%;
  }
  .workbench-info-block-full .workbench-info-block .progress-bar.steps-3 li.last {
    width: 34%;
  }
  .workbench-info-block-full .workbench-info-block .progress-bar.steps-4 li {
    width: 25%;
  }
  .workbench-info-block-full .workbench-info-block .progress-bar.steps-5 li {
    width: 20%;
  }
  .workbench-info-block-full .workbench-info-block .progress-bar.steps-3.on-step-0 {
    background-image: url(../images/workflow_progressbar/3-0.png);
  }
  .workbench-info-block-full .workbench-info-block .progress-bar.steps-3.on-step-1 {
    background-image: url(../images/workflow_progressbar/3-1.png);
  }
  .workbench-info-block-full .workbench-info-block .progress-bar.steps-3.on-step-2 {
    background-image: url(../images/workflow_progressbar/3-2.png);
  }
  .workbench-info-block-full .workbench-info-block .progress-bar.steps-3.on-step-3 {
    background-image: url(../images/workflow_progressbar/3-3.png);
  }
  .workbench-info-block-full .workbench-info-block .progress-bar.steps-4.on-step-0 {
    background-image: url(../images/workflow_progressbar/4-0.png);
  }
  .workbench-info-block-full .workbench-info-block .progress-bar.steps-4.on-step-1 {
    background-image: url(../images/workflow_progressbar/4-1.png);
  }
  .workbench-info-block-full .workbench-info-block .progress-bar.steps-4.on-step-2 {
    background-image: url(../images/workflow_progressbar/4-2.png);
  }
  .workbench-info-block-full .workbench-info-block .progress-bar.steps-4.on-step-3 {
    background-image: url(../images/workflow_progressbar/4-3.png);
  }
  .workbench-info-block-full .workbench-info-block .progress-bar.steps-4.on-step-4 {
    background-image: url(../images/workflow_progressbar/4-4.png);
  }
  .workbench-info-block-full .workbench-info-block .progress-bar.steps-5.on-step-0 {
    background-image: url(../images/workflow_progressbar/5-0.png);
  }
  .workbench-info-block-full .workbench-info-block .progress-bar.steps-5.on-step-1 {
    background-image: url(../images/workflow_progressbar/5-1.png);
  }
  .workbench-info-block-full .workbench-info-block .progress-bar.steps-5.on-step-2 {
    background-image: url(../images/workflow_progressbar/5-2.png);
  }
  .workbench-info-block-full .workbench-info-block .progress-bar.steps-5.on-step-3 {
    background-image: url(../images/workflow_progressbar/5-3.png);
  }
  .workbench-info-block-full .workbench-info-block .progress-bar.steps-5.on-step-4 {
    background-image: url(../images/workflow_progressbar/5-4.png);
  }
  .workbench-info-block-full .workbench-info-block .progress-bar.steps-5.on-step-5 {
    background-image: url(../images/workflow_progressbar/5-5.png);
  }
  .workbench-info-block-full .workbench-info-block .progress-bar li {
    display: block;
    float: left;
    margin: 0;
    padding-top: 30px;
  }
  .workbench-info-block-full .workbench-info-block .progress-bar li .indicator {
    display: none;
  }
  .workbench-info-block-full .workbench-info-block .progress-bar li dl {
    padding-left: 5px;
  }
  .workbench-info-block-full .workbench-info-block .revision-feedback:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .workbench-info-block-full .workbench-info-block .revision-feedback .revision-message,
  .workbench-info-block-full .workbench-info-block .revision-feedback .feedback-messages {
    width: 50%;
    float: left;
  }
  .workbench-info-block-full .workbench-info-block .revision-feedback.has-revision .feedback-messages .view-tizen-documentation-feedback a.view-content-toggle,
  .workbench-info-block-full .workbench-info-block .revision-feedback.has-revision .feedback-messages .view-tizen-workbench-moderation a.view-content-toggle {
    float: right;
    padding-right: 30px;
  }
  .workbench-info-block-full .workbench-info-block .form-item-workbench-moderation-state-new {
    float: left;
    width: 33%;
  }
  .workbench-info-block-full .workbench-info-block .form-item-log {
    float: left;
    width: 66%;
  }
  .workbench-info-block-full .workbench-info-block .diff-link-wrapper,
  .workbench-info-block-full .workbench-info-block .view-annotations,
  .workbench-info-block-full .workbench-info-block .annotation-other-revisions {
    margin: 0 5%;
  }
  /**
 * UX Guide
 */
  .ux-guidelines .ux-guide-item {
    width: 33%;
  }
  .ux-guidelines .separator.separator-even {
    border-bottom: 0;
  }
  .ux-guidelines .separator.separator-3,
  .ux-guidelines .separator.separator-6,
  .ux-guidelines .separator.separator-9,
  .ux-guidelines .separator.separator-12,
  .ux-guidelines .separator.separator-15 {
    clear: left;
    border-bottom: 1px dashed #cfd2d4;
    margin-bottom: 45px;
  }
  /**
 * Multi-column layouts
 */
  .three-column {
    width: 33%;
  }
  /******************** Multi-column layouts *****/
  .col,
  .three-column,
  .two-column {
    margin-left: 2%;
    padding: 0 0%;
  }
  .row .col:first-child,
  .row .three-column:first-child,
  .row .two-column:first-child,
  .col.no-pad,
  .three-column.no-pad,
  .two-column.no-pad {
    margin-left: 0;
  }
  .span_1 {
    width: 15.0%;
  }
  .span_2,
  .three-column {
    width: 32.0%;
  }
  .span_3,
  .two-column {
    width: 49.0%;
  }
  .span_4 {
    width: 66.0%;
  }
  .span_5 {
    width: 83.0%;
  }
  .span_6 {
    margin-left: 0;
    width: 100%;
  }
  /******************** @end Multi-column layouts *****/
  /**
 * 404 Page
 */
}
#search-page-results {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #search-page-results {
    margin-top: -15px;
  }
}
#search-page-results .total {
  font-size: 1.6em;
  color: #444444;
  margin-right: 5px;
  margin-top: -7px;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
}
#search-page-results .search-results-tab {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
}
#search-page-results .search-results-tab li {
  margin: 0;
  padding: 0;
  display: inline;
  padding-right: 10px;
  margin-right: 10px;
  background-image: url('../images/icons/s_bar.png');
  background-position: center right;
  background-repeat: no-repeat;
}
#search-page-results .search-results-tab li a:link,
#search-page-results .search-results-tab li a:visited,
#search-page-results .search-results-tab li a:active {
  color: #bcbcbc;
  text-transform: none;
  text-decoration: none;
  font-size: 1em;
}
#search-page-results .search-results-tab li a:hover {
  text-decoration: underline;
}
#search-page-results .search-results-tab li a:link,
#search-page-results .search-results-tab li a:visited,
#search-page-results .search-results-tab li a:active {
  color: #bcbcbc;
  text-transform: none;
  text-decoration: none;
  font-size: 1em;
}
#search-page-results .search-results-tab li a:hover {
  text-decoration: underline;
}
#search-page-results .search-results-tab li.selected {
  color: #2d2d2d;
}
#search-page-results .search-results-tab li:last-child {
  background: none;
  padding-right: 0;
  margin-right: 0;
}
#search-page-results .search-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
#search-page-results .search-info li {
  margin: 0;
  padding: 0;
  display: inline;
  padding-right: 10px;
  margin-right: 6px;
  background-image: url('../images/icons/s_bar.png');
  background-position: center right;
  background-repeat: no-repeat;
}
#search-page-results .search-info li:last-child {
  background: none;
}
#search-page-results .no-result {
  font-size: 2.4em;
  line-height: 1.5em;
  text-align: center;
  padding: 20px 0 50px;
  font-weight: normal;
  background-image: url('../images/icons/s_no_result.png');
  background-position: 50px 23px;
  background-repeat: no-repeat;
}
#search-page-results .no-result-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#search-page-results .no-result-list li {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  padding-left: 15px;
  background-image: url('../images/icons/bu_no_result.png');
  background-position: left 7px;
  background-repeat: no-repeat;
}
#search-page-results ol {
  margin: 0;
  padding: 0;
  margin: 32px 0 35px;
  line-height: 1.3em;
  border-bottom: 1px #d6d6d6 solid;
}
#search-page-results ol .search-result {
  margin-bottom: 32px;
}
#search-page-results ol .search-result .title {
  margin: 12px 0;
}
#search-page-results ol .search-result a:link,
#search-page-results ol .search-result a:visited,
#search-page-results ol .search-result a:active {
  color: #248bd1;
  text-transform: none;
  text-decoration: none;
  font-size: 1em;
}
#search-page-results ol .search-result a:hover {
  text-decoration: underline;
}
#search-page-results ol .search-result a:link,
#search-page-results ol .search-result a:visited,
#search-page-results ol .search-result a:active {
  color: #248bd1;
  text-transform: none;
  text-decoration: none;
  font-size: 1em;
}
#search-page-results ol .search-result a:hover {
  text-decoration: underline;
}
#search-page-results ol .search-result .search-snippet-info {
  padding-left: 0em;
}
#search-page-results ol .search-result .search-snippet {
  margin-bottom: 10px;
}
#search-page-results ol .search-result .search-info {
  font-size: 1em;
  color: #bcbcbc;
}
#search-page-results ol .search-result .search-info a:link,
#search-page-results ol .search-result .search-info a:visited,
#search-page-results ol .search-result .search-info a:active {
  color: #bcbcbc;
  text-transform: none;
  text-decoration: none;
  font-size: 1em;
}
#search-page-results ol .search-result .search-info a:hover {
  text-decoration: underline;
}
#search-page-results ol .search-result .search-info a:link,
#search-page-results ol .search-result .search-info a:visited,
#search-page-results ol .search-result .search-info a:active {
  color: #bcbcbc;
  text-transform: none;
  text-decoration: none;
  font-size: 1em;
}
#search-page-results ol .search-result .search-info a:hover {
  text-decoration: underline;
}
#search-page-results .item-list .pager li {
  margin: 0;
  padding: 0;
  font-size: 1.05em;
}
#search-page-results .item-list .pager .pager-item {
  top: 2px;
  position: relative;
}
#search-page-results .item-list .pager .pager-item a:link,
#search-page-results .item-list .pager .pager-item a:visited,
#search-page-results .item-list .pager .pager-item a:active {
  color: #596874;
  text-transform: none;
  text-decoration: none;
  font-size: 1em;
}
#search-page-results .item-list .pager .pager-item a:hover {
  text-decoration: underline;
}
#search-page-results .item-list .pager .pager-item a:link,
#search-page-results .item-list .pager .pager-item a:visited,
#search-page-results .item-list .pager .pager-item a:active {
  color: #596874;
  text-transform: none;
  text-decoration: none;
  font-size: 1em;
}
#search-page-results .item-list .pager .pager-item a:hover {
  text-decoration: underline;
}
#search-page-results .item-list .pager .pager-current {
  top: 2px;
  position: relative;
  color: #1d9cd8;
  text-decoration: none;
  padding: 0 7px;
}
#search-page-results .item-list .pager .pager-first {
  margin: 0 1px;
}
#search-page-results .item-list .pager .pager-previous {
  margin: 0 1px;
  margin-right: 9px;
}
#search-page-results .item-list .pager .pager-next {
  margin: 0 1px;
  margin-left: 9px;
}
#search-page-results .item-list .pager .pager-last {
  margin: 0 1px;
}
@media screen and (max-width: 768px) {
  #search-suggestion,
  #search-page-lnb,
  #search-advanced {
    position: absolute;
    top: -10000px;
  }
  #search-page-input-area .tizen-search-design {
    height: 104px;
  }
  #search-page-input-area .tizen-search-design .tizen-search-design-input {
    position: absolute;
    left: 0px;
    top: -20px;
  }
  #search-page-input-area .tizen-search-design input[type=text] {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #1d9cd8;
    font-size: 2.3em;
    margin: 14px;
    padding: 7px 0;
    outline: 0;
    width: 92%;
  }
  #search-page-input-area .tizen-search-design .tizen-search-design-submit {
    position: absolute;
    top: -10000px;
  }
  #search-page-input-area .tizen-search-design input[type=submit] {
    position: absolute;
    top: -10000px;
  }
  #search-page-results .no-result {
    font-size: 2.2em;
    line-height: 1.5em;
    padding: 55px 0 15px;
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    background-image: url('../images/icons/s_no_result.png');
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  #search-page-input-area {
    margin-left: 28px;
    position: absolute;
    width: 1089px;
    height: 104px;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #1d9cd8;
  }
  #search-page-input-area .tizen-search-design {
    height: 104px;
    background-image: url('../images/search_layer/search_layer_icon.png');
    background-position: 0 50px;
    background-repeat: no-repeat;
  }
  #search-page-input-area .tizen-search-design .tizen-search-design-input {
    position: absolute;
    left: 0px;
  }
  #search-page-input-area .tizen-search-design input[type=text] {
    background-color: transparent;
    border: 0px solid;
    font-size: 2.3em;
    margin: 44px 50px;
    padding: 5px 10px;
    width: 800px;
    outline: 0;
  }
  #search-page-input-area .tizen-search-design .tizen-search-design-submit {
    position: absolute;
    top: 40px;
    right: 32px;
  }
  #search-page-input-area .tizen-search-design input[type=submit] {
    display: inline-block;
    color: #ffffff;
    outline: 0;
    font-size: 1.3em;
    padding: 14px 42px 13px;
    border-radius: 25px;
    background-color: #1d9cd8;
    text-transform: capitalize;
    position: relative;
    right: -42px;
  }
  #search-page-input-area .tizen-search-design input[type=submit]:hover {
    background-color: #1a8cc2;
  }
  #search-page-input-area .tizen-search-design {
    background-position: 0 52px;
  }
  #search-page-input-area .tizen-search-design input[type=text] {
    font-size: 2.0em;
    margin: 32px 40px;
  }
  #search-page-input-area .tizen-search-design input[type=submit] {
    padding: 13px 42px 12px;
    font-size: 1.2em;
    top: -13px;
    position: absolute;
    top: 27px;
    right: -10px;
  }
  #search-suggestion {
    position: absolute;
    top: 113px;
    float: left;
  }
  #search-suggestion dt,
  #search-suggestion dd {
    float: left;
    margin: 0;
    padding: 0;
  }
  #search-suggestion dt {
    margin-right: 15px;
    color: #2d2d2d;
  }
  #search-suggestion ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #search-suggestion ul li {
    margin: 0;
    padding: 0;
    display: inline;
    padding-right: 10px;
    margin-right: 10px;
    background-image: url('../images/icons/s_bar.png');
    background-position: center right;
    background-repeat: no-repeat;
  }
  #search-suggestion ul li a:link,
  #search-suggestion ul li a:visited,
  #search-suggestion ul li a:active {
    color: #bcbcbc;
    text-transform: none;
    text-decoration: none;
    font-size: 1em;
  }
  #search-suggestion ul li a:hover {
    text-decoration: underline;
  }
  #search-suggestion ul li a:link,
  #search-suggestion ul li a:visited,
  #search-suggestion ul li a:active {
    color: #bcbcbc;
    text-transform: none;
    text-decoration: none;
    font-size: 1em;
  }
  #search-suggestion ul li a:hover {
    text-decoration: underline;
  }
  #search-suggestion ul li:last-child {
    background: none;
  }
  #search-advanced {
    margin-top: 20px;
  }
  #search-advanced fieldset {
    margin: 0;
    padding: 0;
    border: none;
  }
  #search-advanced .advanced-open {
    position: absolute;
    width: 135px;
    top: 123px;
    right: 48px;
    background-image: url('../images/icons/s_adv_open.png');
    background-position: right center;
    background-repeat: no-repeat;
  }
  #search-advanced .advanced-open:link,
  #search-advanced .advanced-open:visited,
  #search-advanced .advanced-open:active {
    color: #bcbcbc;
    text-transform: none;
    text-decoration: none;
    font-size: 1em;
  }
  #search-advanced .advanced-open:hover {
    text-decoration: underline;
  }
  #search-advanced .advanced-open:link,
  #search-advanced .advanced-open:visited,
  #search-advanced .advanced-open:active {
    color: #bcbcbc;
    text-transform: none;
    text-decoration: none;
    font-size: 1em;
  }
  #search-advanced .advanced-open:hover {
    text-decoration: underline;
  }
  #search-advanced .advanced-open.advanced-click {
    background-image: url('../images/icons/s_adv.png');
    background-position: right center;
    background-repeat: no-repeat;
  }
  #search-advanced .con-search-advanced {
    position: relative;
    top: 124px;
    width: 1089px;
    height: 180px;
    background-color: #f9f9f9;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
  #search-advanced .con-search-advanced .adv-bool {
    height: 12px;
    position: absolute;
    width: 14px;
    top: -12px;
    right: 21px;
    background-image: url('../images/icons/arrows/s_balloon.png');
    background-position: right top;
    background-repeat: no-repeat;
  }
  #search-advanced .con-search-advanced .advanced-search-area label {
    color: #2d2d2d;
    font-weight: normal;
    font-size: 1.1em;
  }
  #search-advanced .con-search-advanced .advanced-search-area .adv-any-words {
    position: absolute;
    width: 339px;
    top: 24px;
    left: 18px;
    margin: 0;
    padding: 0;
  }
  #search-advanced .con-search-advanced .advanced-search-area .adv-any-words dt {
    margin-bottom: 12px;
  }
  #search-advanced .con-search-advanced .advanced-search-area .adv-any-words dd {
    margin-left: 0;
  }
  #search-advanced .con-search-advanced .advanced-search-area .adv-any-words dd input[type=text] {
    border: 1px solid #d6d6d6;
    font-size: 1.2em;
    width: 337px;
  }
  #search-advanced .con-search-advanced .advanced-search-area .adv-phrase {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 339px;
    top: 24px;
    left: 375px;
  }
  #search-advanced .con-search-advanced .advanced-search-area .adv-phrase dt {
    margin-bottom: 12px;
  }
  #search-advanced .con-search-advanced .advanced-search-area .adv-phrase dd {
    margin-left: 0;
  }
  #search-advanced .con-search-advanced .advanced-search-area .adv-phrase dd input[type=text] {
    border: 1px solid #d6d6d6;
    font-size: 1.2em;
    width: 337px;
  }
  #search-advanced .con-search-advanced .advanced-search-area .adv-none-words {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 339px;
    top: 24px;
    left: 732px;
  }
  #search-advanced .con-search-advanced .advanced-search-area .adv-none-words dt {
    margin-bottom: 12px;
  }
  #search-advanced .con-search-advanced .advanced-search-area .adv-none-words dd {
    margin-left: 0;
  }
  #search-advanced .con-search-advanced .advanced-search-area .adv-none-words dd input[type=text] {
    border: 1px solid #d6d6d6;
    font-size: 1.2em;
    width: 337px;
  }
  #search-advanced .con-search-advanced .advanced-search-area .criterion {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 123px;
    left: 18px;
    float: left;
  }
  #search-advanced .con-search-advanced .advanced-search-area .criterion .form-item {
    float: left;
    margin: 0;
    padding: 0;
  }
  #search-advanced .con-search-advanced .advanced-search-area .criterion .form-item-language > label {
    width: 100px;
    color: #2d2d2d;
    font-size: 1.1em;
    float: left;
  }
  #search-advanced .con-search-advanced .advanced-search-area .criterion .form-checkboxes {
    margin-top: -2px;
    float: left;
  }
  #search-advanced .con-search-advanced .advanced-search-area input[type=submit] {
    display: inline-block;
    color: #ffffff;
    outline: 0;
    font-size: 1.1em;
    padding: 12px 0;
    border-radius: 25px;
    background-color: #1d9cd8;
    text-transform: capitalize;
    position: absolute;
    width: 186px;
    top: 113px;
    right: 10px;
  }
  #search-advanced .con-search-advanced .advanced-search-area input[type=submit]:hover {
    background-color: #1a8cc2;
  }
  #search-advanced .con-search-advanced .advanced-search-area input[type=submit]:hover {
    background-color: #1a8cc2;
  }
  #search-page-lnb {
    margin: 0;
    padding: 0;
    width: 262px;
    margin-top: 145px;
    background-color: #ffffff;
    float: left;
  }
  #search-page-lnb ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e5e5e5;
  }
  #search-page-lnb ul li {
    list-style: none;
  }
  #search-page-lnb ul li a {
    display: inline-block;
    width: 234px;
    padding: 14px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
  }
  #search-page-lnb ul li a:link,
  #search-page-lnb ul li a:visited,
  #search-page-lnb ul li a:active {
    color: #2d2d2d;
    text-transform: none;
    text-decoration: none;
    font-size: 1em;
  }
  #search-page-lnb ul li a:hover {
    text-decoration: underline;
  }
  #search-page-lnb ul li a:link,
  #search-page-lnb ul li a:visited,
  #search-page-lnb ul li a:active {
    color: #2d2d2d;
    text-transform: none;
    text-decoration: none;
    font-size: 1em;
  }
  #search-page-lnb ul li a:hover {
    text-decoration: underline;
  }
  #search-page-lnb ul li a .community_arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    width: 30px;
    height: 49px;
    background-image: url('../images/icons/arrows/search_lnb_open.png');
    background-position: center center;
    background-repeat: no-repeat;
  }
  #search-page-lnb ul li a .opened {
    background-image: url('../images/icons/arrows/search_lnb_opened.png');
    background-position: center center;
    background-repeat: no-repeat;
  }
  #search-page-lnb ul li a.hovered {
    border-left: none;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 14px;
  }
  #search-page-lnb ul li a.selected {
    border-bottom: 1px solid #1d9cd8;
    border-left: 4px solid #1d9cd8;
    padding-left: 10px;
    color: #1d9cd8;
  }
  #search-page-lnb ul li a:hover {
    border-left: none;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 14px;
  }
  #search-page-lnb ul li a:hover.selected {
    border-left: 4px solid #1d9cd8;
    padding-left: 10px;
  }
  #search-page-lnb ul li ul.sub-category {
    margin-left: 4px;
    border-left: 4px solid #1d9cd8;
    display: none;
  }
  #search-page-lnb ul li ul.sub-category li a.selected {
    border-left: none;
    padding-left: 14px;
  }
  #search-page-lnb ul li ul.sub-category li a.hovered {
    border-left: none;
    padding-left: 14px;
  }
  #search-page-lnb ul li ul.sub-category li a:hover {
    border-left: none;
    padding-left: 14px;
  }
  #search-page-results {
    float: right;
    width: 791px;
    margin-top: 145px;
  }
  #search-page-results .search-results-tab {
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
  }
  #search-page-results .search-results-tab li {
    margin: 0;
    padding: 0;
    display: inline;
    padding-right: 10px;
    margin-right: 10px;
    background-image: url('../images/icons/s_bar.png');
    background-position: center right;
    background-repeat: no-repeat;
  }
  #search-page-results .search-results-tab li a:link,
  #search-page-results .search-results-tab li a:visited,
  #search-page-results .search-results-tab li a:active {
    color: #bcbcbc;
    text-transform: none;
    text-decoration: none;
    font-size: 1em;
  }
  #search-page-results .search-results-tab li a:hover {
    text-decoration: underline;
  }
  #search-page-results .search-results-tab li a:link,
  #search-page-results .search-results-tab li a:visited,
  #search-page-results .search-results-tab li a:active {
    color: #bcbcbc;
    text-transform: none;
    text-decoration: none;
    font-size: 1em;
  }
  #search-page-results .search-results-tab li a:hover {
    text-decoration: underline;
  }
  #search-page-results .search-results-tab li.selected {
    color: #2d2d2d;
  }
  #search-page-results .search-results-tab li:last-child {
    background: none;
    padding-right: 0;
    margin-right: 0;
  }
  #search-page-results .search-results .search-result {
    margin-bottom: 32px;
  }
  #search-page-results .search-results .search-result .title {
    margin: 12px 0;
  }
}
@media screen and (max-width: 769px) {
  #tizen-search-btn,
  #tizen-search-area {
    display: none;
  }
}
#tizen-search-btn input[type=button] {
  float: right;
  padding: 0;
  margin: 0;
  border: 0;
  border-color: #ffffff;
  border-radius: 0;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-indent: 72px;
  color: #ffffff;
  background-color: #1d9cd8;
  box-shadow: inset -2px -2px 15px rgba(18, 18, 18, 0.5);
  background-image: url('../images/icons/search_icon.png');
  background-position: 23px center;
  background-repeat: no-repeat;
}
#tizen-search-btn input[type=button]:hover {
  box-shadow: inset -2px -2px 30px rgba(18, 18, 18, 0.5);
}
#tizen-search-btn #s-layer-open-btn {
  display: block;
}
#tizen-search-btn #s-layer-close-btn {
  display: none;
  background-color: #a3a3a3;
  background-image: url('../images/icons/search_icon_close.png');
}
#tizen-search-area {
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  min-width: 1089px;
  width: 1089px;
  padding-bottom: 15px;
  top: 72px;
  border-top: 1px #e5e5e5 solid;
  background-color: #ffffff;
  display: block;
  position: relative;
  z-index: 10;
}
#tizen-search-area .mCSB_dragger,
#tizen-search-area .mCSB_draggerContainer,
#tizen-search-area .mCSB_draggerContainer,
#tizen-search-area .mCSB_scrollTools,
#tizen-search-area .mCSB_dragger_bar,
#tizen-search-area .mCSB_draggerRail {
  width: 5px;
}
#tizen-search-area .mCSB_dragger_bar {
  background-color: #d6d6d6;
}
#tizen-search-area .mCSB_draggerRail {
  background-color: #f9f9f9;
}
#tizen-search-area .mCSB_container {
  margin-right: 5px;
}
#tizen-search-area .loading-bar.loading {
  background-image: url('../images/search_layer/loading.gif');
  background-position: center 40%;
  background-repeat: no-repeat;
  z-index: 100;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
}
#tizen-search-area h3 {
  font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  margin-bottom: 28px;
  font-size: 1.2em;
  font-weight: 600;
}
#tizen-search-area ul,
#tizen-search-area ol,
#tizen-search-area dl,
#tizen-search-area dt,
#tizen-search-area dd,
#tizen-search-area div,
#tizen-search-area a {
  margin: 0;
  padding: 0;
}
#tizen-search-area .auto-result {
  color: #1d9cd8;
  font-style: normal;
}
#tizen-search-area .ellipsis {
  max-width: 250px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
#tizen-search-area a:link,
#tizen-search-area a:visited,
#tizen-search-area a:active {
  color: #767676;
  text-transform: none;
  text-decoration: none;
  font-size: 1em;
}
#tizen-search-area a:hover {
  text-decoration: underline;
}
#tizen-search-area a:link,
#tizen-search-area a:visited,
#tizen-search-area a:active {
  color: #767676;
  text-transform: none;
  text-decoration: none;
  font-size: 1em;
}
#tizen-search-area a:hover {
  text-decoration: underline;
}
#tizen-search-area ul {
  list-style: none;
  margin-bottom: 30px;
}
#tizen-search-area .tizen-bor-right {
  border-right: 1px #e5e5e5 solid;
}
#tizen-search-area .tizen-search-scroll,
#tizen-search-area .tizen-bor-right {
  height: 440px;
}
#tizen-search-area .tizen-search-list li {
  margin-bottom: 15px;
}
#tizen-search-area .tizen-search-list dl dd {
  color: #a9a9a9;
}
#tizen-search-area .tizen-search-list dl dd span {
  margin: 0;
  padding: 0;
  display: inline;
  padding-left: 10px;
  margin-left: 10px;
  background-image: url('../images/icons/s_bar.png');
  background-position: center left;
  background-repeat: no-repeat;
}
#tizen-search-area .tizen-search-bu-list li {
  margin-bottom: 5px;
  padding-left: 10px;
  background-image: url('../images/search_layer/bu_line.png');
  background-position: 0 10px;
  background-repeat: no-repeat;
}
#tizen-search-area .search-result-sub-title {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  display: inline-block;
  color: #bcbcbc;
  font-size: 1em;
  margin: 0 0 15px;
  padding: 1px 0;
  width: 100px;
  font-weight: normal;
  text-align: center;
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
}
#tizen-search-area #tizen-hot-search,
#tizen-search-area #tizen-doc-1 {
  position: absolute;
  width: 349px;
  top: 125px;
  left: 0;
}
#tizen-search-area #tizen-recent-search {
  position: absolute;
  width: 349px;
  top: 125px;
  left: 390px;
}
#tizen-search-area #tizen-doc-2 {
  position: absolute;
  width: 349px;
  top: 190px;
  left: 390px;
}
#tizen-search-area #tizen-recent-pages,
#tizen-search-area #tizen-api {
  position: absolute;
  width: 309px;
  top: 125px;
  left: 780px;
}
#tizen-search-area #tizen-search-input-area {
  position: absolute;
  width: 1089px;
  height: 104px;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #1d9cd8;
}
#tizen-search-area #tizen-search-input-area .tizen-search-design {
  height: 104px;
  background-image: url('../images/search_layer/search_layer_icon.png');
  background-position: 0 50px;
  background-repeat: no-repeat;
}
#tizen-search-area #tizen-search-input-area .tizen-search-design .tizen-search-design-input {
  position: absolute;
  left: 0px;
}
#tizen-search-area #tizen-search-input-area .tizen-search-design input[type=text] {
  background-color: transparent;
  border: 0px solid;
  font-size: 2.3em;
  margin: 44px 50px;
  padding: 5px 10px;
  width: 800px;
  outline: 0;
}
#tizen-search-area #tizen-search-input-area .tizen-search-design .tizen-search-design-submit {
  position: absolute;
  top: 40px;
  right: 32px;
}
#tizen-search-area #tizen-search-input-area .tizen-search-design input[type=submit] {
  display: inline-block;
  color: #ffffff;
  outline: 0;
  font-size: 1.3em;
  padding: 14px 42px 13px;
  border-radius: 25px;
  background-color: #1d9cd8;
  text-transform: capitalize;
  position: relative;
  right: -42px;
}
#tizen-search-area #tizen-search-input-area .tizen-search-design input[type=submit]:hover {
  background-color: #1a8cc2;
}
#search-block-form.tizen-s-form-hide {
  width: 72px;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  z-index: 0;
}
#search-block-form.tizen-s-form-show {
  width: 1089px;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  z-index: 10;
}
#tizen-search-area.tizen-layer-popup-hide {
  min-width: 72px;
  width: 72px;
  top: 72px;
  opacity: 0;
  -webkit-opacity: 0;
  transition: top 0.3s, opacity 0.2s;
  -webkit-transition: top 0.3s, -webkit-opacity 0.2s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
#tizen-search-area.tizen-layer-popup-show {
  min-width: 1089px;
  width: 1089px;
  top: 72px;
  opacity: 1;
  -webkit-opacity: 1;
  height: 650px;
  transition: top 0.3s, opacity 0.2s, height 0.2s;
  -webkit-transition: top 0.3s, -webkit-opacity 0.2s, height 0.2s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
#main-menu.tizen-layer-menu-show {
  -webkit-opacity: 1;
  opacity: 1;
  z-index: 10;
  transition: opacity 0.5s;
  -webkit-transition: -webkit-opacity 0.5s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
#main-menu.tizen-layer-menu-hide {
  -webkit-opacity: 0;
  opacity: 0;
  z-index: -10;
  transition: opacity 0.3s;
  -webkit-transition: -webkit-opacity 0.3s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
#content.development-submain {
  padding-top: 56px;
}
.development-submain p,
.development-submain dl,
.development-submain dt,
.development-submain dd,
.development-submain ol,
.development-submain li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* start : rolling contents */
.roll-con ul,
.roll-con li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.roll-con {
  /* overflow:hidden; */
  display: inline-block;
  position: relative;
  width: 1089px;
}
.roll-con > ul {
  position: relative;
  width: 9000em;
}
.roll-con .roll-list {
  position: relative;
  width: 1087px;
}
.roll-con .roll-list .slick-list {
  margin-bottom: 24px;
  height: 305px;
  border: 1px solid #e5e5e5;
}
.roll-con .roll-list .slick-list .link-img {
  display: block;
  height: 100%;
}
/* rolling script css */
.development-submain .slick-slider {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.development-submain .slick-slide {
  position: relative;
  height: 305px;
}
.development-submain button.slick-prev {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  position: absolute;
  top: 135px;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 0 0 0;
  padding: 0;
  cursor: pointer;
  left: 20px;
  text-indent: -9999em;
  background: url("../images/front_new/btn_left.png") no-repeat left top;
  outline: none;
}
.development-submain button.slick-next {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  position: absolute;
  top: 135px;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 0 0 0;
  padding: 0;
  cursor: pointer;
  right: 20px;
  text-indent: -9999em;
  background: url("../images/front_new/btn_right.png") no-repeat left top;
  outline: none;
}
.development-submain .slide-btn {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
}
.development-submain .slide-btn a {
  position: absolute;
}
.development-submain .slide-btn .prev {
  left: 20px;
}
.development-submain .slide-btn .next {
  right: 20px;
}
.development-submain .slick-dots,
.development-submain .slick-dots li {
  margin: 0;
  padding: 0;
}
.development-submain .slick-dots {
  overflow: hidden;
  position: static;
  display: block;
  width: 100%;
  list-style: none;
  margin: 0 0 0;
  text-align: center;
}
.development-submain .slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 15px 26px 0;
  cursor: pointer;
}
.development-submain .slick-dots button {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.development-submain .slick-dots li button {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0;
  text-indent: -9999em;
  vertical-align: top;
  background: url("../images/development/slide_dot.png") no-repeat center;
  outline: none;
}
.development-submain .slick-dots li.slick-active button {
  background: url("../images/development/slide_dot_act.png");
  outline: none;
}
.roll-con {
  position: relative;
  height: 371px;
  overflow: hidden;
}
.roll-con .roll-list p {
  color: inherit;
}
.roll-con .text-contents {
  display: inline-block;
  margin-top: 45px;
  width: 480px;
}
.roll-con .text-contents p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.roll-con .text-contents .tit {
  margin-bottom: 12px;
  color: #2d2d2d;
  font-size: 46px;
}
.roll-con .text-contents .con {
  margin-bottom: 25px;
  color: #494949;
  line-height: 1.4;
  font-size: 16px;
}
.roll-con .text-contents .con p {
  line-height: 1.4;
}
.roll-con .text-contents button {
  margin-right: 0;
}
.left-con {
  margin-left: 55px;
}
.center-con {
  text-align: center;
}
.right-con {
  margin-right: 55px;
  text-align: right;
}
.differ-type {
  padding-left: 575px;
}
.differ-type .text-contents {
  margin-top: 35px;
}
.differ-type .text-contents .tit {
  font-size: 28px;
}
.differ-type .text-contents .con {
  margin-bottom: 60px;
}
/* ignor global code css */
.roll-con iframe[src*="youtube.com/embed"],
.roll-con iframe {
  max-width: inherit;
  width: 545px;
  float: left;
}
.roll-vedio-caption {
  /*position:absolute;right:24px;top:35px;*/
  padding: 35px 0 0 24px;
  float: left;
}
.roll-vedio-caption .vedio-caption {
  overflow: hidden;
}
.roll-vedio-caption .vedio-caption > div {
  width: 480px;
  height: 240px;
  overflow: auto;
}
.roll-vedio-caption p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.roll-vedio-caption .tit {
  margin-bottom: 18px;
  color: #2d2d2d;
  font-size: 28px;
}
.roll-vedio-caption .con {
  line-height: 1.4;
}
.roll-vedio-caption .con p {
  margin-bottom: 1em;
  line-height: 1.4;
}
/* start : rolling contents */
.content-list-type {
  overflow: hidden;
}
.content-list-type .tit {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  color: #2d2d2d;
  font-size: 26px;
  line-height: 26px;
}
.featured-con {
  width: 520px;
  float: left;
}
.featured-con a {
  color: inherit !important;
}
.featured-con dl {
  margin-bottom: 22px;
}
.featured-con dt a {
  display: block;
  overflow: hidden;
  width: 99%;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 1.4;
}
.featured-con dd {
  overflow: hidden;
  height: 65px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  margin-top: 8px;
  color: #a3a3a3;
}
.recently-con {
  width: 520px;
  float: right;
}
.recently-con li {
  margin-bottom: 22px;
}
.recently-con a {
  display: block;
  overflow: hidden;
  width: 99%;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2d2d2d !important;
  font-size: 16px;
  line-height: 1.4;
}
.recently-con em {
  display: block;
  margin-top: 7px;
  color: #a3a3a3;
  font-size: 14px;
  font-style: normal;
}
.recently-con .date {
  display: inline-block;
  margin-left: 8px;
  padding-left: 8px;
  background: url(../images/development/bg_bar.png) no-repeat left 5px;
}
.video-wrap {
  position: relative;
  margin-top: 20px;
}
.video-wrap .tit {
  margin-bottom: 22px;
  padding: 12px 0 20px;
  color: #2d2d2d;
  font-size: 26px;
}
.sort-type {
  position: absolute;
  right: 0;
  top: 0;
}
.sort-type .chk-box {
  display: inline-block;
}
.sort-type .chk-box p {
  padding: 8px 10px 8px 24px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.sort-type .ui-button .ui-button-text {
  margin-right: 10px;
  padding: 0 0 1px 23px;
  color: #767676;
  font-size: 14px;
  line-height: normal;
}
.sort-type .ui-button.ui-state-default {
  display: inline-block;
}
.sort-type .ui-button.ui-state-active .ui-button-text.ui-check {
  color: #2d2d2d;
  line-height: normal;
}
.sort-type button.inner {
  font-size: 16px;
  vertical-align: top;
}
.video-list ul,
.video-list li {
  margin: 0;
  padding: 0;
}
.video-list ul {
  overflow: hidden;
  margin-right: -24px;
}
.video-list li {
  position: relative;
  display: inline-block !important;
  width: 254px;
  margin: 0 24px 35px 0;
}
.video-list .video-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 99%;
  height: 21px;
  margin-top: 12px;
  color: #2d2d2d;
  font-size: 16px;
  text-align: left;
}
.video-list a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 254px;
  height: 122px;
  padding-top: 69px;
  text-align: center;
  background: url(../images/development/bg_black_transparent.png) repeat left top;
}
.video-list li > img {
  display: block;
  width: 100%;
  height: 191px;
}
/* ignor common check box */
.video-wrap .ui-button .ui-button-text.ui-check {
  background-position: left 1px;
}
/* start : layer */
.layer-popup {
  position: absolute;
  padding-top: 46px;
  background-color: #fff;
}
.video-layer dl,
.video-layer dt,
.video-layer dd,
.video-layer p {
  margin: 0;
  padding: 0;
}
.video-layer {
  z-index: 1020;
}
.video-caption {
  padding: 30px;
}
.scroll-caption {
  overflow: auto;
  height: 200px;
  width: 500px;
}
.scroll-caption .tit {
  margin-bottom: 15px;
  color: #2d2d2d;
  font-size: 28px;
  line-height: 1.3;
}
.scroll-caption .con {
  color: #494949;
}
.close-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 46px;
  background-color: #2d2d2d;
}
.close-layer button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 14px;
  margin-right: 0;
  font-size: 0;
  background-clip: inherit;
  background-color: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.lightbox-skrim {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 1000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=66);
  opacity: .66;
}
.pointtext {
  padding: 15px 0 !important;
  color: #a3a3a3;
  text-align: right;
}
/* ignor common iframe style */
iframe[src*='youtube.com/embed'],
iframe {
  max-width: 99999999px !important;
}
@media (max-width: 768px) {
  /* start : rolling contents */
  .roll-con {
    width: 100%;
    height: 294px;
  }
  .roll-con .blue-btn-type1 {
    display: none;
  }
  .roll-con .roll-list {
    width: auto;
  }
  .roll-con .roll-list .slick-list {
    height: 228px;
  }
  .development-submain .slick-dots li.slick-active button {
    background: url("../images/development/slide_dot_act.png");
  }
  .development-submain button.slick-prev {
    top: 95px;
  }
  .development-submain button.slick-next {
    top: 95px;
  }
  .roll-con .text-contents {
    display: inline-block;
    margin-top: 30px;
    width: auto;
  }
  .roll-con .text-contents .tit {
    margin-bottom: 24px;
    font-size: 26px;
  }
  .roll-con .text-contents .con {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 14px;
  }
  .roll-con .text-contents button {
    display: none;
  }
  .left-con {
    margin: 0 18px;
  }
  .center-con {
    margin: 0 18px;
    text-align: center;
  }
  .right-con {
    margin: 0 18px;
    text-align: right;
  }
  .differ-type {
    padding-left: 0;
  }
  .differ-type .text-contents {
    margin: 35px 18px 0;
  }
  /* ignor global code css */
  .development-submain iframe[src*="youtube.com/embed"],
  .development-submain iframe {
    max-width: 545px;
  }
  .roll-con iframe {
    display: none;
    float: none;
  }
  .roll-vedio-caption {
    position: static;
    float: none;
    width: 100%;
    padding: 0;
  }
  .roll-vedio-caption .vedio-caption > div {
    margin: 30px 18px 0;
    width: auto;
    height: 180px;
    overflow-y: scroll;
  }
  .roll-vedio-caption p {
    margin: 0;
    padding: 0;
    line-height: 1;
  }
  .roll-vedio-caption .tit {
    margin-bottom: 24px;
    color: #2d2d2d;
    font-size: 26px;
  }
  .roll-vedio-caption .con {
    line-height: 1.4;
  }
  /* end : rolling contents */
  .featured-con {
    float: none;
    width: auto;
  }
  .featured-con dt {
    overflow: visible;
    width: auto;
    text-overflow: inherit;
    white-space: inherit;
  }
  .featured-con dd {
    overflow: visible;
    height: auto;
    text-overflow: inherit;
    display: inherit;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
    word-wrap: inherit;
  }
  .recently-con {
    float: none;
    width: auto;
  }
  .recently-con a {
    overflow: visible;
    width: auto;
    text-overflow: inherit;
    white-space: inherit;
  }
  .video-wrap .tit {
    padding-bottom: 0;
  }
  .sort-type {
    position: static;
    margin-bottom: 30px;
  }
  .sort-type .chk-box {
    display: block;
    margin-bottom: 8px;
  }
  .video-list ul {
    text-align: center;
    margin-right: 0;
  }
  .video-list li {
    margin: 0 10px 30px 10px;
  }
  .video-list a {
    width: 100%;
  }
  /* start : layer */
  .video-layer {
    width: 100%;
  }
  .video-play-wrap {
    width: 100%;
  }
  .close-layer button {
    width: auto;
  }
  .development-submain .slick-slide {
    background: none !important;
  }
  .scroll-caption {
    width: auto !important;
  }
}
/* snippet main */
.snippet-main div,
.snippet-main h2,
.snippet-main p,
.snippet-main dl,
.snippet-main dt,
.snippet-main dd,
.snippet-main ul,
.snippet-main li {
  margin: 0;
  padding: 0;
}
.snippet-main ul,
.snippet-main li {
  list-style: none;
}
.snippet-main strong,
.snippet-main em {
  font-weight: normal;
  font-style: normal;
}
.snippet-main .snippet-list {
  overflow: hidden;
  clear: both;
  height: 270px;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
}
.snippet-list .tit-box {
  float: left;
  position: relative;
  width: 304px;
  height: 217px;
  padding: 28px 30px 25px;
  background-color: #f9f9f9;
}
.snippet-list .tit-box h2 {
  margin-bottom: 3px;
  color: #2d2d2d;
  line-height: 1.3;
  font-size: 24px;
  font-family: 'MuseoSans-500', 'Malgun Gothic', 'Malgun Gothic', Helvetica, Arial, sans-serif;
}
.snippet-list .tit-box > p {
  color: #494949;
}
.snippet-list .tit-box > a {
  color: #494949 !important;
}
.snippet-list .tit-box .see-more {
  position: absolute;
  bottom: 25px;
  padding: 0 15px 0 0;
  display: inline-block;
  color: #1d9cd8 !important;
  font-size: 14px;
  background: url(../images/snippet/bg_link_blue.png) no-repeat right 5px;
}
.snippet-list .num-box strong {
  color: #494949;
  font-size: 22px;
}
.snippet-list .num-box span {
  color: #767676;
  font-size: 14px;
}
.snippet-list .num-box em {
  color: #1e9cd8;
  font-size: 14px;
}
.snippet-list .detail-list {
  float: left;
  width: 723px;
}
.snippet-list .detail-list dl {
  float: left;
  width: 50%;
}
.snippet-list .detail-list dl dt {
  margin-bottom: 10px;
  padding: 30px 30px 0;
  color: #2d2d2d;
  font-size: 20px;
}
.snippet-list .detail-list dl dd {
  padding: 0 30px 0;
}
.snippet-list .list-style1 li {
  background: url(../images/snippet/dot-black.png) no-repeat left 9px;
}
.snippet-list .list-style1 li a {
  display: inline-block;
  overflow: hidden;
  width: 98%;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 12px;
  color: #494949 !important;
  font-size: 14px;
}
.popular-tags .snippet-tag-list {
  overflow: hidden;
  height: 177px;
  padding-top: 4px;
}
.snippet-tag-list > span {
  display: inline-block;
  padding: 0 12px 11px 0;
  vertical-align: middle;
}
.snippet-tag-list a {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 4px 8px 5px;
  vertical-align: middle;
  color: #767676 !important;
  text-transform: inherit;
  text-shadow: inherit;
  box-shadow: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font: 14px 'MuseoSans-500', 'Malgun Gothic', 'Malgun Gothic', Helvetica, Arial, sans-serif, sans-serif;
  background: #e5e5e5;
}
.snippet-tag-list a:hover {
  text-decoration: none;
}
/* //snippet main */
/* snippet list */
.tag-box ul,
.tag-box ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tag-box {
  margin-bottom: 28px;
  padding: 24px 19px 19px 24px;
  border: 1px solid #e5e5e5;
  background-color: #f9f9f9;
}
.tag-box ul {
  overflow: hidden;
  clear: both;
}
.tag-box ul li {
  float: left;
  margin: 0 5px 5px 0;
  padding: 2px 6px 4px;
  color: #494949;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.del-code {
  display: inline-block;
  width: 10px;
  height: 9px;
  margin: 0 0 0 8px;
  padding: 8px;
  border: 0 none;
  text-indent: -9999em;
  vertical-align: middle;
  background: url(../images/snippet/btn_del.png) no-repeat center center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.del-code:hover {
  background-color: inherit;
}
.code-sni {
  position: relative;
}
.code-sni p {
  margin: 0;
  padding: 0;
}
.code-top-area {
  position: relative;
}
.code-top-area h1.title {
  display: inline-block;
  margin: 10px 0 30px;
  font-size: 36px;
  line-height: 1.2;
}
.code-top-area .relation-tit {
  display: inline-block;
  margin: 0;
  vertical-align: 1px;
}
.code-top-area .blue-btn-type1 {
  position: absolute;
  top: 18px;
  right: 0;
}
.code-top-area .relation-tit .icon {
  display: inline-block;
  margin-left: 8px;
  vertical-align: text-bottom;
}
.input-type1 {
  padding: 12px 1px 12px;
  text-indent: 12px;
  vertical-align: middle;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.snippet-top-code {
  position: relative;
  margin-top: 20px;
}
.snippet-top-code .tab-con {
  margin-bottom: 18px;
}
.snippet-top-code .code-control {
  position: absolute;
  right: 0;
  top: 3px;
}
.code-control .input-box {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.code-control .input-box input {
  width: 220px;
}
.code-control button.inner {
  vertical-align: top;
}
.code-control button.inner.icon {
  vertical-align: top;
}
/* table type */
.table-wrap {
  width: 100%;
}
.table-wrap div,
.table-wrap p {
  margin: 0;
  padding: 0;
}
.table-type1 {
  border-top: 2px solid #2d2d2d;
}
.table-type1 th {
  padding: 9px 12px 8px;
  border-bottom: 1px solid #e6e6e6;
  color: #2d2d2d;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
.table-type1 .left-txt {
  text-align: left;
}
.table-type1 .center-txt {
  text-align: center;
}
.table-type1 th a {
  color: #2d2d2d !important;
}
.table-type1 .th1 {
  width: 746px;
}
.table-type1 .th2 {
  width: 135px;
}
.table-type1 .th3 {
  width: 136px;
}
.table-type1 td {
  padding: 9px 12px 8px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
.vote {
  display: inline-block;
  padding-left: 20px;
  background: url(../images/snippet/icon_vote.png) no-repeat left center;
}
.code-tit-box a {
  color: #2d2d2d !important;
}
.code-tit-box p {
  color: #2d2d2d;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  font-size: 16px;
}
.code-tit-box span {
  color: #a3a3a3;
}
.code-tit-box p.topic-mine {
  text-indent: 22px;
  background: url(../images/snippet/icon_topic.png) no-repeat left 3px;
}
.code-tit-box p.subscr {
  text-indent: 22px;
  background: url(../images/snippet/icon_star.png) no-repeat left 3px;
}
/*
.sort-type1 {display:inline-block;padding-right:15px;background:url(../images/snippet/bg_sort_table.png) no-repeat right 11px;}
.sort-type1.ascending {display:inline-block;padding-right:15px;background:url(../images/bg_ascending_table.png) no-repeat right 11px;}
.sort-type1.descending {display:inline-block;padding-right:15px;background:url(../images/bg_descending_table.png) no-repeat right 11px;}
*/
.table-type1 .rank {
  display: inline-block;
  padding-left: 32px;
}
.table-type1 .rank p {
  margin: 0;
  padding: 0;
}
.table-type1 .rank p a {
  color: #494949 !important;
}
.table-type1 .rank1 {
  background: url(../images/snippet/icon_list_rank_1.png) no-repeat left center;
}
.table-type1 .rank2 {
  background: url(../images/snippet/icon_list_rank_2.png) no-repeat left center;
}
.table-type1 .rank3 {
  background: url(../images/snippet/icon_list_rank_3.png) no-repeat left center;
}
.table-type1 .rank4 {
  background: url(../images/snippet/icon_list_rank_4.png) no-repeat left center;
}
.table-wrap .btn-more {
  margin-top: 10px;
}
/* //snippet list */
/* snippet view */
.code-view .code-top-area {
  position: relative;
  padding-bottom: 20px;
}
.code-view .code-top-area h1.title {
  margin-bottom: 0;
}
.code-top-area .post-tit {
  display: inline-block;
  padding-right: 70px;
  color: #2d2d2d;
  line-height: 1.2;
  font-size: 36px;
}
.code-top-area .post-info {
  position: absolute;
  right: 0;
  top: 22px;
}
.code-top-area .my-topic {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: 3px;
  text-indent: -9999em;
  background: url(../images/snippet/btn_mark.png) no-repeat left top;
}
.code-top-area .my-topic.on {
  background-image: url(../images/snippet/btn_mark_on.png);
}
.code-view-con {
  padding: 20px 0 0;
  border-top: 1px solid #d6d6d6;
}
.code-view-con .code-body {
  padding-bottom: 25px;
  border-bottom: 1px solid #d6d6d6;
}
.code-view-con .code-user-info {
  position: relative;
  margin-bottom: 35px;
}
.code-view-con .code-user-info .link-report {
  position: absolute;
  right: 0;
  top: 3px;
}
.code-view-con .code-user-info .photo-img {
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.code-view-con .code-user-info .photo-img > img {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  z-index: 1;
  width: 28px;
  height: 28px;
}
.code-view-con .code-user-info .data-info {
  display: inline;
  color: #a3a3a3;
  font-size: 14px;
}
.code-view-con .code-user-info .data-info .code-time {
  display: inline-block;
  margin-right: 8px;
}
.code-view-con .code-user-info span {
  display: inline-block;
  padding: 0 8px 0 0;
  margin-right: 3px;
  color: #a3a3a3;
  font-size: 14px;
  background: url(../images/snippet/bg_bar.png) no-repeat right 6px;
}
.code-view-con .code-user-info span > span {
  margin: 0;
  padding: 0;
  background: none;
}
.code-view-con .code-user-info .no-bar {
  padding: 0;
  background: none;
}
.code-view-con .code-user-info .rank-point1 {
  display: inline-block;
  padding: 5px 0 5px 20px;
  color: #a3a3a3;
  background: url(../images/snippet/icon_reply_rank_1.png) no-repeat left center;
}
.code-view-con .code-user-info .rank-point1 em {
  display: inline-block;
  padding: 0 8px 0 0;
  margin-right: 3px;
  font-style: normal;
  background: url(../images/snippet/bg_bar.png) no-repeat right 6px;
}
.code-view-con .code-user-info .rank-point2 {
  display: inline-block;
  padding: 5px 0 5px 20px;
  color: #a3a3a3;
  background: url(../images/snippet/icon_reply_rank_2.png) no-repeat left center;
}
.code-view-con .code-user-info .rank-point2 em {
  display: inline-block;
  padding: 0 8px 0 0;
  margin-right: 3px;
  font-style: normal;
  background: url(../images/snippet/bg_bar.png) no-repeat right 6px;
}
.code-view-con .code-user-info .rank-point3 {
  display: inline-block;
  padding: 5px 0 5px 20px;
  color: #a3a3a3;
  background: url(../images/snippet/icon_reply_rank_3.png) no-repeat left center;
}
.code-view-con .code-user-info .rank-point3 em {
  display: inline-block;
  padding: 0 8px 0 0;
  margin-right: 3px;
  font-style: normal;
  background: url(../images/snippet/bg_bar.png) no-repeat right 6px;
}
.code-view-con .code-user-info .rank-point4 {
  display: inline-block;
  padding: 5px 0 5px 20px;
  color: #a3a3a3;
  background: url(../images/snippet/icon_reply_rank_4.png) no-repeat left center;
}
.code-view-con .code-user-info .rank-point4 em {
  display: inline-block;
  padding: 0 8px 0 0;
  margin-right: 3px;
  font-style: normal;
  background: url(../images/snippet/bg_bar.png) no-repeat right 6px;
}
.code-view-con .code-user-info a,
.code-view-con .code-user-info a:hover {
  color: #a3a3a3 !important;
}
.code-wrap {
  margin-top: 20px;
}
.view-tag-list {
  position: relative;
  padding: 20px 0 15px;
  border-bottom: 1px solid #d6d6d6;
}
.view-tag-list dl,
.view-tag-list dt,
.view-tag-list dd {
  margin: 0;
  padding: 0;
}
.view-tag-list dt {
  position: absolute;
  left: 15px;
}
.view-tag-list dd {
  display: inline-block;
  padding-left: 62px;
}
.view-tag-list dd span {
  display: inline-block;
  margin-bottom: 5px;
}
.view-tag-list dd a {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  text-transform: inherit;
  text-shadow: inherit;
  box-shadow: inherit;
  font: 14px 'MuseoSans-500', 'Malgun Gothic', 'Malgun Gothic', Helvetica, Arial, sans-serif, sans-serif;
  padding: 2px 6px 4px;
  color: #494949 !important;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.view-tag-list dd a:hover {
  text-decoration: none;
}
.embed-code p {
  margin: 0;
  padding: 0;
}
.embed-code {
  position: relative;
  padding: 20px 30px;
  border-bottom: 1px solid #d6d6d6;
  background: #f9f9f9;
}
.embed-code .tit {
  margin-bottom: 12px;
  color: #2d2d2d;
  font-size: 18px;
}
.embed-code .code-box {
  overflow: auto;
  height: 53px;
  padding: 15px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.embed-control {
  position: relative;
  margin-top: 10px;
}
.embed-control span {
  display: inline-block;
}
.embed-control span:first-child {
  margin-right: 10px;
}
.embed-control label {
  display: inline-block;
  margin-right: 8px;
  color: #767676;
  font-weight: normal;
}
.embed-control span .input-type1 {
  width: 65px;
  padding: 6px 1px 6px;
  color: #494949;
  font-size: 14px;
}
.embed-control .cont-code {
  position: absolute;
  right: 0;
  top: 0;
}
.arrow {
  position: absolute;
  right: 143px;
  bottom: -13px;
}
.reply-post .rank {
  display: inline-block;
  padding: 0 0 0 8px;
  background: url(../images/snippet/bg_bar.png) no-repeat left center;
}
.reply-post .rank em {
  display: inline-block;
  padding: 5px 0 5px 20px;
  margin-right: 3px;
  font-style: normal;
  font-size: 14px;
  color: #a3a3a3;
  background: url(../images/snippet/icon_reply_rank_1.png) no-repeat left center;
}
.reply-post .rank-point2 em {
  background-image: url(../images/snippet/icon_reply_rank_2.png);
}
.reply-post .rank-point3 em {
  background-image: url(../images/snippet/icon_reply_rank_3.png);
}
.reply-post .rank-point4 em {
  background-image: url(../images/snippet/icon_reply_rank_4.png);
}
/* common ignor */
input[type="button"].gray-btn-type1:hover,
input[type="submit"].gray-btn-type1:hover {
  background-color: #929292;
  text-decoration: none;
}
input[type="button"].gray-btn-type1,
input[type="submit"].gray-btn-type1 {
  display: inline-block;
  min-width: 130px;
  margin: 0 0 0 0;
  padding: 10px 30px 11px;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #a3a3a3;
}
input[type="button"].blue-btn-type1:hover,
input[type="submit"].blue-btn-type1:hover {
  background-color: #1a8cc2;
  text-decoration: none;
}
input[type="button"].blue-btn-type1,
input[type="submit"].blue-btn-type1 {
  display: inline-block;
  min-width: 130px;
  margin: 0 0 0 0;
  padding: 10px 30px 11px;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #1d9cd8;
}
/* //snippet view */
/* btn type : global */
.blue-btn-type1:hover {
  background-color: #1a8cc2;
  text-decoration: none;
}
.blue-btn-type1 {
  display: inline-block;
  min-width: 130px;
  padding: 10px 30px 11px;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #1d9cd8;
}
.cont-code:hover {
  background-color: #1a8cc2;
  text-decoration: none;
}
.cont-code {
  display: inline-block;
  min-width: 70px;
  margin-right: 0;
  padding: 6px 15px 8px;
  color: #fff !important;
  text-align: center;
  font-size: 14px;
  text-transform: inherit;
  text-shadow: inherit;
  box-shadow: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #1d9cd8;
}
/*button.inner {
    display:inline-block;
    margin:0;
    padding:0 32px;
    height:44px;
    vertical-align:middle;
    background:#767676;
.border-radius(3px, 3px, 3px, 3px);
}
button.inner.icon {
    display:inline-block;
    margin:0;
    padding:0;
    width:44px;
    height:44px;
    vertical-align:middle;
    background:#767676;
.border-radius(3px, 3px, 3px, 3px);
}*/
/* btn type : global */
.blue-btn-type1:hover {
  background-color: #1a8cc2;
  text-decoration: none;
}
.blue-btn-type1 {
  display: inline-block;
  min-width: 130px;
  padding: 10px 30px 11px;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #1d9cd8;
}
.white-btn-type1 {
  display: inline-block;
  min-width: 70px;
  padding: 10px 30px 11px;
  color: #1d9cd8 !important;
  text-align: center;
  font-size: 16px;
  border: 1px solid #1d9cd8;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #fff;
}
.white-btn-type1:hover {
  background-color: #f5fafe;
  text-decoration: none;
}
.gray-btn-type1:hover {
  background-color: #929292;
  text-decoration: none;
}
.gray-btn-type1 {
  display: inline-block;
  min-width: 70px;
  padding: 10px 30px 11px;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #a3a3a3;
}
.social-btn > a {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -9999em;
}
/* //btn type : global */
/* btn align : global */
.btn-wrap {
  overflow: hidden;
  clear: both;
  position: relative;
  margin-top: 20px;
}
.btn-center-align {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.btn-left-align {
  display: inline-block;
}
.btn-left-align a,
.btn-center-align a,
.btn-left-align input[type="button"],
.btn-left-align input[type="submit"] {
  margin-left: 4px;
}
.btn-left-align span {
  margin-left: 8px;
}
.btn-left-align a:first-child,
.btn-center-align a:first-child,
.btn-left-align input[type="button"].gray-btn-type1:first-child,
.btn-left-align input[type="submit"].gray-btn-type1:first-child,
.btn-left-align input[type="button"].blue-btn-type1:first-child,
.btn-left-align input[type="submit"].blue-btn-type1:first-child {
  margin-left: 0;
}
.btn-right-align {
  position: absolute;
  right: 0;
  top: 0;
}
/* //btn align : global */
/* reply area : global */
.reply-top {
  margin: 56px 0 15px;
}
.reply-top .title {
  display: inline-block;
  padding: 0 8px 0 0;
  margin: 0 3px 0 0;
  font-size: 28px;
  background: url(../images/snippet/bg_bar1.png) no-repeat right 5px;
}
.reply-top .count {
  display: inline-block;
  font-size: 18px;
}
.reply-top .count span {
  color: #1d9cd8;
}
.reply-picture {
  position: relative;
  overflow: hidden;
  z-index: 10;
  width: 47px;
  height: 47px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.reply-picture img {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 48px;
  height: 48px;
}
.post-links ul,
.post-links ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.reply-border {
  border-left: 4px solid #1d9cd8;
}
.indent1 {
  margin-left: 4px;
  border-left: 4px solid #a3a3a3;
}
.indent1 .reply-detail-list {
  margin-top: 0;
  border-top: 0 none;
}
.indent2 {
  margin-left: 8px;
  border-left: 4px solid #a3a3a3;
}
.indent2 .reply-detail-list {
  margin-top: 0;
  border-top: 0 none;
}
.indent3 {
  margin-left: 12px;
  border-left: 4px solid #a3a3a3;
}
.indent3 .reply-detail-list {
  margin-top: 0;
  border-top: 0 none;
}
.indent4 {
  margin-left: 16px;
  border-left: 4px solid #a3a3a3;
}
.indent4 .reply-detail-list {
  margin-top: 0;
  border-top: 0 none;
}
.reply-detail-list {
  position: relative;
  margin-top: 8px;
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-width: 1px 1px 1px 0;
}
.post-mark {
  background-color: #edf9ff;
}
.new-con {
  position: absolute;
  right: 30px;
  top: 30px;
}
.choose-answer {
  position: absolute;
  right: 30px;
  top: 0;
}
.reply-picture {
  position: absolute;
  left: 30px;
  top: 30px;
}
.post-reply-info {
  margin-top: -3px;
  padding-left: 65px;
}
.post-reply-footer {
  padding-left: 65px;
}
.reply-user-info {
  margin-bottom: 8px;
  font-size: 16px;
  color: #2d2d2d;
}
.reply-user-info > div {
  display: inline-block;
}
.reply-user-info > div span a {
  font-size: 16px;
  color: #2d2d2d !important;
}
.reply-user-info > div span {
  display: inline-block;
}
.reply-user-info .target-id {
  margin-left: 2px;
  padding-left: 12px;
  background: url(../images/snippet/bg_target.png) no-repeat left 6px;
}
.reply-user-info > span {
  margin-left: 2px;
  padding-left: 10px;
  color: #a3a3a3;
  font-size: 14px;
  background: url(../images/snippet/bg_bar.png) no-repeat left 5px;
}
.post-links {
  padding-top: 20px;
}
.post-links ul {
  overflow: hidden;
  clear: both;
}
.post-links ul li {
  float: left;
}
.post-links ul li a {
  display: inline-block;
}
.post-links ul li.left-link {
  float: left;
}
.post-links ul li.right-link {
  float: right;
  background: none;
}
.post-links > ul > li {
  margin-left: 10px;
  padding-left: 10px;
  background: url(../images/snippet/bg_bar.png) no-repeat left 6px;
}
.post-links > ul > li:first-child {
  margin: 0;
  padding: 0;
  background: none;
}
.link-reply a {
  padding-left: 20px;
  background: url(../images/snippet/icon_replay1.png) no-repeat left 3px;
}
.link-mark a {
  padding-left: 15px;
  background: url(../images/snippet/icon_mark.png) no-repeat left 5px;
}
.link-report a {
  padding-left: 20px;
  color: #767676 !important;
  background: url(../images/snippet/icon_report.png) no-repeat left 2px;
}
.post-links ul li.not-spam span {
  display: inline-block;
  padding-left: 18px;
  color: #dc6060;
  background: url(../images/snippet/icon_comment.png) no-repeat left 3px;
}
.post-links li.right-link ul li {
  margin-left: 10px;
}
.reply-detail-list .write-area {
  margin-top: 25px;
}
.write-area .btn-left-align span {
  color: #a3a3a3;
}
.write-area .btn-left-align span a {
  color: #494949;
}
.check-area {
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #e5e5e5;
}
.check-area .form-type-checkbox,
.check-area .form-radios {
  float: left;
  margin: 15px 0;
}
.check-area .ui-button .ui-button-text.ui-check,
.check-area .ui-button .ui-button-text.ui-radio {
  background-position: left 1px !important;
}
.check-area .field-prefix {
  float: right;
  margin: 15px 0;
}
.post-reply-btm .title {
  margin: 35px 0 15px;
  color: #000;
  font-size: 28px;
}
/* //reply area : global */
/* snippet write */
.node-snippet-write h1.title {
  display: inline-block;
  margin: 10px 0 30px;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.2;
}
.node-snippet-write .form-required {
  display: inline-block;
  vertical-align: middle;
  padding-left: 6px;
  padding-top: 6px;
  background: url(../images/snippet/bg_required.png) no-repeat left center;
  overflow: hidden;
  text-indent: -999999px;
}
.node-snippet-write .form-required.chk-required {
  position: absolute;
  right: 28px;
  top: 48px;
  padding: 0 0 0 12px;
  color: #1e9cd8;
  font-size: 16px;
  text-indent: 0px !important;
}
.node-snippet-write .form-item,
.node-snippet-write .form-actions {
  margin: 0;
}
.node-snippet-write .form-radios {
  padding: 6px 15px 6px;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.node-snippet-write .form-radios > div {
  display: inline-block;
  vertical-align: middle;
}
.node-snippet-write .form-radios label {
  font-weight: normal;
  vertical-align: 2px;
}
.node-snippet-write .form-radios label span {
  color: #a3a3a3;
  line-height: 1.4;
}
.node-snippet-write .form-radios label.ui-state-active span {
  color: #494949;
}
.node-snippet-write .field-type-text .form-text {
  margin-right: 0 !important;
  width: 1085px;
}
.node-snippet-write .form-type-radios > label,
.node-snippet-write .form-type-textfield > label,
.node-snippet-write .form-type-textarea > label,
.node-snippet-write .edit-title {
  display: inline-block;
  margin: 25px 0 12px 0;
  color: #000000;
  font-weight: normal;
  font-size: 20px;
}
.node-snippet-write .form-type-radios > label {
  margin-top: 0;
}
.node-snippet-write .form-textarea textarea {
  min-height: 75px;
}
.snippet-write .code-wrap {
  margin-top: 0;
}
.snippet-write .tag-setting {
  margin-bottom: 0;
  padding: 24px 19px 24px 24px;
}
.snippet-write .tag-setting input[type~="text"] {
  width: 240px;
  margin-right: 0 !important;
}
.snippet-write .tag-setting > ul {
  margin-bottom: -5px;
  padding-top: 15px;
}
/* //snippet write */
/* global button font size */
.code-sni button.inner {
  line-height: 16px;
  font-size: 16px;
}
.code-sni button.inner.icon {
  font-size: 0;
}
@media (max-width: 768px) {
  /* snippet main */
  .snippet-main {
    margin-top: 20px;
  }
  .snippet-main .snippet-list {
    height: auto;
    padding-bottom: 20px;
  }
  .snippet-list .tit-box {
    float: none;
    width: auto;
    height: 168px;
    padding: 22px 18px 20px;
  }
  .snippet-list .detail-list {
    float: left;
    width: 100%;
  }
  .snippet-list .detail-list dl {
    float: none;
    width: 100%;
  }
  .snippet-list .detail-list dl dt {
    padding: 20px 18px 0;
  }
  .snippet-list .detail-list dl.popular-tags dt {
    padding-top: 10px;
  }
  .snippet-list .detail-list dl dd {
    padding: 0 18px 0;
  }
  .popular-tags .snippet-tag-list {
    overflow: inherit;
    height: auto;
  }
  /* //snippet main */
  /* snippet list */
  .code-top-area {
    position: relative;
  }
  .code-tit {
    margin: 10px 0 20px;
  }
  .code-top-area h1.title {
    display: inline;
    font-size: 30px;
  }
  .code-top-area .relation-tit {
    display: inline;
    line-height: 1.2;
  }
  .code-top-area .blue-btn-type1 {
    position: static;
    display: block;
  }
  .snippet-top-code .code-control {
    position: static;
  }
  .code-control .input-box {
    display: block;
    position: relative;
    padding-right: 48px;
  }
  .code-control .input-box input {
    width: 100%;
  }
  .snippet-write .tag-setting input[type~="text"] {
    width: 100%;
  }
  .code-control .input-box .inner.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .code-control > .inner {
    width: 100%;
    margin: 10px 0;
  }
  .check-area .form-type-checkbox,
  .check-area .form-radios {
    float: none;
    margin: 8px 0;
  }
  .check-area .field-prefix {
    display: inline-block;
    float: none;
    margin: 0 0 15px;
  }
  .check-area .ui-button .ui-button-text {
    text-align: left;
  }
  /* //snippet list */
  /* snippet view */
  .code-view .code-top-area .code-tit {
    display: inline;
  }
  .code-top-area .code-tit {
    padding-right: 0;
    font-size: 30px;
    line-height: 1.2;
  }
  .code-top-area .code-tit button.icon {
    font-size: 0;
  }
  .code-top-area .post-info {
    display: inline-block;
    position: static;
    line-height: 28px;
  }
  .code-top-area .post-info .icon {
    margin-top: -4px;
  }
  .code-view-con .code-user-info {
    margin-bottom: 25px;
  }
  .code-view-con .code-user-info .data-info {
    display: block;
    margin-top: 10px;
  }
  button.feedback-count {
    width: auto;
  }
  .code-view-con .code-user-info .link-report {
    position: static;
    margin-top: 7px;
  }
  .code-view-con .code-user-info .rank-point1 em {
    background: none;
  }
  .embed-code,
  .code-view-con .sns-side {
    display: none;
  }
  .check-area .form-radios > span {
    display: block;
    margin-top: 8px;
  }
  .check-area .form-radios > span:first-child {
    margin-top: 0;
  }
  /* social btn : global */
  .btn-wrap .social-btn {
    position: static;
    margin-top: 20px;
    text-align: center;
  }
  /* //snippet view */
  /* table global */
  .table-wrap {
    overflow-x: auto;
  }
  .table-type1 {
    width: 730px !important;
  }
  .table-type1 .th1 {
    width: 406px;
  }
  .table-type1 .th2 {
    width: 126px;
  }
  .table-type1 .th3 {
    width: 126px;
  }
  /* btn align */
  .btn-left-align {
    width: 100%;
  }
  .btn-left-align a,
  .btn-left-align input[type="button"],
  .btn-left-align input[type="submit"] {
    display: block;
    margin-top: 8px;
  }
  .btn-left-align a:first-child,
  .btn-left-align input[type="button"]:first-child,
  .btn-left-align input[type="submit"]:first-child {
    margin-top: 0;
  }
  /* //btn align */
  /* reply area : global */
  .reply-user-info > span {
    display: block;
    margin-top: 3px;
    padding-left: 0;
    background: none;
  }
  .post-reply-info .post-content {
    margin-left: -65px;
    padding-top: 5px;
  }
  .post-reply-footer {
    padding: 0;
    margin: 0 -20px -30px;
  }
  .post-links ul li {
    text-align: center;
  }
  .post-links > ul > li {
    margin: 0;
    padding: 12px 0;
    border-top: 1px solid #e5e5e5;
    background: none;
  }
  .post-links > ul > li:first-child {
    padding: 12px 0;
  }
  .post-links ul li.left-link {
    float: none;
  }
  .post-links ul li.right-link {
    float: none;
    padding: 0;
  }
  .post-links li.right-link ul li:first-child {
    border-top: 0 none;
  }
  .post-links li.right-link ul li {
    float: none;
    margin-left: 0;
    padding: 12px 0;
    border-top: 1px solid #e5e5e5;
  }
  .reply-detail-list {
    padding: 30px 20px;
  }
  .reply-detail-list .write-area {
    margin: 30px -20px 0;
    padding: 30px 20px 0;
    border-top: 1px solid #e5e5e5;
  }
  .reply-picture {
    left: 20px;
  }
  .write-area .btn-left-align span {
    display: inline-block;
    width: 100%;
    margin: 12px 0 0 0;
    text-align: center;
  }
  .write-area .btn-left-align span a {
    display: inline-block;
  }
  .check-area .form-type-checkbox,
  .check-area .form-radios {
    float: none;
    margin: 10px 0;
  }
  .check-area .field-prefix {
    display: inline-block;
    float: none;
    margin: 0 0 15px;
  }
  .check-area #edit-notify-type .form-item-notify-type {
    display: block;
    margin-left: 0;
  }
  .reply-user-info .target-id {
    display: none;
  }
  .new-con {
    right: 20px;
  }
  .choose-answer {
    right: 20px;
  }
  /* //reply area : global */
  /* snippet write */
  .node-snippet-write h1.title {
    margin-bottom: 0;
    font-size: 30px;
  }
  .node-snippet-write .form-type-radios > label {
    margin-top: 25px;
  }
  .node-snippet-write .form-radios {
    padding-bottom: 8px;
  }
  .node-snippet-write .form-radios > div {
    display: block;
  }
  .node-snippet-write .field-type-text .form-text {
    width: 100%;
  }
  .node-snippet-write .form-required.chk-required {
    position: static;
    margin-top: 5px;
  }
  .btn-left-align a,
  .btn-center-align a,
  .btn-left-align input[type="button"],
  .btn-left-align input[type="submit"] {
    margin-left: 0;
  }
  .snippet-write .tag-setting {
    padding: 24px 19px 24px 20px;
  }
  /* //snippet write */
  /* common ignor */
  .snippet-tag-list a {
    width: auto;
  }
}
/* admin code snippet report */
.view-code-snippet-report .th1 {
  width: 325px;
}
.view-code-snippet-report .th2 {
  width: 125px;
}
.view-code-snippet-report .th3 {
  width: auto;
}
.view-code-snippet-report .th4 {
  width: 75px;
}
.view-code-snippet-report .views-field-title > div,
.view-code-snippet-report .views-field-comment-body div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.view-code-snippet-report .views-field-timestamp,
.view-code-snippet-report .views-field-view-comment {
  text-align: center;
}
@media (max-width: 768px) {
  .view-code-snippet-report .views-table {
    width: 730px !important;
  }
  .view-code-snippet-report .th1 {
    width: 180px;
  }
}
.page-community-news .title {
  font-size: 2.4em;
  margin-bottom: 30px;
  margin-top: 20px;
}
.page-community-news .title a {
  margin-top: 3px;
}
.page-community-news .title a.feed-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  vertical-align: top;
  float: none;
  margin: 2px 0 0 10px;
  padding: 0;
  text-align: center;
  background: #a3a3a3 url(../images/btn-rss.png) no-repeat 50% 50%;
  line-height: 24px;
  text-indent: -99999px;
  overflow: hidden;
}
.page-community-news .view-news-event .view-content .views-row {
  width: 1085px;
  padding: 0;
  border: 1px solid #e5e5e5;
  margin-bottom: 32px;
  margin-right: 0;
  float: left;
}
.page-community-news .view-news-event .view-content .views-row .views-field {
  width: 490px;
  float: left;
}
.page-community-news .view-news-event .view-content .views-row .views-field.views-field-upload {
  float: left;
  width: 550px;
  margin-right: 32px;
}
.page-community-news .view-news-event .view-content .views-row .views-field.views-field-upload img {
  width: 545px;
  height: 298px;
  display: block;
}
.page-community-news .view-news-event .view-content .views-row .views-field-created {
  margin-top: 25px;
  margin-bottom: 20px;
  color: #a3a3a3;
}
.page-community-news .view-news-event .view-content .views-row .views-field-title {
  margin-bottom: 15px;
}
.page-community-news .view-news-event .view-content .views-row .views-field-title .field-content a {
  line-height: 1.2em;
}
.page-community-news .view-news-event .view-content .views-row .views-field-title .field-content a:link,
.page-community-news .view-news-event .view-content .views-row .views-field-title .field-content a:visited,
.page-community-news .view-news-event .view-content .views-row .views-field-title .field-content a:active {
  color: #2d2d2d;
  text-transform: none;
  text-decoration: none;
  font-size: 2em;
}
.page-community-news .view-news-event .view-content .views-row .views-field-title .field-content a:hover {
  text-decoration: underline;
}
.page-community-news .view-news-event .view-content .views-row .views-field-title .field-content a:link,
.page-community-news .view-news-event .view-content .views-row .views-field-title .field-content a:visited,
.page-community-news .view-news-event .view-content .views-row .views-field-title .field-content a:active {
  color: #2d2d2d;
  text-transform: none;
  text-decoration: none;
  font-size: 2em;
}
.page-community-news .view-news-event .view-content .views-row .views-field-title .field-content a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .page-community-news .view-news-event .view-content .views-row .views-field-title .field-content a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.2em;
    height: 2.4em;
    display: block;
  }
}
.page-community-news .view-news-event .view-content .views-row .views-field-body {
  margin-bottom: 20px;
}
.page-community-news .view-news-event .view-content .views-row .views-field-body .field-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.5em;
  height: 6em;
}
.page-community-news .view-content {
  overflow: hidden;
}
.page-community-news .view-content .views-row {
  width: 280px;
  padding: 32px;
  border: 1px solid #e5e5e5;
  margin-bottom: 25px;
  margin-right: 25px;
  float: left;
}
.page-community-news .view-content .views-row .views-field-created {
  margin-bottom: 25px;
  color: #a3a3a3;
}
.page-community-news .view-content .views-row .views-field-title-field .field-content {
  margin-bottom: 12px;
}
.page-community-news .view-content .views-row .views-field-title-field .field-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.2em;
  height: 3.6em;
  display: block;
}
.page-community-news .view-content .views-row .views-field-title-field .field-content a:link,
.page-community-news .view-content .views-row .views-field-title-field .field-content a:visited,
.page-community-news .view-content .views-row .views-field-title-field .field-content a:active {
  color: #2d2d2d;
  text-transform: none;
  text-decoration: none;
  font-size: 1.8em;
}
.page-community-news .view-content .views-row .views-field-title-field .field-content a:hover {
  text-decoration: underline;
}
.page-community-news .view-content .views-row .views-field-title-field .field-content a:link,
.page-community-news .view-content .views-row .views-field-title-field .field-content a:visited,
.page-community-news .view-content .views-row .views-field-title-field .field-content a:active {
  color: #2d2d2d;
  text-transform: none;
  text-decoration: none;
  font-size: 1.8em;
}
.page-community-news .view-content .views-row .views-field-title-field .field-content a:hover {
  text-decoration: underline;
}
.page-community-news .view-content .views-row .views-field-body {
  margin-bottom: 25px;
}
.page-community-news .view-content .views-row .views-field-body .field-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.5em;
  height: 4.5em;
}
.page-community-news .view-content .views-row .views-field-view-node .field-content a {
  padding: 0 15px 0 0;
  display: inline-block;
  color: #1d9cd8 !important;
  font-size: 14px;
  background: url(../images/snippet/bg_link_blue.png) no-repeat right 5px;
}
.page-community-news .view-content .views-row .views-field-path {
  margin-top: 25px;
}
.page-community-news .view-content .views-row .views-field-path .field-content a {
  background-image: url(../images/icons/arrows/news_more.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 12px;
}
.page-community-news .view-content .views-row .views-field-path .field-content a:link,
.page-community-news .view-content .views-row .views-field-path .field-content a:visited,
.page-community-news .view-content .views-row .views-field-path .field-content a:active {
  color: #1d9cd8;
  text-transform: none;
  text-decoration: none;
  font-size: 1em;
}
.page-community-news .view-content .views-row .views-field-path .field-content a:hover {
  text-decoration: underline;
}
.page-community-news .view-content .views-row .views-field-path .field-content a:link,
.page-community-news .view-content .views-row .views-field-path .field-content a:visited,
.page-community-news .view-content .views-row .views-field-path .field-content a:active {
  color: #1d9cd8;
  text-transform: none;
  text-decoration: none;
  font-size: 1em;
}
.page-community-news .view-content .views-row .views-field-path .field-content a:hover {
  text-decoration: underline;
}
.page-community-news .view-content .views-row-3,
.page-community-news .view-content .views-row-6,
.page-community-news .view-content .views-row-9 {
  margin-right: 0px;
}
.node-type-blog-entry #tizen-search-area {
  display: none;
}
.node-type-blog-entry .links-comments {
  display: none;
}
.node-type-blog-entry .field-name-field-device-type {
  display: none;
}
.node-type-blog-entry aside {
  display: none;
}
.node-type-blog-entry #content {
  width: 100%;
  margin: 0;
}
.node-type-blog-entry #content .title {
  font-size: 2.4em;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 32px;
  margin-bottom: 32px;
  padding-top: 22px;
}
.node-type-blog-entry #content .comment-count {
  display: none;
}
.node-type-blog-entry #content .node-blog-entry header {
  padding-bottom: 32px;
}
.node-type-blog-entry #content .node-blog-entry header .print-link {
  margin-top: 0;
  margin-left: 0;
  float: left;
  padding-right: 18px;
  background-image: url(../images/icons/ico_print.png);
  background-position: right 4px;
  background-repeat: no-repeat;
}
.node-type-blog-entry #content .node-blog-entry header .print-link a {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}
.node-type-blog-entry #content .node-blog-entry header .print-link a:hover {
  text-shadow: none;
  color: #2a3c4a;
  text-decoration: underline;
}
.node-type-blog-entry #content .node-blog-entry header .submitted {
  display: block;
  margin: 0;
  float: left;
}
.node-type-blog-entry #content .node-blog-entry header .submitted time {
  padding-right: 10px;
  margin-right: 10px;
  background-image: url(../images/icons/bu_bar.png);
  background-position: right 3px;
  background-repeat: no-repeat;
}
.node-type-blog-entry #content .field-name-body {
  margin-top: 35px;
  margin-bottom: 35px;
  clear: both;
  font-size: 1.0em;
  font-family: 'MuseoSans-500';
}
.node-type-blog-entry #content .field-name-body a:link,
.node-type-blog-entry #content .field-name-body a:visited,
.node-type-blog-entry #content .field-name-body a:active {
  color: #1d9cd8;
  text-transform: none;
  text-decoration: none;
  font-size: 1em;
}
.node-type-blog-entry #content .field-name-body a:hover {
  text-decoration: underline;
}
.node-type-blog-entry #content .field-name-body a:link,
.node-type-blog-entry #content .field-name-body a:visited,
.node-type-blog-entry #content .field-name-body a:active {
  color: #1d9cd8;
  text-transform: none;
  text-decoration: none;
  font-size: 1em;
}
.node-type-blog-entry #content .field-name-body a:hover {
  text-decoration: underline;
}
.node-type-blog-entry #content .field-name-field-tags {
  position: relative;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 23px 0 10px;
  display: block;
}
.node-type-blog-entry #content .field-name-field-tags .field-label {
  position: absolute;
  left: 0px;
  top: 25px;
  font-size: 1.1em;
  margin-right: 5px;
  font-family: 'MuseoSans-500';
  font-weight: 500;
  text-shadow: 0 1px 0 #CCC;
}
.node-type-blog-entry #content .field-name-field-tags .field-items {
  margin-left: 45px;
}
.node-type-blog-entry #content .field-name-field-tags .field-items .field-item {
  text-shadow: 0 1px 0 #CCC;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.node-type-blog-entry #content .field-name-field-tags .field-items .field-item a {
  font-family: 'MuseoSans-500';
  padding: 3px 10px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  background-color: #e5e5e5;
}
.node-type-blog-entry #content .field-name-field-tags .field-items .field-item a:link,
.node-type-blog-entry #content .field-name-field-tags .field-items .field-item a:visited,
.node-type-blog-entry #content .field-name-field-tags .field-items .field-item a:active {
  color: #737373;
  text-transform: none;
  text-decoration: none;
  font-size: 1em;
}
.node-type-blog-entry #content .field-name-field-tags .field-items .field-item a:hover {
  text-decoration: underline;
}
.node-type-blog-entry #content .field-name-field-tags .field-items .field-item a:link,
.node-type-blog-entry #content .field-name-field-tags .field-items .field-item a:visited,
.node-type-blog-entry #content .field-name-field-tags .field-items .field-item a:active {
  color: #737373;
  text-transform: none;
  text-decoration: none;
  font-size: 1em;
}
.node-type-blog-entry #content .field-name-field-tags .field-items .field-item a:hover {
  text-decoration: underline;
}
.node-type-blog-entry #content .btn-wrap {
  margin-top: -1px;
  padding: 20px 0 0 0;
  border-top: 1px solid #e5e5e5;
}
.node-type-blog-entry #content .btn-left-align .blue-btn-type1 {
  display: inline-block;
  padding: 10px 30px 11px;
  color: #FFF !important;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #1d9cd8;
}
.node-type-blog-entry #content .btn-left-align .blue-btn-type1:hover {
  text-decoration: none;
  background-color: #007ab6;
}
@media screen and (max-width: 768px) {
  .node-type-blog-entry #content .btn-left-align .blue-btn-type1 {
    position: static;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.node-type-blog-entry #content .btn-right-align {
  position: relative;
  top: 4px;
  float: right;
}
@media screen and (max-width: 768px) {
  .node-type-blog-entry #content .btn-right-align {
    position: static;
    margin-top: 20px;
    text-align: center;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .page-community-news .content .view-news-event .view-content .views-row {
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
  }
  .page-community-news .content .view-news-event .view-content .views-row .views-field {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .page-community-news .content .view-news-event .view-content .views-row .views-field-upload {
    margin-bottom: 12px;
  }
  .page-community-news .content .view-news-event .view-content .views-row .views-field-upload img {
    width: 100%;
    height: 55%;
    display: block;
  }
  .page-community-news .content .view-news-event .view-content .views-row .views-field-created {
    padding: 0 12px;
  }
  .page-community-news .content .view-news-event .view-content .views-row .views-field-title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
  }
  .page-community-news .content .view-news-event .view-content .views-row .views-field-title .field-content a {
    line-height: 1.1em;
  }
  .page-community-news .content .view-news-event .view-content .views-row .views-field-title .field-content a:link,
  .page-community-news .content .view-news-event .view-content .views-row .views-field-title .field-content a:visited,
  .page-community-news .content .view-news-event .view-content .views-row .views-field-title .field-content a:active {
    color: #2d2d2d;
    text-transform: none;
    text-decoration: none;
    font-size: 1.8em;
  }
  .page-community-news .content .view-news-event .view-content .views-row .views-field-title .field-content a:hover {
    text-decoration: underline;
  }
  .page-community-news .content .view-news-event .view-content .views-row .views-field-title .field-content a:link,
  .page-community-news .content .view-news-event .view-content .views-row .views-field-title .field-content a:visited,
  .page-community-news .content .view-news-event .view-content .views-row .views-field-title .field-content a:active {
    color: #2d2d2d;
    text-transform: none;
    text-decoration: none;
    font-size: 1.8em;
  }
  .page-community-news .content .view-news-event .view-content .views-row .views-field-title .field-content a:hover {
    text-decoration: underline;
  }
  .page-community-news .content .view-news-event .view-content .views-row .views-field-body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    margin-bottom: 12px;
  }
  .page-community-news .content .view-news-event .view-content .views-row .views-field-path {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    margin-bottom: 12px;
  }
  .page-community-news .content .view-news-event .view-content .views-row .views-field-view-node {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    margin-bottom: 12px;
  }
  .page-community-news .content .view-content .views-row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
  }
  .page-community-news .content .view-content .views-row .views-field-created {
    color: #a3a3a3;
  }
  .page-community-news .content .view-content .views-row .views-field-title-field .field-content {
    margin-bottom: 12px;
  }
  .page-community-news .content .view-content .views-row .views-field-title-field .field-content a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.1em;
    height: 3.3em;
    display: block;
    display: inline-block;
  }
  .page-community-news .content .view-content .views-row .views-field-title-field .field-content a:link,
  .page-community-news .content .view-content .views-row .views-field-title-field .field-content a:visited,
  .page-community-news .content .view-content .views-row .views-field-title-field .field-content a:active {
    color: #2d2d2d;
    text-transform: none;
    text-decoration: none;
    font-size: 1.8em;
  }
  .page-community-news .content .view-content .views-row .views-field-title-field .field-content a:hover {
    text-decoration: underline;
  }
  .page-community-news .content .view-content .views-row .views-field-title-field .field-content a:link,
  .page-community-news .content .view-content .views-row .views-field-title-field .field-content a:visited,
  .page-community-news .content .view-content .views-row .views-field-title-field .field-content a:active {
    color: #2d2d2d;
    text-transform: none;
    text-decoration: none;
    font-size: 1.8em;
  }
  .page-community-news .content .view-content .views-row .views-field-title-field .field-content a:hover {
    text-decoration: underline;
  }
}
footer {
  background: #f9f9f9;
  font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
}
#footer .footer-row {
  margin: 0 10px;
}
#footer .footer-row.footer-top {
  background: none;
}
#copyright {
  background: url(../images/copyright_bg.png) no-repeat top center;
  background-size: 100% 2.78571429em;
}
#copyright {
  width: auto;
  padding: 0;
  border-top: 1px solid #e5e5e5;
  background: none;
}
#block-boxes-footer-message p {
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #a3a3a3;
  text-align: center;
}
#copyright a,
#copyright a:link {
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #767676;
}
#copyright a,
#copyright a:link {
  font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #767676;
}
#copyright .menu li {
  background: url(../images/bg_divisionbar.png) no-repeat left 50%;
  padding: 0 3px 0 0px;
}
#copyright .menu li:first-child {
  background: none;
  padding: 0 3px 0 0;
}
#boxes-box-developer_footer_links .boxes-box-content a[href^="https://twitter.com/"] {
  background-image: url('../images/follow_icons/icon-twitter.png');
}
#boxes-box-developer_footer_links .boxes-box-content a[href^="http://www.facebook.com/pages/"] {
  background-image: url('../images/follow_icons/icon-facebook.png');
}
#boxes-box-developer_footer_links .boxes-box-content a[href^="http://www.flickr.com/"] {
  background-image: url('../images/follow_icons/icon-flickr.png');
}
#boxes-box-developer_footer_links .boxes-box-content a[href^="https://plus.google.com/u/"] {
  background-image: url('../images/follow_icons/icon-googleplus.png');
}
#boxes-box-developer_footer_links .boxes-box-content a[href^="https://bugs.tizen.org/"] {
  background-image: url('../images/follow_icons/icon-bugtracker.png');
}
#boxes-box-developer_footer_links .boxes-box-content a[href="http://lists.tizen.org"] {
  background-image: url('../images/follow_icons/icon-newsletter.png');
}
#boxes-box-developer_footer_links .boxes-box-content a[href="https://wiki.tizen.org"] {
  background-image: url('../images/follow_icons/icon-wiki.png');
}
#boxes-box-developer_footer_links .boxes-box-content a[href="http://www.tizenstore.com/"] {
  background-image: url('../images/follow_icons/icon-tizenstore.png');
}
#boxes-box-developer_footer_links .boxes-box-content a[href*="stay-up-date-on-latest-tizen-project"] {
  background-image: url('../images/follow_icons/icon-updated.png');
}
#boxes-box-developer_footer_links .boxes-box-content a {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  background-position: 0 0;
}
#boxes-box-developer_footer_links .boxes-box-content a {
  margin: 0;
  padding: 7px 0 7px 40px;
  width: auto;
  height: auto;
  background-position: 0 0;
}
#boxes-box-developer_footer_links .boxes-box-content ul li {
  margin: 2px 3px;
}
/* 20150415 */
body.page-node-add div.row div.icon.icon-developers_front_sdk_download:before,
body.page-node-add div.row div.icon.icon-developers_front_communities:before,
body.page-node-add div.row div.icon.icon-developers_front_key_visual:before,
body.page-node-add div.row div.icon.icon-developers_front_profiles:before,
body.page-node-add div.row div.icon.icon-code_snippet:before,
body.page-node-add div.row div.icon.icon-development_sub_main_bottom:before,
body.page-node-add div.row div.icon.icon-development_sub_main_key_visual:before,
body.page-node-add div.row div.icon.icon-search_direct_link:before,
body.page-node-add div.row div.icon.icon-tizen_dev_search:before,
body.page-node-add div.row div.icon.icon-tizen_dev_github:before {
  content: "\2a";
}
@media (min-width: 769px) {
  #page {
    width: auto;
    min-width: 0px;
    max-width: 9999999px;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background: #ffffff url(../images/bg_pageheader.png) no-repeat 50% 41px;
  }
  #utility-nav {
    padding: 0;
    width: auto;
    height: 40px;
    color: #767676;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
  }
  #utility-nav .region.region-utility-nav {
    margin: 0 auto;
    width: 1145px;
    height: 40px;
    padding: 0 28px;
    box-sizing: border-box;
  }
  #block-tizen-global-site-switcher h2.block-title {
    width: 130px;
    background: url(../images/icons/arrows/gray_dropdown.png) no-repeat right 60%;
  }
  #header {
    position: relative;
    padding: 21px 28px 19px 28px;
    height: 72px;
    margin: 0 auto;
    width: 1145px;
    background: none;
  }
  #main {
    margin: 0 auto;
    width: 1145px;
  }
  #footer {
    margin: 0;
    padding: 0;
    width: auto;
    background: #f9f9f9;
  }
  #footer .footer-row {
    margin: 0 auto;
    width: 1089px;
  }
  #footer .footer-row.footer-top {
    background: none;
  }
  #block-boxes-footer-message p {
    text-align: left;
  }
  #header #name-and-slogan h1 {
    display: inline-block;
  }
  #header #name-and-slogan h1 a,
  #header #name-and-slogan h1 a:link {
    font-size: 16px;
    color: #2d2d2d;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    text-transform: none;
  }
  #header #logo {
    display: inline-block;
    float: none;
    vertical-align: middle;
    line-height: 1;
  }
  #header #name-and-slogan {
    float: none;
    padding-top: 0px;
    vertical-align: middle;
    display: inline-block;
  }
  #block-tizen-global-site-switcher h2.block-title {
    color: #767676;
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    text-transform: none;
    width: auto;
    padding-right: 16px;
  }
  #block-system-user-menu {
    margin-right: 0px;
  }
  #navigation {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  #navigation ul.menu {
    float: none;
    width: auto;
    clear: none;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 0px;
    border-left: 1px solid #d6d6d6;
    margin-left: 15px;
    padding-left: 22px;
  }
  #header .block-search form {
    position: absolute;
    right: 28px;
    top: 0px;
  }
  #block-system-user-menu {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #block-system-user-menu {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select .ddcommon .ddTitle {
    background: none;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select .ddcommon .ddTitle .ddArrow {
    background: url(../images/icons/arrows/gray_dropdown.png) no-repeat right 60%;
  }
  body.not-logged-in #block-system-user-menu ul.menu li.last a,
  body.not-logged-in #block-system-user-menu ul.menu li.last a:hover {
    color: #767676;
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    text-transform: none;
    background: none;
    padding: 0;
  }
  #block-system-user-menu ul.menu a,
  #block-system-user-menu ul.menu a:link,
  #block-system-user-menu ul.menu a:active,
  #block-system-user-menu ul.menu a:visited {
    color: #767676;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select .ddcommon .ddTitle {
    padding: 3px 0 3px 28px;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select .ddcommon .ddTitle .ddTitleText {
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    text-transform: none;
    padding-right: 12px;
  }
  #block-system-user-menu ul.menu li.first a {
    padding-left: 0px;
    text-transform: none;
    padding-right: 0px;
    margin-right: 14px;
  }
  #block-system-user-menu ul.menu li.first a.menu__link {
    width: auto;
    padding-right: 20px;
  }
  #header .block-search input.form-text {
    padding: 0 0 0 0;
    color: #fff;
    background-color: #1d9cd8;
    width: 72px;
    height: 72px;
    background-position: 23px center;
    line-height: 72px;
    border-radius: 0px;
    margin: 0;
    text-indent: 80px;
    border: none;
    float: right;
    box-shadow: inset -2px -2px 15px rgba(18, 18, 18, 0.5);
  }
  #header .block-search input.form-text.focus {
    padding: 0 0 0 60px;
    color: #fff;
    background-color: #1d9cd8;
    width: 211px;
    height: 72px;
    background-position: 23px center;
    line-height: 72px;
    border-radius: 0px;
    border: none;
    max-width: 99999px;
    font-size: 16px;
  }
  #header .block-search input.form-text.focus:focus {
    outline: 0;
  }
  #header .block-search input.form-submit {
    position: absolute;
    /*left:0px; top:-99999px; */
  }
  #navigation ul.menu li {
    margin-right: 20px;
  }
  #navigation ul.menu li a {
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #000;
    /* padding:0; */
  }
  #navigation ul.menu li a:hover {
    color: #1d9cd8;
  }
  #header .block-search input::-webkit-input-placeholder {
    color: #fff !important;
  }
  #header .block-search input:-moz-placeholder {
    /* FF 4-18 */
    color: #fff !important;
  }
  #header .block-search input::-moz-placeholder {
    /* FF 19+ */
    color: #fff !important;
  }
  #header .block-search input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff !important;
  }
  #block-tizen-global-site-tabs ul.links a,
  #block-tizen-global-site-tabs ul.links a:link,
  #block-tizen-global-site-tabs ul.links a:active,
  #block-tizen-global-site-tabs ul.links a:visited {
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #767676;
    margin: 0 16px 0 20px;
  }
  #block-tizen-global-site-tabs ul.links a.active,
  #block-tizen-global-site-tabs ul.links a:active {
    color: #1d9cd8;
  }
  #block-tizen-global-site-tabs ul.links a {
    margin: 0 18px;
    padding: 0;
  }
  #block-tizen-global-site-tabs ul.links li:first-child a {
    margin: 0 20px 0 0;
  }
  #block-menu-block-2 .menu-block-wrapper {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0px;
    float: none;
    width: auto;
  }
  #block-menu-block-2 ul.menu li {
    padding: 4px 0px 4px 0;
    width: 170px;
  }
  #block-menu-block-2 ul.menu > li:first-child {
    width: 115px;
  }
  #block-menu-block-2 .menu-block-wrapper ul.menu .active-trail {
    color: #1d9cd8;
  }
  #block-menu-block-2 .menu-block-wrapper > ul.menu > li > .active-trail {
    color: #2d2d2d;
  }
  #block-menu-block-2 ul.menu li li {
    padding-bottom: 0px;
  }
  #block-menu-block-2 ul.menu li a,
  #block-menu-block-2 ul.menu li a:link,
  #block-menu-block-2 ul.menu li a:active,
  #block-menu-block-2 ul.menu li a:visited {
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #2d2d2d;
  }
  #block-menu-block-2 ul.menu li li a,
  #block-menu-block-2 ul.menu li li a:link,
  #block-menu-block-2 ul.menu li li a:active,
  #block-menu-block-2 ul.menu li li a:visited {
    margin-bottom: 0;
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #767676;
    line-height: 140%;
  }
  #block-menu-block-2 ul.menu li li a:hover {
    text-decoration: underline;
  }
  #block-menu-block-2 ul.menu > li a {
    color: #2d2d2d;
  }
  #block-tizen-global-site-tabs ul.links {
    margin-bottom: 25px;
  }
  #footer .footer-row.footer-botom {
    width: auto;
    padding: 0;
  }
  #copyright {
    width: auto;
    padding: 0;
    border-top: 1px solid #e5e5e5;
    background: none;
  }
  footer div.footer-row,
  footer #copyright {
    padding: 60px 28px 30px 28px;
  }
  #copyright a,
  #copyright a:link {
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #767676;
  }
  #block-menu-menu-footer-links ul {
    text-align: left;
  }
  #copyright .menu li {
    background: url(../images/bg_divisionbar.png) no-repeat left 50%;
    padding: 0 10px 0 2px;
  }
  #copyright .menu li:first-child {
    background: none;
    padding: 0 6px 0 0;
  }
  #footer .footer-row.footer-top {
    padding: 0;
  }
  footer .footer-middle .footer-left {
    float: left;
    width: 800px;
    margin: 0;
  }
  #footer .region.region-copyright {
    width: 1089px;
    margin: 0 auto;
    padding: 20px 28px 40px 28px;
  }
  #block-boxes-footer-message {
    width: auto;
    padding: 0;
    margin-bottom: 5px;
  }
  #block-boxes-footer-message p {
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #a3a3a3;
    text-align: left;
  }
  #boxes-box-developer_footer_links .boxes-box-content a {
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #767676;
  }
  #block-boxes-developer-footer-links h2 {
    border-bottom: none;
    box-shadow: none;
    display: block;
    margin-bottom: 1px;
    padding: 1px 0 7px 0;
    margin: 0 0 10px 0;
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    color: #2d2d2d;
    font-size: 16px;
  }
  #block-tizen-global-site-tabs ul.links li {
    margin: 0;
    background: url(../images/bg_divisionbar.png) no-repeat left 50%;
  }
  nav.breadcrumb {
    display: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    background: #f9f9f9;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 28px;
  }
  footer .footer-middle .footer-right {
    float: right;
    margin: 51px 0 0 0;
    text-transform: none;
    width: 270px;
  }
  #navigation ul.menu li a.active-trail,
  #navigation ul.menu li a:active {
    color: #1d9cd8;
    /* padding:0; */
  }
  #navigation ul.menu li.active-trail {
    display: inline-block;
    border-bottom: 2px solid #1d9cd8;
    border: none;
    box-shadow: none;
  }
  .views-exposed-widgets {
    overflow: hidden;
  }
  .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0.6em;
  }
  .contextual-links-region {
    position: static;
  }
  #block-system-user-menu ul.menu li.expanded a {
    background: url(../images/icons/arrows/gray_dropdown.png) no-repeat right 60%;
  }
  #boxes-box-developer_footer_links .boxes-box-content ul li {
    margin-bottom: 3px;
  }
  #boxes-box-developer_footer_links .boxes-box-content a {
    margin: 0;
    padding: 7px 0 7px 40px;
    width: auto;
    height: auto;
    background-position: 0 0;
  }
  #boxes-box-developer_footer_links .boxes-box-content ul li {
    margin: 0 0 3px 0;
  }
  #block-boxes-developer-footer-links ul {
    width: 120px;
  }
  #block-tizen-global-site-switcher {
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  }
  #block-tizen-global-site-switcher div.block-content ul.links {
    top: 40px;
    left: -15px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 128px;
    margin: 0;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    background: #fff;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select div.ddChild {
    padding-bottom: 15px;
    box-shadow: none;
    border: none;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select .ddcommon .ddChild {
    top: 37px !important;
    left: 59px;
    box-shadow: none;
    width: 111px !important;
    border: 1px solid #e5e5e5;
    background: #fff;
  }
  #block-system-user-menu ul.menu li {
    display: inline-block;
    height: 21px;
  }
  #block-system-user-menu ul.menu li ul.menu {
    left: -55px;
    top: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 183px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    background: #fff;
  }
  #block-system-user-menu ul.menu li ul.menu li {
    text-align: center;
    height: auto;
  }
  #block-system-user-menu ul.menu li ul.menu li a {
    margin: 6px 0;
    color: #767676;
    text-transform: uppercase;
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
  }
  #block-system-user-menu ul.menu li ul.menu li a:hover {
    color: #1e9cd9;
    background: none;
    box-shadow: none;
    border: none;
    text-decoration: underline;
  }
  #block-tizen-global-site-switcher ul.links li,
  #block-tizen-global-site-switcher ul.menu li,
  #block-tizen-global-site-switcher div.ddChild li {
    text-align: center;
    padding: 6px 0;
  }
  #block-tizen-global-site-switcher div.block-content a,
  #block-tizen-global-site-switcher div.block-content a:link {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #767676;
    text-align: center;
  }
  #block-tizen-global-site-switcher div.block-content a.active,
  #block-tizen-global-site-switcher div.block-content a:link.active,
  #block-tizen-global-site-switcher div.block-content a.selected,
  #block-tizen-global-site-switcher div.block-content a:link.selected {
    background: none;
    color: #1e9cd9;
    text-decoration: underline;
  }
  #block-tizen-global-site-switcher div.block-content ul.links li a:hover {
    background: none;
    color: #1e9cd9;
    text-decoration: underline;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select .ddcommon .ddChild li {
    padding: 6px 10px;
    text-align: center;
    color: #767676;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select .ddcommon .ddChild li.active,
  #block-lang-dropdown-language .form-item-lang-dropdown-select .ddcommon .ddChild li.selected {
    background: none;
    color: #1e9cd9;
    text-decoration: underline;
    text-align: center;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select .ddcommon .ddChild li.hover {
    background: none;
    color: #1e9cd9;
    text-decoration: underline;
  }
  #block-lang-dropdown-language .form-item-lang-dropdown-select ul.links,
  #block-lang-dropdown-language .form-item-lang-dropdown-select ul.menu,
  #block-lang-dropdown-language .form-item-lang-dropdown-select div.ddChild {
    padding: 13px 5px;
  }
  input[type=text]::-ms-clear {
    display: none;
  }
  input[type=password]::-ms-reveal {
    display: none;
  }
}
#navigation input.form-text {
  max-width: inherit;
}
