.container-inline div,
.container-inline label {
    display: inline
}

.container-inline .fieldset-wrapper {
    display: block
}

.nowrap {
    white-space: nowrap
}

html.js .js-hide {
    display: none
}

.element-hidden {
    display: none
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* html .clearfix {
    height: 1%
}

*:first-child+html .clearfix {
    min-height: 1%
}

div.messages {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 6px 0;
    padding: 10px 10px 10px 50px
}

div.status {
    background-image: url(../images/icons/message-24-ok.png);
    border-color: #be7
}

div.status,
.ok {
    color: #234600
}

div.status,
table tr.ok {
    background-color: #f8fff0
}

div.warning {
    background-image: url(/misc/message-24-warning.png);
    border-color: #ed5
}

div.warning,
.warning {
    color: #840
}

div.warning,
table tr.warning {
    background-color: #fffce5
}

div.error {
    background-image: url(../../misc/message-24-error.png);
    border-color: #ed541d
}

div.error,
.error {
    color: #8c2e0b
}

div.error,
table tr.error {
    background-color: #fef5f1
}

div.error p.error {
    color: #333
}

div.messages ul {
    margin: 0 0 0 1em;
    padding: 0
}

div.messages ul li {
    list-style-image: none
}

fieldset {
    margin-bottom: 1em;
    padding: .5em
}

form {
    margin: 0;
    padding: 0
}

hr {
    border: 1px solid gray;
    height: 1px
}

img {
    border: 0
}

table {
    border-collapse: collapse
}

th {
    border-bottom: 3px solid #ccc;
    padding-right: 1em;
    text-align: left
}

tbody {
    border-top: 1px solid #ccc
}

tr.even,
tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: .1em .6em
}

th.active img {
    display: inline
}

td.active {
    background-color: #ddd
}

.item-list .title {
    font-weight: 700
}

.item-list ul {
    margin: 0 0 .75em;
    padding: 0
}

.item-list ul li {
    margin: 0 0 .25em 1.5em;
    padding: 0
}

.form-item,
.form-actions {
    margin-top: 1em;
    margin-bottom: 1em
}

tr.odd .form-item,
tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap
}

.form-item .description {
    font-size: .85em
}

label {
    display: block;
    font-weight: 700
}

label.option {
    display: inline;
    font-weight: 400
}

.form-checkboxes .form-item,
.form-radios .form-item {
    margin-top: .4em;
    margin-bottom: .4em
}

.form-type-radio .description,
.form-type-checkbox .description {
    margin-left: 2.4em
}

input.form-checkbox,
input.form-radio {
    vertical-align: middle
}

.marker,
.form-required {
    color: #f00
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 2px solid red
}

.container-inline .form-actions,
.container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0
}

.more-link {
    text-align: right
}

.more-help-link {
    text-align: right
}

.more-help-link a {
    background: url(/misc/help.png) 0 50% no-repeat;
    padding: 1px 0 1px 20px
}

.item-list .pager {
    clear: both;
    text-align: center
}

.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: .5em
}

.pager-current {
    font-weight: 700
}

#autocomplete li.selected {
    background: #0072b9;
    color: #fff
}

html.js fieldset.collapsible .fieldset-legend {
    background: url(/misc/menu-expanded.png) 5px 65% no-repeat;
    padding-left: 15px
}

html.js fieldset.collapsed .fieldset-legend {
    background-image: url(/misc/menu-collapsed.png);
    background-position: 5px 50%
}

.fieldset-legend span.summary {
    color: #999;
    font-size: .9em;
    margin-left: .5em
}

tr.drag {
    background-color: ivory
}

tr.drag-previous {
    background-color: #ffd
}

.tabledrag-toggle-weight {
    font-size: .9em
}

body div.tabledrag-changed-warning {
    margin-bottom: .5em
}

tr.selected td {
    background: #ffc
}

td.checkbox,
th.checkbox {
    text-align: center
}

.progress {
    font-weight: 700
}

.progress .bar {
    background: #ccc;
    border-color: #666;
    margin: 0 .2em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.progress .filled {
    background: #0072b9 url(/misc/progress.gif)
}

.borderRadius {
    -moz-border-radius: 5px;
    border-radius: 5px
}

.borderRadiusTp {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.borderRadiusBtm {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.ddcommon {
    position: relative;
    display: -moz-inline-stack;
    zoom: 1;
    display: inline-block;
    *display: inline;
    cursor: default
}

.ddcommon ul {
    padding: 0;
    margin: 0
}

.ddcommon ul li {
    list-style-type: none
}

.borderRadiusTp ul li:last-child {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-bottom: 0 none #c3c3c3
}

.borderRadiusBtm ul li:first-child {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 1 solid #c3c3c3
}

.ddcommon .disabled img,
.ddcommon .disabled span,
.ddcommon.disabledAll {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: .5;
    -moz-opacity: .5;
    color: #999
}

.ddcommon .clear {
    clear: both
}

.ddcommon .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888;
    -webkit-box-shadow: 5px 5px 5px -5px #888;
    box-shadow: 5px 5px 5px -5px #888
}

.ddcommon input.text {
    color: #7e7e7e;
    padding: 0;
    position: absolute;
    background: #fff;
    display: block;
    width: 98%;
    height: 98%;
    left: 2px;
    top: 0;
    border: none
}

.ddOutOfVision {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.borderRadius .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888;
    -webkit-box-shadow: 5px 5px 5px -5px #888;
    box-shadow: 5px 5px 5px -5px #888
}

.borderRadiusBtm .shadow {
    -moz-box-shadow: -5px -5px 5px -5px #888;
    -webkit-box-shadow: -5px -5px 5px -5px #888;
    box-shadow: -5px -5px 5px -5px #888
}

.borderRadiusTp .border,
.borderRadius .border {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.borderRadiusBtm .border {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

img.fnone {
    float: none !important
}

.ddcommon .divider {
    width: 0;
    height: 100%;
    position: absolute
}

.ddcommon .ddArrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 4px
}

.ddcommon .ddArrow:hover {
    background-position: 0 100%
}

.ddcommon .ddTitle {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%
}

.ddcommon .ddTitle .ddTitleText {
    display: block
}

.ddcommon .ddTitle .ddTitleText .ddTitleText {
    padding: 0
}

.ddcommon .ddTitle .description {
    display: block
}

.ddcommon .ddTitle .ddTitleText img {
    position: relative;
    vertical-align: middle;
    float: left
}

.ddcommon .ddChild {
    position: absolute;
    display: none;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    zoom: 1;
    z-index: 9999
}

.ddcommon .ddChild li {
    clear: both
}

.ddcommon .ddChild li .description {
    display: block
}

.ddcommon .ddChild li img {
    border: 0 none;
    position: relative;
    vertical-align: middle;
    float: left
}

.ddcommon .ddChild li.optgroup {
    padding: 0
}

.ddcommon .ddChild li.optgroup .optgroupTitle {
    padding: 0 5px;
    font-weight: 700;
    font-style: italic
}

.ddcommon .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px
}

.ddcommon .noBorderTop {
    border-top: none 0 !important;
    padding: 0;
    margin: 0
}

.dd {
    border: 1px solid #c3c3c3
}

.dd .divider {
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #fff;
    right: 24px
}

.dd .ddArrow {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(/sites/all/libraries/ms-Dropdown/images/msdropdown/skin1/dd_arrow.gif) no-repeat
}

.dd .ddArrow:hover {
    background-position: 0 100%
}

.dd .ddTitle {
    color: #000;
    background: #e2e2e4 url(/sites/all/libraries/ms-Dropdown/images/msdropdown/skin1/title-bg.gif) repeat-x left top
}

.dd .ddTitle .ddTitleText {
    padding: 5px 20px 5px 5px
}

.dd .ddTitle .ddTitleText .ddTitleText {
    padding: 0
}

.dd .ddTitle .description {
    font-size: 12px;
    color: #666
}

.dd .ddTitle .ddTitleText img {
    padding-right: 5px
}

.dd .ddChild {
    border: 1px solid #c3c3c3;
    background-color: #fff;
    left: -1px
}

.dd .ddChild li {
    padding: 5px;
    background-color: #fff;
    border-bottom: 1px solid #c3c3c3
}

.dd .ddChild li .description {
    color: #666
}

.dd .ddChild li .ddlabel {
    color: #333
}

.dd .ddChild li.hover {
    background-color: #f2f2f2
}

.dd .ddChild li img {
    padding: 0 6px 0 0
}

.dd .ddChild li.optgroup {
    padding: 0
}

.dd .ddChild li.optgroup .optgroupTitle {
    padding: 0 5px;
    font-weight: 700;
    font-style: italic
}

.dd .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px
}

.dd .ddChild li.selected {
    background-color: #d5d5d5;
    color: #000
}

#comments {
    margin-top: 15px
}

.indented {
    margin-left: 25px
}

.comment-unpublished {
    background-color: #fff4f4
}

.comment-preview {
    background-color: #ffffea
}

.container-inline-date {
    clear: both
}

.container-inline-date .form-item {
    float: none;
    margin: 0;
    padding: 0
}

.container-inline-date>.form-item {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: 10px;
    vertical-align: top
}

.container-inline-date .form-item .form-item {
    float: left
}

.container-inline-date .form-item,
.container-inline-date .form-item input {
    width: auto
}

.container-inline-date .description {
    clear: both
}

.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
    margin-right: 5px
}

.container-inline-date .date-spacer {
    margin-left: -5px
}

.views-right-60 .container-inline-date div {
    margin: 0;
    padding: 0
}

.container-inline-date .date-timezone .form-item {
    clear: both;
    float: none;
    width: auto
}

.container-inline-date .date-padding {
    padding: 10px;
    float: left
}

.views-exposed-form .container-inline-date .date-padding {
    padding: 0
}

#calendar_div,
#calendar_div td,
#calendar_div th {
    margin: 0;
    padding: 0
}

#calendar_div,
.calendar_control,
.calendar_links,
.calendar_header,
.calendar {
    border-collapse: separate;
    margin: 0;
    width: 185px
}

.calendar td {
    padding: 0
}

.date-prefix-inline {
    display: inline-block
}

.date-clear {
    clear: both;
    display: block;
    float: none
}

.date-no-float {
    clear: both;
    float: none;
    width: 98%
}

.date-float {
    clear: none;
    float: left;
    width: auto
}

.date-float .form-type-checkbox {
    padding-right: 1em
}

.form-type-date-select .form-type-select[class$=hour] {
    margin-left: .75em
}

.date-container .date-format-delete {
    float: left;
    margin-top: 1.8em;
    margin-left: 1.5em
}

.date-container .date-format-name {
    float: left
}

.date-container .date-format-type {
    float: left;
    padding-left: 10px
}

.date-container .select-container {
    clear: left;
    float: left
}

div.date-calendar-day {
    background: #f3f3f3;
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    color: #999;
    float: left;
    line-height: 1;
    margin: 6px 10px 0 0;
    text-align: center;
    width: 40px
}

div.date-calendar-day span {
    display: block;
    text-align: center
}

div.date-calendar-day span.month {
    background-color: #b5bebe;
    color: #fff;
    font-size: .9em;
    padding: 2px;
    text-transform: uppercase
}

div.date-calendar-day span.day {
    font-size: 2em;
    font-weight: 700
}

div.date-calendar-day span.year {
    font-size: .9em;
    padding: 2px
}

.form-item.form-item-instance-widget-settings-input-format-custom,
.form-item.form-item-field-settings-enddate-required {
    margin-left: 1.3em
}

#edit-field-settings-granularity .form-type-checkbox {
    margin-right: .6em
}

.date-year-range-select {
    margin-right: 1em
}

#ui-datepicker-div {
    font-size: 100%;
    font-family: Verdana, sans-serif;
    background: #eee;
    border-right: 2px #666 solid;
    border-bottom: 2px #666 solid;
    z-index: 9999
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    float: left;
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    float: right
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

#toolbar .toolbar-menu .environment-indicator-name,
#environment-indicator {
    text-align: center;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 -1px 1px #333;
    font-weight: 700;
    z-index: 10;
    left: 0;
    right: 0
}

#admin-menu #environment-indicator {
    float: right;
    left: auto;
    right: auto
}

.fixed-yes {
    position: fixed
}

.fixed-yes.position-bottom {
    bottom: 0
}

.fixed-yes.position-top {
    top: 0
}

div#toolbar div.toolbar-menu {
    padding: 5px 20px 5px 10px
}

#toolbar .toolbar-menu .environment-indicator-name,
#environment-indicator .environment-indicator-name {
    cursor: pointer
}

#environment-indicator .environment-indicator-name {
    padding: 5px
}

#toolbar .toolbar-menu .environment-indicator-name {
    padding: 0 12px
}

#admin-menu #environment-indicator .environment-indicator-name {
    padding: 3px 12px
}

#environment-indicator .gradient-bar,
#environment-indicator .environment-indicator-name,
#toolbar .environment-indicator-name-wrapper .environment-indicator-name {
    background-image: linear-gradient(bottom, rgba(207, 207, 207, 0.3) 19%, rgba(250, 250, 250, 0.3) 60%, rgba(255, 255, 255, 0.3) 80%);
    background-image: -o-linear-gradient(bottom, rgba(207, 207, 207, 0.3) 19%, rgba(250, 250, 250, 0.3) 60%, rgba(255, 255, 255, 0.3) 80%);
    background-image: -moz-linear-gradient(bottom, rgba(207, 207, 207, 0.3) 19%, rgba(250, 250, 250, 0.3) 60%, rgba(255, 255, 255, 0.3) 80%);
    background-image: -webkit-linear-gradient(bottom, rgba(207, 207, 207, 0.3) 19%, rgba(250, 250, 250, 0.3) 60%, rgba(255, 255, 255, 0.3) 80%);
    background-image: -ms-linear-gradient(bottom, rgba(207, 207, 207, 0.3) 19%, rgba(250, 250, 250, 0.3) 60%, rgba(255, 255, 255, 0.3) 80%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.19, rgba(207, 207, 207, 0.3)), color-stop(0.6, rgba(250, 250, 250, 0.3)), color-stop(0.8, rgba(255, 255, 255, 0.3)))
}

#toolbar .environment-indicator-name-wrapper {
    float: right;
    font-size: .85em
}

#toolbar .toolbar-menu .environment-indicator-name,
#admin-menu #environment-indicator .environment-indicator-name {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

#environment-indicator .item-list ul,
#toolbar .item-list ul {
    overflow: hidden;
    margin: 0
}

#environment-indicator .item-list ul.environment-switcher-container li.environment-switcher,
#toolbar .item-list ul.environment-switcher-container li.environment-switcher {
    list-style: none;
    float: left;
    background-color: #333;
    margin: 0 3px;
    padding: 3px 8px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: .8em;
    text-shadow: none
}

#environment-indicator .item-list ul.environment-switcher-container li.environment-switcher:hover,
#toolbar .item-list ul.environment-switcher-container li.environment-switcher:hover {
    background-color: #ddd;
    -moz-box-shadow: inset 0 1px 5px #333;
    -webkit-box-shadow: inset 0 1px 5px #333;
    -o-box-shadow: inset 0 1px 5px #333;
    box-shadow: inset 0 1px 5px #333
}

#environment-indicator .item-list ul.environment-switcher-container li.environment-switcher a,
#toolbar .item-list ul.environment-switcher-container li.environment-switcher a {
    color: #ddd;
    text-decoration: none;
    background-color: transparent !important
}

#environment-indicator .item-list ul.environment-switcher-container li.environment-switcher:hover a,
#toolbar .item-list ul.environment-switcher-container li.environment-switcher:hover a {
    color: #333
}

#environment-indicator .item-list,
#toolbar .item-list {
    display: none;
    padding: 10px;
    -moz-box-shadow: inset 0 0 5px #333;
    -webkit-box-shadow: inset 0 0 5px #333;
    -o-box-shadow: inset 0 0 5px #333;
    box-shadow: inset 0 0 5px #333
}

#admin-menu #environment-indicator .item-list {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 5px
}

.field .field-label {
    font-weight: 700
}

.field-label-inline .field-label,
.field-label-inline .field-items {
    float: left
}

form .field-multiple-table {
    margin: 0
}

form .field-multiple-table th.field-label {
    padding-left: 0
}

form .field-multiple-table td.field-multiple-drag {
    width: 30px;
    padding-right: 0
}

form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
    padding-right: .5em
}

form .field-add-more-submit {
    margin: .5em 0 0
}

div.toboggan-container {
    text-align: center
}

div.toboggan-login-link-container {
    text-align: left
}

div.toboggan-login-link-container a {
    text-decoration: none
}

div.toboggan-block-message {
    text-align: left
}

div.user-login-block {
    text-align: left
}

div.user-login-block a {
    text-align: left
}

.toboggan-unified #login-message {
    text-align: center;
    font-size: 2em;
    line-height: 1.2
}

.toboggan-unified #login-links {
    text-align: center;
    font-size: 1.5em;
    line-height: 2.7
}

.toboggan-unified #login-links a {
    padding: .5em;
    border: 1px #666 solid;
    background-color: #EEE
}

.toboggan-unified #login-links a:hover {
    background-color: #DDD
}

.toboggan-unified #login-links a.lt-active,
.toboggan-unified #login-links a.lt-active:hover {
    background-color: #fff19a;
    border: 2px #333 solid
}

.toboggan-unified.login #register-form {
    display: none
}

.toboggan-unified.register #login-form {
    display: none
}

.node-unpublished {
    background-color: #fff4f4
}

.preview .node {
    background-color: #ffffea
}

td.revision-current {
    background: #ffc
}

.search-form {
    margin-bottom: 1em
}

.search-form input {
    margin-top: 0;
    margin-bottom: 0
}

.search-results {
    list-style: none
}

.search-results p {
    margin-top: 0
}

.search-results .title {
    font-size: 1.2em
}

.search-results li {
    margin-bottom: 1em
}

.search-results .search-snippet-info {
    padding-left: 1em
}

.search-results .search-info {
    font-size: .85em
}

.search-advanced .criterion {
    float: left;
    margin-right: 2em
}

.search-advanced .action {
    float: left;
    clear: left
}

#permissions td.module {
    font-weight: 700
}

#permissions td.permission {
    padding-left: 1.5em
}

#permissions tr.odd .form-item,
#permissions tr.even .form-item {
    white-space: normal
}

#user-admin-settings fieldset .fieldset-description {
    font-size: .85em;
    padding-bottom: .5em
}

#user-admin-roles td.edit-name {
    clear: both
}

#user-admin-roles .form-item-name {
    float: left;
    margin-right: 1em
}

.password-strength {
    width: 17em;
    float: right;
    margin-top: 1.4em
}

.password-strength-title {
    display: inline
}

.password-strength-text {
    float: right;
    font-weight: 700
}

.password-indicator {
    background-color: #c4c4c4;
    height: .3em;
    width: 100%
}

.password-indicator div {
    height: 100%;
    width: 0;
    background-color: #47c965
}

input.password-confirm,
input.password-field {
    width: 16em;
    margin-bottom: .4em
}

div.password-confirm {
    float: right;
    margin-top: 1.5em;
    visibility: hidden;
    width: 17em
}

div.form-item div.password-suggestions {
    padding: .2em .5em;
    margin: .7em 0;
    width: 38.5em;
    border: 1px solid #b4b4b4
}

