/*!
Developed by Savang LTD
http://www.savang.com
*/

@font-face {
    font-family: "nassim";
    src: url("../font/nassim-regular.eot");
    src: local("☺"),
    url("../font/nassim-regular.woff") format("woff"),
    url("../font/nassim-regular.ttf") format("truetype");
}
body {
    background: #f5f5f5;
    margin: 0;
    font-family: tahoma, arial, sans;
    font-size: 0.75rem;
    color: #555;
    direction: rtl;
    text-align: right;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
::selection {
    background: #9fb030;
    color: #fff;
}
::-moz-selection {
    background: #9fb030;
    color: #fff;
}
a {
    color: #738927;
    text-decoration: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
a:hover {
    color: #9fb030;
}
h1, h2, h3, h4, h5{
    font-weight: normal;
}
textarea {
    resize: none;
    min-height: 5rem;
}
fieldset legend {
    font-size: 1.0625rem;
}	
.nassim-font {
    font-family: 'nassim';
}
.text-color {
    color: #555;
}
.button-large {
    font-family: 'nassim';
}
.margin-top-half {
    margin-top: 0.3rem;
}
.margin-bottom-half {
    margin-bottom: 0.3rem;
}
.small-number-input {
    width: 4rem;
}
.small-text-input {
    width: 5rem;
}
.long-text-input {
    width: auto;
}
input.user-name-input {
    width: 10.7rem !important;
    display: inline-block !important;
}
input.weblog-name-input {
    width: 10.7rem !important;
    display: inline-block !important;
}
.error-label {
    margin: 0;
    font-size: 0.8rem;
    color: red;
}
.form-row {
    margin-bottom: 0.6rem;
}
.table-section {
    max-width: 100%;
    overflow: auto;
}
.table .icon {
    font-size: 1rem;
}
.nav-menu .tree-item-link {
    position: relative;
    padding-left: 2.5rem;
}
.nav-menu .tree-item-link .tree-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0.75rem 1.25rem;
}
.category-selector-section {
    max-height: 20rem;
    overflow-y: auto;
}
.category-selector-section ul li {
    line-height: 2rem;
    padding: 0 0.6rem;
}
.container-small {
    display: block;
    background: #fff;
    width: 20rem;
    padding: 0.9375rem;
    border-width: 1px 1px 0.125rem;
    border-style: solid;
    border-color: #ddd;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.info-section-wrapper {
    position: fixed;
    top: 1rem;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}
.small-page .info-section-wrapper {
    top: 1rem;
}
.info-section-wrapper a {
    color: #fff;
}
.info-section-wrapper .info-section {
    display: table;
    margin: 0 auto;
    line-height: 4rem;
    text-align: right;
    color: #fff;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.info-section-wrapper .info-section .info-section-content {
    display: table-cell;
    padding: 0 1rem;
    line-height: 4rem;
    min-width: 20rem
}
.info-section-wrapper .info-section .info-section-close-button {
    display: table-cell;
    padding: 0 1.5rem;
    line-height: 4rem;
    cursor: pointer;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.info-section-wrapper .info-section.error-section {
    background: red;
}
.info-section-wrapper .info-section.error-section .info-section-close-button {
    background: #ed0000;
}
.info-section-wrapper .info-section.error-section .info-section-close-button:hover {
    background: red;
}
.info-section-wrapper .info-section.success-section {
    background: green;
}
.info-section-wrapper .info-section.success-section .info-section-close-button {
    background: #006000;
}
.info-section-wrapper .info-section.success-section .info-section-close-button:hover {
    background: green;
}
.side-item {
    position: relative;
    margin-bottom: 0.9375rem;
}
.side-item .side-item-header {
    font-size: 1.5rem;
    font-family: 'nassim';
    padding: 0 0 0.25rem 0;
    margin: 0 0 0.5rem 0;
    border-bottom: 0.125rem solid #ddd;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.side-item:hover .side-item-header,
.side-item:focus .side-item-header {
    border-color: #9fb030;
}
.side-item .side-item-header .icon {
    color: #999;
}
.side-item .side-item-body ul.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}
.side-item .side-item-body ul.list-unstyled li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.side-item .side-item-body ul.list-unstyled li span.icon {
    margin-left: 0.4rem;
    color: #aaa;
}
.banner-section {
    text-align: center;
}
.banner-section a:first-child {
    display: block;
}
.banner-section a:last-child {
    display: none;
}
.banner-section a img {
    display: block;
    width: 100%;
    height: auto;
}
.side-profile-banner-item {
    background: #fff;
    margin: 0 0 0.9375rem 0;
    padding: 0.9375rem;
    border: 1px solid #ddd;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.side-profile-banner-item:before,
.side-profile-banner-item:after {
    content: " ";
    display: table;
}
.side-profile-banner-item:after {
    clear: both;
}
.side-profile-banner-item:hover,
.side-profile-banner-item:focus {
    border-color: #9fb030;
}
.side-profile-banner-item .item-image {
    position: relative;
    text-align: center;
}
.side-profile-banner-item .item-image img {
    width: 4rem;
    height: 4rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.side-profile-banner-item .item-title h2 {
    padding: 0;
    margin: 0;
    font-size: 1.0625rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.side-profile-banner-item .item-title p {
    margin: 0;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.side-profile-banner-item .item-title p a {
    color: #555;
}
.section {
    position: relative;
    margin: 0 0 0.9375rem 0;
}
.section .section-header {
    font-size: 1.5rem;
    font-family: 'nassim';
    padding: 0 0 0.25rem 0;
    margin: 0 0 0.5rem 0;
    border-bottom: 0.125rem solid #ddd;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.section:hover .section-header,
.section:focus .section-header {
    border-color: #9fb030;
}
.section .section-header .icon {
    color: #aaa;
    margin-left: 1rem;
}
.section .section-header .button {
    font-weight: normal;
    font-family: tahoma, arial, sans;
    font-size: 0.75rem;
}
.section .section-header .button .icon {
    color: #fff;
    margin: 0;
}
.section .section-body {
    position: relative;
}
.content-header {
    background: #f1f1f1;
    font-size: 1.25rem;
    font-family: 'nassim';
    margin: 0 0 1rem 0;
    padding: 0.3rem 0.6rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.article-item {
    position: relative;
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(left, #f6f6f6 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f6f6f6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #f6f6f6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #f6f6f6 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #f6f6f6 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right, #f6f6f6 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    border: 1px solid #ddd;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.article-item.is-online {
    background: #f2f5e0; /* Old browsers */
    background: -moz-linear-gradient(left, #f2f5e0 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f2f5e0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #f2f5e0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #f2f5e0 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #f2f5e0 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right, #f2f5e0 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5e0', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.article-item:hover,
.article-item:focus {
    border-color: #9fb030;
}
.article-item .article-image {
    position: relative;
    width: 5rem;
    height: 5rem;
    margin: 0.6rem 0.6rem 0.6rem 1rem;
    float: right;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    overflow: hidden;
}
.article-item .item-is-online {
    position: absolute;
    top: 0.6rem;
    left: 0.6rem;
    background: #fff;
    background: rgba(255,255,255,0.65);
    color: #738927;
    display: none;
    padding: 0.15rem 0.4rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.article-item .item-is-online span.icon {
    font-size: 0.5rem;
}
.article-item .article-image .article-image-wrapper {
    width: 5rem;
    height: 5rem;
    overflow: hidden;
}
.article-item .article-image .article-image-wrapper img {
    width: 5rem;
    height: 5rem;
}
.article-item .article-title {
    padding: 0.6rem;
}
.article-item .article-title h2 {
    padding: 0;
    margin: 0 0 0.6rem 0;
    font-family: 'nassim';
    font-size: 1.3rem;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.article-item .article-title p {
    margin: 0;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.article-item .article-title p:last-child {
    height: 2.3rem;
    white-space: normal;
}
.article-item .article-title p:last-child a:hover {
    color: #738927;
    text-decoration: underline;
}
.article-item .article-title p a {
    color: #999;
}
.article-item .article-title p span.icon {
    width: 1rem;
    text-align: center;
}
.article-item .article-button {
    text-align: left;
    padding: 0 0.6rem 0.6rem 0.6rem;
}
.article-row-item {
    background: #fff;
    margin: 0 0 0.9375rem 0;
    padding: 0.9375rem;
    border: 1px solid #ddd;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.article-row-item:before,
.article-row-item:after {
    content: " ";
    display: table;
}
.article-row-item:after {
    clear: both;
}
.article-row-item:hover,
.article-row-item:focus {
    border-color: #9fb030;
}
.article-row-item .article-image {
    position: relative;
    text-align: center;
}
.article-row-item .article-image img {
	display: block;
    width: 4rem;
    height: auto;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.article-row-item .article-title h2,
.article-row-item .article-title h3 {
    padding: 0;
    margin: 0 0 0.6rem 0;
    font-size: 1.0625rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.article-row-item .article-title p {
    margin: 0;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.article-text-item {
    background: #fff;
    margin: 0 0 0.9375rem 0;
    padding: 0.9375rem;
    border: 1px solid #ddd;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.article-text-item:hover,
.article-text-item:focus {
    border-color: #9fb030;
}
.article-text-item h2 {
    padding: 0;
    margin: 0 0 0.6rem 0;
    font-size: 1.0625rem;
}
.article-text-item p {
    margin: 0;
}
.article {
    background: #fff;
    margin: 0 0 0.9375rem 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.article:hover,
.article:focus {
    border-color: #9fb030;
}
.article .article-header {
    padding: 0.9375rem;
    border-bottom: 1px solid #eee;
}
.article .article-header:before,
.article .article-header:after {
    content: " ";
    display: table;
}
.article .article-header:after {
    clear: both;
}
.article .article-header-image {
    position: relative;
    text-align: center;
}
.article .article-header h1,
.article .article-header h2,
.article .article-header h3 {
    padding: 0;
    margin: 0;
    font-size: 1.0625rem;
}
.article .article-header p {
    margin: 0;
    color: #999;
}
.article .article-body {
    padding: 0.9375rem;
}
.article .article-user-details {
    padding: 0.9375rem;
    border-top: 1px solid #eee;
}
.article .article-user-details .item-avatar {
    float: right;
    margin: 0 0 0 1rem;
}
.article .article-user-details .item-avatar img {
    width: 3rem;
    height: 3rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.article .article-user-details h3 {
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.article .article-user-details p {
    padding: 0;
    margin: 0;
}
.forum-item-avatar {
    float: left;
    margin: 0 1rem 0 0;
}
.forum-item-avatar img {
    width: 3rem;
    height: 3rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.comment-item {
    background: #fff;
    padding: 0.9375rem;
    margin: 0 0 0.6rem 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.comment-item:hover,
.comment-item:focus {
    border-color: #9fb030;
}
.comment-item .item-avatar {
    float: right;
    margin: 0 0 0 1rem;
}
.comment-item .item-avatar img {
    width: 3rem;
    height: 3rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.comment-item h3 {
    padding: 0;
    margin: 0;
    font-size: 1.0625rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.comment-item.gray-background {
    background: #f9f9f9;
}
.comment-item.green-border {
    border-color: #9fb030;
}
.form-bar {
    background: #fff;
    line-height: 2rem;
    padding: 0.4rem;
    margin: 0 0 0.9375rem 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.form-bar:hover,
.form-bar:focus {
    border-color: #9fb030;
}
.form-bar .col-12 {
    margin-bottom: 0.9375rem;
}
.form-bar .col-12:last-child {
    margin-bottom: 0;
}
.form-bar .right-side.have-form {
    text-align: center;
}
.form-bar .right-side.have-text {
    text-align: center;
    margin-right: 0;
}
.form-bar .left-side.have-form {
    text-align: center;
}
.form-bar .left-side.have-text {
    text-align: center;
    margin-left: 0;
}
.form-bar a.button {
    padding: 0 0.75rem;
}
.form-bar .form .form-group:last-child {
    margin-bottom: 0;
}
.form-bar .form-inline .form-group {
    display: block;
    float: none;
    margin: 0;
}
.form-bar .form-inline .form-group input[type="text"],
.form-bar .form-inline .form-group input[type="password"],
.form-bar .form-inline .form-group input[type="email"],
.form-bar .form-inline .form-group input[type="url"],
.form-bar .form-inline .form-group input[type="date"],
.form-bar .form-inline .form-group input[type="month"],
.form-bar .form-inline .form-group input[type="time"],
.form-bar .form-inline .form-group input[type="datetime"],
.form-bar .form-inline .form-group input[type="datetime-local"],
.form-bar .form-inline .form-group input[type="week"],
.form-bar .form-inline .form-group input[type="number"],
.form-bar .form-inline .form-group input[type="search"],
.form-bar .form-inline .form-group input[type="tel"],
.form-bar .form-inline .form-group input[type="color"],
.form-bar .form-inline .form-group input[type="submit"],
.form-bar .form-inline .form-group input[type="reset"],
.form-bar .form-inline .form-group select,
.form-bar .form-inline .form-group textarea,
.form-bar .form-inline .form-group .form-control {
    width: 100%;
}
.stat-bar {
    background: #fff;
    line-height: 2.375rem;
    text-align: center;
    padding: 0.9375rem;
    margin: 0 0 0.9375rem 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.stat-bar:hover,
.stat-bar:focus {
    border-color: #9fb030;
}
.send-message-section .question-section {
    padding: 0.9375rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.send-message-section.public-message .question-section {
    background: #9fb030;
}
.send-message-section.public-message .question-section p,
.send-message-section.public-message .question-section span,
.send-message-section.public-message .question-section b,
.send-message-section.public-message .question-section a {
    color: #fff;
}
.send-message-section.is-online .question-section {
    background: #9fb030;
}
.send-message-section.is-online .question-section p,
.send-message-section.is-online .question-section span,
.send-message-section.is-online .question-section b,
.send-message-section.is-online .question-section a {
    color: #fff;
}
.send-message-section.is-offline .question-section {
    background: #e5e5e5;
}
.send-message-section .signup-login-section {
    display: none;
    padding: 0.9375rem;
    border-bottom: 1px solid #ddd;
}
.send-message-section .signup-login-section .select-section {
    margin-bottom: 0.6rem;
}
.send-message-section .signup-login-section .login-section {
}
.send-message-section .signup-login-section .signup-section {
    display: none;
}
.send-message-section .submit-section {
    padding: 0.9375rem;
    text-align: right;
}
.send-message-section textarea#body {
    font-size: 0.85rem;
}
.panel-item {
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
    color: #777;
    border: 1px solid #ddd;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.panel-item-disabled {
    color: #ccc;
}
.panel-item:focus,
.panel-item:hover {
    border-color: #9fb030;
}
.panel-item-icon {
    margin: 0;
    text-align: center;
    font-size: 2rem;
    padding: 0.5rem 0 0 0;
}
.panel-item-title {
    margin: 0;
    text-align: center;
    font-size: 0.85rem;
    padding: 0.5rem 0 1rem 0;
}
.section-guide {
    margin: 0 0 1rem 0;
}
.section-guide p {
    margin: 0;
    font-size: 0.75rem;
    font-style: normal;
}
.skills-section h2 {
    display: block;
    margin-bottom: 0.9375rem;
    font-size: 1rem;
    background: #eee;
    color: #444;
    padding: 0.4rem 0.6rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.skills-section h2 a {
    color: #444;
}
.skills-section h2:hover,
.skills-section h2:focus {
    background: #ddd;
    color: #222;
}
.skills-section h2:hover a,
.skills-section h2:focus a {
    color: #222;
}
.skills-section h2 .skills-header-button {
    margin-left: 0.5rem;
    vertical-align: middle;
    cursor: pointer;
}
.skills-section .subskills-section a:hover {
    text-decoration: underline;
}
.list-thumb-image {
    width: 3rem;
    height: 3rem;
}
.list-thumb-image img {
    width: 3rem;
    height: 3rem;
    display: block;
}
.video-player-wrapper {
	display: block;
}
.video-player-wrapper video {
	display: block;
	height: 20rem;
	width: 100%;
	background: #f1f1f1;
}
#page-load-progress {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1001;
}
#page-load-progress #page-load-progress-inner {
    height: 0.125rem;
    float: left;
    width: 0%;
    background: #9fb030;
}
#main-container {
    position: relative;
    margin-top: 0.9375rem;
}
#map-canvas {
    height: 20rem;
}
#absolute-body {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#absolute-body-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.65);
    z-index: 2;
}
#absolute-body-header #header-logo-section {
    position: relative;
    text-align: right;
    height: 5rem;
    overflow: hidden;
    padding: 0.25rem 1rem;
}
#absolute-body-header #header-menu-section {
    position: relative;
}
#absolute-body-header #header-menu-section > ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
#absolute-body-header #header-menu-section > ul:before,
#absolute-body-header #header-menu-section > ul:after {
    content: " ";
    display: table;
}
#absolute-body-header #header-menu-section > ul:after {
    clear: both;
}
#absolute-body-header #header-menu-section > ul > li {
    float: left;
    position: relative;
    min-width: 5rem;
}
#absolute-body-header #header-menu-section > ul > li > a {
    display: block;
    background-color: none;
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 0.5rem;
    font-family: 'nassim';
    color: #333;
    font-size: 1rem;
    text-align: center;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#absolute-body-header #header-menu-section > ul > li > a > span {
    display: block;
    line-height: 1.75rem;
}
#absolute-body-header #header-menu-section > ul > li > a:hover,
#absolute-body-header #header-menu-section > ul > li.active > a {
    background-color: #ededed;
    background-image: url('../img/arrow-bottom-dark.png');
    color: #222;
    border-color: #9fb030;
}
#header-section {
    position: relative;
    background: #fff;
    border-bottom: 0.125rem solid #ddd;
    border-bottom: 0.125rem solid rgba(0,0,0,0.17);
}
#header-section #header-section-top {
    background: #333;
}
#header-section #header-section-top #header-top-menu-section ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
#header-section #header-section-top #header-top-menu-section ul li {
    float: right;
    position: relative;
    padding: 0.6rem 0.75rem;
}
#header-section #header-section-top #header-top-menu-section ul li a {
    display: block;
    color: #d1d1d1;
    font-size: 0.8rem;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#header-section #header-section-top #header-top-menu-section ul li a:hover {
    color: #fff;
}
#header-section #header-section-top #app-download-button {
    display: block;
    float: left;
    position: relative;
    padding: 0.6rem 0.75rem;
    font-size: 0.8rem;
    color: #fff;
    background: #9fb030;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#header-section #header-section-top #app-download-button:hover {
    background: #738927;
}
#header-section #header-section-bottom {
    background: #fff;
}
#header-section #header-section-bottom #header-logo-section {
    position: relative;
    text-align: right;
    height: 5rem;
    overflow: hidden;
    padding: 0.25rem 1rem;
}
#header-section #header-section-bottom #header-menu-section {
    position: relative;
}
#header-section #header-section-bottom #header-menu-section > ul {
    display: table;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
#header-section #header-section-bottom #header-menu-section > ul > li {
    display: table-cell;
    position: relative;
    min-width: 5rem;
}
#header-section #header-section-bottom #header-menu-section > ul > li > a {
    display: block;
    background-color: none;
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 0.5rem 0.25rem;
    font-family: 'nassim';
    color: #333;
    font-size: 1.05rem;
    text-align: center;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#header-section #header-section-bottom #header-menu-section > ul > li > a > span {
    display: block;
    line-height: 2rem;
}
#header-section #header-section-bottom #header-menu-section > ul > li > a:hover,
#header-section #header-section-bottom #header-menu-section > ul > li.active > a {
    background-color: #ededed;
    background-image: url('../img/arrow-bottom-dark.png');
    color: #222;
}
#header-section #header-section-bottom #header-fixed-menu-section {
    text-align: left;
}
#header-section #header-section-bottom #header-menu-section ul li ul {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    background: #fff;
    background: rgba(255,255,255,0.9);
    text-align: right;
    border-top: 0.125rem solid #9fb030;
    z-index: 100;
    -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.18);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.18);
}
#header-section #header-section-bottom #header-menu-section ul li:hover > ul {
    display: block;
}
#header-section #header-section-bottom #header-menu-section ul li ul li {
    display: block;
    float: none;
    clear: both;
}
#header-section #header-section-bottom #header-menu-section ul li ul li a {
    line-height: 2.5rem;
    padding: 0 1rem;
    color: #444;
    display: block;
    min-width: 15rem;
    font-size: 0.8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#header-section #header-section-bottom #header-menu-section ul li ul li a:hover {
    background: #ededed;
    color: #222;
}
#header-section #header-section-bottom #header-menu-section ul li ul li ul {
    top: 0;
    right: 100%;
}
#header-section #header-skills-menu-bar {
    position: relative;
    background: #f1f1f1;
    border-top: 1px solid #ddd;
}
#header-section #header-skills-menu-bar .container > ul {
    display: table;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