div.password-suggestions ul {
    margin-bottom: 0
}

.confirm-parent,
.password-parent {
    clear: left;
    margin: 0;
    width: 36.3em
}

.profile {
    clear: both;
    margin: 1em 0
}

.profile .user-picture {
    float: right;
    margin: 0 1em 1em 0
}

.profile h3 {
    border-bottom: 1px solid #ccc
}

.profile dl {
    margin: 0 0 1.5em
}

.profile dt {
    margin: 0 0 .2em;
    font-weight: 700
}

.profile dd {
    margin: 0 0 1em
}

.video-left {
    float: left
}

.video-right {
    float: right
}

.video-center {
    display: block;
    margin: 0 auto
}

span.ext {
    background: url(/sites/all/modules/contrib/extlink/extlink.png) right center no-repeat;
    padding-right: 12px
}

span.mailto {
    background: url(/sites/all/modules/contrib/extlink/mailto.png) right center no-repeat;
    padding-right: 12px
}

@media print {

    span.ext,
    span.mailto {
        display: none;
        padding: 0
    }
}

.views-exposed-form .views-exposed-widget {
    float: left;
    padding: .5em 1em 0 0
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.6em
}

.views-exposed-form .form-item,
.views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0
}

.views-exposed-form label {
    font-weight: 700
}

.views-exposed-widgets {
    margin-bottom: .5em
}

.views-align-left {
    text-align: left
}

.views-align-right {
    text-align: right
}

.views-align-center {
    text-align: center
}

.views-view-grid tbody {
    border-top: none
}

.view .progress-disabled {
    float: none
}

.lingotek-highlight {
    background-color: #ecf2f9 !important
}

#navbar-link-admin-settings-lingotek::before {
    background-attachment: scroll;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/sites/all/modules/contrib/lingotek/images/ico_chevs_dd.png)
}

.ltk-icon:hover {
    text-decoration: none;
    color: #00348d
}

div.form-item-create-lingotek-document-workbench-moderation,
div.form-item-sync-method-workbench-moderation {
    margin-left: 50px
}

div.form-item.form-item-lingotek-create-documents-by-default-workbench-moderation,
div.form-item.form-item-wb-options {
    margin-left: 50px
}

#edit-wb-select {
    margin-left: 50px
}

.lingotek-content-settings-table td div {
    float: left;
    padding-right: 15px !important
}

input.lingotek-content-settings-table.form-checkbox {
    margin: 0
}

#lingotek-profiles {
    width: auto
}

#lingotek-bulk-grid-form #edit-header-fieldset .form-item {
    float: left;
    margin-left: 15px
}

#modal-content #edit-filter-buttons {
    clear: both
}

.form-item.form-item-actions-select {
    padding: 0
}

.form-item-actions-select label,
.form-item-search label {
    display: inline
}

.form-item-search-type,
.form-item-search,
.form-item-search-submit {
    display: inline
}

.lingotek-action {
    float: right;
    font-size: 125%;
    margin-left: 20px;
    margin-top: 30px;
    color: #666
}

.lingotek-action:hover {
    color: #333;
    text-decoration: none
}

.grid-result-summary {
    color: #666
}

#page-limit {
    text-align: center
}

.form-item-limit-select {
    display: inline
}

#edit-grid-container .table-select-processed {
    clear: both
}

#edit-grid-container>.grid-empty {
    clear: both;
    padding: 25px;
    background: #f3f3f3;
    border: #aaa
}

#edit-custom-columns {
    columns: 100px 2;
    -webkit-columns: 100px 2;
    -moz-columns: 100px 2
}

#lingotek-bulk-grid-form a.ltk-source-icon,
span.ltk-source-icon {
    background-color: #80a49e;
    margin-right: 3px;
    padding: 1px;
    padding-left: 4px;
    padding-right: 4px;
    color: #fff;
    white-space: nowrap;
    border: 1px solid #80a49e;
    text-decoration: none;
    font-family: 'Roboto Mono', monospace
}

#lingotek-bulk-grid-form span.ltk-source-icon-config-current,
span.ltk-source-icon-config-current {
    background-color: #5fdc64;
    border: 1px solid #5fdc64;
    color: #fff;
    margin-right: 3px;
    padding: 1px;
    padding-left: 4px;
    padding-right: 4px;
    white-space: nowrap;
    text-decoration: none;
    font-family: 'Roboto Mono', monospace
}

#lingotek-bulk-grid-form span.ltk-source-icon-config-current:hover,
span.ltk-source-icon-config-current:hover {
    background-color: #43a047;
    border: 1px solid #43a047
}

#lingotek-bulk-grid-form .language-icon,
span.language-icon {
    background-color: #80a49e;
    margin-right: 3px;
    padding: 1px;
    padding-left: 4px;
    padding-right: 4px;
    color: #fff;
    white-space: nowrap;
    border: 1px solid #fff;
    text-decoration: none;
    font-family: 'Roboto Mono', monospace
}

#lingotek-bulk-grid-form span.ltk-target-none,
span.ltk-target-none {
    background-color: #fff;
    border: 1px solid #999;
    color: #999;
    margin-right: 3px;
    padding: 1px;
    padding-left: 4px;
    padding-right: 4px;
    white-space: nowrap;
    text-decoration: none;
    font-family: 'Roboto Mono', monospace
}

#lingotek-bulk-grid-form span.ltk-target-none:hover,
span.ltk-target-none:hover {
    border: 1px solid #8c8c8c;
    color: #8c8c8c
}

#lingotek-bulk-grid-form span.ltk-target-disabled,
span.ltk-target-disabled {
    background-color: #fff;
    border: 1px solid #999;
    color: #999;
    margin-right: 3px;
    padding: 1px;
    padding-left: 4px;
    padding-right: 4px;
    white-space: nowrap;
    text-decoration: line-through;
    font-family: 'Roboto Mono', monospace
}

a.tooltips {
    position: relative;
    display: inline;
    text-decoration: none;
    color: inherit
}

a:hover.tooltips {
    text-decoration: none
}

a.tooltips span {
    position: absolute;
    right: -75px;
    color: #fff;
    background: #333;
    line-height: 18px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
    text-decoration: none;
    padding: 5px;
    font-size: 13px
}

a.tooltips span:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    text-decoration: none
}

a:hover.tooltips span {
    visibility: visible;
    top: 30px;
    left: 50%;
    margin-left: -90px;
    z-index: 999;
    text-decoration: none
}

#lingotek-bulk-grid-form .ltk-source-icon.source-none,
span.ltk-source-icon.source-none {
    background-color: #fff;
    border: 1px solid #999;
    color: #999
}

#lingotek-bulk-grid-form .ltk-source-icon.source-none:hover,
.ltk-source-icon.source-none:hover {
    border: 1px solid #8c8c8c;
    color: #8c8c8c
}

#lingotek-bulk-grid-form .ltk-source-icon.source-edited,
span.ltk-source-icon.source-edited {
    background-color: #ffc107;
    border: 1px solid #ffc107;
    color: #575757
}

#lingotek-bulk-grid-form .ltk-source-icon.source-edited:hover,
span.ltk-source-icon.source-edited:hover {
    background-color: #ffb300;
    border: 1px solid #ffb300
}

#lingotek-bulk-grid-form .ltk-source-icon.source-current,
span.ltk-source-icon.source-current {
    background-color: #5fdc64;
    border: 1px solid #5fdc64;
    color: #fff
}

#lingotek-bulk-grid-form .ltk-source-icon.source-current:hover,
span.ltk-source-icon.source-current:hover {
    background-color: #43a047;
    border: 1px solid #43a047
}

#lingotek-bulk-grid-form .ltk-source-icon.source-pending,
span.ltk-source-icon.source-pending {
    background-color: #f37f16;
    border: 1px solid #f37f16;
    color: #fff
}

#lingotek-bulk-grid-form .ltk-source-icon.source-pending:hover,
span.ltk-source-icon.pending-error:hover {
    background-color: #e67209;
    border: 1px solid #e67209
}

#lingotek-bulk-grid-form .ltk-source-icon.source-error,
span.ltk-source-icon.source-error {
    background-color: #b71c1c;
    border: 1px solid #b71c1c;
    color: #fff
}

#lingotek-bulk-grid-form .ltk-source-icon.source-error:hover,
span.ltk-source-icon.source-error:hover {
    background-color: #9e0303;
    border: 1px solid #9e0303
}

#lingotek-bulk-grid-form .ltk-source-icon.source-disabled,
span.ltk-source-icon.source-disabled {
    background-color: #fafafa;
    border: 1px solid #999;
    color: #999;
    text-decoration: line-through
}

#lingotek-bulk-grid-form .language-icon.target-pending,
span.language-icon.target-pending {
    background-color: #f37f16;
    border: 1px solid #f37f16
}

#lingotek-bulk-grid-form .language-icon.target-pending:hover,
span.language-icon.target-pending:hover {
    background-color: #e67209;
    border: 1px solid #e67209
}

#lingotek-bulk-grid-form .language-icon.target-current,
span.language-icon.target-current {
    background-color: #5fdc64;
    border: 1px solid #5fdc64
}

#lingotek-bulk-grid-form .language-icon.target-current:hover,
span.language-icon.target-current:hover {
    background-color: #43a047;
    border: 1px solid #43a047
}

#lingotek-bulk-grid-form .language-icon.target-ready,
span.language-icon.target-ready {
    background-color: #2196f3;
    border: 1px solid #2196f3
}

#lingotek-bulk-grid-form .language-icon.target-ready:hover,
span.language-icon.target-ready:hover {
    background-color: #1e88e5;
    border: 1px solid #1e88e5
}

#lingotek-bulk-grid-form .language-icon.target-interim,
span.language-icon.target-interim {
    background-color: #fff;
    border: 1px solid #4caf50;
    color: #4caf50
}

#lingotek-bulk-grid-form .language-icon.target-interim:hover,
span.language-icon.target-interim:hover {
    border: 1px solid #43a047;
    color: #43a047
}

#lingotek-bulk-grid-form .language-icon.target-ready_interim,
span.language-icon.target-ready_interim {
    background-color: #fff;
    border: 1px solid #2196f3;
    color: #2196f3
}

#lingotek-bulk-grid-form .language-icon.target-ready_interim:hover,
span.language-icon.target-ready_interim:hover {
    border: 1px solid #1e88e5;
    color: #1e88e5
}

#lingotek-bulk-grid-form .language-icon.target-edited,
span.language-icon.target-edited {
    background-color: #ffc107;
    border: 1px solid #ffc107;
    color: #575757
}

#lingotek-bulk-grid-form .language-icon.target-edited:hover,
span.language-icon.target-edited:hover {
    background-color: #ffb300;
    border: 1px solid #ffb300;
    color: #575757
}

#lingotek-bulk-grid-form .language-icon.target-edited_interim,
span.language-icon.target-edited_interim {
    background-color: #fff;
    border: 1px solid #ffc107;
    color: #ffc107
}

#lingotek-bulk-grid-form .language-icon.target-edited_interim:hover,
span.language-icon.target-edited_interim:hover {
    background-color: #fff;
    border: 1px solid #ffb300;
    color: #ffb300
}

#lingotek-bulk-grid-form .language-icon.target-untracked,
span.language-icon.target-untracked {
    background-color: #999;
    border: 1px solid #999
}

#lingotek-bulk-grid-form .language-icon.target-untracked:hover,
span.language-icon.target-untracked:hover {
    background-color: #8c8c8c;
    border: 1px solid #8c8c8c
}

#lingotek-bulk-grid-form .language-icon.target-error,
span.language-icon.target-error {
    background-color: #b71c1c;
    border: 1px solid #b71c1c
}

#lingotek-bulk-grid-form .language-icon.target-error:hover,
span.language-icon.target-error:hover {
    background-color: #9e0303;
    border: 1px solid #9e0303
}

#lingotek-bulk-grid-form .language-icon.target-non-lingotek,
span.language-icon.target-non-lingotek {
    background-color: inherit;
    border: 1px solid #ccc;
    color: #aaa
}

.ltk-complete-check {
    color: green;
    font-size: 150%
}

.ltk-options {
    padding-top: 5px;
    cursor: pointer;
    margin-left: 15px
}

.ltk-force-down {
    position: relative;
    padding-top: 3px;
    font-size: 100%
}

.ltk-upload {
    color: #444
}

.ltk-upload:hover {
    color: #000
}

#lingotek-bulk-grid-form .ltk-download,
span.ltk-download {
    color: #2196f3
}

#lingotek-bulk-grid-form .ltk-download:hover,
span.ltk-download:hover {
    color: #1e88e5
}

.ltk-legend {
    color: #ddd
}

.ltk-legend:hover {
    color: #3479c0
}

#lingotek-bulk-grid-form .ltk-refresh,
span.ltk-refresh {
    color: #f37f16
}

#lingotek-bulk-grid-form .ltk-refresh:hover,
span.ltk-refresh:hover {
    color: #e67209
}

.ltk-muted {
    color: #666
}

.ltk-disabled-icon {
    color: #ddd
}

.ltk-disabled-text {
    color: #666
}

.ltk-enabled-text {
    color: green
}

.notify-filtered-action {
    font-size: 70%;
    padding-left: 30px;
    position: absolute
}

.notify-checked-action {
    font-size: 70%;
    padding-left: 30px;
    position: absolute
}

.no-localized-title,
.no-localized-title a {
    color: #444
}

.lingotek-node-actions,
.lingotek-language-source i {
    font-size: 150%;
    white-space: nowrap
}

.lingotek-node-actions a:hover {
    text-decoration: none;
    color: #00348d
}

a.ltk-action:hover {
    text-decoration: none;
    color: #00348d
}

.ltk-marked-checkbox {
    font-size: 150%;
    white-space: nowrap;
    color: #333;
    cursor: pointer
}

.ltk-marked-checkbox:hover {
    color: #000
}

.node-configuration {
    color: #48C
}

.ltk-hidden-modal-trigger,
#edit-settings-link,
#change-workflow-link {
    display: none
}

.lingotek-progress {
    background-color: #f7f7f7;
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    overflow: hidden;
    position: relative
}

.lingotek-progress .bar {
    -moz-box-sizing: border-box;
    margin: 0;
    background-color: #0e90d2;
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: width .6s ease 0s;
    width: 0
}

.lingotek-progress .percent {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #333;
    font-weight: 700;
    font-size: 100%;
    padding-top: 1px
}

.bold-row td {
    background-color: #ccc
}

.legend-table td {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    height: 26px
}

.legend-table div {
    text-align: center;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px
}

#edit-search-submit {
    border-radius: 0;
    border-top: 1px solid #d2d2d2;
    font-family: 'FontAwesome';
    padding-top: 3px;
    padding-bottom: 4px;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

#edit-search {
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px
}

#more-options {
    transition: .3s
}

.more-options-flip {
    transform: rotateY(180deg)
}

.form-item-search label {
    padding: 0;
    margin: 0
}

#lingotek-admin-additional-translation-settings-form label {
    white-space: pre-wrap
}

#edit-notify-type .form-item-notify-type {
    display: inline;
    margin-left: 1.5em
}

.rteindent1 {
    margin-left: 40px
}

.rteindent2 {
    margin-left: 80px
}

.rteindent3 {
    margin-left: 120px
}

.rteindent4 {
    margin-left: 160px
}

.rteleft {
    text-align: left
}

.rteright {
    text-align: right
}

.rtecenter {
    text-align: center
}

.rtejustify {
    text-align: justify
}

.ibimage_left {
    float: left
}

.ibimage_right {
    float: right
}

#absolute-messages-messages {
    width: 100%;
    position: relative
}

.absolute-messages-message {
    display: none;
    position: relative;
    margin: 0;
    padding: 0;
    color: #735005;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.4em;
    zoom: 1
}

.absolute-messages-message.collapsible:hover {
    cursor: pointer
}

.absolute-messages-message .content {
    margin: 0;
    padding: .5em 1.5em 0;
    border-bottom: .5em solid transparent;
    overflow: hidden
}

.absolute-messages-message .content a {
    text-decoration: underline
}

.absolute-messages-status {
    background-color: #a4c639;
    border-bottom: 1px solid #849b3a;
    color: #546b0a
}

.absolute-messages-status a:link,
.absolute-messages-status a:visited {
    color: #546b0a
}

.absolute-messages-warning {
    background-color: #f4a83d;
    border-bottom: 1px solid #d6800c;
    color: #735005
}

.absolute-messages-warning a:link,
.absolute-messages-warning a:visited {
    color: #735005
}

.absolute-messages-error {
    background-color: #ef393c;
    border-bottom: 1px solid #a30000;
    color: #700
}

.absolute-messages-error a:link,
.absolute-messages-error a:visited {
    color: #700
}

.absolute-messages-actions {
    float: right
}

a.absolute-messages-dismiss,
a.absolute-messages-dismiss-all,
a.absolute-messages-dismiss:hover,
a.absolute-messages-dismiss-all:hover {
    display: block;
    position: absolute;
    top: .8em;
    right: .5em;
    z-index: 10;
    margin: 0;
    padding: 1px 3px;
    font: bold .8em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    line-height: 1em;
    text-decoration: none;
    cursor: pointer
}

.absolute-messages-status .absolute-messages-dismiss {
    border: 2px solid #546b0a;
    background-color: #c2dd68;
    color: #546b0a
}

.absolute-messages-warning .absolute-messages-dismiss {
    border: 2px solid #735005;
    background-color: #fad163;
    color: #735005
}

.absolute-messages-error .absolute-messages-dismiss {
    border: 2px solid #a00;
    background-color: #ff5e5e;
    color: #a00
}

a.absolute-messages-dismiss-all,
a.absolute-messages-dismiss-all:hover {
    border: 2px solid #222;
    background-color: #222;
    color: #ccc
}

#absolute-messages-show {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: transparent #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 1
}

.absolute-messages-show {
    display: block;
    width: 16px;
    height: 16px;
    border-left: 1px solid #666\9;
    border-bottom: 1px solid #666\9
}

noindex:-o-prefocus,
.absolute-messages-show {
    border-left: 1px solid #666;
    border-bottom: 1px solid #666
}

div.codeblock {
    padding: 5px;
    border: 1px solid #CCC;
    background-color: #EEE
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
    cursor: pointer
}

#cboxPrevious:active,
#cboxNext:active,
#cboxClose:active,
#cboxSlideshow:active {
    outline: 0
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

#cboxOverlay {
    background: #000
}

#colorbox {
    outline: 0
}

#cboxWrapper {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

#cboxTopLeft {
    width: 15px;
    height: 15px
}

#cboxTopCenter {
    height: 15px
}

#cboxTopRight {
    width: 15px;
    height: 15px
}

#cboxBottomLeft {
    width: 15px;
    height: 10px
}

#cboxBottomCenter {
    height: 10px
}

#cboxBottomRight {
    width: 15px;
    height: 10px
}

#cboxMiddleLeft {
    width: 15px
}

#cboxMiddleRight {
    width: 15px
}

#cboxContent {
    background: #fff;
    overflow: hidden
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    margin-bottom: 28px
}

#cboxTitle {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    bottom: 28px;
    left: 0;
    color: #535353;
    width: 100%;
    padding: 4px 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 60px;
    color: #949494
}

.cboxSlideshow_on #cboxSlideshow {
    position: absolute;
    bottom: 0;
    right: 30px;
    background: url(/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -75px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -101px -50px
}

.cboxSlideshow_off #cboxSlideshow {
    position: absolute;
    bottom: 0;
    right: 30px;
    background: url(/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -25px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -49px -50px
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -75px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxPrevious:hover {
    background-position: -75px -25px
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -50px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxNext:hover {
    background-position: -50px -25px
}

#cboxLoadingOverlay {
    background: #fff
}

#cboxLoadingGraphic {
    background: url(/sites/all/modules/contrib/colorbox/styles/default/images/loading_animation.gif) no-repeat center center
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -25px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxClose:hover {
    background-position: -25px -25px
}

.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em
}

.ctools-owns-lock {
    background: #ffd none repeat scroll 0 0;
    border: 1px solid #f0c020;
    padding: 1em
}

a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(/sites/all/modules/contrib/ctools/images/status-active.gif) right center no-repeat
}

div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(/sites/all/modules/contrib/ctools/images/status-active.gif) center center no-repeat
}

#edit-openid-identifier {
    background-image: url(/modules/openid/login-bg.png);
    background-position: left 50%;
    background-repeat: no-repeat;
    padding-left: 20px
}

div.form-item-openid-identifier {
    display: block
}

html.js #user-login-form div.form-item-openid-identifier,
html.js #user-login div.form-item-openid-identifier {
    display: none
}

#user-login-form ul {
    margin-top: 0
}

#user-login ul {
    margin: 0 0 5px
}

#user-login ul li {
    margin: 0
}

#user-login-form .openid-links {
    padding-bottom: 0
}

#user-login .openid-links {
    padding-left: 0
}

#user-login-form .openid-links li,
#user-login .openid-links li {
    display: none;
    list-style: none
}

html.js #user-login-form li.openid-link,
html.js #user-login li.openid-link {
    display: block;
    margin-left: 0
}

#user-login-form li.openid-link a,
#user-login li.openid-link a {
    background-image: url(https://www.tizen.org/modules/openid/login-bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 0 0 0 1.5em
}

ul.forum-links li {
    display: inline
}

.forum-node-create-links {
    width: 30%;
    float: left
}

.forum-node-create-links-top {
    clear: both;
    padding-top: 20px
}

.forum-node-create-links .forum-add-node {
    float: left;
    margin-right: 10px
}

.forum-table {
    margin: 0
}

.forum-table-wrap,
.forum-table-topics {
    margin-bottom: 15px;
    clear: both
}

.forum-table-superheader {
    padding: 10px
}

.forum-table-superheader .forum-table-name {
    margin: 5px 0 3px 5px;
    width: 90%;
    display: inline;
    font-size: 1.2em
}

.forum-table-superheader .forum-table-description {
    margin: 0 0 3px 5px;
    width: 90%
}

.forum-table th {
    text-align: left
}

th.forum-name {
    text-align: left
}

th.forum-icon {
    width: 5%
}

td.forum-details .forum-description {
    margin: 0
}

td.forum-details .forum-subforums,
td.forum-details .forum-subcontainers {
    margin-left: 10px
}

th.forum-topics,
th.forum-posts {
    width: 10%;
    text-align: center
}

td.forum-number-topics,
td.forum-number-posts {
    text-align: center
}

th.forum-last-post {
    width: 20%
}

.view-advanced-forum-topic-list .view-empty {
    clear: both;
    margin: 20px 0;
    padding: 10px
}

.forum-table-topics td.views-field-topic-icon {
    width: 26px
}

.forum-table-topics td.views-field-comment-count,
.forum-table-topics td.views-field-totalcount {
    width: 10%
}

.forum-table-topics td.views-field-last-updated {
    width: 30%
}

.forum-table-topics .views-field-title {
    text-align: left
}

.forum-table-topics td.views-field-comment-count,
.forum-table-topics td.views-field-totalcount {
    text-align: center;
    white-space: nowrap
}

.forum-table-topics td.views-field-last-updated {
    line-height: 140%;
    white-space: normal !important
}

.forum-table-topics span.topic-icon {
    display: block
}

#advanced-forum-forum-topic-list-sort-form,
#advanced-forum-forum-topic-list-sort-form input,
#advanced-forum-forum-topic-list-sort-form .form-item {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    vertical-align: center
}

#forum-sort {
    clear: both;
    float: left
}

.forum-tools {
    float: right;
    margin-top: 10px
}

#forum-statistics-header,
.forum-statistics-sub-header {
    padding: .3em .5em
}

.forum-statistics-sub-body {
    padding: .3em .5em 0 2em
}

.forum-list-icon-legend {
    margin-bottom: 30px
}

.forum-list-icon-legend div {
    float: left;
    margin-right: 30px
}

.forum-topic-legend div {
    clear: both;
    float: left;
    padding: 5px 0 5px 25px;
    margin-right: 7px
}

.forum-topic-header {
    margin: 10px 0 2px
}

.forum-topic-header .search-topic {
    float: right
}

.forum-topic-header .topic-post-count {
    clear: right;
    float: right;
    margin: 7px 7px 0 0
}

.forum-topic-header .topic-reply-link,
.forum-topic-header .topic-new-post-link,
.forum-topic-header .last-post-link {
    float: left;
    margin: 0 7px 7px 0
}

.forum-topic-header .reply-count {
    float: right;
    margin: 10px 0 2px
}

div.forum-post {
    margin: 0 0 5px;
    padding: 0
}

.forum-post-wrapper {
    clear: both;
    height: 100%
}

.forum-post-info {
    height: 100%;
    clear: both
}

.forum-posted-on {
    padding: 0 5px;
    float: left;
    font-size: .8em
}

.forum-post-number {
    float: right;
    margin-right: 5px
}

.forum-post-title {
    padding: 1px 1px 1px 10px
}

.forum-post-panel-sub {
    float: left;
    line-height: 100%;
    width: 150px
}

.forum-post-panel-sub .author-pane {
    margin: 10px
}

.forum-post-panel-sub .author-pane .author-name {
    font-size: 120%
}

.forum-post-panel-sub .author-pane .picture {
    float: none;
    padding-left: 0;
    margin: 2px 0 10px
}

.forum-post-panel-sub .author-pane .picture img {
    padding: 5px
}

.forum-post-panel-sub .author-pane .author-pane-section {
    margin-bottom: 10px
}

.forum-post-panel-sub .author-pane .author-pane-line {
    margin-bottom: 7px
}

.forum-post-panel-main {
    margin-left: 150px;
    min-height: 230px;
    height: auto !important;
    height: 230px
}

.forum-post-panel-main .forum-post-content {
    padding-top: 2px
}

.forum-post-panel-main .post-title,
.forum-post-panel-main .forum-post-content {
    margin-left: 0;
    padding-left: 10px
}

.forum-post-panel-main p {
    margin-right: 10px
}

.author-signature {
    margin: 10px 0 5px 10px
}

.post-edited {
    margin: 10px
}

.forum-post-footer {
    margin-top: 0;
    clear: both
}

.forum-jump-links {
    float: left;
    line-height: 2em;
    margin: 5px
}

.forum-post-links {
    float: right;
    line-height: 2em;
    text-align: right;
    margin: 10px 0 5px 5px
}

.forum-post-links ul.links li {
    display: block;
    float: left
}

.forum-post-links ul.links li.flag-forum_comment_answer {
    display: block;
    padding-top: 3px
}

.forum-top-post-footer {
    margin: 10px 0;
    padding: 5px
}

#comments.forum-comment-wrapper {
    margin-top: 0
}

.forum-comment-wrapper .box {
    clear: both
}

#search-all-forums {
    float: right
}

#search-single-forum {
    float: left
}

#advanced-forum-search-forum,
.forum-topic-header #advanced-forum-search-topic {
    margin: 0;
    padding: 14px 0 0
}

#advanced-forum-search-forum input,
.forum-topic-header #advanced-forum-search-topic input {
    margin: 0;
    padding: 0
}

.forum-topic-header #advanced-forum-search-topic {
    margin-bottom: 10px
}

.view-avf-search .views-row,
.view-avf-search-topic .views-row {
    margin-bottom: 2em
}

.forum-search-result {
    margin-bottom: 10px
}

.forum-table {
    border: 1px solid #c1c1c1
}

.forum-table-wrap .forum-table-superheader,
.forum-table-topics thead tr {
    border: 1px solid #c1c1c1;
    background: #ddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ddd));
    background: -moz-linear-gradient(top, #f5f5f5, #ddd);
    color: #333
}

.forum-table-superheader .forum-table-name,
.forum-table-superheader .forum-table-name a {
    color: #333;
    font-weight: 700;
    color: #333;
    font-weight: 700;
    border-bottom: none
}

.forum-table-wrap thead tr {
    background-color: #f5f5f5;
    border: 1px solid #c1c1c1
}

.forum-table thead tr a,
.forum-table thead tr a:visited,
.forum-table thead tr a:link {
    color: #333;
    font-weight: 700
}

.forum-table thead th {
    border-bottom: none
}

.forum-table tr.even,
.forum-table tr.odd {
    border-top: 1px solid #c1c1c1;
    background: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ddd));
    background: -moz-linear-gradient(top, #f5f5f5, #ddd)
}

.forum-table tr.even td.active,
.forum-table tr.odd td.active {
    background-color: transparent
}

.forum-table td {
    border: 1px solid #c1c1c1
}

.view-advanced-forum-topic-list .view-empty {
    border: 3px solid #c1c1c1
}

.forum-table tr.forum-last-sticky {
    border-bottom: 10px solid #c1c1c1
}

.forum-table .sticky-label {
    font-weight: 700
}

#forum-statistics {
    border: 1px solid #c1c1c1
}

#forum-statistics-header {
    border-top: 1px solid #c1c1c1;
    background: #ddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ddd));
    background: -moz-linear-gradient(top, #efefef, #ddd);
    color: #333;
    font-weight: 700
}

.forum-statistics-sub-header {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    font-weight: 700
}

.forum-statistics-sub-body {
    background-color: #f5f5f5
}

div.forum-post {
    border: 1px solid #c1c1c1
}

.forum-post-info {
    border-top: 1px solid #fafafa;
    background: #ddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ddd));
    background: -moz-linear-gradient(top, #efefef, #ddd);
    color: #333;
    font-weight: 700;
    border-bottom: 1px solid #c1c1c1
}

.forum-posted-on {
    font-weight: 700
}

.forum-post-number a {
    color: #333 !important
}

.forum-post-wrapper {
    background-color: #f5f5f5
}

.forum-post-panel-sub .author-pane .author-name {
    font-weight: 700
}

.forum-post-panel-sub .author-pane .picture img {
    border: 1px solid #c1c1c1;
    background-color: #fff
}

.forum-post-panel-sub .author-pane .author-pane-label {
    font-weight: 700
}

.forum-post-panel-main {
    border-left: 1px solid #c1c1c1;
    background-color: #fafafa
}

.forum-post-title {
    font-weight: 700;
    border-bottom: 1px solid #c1c1c1
}

.author-signature {
    font-size: .8em
}

.forum-post-footer {
    border-top: 1px solid #c1c1c1
}

.forum-jump-links {
    border-right: none
}

.forum-top-post-footer {
    border: 1px solid #c1c1c1;
    background: #ddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ddd));
    background: -moz-linear-gradient(top, #f5f5f5, #ddd)
}

.forum-topic-navigation {
    border: 1px solid #c1c1c1;
    background: #ddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ddd));
    background: -moz-linear-gradient(top, #f5f5f5, #ddd)
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body.toolbar #page .stuck {
    top: 90px
}

body.toolbar #page .subnav-jump {
    top: 55px
}

#page,
.region-bottom {
    margin-left: auto;
    margin-right: auto;
    max-width: 1145px
}

#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible
}

#header,
#main,
#footer {
    *position: relative;
    *zoom: 1;
}

#header:before,
#header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
    content: "";
    display: table
}

#header:after,
#main:after,
#footer:after {
    clear: both
}

@media all {
    #main {
        position: relative
    }

    h1#mobile-site-name {
        position: absolute;
        margin: 0;
        padding: 0;
        top: 11px
    }

    nav.breadcrumb {
        margin: 0;
        min-height: 39px
    }

    footer .footer-middle .block {
        clear: left
    }

    #footer {
        padding-bottom: 3em
    }

    .sidebar-first:before {
        position: absolute
    }
}

@media all and (max-width:480px) {
    h1#mobile-site-name {
        left: 14px
    }

    nav.breadcrumb {
        padding: 0 14px
    }

    #page {
        min-width: 300px
    }

    #content {
        padding: 14px
    }

    .sidebar-first .region-sidebar-first {
        float: left;
        width: 100%;
        margin-left: 0;
        margin-right: -26%;
        padding: 14px
    }

    .sidebar-second .region-sidebar-second {
        float: left;
        clear: left;
        width: 100%;
        margin-left: 0;
        margin-right: -26%;
        padding: 14px
    }

    footer .footer-middle {
        clear: both
    }

    footer .footer-middle .footer-left {
        float: left;
        width: 100%;
        clear: both
    }

    footer .footer-middle .footer-left .block {
        clear: left
    }

    footer .footer-middle .footer-right {
        float: left;
        width: 100%;
        clear: both
    }

    footer .footer-middle .footer-right .region-footer-right {
        padding-top: 5px
    }

    footer .footer-middle .footer-right .block {
        clear: left
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    h1#mobile-site-name {
        left: 14px
    }

    nav.breadcrumb {
        padding: 0 14px
    }

    #content {
        padding: 14px
    }

    .sidebar-first #content {
        width: 100%
    }

    .sidebar-first .region-sidebar-first {
        float: left;
        width: 100%;
        margin-left: 0;
        margin-right: -26%;
        padding: 14px
    }

    .sidebar-second #content {
        float: left;
        padding: 14px
    }

    .sidebar-second .region-sidebar-second {
        float: left;
        clear: left;
        width: 100%;
        margin-left: 0;
        margin-right: -26%;
        padding: 14px
    }

    .two-sidebars #content {
        float: left
    }

    .two-sidebars .region-sidebar-first {
        float: left;
        width: 100%;
        margin-left: 0;
        margin-right: -26%;
        padding: 14px
    }

    .two-sidebars .region-sidebar-second {
        float: left;
        clear: left;
        width: 100%;
        margin-left: 0;
        margin-right: -26%;
        padding: 14px;
        *position: relative;
        *zoom: 1;
    }

    .two-sidebars .region-sidebar-second:before,
    .two-sidebars .region-sidebar-second:after {
        content: "";
        display: table
    }

    .two-sidebars .region-sidebar-second:after {
        clear: both
    }

    .two-sidebars .region-sidebar-second .block {
        padding-left: 10px;
        padding-right: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        _display: inline;
        _overflow: hidden;
        _overflow-y: visible
    }

    footer .footer-middle {
        clear: both
    }

    footer .footer-middle .footer-left {
        float: left;
        width: 100%;
        clear: both
    }

    footer .footer-middle .footer-left .block {
        clear: left
    }

    footer .footer-middle .footer-right {
        float: left;
        width: 100%;
        clear: both
    }

    footer .footer-middle .footer-right .block {
        clear: left
    }
}

@media all and (min-width:769px) {
    nav.breadcrumb {
        padding: 0 28px
    }

    #utility-nav {
        padding: 0 28px
    }

    #header {
        height: 140px;
        padding: 30px 28px 35px
    }

    #header:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

    #content {
        padding: 28px
    }

    /* .sidebar-first #content {
        float: left;
        width: 74%;
        margin-left: 26%;
        margin-right: -100%
    } */

    .sidebar-first .region-sidebar-first {
        float: left;
        width: 26%;
        margin-left: 0;
        margin-right: -26%;
        padding: 28px 0 28px 28px
    }

    .sidebar-second #content {
        float: left;
        width: 74%;
        margin-left: 0;
        margin-right: -74%
    }

    .sidebar-second .region-sidebar-second {
        float: left;
        width: 26%;
        margin-left: 74%;
        margin-right: -100%;
        padding: 28px 28px 28px 0
    }

    .two-sidebars #content {
        float: left;
        width: 60%;
        margin-left: 20%;
        margin-right: -80%
    }

    .two-sidebars .region-sidebar-first {
        float: left;
        width: 20%;
        margin-left: 0;
        margin-right: -20%
    }

    .two-sidebars .region-sidebar-second {
        float: left;
        width: 20%;
        margin-left: 80%;
        margin-right: -100%
    }

    footer .footer-middle {
        clear: both
    }

    footer .footer-middle .footer-left {
        float: left;
        width: 750px;
        margin: 15px
    }

    footer .footer-middle .footer-left .block {
        clear: left
    }

    footer .footer-middle .footer-right {
        float: left;
        width: 300px;
        margin: 15px
    }

    footer .footer-middle .footer-right .block {
        clear: left
    }
}

@font-face {
    font-family: 'MuseoSans-700';
    src: url(/wp-content/themes/tizentheme/webfonts/244CBE_0_0.eot);
    src: url(/wp-content/themes/tizentheme/webfonts/244CBE_0_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/tizentheme/webfonts/244CBE_0_0.woff) format('woff'), url(/wp-content/themes/tizentheme/webfonts/244CBE_0_0.ttf) format('truetype')
}

@font-face {
    font-family: 'MuseoSans-300';
    src: url(/wp-content/themes/tizentheme/webfonts/244CBE_1_0.eot);
    src: url(/wp-content/themes/tizentheme/webfonts/244CBE_1_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/tizentheme/webfonts/244CBE_1_0.woff) format('woff'), url(/wp-content/themes/tizentheme/webfonts/244CBE_1_0.ttf) format('truetype')
}

@font-face {
    font-family: 'MuseoSans-900Italic';
    src: url(/wp-content/themes/tizentheme/webfonts/244CBE_2_0.eot);
    src: url(/wp-content/themes/tizentheme/webfonts/244CBE_2_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/tizentheme/webfonts/244CBE_2_0.woff) format('woff'), url(/wp-content/themes/tizentheme/webfonts/244CBE_2_0.ttf) format('truetype')
}

@font-face {
    font-family: 'MuseoSans-500';
    src: url(/wp-content/themes/tizentheme/webfonts/244CBE_3_0.eot);
    src: url(/wp-content/themes/tizentheme/webfonts/244CBE_3_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/tizentheme/webfonts/244CBE_3_0.woff) format('woff'), url(/wp-content/themes/tizentheme/webfonts/244CBE_3_0.ttf) format('truetype')
}

@font-face {
    font-family: 'MuseoSans-100';
    src: url(/wp-content/themes/tizentheme/webfonts/244CBE_4_0.eot);
    src: url(/wp-content/themes/tizentheme/webfonts/244CBE_4_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/tizentheme/webfonts/244CBE_4_0.woff) format('woff'), url(/wp-content/themes/tizentheme/webfonts/244CBE_4_0.ttf) format('truetype')
}

@font-face {
    font-family: 'MuseoSans-700Italic';
    src: url(/wp-content/themes/tizentheme/webfonts/244CBE_5_0.eot);
    src: url(/wp-content/themes/tizentheme/webfonts/244CBE_5_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/tizentheme/webfonts/244CBE_5_0.woff) format('woff'), url(/wp-content/themes/tizentheme/webfonts/244CBE_5_0.ttf) format('truetype')
}