#header-section #header-skills-menu-bar .container > ul > li {
    display: table-cell;
    position: relative;
    min-width: 2rem;
}
#header-section #header-skills-menu-bar .container > ul > li.menu-hidden-xsmall {
    display: none;
}
#header-section #header-skills-menu-bar .container > ul > li > a {
    display: block;
    padding: 0.4rem 0.75rem;
    font-size: 0.7rem;
    color: #333;
    text-align: center;
    border-bottom: 0.125rem solid transparent;
    margin-bottom: -0.125rem;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#header-section #header-skills-menu-bar .container > ul > li > a:hover,
#header-section #header-skills-menu-bar .container > ul > li.active > a {
    background-color: #e9e9e9;
    color: #222;
    border-color: #9fb030;
}
#header-section #header-skills-menu-bar ul li ul {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    background: #fff;
    background: rgba(255,255,255,0.9);
    text-align: right;
    border-top: 0.125rem solid #9fb030;
    z-index: 100;
    -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.18);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.18);
}
#header-section #header-skills-menu-bar ul li:hover > ul {
    display: block;
}
#header-section #header-skills-menu-bar ul li ul li {
    display: block;
    float: none;
    clear: both;
}
#header-section #header-skills-menu-bar ul li ul li a {
    line-height: 2rem;
    padding: 0 1rem;
    color: #444;
    display: block;
    min-width: 15rem;
    font-size: 0.75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#header-section #header-skills-menu-bar ul li ul li a:hover {
    background: #ededed;
    color: #222;
}
#header-section #header-skills-menu-bar ul li ul li ul {
    top: 0;
    right: 100%;
}
#header-skills-close {
    cursor: pointer;
    color: #9c0401;
}
#header-skills-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background: #fff;
    background: rgba(255,255,255,0.98);
    text-align: right;
    border-top: 0.25rem solid #9fb030;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
}
#header-skills-menu .col {
    float: right;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#header-skills-menu .col:hover {
    background: #fff;
}
#header-skills-menu h1 {
    color: #444;
    font-size: 2rem;
    font-family: 'nassim';
    text-align: right;
    margin: 0.5rem 1rem 1rem 0;
    padding: 0;
}
#header-skills-menu h2 {
    font-size: 1.4rem;
    font-family: 'nassim';
    text-align: right;
    margin: 0.5rem 1rem 0 0;
    padding: 0;
}
#header-skills-menu ul {
    list-style: none;
    margin: 0 0 0.5rem 0;
    padding: 0;
    text-align: right;
}
#header-skills-menu ul li {
    display: block;
    border-bottom: 1px dotted #ddd;
    padding: 0;
    margin: 0 1rem;
}
#header-skills-menu ul li:first-child {
    border-top: 1px dotted #ddd;
}
#header-skills-menu ul li a {
    line-height: 2.5rem;
    padding: 0 1rem;
    color: #444;
    display: block;
    font-size: 0.8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#header-skills-menu ul li a:hover {
    background: #ededed;
    color: #222;
}
#header-fixed-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    background: rgba(255,255,255,0.98);
    display: none;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
}
#header-fixed-menu-open {
    display: block;
    float: left;
    background: #9fb030;
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    width: 3rem;
    line-height: 3rem;
    margin: 1rem 0;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