@font-face {
    font-family: 'MuseoSans-300Italic';
    src: url(/wp-content/themes/tizentheme/webfonts/244CBE_6_0.eot);
    src: url(/wp-content/themes/tizentheme/webfonts/244CBE_6_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/tizentheme/webfonts/244CBE_6_0.woff) format('woff'), url(/wp-content/themes/tizentheme/webfonts/244CBE_6_0.ttf) format('truetype')
}

@font-face {
    font-family: 'MuseoSans-100Italic';
    src: url(/wp-content/themes/tizentheme/webfonts/244CBE_7_0.eot);
    src: url(/wp-content/themes/tizentheme/webfonts/244CBE_7_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/tizentheme/webfonts/244CBE_7_0.woff) format('woff'), url(/wp-content/themes/tizentheme/webfonts/244CBE_7_0.ttf) format('truetype')
}

@font-face {
    font-family: 'MuseoSans-500Italic';
    src: url(/wp-content/themes/tizentheme/webfonts/244CBE_8_0.eot);
    src: url(/wp-content/themes/tizentheme/webfonts/244CBE_8_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/tizentheme/webfonts/244CBE_8_0.woff) format('woff'), url(/wp-content/themes/tizentheme/webfonts/244CBE_8_0.ttf) format('truetype')
}

@font-face {
    font-family: 'MuseoSans-900';
    src: url(/wp-content/themes/tizentheme/webfonts/244CBE_9_0.eot);
    src: url(/wp-content/themes/tizentheme/webfonts/244CBE_9_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/tizentheme/webfonts/244CBE_9_0.woff) format('woff'), url(/wp-content/themes/tizentheme/webfonts/244CBE_9_0.ttf) format('truetype')
}

body.toolbar #page .stuck {
    top: 90px
}

body.toolbar #page .subnav-jump {
    top: 55px
}

@font-face {
    font-family: 'Conv_Tizen';
    src: url(/wp-content/themes/tizentheme/fonts/Tizen.otf);
    src: url(/wp-content/themes/tizentheme/fonts/Tizen.eot);
    src: local('☺'), url(/wp-content/themes/tizentheme/fonts/Tizen.ttf) format('truetype'), url(/wp-content/themes/tizentheme/fonts/Tizen.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'tizen_iconography';
    src: url(/wp-content/themes/tizentheme/fonts/tizen_iconography.eot);
    src: url(/wp-content/themes/tizentheme/fonts/tizen_iconography.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/tizentheme/fonts/tizen_iconography.svg#tizen_iconography) format('svg'), url(/wp-content/themes/tizentheme/fonts/tizen_iconography.woff) format('woff'), url(/wp-content/themes/tizentheme/fonts/tizen_iconography.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

html {
    font-size: 87.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.5
}

body {
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-smooth: never;
    -webkit-font-smoothing: antialiased;
    color: #596874
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility;
    font-weight: 400;
    margin: 10px 0;
    color: #191919
}

h1 {
    color: #eed484
}

h1.title {
    font-size: 2.2em;
    color: #2a3c4a
}

h2 {
    font-size: 1.5em;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    margin-top: 40px
}

h3 {
    font-size: 1.2em
}

h4 {
    font-size: 1em;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif
}

h2 .numbered-header {
    padding-top: 1em;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    color: #2a3c4a;
    border-bottom: 2px solid #1d9cd8;
    line-height: 1.1em;
    overflow: hidden
}

h2 .numbered-header .span-numbered-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    background-color: #1d9cd8;
    color: #fff;
    padding: 4px 8px 3px
}

h3 .numbered-header,
h4 .numbered-header,
h5 .numbered-header,
h6 .numbered-header {
    padding-top: 1em;
    overflow: hidden
}

h3 .numbered-header .span-numbered-header,
h4 .numbered-header .span-numbered-header,
h5 .numbered-header .span-numbered-header,
h6 .numbered-header .span-numbered-header {
    border-radius: 3px;
    letter-spacing: .1em;
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    background-color: #c6e4f2;
    color: #2a3c4a;
    padding: 4px 6px 1px
}

h2.section-header {
    border-bottom: 2px solid #2989c3
}

hr.dashed {
    border: 0;
    border-bottom: 1px dashed #cfcfcf;
    margin: 20px 0 10px;
    clear: left
}

.item-list ul,
.item-list ol {
    margin: 1em 0;
    padding: 0
}

.item-list ul li,
.item-list ol li {
    margin: 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.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
}

#main {
    padding-bottom: 30px
}

#main:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#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
}

body {
    background-color: #e8e9e9
}

body a,
body a:link,
body a:active,
body a:visited {
    text-decoration: none;
    cursor: pointer;
    color: #248bd1
}

body a:active,
body a.active-trail,
body a.active {
    color: #eed484
}

body a:hover {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-decoration: underline;
    cursor: pointer;
    color: #248bd1
}

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: .9333em;
    padding: 3px 12px 1px;
    margin: 0 10px 8px 0;
    background-color: #a9e1f6;
    color: #2a3c4a
}

body a.blue-pill:hover {
    background-color: #5ccbf6;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
    border: 1px solid #fff;
    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: .9333em;
    padding: 3px 12px 1px;
    margin: 0 10px 8px 0;
    clear: left;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6)
}

body a.white-pill,
body a.white-pill:link,
body a.white-pill:active,
body a.white-pill:visited {
    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 .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-decoration: underline;
    cursor: pointer;
    color: #2a3c4a
}

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: .9333em;
    padding: 3px 12px 1px;
    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(/wp-content/themes/tizentheme/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: #fff !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(/wp-content/themes/tizentheme/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: #fff !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 {
    text-transform: uppercase;
    color: #59315f;
    font-size: .92857143em;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    background-image: url(/wp-content/themes/tizentheme/images/icons/arrows/purple_right.png);
    background-position: right top;
    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,
#utility-nav a:visited {
    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 .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-decoration: none;
    cursor: pointer;
    color: #eed484
}

#header {
    background: #000 url(/wp-content/themes/tizentheme/images/background-pattern.jpg) repeat 0 0
}

#page {
    background-color: #fff
}

.node-unpublished {
    background-color: transparent
}

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
}

footer {
    background: #000 url(/wp-content/themes/tizentheme/images/background-pattern.jpg) repeat 0 0;
    font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif
}

footer div.footer-row,
footer #copyright {
    padding: 0 15px
}

footer div.footer-top {
    padding-top: 30px;
    background: transparent url(/wp-content/themes/tizentheme/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(/wp-content/themes/tizentheme/images/copyright_bg.png) no-repeat top center;
    background-size: 100% 2.78571429em
}

#copyright a,
#copyright a:link {
    color: #c4c8ca
}

#block-boxes-footer-message {
    color: #677784;
    text-align: center;
    font-size: .85714286em;
    padding: 1.66666667em 10% 0
}

#block-boxes-footer-message p {
    margin: 0;
    line-height: 1.5em
}

#block-menu-menu-footer-links {
    font-size: .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: #fff
}

#block-menu-menu-footer-links ul li:first-child:before {
    content: ''
}

#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;
    margin: 0 0 3px
}

#boxes-box-developer_footer_links .boxes-box-content a {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 7px 0 7px 40px !important;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #767676
}

#boxes-box-developer_footer_links .boxes-box-content a[href*="twitter.com"] {
    background-image: url(/wp-content/themes/tizentheme/images/follow_icons/icon-twitter.png)
}

#boxes-box-developer_footer_links .boxes-box-content a[href*="www.facebook.com/pages"] {
    background-image: url(/wp-content/themes/tizentheme/images/follow_icons/icon-facebook.png)
}

#boxes-box-developer_footer_links .boxes-box-content a[href*="www.flickr.com"] {
    background-image: url(/wp-content/themes/tizentheme/images/follow_icons/icon-flickr.png)
}

#boxes-box-developer_footer_links .boxes-box-content a[href*="plus.google.com/u"] {
    background-image: url(/wp-content/themes/tizentheme/images/follow_icons/icon-googleplus.png)
}

#boxes-box-developer_footer_links .boxes-box-content a[href*="bugs.tizen.org"] {
    background-image: url(/wp-content/themes/tizentheme/images/follow_icons/icon-bugtracker.png)
}

#boxes-box-developer_footer_links .boxes-box-content [href*="www.tizen.org/community/bug-tracker"] {
    background-image: url(/wp-content/themes/tizentheme/images/follow_icons/icon-bugtracker.png)
}

#boxes-box-developer_footer_links .boxes-box-content a[href*="lists.tizen.org"] {
    background-image: url(/wp-content/themes/tizentheme/images/follow_icons/icon-newsletter.png)
}

#boxes-box-developer_footer_links .boxes-box-content a[href*="wiki.tizen.org"] {
    background-image: url(/wp-content/themes/tizentheme/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(/wp-content/themes/tizentheme/images/follow_icons/icon-updated.png)
}

#boxes-box-developer_footer_links .boxes-box-content a[href*="www.tizenstore.com"] {
    background-image: url(/wp-content/themes/tizentheme/images/follow_icons/icon-tizenstore.png)
}

.view .view-content th.views-field.active img {
    display: none
}

.view .view-content th.views-field a.active {
    background-image: url(/wp-content/themes/tizentheme/images/icons/arrows/blue_down.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px
}

#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: .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: .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(/wp-content/themes/tizentheme/images/icons/arrows/purple_right.png) no-repeat right center transparent;
    font-size: .92857143em;
    display: block;
    padding: 6px 15px 4px 0;
    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,
#block-views-events-block-1 .view-events .more-link a:visited {
    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 .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-decoration: underline;
    cursor: pointer;
    color: #59315f
}

#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.form-text {
    background-color: #fff;
    border: 1px solid #7c8890;
    -webkit-box-shadow: inset 0px 1px 5px rgba(18, 18, 18, 0.27);
    -moz-box-shadow: inset 0px 1px 5px rgba(18, 18, 18, 0.27);
    box-shadow: inset 0px 1px 5px rgba(18, 18, 18, 0.27);
    max-width: 98%;
    padding: 5px
}

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

button:disabled,
html input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
.comment-form .form-actions input:disabled {
    -moz-opacity: .5;
    -khtml-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5
}

select.timezone-detect.timezone-processed {
    min-width: 200px
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 7px 12px 4px;
    margin-right: 10px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #238bd1;
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmMzE0OSIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, rgba(47, 50, 74, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    background-image: -o-linear-gradient(bottom, rgba(47, 50, 74, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(47, 50, 74, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    background-image: linear-gradient(bottom, rgba(47, 50, 74, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    color: #fff;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif, sans-serif;
    font-size: .928571429em;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.43);
    border: 0
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #7c8890;
    text-decoration: none
}

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(/wp-content/themes/tizentheme/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(/wp-content/themes/tizentheme/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(/wp-content/themes/tizentheme/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: .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;
    background-image: -moz-linear-gradient(bottom, rgba(47, 50, 74, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    background-image: -o-linear-gradient(bottom, rgba(47, 50, 74, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(47, 50, 74, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    background-image: linear-gradient(bottom, rgba(47, 50, 74, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    text-shadow: none
}

form.node-form .form-field-name-field-reviewer .table-wrapper {
    overflow-x: visible
}

nav.breadcrumb {
    -moz-box-shadow: 0 1px 0 rgba(218, 220, 221, 0.83);
    -webkit-box-shadow: 0 1px 0 rgba(218, 220, 221, 0.83);
    box-shadow: 0 1px 0 rgba(218, 220, 221, 0.83);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTVlNyIgc3RvcC1vcGFjaXR5PSIwLjQ5Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjQ5Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, rgba(228, 230, 231, 0.49) 0%, rgba(255, 255, 255, 0.49) 100%);
    background-image: -o-linear-gradient(bottom, rgba(228, 230, 231, 0.49) 0%, rgba(255, 255, 255, 0.49) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(228, 230, 231, 0.49) 0%, rgba(255, 255, 255, 0.49) 100%);
    background-image: linear-gradient(bottom, rgba(228, 230, 231, 0.49) 0%, rgba(255, 255, 255, 0.49) 100%)
}

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: .42857143em 0
}

nav.breadcrumb li {
    display: inline-block;
    margin-right: .28571429em;
    padding: .28571429em .28571429em .28571429em 0
}

nav.breadcrumb li a {
    margin-right: .28571429em;
    display: inline-block
}

nav.breadcrumb li a:active,
nav.breadcrumb li a.active-trail,
nav.breadcrumb li a.active {
    color: #248bd1
}

nav.breadcrumb li span.separator {
    font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 1.71428571em;
    line-height: .58333333em;
    display: block;
    float: right;
    margin-left: .16666667em;
    padding-top: .125em;
    color: #b0b0b0
}

nav.breadcrumb {
    display: none
}

nav.breadcrumb#mobile {
    display: block
}

div.content,
div.region-help,
div.content-top {
    clear: left
}

ul.tabs.primary {
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    height: 24px;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif, sans-serif;
    font-size: .9em
}

ul.tabs.primary li {
    list-style: none;
    line-height: 1em;
    float: left
}

ul.tabs.primary li a {
    display: block;
    float: left;
    line-height: 1em;
    padding: 9px 16px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 4px 4px 0;
    background-color: #eaeaea;
    text-transform: uppercase;
    color: #78838c
}

ul.tabs.primary li a:hover {
    background-color: #a9e1f6
}

ul.tabs.primary li a:hover {
    text-decoration: none;
    color: #2a3c4a
}

ul.tabs.primary li a.active {
    color: #2a3c4a;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    background-color: #dbdbdb
}

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: .9333em;
    padding: 3px 12px 1px;
    margin: 0 10px 8px 0;
    background-color: #a9e1f6;
    color: #2a3c4a;
    font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    color: #555
}

ul.tabs.secondary li a:hover {
    background-color: #5ccbf6;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
    border: 1px solid #fff;
    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
}

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: .9333em;
    padding: 3px 12px 1px;
    margin: 0 10px 8px 0;
    background-color: #a9e1f6;
    color: #2a3c4a;
    margin-top: -2px
}

p.submitted .comment-count:hover {
    background-color: #5ccbf6;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
    border: 1px solid #fff;
    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: #248bd1
}

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: .9333em;
    padding: 3px 12px 1px;
    margin: 0 10px 8px 0;
    background-color: #a9e1f6;
    color: #2a3c4a;
    text-transform: uppercase;
    font-size: 1em
}

body.node-type-blog-entry .print-link a:hover {
    background-color: #5ccbf6;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
    border: 1px solid #fff;
    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: 700
}

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 .field-name-upload {
    padding-bottom: 10px
}

body.node-type-documentation .field-name-upload:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

body.node-type-documentation .field-name-upload .field-items .field-item {
    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: .9333em;
    padding: 3px 12px 1px;
    margin: 0 10px 8px 0;
    background-color: #a9e1f6;
    color: #2a3c4a
}

body.node-type-documentation .field-name-upload .field-items .field-item:hover {
    background-color: #5ccbf6;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
    border: 1px solid #fff;
    text-decoration: none
}

body.node-type-documentation .field-name-upload .field-items .field-item img.file-icon {
    display: none
}

body.node-type-documentation .documentation-taxonomy-fields {
    float: left
}

body.node-type-documentation .links-comments,
body.node-type-documentation .node.no-comments .links-comments {
    border-top: 1px dashed #cdcdcd;
    padding-top: 15px
}

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 {
    float: right;
    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: 15px;
    border-top: 1px dashed #cdcdcd;
    padding: 15px 0
}

body.node-type-documentation #feedback-form-wrapper form {
    clear: left
}

body.node-type-documentation #feedback-form-wrapper form input.form-submit {
    background-color: #7c8890
}

body.node-type-documentation #feedback-form-wrapper form input.form-submit.hastext {
    background-color: #238bd1
}

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: 400;
    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 .page-links {
    float: right;
    border-top: 0;
    border-bottom: 0;
    padding: 0
}

body.node-type-documentation .documentation-navigation .page-links .page-next,
body.node-type-documentation .documentation-navigation .page-links .page-previous {
    width: auto;
    display: inline;
    float: none;
    text-transform: uppercase
}

body.node-type-documentation .documentation-navigation .page-links .page-previous {
    background-image: url(/wp-content/themes/tizentheme/images/icons/arrows/purple_left.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    padding-right: 5px
}

body.node-type-documentation .documentation-navigation .page-links .page-next {
    background-image: url(/wp-content/themes/tizentheme/images/icons/arrows/purple_right.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px;
    padding-left: 5px
}

body.node-type-documentation .field-name-field-more-info {
    text-align: right;
    margin: 10px 0
}

.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 {
    text-transform: uppercase;
    color: #59315f;
    font-size: .92857143em;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    background-image: url(/wp-content/themes/tizentheme/images/icons/arrows/purple_right.png);
    background-position: right top;
    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(/wp-content/themes/tizentheme/images/pager-previous.png) no-repeat 0px -34px
}

div.view-blogs.view-display-id-archive div.date-nav li.date-next a {
    background: url(/wp-content/themes/tizentheme/images/pager-next.png) no-repeat 0px -34px;
    right: 0
}

.comments-disabled {
    color: #7d8089;
    padding: 5px 0
}

.comments-disabled .info-icon {
    float: left;
    color: #cdcdcd;
    font-family: 'tizen_iconography';
    font-style: normal;
    font-weight: 400;
    -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: .9333em;
    padding: 3px 12px 1px;
    margin: 0 10px 8px 0;
    background-color: #a9e1f6;
    color: #2a3c4a;
    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: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
    border: 1px solid #fff;
    text-decoration: 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: .9333em;
    padding: 3px 12px 1px;
    margin: 0 10px 8px 0;
    background-color: #a9e1f6;
    color: #2a3c4a;
    text-transform: uppercase
}

article.comment ul.links a:hover {
    background-color: #5ccbf6;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
    border: 1px solid #fff;
    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
}

.view .views-exposed-form select {
    max-width: 100px
}

.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: 8px 4px 4px 12px
}

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

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
}

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

.view:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.view .item-list ul.pager {
    float: left
}

.view .item-list ul.pager li {
    margin: 0;
    padding: 0;
    float: left;
    height: 30px;
    width: 27px;
    display: block;
    font-size: 1.14285714em
}

.view .item-list ul.pager li a {
    height: 30px;
    width: 27px;
    float: left
}

.view .item-list ul.pager li.pager-item,
.view .item-list ul.pager li.pager-current {
    padding: 5px 0
}

.view .item-list ul.pager li.page-current {
    font-weight: 400
}

.view .item-list ul.pager li.pager-first a {
    background: url(/wp-content/themes/tizentheme/images/pager-first-last.png) no-repeat 0px -34px;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr
}

.view .item-list ul.pager li.pager-previous a {
    background: url(/wp-content/themes/tizentheme/images/pager-previous.png) no-repeat 0px -34px;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr
}

.view .item-list ul.pager li.pager-next a {
    background: url(/wp-content/themes/tizentheme/images/pager-next.png) no-repeat 0px -34px;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr
}

.view .item-list ul.pager li.pager-last a {
    background: url(/wp-content/themes/tizentheme/images/pager-first-last.png) no-repeat top center;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr
}

.page-user .profile .field {
    float: left;
    clear: left
}

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

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

div.content article table,
div.content .view-content table.views-table,
.page-node-moderation div.content table,
body.cke_editable table {
    border: solid .85714286em #efefef;
    background: #fff;
    margin-bottom: 1.5em
}

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: solid 1px #e8e8e8;
    padding: .57142857em .71428571em;
    word-break: normal
}

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,
div.content article table th.active,
div.content .view-content table.views-table th.active,
.page-node-moderation div.content table th.active,
body.cke_editable table th.active {
    background-color: #f1faff
}

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 {
    font-weight: 400;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    color: #414042;
    font-size: 1.14285714em;
    text-transform: uppercase;
    background: #dbf3ff;
    border: 1px solid #a7d4e9;
    border-bottom: 2px solid #248bd1;
    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 {
    color: #248bd1
}

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: 20px 10px;
    font-size: .85714286em
}

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: #fff
}

div.content article table tr:hover,
div.content .view-content table.views-table tr:hover,
.page-node-moderation div.content table tr:hover,
body.cke_editable table tr:hover {
    background: #fffbf0
}

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

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: #f1f2ed;
    border: 1px solid #d7d7d7
}

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
}

.boxes-box-controls {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0
}

.boxes-box-controls li {
    border: 1px solid #888;
    padding: 2px
}

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
}

body.cke_contents_ltr,
body.cke_contents_rtl {
    padding: 0 10px
}

table.fc-header {
    position: relative;
    margin-top: 30px;
    font-size: .857142857em
}

table.fc-header td.fc-header-center {
    position: absolute;
    top: -35px;
    left: 2px
}

#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 {
    background-color: #e0eef5;
    border: 1px solid #dedede;
    padding: 20px
}

.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(/wp-content/themes/tizentheme/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(/wp-content/themes/tizentheme/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;
    text-indent: -99999px;
    position: absolute;
    left: -20px
}

.workbench-info-block-full .workbench-info-block .progress-bar .complete .indicator {
    background: #b0e4f9;
    border: 1px solid #63a0c6;
    -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: 700;
    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: .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: .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: 0 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;
    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;
    font-size: .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 0;
    background-repeat: no-repeat;
    color: #fff;
    height: 25px;
    display: block;
    text-align: center;
    float: left;
    padding-right: 10px;
    width: 22px;
    font-size: .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(/wp-content/themes/tizentheme/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(/wp-content/themes/tizentheme/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: 400;
    font-size: 40px;
    -webkit-font-smoothing: antialiased;
    speak: none;
    text-align: center;
    color: #248bd1
}

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 ''
}

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 {
    position: absolute;
    top: -46px;
    left: -310px;
    z-index: 2
}

body.page-404 #main #content .content .header-404 {
    position: relative;
    z-index: 1
}

body.page-404 #main #content .content .header-404 h1 {
    position: relative;
    top: 5px;
    left: 66px;
    border-bottom: 2px dashed #d4d4d4;
    color: #cfd2d4;
    font-size: 178pt;
    line-height: 115pt;
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    margin: 0;
    white-space: nowrap
}

body.page-404 #main #content .content .header-404 h2 {
    margin-top: 10px;
    padding-left: 230px;
    color: #63676a;
    font-family: 'MuseoSans-500', 'Malgun Gothic', Helvetica, Arial, sans-serif;
    font-size: 1.285714286em;
    margin-bottom: 15px
}

body.page-404 #main #content .content .description-404 {
    position: relative;
    z-index: 3;
    padding-left: 230px;
    min-width: 224px;
    font-size: 12px;
    color: #63676a
}

body.page-404 #main #content .content .description-404 dt {
    font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif
}

body.page-404 #main #content .content .description-404 dd {
    margin-left: 0;
    padding-bottom: 10px
}

.ux-guidelines .ux-guide-item {
    float: left;
    margin-bottom: 40px;
    width: 240px
}

.ux-guidelines .ux-guide-item .dynamicbox {
    width: 240px;
    height: 240px;
    background-color: #fff;
    position: relative;
    border: 1px solid #ebebeb;
    box-shadow: 0px 2px 3px #ddd;
    -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;
    -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: #000;
    opacity: .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: #fff;
    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: #fff
}

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

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

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: #596874;
    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: #248bd1
}

div.content .view-os-features .views-row a:hover,
div.content .view-os-features .views-row a:visited,
div.content .view-os-features .views-row a:active {
    text-decoration: none;
    color: #596874
}

.view-os-feature-categories a {
    text-transform: capitalize
}

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

a.colorbox.init-colorbox-processed:after {
    display: block;
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    right: 0;
    top: 0;
    background: transparent url(/wp-content/themes/tizentheme/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
}

.col,
.three-column,
.two-column {
    border: 0 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
}

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

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

@media(min-width:768px) {
    .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
    }

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

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

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

    .chart-diagram ul li.chart-subsection {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

.chart-diagram ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 0 !important;
    padding-left: 0 !important
}

.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: 700
}

.chart-diagram br {
    display: none
}

.chart-center {
    justify-content: center
}

.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 #fff;
    border-radius: 4px;
    font-size: .9em;
    max-height: none
}

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