#header-fixed-menu-open:hover {
    background: #738927;
}
#header-fixed-menu-close {
    display: block;
    line-height: 4rem;
    text-align: center;
    font-size: 2rem;
    color: #9fb030;
    border-bottom: 1px solid #9fb030;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#header-fixed-menu-close:hover,
#header-fixed-menu-close:focus,
#header-fixed-menu-close:active {
    background: #9fb030;
    color: #fff;
}
#header-fixed-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#header-fixed-menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#header-fixed-menu ul li a {
    display: block;
    line-height: 4rem;
    text-align: center;
    font-family: 'nassim';
    font-size: 1.125rem;
    color: #9fb030;
    border-bottom: 1px solid #9fb030;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#header-fixed-menu ul li a:hover,
#header-fixed-menu ul li a:focus,
#header-fixed-menu ul li a:active {
    background: #9fb030;
    color: #fff;
}
#header-section-small {
    position: relative;
}
#header-section-small #header-logo-section {
    position: relative;
    width: 9rem;
    margin: 1.5rem auto;
    text-align: center;
}
#header-section-small #header-logo-section a {
    display: block;
}
#header-section-small #header-logo-section #header-logo {
    border-bottom: 1px solid #ddd;
}
#header-section-small #header-logo-section #header-logo-link {
    font-size: 0.8rem;
    padding-top: 0.2rem;
}
#breadcrumb-section {
    position: relative;
    padding: 1rem 0;
    border-bottom: 0.125rem solid #ddd;
}
#breadcrumb-section:before,
#breadcrumb-section:after {
    content: " ";
    display: table;
}
#breadcrumb-section:after {
    clear: both;
}
#breadcrumb-section #breadcrumb {
    line-height: 2rem;
    font-size: 1rem;
    font-weight: normal;
}
#breadcrumb-section #header-search-section {
    position: relative;
    margin-top: 1.4rem;
}
#breadcrumb-section #header-search-section #header-search-form input[type=text] {
    display: block;
    background: transparent;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
    padding: 0 0 0 2rem;
    margin: 0;
    outline: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#breadcrumb-section #header-search-section #header-search-form #header-search-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    font-size: 1rem;
    text-align: center;
}
#back-top-button,
#go-bottom-button {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    background: #9fb030;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    z-index: 999;
}
#back-top-button:hover,
#back-top-button:focus,
#back-top-button:active,
#go-bottom-button:hover,
#go-bottom-button:focus,
#go-bottom-button:active {
    background: #738927;
}
#footer-section {
    position: relative;
    background: #333;
    border-top: 0.25rem solid #ddd;
    color: #6a6a6a;
}
#home-slide-section {
    background: #fff url('../img/slide_bg.jpg') center center no-repeat;
    background-size: cover;
}
#home-slide-section #home-image-map-section {
    text-align: center;
    padding: 0.125rem 0 0.75rem 0;
}
#home-slide-section #home-image-map-section #home-image-map {
    width: 17.5rem;
    height: 16.25rem;
    margin: 0 auto;
    position: relative;
}
#home-slide-section #home-image-map-section #home-image-map #imageMapCanvas {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
#home-slide-section #home-image-map-section #home-image-map #imageMap {
    width: 17.5rem;
    height: 16.25rem;
    border: 0;
    position: absolute;
    left: 0;
    filter: alpha(opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
#home-slide-section #home-image-map-section #home-map-link {
    font-family: 'nassim';
    font-size: 1.25rem;
    color: #555;
}
#home-slide-section #home-image-map-section #home-map-link span.icon {
    color: #9fb030;
}
#home-slide-section #slide-section {
    position:relative;
    width: 100%;
    height: 19rem;
    text-align: center;
    overflow: hidden;
}
#home-slide-section #slide-section .slide-item {
    position:absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 19rem;
    display: none;
    z-index: 1;
}
#home-slide-section #slide-section .slide-item h2 {
    display: table;
    margin: 2.5rem auto 1rem auto;
    padding: 0rem 0.5rem;
    font-family: 'nassim';
    font-size: 1.75rem;
    background: #9c0401;
    background: rgba(156,4,1,0.9);
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
#home-slide-section #slide-section .slide-item p {
    display: table;
    margin: 0 auto 2.5rem auto;
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    background: #777;
    background: rgba(119,119,119,0.9);
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
#home-slide-section #slide-section .button {
    margin: 0 auto;
    font-size: 1.2rem;
}
#home-slide-section #slide-section #slide-navigator {
    position: relative;
    display: table;
    margin: 16.5rem auto 0 auto;
    padding: 0;
    text-align: center;
    list-style: none;
    z-index: 2;
}
#home-slide-section #slide-section #slide-navigator li {
    display: inline-block;
    margin: 0 0.2rem;
}
#home-slide-section #slide-section #slide-navigator li.slide-navigator-item a {
    background: #bbb;
    padding: 0.25rem;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#home-slide-section #slide-section #slide-navigator li.active a {
    background: #9c0401;
}
#home-slide-section #slide-section #slide-navigator #next-button,
#home-slide-section #slide-section #slide-navigator #pre-button {
    cursor: pointer;
    font-size: 0.75rem;
    margin: 0 0.75rem;
}
#home-guide-section {
    background: #9fb030;
    text-align: center;
    color: #fff;
}
#home-guide-section .item-header {
    font-size: 1.25rem;
    font-family: 'nassim';
    margin: 1.5rem 0 0.5rem 0;
}
#home-guide-section .item-header span.icon {
    margin-left: 0.4rem;
}
#home-guide-section .item-content {
    margin: 0 0 1.5rem 0;
}
#home-search-section {
    background: #fff;
    text-align: center;
    padding: 0.75rem 0;
    border-bottom: 0.125rem solid #ddd;
}
#home-search-section input,
#home-search-section select {
    display: block;
    width: 100%;
    margin-bottom: 0.6rem;
}
#home-search-section input:last-child {
    margin-bottom: 0;
}
#home-page-footer-links {
    position: relative;
}
#home-page-footer-links ul {
    margin: 0 0 1rem 0;
    padding: 0 1rem 0 0;
    list-style: none;
}
#home-page-footer-links ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#home-page-footer-links ul li span.icon {
    margin-left: 0.4rem;
    color: #aaa;
}
#profile-header-section {
    position: relative;
}
#profile-tabs-section {
    position: relative;
}
#profile-tabs-section .nav-tabs {
    border-top: 0.125rem solid #ddd;
    border-bottom: 0.125rem solid #ddd;
}
#avatar-wrapper {
    position: relative;
}
#avatar-wrapper #avatar-change {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: #f1f1f1;
    background: rgba(0,0,0,0.25);
    -webkit-border-bottom-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
    -moz-border-radius-bottomright: 0.25rem;
    -moz-border-radius-bottomleft: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#avatar-wrapper #avatar-change a {
    color: #f1f1f1;
}
#avatar-wrapper #avatar-change:hover {
    background: rgba(0,0,0,0.5);
}
#avatar-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
#avatar-wrapper .user-status {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    background: #fff;
    background: rgba(255,255,255,0.65);
    color: #738927;
    padding: 0.15rem 0.4rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
#avatar-wrapper .user-status span.icon {
    font-size: 0.5rem;
}
.user-info {
    position: relative;
    margin-bottom: 1.5rem;
}
.user-info h1 {
    font-family: 'nassim';
    font-size: 1.8rem;
    color: #738927;
    margin: 0 0 0.3rem 0;
    padding: 0;
}
.user-info h1 span {
    vertical-align: middle;
}
.user-info p {
    margin: 0 0 0.3rem 0;
}
#profile-map-canvas {
	position: relative;
    height: 10rem;
}
#large-map-canvas {
	position: relative;
    height: 25rem;
}
#absolute-map-canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.fixed-map-open-button {
	display: block;
	position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 10000;
    cursor: pointer;
}
.fixed-map-close-button {
	display: none;
	position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 10000;
    cursor: pointer;
}
.fixed-map-open-button .icon,
.fixed-map-close-button .icon {
	display: block;
	padding: 0.5rem;
	font-size: 1.25rem;
	vertical-align: middle;
	color: #555;
}
.fixed-map-canvas {
	position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 100000 !important;
}
#footer-section a {
    color: #989898;
}
#footer-section a:hover,
#footer-section a:focus,
#footer-section a:active {
    color: #fff;
}
#footer-section #footer-content-section {
    text-align: center;
    padding: 0.9375rem 0;
}
#footer-section #footer-content-section h2.footer-list-header {
    color: #fff;
    font-size: 1.4rem;
    font-family: 'nassim';
    text-align: right;
    margin: 1rem 0 0.5rem 0;
    padding: 0;
}
#footer-section #footer-content-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer-section #footer-content-section ul li {
    border-bottom: 1px dotted #5a5a5a;
    padding: 0;
    margin: 0;
}
#footer-section #footer-content-section ul li:first-child {
    border-top: 1px dotted #5a5a5a;
}
#footer-section #footer-content-section ul li a {
    display: block;
    text-align: right;
    line-height: 2rem;
}
#footer-section #footer-content-section #footer-app-download-button {
    display: block;
    padding: 0.6rem 0.75rem;
    margin: 1rem 0 0 0;
    font-size: 0.8rem;
    color: #fff;
    background: #9fb030;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#footer-section #footer-content-section #footer-app-download-button:hover {
    background: #738927;
}
#footer-section #footer-message-section {
    background: #1f1f1f;
    text-align: center;
    padding: 0.9375rem 0;
}
#footer-section-small {
    padding: 1rem;
    text-align: center;
}
#footer-section-small p {
    margin: 0;
}
#enamad-section {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
}
#chat-box-section {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0.25rem;
    background: #fff;
    width: 20rem;
    -webkit-border-top-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
    -moz-border-radius-topleft: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    z-index: 2000;
}
#chat-box-section #chat-box-header {
    position: relative;
    line-height: 2.5rem;
    padding: 0 1rem;
    background: #738927;
    color: #fff;
    -webkit-border-top-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
    -moz-border-radius-topleft: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