@media all and (max-width:480px) {
    body {
        background: transparent url(/wp-content/themes/tizentheme/images/background-pattern.jpg) repeat 0 0
    }

    body {
        padding-top: 3.21428571em
    }

    header#header,
    #utility-nav {
        display: none
    }

    nav#mobile-menu {
        position: fixed;
        z-index: 200;
        top: 0;
        width: 100%;
        height: 2.21428571em;
        padding: .5em 0;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
        box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
        background-color: #101010;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjQ1Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjA3Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
        background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.45) 0%, rgba(255, 255, 255, 0.07) 100%);
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.45) 0%, rgba(255, 255, 255, 0.07) 100%);
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.45) 0%, rgba(255, 255, 255, 0.07) 100%);
        background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.45) 0%, rgba(255, 255, 255, 0.07) 100%)
    }

    nav#mobile-menu.stuck {
        position: absolute
    }

    nav#mobile-menu a {
        text-transform: uppercase;
        color: #fff;
        font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif
    }

    nav#mobile-menu a.active,
    nav#mobile-menu a.active-parent {
        color: #000;
        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: .5em;
        background: transparent url(/wp-content/themes/tizentheme/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 .57142857em;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -moz-border-radius: .28571429em;
        -webkit-border-radius: .28571429em;
        border-radius: .42857143em;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: #303030;
        box-shadow: 0 0 .14285714em .14285714em rgba(0, 0, 0, 0.1);
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjE5Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjE5Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
        background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.19) 0%, rgba(255, 255, 255, 0.19) 100%);
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.19) 0%, rgba(255, 255, 255, 0.19) 100%);
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.19) 0%, rgba(255, 255, 255, 0.19) 100%);
        background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.19) 0%, rgba(255, 255, 255, 0.19) 100%);
        margin-right: .42857143em;
        float: right
    }

    nav#mobile-menu a.mobile-search-button {
        text-indent: -999em;
        overflow: hidden;
        background-repeat: no-repeat;
        text-align: left;
        direction: ltr;
        display: block;
        float: right;
        margin-right: .71428571em;
        width: 2.21428571em;
        height: 2.21428571em;
        background: url(/wp-content/themes/tizentheme/images/icons/mobile-search.png) no-repeat 0 0;
        background-size: 100% 100%
    }

    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);
        border-bottom: 1px solid #000;
        background-color: #1d1d1d
    }

    nav#mobile-menu div.menu-dropdown {
        background-color: #000
    }

    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: .71428571em 3.92857143em;
        text-align: center
    }

    nav#mobile-menu div.menu-dropdown ul.parent-menu li {
        display: inline-block;
        margin: .28571429em .14285714em
    }

    nav#mobile-menu div.menu-dropdown ul.parent-menu a.active {
        color: #fff;
        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: .57142857em 1.28571429em;
        border-radius: .42857143em;
        background-color: #2d2d2d;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMjUlIiB4Mj0iNTAlIiB5Mj0iLTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyOTI5MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMzczNzM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzczNzM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
        background-image: -moz-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
        background-image: -o-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
        background-image: -webkit-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
        background-image: linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%)
    }

    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+);
        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%);
        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%);
        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%);
        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%)
    }

    nav#mobile-menu div.menu-dropdown ul.parent-menu a i {
        margin-left: .5em;
        height: 0;
        width: 0;
        display: inline-block;
        position: relative;
        border-top: .35714286em solid transparent;
        border-bottom: .35714286em solid transparent;
        border-left: .35714286em solid #fff
    }

    nav#mobile-menu div.menu-dropdown ul.parent-menu a.active-parent i {
        top: 3px;
        border-top: 0;
        border-left: .35714286em solid transparent;
        border-right: .35714286em solid transparent;
        border-top: .35714286em solid #000
    }

    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: .70588235em 1.17647059em;
        background-color: #292929;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMjUlIiB4Mj0iNTAlIiB5Mj0iLTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyOTI5MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMzczNzM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzczNzM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
        background-image: -moz-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
        background-image: -o-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
        background-image: -webkit-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
        background-image: linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
        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+);
        background-image: -moz-linear-gradient(bottom, #494949 0%, #777 100%);
        background-image: -o-linear-gradient(bottom, #494949 0%, #777 100%);
        background-image: -webkit-linear-gradient(bottom, #494949 0%, #777 100%);
        background-image: linear-gradient(bottom, #494949 0%, #777 100%);
        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: .71428571em .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(/wp-content/themes/tizentheme/images/icons/search_icon.png) no-repeat .71428571em 50%;
        -moz-border-radius: 1.07142857em;
        -webkit-border-radius: 1.07142857em;
        border-radius: 1.07142857em;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

    nav#mobile-menu form.mobile-search-form input.form-text:focus {
        outline: none;
        -moz-box-shadow: 0 0 4px 1px #5bcbf5;
        -webkit-box-shadow: 0 0 4px 1px #5bcbf5;
        box-shadow: 0 0 4px 1px #5bcbf5
    }

    nav#mobile-menu form.mobile-search-form input.form-submit {
        display: none
    }

    .lt-ie9 nav#mobile-menu h1 span.tizen {
        background: transparent url(/wp-content/themes/tizentheme/images/tizen-logo-ie8-mobile.png) no-repeat 0 0
    }

    .lt-ie9 nav#mobile-menu a.mobile-search-button {
        background: url(/wp-content/themes/tizentheme/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
    }

    .sidebar .block {
        background-color: #fafbfb;
        padding: 12px 16px 0;
        -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)
    }

    .sidebar .block h2 {
        font-size: .9333em;
        text-transform: uppercase;
        margin: 0 0 14px
    }

    .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(/wp-content/themes/tizentheme/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;
        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 0;
        -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-tizen-global-editorial-help {
        background-color: transparent;
        padding: 0
    }

    #block-menu-block-1 .block-inner,
    #block-tizen-global-editorial-help .block-inner {
        margin-bottom: 30px;
        width: 100%
    }

    #block-menu-block-1.stuck,
    #block-tizen-global-editorial-help.stuck {
        position: fixed;
        top: 5px;
        width: 269px
    }

    #block-menu-block-1 .subnav-jump,
    #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: .9333em;
        padding: 3px 12px 1px;
        margin: 0 10px 8px 0;
        background-color: #a9e1f6;
        color: #2a3c4a;
        display: block;
        padding: 0;
        line-height: 28px;
        height: 30px;
        width: 165px;
        margin-left: 52px;
        text-align: center
    }

    #block-menu-block-1 .subnav-jump:hover,
    #block-tizen-global-editorial-help .subnav-jump:hover {
        background-color: #5ccbf6;
        color: #fff;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
        border: 1px solid #fff;
        text-decoration: none
    }

    #block-menu-block-1 .subnav-jump .icon,
    #block-tizen-global-editorial-help .subnav-jump .icon {
        font-family: 'tizen_iconography';
        font-style: normal;
        font-weight: 400;
        -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-menu-block-1 .subnav-jump:hover,
    #block-tizen-global-editorial-help .subnav-jump:hover {
        background-color: #dcf3fa;
        text-decoration: none
    }

    #block-menu-block-1 .subnav-jump:hover .icon,
    #block-tizen-global-editorial-help .subnav-jump:hover .icon {
        border-color: #307dc8;
        color: #307dc8
    }

    #block-menu-block-1 .subnav-jump:hover,
    #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-menu-block-1 .block-content,
    #block-tizen-global-editorial-help .block-content {
        background-color: #edf0ef
    }

    #block-menu-block-1 .block-content h2.block-title,
    #block-tizen-global-editorial-help .block-content h2.block-title {
        background-image: url(/wp-content/themes/tizentheme/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;
        border-bottom: 1px dashed #c4c8ca;
        text-transform: uppercase;
        font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
        font-size: 1.14285714em
    }

    #block-menu-block-1 .block-content h2.block-title a,
    #block-tizen-global-editorial-help .block-content h2.block-title a,
    #block-menu-block-1 .block-content h2.block-title a:link,
    #block-tizen-global-editorial-help .block-content h2.block-title a:link {
        color: #2a3c4a
    }

    #block-menu-block-1 .block-content ul.menu,
    #block-tizen-global-editorial-help .block-content ul.menu,
    #block-menu-block-1 .block-content ul.links,
    #block-tizen-global-editorial-help .block-content ul.links {
        list-style: none;
        list-style-position: none;
        list-style-type: none;
        background: #fafbfb;
        border: none;
        margin: 0;
        padding: 0
    }

    #block-menu-block-1 .block-content ul.menu li,
    #block-tizen-global-editorial-help .block-content ul.menu li,
    #block-menu-block-1 .block-content ul.links li,
    #block-tizen-global-editorial-help .block-content ul.links li {
        list-style: none;
        list-style-position: none;
        list-style-type: none
    }

    #block-menu-block-1 .block-content ul.menu li:before,
    #block-tizen-global-editorial-help .block-content ul.menu li:before,
    #block-menu-block-1 .block-content ul.links li:before,
    #block-tizen-global-editorial-help .block-content ul.links li:before {
        content: '';
        padding-right: 0
    }

    #block-menu-block-1 .block-content ul.menu li,
    #block-tizen-global-editorial-help .block-content ul.menu li,
    #block-menu-block-1 .block-content ul.links li,
    #block-tizen-global-editorial-help .block-content ul.links li {
        list-style: none;
        list-style-position: none;
        list-style-type: none;
        padding: 10px 0;
        line-height: 1.5em
    }

    #block-menu-block-1 .block-content ul.menu li li,
    #block-tizen-global-editorial-help .block-content ul.menu li li,
    #block-menu-block-1 .block-content ul.links 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-menu-block-1 .block-content ul.menu li li:before,
    #block-tizen-global-editorial-help .block-content ul.menu li li:before,
    #block-menu-block-1 .block-content ul.links li li:before,
    #block-tizen-global-editorial-help .block-content ul.links li li:before {
        content: '';
        padding-right: 0
    }

    #block-menu-block-1 .block-content ul.menu li li,
    #block-tizen-global-editorial-help .block-content ul.menu li li,
    #block-menu-block-1 .block-content ul.links li li,
    #block-tizen-global-editorial-help .block-content ul.links li li {
        padding: 7px 0
    }

    #block-menu-block-1 .block-content ul.menu li li li,
    #block-tizen-global-editorial-help .block-content ul.menu li li li,
    #block-menu-block-1 .block-content ul.links li li li,
    #block-tizen-global-editorial-help .block-content ul.links li li li {
        padding: 6px 0
    }

    #block-menu-block-1 .block-content ul.menu li li li li,
    #block-tizen-global-editorial-help .block-content ul.menu li li li li,
    #block-menu-block-1 .block-content ul.links li li li li,
    #block-tizen-global-editorial-help .block-content ul.links li li li li {
        padding: 2px 0
    }

    #block-menu-block-1 .block-content ul.menu a,
    #block-tizen-global-editorial-help .block-content ul.menu a,
    #block-menu-block-1 .block-content ul.links a,
    #block-tizen-global-editorial-help .block-content ul.links a {
        position: relative;
        color: #248bd1;
        display: inline-block;
        font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
        font-size: 1.14285714em;
        line-height: 1.1em;
        margin-left: 0;
        outline: none;
        -moz-outline-style: none;
        padding: 0 20px 0 30px
    }

    #block-menu-block-1 .block-content ul.menu a span.icon,
    #block-tizen-global-editorial-help .block-content ul.menu a span.icon,
    #block-menu-block-1 .block-content ul.links a span.icon,
    #block-tizen-global-editorial-help .block-content ul.links a span.icon {
        font-family: 'tizen_iconography';
        font-style: normal;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        speak: none;
        text-align: center;
        position: absolute;
        left: 0;
        color: #aeaeb0;
        font-size: 12px;
        width: 30px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    #block-menu-block-1 .block-content ul.menu a span.icon:hover,
    #block-tizen-global-editorial-help .block-content ul.menu a span.icon:hover,
    #block-menu-block-1 .block-content ul.links a span.icon:hover,
    #block-tizen-global-editorial-help .block-content ul.links a span.icon:hover {
        color: #6b7c88
    }

    #block-menu-block-1 .block-content ul.menu li.leaf span.icon,
    #block-tizen-global-editorial-help .block-content ul.menu li.leaf span.icon,
    #block-menu-block-1 .block-content ul.links li.leaf span.icon,
    #block-tizen-global-editorial-help .block-content ul.links li.leaf span.icon {
        cursor: default
    }

    #block-menu-block-1 .block-content ul.menu li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li a,
    #block-menu-block-1 .block-content ul.links li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li a {
        font-size: .99em
    }

    #block-menu-block-1 .block-content ul.menu li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li a,
    #block-menu-block-1 .block-content ul.links li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li a {
        font-size: .98em
    }

    #block-menu-block-1 .block-content ul.menu li.leaf a span.icon,
    #block-tizen-global-editorial-help .block-content ul.menu li.leaf a span.icon,
    #block-menu-block-1 .block-content ul.links 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;
        font-family: sans-serif;
        font-size: 30px
    }

    #block-menu-block-1 .block-content ul.menu .expanded a.hl-active-trail .icon,
    #block-tizen-global-editorial-help .block-content ul.menu .expanded a.hl-active-trail .icon,
    #block-menu-block-1 .block-content ul.links .expanded a.hl-active-trail .icon,
    #block-tizen-global-editorial-help .block-content ul.links .expanded a.hl-active-trail .icon {
        color: #6b7c88;
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    html.lt-ie9 #block-menu-block-1 .block-content ul.menu .expanded a.hl-active-trail .icon,
    html.lt-ie9 #block-tizen-global-editorial-help .block-content ul.menu .expanded a.hl-active-trail .icon,
    html.lt-ie9 #block-menu-block-1 .block-content ul.links .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-menu-block-1 .block-content ul.menu a.active-trail,
    #block-tizen-global-editorial-help .block-content ul.menu a.active-trail,
    #block-menu-block-1 .block-content ul.links a.active-trail,
    #block-tizen-global-editorial-help .block-content ul.links a.active-trail {
        color: #623580
    }

    #block-menu-block-1 .block-content ul.menu a.active-trail.active .icon,
    #block-tizen-global-editorial-help .block-content ul.menu a.active-trail.active .icon,
    #block-menu-block-1 .block-content ul.links a.active-trail.active .icon,
    #block-tizen-global-editorial-help .block-content ul.links a.active-trail.active .icon {
        color: #623580
    }

    #block-menu-block-1 .block-content ul.menu li.active-tree.expanded,
    #block-tizen-global-editorial-help .block-content ul.menu li.active-tree.expanded,
    #block-menu-block-1 .block-content ul.links li.active-tree.expanded,
    #block-tizen-global-editorial-help .block-content ul.links li.active-tree.expanded {
        background: #f6f7f6;
        border-top: 1px solid #cfd2d1;
        border-bottom: 1px solid #cfd2d1
    }

    #block-menu-block-1 .block-content ul.menu li.active-tree.expanded.first,
    #block-tizen-global-editorial-help .block-content ul.menu li.active-tree.expanded.first,
    #block-menu-block-1 .block-content ul.links li.active-tree.expanded.first,
    #block-tizen-global-editorial-help .block-content ul.links li.active-tree.expanded.first {
        border-top: none
    }

    #block-menu-block-1 .block-content ul.menu li.active-tree.expanded.last,
    #block-tizen-global-editorial-help .block-content ul.menu li.active-tree.expanded.last,
    #block-menu-block-1 .block-content ul.links li.active-tree.expanded.last,
    #block-tizen-global-editorial-help .block-content ul.links li.active-tree.expanded.last {
        border-bottom: none;
        padding-bottom: 0
    }

    #block-menu-block-1 .block-content ul.menu li.active-tree li,
    #block-tizen-global-editorial-help .block-content ul.menu li.active-tree li,
    #block-menu-block-1 .block-content ul.links li.active-tree li,
    #block-tizen-global-editorial-help .block-content ul.links li.active-tree li {
        background: #f6f7f6
    }

    #block-menu-block-1 .block-content ul.menu #active-subtree,
    #block-tizen-global-editorial-help .block-content ul.menu #active-subtree,
    #block-menu-block-1 .block-content ul.links #active-subtree,
    #block-tizen-global-editorial-help .block-content ul.links #active-subtree {
        background: #f3f4f2;
        border-top: 1px solid #e1e5e1;
        border-bottom: 1px solid #e1e5e1;
        margin: -1px 0 0;
        padding-bottom: 1px
    }

    #block-menu-block-1 .block-content ul.menu #active-subtree li,
    #block-tizen-global-editorial-help .block-content ul.menu #active-subtree li,
    #block-menu-block-1 .block-content ul.links #active-subtree li,
    #block-tizen-global-editorial-help .block-content ul.links #active-subtree li {
        background: #f3f4f2
    }

    #block-menu-block-1 .block-content ul.menu ul,
    #block-tizen-global-editorial-help .block-content ul.menu ul,
    #block-menu-block-1 .block-content ul.links ul,
    #block-tizen-global-editorial-help .block-content ul.links ul {
        margin-top: 4px
    }

    #block-menu-block-1 .block-content ul.menu ul ul,
    #block-tizen-global-editorial-help .block-content ul.menu ul ul,
    #block-menu-block-1 .block-content ul.links ul ul,
    #block-tizen-global-editorial-help .block-content ul.links ul ul {
        margin-top: 0
    }

    #block-menu-block-1 .block-content ul.menu li.active-trail li a,
    #block-tizen-global-editorial-help .block-content ul.menu li.active-trail li a,
    #block-menu-block-1 .block-content ul.links li.active-trail li a,
    #block-tizen-global-editorial-help .block-content ul.links li.active-trail li a {
        text-transform: none
    }

    #block-menu-block-1 .block-content ul.menu li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li a,
    #block-menu-block-1 .block-content ul.links li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li a {
        color: #248bd1;
        margin-left: 10px;
        text-transform: none
    }

    #block-menu-block-1 .block-content ul.menu li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li a,
    #block-menu-block-1 .block-content ul.links li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li a {
        margin-left: 20px
    }

    #block-menu-block-1 .block-content ul.menu li li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li li a,
    #block-menu-block-1 .block-content ul.links li li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li li a {
        margin-left: 30px
    }

    #block-menu-block-1 .block-content ul.menu li li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li li a,
    #block-menu-block-1 .block-content ul.links li li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li li a {
        margin-left: 40px
    }

    #block-menu-block-1 .block-content ul.menu li li li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li li li a,
    #block-menu-block-1 .block-content ul.links li li li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li li li a {
        margin-left: 50px
    }

    #block-menu-block-1 .block-content ul.menu li li li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li li li a,
    #block-menu-block-1 .block-content ul.links li li li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li li li a {
        margin-left: 60px
    }

    #block-menu-block-1 .block-content ul.menu li li li li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li li li li a,
    #block-menu-block-1 .block-content ul.links li li li li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li li li li a {
        margin-left: 70px
    }

    #block-menu-block-1 .block-content a.active,
    #block-tizen-global-editorial-help .block-content a.active,
    #block-menu-block-1 .block-content a.active-trail,
    #block-tizen-global-editorial-help .block-content a.active-trail {
        color: #623580 !important
    }

    #block-menu-block-1 .block-content a.hl-active,
    #block-tizen-global-editorial-help .block-content a.hl-active,
    #block-menu-block-1 .block-content a.hl-active-trail,
    #block-tizen-global-editorial-help .block-content a.hl-active-trail {
        color: #000
    }

    #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: block
    }

    #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 {
        display: block;
        width: 35px;
        text-indent: -9999px
    }

    .col,
    .three-column,
    .two-column {
        margin-left: 0;
        padding: 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%
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    body {
        background: transparent url(/wp-content/themes/tizentheme/images/background-pattern.jpg) repeat 0 0
    }

    body {
        padding-top: 3.21428571em
    }

    header#header,
    #utility-nav {
        display: none
    }

    nav#mobile-menu {
        position: fixed;
        z-index: 200;
        top: 0;
        width: 100%;
        height: 2.21428571em;
        padding: .5em 0;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
        box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
        background-color: #101010;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjQ1Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjA3Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
        background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.45) 0%, rgba(255, 255, 255, 0.07) 100%);
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.45) 0%, rgba(255, 255, 255, 0.07) 100%);
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.45) 0%, rgba(255, 255, 255, 0.07) 100%);
        background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.45) 0%, rgba(255, 255, 255, 0.07) 100%)
    }

    nav#mobile-menu.stuck {
        position: absolute
    }

    nav#mobile-menu a {
        text-transform: uppercase;
        color: #fff;
        font-family: 'MuseoSans-300', 'Malgun Gothic', Helvetica, Arial, sans-serif
    }

    nav#mobile-menu a.active,
    nav#mobile-menu a.active-parent {
        color: #000;
        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: .5em;
        background: transparent url(/wp-content/themes/tizentheme/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 .57142857em;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -moz-border-radius: .28571429em;
        -webkit-border-radius: .28571429em;
        border-radius: .42857143em;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: #303030;
        box-shadow: 0 0 .14285714em .14285714em rgba(0, 0, 0, 0.1);
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjE5Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjE5Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
        background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.19) 0%, rgba(255, 255, 255, 0.19) 100%);
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.19) 0%, rgba(255, 255, 255, 0.19) 100%);
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.19) 0%, rgba(255, 255, 255, 0.19) 100%);
        background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.19) 0%, rgba(255, 255, 255, 0.19) 100%);
        margin-right: .42857143em;
        float: right
    }

    nav#mobile-menu a.mobile-search-button {
        text-indent: -999em;
        overflow: hidden;
        background-repeat: no-repeat;
        text-align: left;
        direction: ltr;
        display: block;
        float: right;
        margin-right: .71428571em;
        width: 2.21428571em;
        height: 2.21428571em;
        background: url(/wp-content/themes/tizentheme/images/icons/mobile-search.png) no-repeat 0 0;
        background-size: 100% 100%
    }

    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);
        border-bottom: 1px solid #000;
        background-color: #1d1d1d
    }

    nav#mobile-menu div.menu-dropdown {
        background-color: #000
    }

    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: .71428571em 3.92857143em;
        text-align: center
    }

    nav#mobile-menu div.menu-dropdown ul.parent-menu li {
        display: inline-block;
        margin: .28571429em .14285714em
    }

    nav#mobile-menu div.menu-dropdown ul.parent-menu a.active {
        color: #fff;
        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: .57142857em 1.28571429em;
        border-radius: .42857143em;
        background-color: #2d2d2d;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMjUlIiB4Mj0iNTAlIiB5Mj0iLTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyOTI5MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMzczNzM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzczNzM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
        background-image: -moz-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
        background-image: -o-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
        background-image: -webkit-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
        background-image: linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%)
    }

    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+);
        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%);
        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%);
        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%);
        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%)
    }

    nav#mobile-menu div.menu-dropdown ul.parent-menu a i {
        margin-left: .5em;
        height: 0;
        width: 0;
        display: inline-block;
        position: relative;
        border-top: .35714286em solid transparent;
        border-bottom: .35714286em solid transparent;
        border-left: .35714286em solid #fff
    }

    nav#mobile-menu div.menu-dropdown ul.parent-menu a.active-parent i {
        top: 3px;
        border-top: 0;
        border-left: .35714286em solid transparent;
        border-right: .35714286em solid transparent;
        border-top: .35714286em solid #000
    }

    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: .70588235em 1.17647059em;
        background-color: #292929;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMjUlIiB4Mj0iNTAlIiB5Mj0iLTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyOTI5MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMzczNzM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzczNzM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
        background-image: -moz-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
        background-image: -o-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
        background-image: -webkit-linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
        background-image: linear-gradient(bottom, #292929 -25%, #292929 27.95%, #373737 79.77%, #373737 125%);
        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+);
        background-image: -moz-linear-gradient(bottom, #494949 0%, #777 100%);
        background-image: -o-linear-gradient(bottom, #494949 0%, #777 100%);
        background-image: -webkit-linear-gradient(bottom, #494949 0%, #777 100%);
        background-image: linear-gradient(bottom, #494949 0%, #777 100%);
        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: .71428571em .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(/wp-content/themes/tizentheme/images/icons/search_icon.png) no-repeat .71428571em 50%;
        -moz-border-radius: 1.07142857em;
        -webkit-border-radius: 1.07142857em;
        border-radius: 1.07142857em;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

    nav#mobile-menu form.mobile-search-form input.form-text:focus {
        outline: none;
        -moz-box-shadow: 0 0 4px 1px #5bcbf5;
        -webkit-box-shadow: 0 0 4px 1px #5bcbf5;
        box-shadow: 0 0 4px 1px #5bcbf5
    }

    nav#mobile-menu form.mobile-search-form input.form-submit {
        display: none
    }

    .lt-ie9 nav#mobile-menu h1 span.tizen {
        background: transparent url(/wp-content/themes/tizentheme/images/tizen-logo-ie8-mobile.png) no-repeat 0 0
    }

    .lt-ie9 nav#mobile-menu a.mobile-search-button {
        background: url(/wp-content/themes/tizentheme/images/icons/mobile-search-ie8.png) no-repeat 0 0
    }

    .sidebar .block {
        background-color: #fafbfb;
        padding: 12px 16px 0;
        -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)
    }

    .sidebar .block h2 {
        font-size: .9333em;
        text-transform: uppercase;
        margin: 0 0 14px
    }

    .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(/wp-content/themes/tizentheme/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;
        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 0;
        -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-tizen-global-editorial-help {
        background-color: transparent;
        padding: 0
    }

    #block-menu-block-1 .block-inner,
    #block-tizen-global-editorial-help .block-inner {
        margin-bottom: 30px;
        width: 100%
    }

    #block-menu-block-1.stuck,
    #block-tizen-global-editorial-help.stuck {
        position: fixed;
        top: 5px;
        width: 269px
    }

    #block-menu-block-1 .subnav-jump,
    #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: .9333em;
        padding: 3px 12px 1px;
        margin: 0 10px 8px 0;
        background-color: #a9e1f6;
        color: #2a3c4a;
        display: block;
        padding: 0;
        line-height: 28px;
        height: 30px;
        width: 165px;
        margin-left: 52px;
        text-align: center
    }

    #block-menu-block-1 .subnav-jump:hover,
    #block-tizen-global-editorial-help .subnav-jump:hover {
        background-color: #5ccbf6;
        color: #fff;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
        border: 1px solid #fff;
        text-decoration: none
    }

    #block-menu-block-1 .subnav-jump .icon,
    #block-tizen-global-editorial-help .subnav-jump .icon {
        font-family: 'tizen_iconography';
        font-style: normal;
        font-weight: 400;
        -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-menu-block-1 .subnav-jump:hover,
    #block-tizen-global-editorial-help .subnav-jump:hover {
        background-color: #dcf3fa;
        text-decoration: none
    }

    #block-menu-block-1 .subnav-jump:hover .icon,
    #block-tizen-global-editorial-help .subnav-jump:hover .icon {
        border-color: #307dc8;
        color: #307dc8
    }

    #block-menu-block-1 .subnav-jump:hover,
    #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-menu-block-1 .block-content,
    #block-tizen-global-editorial-help .block-content {
        background-color: #edf0ef
    }

    #block-menu-block-1 .block-content h2.block-title,
    #block-tizen-global-editorial-help .block-content h2.block-title {
        background-image: url(/wp-content/themes/tizentheme/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;
        border-bottom: 1px dashed #c4c8ca;
        text-transform: uppercase;
        font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
        font-size: 1.14285714em
    }

    #block-menu-block-1 .block-content h2.block-title a,
    #block-tizen-global-editorial-help .block-content h2.block-title a,
    #block-menu-block-1 .block-content h2.block-title a:link,
    #block-tizen-global-editorial-help .block-content h2.block-title a:link {
        color: #2a3c4a
    }

    #block-menu-block-1 .block-content ul.menu,
    #block-tizen-global-editorial-help .block-content ul.menu,
    #block-menu-block-1 .block-content ul.links,
    #block-tizen-global-editorial-help .block-content ul.links {
        list-style: none;
        list-style-position: none;
        list-style-type: none;
        background: #fafbfb;
        border: none;
        margin: 0;
        padding: 0
    }

    #block-menu-block-1 .block-content ul.menu li,
    #block-tizen-global-editorial-help .block-content ul.menu li,
    #block-menu-block-1 .block-content ul.links li,
    #block-tizen-global-editorial-help .block-content ul.links li {
        list-style: none;
        list-style-position: none;
        list-style-type: none
    }

    #block-menu-block-1 .block-content ul.menu li:before,
    #block-tizen-global-editorial-help .block-content ul.menu li:before,
    #block-menu-block-1 .block-content ul.links li:before,
    #block-tizen-global-editorial-help .block-content ul.links li:before {
        content: '';
        padding-right: 0
    }

    #block-menu-block-1 .block-content ul.menu li,
    #block-tizen-global-editorial-help .block-content ul.menu li,
    #block-menu-block-1 .block-content ul.links li,
    #block-tizen-global-editorial-help .block-content ul.links li {
        list-style: none;
        list-style-position: none;
        list-style-type: none;
        padding: 10px 0;
        line-height: 1.5em
    }

    #block-menu-block-1 .block-content ul.menu li li,
    #block-tizen-global-editorial-help .block-content ul.menu li li,
    #block-menu-block-1 .block-content ul.links 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-menu-block-1 .block-content ul.menu li li:before,
    #block-tizen-global-editorial-help .block-content ul.menu li li:before,
    #block-menu-block-1 .block-content ul.links li li:before,
    #block-tizen-global-editorial-help .block-content ul.links li li:before {
        content: '';
        padding-right: 0
    }

    #block-menu-block-1 .block-content ul.menu li li,
    #block-tizen-global-editorial-help .block-content ul.menu li li,
    #block-menu-block-1 .block-content ul.links li li,
    #block-tizen-global-editorial-help .block-content ul.links li li {
        padding: 7px 0
    }

    #block-menu-block-1 .block-content ul.menu li li li,
    #block-tizen-global-editorial-help .block-content ul.menu li li li,
    #block-menu-block-1 .block-content ul.links li li li,
    #block-tizen-global-editorial-help .block-content ul.links li li li {
        padding: 6px 0
    }

    #block-menu-block-1 .block-content ul.menu li li li li,
    #block-tizen-global-editorial-help .block-content ul.menu li li li li,
    #block-menu-block-1 .block-content ul.links li li li li,
    #block-tizen-global-editorial-help .block-content ul.links li li li li {
        padding: 2px 0
    }

    #block-menu-block-1 .block-content ul.menu a,
    #block-tizen-global-editorial-help .block-content ul.menu a,
    #block-menu-block-1 .block-content ul.links a,
    #block-tizen-global-editorial-help .block-content ul.links a {
        position: relative;
        color: #248bd1;
        display: inline-block;
        font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
        font-size: 1.14285714em;
        line-height: 1.1em;
        margin-left: 0;
        outline: none;
        -moz-outline-style: none;
        padding: 0 20px 0 30px
    }

    #block-menu-block-1 .block-content ul.menu a span.icon,
    #block-tizen-global-editorial-help .block-content ul.menu a span.icon,
    #block-menu-block-1 .block-content ul.links a span.icon,
    #block-tizen-global-editorial-help .block-content ul.links a span.icon {
        font-family: 'tizen_iconography';
        font-style: normal;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        speak: none;
        text-align: center;
        position: absolute;
        left: 0;
        color: #aeaeb0;
        font-size: 12px;
        width: 30px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    #block-menu-block-1 .block-content ul.menu a span.icon:hover,
    #block-tizen-global-editorial-help .block-content ul.menu a span.icon:hover,
    #block-menu-block-1 .block-content ul.links a span.icon:hover,
    #block-tizen-global-editorial-help .block-content ul.links a span.icon:hover {
        color: #6b7c88
    }

    #block-menu-block-1 .block-content ul.menu li.leaf span.icon,
    #block-tizen-global-editorial-help .block-content ul.menu li.leaf span.icon,
    #block-menu-block-1 .block-content ul.links li.leaf span.icon,
    #block-tizen-global-editorial-help .block-content ul.links li.leaf span.icon {
        cursor: default
    }

    #block-menu-block-1 .block-content ul.menu li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li a,
    #block-menu-block-1 .block-content ul.links li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li a {
        font-size: .99em
    }

    #block-menu-block-1 .block-content ul.menu li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li a,
    #block-menu-block-1 .block-content ul.links li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li a {
        font-size: .98em
    }

    #block-menu-block-1 .block-content ul.menu li.leaf a span.icon,
    #block-tizen-global-editorial-help .block-content ul.menu li.leaf a span.icon,
    #block-menu-block-1 .block-content ul.links 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;
        font-family: sans-serif;
        font-size: 30px
    }

    #block-menu-block-1 .block-content ul.menu .expanded a.hl-active-trail .icon,
    #block-tizen-global-editorial-help .block-content ul.menu .expanded a.hl-active-trail .icon,
    #block-menu-block-1 .block-content ul.links .expanded a.hl-active-trail .icon,
    #block-tizen-global-editorial-help .block-content ul.links .expanded a.hl-active-trail .icon {
        color: #6b7c88;
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    html.lt-ie9 #block-menu-block-1 .block-content ul.menu .expanded a.hl-active-trail .icon,
    html.lt-ie9 #block-tizen-global-editorial-help .block-content ul.menu .expanded a.hl-active-trail .icon,
    html.lt-ie9 #block-menu-block-1 .block-content ul.links .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-menu-block-1 .block-content ul.menu a.active-trail,
    #block-tizen-global-editorial-help .block-content ul.menu a.active-trail,
    #block-menu-block-1 .block-content ul.links a.active-trail,
    #block-tizen-global-editorial-help .block-content ul.links a.active-trail {
        color: #623580
    }

    #block-menu-block-1 .block-content ul.menu a.active-trail.active .icon,
    #block-tizen-global-editorial-help .block-content ul.menu a.active-trail.active .icon,
    #block-menu-block-1 .block-content ul.links a.active-trail.active .icon,
    #block-tizen-global-editorial-help .block-content ul.links a.active-trail.active .icon {
        color: #623580
    }

    #block-menu-block-1 .block-content ul.menu li.active-tree.expanded,
    #block-tizen-global-editorial-help .block-content ul.menu li.active-tree.expanded,
    #block-menu-block-1 .block-content ul.links li.active-tree.expanded,
    #block-tizen-global-editorial-help .block-content ul.links li.active-tree.expanded {
        background: #f6f7f6;
        border-top: 1px solid #cfd2d1;
        border-bottom: 1px solid #cfd2d1
    }

    #block-menu-block-1 .block-content ul.menu li.active-tree.expanded.first,
    #block-tizen-global-editorial-help .block-content ul.menu li.active-tree.expanded.first,
    #block-menu-block-1 .block-content ul.links li.active-tree.expanded.first,
    #block-tizen-global-editorial-help .block-content ul.links li.active-tree.expanded.first {
        border-top: none
    }

    #block-menu-block-1 .block-content ul.menu li.active-tree.expanded.last,
    #block-tizen-global-editorial-help .block-content ul.menu li.active-tree.expanded.last,
    #block-menu-block-1 .block-content ul.links li.active-tree.expanded.last,
    #block-tizen-global-editorial-help .block-content ul.links li.active-tree.expanded.last {
        border-bottom: none;
        padding-bottom: 0
    }

    #block-menu-block-1 .block-content ul.menu li.active-tree li,
    #block-tizen-global-editorial-help .block-content ul.menu li.active-tree li,
    #block-menu-block-1 .block-content ul.links li.active-tree li,
    #block-tizen-global-editorial-help .block-content ul.links li.active-tree li {
        background: #f6f7f6
    }

    #block-menu-block-1 .block-content ul.menu #active-subtree,
    #block-tizen-global-editorial-help .block-content ul.menu #active-subtree,
    #block-menu-block-1 .block-content ul.links #active-subtree,
    #block-tizen-global-editorial-help .block-content ul.links #active-subtree {
        background: #f3f4f2;
        border-top: 1px solid #e1e5e1;
        border-bottom: 1px solid #e1e5e1;
        margin: -1px 0 0;
        padding-bottom: 1px
    }

    #block-menu-block-1 .block-content ul.menu #active-subtree li,
    #block-tizen-global-editorial-help .block-content ul.menu #active-subtree li,
    #block-menu-block-1 .block-content ul.links #active-subtree li,
    #block-tizen-global-editorial-help .block-content ul.links #active-subtree li {
        background: #f3f4f2
    }

    #block-menu-block-1 .block-content ul.menu ul,
    #block-tizen-global-editorial-help .block-content ul.menu ul,
    #block-menu-block-1 .block-content ul.links ul,
    #block-tizen-global-editorial-help .block-content ul.links ul {
        margin-top: 4px
    }

    #block-menu-block-1 .block-content ul.menu ul ul,
    #block-tizen-global-editorial-help .block-content ul.menu ul ul,
    #block-menu-block-1 .block-content ul.links ul ul,
    #block-tizen-global-editorial-help .block-content ul.links ul ul {
        margin-top: 0
    }

    #block-menu-block-1 .block-content ul.menu li.active-trail li a,
    #block-tizen-global-editorial-help .block-content ul.menu li.active-trail li a,
    #block-menu-block-1 .block-content ul.links li.active-trail li a,
    #block-tizen-global-editorial-help .block-content ul.links li.active-trail li a {
        text-transform: none
    }

    #block-menu-block-1 .block-content ul.menu li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li a,
    #block-menu-block-1 .block-content ul.links li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li a {
        color: #248bd1;
        margin-left: 10px;
        text-transform: none
    }

    #block-menu-block-1 .block-content ul.menu li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li a,
    #block-menu-block-1 .block-content ul.links li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li a {
        margin-left: 20px
    }

    #block-menu-block-1 .block-content ul.menu li li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li li a,
    #block-menu-block-1 .block-content ul.links li li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li li a {
        margin-left: 30px
    }

    #block-menu-block-1 .block-content ul.menu li li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li li a,
    #block-menu-block-1 .block-content ul.links li li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li li a {
        margin-left: 40px
    }

    #block-menu-block-1 .block-content ul.menu li li li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li li li a,
    #block-menu-block-1 .block-content ul.links li li li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li li li a {
        margin-left: 50px
    }

    #block-menu-block-1 .block-content ul.menu li li li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li li li a,
    #block-menu-block-1 .block-content ul.links li li li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li li li a {
        margin-left: 60px
    }

    #block-menu-block-1 .block-content ul.menu li li li li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li li li li a,
    #block-menu-block-1 .block-content ul.links li li li li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li li li li a {
        margin-left: 70px
    }

    #block-menu-block-1 .block-content a.active,
    #block-tizen-global-editorial-help .block-content a.active,
    #block-menu-block-1 .block-content a.active-trail,
    #block-tizen-global-editorial-help .block-content a.active-trail {
        color: #623580 !important
    }

    #block-menu-block-1 .block-content a.hl-active,
    #block-tizen-global-editorial-help .block-content a.hl-active,
    #block-menu-block-1 .block-content a.hl-active-trail,
    #block-tizen-global-editorial-help .block-content a.hl-active-trail {
        color: #000
    }

    #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: block
    }

    #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 {
        display: block;
        width: 35px;
        text-indent: -9999px
    }

    select {
        max-width: 100%
    }

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

    .col,
    .three-column,
    .two-column {
        margin-left: 2%;
        padding: 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%
    }

    .span_2 {
        margin-left: 0;
        width: 100%
    }

    body.page-404 #main #content .content {
        min-height: 500px
    }

    body.page-404 #main #content .content img.background-404 {
        left: -235px;
        top: 0
    }

    body.page-404 #main #content .content .header-404 {
        border-bottom: 2px dashed #d4d4d4;
        padding-top: 50px
    }

    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 h1 {
        font-size: 120pt;
        line-height: 80%;
        left: 107px;
        border-bottom: 0
    }

    body.page-404 #main #content .content .header-404 h2 {
        position: absolute;
        bottom: 10px;
        margin: 0;
        left: 425px;
        padding-left: 0;
        font-size: 1.714285714em
    }

    body.page-404 #main #content .content .description-404 {
        clear: left;
        min-width: 110px;
        max-width: 320px;
        padding-left: 425px
    }
}