#chat-box-section #chat-box-header h3 {
    font-size: 0.8rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#chat-box-section #chat-box-header #chat-box-header-buttons {
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    font-size: 0.8rem;
}
#chat-box-section #chat-box-header #chat-box-header-buttons #chat-box-close-button,
#chat-box-section #chat-box-header #chat-box-header-buttons #chat-box-minimize-button,
#chat-box-section #chat-box-header #chat-box-header-buttons #chat-box-maximize-button {
    display: inline-block;
    margin-right: 0.5rem;
    cursor: pointer;
}
#chat-box-section #chat-box-body {
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
}
#chat-box-section #chat-box-body #chat-box-messages {
    height: 15rem;
    overflow: auto;
    word-wrap: break-word;
    padding: 0.9rem;
}
#chat-box-section #chat-box-body #chat-box-messages p {
    margin: 0 0 0.3rem 0;
}
#chat-box-section #chat-box-body #chat-box-messages p.lawyer-message {
    background: #9fb030;
    color: #fff;
    padding: 0.3rem;
    margin-left: 3rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
#chat-box-section #chat-box-body #chat-box-messages p.user-message {
    background: #f1f1f1;
    color: #333;
    padding: 0.3rem;
    margin-right: 3rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
#chat-box-section #chat-box-body #chat-box-form-section {
    border-top: 1px solid #ddd;
}
#chat-box-section #chat-box-body #chat-box-form #chat-box-input {
    display: block;
    width: 100%;
    background: #fff;
    padding: 0.5rem 0.75rem;
    border: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
/*!
Chat Box Styles
*/
@keyframes backgroundAnimation {
  0%{
    background: #9fb030;
  }
  50%{
    background: #738927;
  }
  100%{
    background: #9fb030;
  }
}
@-moz-keyframes backgroundAnimation {
  0%{
    background: #9fb030;
  }
  50%{
    background: #738927;
  }
  100%{
    background: #9fb030;
  }
}
@-webkit-keyframes backgroundAnimation {
  0%{
    background: #9fb030;
  }
  50%{
    background: #738927;
  }
  100%{
    background: #9fb030;
  }
}
@-o-keyframes backgroundAnimation {
  0%{
    background: #9fb030;
  }
  50%{
    background: #738927;
  }
  100%{
    background: #9fb030;
  }
}
@-ms-keyframes backgroundAnimation {
  0%{
    background: #9fb030;
  }
  50%{
    background: #738927;
  }
  100%{
    background: #9fb030;
  }
}
.background-animated {
    animation: backgroundAnimation 800ms linear infinite;
    -moz-animation: backgroundAnimation 800ms linear infinite;
    -webkit-animation: backgroundAnimation 800ms linear infinite;
    -o-animation: backgroundAnimation 800ms linear infinite;
}
#absolute-alarm-button {
    position: fixed;
    bottom: 0;
    left: 1rem;
    background: #9fb030;
    color: #fff;
    padding: 0.5rem 1rem;
    -webkit-border-top-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
    -moz-border-radius-topleft: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    animation: backgroundAnimation 800ms linear infinite;
    -moz-animation: backgroundAnimation 800ms linear infinite;
    -webkit-animation: backgroundAnimation 800ms linear infinite;
    -o-animation: backgroundAnimation 800ms linear infinite;
    z-index: 1000;
}
#absolute-alarm-button:hover,
#absolute-alarm-button:focus {
    background: #738927;
}
#absolute-alarm-button a {
    color: #fff;
}
#absolute-alarm-button p {
    margin: 0;
    color: #fff;
}
#absolute-alarm-button span.icon {
    margin-right: 0.3rem;
}