@media all and (min-width:769px) {
    #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
    }

    #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(/wp-content/themes/tizentheme/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: .92857143em;
        width: 180px;
        position: absolute;
        display: none;
        top: 0;
        left: -10px;
        padding-top: 30px;
        z-index: 0
    }

    #block-tizen-global-site-switcher h2.block-title {
        position: absolute;
        z-index: 1;
        font-size: .92857143em;
        text-transform: uppercase;
        background: url(/wp-content/themes/tizentheme/images/icons/arrows/gray_down.png) no-repeat 80% 13px;
        width: 177px;
        padding: 12px 0 6px;
        cursor: pointer;
        margin: 0;
        color: #c4c8ca;
        background-color: #2a3c4a
    }

    #opener {
        background: url(/wp-content/themes/tizentheme/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;
        padding: 8px 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: .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(/wp-content/themes/tizentheme/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(/wp-content/themes/tizentheme/images/icons/arrows/gray_down.png) no-repeat;
        width: 12px;
        position: relative;
        float: right;
        height: 1em;
        top: 2px
    }

    #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: 0;
        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(/wp-content/themes/tizentheme/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: .92857143em;
        text-transform: uppercase;
        padding: 0 15px
    }

    #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 {
        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 .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out;
        text-decoration: none;
        cursor: pointer;
        color: #eed484
    }

    #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(/wp-content/themes/tizentheme/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: 0;
        padding-top: 30px;
        z-index: 10;
        border-left: 1px solid #4b5a65;
        border-right: 0;
        -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: 0 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(/wp-content/themes/tizentheme/images/icons/search_icon.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-color: transparent;
        border: 0;
        padding: 15px 0 11px 19px;
        width: 0;
        text-indent: 50px;
        -moz-transition-duration: 400ms;
        -webkit-transition-duration: 400ms;
        transition-duration: 400ms;
        font-size: .9333em;
        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: #000;
        text-indent: 0px;
        background-color: #fff;
        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
    }

    #header .block-search input.form-submit {
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important
    }

    #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 #000;
        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 ul {
        display: none
    }

    #navigation a {
        font-weight: 400;
        font-size: 1.14285714em;
        text-transform: uppercase;
        padding: 0 15px
    }

    #navigation a,
    #navigation a:link,
    #navigation a:active,
    #navigation a:visited {
        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 .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out;
        text-decoration: none;
        cursor: pointer;
        color: #eed484
    }

    #navigation a.active-trail,
    #navigation a:active {
        color: #eed484
    }

    #navigation li.last a {
        padding-right: 0
    }

    nav.breadcrumb {
        display: block
    }

    nav.breadcrumb#mobile {
        display: none
    }

    .sidebar .block {
        background-color: #fafbfb;
        padding: 12px 16px 0;
        -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)
    }

    .sidebar .block h2 {
        font-size: .9333em;
        text-transform: uppercase;
        margin: 0 0 14px
    }

    .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(/wp-content/themes/tizentheme/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;
        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 0;
        -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-tizen-global-editorial-help {
        background-color: transparent;
        padding: 0
    }

    #block-menu-block-1 .block-inner,
    #block-tizen-global-editorial-help .block-inner {
        margin-bottom: 30px;
        width: 100%
    }

    #block-menu-block-1.stuck,
    #block-tizen-global-editorial-help.stuck {
        position: fixed;
        top: 5px;
        width: 269px
    }

    #block-menu-block-1 .subnav-jump,
    #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: .9333em;
        padding: 3px 12px 1px;
        margin: 0 10px 8px 0;
        background-color: #a9e1f6;
        color: #2a3c4a;
        display: block;
        padding: 0;
        line-height: 28px;
        height: 30px;
        width: 165px;
        margin-left: 52px;
        text-align: center
    }

    #block-menu-block-1 .subnav-jump:hover,
    #block-tizen-global-editorial-help .subnav-jump:hover {
        background-color: #5ccbf6;
        color: #fff;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
        border: 1px solid #fff;
        text-decoration: none
    }

    #block-menu-block-1 .subnav-jump .icon,
    #block-tizen-global-editorial-help .subnav-jump .icon {
        font-family: 'tizen_iconography';
        font-style: normal;
        font-weight: 400;
        -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-menu-block-1 .subnav-jump:hover,
    #block-tizen-global-editorial-help .subnav-jump:hover {
        background-color: #dcf3fa;
        text-decoration: none
    }

    #block-menu-block-1 .subnav-jump:hover .icon,
    #block-tizen-global-editorial-help .subnav-jump:hover .icon {
        border-color: #307dc8;
        color: #307dc8
    }

    #block-menu-block-1 .subnav-jump:hover,
    #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-menu-block-1 .block-content,
    #block-tizen-global-editorial-help .block-content {
        background-color: #edf0ef
    }

    #block-menu-block-1 .block-content h2.block-title,
    #block-tizen-global-editorial-help .block-content h2.block-title {
        background-image: url(/wp-content/themes/tizentheme/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;
        border-bottom: 1px dashed #c4c8ca;
        text-transform: uppercase;
        font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
        font-size: 1.14285714em
    }

    #block-menu-block-1 .block-content h2.block-title a,
    #block-tizen-global-editorial-help .block-content h2.block-title a,
    #block-menu-block-1 .block-content h2.block-title a:link,
    #block-tizen-global-editorial-help .block-content h2.block-title a:link {
        color: #2a3c4a
    }

    #block-menu-block-1 .block-content ul.menu,
    #block-tizen-global-editorial-help .block-content ul.menu,
    #block-menu-block-1 .block-content ul.links,
    #block-tizen-global-editorial-help .block-content ul.links {
        list-style: none;
        list-style-position: none;
        list-style-type: none;
        background: #fafbfb;
        border: none;
        margin: 0;
        padding: 0
    }

    #block-menu-block-1 .block-content ul.menu li,
    #block-tizen-global-editorial-help .block-content ul.menu li,
    #block-menu-block-1 .block-content ul.links li,
    #block-tizen-global-editorial-help .block-content ul.links li {
        list-style: none;
        list-style-position: none;
        list-style-type: none
    }

    #block-menu-block-1 .block-content ul.menu li:before,
    #block-tizen-global-editorial-help .block-content ul.menu li:before,
    #block-menu-block-1 .block-content ul.links li:before,
    #block-tizen-global-editorial-help .block-content ul.links li:before {
        content: '';
        padding-right: 0
    }

    #block-menu-block-1 .block-content ul.menu li,
    #block-tizen-global-editorial-help .block-content ul.menu li,
    #block-menu-block-1 .block-content ul.links li,
    #block-tizen-global-editorial-help .block-content ul.links li {
        list-style: none;
        list-style-position: none;
        list-style-type: none;
        padding: 10px 0;
        line-height: 1.5em
    }

    #block-menu-block-1 .block-content ul.menu li li,
    #block-tizen-global-editorial-help .block-content ul.menu li li,
    #block-menu-block-1 .block-content ul.links 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-menu-block-1 .block-content ul.menu li li:before,
    #block-tizen-global-editorial-help .block-content ul.menu li li:before,
    #block-menu-block-1 .block-content ul.links li li:before,
    #block-tizen-global-editorial-help .block-content ul.links li li:before {
        content: '';
        padding-right: 0
    }

    #block-menu-block-1 .block-content ul.menu li li,
    #block-tizen-global-editorial-help .block-content ul.menu li li,
    #block-menu-block-1 .block-content ul.links li li,
    #block-tizen-global-editorial-help .block-content ul.links li li {
        padding: 7px 0
    }

    #block-menu-block-1 .block-content ul.menu li li li,
    #block-tizen-global-editorial-help .block-content ul.menu li li li,
    #block-menu-block-1 .block-content ul.links li li li,
    #block-tizen-global-editorial-help .block-content ul.links li li li {
        padding: 6px 0
    }

    #block-menu-block-1 .block-content ul.menu li li li li,
    #block-tizen-global-editorial-help .block-content ul.menu li li li li,
    #block-menu-block-1 .block-content ul.links li li li li,
    #block-tizen-global-editorial-help .block-content ul.links li li li li {
        padding: 2px 0
    }

    #block-menu-block-1 .block-content ul.menu a,
    #block-tizen-global-editorial-help .block-content ul.menu a,
    #block-menu-block-1 .block-content ul.links a,
    #block-tizen-global-editorial-help .block-content ul.links a {
        position: relative;
        color: #248bd1;
        display: inline-block;
        font-family: 'MuseoSans-700', 'Malgun Gothic', Helvetica, Arial, sans-serif;
        font-size: 1.14285714em;
        line-height: 1.1em;
        margin-left: 0;
        outline: none;
        -moz-outline-style: none;
        padding: 0 20px 0 30px
    }

    #block-menu-block-1 .block-content ul.menu a span.icon,
    #block-tizen-global-editorial-help .block-content ul.menu a span.icon,
    #block-menu-block-1 .block-content ul.links a span.icon,
    #block-tizen-global-editorial-help .block-content ul.links a span.icon {
        font-family: 'tizen_iconography';
        font-style: normal;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        speak: none;
        text-align: center;
        position: absolute;
        left: 0;
        color: #aeaeb0;
        font-size: 12px;
        width: 30px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    #block-menu-block-1 .block-content ul.menu a span.icon:hover,
    #block-tizen-global-editorial-help .block-content ul.menu a span.icon:hover,
    #block-menu-block-1 .block-content ul.links a span.icon:hover,
    #block-tizen-global-editorial-help .block-content ul.links a span.icon:hover {
        color: #6b7c88
    }

    #block-menu-block-1 .block-content ul.menu li.leaf span.icon,
    #block-tizen-global-editorial-help .block-content ul.menu li.leaf span.icon,
    #block-menu-block-1 .block-content ul.links li.leaf span.icon,
    #block-tizen-global-editorial-help .block-content ul.links li.leaf span.icon {
        cursor: default
    }

    #block-menu-block-1 .block-content ul.menu li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li a,
    #block-menu-block-1 .block-content ul.links li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li a {
        font-size: .99em
    }

    #block-menu-block-1 .block-content ul.menu li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li a,
    #block-menu-block-1 .block-content ul.links li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li a {
        font-size: .98em
    }

    #block-menu-block-1 .block-content ul.menu li.leaf a span.icon,
    #block-tizen-global-editorial-help .block-content ul.menu li.leaf a span.icon,
    #block-menu-block-1 .block-content ul.links 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;
        font-family: sans-serif;
        font-size: 30px
    }

    #block-menu-block-1 .block-content ul.menu .expanded a.hl-active-trail .icon,
    #block-tizen-global-editorial-help .block-content ul.menu .expanded a.hl-active-trail .icon,
    #block-menu-block-1 .block-content ul.links .expanded a.hl-active-trail .icon,
    #block-tizen-global-editorial-help .block-content ul.links .expanded a.hl-active-trail .icon {
        color: #6b7c88;
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    html.lt-ie9 #block-menu-block-1 .block-content ul.menu .expanded a.hl-active-trail .icon,
    html.lt-ie9 #block-tizen-global-editorial-help .block-content ul.menu .expanded a.hl-active-trail .icon,
    html.lt-ie9 #block-menu-block-1 .block-content ul.links .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-menu-block-1 .block-content ul.menu a.active-trail,
    #block-tizen-global-editorial-help .block-content ul.menu a.active-trail,
    #block-menu-block-1 .block-content ul.links a.active-trail,
    #block-tizen-global-editorial-help .block-content ul.links a.active-trail {
        color: #623580
    }

    #block-menu-block-1 .block-content ul.menu a.active-trail.active .icon,
    #block-tizen-global-editorial-help .block-content ul.menu a.active-trail.active .icon,
    #block-menu-block-1 .block-content ul.links a.active-trail.active .icon,
    #block-tizen-global-editorial-help .block-content ul.links a.active-trail.active .icon {
        color: #623580
    }

    #block-menu-block-1 .block-content ul.menu li.active-tree.expanded,
    #block-tizen-global-editorial-help .block-content ul.menu li.active-tree.expanded,
    #block-menu-block-1 .block-content ul.links li.active-tree.expanded,
    #block-tizen-global-editorial-help .block-content ul.links li.active-tree.expanded {
        background: #f6f7f6;
        border-top: 1px solid #cfd2d1;
        border-bottom: 1px solid #cfd2d1
    }

    #block-menu-block-1 .block-content ul.menu li.active-tree.expanded.first,
    #block-tizen-global-editorial-help .block-content ul.menu li.active-tree.expanded.first,
    #block-menu-block-1 .block-content ul.links li.active-tree.expanded.first,
    #block-tizen-global-editorial-help .block-content ul.links li.active-tree.expanded.first {
        border-top: none
    }

    #block-menu-block-1 .block-content ul.menu li.active-tree.expanded.last,
    #block-tizen-global-editorial-help .block-content ul.menu li.active-tree.expanded.last,
    #block-menu-block-1 .block-content ul.links li.active-tree.expanded.last,
    #block-tizen-global-editorial-help .block-content ul.links li.active-tree.expanded.last {
        border-bottom: none;
        padding-bottom: 0
    }

    #block-menu-block-1 .block-content ul.menu li.active-tree li,
    #block-tizen-global-editorial-help .block-content ul.menu li.active-tree li,
    #block-menu-block-1 .block-content ul.links li.active-tree li,
    #block-tizen-global-editorial-help .block-content ul.links li.active-tree li {
        background: #f6f7f6
    }

    #block-menu-block-1 .block-content ul.menu #active-subtree,
    #block-tizen-global-editorial-help .block-content ul.menu #active-subtree,
    #block-menu-block-1 .block-content ul.links #active-subtree,
    #block-tizen-global-editorial-help .block-content ul.links #active-subtree {
        background: #f3f4f2;
        border-top: 1px solid #e1e5e1;
        border-bottom: 1px solid #e1e5e1;
        margin: -1px 0 0;
        padding-bottom: 1px
    }

    #block-menu-block-1 .block-content ul.menu #active-subtree li,
    #block-tizen-global-editorial-help .block-content ul.menu #active-subtree li,
    #block-menu-block-1 .block-content ul.links #active-subtree li,
    #block-tizen-global-editorial-help .block-content ul.links #active-subtree li {
        background: #f3f4f2
    }

    #block-menu-block-1 .block-content ul.menu ul,
    #block-tizen-global-editorial-help .block-content ul.menu ul,
    #block-menu-block-1 .block-content ul.links ul,
    #block-tizen-global-editorial-help .block-content ul.links ul {
        margin-top: 4px
    }

    #block-menu-block-1 .block-content ul.menu ul ul,
    #block-tizen-global-editorial-help .block-content ul.menu ul ul,
    #block-menu-block-1 .block-content ul.links ul ul,
    #block-tizen-global-editorial-help .block-content ul.links ul ul {
        margin-top: 0
    }

    #block-menu-block-1 .block-content ul.menu li.active-trail li a,
    #block-tizen-global-editorial-help .block-content ul.menu li.active-trail li a,
    #block-menu-block-1 .block-content ul.links li.active-trail li a,
    #block-tizen-global-editorial-help .block-content ul.links li.active-trail li a {
        text-transform: none
    }

    #block-menu-block-1 .block-content ul.menu li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li a,
    #block-menu-block-1 .block-content ul.links li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li a {
        color: #248bd1;
        margin-left: 10px;
        text-transform: none
    }

    #block-menu-block-1 .block-content ul.menu li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li a,
    #block-menu-block-1 .block-content ul.links li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li a {
        margin-left: 20px
    }

    #block-menu-block-1 .block-content ul.menu li li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li li a,
    #block-menu-block-1 .block-content ul.links li li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li li a {
        margin-left: 30px
    }

    #block-menu-block-1 .block-content ul.menu li li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li li a,
    #block-menu-block-1 .block-content ul.links li li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li li a {
        margin-left: 40px
    }

    #block-menu-block-1 .block-content ul.menu li li li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li li li a,
    #block-menu-block-1 .block-content ul.links li li li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li li li a {
        margin-left: 50px
    }

    #block-menu-block-1 .block-content ul.menu li li li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li li li a,
    #block-menu-block-1 .block-content ul.links li li li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li li li a {
        margin-left: 60px
    }

    #block-menu-block-1 .block-content ul.menu li li li li li li a,
    #block-tizen-global-editorial-help .block-content ul.menu li li li li li li a,
    #block-menu-block-1 .block-content ul.links li li li li li li a,
    #block-tizen-global-editorial-help .block-content ul.links li li li li li li a {
        margin-left: 70px
    }

    #block-menu-block-1 .block-content a.active,
    #block-tizen-global-editorial-help .block-content a.active,
    #block-menu-block-1 .block-content a.active-trail,
    #block-tizen-global-editorial-help .block-content a.active-trail {
        color: #623580 !important
    }

    #block-menu-block-1 .block-content a.hl-active,
    #block-tizen-global-editorial-help .block-content a.hl-active,
    #block-menu-block-1 .block-content a.hl-active-trail,
    #block-tizen-global-editorial-help .block-content a.hl-active-trail {
        color: #000
    }

    table.fc-header {
        position: relative;
        margin-top: 0
    }

    table.fc-header td.fc-header-center {
        position: relative;
        top: 0;
        left: 0
    }

    select {
        max-width: 100%
    }

    #content form input.form-text {
        margin-right: 20px
    }

    #content form fieldset .description {
        padding: 10px 0 0
    }

    #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,
    #block-tizen-global-site-tabs ul.links a:visited {
        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 .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out;
        text-decoration: underline;
        cursor: pointer;
        color: #eed484
    }

    #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 .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 #000;
        border: 1px solid #000;
        padding: 15px;
        width: 716px
    }

    #block-menu-block-2 .menu-block-wrapper>ul.menu li:nth-child(5n+5) {
        clear: left
    }

    #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,
    #block-menu-block-2 ul.menu li a:visited {
        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 .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out;
        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: #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,
    #block-menu-block-2 ul.menu li li a:visited {
        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 .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out;
        text-decoration: underline;
        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: #5ccbf6
    }

    #block-boxes-developer-footer-links {
        width: 300px
    }

    #block-boxes-developer-footer-links h2 {
        border-bottom: 1px solid #000;
        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
    }

    #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
    }

    #boxes-box-developer_footer_links .boxes-box-content ul {
        display: inline
    }

    .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(/wp-content/themes/tizentheme/images/workflow_progressbar/3-0.png)
    }

    .workbench-info-block-full .workbench-info-block .progress-bar.steps-3.on-step-1 {
        background-image: url(/wp-content/themes/tizentheme/images/workflow_progressbar/3-1.png)
    }

    .workbench-info-block-full .workbench-info-block .progress-bar.steps-3.on-step-2 {
        background-image: url(/wp-content/themes/tizentheme/images/workflow_progressbar/3-2.png)
    }

    .workbench-info-block-full .workbench-info-block .progress-bar.steps-3.on-step-3 {
        background-image: url(/wp-content/themes/tizentheme/images/workflow_progressbar/3-3.png)
    }

    .workbench-info-block-full .workbench-info-block .progress-bar.steps-4.on-step-0 {
        background-image: url(/wp-content/themes/tizentheme/images/workflow_progressbar/4-0.png)
    }

    .workbench-info-block-full .workbench-info-block .progress-bar.steps-4.on-step-1 {
        background-image: url(/wp-content/themes/tizentheme/images/workflow_progressbar/4-1.png)
    }

    .workbench-info-block-full .workbench-info-block .progress-bar.steps-4.on-step-2 {
        background-image: url(/wp-content/themes/tizentheme/images/workflow_progressbar/4-2.png)
    }

    .workbench-info-block-full .workbench-info-block .progress-bar.steps-4.on-step-3 {
        background-image: url(/wp-content/themes/tizentheme/images/workflow_progressbar/4-3.png)
    }

    .workbench-info-block-full .workbench-info-block .progress-bar.steps-4.on-step-4 {
        background-image: url(/wp-content/themes/tizentheme/images/workflow_progressbar/4-4.png)
    }

    .workbench-info-block-full .workbench-info-block .progress-bar.steps-5.on-step-0 {
        background-image: url(/wp-content/themes/tizentheme/images/workflow_progressbar/5-0.png)
    }

    .workbench-info-block-full .workbench-info-block .progress-bar.steps-5.on-step-1 {
        background-image: url(/wp-content/themes/tizentheme/images/workflow_progressbar/5-1.png)
    }

    .workbench-info-block-full .workbench-info-block .progress-bar.steps-5.on-step-2 {
        background-image: url(/wp-content/themes/tizentheme/images/workflow_progressbar/5-2.png)
    }

    .workbench-info-block-full .workbench-info-block .progress-bar.steps-5.on-step-3 {
        background-image: url(/wp-content/themes/tizentheme/images/workflow_progressbar/5-3.png)
    }

    .workbench-info-block-full .workbench-info-block .progress-bar.steps-5.on-step-4 {
        background-image: url(/wp-content/themes/tizentheme/images/workflow_progressbar/5-4.png)
    }

    .workbench-info-block-full .workbench-info-block .progress-bar.steps-5.on-step-5 {
        background-image: url(/wp-content/themes/tizentheme/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-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
    }

    .three-column {
        width: 33%
    }

    .col,
    .three-column,
    .two-column {
        margin-left: 2%;
        padding: 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%
    }

    .span_2,
    .three-column {
        width: 32%
    }

    .span_3,
    .two-column {
        width: 49%
    }

    .span_4 {
        width: 66%
    }

    .span_5 {
        width: 83%
    }

    .span_6 {
        margin-left: 0;
        width: 100%
    }

    body.page-404 #main #content .content img.background-404 {
        left: 0;
        top: 0
    }

    body.page-404 #main #content .content .header-404 {
        border-bottom: 2px dashed #d4d4d4;
        padding-top: 50px;
        width: 987px
    }

    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 h1 {
        font-size: 113pt;
        line-height: 80%;
        left: 342px;
        border-bottom: 0
    }

    body.page-404 #main #content .content .header-404 h2 {
        position: absolute;
        bottom: 10px;
        margin: 0;
        left: 640px;
        padding-left: 0;
        font-size: 1.714285714em
    }

    body.page-404 #main #content .content .description-404 {
        clear: left;
        min-width: 0;
        max-width: 320px;
        padding-left: 640px
    }
}

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(/wp-content/themes/tizentheme/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(/wp-content/themes/tizentheme/images/bg_divisionbar.png) no-repeat left 50%;
    padding: 0 3px 0 0
}