/*!
Colors
*/
.white {
    color: #fff;
}
.black {
    color: #000;
}
.gray {
    color: #999;
}
.dark-gray {
    color: #555;
}
.blue {
    color: #0087e5;
}
.orange {
    color: #e6893c;
}
.green {
    color: #738927;
}
.red {
    color: #9c0401;
}

/*!
Responsive
*/
@media (min-width: 30em) {
  .article-item .article-image,
  .article-item .article-image .article-image-wrapper,
  .article-item .article-image .article-image-wrapper img {
    width: 5rem;
    height: 5rem;
  }
  #chat-box-section {
    right: 5rem;
  }
}
@media (min-width: 35.5em) {
  .long-text-input {
    width: 25rem;
  }
  .article-item .article-image,
  .article-item .article-image .article-image-wrapper,
  .article-item .article-image .article-image-wrapper img {
    width: 6rem;
    height: 6rem;
  }
  .article-item.is-online .item-is-online {
    display: block;
  }
  #home-search-section input,
  #home-search-section select {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
  .article-row-item .article-image {
    position: relative;
    text-align: center;
    float: right;
  }
  .article-row-item .article-title {
    margin-right: 5rem;
  }
  .banner-section a:first-child,
  .banner-section a:last-child {
    display: inline-block;
  }
  .banner-section a img {
    display: inline-block;
    width: auto;
    height: auto;
  }
  .side-profile-banner-item .item-image {
    position: relative;
    text-align: center;
    float: right;
  }
  .side-profile-banner-item .item-title {
    margin-right: 5rem;
  }
  .article .article-header-image {
    position: relative;
    text-align: center;
    float: right;
  }
  .article .article-header-text {
    margin-right: 5rem;
  }
}
@media (min-width: 48em) {
  .article-item .article-image,
  .article-item .article-image .article-image-wrapper,
  .article-item .article-image .article-image-wrapper img {
    width: 6rem;
    height: 6rem;
  }
  .form-row {
    margin-bottom: 0;
  }
  #user-info {
    margin-top: 0;
  }
  #breadcrumb-section #header-search-section {
    margin-top: 0;
  }
}
@media (min-width: 64em) {
  .article-item .article-image,
  .article-item .article-image .article-image-wrapper,
  .article-item .article-image .article-image-wrapper img {
    width: 6rem;
    height: 6rem;
  }
  .form-bar .col-12 {
    margin-bottom: 0;
  }
  .form-bar .right-side.have-form {
    text-align: right;
  }
  .form-bar .right-side.have-text {
    text-align: right;
    margin-right: 0.9375rem;
  }
  .form-bar .left-side.have-form {
    text-align: left;
  }
  .form-bar .left-side.have-text {
    text-align: left;
    margin-left: 0.9375rem;
  }
  .form-bar .form-inline .form-group {
    display: inline-block;
    *display: inline;
    float: right;
    margin-left: 0.6rem;
  }
  .form-bar .form-inline .form-group input[type="text"],
  .form-bar .form-inline .form-group input[type="password"],
  .form-bar .form-inline .form-group input[type="email"],
  .form-bar .form-inline .form-group input[type="url"],
  .form-bar .form-inline .form-group input[type="date"],
  .form-bar .form-inline .form-group input[type="month"],
  .form-bar .form-inline .form-group input[type="time"],
  .form-bar .form-inline .form-group input[type="datetime"],
  .form-bar .form-inline .form-group input[type="datetime-local"],
  .form-bar .form-inline .form-group input[type="week"],
  .form-bar .form-inline .form-group input[type="number"],
  .form-bar .form-inline .form-group input[type="search"],
  .form-bar .form-inline .form-group input[type="tel"],
  .form-bar .form-inline .form-group input[type="color"],
  .form-bar .form-inline .form-group input[type="submit"],
  .form-bar .form-inline .form-group input[type="reset"],
  .form-bar .form-inline .form-group select,
  .form-bar .form-inline .form-group textarea,
  .form-bar .form-inline .form-group .form-control {
    width: auto;
  }
  .form-bar .form-inline .form-group input.small-number-input{
    width: 4rem;
  }
  #footer-section #footer-content-section h2.footer-list-header {
    margin: 0 0 0.5rem 0;
  }
  #header-section #header-section-bottom #header-logo-section {
    text-align: center;
  }
  #header-section #header-skills-menu-bar .container > ul > li.menu-visible-large {
    display: table-cell;
  }
}
@media (min-width: 80em) {
  .article-item .article-image,
  .article-item .article-image .article-image-wrapper,
  .article-item .article-image .article-image-wrapper img {
    width: 6rem;
    height: 6rem;
  }
  #header-section #header-skills-menu-bar .container > ul > li.menu-visible-xlarge {
    display: table-cell;
  }
}