#copyright .menu li:first-child {
    background: none;
    padding: 0 3px 0 0
}

#block-menu-block-2 .menu-block-wrapper>ul.menu li:nth-child(5n+5) {
    clear: none
}

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 {
    content: "\2a"
}

@media(min-width:769px) {
    #page {
        width: auto;
        min-width: 0;
        max-width: 9999999px;
        padding: 0;
        margin: 0;
        box-shadow: none;
        background: #fff url(/wp-content/themes/tizentheme/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(/wp-content/themes/tizentheme/images/icons/arrows/gray_dropdown.png) no-repeat right 60%
    }

    #header {
        position: relative;
        padding: 21px 28px 19px;
        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: 0;
        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: 0
    }

    #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: 0;
        border-left: 1px solid #d6d6d6;
        margin-left: 15px;
        padding-left: 22px
    }

    #header .block-search form {
        position: absolute;
        right: 28px;
        top: 0;
        overflow: hidden
    }

    #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(/wp-content/themes/tizentheme/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: 0;
        text-transform: none;
        padding-right: 0;
        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;
        color: #fff;
        background-color: #1d9cd8;
        width: 72px;
        height: 72px;
        background-position: 23px center;
        line-height: 72px;
        border-radius: 0;
        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: 0;
        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
    }

    #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
    }

    #navigation ul.menu li a:hover {
        color: #1d9cd8
    }

    #header .block-search input::-webkit-input-placeholder {
        color: #fff !important
    }

    #header .block-search input:-moz-placeholder {
        color: #fff !important
    }

    #header .block-search input::-moz-placeholder {
        color: #fff !important
    }

    #header .block-search input:-ms-input-placeholder {
        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: 0;
        float: none;
        width: auto
    }

    #block-menu-block-2 ul.menu li {
        padding: 4px 12px 4px 0;
        width: 170px
    }

    #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: 0
    }

    #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;
        text-transform: uppercase
    }

    #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%;
        text-transform: none
    }

    #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
    }

    #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(/wp-content/themes/tizentheme/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
    }

    #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
    }

    #block-boxes-developer-footer-links h2 {
        border-bottom: none;
        box-shadow: none;
        display: block;
        margin-bottom: 1px;
        padding: 1px 0 7px;
        margin: 0 0 10px;
        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(/wp-content/themes/tizentheme/images/bg_divisionbar.png) no-repeat left 50%
    }

    nav.breadcrumb {
        -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;
        text-transform: none;
        width: 270px
    }

    #navigation ul.menu li a.active-trail,
    #navigation ul.menu li a:active {
        color: #1d9cd8
    }

    #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: .6em
    }

    .contextual-links-region {
        position: static
    }

    #block-system-user-menu ul.menu li.expanded a {
        background: url(/wp-content/themes/tizentheme/images/icons/arrows/gray_dropdown.png) no-repeat right 60%
    }

    #block-boxes-developer-footer-links ul {
        width: 137px
    }

    #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: 36px !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
}

@media print {

    a:link,
    a:visited {
        text-decoration: underline !important
    }

    #site-name a:link,
    #site-name a:visited {
        text-decoration: none !important
    }

    #content a[href]:after {
        content: " (" attr(href) ")";
        font-weight: 400;
        font-size: 16px
    }

    #content a[href^="javascript:"]:after,
    #content a[href^="#"]:after {
        content: ""
    }

    #content abbr[title]:after {
        content: " (" attr(title) ")"
    }

    #content {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important
    }

    body,
    #page,
    #main,
    #content {
        color: #000;
        background-color: transparent !important;
        background-image: none !important
    }

    #skip-link,
    #toolbar,
    #navigation,
    .region-sidebar-first,
    .region-sidebar-second,
    #footer,
    .breadcrumb,
    .tabs,
    .action-links,
    .links,
    .book-navigation,
    .forum-topic-navigation,
    .pager,
    .feed-icons {
        visibility: hidden;
        display: none
    }
}
pre .str,
code .str {
    color: #623580
}

pre .kwd,
code .kwd {
    color: #00b1bf
}

pre .com,
code .com {
    color: #aaba9f;
    font-style: italic
}

pre .typ,
code .typ {
    color: #198dc4
}

pre .lit,
code .lit {
    color: #3387cc
}

pre .pun,
code .pun {
    color: #1bb172
}

pre .pln,
code .pln {
    color: #3e586a
}

pre .tag,
code .tag {
    color: #0d6fde
}

pre .atn,
code .atn {
    color: #198dc4
}

pre .atv,
code .atv {
    color: #28af76
}

pre .dec,
code .dec {
    color: #3387cc
}

pre.prettyprint,
code.prettyprint,
code {
    background-color: #f1f2ed;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    -ms-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
    border-color: #d4d4d4;
    border-width: 1px;
    border-style: solid
}

pre.prettyprint {
    width: 95%;
    margin: .8em auto;
    padding: .8em;
    white-space: pre-wrap
}

ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
    color: #aaba9f
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
    list-style-type: none
}

li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
    background: #ecede8
}

@media print {

    pre .str,
    code .str {
        color: #060
    }

    pre .kwd,
    code .kwd {
        color: #006;
        font-weight: 700
    }

    pre .com,
    code .com {
        color: #600;
        font-style: italic
    }

    pre .typ,
    code .typ {
        color: #404;
        font-weight: 700
    }

    pre .lit,
    code .lit {
        color: #044
    }

    pre .pun,
    code .pun {
        color: #440
    }

    pre .pln,
    code .pln {
        color: #000
    }

    pre .tag,
    code .tag {
        color: #006;
        font-weight: 700
    }

    pre .atn,
    code .atn {
        color: #404
    }

    pre .atv,
    code .atv {
        color: #060
    }
}

pre.prettyprint {
    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
}

pre.prettyprint {
    max-height: none\9
}

code.prettyprint {
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    background-color: #eee
}

p code.prettyprint {
    padding: 1px 5px
}

.str {
    color: maroon
}

.kwd {
    color: #00008b
}

.com {
    color: gray
}

.typ {
    color: #2b91af
}

.lit {
    color: maroon
}

.pun {
    color: #000
}

.pln {
    color: #000
}

.tag {
    color: maroon
}

.atn {
    color: red
}

.atv {
    color: blue
}

.dec {
    color: purple
}

@media print {
    .str {
        color: #060
    }

    .kwd {
        color: #006;
        font-weight: 700
    }

    .com {
        color: #600;
        font-style: italic
    }

    .typ {
        color: #404;
        font-weight: 700
    }

    .lit {
        color: #044
    }

    .pun {
        color: #440
    }

    .pln {
        color: #000
    }

    .tag {
        color: #006;
        font-weight: 700
    }

    .atn {
        color: #404
    }

    .atv {
        color: #060
    }
}
pre .str,
code .str {
    color: #623580
}

pre .kwd,
code .kwd {
    color: #00b1bf
}

pre .com,
code .com {
    color: #aaba9f;
    font-style: italic
}

pre .typ,
code .typ {
    color: #198dc4
}

pre .lit,
code .lit {
    color: #3387cc
}

pre .pun,
code .pun {
    color: #1bb172
}

pre .pln,
code .pln {
    color: #3e586a
}

pre .tag,
code .tag {
    color: #0d6fde
}

pre .atn,
code .atn {
    color: #198dc4
}

pre .atv,
code .atv {
    color: #28af76
}

pre .dec,
code .dec {
    color: #3387cc
}

pre.prettyprint,
code.prettyprint,
code {
    background-color: #f1f2ed;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    -ms-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
    border-color: #d4d4d4;
    border-width: 1px;
    border-style: solid
}

pre.prettyprint {
    width: 95%;
    margin: .8em auto;
    padding: .8em;
    white-space: pre-wrap
}

ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
    color: #aaba9f
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
    list-style-type: none
}

li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
    background: #ecede8
}

@media print {

    pre .str,
    code .str {
        color: #060
    }

    pre .kwd,
    code .kwd {
        color: #006;
        font-weight: 700
    }

    pre .com,
    code .com {
        color: #600;
        font-style: italic
    }

    pre .typ,
    code .typ {
        color: #404;
        font-weight: 700
    }

    pre .lit,
    code .lit {
        color: #044
    }

    pre .pun,
    code .pun {
        color: #440
    }

    pre .pln,
    code .pln {
        color: #000
    }

    pre .tag,
    code .tag {
        color: #006;
        font-weight: 700
    }

    pre .atn,
    code .atn {
        color: #404
    }

    pre .atv,
    code .atv {
        color: #060
    }
}

pre.prettyprint {
    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
}

pre.prettyprint {
    max-height: none\9
}

code.prettyprint {
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    background-color: #eee
}

p code.prettyprint {
    padding: 1px 5px
}

.str {
    color: maroon
}

.kwd {
    color: #00008b
}

.com {
    color: gray
}

.typ {
    color: #2b91af
}

.lit {
    color: maroon
}

.pun {
    color: #000
}

.pln {
    color: #000
}

.tag {
    color: maroon
}

.atn {
    color: red
}

.atv {
    color: blue
}

.dec {
    color: purple
}

@media print {
    .str {
        color: #060
    }

    .kwd {
        color: #006;
        font-weight: 700
    }

    .com {
        color: #600;
        font-style: italic
    }

    .typ {
        color: #404;
        font-weight: 700
    }

    .lit {
        color: #044
    }

    .pun {
        color: #440
    }

    .pln {
        color: #000
    }

    .tag {
        color: #006;
        font-weight: 700
    }

    .atn {
        color: #404
    }

    .atv {
        color: #060
    }
}
