﻿@charset "UTF-8";
html, body {
    margin: 0 !important;
    padding: 0 !important;
    direction: ltr;
}
body, fieldset.form-comments textarea {
    font-family: pdr_font;
}
body {
    padding: 0;
    background-color: #f0f0f0;
    font-size: 14px;
}
.font-size-smaller {
    font-size: 13px;
}
.font-size-larger {
    font-size: 15px;
}
.fa {
    font-family: pdr_font;

}
.fa:before {
    font-family: FontAwesome;
}
ol, ul {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}
body, a {
    color: #223249;

}
a, a:hover, a:focus, a:active {
    text-decoration: none;
}
a:focus, a:active {
    outline-width: 0;
}
.field-wrapper {
    padding: 7.5px;
}
.main-title {
    padding: 0 10px;
    margin: 0;
    font-weight: normal;
    display: inline-block;
}
#content #block-system-main #node-content-body-field ul,
#content #block-system-main #node-content-body-field ul li {
    list-style-type: disc;
}
ul {
    list-style-type: none;
    margin: 0;
}
input[type="text"],
input[type="password"],
input[type="file"],
select {
    width: 35%;
}
form.node-form label {
    display: inline-block !important;
    visibility: visible !important;
}
form.node-form input[type="text"],
form.node-form input[type="password"],
form.node-form input[type="file"],
form.node-form select {
    width: 35%;
}
input[type="checkbox"] {
    width: auto !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(0, 179, 135, 1);
    box-shadow: 0 1px 1px rgba(34, 50, 73, 1) inset, 0 0 8px rgba(0, 179, 135, 1);
    outline: 0 none;
}
form .label {
    padding: 6px 0;
}
.field-wrapper {
    position: relative;
    margin: 5px 0;
}
form span.message {
    position: absolute;
    top: 11px;
    left: 7px;
    padding: 5px 12px;
    background: #BE1138;
    color: #fff;
    border-radius: 2px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-100%);
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
}
.validate-false {
    opacity: 1 !important;
    filter: alpha(opacity=1) !important;
    transform: translate(0) !important;
    -webkit-transform: translate(0) !important;
    -moz-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    -o-transform: translate(0) !important;
}
form span.message::before {
    content: '';
    background: #BE1138;
    display: inline-block;
    position: absolute;
    transform: rotate(45deg);
    bottom: -4px;
    width: 7px;
    height: 7px;
}
textarea.required {
    background-position-y: bottom !important;
}
.continue-dots {
    box-shadow: 11px 0 5px #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #e0e0e0;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #e0e0e0;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #e0e0e0;
}
:-moz-placeholder { /* Firefox 18- */
    color: #e0e0e0;
}
::placeholder {
    color: #e0e0e0;
}

.loading-animation img {
    position: absolute;
    z-index: 99;
    animation: lodaing 2s infinite linear;
    -webkit-animation: lodaing 2s infinite linear;
    -moz-animation: lodaing 2s infinite;
    -ms-animation: lodaing 2s infinite;
    -o-animation: lodaing 2s infinite;
}
@-webkit-keyframes lodaing {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}
@keyframes lodaing {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}
@-moz-keyframes lodaing {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}
@-o-keyframes lodaing {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}
body {
    overflow-x: hidden;
    overflow-y: scroll !important;
    direction: ltr !important;
}
.start-hidden {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    transform: translate(0%, 20%);
    -webkit-transform: translate(0%, 20%);
    -moz-transform: translate(0%, 20%);
    -ms-tranform: translate(0%, 20%);
    -o-transform: translate(0%, 20%);
}
.loading-animation {
    top: -100px;
    position: absolute;
    z-index: 1001;
}
.loading-animation img {
    margin-right: 30px;
}
.loading-text {
    margin-top: 60px;

}
.modal-dialog {
    margin-top: 200px;
}
.modal-dialog .close {
    padding: 0 !important;
    margin-bottom: 0 !important;
}
section {
    clear: both;
    display: block;
    float: right;
    width: 100%;
    margin: 0;
    padding: 0;
    /*border: 10px solid red;*/
}
section:nth-child(odd) {
    /*border: 10px solid blue;*/
}
/*section, #block-views-albums-block-1 {
    margin-bottom: 1rem;
}*/
section:last-child {
    margin-bottom: 0;
}
.video-js {
    color: #fff
}
.vjs-default-skin .vjs-big-play-button {
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    border: 0.06666em solid #fff;
    border-radius: 0.3em;
    left: 0.5em;
    top: 0.5em;
    display: none;
}
.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
    background-color: #2B333F;
    background-color: rgba(34, 50, 73, 1)
}
.video-js .vjs-slider {
    background-color: #00b387;
    background-color: rgba(0, 179, 135, 1)
}
.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
    background: #fff
}
.video-js .vjs-load-progress {
    background: #e5e5e5;
    background: rgba(0, 179, 135, 1)
}
.video-js .vjs-load-progress div {
    background: #FFFFFF;
    background: rgba(0, 179, 135, 1)
}
/**** End of main styles ****/

/**** padding start ****/
.no-padding {
    padding: 0;
}
.no-padding-right {
    padding-right: 0;
}
.no-padding-left {
    padding-left: 0;
}
.no-padding-top {
    padding-top: 0;
}
.no-padding-bottom {
    padding-top: 0;
}
.no-padding-horizontal {
    padding-right: 0;
    padding-left: 0;
}
.no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
}
.padding-short {
    padding: 0.5rem;
}
.padding-short-right {
    padding-right: 0.5rem;
}
.padding-short-left {
    padding-left: 0.5rem;
}
.padding-short-top {
    padding-top: 0.5rem;
}
.padding-short-bottom {
    padding-bottom: 0.5rem;
}
.padding-short-horizontal {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.padding-short-vertical {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


.padding-medium {
    padding: 1rem;
}
.padding-medium-right {
    padding-right: 1rem;
}
.padding-medium-left {
    padding-left: 1rem;
}
.padding-medium-top {
    padding-top: 1rem;
}
.padding-medium-bottom {
    padding-bottom: 1rem;
}
.padding-medium-horizontal {
    padding-right: 1rem;
    padding-left: 1rem;
}
.padding-medium-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.padding-large {
    padding: 2rem;
}
.padding-large-right {
    padding-right: 2rem;
}
.padding-large-left {
    padding-left: 2rem;
}
.padding-large-top {
    padding-top: 2rem;
}
.padding-large-bottom {
    padding-bottom: 2rem;
}
.padding-large-horizontal {
    padding-right: 2rem;
    padding-left: 2rem;
}
.padding-large-vertical {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
/**padding end**/

/**margin start**/
.no-margin {
    margin: 0 !important;
}
.margin-short {
    margin: 0.5rem;
}
.margin-short-right {
    margin-right: 0.5rem;
}
.margin-short-left {
    margin-left: 0.5rem;
}
.margin-short-top {
    margin-top: 0.5rem;
}
.margin-short-bottom {
    margin-bottom: 0.5rem;
}
.margin-short-horizontal {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
.margin-short-vertial {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}


.margin-medium {
    margin: 1rem;
}
.margin-medium-right {
    margin-right: 1rem;
}
.margin-medium-left {
    margin-left: 1rem;
}
.margin-medium-top {
    margin-top: 1rem;
}
.margin-medium-bottom {
    margin-bottom: 1rem;
}
.margin-medium-horizontal {
    margin-right: 1rem;
    margin-left: 1rem;
}
.margin-medium-vertial {
    margin-top: 1rem;
    margin-bottom: 1rem;
}



.no-margin-right {
    margin-right: 0;
}
.no-margin-left {
    margin-left: 0;
}
.margin-large {
    margin: 2rem;
}
.margin-large-right {
    margin-right: 2rem;
}
.margin-large-left {
    margin-left: 2rem;
}
.margin-large-top {
    margin-top: 2rem;
}
.margin-large-bottom {
    margin-bottom: 2rem;
}
.margin-large-horizontal {
    margin-right: 2rem;
    margin-left: 2rem;
}
.margin-large-vertial {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/**margin end**/


/**round corner start**/
.round-corner-tiny {
    border-radius: 5px;
}
.round-corner-medium {
    border-radius: 10px;
}
.round-corner-large {
    border-radius: 15px;
}
/**round corner end**/
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    margin: 0 auto;
}

.middle {
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}
/*WIDTH*/
.medium {
    width: 100%;
    /*margin: 0 auto;*/
}
.auto-width {
    width: auto;
}
.auto-height {
    height: auto;
}

/*STYLES*/
ul.no-style li {
    list-style: none;
}
img.responsive {
    width: 100%;
    height: auto !important;
}



/*TEXT ALIGNMENT*/
.text-right     { text-align: right; }
.text-left      {text-align: left; }
.text-center { text-align: center !important; }
.text-justify   { text-align: justify; }
.text-language-right-left,
.text-language-right-left *
{
    text-align: left !important;
}
.text-language-right-left_reverse,
.text-language-right-left_reverse *
{
    text-align: right !important;
}
#node-content-body-field .rtejustify {
    text-align: justify;
    float: none;
    width: 100%;
    display: block;
}
.circle {
    border-radius: 100%;
}

/*CLEAR FIX*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix {display: block;}


/*PARAGRAF*/
.indent {
    text-indent: 10px;
}

/*DISPLAY*/
.none {
    display: none;
}
.block {
    display: block;
}
.inline {
    display: inline;
}
.inline.block {
    display: inline-block !important;
}
.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

/*FONT SIZES*/
[font-size="medium"], [font-size="medium"] * {
    font-size: medium !important;
}
[font-size="small"], [font-size="small"] * {
    font-size: small !important;
}
[font-size="x-small"], [font-size="x-small"] * {
    font-size: x-small !important;
}
[font-size="xx-small"], [font-size="xx-small"] * {
    font-size: xx-small !important;
}
[font-size="large"], [font-size="large"] * {
    font-size: large !important;
}
[font-size="x-large"], [font-size="x-large"] * {
    font-size: x-large !important;
}
[font-size="xx-large"], [font-size="xx-large"] * {
    font-size: xx-large !important;
}

.hidden {
    opacity: 0;
    filter: alpha(opacity: 0);
}

/*NO DISPLAY STATUS*/
*[status="none"] {
    display: none;
}

/*READ ONLY*/
a[status="readonly"] {
    cursor: default;
    color: #e5e5e5;
}

/*ENGLISH TEXT FONT*/
.arial {
    font-family: arial, sans-serif;
}

/*Magnefic popup transtion*/
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
/* Default css classes : end */

*:not(.menu) *:before {
    padding-right: 0.5rem;
}
.block-box {
    display: block;
}
.inline-block-box {
    display: inline-block;
}
.inline-box {
    display: inline;
}
.dir-float {
    float: left;
}
.full-width {
    width: 100%;
}
.stripped-list-items .even,
.stripped-list-items .odd {
    border: 1px solid #CCC;
}
.stripped-list-items .odd {
    background-color: #EEE;
}
.stripped-list-items .even {
    background-color: #FFF;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn + .btn  {
    margin-left: 0.5rem;
    margin-right: 0;
}
.block-box {
    display: block;
}
.inline-block-box {
    display: inline-block;
}
.inline-box {
    display: inline;
}
.full-width {
    width: 100%;
}
.bold {
    font-weight: bold;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.position-fixed {
    position: fixed;
}
.position-static {
    position: static;
}
.text-right     { text-align: right !important; }
.text-left      {text-align: left !important; }
.text-center    { text-align: center !important; }
.text-justify   { text-align: justify !important;margin-top: 20px; }
form .form-required {
    color: #F00;
}
@media (max-width: 992px) {
    body {
        font-size: 13px;
    }
}
body {
    text-align: center;
    background-image: url(../images/bg.png);
    line-height: 3rem;
}
body .base-page {
    width: calc(100%-10px);
    display: inline-block;
    margin: 0 auto;
}
.link-item-inline li {
    display: inline-block;
    padding: 0.5rem;
}
.content-centered .content ul {
    text-align: center;
}
#prefaces {
    background-image: url(../images/prefaces.png);
}
#footer-prefaces {
    background-repeat: repeat;
    background-position: top right;
    padding-bottom:0 !important;
}
#social-networks :before {
    font-size: 1.43rem;
}
.block.block-has-no-title .block-title {
    display: none;
}
.block .block-title::after {
    content: ' ';
    display: block;
    height: 2px;
    max-width: 7.2rem;
    margin-top: 0.35rem;
}

#block-block-6 .content > div {
    max-width: 80%;
    margin: 0 auto;
    line-height: 100%;
    position: relative;
}
#block-block-6 .content img {
    max-width: 100%;
    margin: 0 auto;

}

#block-block-6 .content p {
    position: absolute;
    top: 30%;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    display: block;
    width: 100%;
    line-height: 4rem;
}
.responsive-img img {
    width: 100%;
    height: auto;
}

.link-bold a {
    font-weight: bold;
}
.date-content {
    font-size: 1.5rem;
}
#block-views-slider-first-page-block {
    padding: 0;
}
section#slider {
    margin-top: 2rem;
}
section#slider .block {
    clear: both;
}
.region-slider {
    position: relative;
    display: block;
    float: right;
}
#slider .flex-control-nav.flex-control-paging {
    display: none;
}
#flexslider-1, .flex-nav-container {
    margin-bottom:0;
}
#flexslider-1 {
    box-shadow: none !important;
}
section.page-section {
    text-align: center;
    background-color: #FFF !important;
}
section.page-section#content {
    background-color: transparent !important;
}
section.page-section .medium {
    display: inline-block;
    float: right;
    padding: 0 !important;
}

/** MAIN MENU START */
ul.menu-on-pc.beauty-menu > li {
    border-bottom: 5px solid transparent;
}
ul.menu-on-pc.beauty-menu > li.active-trail {
    border-bottom-color: #223249;
}
ul.menu-on-pc.beauty-menu > li,
ul.menu-on-pc.beauty-menu > li > a {
    padding-right: 1rem;
    padding-left: 1rem;
}
ul.menu-on-pc.beauty-menu ul li {
    border-bottom: 1px solid #D7D7D7 !important;
}
ul.menu-on-pc.beauty-menu ul ul {
    background-color: #CCC !important;
}
ul.menu-on-pc.beauty-menu ul ul li a {
    background-color: #F7F7F7 !important;
}
ul.menu-on-pc.beauty-menu > li ul li a {
    border: 1px solid transparent;
}
ul.menu-on-pc.beauty-menu > li ul li a:hover {
    background-color: #e5e5e5;
    border-color: #f0f0f0;
}
/** MAIN MENU END */





/** HEADER START*/
#header-top-fixed .medium {
    background-image: url(../images/55-ltr.png);
    background-repeat: no-repeat;
    height: 5.9rem;
    background-position: right center;
    border-bottom: 1px solid transparent;
    line-height: 5.7rem;
}
#block-block-8 .content p {
    margin: 0;
}
#block-block-8 .content img {
    width: 100%;
}
/** HEADER START*/




/** SEARCH START */
form#search-block-form input[type="submit"],
form#search-form input[type="submit"] {
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 1.4rem;
    height: 3.14rem;
    vertical-align: center !important;
    border: none;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}




form#search-form input#edit-keys,
form#search-block-form input[type="text"] {
    /*background-color: #f0f0f0;*/
    border: none;
    padding: 0.5rem;
    height: 3.14rem;
    width: 10.71rem;
}
form#search-block-form .form-item {
    margin: 0;
}
/** SEARCH END */
.list-contents .list-content .title {
    margin: 0.5rem 0;
}
#block-menu-menu-social-network, #block-block-4 {
    display: block;
    wdith: 100%;
    clear: both;
    float: right;
}
#block-menu-menu-social-network ul.menu li a::before {
    font-size: 1.57rem;
}

section.page-section {
    margin-bottom: 0.5rem;

}
.base-page > section:last-child {
    margin:0;
}
.region-middle-prefaces .block-title {
    margin-right: 0;
    margin-left: 0;
}
#opportunities .block-title {
    margin: 0;
}
.margin-bottom-1px {
    margin-bottom: 1px !important;
}
#copyright p {
    text-align: center;
}
#nav-row .head-one * {
    color: #FFF;
}
.color-on-dark-bg,
.color-on-dark-bg *,
#pasmand-header-parent-site-name
{
    color: #223249;
}
#block-system-main {
    padding: 0;
}
#pasmand-page-list-items > div:nth-child(odd) {
    background-color: #f9f9f9 !important;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
#block-block-6 .content img {
    opacity: 0.8;
    transition: opacity 1s ease;
}
#block-views-news-block {
    float: right;
    width: 100%;
}

#block-views-projects-block img,
#block-views-news-block .views-row
{
    border: 2px solid rgba(255, 191, 0, 1);
    opacity: 0.8;
    transition: opacity 1s ease;
}
#block-views-news-block .views-row:hover,
#block-views-projects-block img:hover,
#block-block-6 .content img:hover
{
    border-color: rgba(255, 191, 0, 1);
    background-color: rgba(255, 255, 255, 1);
    opacity: 1;
    cursor: pointer;
}
#block-block-6 .content img:hover {
    background-color: none;
}

#block-block-6 .content img {
    border: 1rem solid rgba(255, 191, 0, 1);
}
.fa::before {
    float: left;
    /* color: #223249 !important; */
    font-size: 13px;
}
.block .block-title::after {
    background-color: #223249;
    min-width: 15rem;
}
#copyright .medium {
    background-color: #00b32e;
}
#block-views-projects-block .views-field.views-field-field-project-picture::after {
    color: #00b32e;
}
.back-2 {
    background-color: #E3E3E3 !important;
}
#nav-row {
    background-color: #223249 !important;
}
#secondary-menu{
    border-top: 0.3rem solid #00b32e;
    border-bottom: 0.3rem solid #00b32e;
}
#middle-prefaces{
    border-bottom: 5px solid #ffbf00;
}
.back-1
{
    background-color: #223249 !important;

}
a:hover {
    color: #00b32e;
}
#copyright a:hover {
    color: inherit !important;
    text-decoration: underline;
}
/*#block-system-main-menu {
    border: 2px solid #223249;
}*/
/** COLORS END HERE */
@media (min-width: 1200px) {
    .lg-content-centered {
        text-align:center !important;
    }
}
#nav-row .head-one {
    height: 5rem;
    line-height: 3.86rem;
    transition: all 0.375s ease 0s;
    z-index: 1;
    overflow: hidden;
    font-weight: bold;
    margin: 0 auto;
    border-bottom: 1rem solid #00b32e;
}
#pasmand-header-parent-site-name {
    text-align: left;
}
.region-logo p {
    margin: 0;
    display: inline-block;
    float: right;
}
#block-block-6 .content img {
    border-radius: 100%;
}
ul.slides img {
    border-radius: 0.3rem 0.3rem 0 0;
}
form#search-form input#edit-keys,
form#search-block-form input[type="text"] {
    border-radius: 1rem;
}
#pasmand-logo-main-menu img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: 1rem;
    z-index: 99999 !important;
    position: relative;
    float: right;
}

#pasmand-header-seprator {
    display: block;
    width: 100%;
    float: right;
    clear: both;
    height: 4px;
    /*background-image: url(../images/bg_line_s.png);
     margin-top: 110px; */
}
ul.menu-on-pc.beauty-menu > li, ul.menu-on-pc.beauty-menu > li > a, #secondaryNavBar,
#secondaryNavBar #pasmand-container-menu {
    height: 69px;
    line-height: 69px;
    min-height: 69px;
    max-height: 69px;
}

#pasmand-container-menu .content>ul>li.parent:hover {
    background-image: url(../images/menu_hover.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
#pasmand-container-menu .content>ul>li:first-child>a {
    padding-right: 0;
}
#pasmand-container-menu .content>ul>li:first-child {
    padding-right: 0;
}
.pasmand-scrolled-page #pasmand-container-menu .content>ul {
    margin-top: 0;
}
.pasmand-scrolled-page #pasmand-container-menu .content>ul ul li:last-child {
    border: none;
}



/** PAGE 404 START */
body.page-page-404 {
    background-image: url(../images/isfahan_bg.png);
    background-repeat: repeat;
    background-size: cover;
}
.wrapper-page-404 {
    text-align: center;
    margin: 0;
}
.wrapper-page-404 {
    direction: rtl;
}
.wrapper-page-404 div.dialog {
    width: 95%;
    max-width: 33em;
    margin: 4em auto 0;
}
.wrapper-page-404 div.dialog>div {
    border: 1px solid #CCC;
    border-top: solid 4px;
    border-color: #F3F2F2;
    border-top-color: #00b32e;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: white;
    padding: 7px 12% 0;
    box-shadow: 0 3px 8px rgba(34, 50, 73, 1);
}
section#projects .content ul li a.fa:before {
    color: #223249 !important;
}
#bg-projects {
    background-image: url(../images/project_en.png);
    float: left;
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
    min-width: 100px;
}
.wrapper-page-404 h1 {
    font-size: 100%;
    color: #00b32e;
    line-height: 1.5em;
}
.wrapper-page-404 div.dialog>p {
    margin: 0 0 1em;
    padding: 1em;
    background-color: #F7F7F7;
    border: 1px solid;
    border-color: #F3F2F2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 3px 8px rgba(34, 50, 73, 1);
}
.wrapper-page-404 p.footer {
    font-size: 11px;
}
#block-block-4 p {
    margin: 0;
}
#block-block-4 img {
    width: 100% !important;
}
/** PAGE 404 END */

.head-one.hdn {
    margin-top: -60px !important;
    transition: margin-top 1.5s ease-in;
}
#nav-row {
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: contain;
    position: fixed;
    top:0;
    z-index: 99999999;
}
#nav-row .head-one .medium {
    background-image: url(../images/flag.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 30px;
    float: none;
    display: inline-block;
    max-width: 1200px;
}
section#projects {
    background-image: url(../images/project_bg.png);
}
#block-views-projects-block-1 {
    border-left: 4px solid #00b387;
    float: left;
    margin-right: 1rem;
}
#block-views-projects-block-1 .content a,
section#footer-prefaces .content *
{
    font-weight: bold;
}
#projects .medium > div {
    padding-top: 1rem;
}
#block-block-2,
#block-block-13 {
    font-size: 13px;
    line-height: 2rem;
    margin-top: 1rem;
}
#block-block-2 p,
#block-block-13 p {
    margin: 0;
}
#block-block-2 p a,
#block-block-13 p a
{
    font-weight: bold;
}
#block-menu-menu-social-network ul.menu li {
    background: url(../images/si.png) no-repeat scroll 0 0;
    margin: 0 3px;
    transition: background 0.3s ease 0s;
    float: right;
}
#block-menu-menu-social-network ul.menu li,
#block-menu-menu-social-network ul.menu li a {
    display: inline-block;
    width: 37px;
    height: 37px;
color: transparent;
}

#block-menu-menu-social-network ul.menu li a:before {
    visibility: hidden;
}
#block-menu-menu-social-network ul.menu li.youtube {
    background-position: -2px 1px;
}
#block-menu-menu-social-network ul.menu li.facebook {
    background-position: -39px 1px;
}
#block-menu-menu-social-network ul.menu li.aparat {
    background-position: -111px 1px;
}
#block-menu-menu-social-network ul.menu li.cloob {
    background-position: -146px 1px;
}
#block-menu-menu-social-network ul.menu li.telegram {
    background-position: -218px 1px;
}
#block-menu-menu-social-network ul.menu li.instagram {
    background-position: -254px 1px;
}
#block-menu-menu-social-network ul.menu li.linkedin {
    background-position: -290px 1px;
}
#block-menu-menu-social-network ul.menu li.twitter {
    background-position: -327px 1px;
}
#block-menu-menu-social-network ul.menu li.google-plus {
    background-position: -363px 1px;
}
#block-menu-menu-social-network ul.menu li.soroush {
    background-position: -401px 1px;
}
#block-menu-menu-social-network ul.menu li:hover {
    background-position-y: -36px;
}
.region-footer-prefaces-3 * {
    float: left;
}

#copyright {
    background-image: url(../images/ssss.png);
}

#secondaryNavBar {
    background-color: rgba(255, 255, 255, 1);
}
#secondaryNavBar.scrolled {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 15px rgba(34, 50, 73, 1);
}
#secondaryNavBar .medium {
    display: inline-block;
    max-width: 1200px;
}
body .base-page {
    margin-top: 50px !important;
}
body.front .base-page {
    margin-top: 40px !important;
}
.block.block-has-header .view-header {
    float: right;
}
.block.block-has-header .view-header ::before {
    background-color: #223249;
    text-align: center;
    padding: 0;
    width: 27px;
    height: 27px;
    line-height: 27px;
    border-radius: 5px;
}
.block.block-has-header .content {
    clear: both;
}
section#content .medium {
    padding: 10px !important;
    background-color: #FFFFFF !important;
    border-raduis: 5px;
}
body.page-news section#content .medium {
    padding: 0;
}
#pasmand-tabs-wrapper {
    margin-bottom: 1rem;
}
#pasmand-tabs-wrapper .tabs.primary {
    border:none;
    padding: 0;
}
#pasmand-tabs-wrapper .tabs.primary li {
    display: inline-block;
}
#pasmand-tabs-wrapper .tabs.primary li a,
a.link-action
{
    border: 1px solid #223249;
    background-color: #223249;
    border-color: #223249;
    border-radius: 5px;
    font-weight: 700;
    margin-left: 0;
    margin-right: 0;
    text-align: center !important;
    width: 100%;
    padding: 0.5rem 1rem;
    color: white;
}
#pasmand-tabs-wrapper .tabs.primary li a:hover,
a.link-action:hover {
    background-color: #FFF;
    color: #223249;

}
.element-invisible {
    display: none;
}
.node-head {
    background-color: #F5F5F5;
    border-radius: 5px;
    border-top: 2px solid #ffbf00;
    float: right;
    margin-top: 2rem;
    padding: .8rem;
    width: 100%;
    line-height: 30px;
}
.pasmand-node-tags {
    float: right;
    width: 100%;
    display: block;
    clear: both;
    margin-top: 1rem;
}
.pasmand-node-tags .field-items .field-item {
    float: right;
}
.node-head {
    border-top: none;
    border-bottom: 2px solid #ffbf00 !important;
    margin-top: 0 !important;
    margin-bottom: 2rem !important;

}
/** social network start **/

.node-head .social-links {
    float: right;
}
.node-head .social-links li {
    position: relative;
}
.node-head .social-links li a {
    box-shadow: 0 1px 1px rgba(34, 50, 73, 1) inset, 0 0 8px rgba(0, 179, 135, 1);
    margin: 0;
    position: absolute;
    top: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.node-head .social-links li:hover a {
    top: -3px;
}
.node-head .social-links li, .node-head .social-links li a:before {
    color: #FFF !important;
}
.node-head .social-links li, .node-head .social-links li a {
    float: right;
    height: 25px;
    margin-right: 5px;
    padding: 0;
    width: 25px;
}
.node-head .social-links li a::before {
    color: #fff;
    display: block;
    font-size: 1.5rem;
    padding: 5px;
    text-align: center;
}
/** social network end **/
.container-box-collapsible {
    background-color: white;
    border: 1px solid #223249;
    box-shadow: 0 4px 8px 0 rgba(34, 50, 73, 1), 0 6px 20px 0 rgba(34, 50, 73, 1);
    height: 27px;
    left: 0;
    line-height: 20px;
    padding: 0;
    position: absolute;
    top: 20px;
    width: 220px;
    display: none;
}
body.page-node .node-summary-head .field-type-image {
    float: left;
    margin-right:0.5rem;
}
body.page-node .node-summary-head .field-items img
{
    width: 200px !important;
    height: auto !important;
}
.node-summary-head {
    background-color: #f9f9f9;
    border-radius: 5px;
    float: right;
    padding: .5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    clear: both;
    display: block;
    width: 100%;
    border: 1px solid #f0f0f0;
}
.field-name-field-static-page-header {
    color: #223249;
    font-size: 15px;
}
.pasmand-node-tags .field-item a {
    display: inline-block;
    border: 1px solid #f0f0f0;
    padding: 0.5rem;
    background-color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    background-color: #F9F9F9;
    margin-right: 0.2rem;
}
body.page-node #node-content-body-field img {
    display: block;
    margin: 1rem auto;
    max-width: 850px;
    border-radius: 0;
}
.ntci-img {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.image-in-list-contents {
    float: right;
    max-width: 16rem;
    margin-right: 1rem;
    margin-left: 1rem;
    margin: 0;
    margin-left: 0.5rem;
}
.ntci-img img,
.image-in-list-contents img {
    width: 100%;
    border: 1px solid #f0f0f0;
    height: auto;
    border-radius: 5px;

}
.views-field-title a {
    font-weight: bold;
    display: block;
    line-height: 1.7;
    text-align: justify;
    font-weight: normal;
    color: #223249;
    font-weight: 600;
}
ul.breadcrumb li {
    display: inline-block;
}
ul.breadcrumb .fa::before {
    float: right;
    display: inline-block;
    line-height: 1;
    width: 25px;
    text-align: center;
    height: 1rem;
}
#colorbox {
    z-index: 999999991;
}
.page-node#content .container-box-collapsible {
    width: 100%;
    color: black;
    font-size: 12px;
    direction: ltr;
    text-align: left;
}

/**IMAGE GALLERY START**/
.image-gallery-pictuer {
    margin-bottom: 0.5rem;
}
.image-gallery-pictuer-wrapper,
.image-gallery-photo-wrapper {
    margin: .5rem;
    position: relative;
    margin-bottom: 0;
    background-color: rgba(34, 50, 73, 1);
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}


.box-items.desc-overlay.desc-hover .photo {
    overflow: hidden;
}
.box-items.cols .photo {
    padding: 0 5px;
}
.box-items figure a, .box-items figure img {
    display: block;
    width: 100%;
    max-height: 170px!important;
    min-height: 170px!important;
    overflow: hidden;
}
.box-items.desc-overlay .photo .desc, .flexslider .slides > li .views-field-title {
    background: rgba(34,50,73, 0.8) none repeat scroll 0 0;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 0px;
    position: absolute;
    bottom: 0 !important;
    margin: 0 !important;
}
body .box-items.desc-overlay .photo:hover .desc, .flexslider .slides>li:hover .views-field-title {
    bottom: 0;
}
body .box-items.desc-overlay .photo:hover .desc a {
    color: #ffffff !important;
}
.box-items.desc-overlay .photo figure a::after {
    bottom: 0;
    content: "";
    display: block;
    max-height: 50%;
    min-height: 100px;
    position: absolute;
    right: 0;
    width: 100%}
.box-items figure {
    margin-bottom: 5px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}
.box-items.desc-overlay .photo, .flexslider .slides>li {
    position: relative;
    overflow: hidden;
}
.box-items.cols.cols-4.desc-overlay .photo figure a img {
    min-height: 183px;
}
.box-items.desc-overlay .photo .desc a {
    color: #fff;
}
.box-items.cols .photo .desc h3 {
    margin: 0;
}
.box-items.cols .photo .desc h3 a {
    display: block;
    padding: 5px 0;
    font-size: 14px;
}
.box-items.desc-overlay.desc-hover .photo .desc,
.flexslider .slides>li .views-field-title {
    margin-bottom: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
    transition: all 0.2s ease 0s;
    width: 100%;
}
body.page-image-galleries .flexslider .views-field-title a,
body.page-image-galleries .desc a,
body.page-voice-galleries .desc a,
body.page-video-galleries .desc a
{
    color: #FFF !important;
}
body.page-image-galleries #pasmand-cover-albums-unformmated > div > div {
    margin-bottom: 1rem;
}
#block-views-image-gallery-block-1 {
    float: right;
    width: 100%;
}
.image-gallery-pictuer-wrapper {
}
.image-gallery-pictuer-wrapper a {
    display: block;
    /* border: 1px solid red; */
    text-align: center;
}
.image-gallery-pictuer-wrapper a img {
    text-align: center;
    /*width: 100%;*/
}
.col-lg-12 > .col-lg-3:nth-child(4n+1) {
    /*border: 10px solid red !important;*/
    /*padding-right: 0;*/
}
.col-lg-12 > .col-lg-3:nth-child(4n) {
    /*padding-left: 0;*/
    /*border: 10px solid green !important;*/
}
/**IMAGE GALLERY END**/




/**SEARCH START**/
#search-form  > div > .container-inline,
#search-block-form > div > .container-inline {
    position: relative;
}
#search-block-form > div > .container-inline > .form-type-textfield {
    height: 70px;
    position: absolute;
    right: 0;
    display: block;
    width: 100%;
}
#search-block-form > div> .container-inline > .form-type-textfield input[type="text"] {
    position: absolute;
    width: 100% !important;
    top: 20px;
    display: block;
    right: 0;
    height: 3.5rem;
    border-color: rgba(224, 224, 224, 1);
    box-shadow: 0 1px 1px rgba(34, 50, 73, 1) inset, 0 0 8px rgba(224, 224, 224, 1);
}
#search-block-form > div > .container-inline #edit-actions {
    position: absolute;
    right: 2px;
    top: 2px;
}
form#search-form .form-type-textfield {
    position: relative;
}
form#search-form #edit-keys {
    position: absolute;
    right: 0;
    width: 100% !important;
    height: 3.5rem;
    border: 1px solid #CCC !important;
    height: 3.5rem !important;
}
form#search-form #edit-submit {
    position: absolute;
    right: 3px;
    top: 3px;
}
body.page-search #edit-advanced {
    clear: both;
}
body.page-search input[type="text"],
body.page-search input[type="password"],
body.page-search input[type="file"], select {
}
.more-link a {
    padding: 0.3rem;
    border: 1px solid #223249;
    margin-left: 1.5rem;
    color: #223249 !important;
    border-radius: 5px;
}
.more-link a:hover {
    background-color:#223249;
    color: #FFF !important;
}
.more-link a:hover:before {
    color: #FFF !important;
}
.more-link a:before {
    color: #223249 !important;
}
.views-field-field-link-title-and-url a {
    font-weight: bold;
}
/**SEARCH END**/
#block-block-7 * {
    text-align:right;
}
#pasmand-logo-image {
    float: left;
}
#pasmand-logo-image * {
    margin: 0;
    width: 100%;
}
.menu-responsive-opener::before {
    font-family: FontAwesome;
    font-size: 20px;
    border: 1px solid #223249;
    width: 4rem;
    height: 4rem;
    display: block;
    background: white;
    content: "\f0c9";
    line-height: 4rem;
    border-radius: 5px;
}
.menu-responsive-opener {
    display: none;
    cursor: pointer;
}
.menu-responsive-screen {
    background-color: #e5e5e5;
    border: 1px outset #e5e5e5;
    border-radius: 5px;
    display: block;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 220px;
    width: 100%;
    z-index: 99999 !important;
    margin-top: -2rem;
}
.menu-responsive-screen ul.beauty-menu > li, .menu-responsive-screen ul.beauty-menu > li > a {
    display: block !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 40px !important;
    min-height: 40px !important;
    padding: 0 1rem 0 0;
}
.menu-responsive-screen .mrs-menu > ul > li {
    display: block;
    width: 100%;
    text-align: right;
}
.menu-responsive-screen ul li {
    border-bottom: 1px solid #FFF;
}
.menu-responsive-screen li.parent .nolink:after {
    content:"\f067";
}
.menu-responsive-screen li.parent .nolink.opened:after {
    content:"\f068";
}
.menu-responsive-opener.opened::before {
    content: "\f00d";
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
#block-block-4 img {
    width: 100%;
    height: auto !important;
}
@media (min-width:1200px) {
    body {
    }
}

@media (max-width:1199px) {

}
@media (max-width:1199px) and (min-width: 992px) {
    body {
    }
    #pasmand-logo-main-menu img {
        max-width: 120px
    }
}

@media (max-width:991px) {
    #block-block-6 .content p {
        font-size: 1.5rem;
        line-height: 1;
    }
    #block-block-6 .content img {
        border: 6px solid rgba(255, 191, 0, 1);
    }
}
@media (max-width: 768px) {
    table.pasmand-table-responsive td {
        display: block;
        width: 100%;
    }
    #middle-prefaces {
        padding: 0 !important;
    }
    #middle-prefaces .region > .block {
        float: right;
        width: 100%;
        display: block;
        background-color: #FFF;
        margin-bottom: 1rem;
    }
    #news img {
        display: block;
    }
}
@media (max-width:991px) and (min-width: 768px) {
    body {
    }
    #pasmand-logo-main-menu img {
        max-width: 100px
    }

}
#pasmand-page-main-menu {
    float: left;
    margin-right:20px;
}
@media (min-width: 860px) {
    ul.menu-on-pc.beauty-menu > li {
       
    }
    ul.menu-on-pc.beauty-menu > li:last-child {
        border: none;
    }
}
@media (max-width:860px) {
    #pasmand-container-menu .content ul.beauty-menu {
        display: none;
    }
    .menu-responsive-opener {
        z-index: 9999;
        display: block !important;
    }

}
@media (max-width:767px) {
    .back-white-mid-transparent {
        background-color: #FFF;
    }
    #pasmand-page-main-menu {
        padding-left: 0.5rem;
    }
    .beauty-menu ul {
        width: 100% !important;
    }
    #middle-prefaces {
        background-color: transparent;
        background-image: none;
    }

    #footer-prefaces,
    section#projects {
        background-image: none;
    }
    #pasmand-logo-main-menu img {
        max-width: 100px
    }
}
@media (max-width:600px) {
    .col-xs-6 {
        display: block;
        width: 100% !important;
        clear: both;
        margin-bottom: 1.5rem;
    }
    #middle-prefaces, #middle-prefaces .col-xs-6 {
        padding: 0;
    }
}
@media (max-width:450px) {
    .col-xs-6 {
        display: block;
        width: 100% !important;
        clear: both;
        margin-bottom: 1.5rem;
    }
    #nav-row .col-xs-6 {
        display: inline-block;
        width: 50% !important;
        clear: left !important;
    }
    #block-views-projects-block img, #block-views-news-block .views-row {
        width: 100%;
    }
    section.page-section {
        box-shadow: none;
    }
    .block .block-title {
        margin-right:0;
        margin-left:0;
    }
    .item-list ul li {
        margin: 0 0 0.25em 0.5em;
    }

    .padding-large {
        padding:0;
    }
    #copyright .block .content p {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    #middle-prefaces {
        border-top: 2rem;
        border-bottom: 2rem;
    }
    #middle-prefaces .medium > div {
        padding: 0;
    }
    #middle-prefaces .region .block {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

}
.region > .block {
    padding: 0;
}
#extra-links-header {
    margin-left: 2rem;
}
#extra-links-header,
.region.region-header-links {
    float: right;
}
#ddd li {
    display: inline-block;
}
#block-block-7 {
    padding: 0;
}
#block-block-7 .content * {
    line-height: 3.86rem;
    height: 3.86rem;
    display: inline-block;
}
.wrapper-page-404 * {
    direction: ltr;
}
.wrapper-page-404 a {
    font-weight: bold;
}
.block.block-has-header .block-title {
    float: left;
    background-image: url(../images/his.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 44px;
    margin-left: 0;
}
.block-img-border img {
    color: #223249;
    border: 1px solid;
}
.block-img-no-border img {
    border: none !important;
}
.block-has-space-title-block .block-title {
    visibility: hidden;
}

div.messages {
    width: 80%;
    margin: 0 auto;
    border-radius: 1rem;
    background-repeat: no-repeat;
    background-position: 0.2rem center;
}
div.messages ul li {
    text-align: left;
    padding-left: 3rem;

}
div.messages ul li {
    font-weight: bold;
}
div.messages ul li::before {
    font-family: FontAwesome;
    font-size: 1rem;
}
.i18n-fa div.messages ul li::before {
    content: "\f137";

}
.i18n-en div.messages ul li::before {
    content: "\f138";
}
div.message, table tr.message {
    background-color: rgba(255, 255, 255, 1);
}
div.message {
    background-image: url(../images/message.png);
}
div.error, table tr.error {
    background-color: rgba(255, 255, 255, 1);
}
div.error {
    background-image: url(../images/error.png);
}
div.warning, table tr.warning {
    background-color: rgba(255, 255, 255, 1);
}
div.warning {
    background-image: url(../images/warning.png);
}
div.message {
    border: 1px solid #90EE90;
}
div.error {
    border: 1px solid #FFB6C1;
}
div.warning {
    border: 1px solid #FFD700;
}
div.message, div.error, div.warning {
    background-color: rgba(255, 255, 255, 1) !important;
}
.node-project .content > .field {
    clear: both;
    margin-bottom: 0.5rem;
}
.node-project .field-label-inline .field-label {
    float: right;
    font-weight: bold;
    color: #223249;
    line-height: 2;
    min-width: 12rem;
    /* border: 1px solid red; */
}
.node-project .field-items .field-item {
    float:right;
}
.node-project .field-name-field-project-regions .field-item:after,
.node-project .field-name-field-project-type-of-user .field-item:after
{
    content: ', ';
}
.node-project .field-name-field-project-regions .field-item:last-child:after,
.node-project .field-name-field-project-type-of-user .field-item:last-child:after
{
    content: '';
}
.field-name-field-content-tags .field-items .field-item {
    float: left;
    margin-right: 0.2rem;
}
#opportunities .more-link {
    float: right;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.page-investment-opportunities .views-row > div {
    padding: 0.5rem;
    text-align: center;
    overflow: hidden;
}
.page-investment-opportunities .views-row > div img {
    max-width: 100%;
}
.row-inner-wrapper {
    background-color: #223249;
    text-align: center;
    margin: 0.5rem;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
}
.row-inner-wrapper a {
    color: #FFF !important;
}
#middle-prefaces .medium  >  a {
    display: none;
}
.beauty-menu ul li a {
    padding: 0 1rem 0 0 !important;
}
ul.menu-on-pc.beauty-menu ul li a,
ul.menu-on-pc.beauty-menu > li > a {
    min-height: 4.2rem;
    height: 4.2rem;
    line-height: 3.2rem;
}
body.page-image-galleries #block-views-image-gallery-block {
    margin-bottom: 1rem;
}
body.page-image-galleries #block-views-image-gallery-block .content {
    max-width: 960px;
    margin: 0 auto;
}
body.page-image-galleries #block-views-image-gallery-block #flexslider-1 {
    border: 0;
}
/*body.page-image-galleries section#content {
    background-color: rgba(224, 224, 224, 1) !important;
}*/
.views-row-inner-wrapper {
    padding: 0.5rem;
    background-color: #f9f9f9;
    border: 1px solid #f0f0f0;
    margin: 0.2rem;
    border-radius: 5px;
}
#block-views-vw-news-block img {
    max-width: 100%;
    overflow: hidden;
    height: auto;
    border-radius: 0;
}
section#news .views-field-created {
    float: right;
}
section#news .views-field-created .field-content {
    text-align: center;
    display: inline-block;
    width: 60px;
    background-color: #223249;
    color: #fff;
    padding: 0.6rem;
    position: relative;
    overflow: hidden;
    border-radius: 1rem 0 1rem 0;
    /* border: 1px solid #f0f0f0; */
    /* box-shadow: rgba(224, 224, 224, 1) -20px -30px 103px -30px; */
    font-weight: bold;
    line-height: 1.3rem;
    height: 60px;
    border-radius: 100%;
}

section#news .views-field-created .field-content::before {
    content: '-----';
    position: absolute;
    top: 30%;
    font-size: 20px;
    display: block;
    width: 100%;
    right: 3px;
}
#block-menu-menu-secondary-menu .content ul li {
    margin: 0;
}
#block-menu-menu-secondary-menu .title {
    text-align: center !important;
}
#block-menu-menu-secondary-menu .content ul li .menu-img {
    border: 8px solid #e5e5e5;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    display: block;
    box-shadow: rgba(224, 224, 224, 1) -63px -34px 103px -26px;
    padding: 1.5rem;
    margin: 0 auto;
    transition: background 1s ease;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffbf00+0,85aa25+39,85aa25+53,85aa25+61,85aa25+63,85aa25+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b32e+0,3fb201+50,4dc001+51,468281+100 */
    background: #00b32e; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #00b32e 0%, #00b32e 50%, #00b32e 51%, #00b387 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #00b32e 0%,#00b32e 50%,#00b32e 51%,#00b387 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #00b32e 0%,#00b32e 50%,#00b32e 51%,#00b387 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b32e', endColorstr='#00b387',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    /*background: #ffbf00; /* Old browsers */
    /*background: -moz-linear-gradient(top, #ffbf00 0%, #00b32e 39%, #00b32e 53%, #00b32e 61%, #00b32e 63%, #00b32e 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #ffbf00 0%,#00b32e 39%,#00b32e 53%,#00b32e 61%,#00b32e 63%,#00b32e 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #ffbf00 0%,#00b32e 39%,#00b32e 53%,#00b32e 61%,#00b32e 63%,#00b32e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf00', endColorstr='#00b32e',GradientType=0 ); /* IE6-9 */
}
#block-menu-menu-secondary-menu .content ul li:hover .menu-img {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b32e+0,468281+52,468281+57,61b57a+100 */
    background: #00b32e; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #00b32e 0%, #00b387 52%, #00b387 57%, #00b387 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #00b32e 0%,#00b387 52%,#00b387 57%,#00b387 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #00b32e 0%,#00b387 52%,#00b387 57%,#00b387 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b32e', endColorstr='#00b387',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-animation:jump 1s ease 0s infinite normal;
    -moz-animation:jump 1s ease 0s infinite normal;
    -ms-animation:jump 1s ease 0s infinite normal;
    animation:jump 1s ease 0s infinite normal;
}

@-webkit-keyframes jump{
    0%{ -webkit-transform:translateY(0); transform:translateY(0); }
    20%{ -webkit-transform:translateY(0); transform:translateY(0); }
    40%{ -webkit-transform:translateY(-30px); transform:translateY(-30px); }
    50%{ -webkit-transform:translateY(0); transform:translateY(0); }
    60%{ -webkit-transform:translateY(-15px); transform:translateY(-15px); }
    80%{ -webkit-transform:translateY(0); transform:translateY(0); }
    100%{ -webkit-transform:translateY(0);transform:translateY(0); }
}

@keyframes jump{
    0%{ transform:translateY(0); }
    20%{ transform:translateY(0); }
    40%{ transform:translateY(-30px); }
    50%{ transform:translateY(0); }
    60%{ transform:translateY(-15px); }
    80%{ transform:translateY(0); }
    100%{ transform:translateY(0); }
}


#block-menu-menu-secondary-menu .content ul li .menu-img img {
    width: 90%;
}
/*
#block-views-vw-recyclebin-finder-block .content img {
    border: 1px solid #f0f0f0;
    box-shadow: 0 3px 8px rgba(34, 50, 73, 1);
}
*/
.block-full-width {
    display: block;
    width: 100%;
}
.item-list ul li,
.item-list ul li a
{
    display: block;
    width: 100%;
    float: right;
}
.item-list ul li {
    margin: 0 !important;
    margin-bottom: 1.3rem !important;
}

.item-list ul li a,
#block-fava-dashboard-fava-dashboard-contactus ul li
{
    line-height: 2.2rem;
}
section#news .views-row-inner-wrapper {
}
section#news .views-row-inner-wrapper:hover {
    box-shadow: rgb(200, 200, 200) 0px 5px 20px -6px;
    background-color: white !important;
}

section#news .views-field-body {
    display: block;
    width: 100%;
}
#block-views-vw-recyclebin-finder-block .item-list ul li {
    width: auto;
}
#block-views-vw-recyclebin-finder-block .views-row {
    margin-left: 0.2rem !important;
}

.back-darkblue {
    background-color: rgba(0, 179, 135, 1) !important;
}

.back-darkblue-tiny-transparent {
    background-color: rgba(0, 179, 135, 1) !important;
}

.back-darkblue-mid-transparent {
    background-color: rgba(0, 179, 135, 1) !important;
}

.back-darkblue-large-transparent {
    background-color: rgba(0, 179, 135, 1) !important;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 28px;
    color: white;
    background-color: #00b32e;
    margin-right: 12px;
}
.views-field-field-field-recycling-station-re .field-content {
    margin-top: 12px;
    border: 2px dashed #00b32e;
    border-radius: 5px;
}
.views-field-field-field-recycling-station-ty .field-content{
    margin-top: 12px;
    border: 2px dashed #00b32e;
    border-radius: 5px;
    background-color: #00b32e;
}
.views-field-title a:hover {
    color: #00b32e !important;
}
table.full-width {
    width: 100% !important;
    border-collapse: collapse;
    background-color: #FFF;
}
table tr.heading th {
    background-color: #CCC;
    color: #223249;
}
table td, table th {
    text-align: center;
    /*border: 1px solid #EEE;*/
    padding: 0.2rem;
}
table.zebra tr td,
table.zebra tr th {
    line-height: 3.5rem;
    text-align: center !important;
    border: 1px solid #e0dede;
    font-weight: bold !important;
}
table.zebra tr:nth-of-type(even) {
    background: #F6F6F6;
}
table.zebra td p {
    margin: 0;
}
@media (min-width: 760px) {
    .pasmand-table-responsive td .label {
        display: none;
    }
}
@media (max-width: 759px) {
    .pasmand-table-responsive thead {
        display: none;
    }
    .pasmand-table-responsive tr {
    }
    .pasmand-table-responsive td {
    }
    .pasmand-table-responsive td .label {
        display: block;
        float: right;
        margin-left: 0.5rem;
        font-weight: bold;
    }
}
body.page-node .node-summary-head .field-items img,
body.page-voice-gallery .node-summary-head img
{
    width: 200px !important;
    height: auto !important;
}
body.page-image-gallery .node-summary-head img {
    width: 100% !important;
    height: auto !important;
}
#block-views-image-gallery-block-2 .flex-control-nav {
    text-align: center !important;
}
ul.bullet-color-second li a:before {
    color: #00b32e !important;
}
#node-files-list .field-item,
ul.bullet-color-second li{
    border: 1px dashed #e5e5e53c3;
    border-radius: 50px;
}
ul.bullet-color-second li a,
#node-files-list .field-item a {
    line-height: 4rem;
    display: inline-block;
    width: 100%;
}
ul.bullet-color-second li:hover,
#node-files-list .field-item:hover
{
    background-color: #00b32e;
}
ul.bullet-color-second li:hover a,
#node-files-list .field-item:hover a {
    font-weight: bold;
    color: #223249 !important;
}

.node-static-page-image img {
    display: block;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
body.node-type-schedule-referral-calendar .field-name-field-schedule-referral-image img {
    display: block;
    margin: 0 auto;
}
#pasmand_content_image_gallery > div  {
    float: right;
    display: block;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#pasmand_content_image_gallery  .field-items {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
#pasmand_content_image_gallery  .field-item {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#pasmand_content_image_gallery .field-item img {
    width: 100%;
    height: auto;
    box-shadow: rgb(100, 100, 100) 0px 5px 20px -6px;
    border: 1px solid #F7F7F7;
}
#pasmand_content_image_gallery  .field-item:hover img {
    box-shadow: rgb(10, 10, 10) 0px 5px 20px -6px;
}
#news .block .views-field-nothing{
    display: block;
    width: 100%;
    text-align: left;
}
#news .block .more-link {
    margin-top: 1rem;
    float: left;
}
#news {
    border-top:5px solid #ffbf00
}

#footer_prefaces_bottom .block {
    margin-top: 1rem;
}
#block-fava-visitors-fava-custom-visitors-fe * {
    font-weight: normal !important;
}
#flexslider-1 ul.slides > li .views-field-body {
    background-color: rgba(34, 50, 73, 0.8);
    color: white;
    position: absolute;
    z-index: 999999;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-right: 1rem;
    font-size: 20px;
}
#flexslider-1 ul.slides > li  .views-field-body p {
    margin: 0;
}
#flexslider-1 ul.slides > li .views-field-body a {
    font-weight:bold;
}
.page-node.node-type-poll .node-poll .total {
    text-align: right;
}
#portal-visitors-count > li {
    line-height: 2rem;
}
ul.inline li {
    padding: 0;
}
#pasmand-page-list-items > div {
    padding: 0.3rem;
}
#pasmand-page-list-items > div {
    border-right: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
}
#pasmand-page-list-items > div:nth-child(even) {
    border-right: 3px solid #00B387;
    border-left: 3px solid #00B387;
    background-color: #fff !important;
}
#pasmand-page-list-items .date-content {
    float: left;
}
.views-field-body p {
    margin-bottom: 0;
}
#portal-beside-content > .region > .block {
    /* box-shadow: 0 3px 3px rgba(34, 50, 73, 1); */
    float: right;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    margin-bottom: 2rem;
    width: 100%;
    background-color: #f9f9f9 !important;
}
#portal-beside-content > .region > .block ul li {
    margin: 0 !important;
    height: 40px;
    overflow: hidden;
}
#portal-beside-content > .region > .block ul > li:last-child {
    border-bottom: none;
}
#portal-beside-content > .region > .block:nth-child(2n+1) {
    background-color: #f9f9f9;
}
#portal-beside-content > .region > .block.block-title-has-inverse-bg-color .block-title {
    width: 100%;
    margin: 0;
    line-height: 4rem;
}
#portal-beside-content > .region > .block:nth-child(2n+1).block-title-has-inverse-bg-color .block-title {
    background-color: #223249;
    color: #FFF;
}
#portal-beside-content > .region > .block:nth-child(2n+1).block-title-has-inverse-bg-color .block-title::before {
    background-color: #223249 !important;
    width: 4rem;
    height: 4rem;
    display: inline-block;
    text-align: center;
    color: white !important;
    margin-left: 0.5rem;
    border-radius: 0 5px 5px 0;
}
#portal-beside-content > .region > .block .views-field-title a {
    font-weight: normal !important;
    text-align: justify !important;
    display: block;
    line-height: 40px;
    min-height: 40px;
    width: 100%;
    border: none;
}
#portal-beside-content > .region > .block .block-title::after {
    display: none;
}
#pasmand-page-main-menu {
    float: left;
}
@media (max-width:767px) {
    #pasmand-page-main-menu {
        float: right;
    }
}
#node-files-list img {
    display: none !important;
}

/** colorbox style start**/
#cboxWrapper {
    background-color: rgba(34, 50, 73, 1);
}
#cboxClose, #cboxNext, #cboxPrevious {
    border-radius: 100%;
}
#cboxLoadedContent img {
    border-radius: 0;
}
#cboxCurrent {
    text-align: right;
    direction: ltr;
}
/** colorbox style end**/








/*pager start*/
.item-list-pager {
    border: 1px solid red !important;
}
.item-list .pager {
    border: 1px solid green !important;
}
.item-list .pager li {
    border: 1px solid blue !important;
}
.item-list .pager .pager-current,
.item-list .pager li a {
    border: 1px solid fuchsia !important;
}
.item-list .pager li.pager-ellipsis {
    border: 1px solid orange !important;
}
.pager-current {
    border: 1px solid purple !important;
}
body.page-image-gallery  #content .medium > div,
body.page-voice-gallery  #content .medium > div,
body.page-video-gallery  #content .medium > div,
body.page-node #content .medium > div,
body.page-poll #content .medium > div,
body.page-image-galleries #content .medium > div,
body.page-voice-galleries #content .medium > div,
body.page-video-galleries #content .medium > div,
body.page-electronic-services #content .medium > div,
body.page-citizenship-education #content .medium > div
{
    background-color: #fff !important;
    border-radius: 5px;
    padding: 0.5rem;
}
/*pager end*/
.views-field-created span::before {



    padding-left: 0.4rem;
}
section#news .views-field-created span::before {
    display: none;
}
.pasmand-node-title {
    clear: both;
    font-size: 18px;
    margin: 0;
    margin-top: 0.5rem;
    display: block;
    width: 100%;
    margin-bottom:1rem;
}

.views-exposed-widgets > div input,
.views-exposed-widgets > div select {
    display: block;
    width: 100% !important;
    height: 3rem;
}
.views-exposed-widget.views-submit-button {
    float: right;
    width: auto !important;
}
.views-exposed-widget.views-submit-button input[type="submit"] {
    width: 5rem !important;
    text-align: center;
}

.views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-recycling-stations {
    width: 7rem !important;
}

.nav-row .head-one * {
    font-weight: normal !important;
}
.float-language-direction {
    float: left;
}
.float-reverse-language-direction {
    float: right;
}
#block-poll-recent .total {
    float: right;
}
#block-poll-recent form input[type="submit"],
form#poll-view-voting .poll .vote-form  #edit-vote,
#block-poll-recent .links a,
form#poll-cancel-form input[type="submit"]
{
    float: right;
    min-width: 4rem;
    background-color: rgba(34, 50, 73, 1);
    color: #FFF;
    font-weight: bold;
}
#block-poll-recent form + * {
    display: none;
}
form#poll-view-voting .poll .vote-form .choices {
    margin: 0;
}
.poll .bar .foreground {
    background-color: #223249;
    height: 1em;
    float: left;
}
#portal-beside-content .item-list li:first-child {
    margin-top: 0.5rem;
}
#portal-beside-content .block li a {
    line-height: 2rem;dt img {
    width: 100%;
    display: block;
    height: auto !important;
}
.flexslider .slides > li {
    display: block;
}
.flexslider .slides > li a {
    color: #FFF !important;
}
.block.block-title-has-icon .block-title *,
.block.block-title-has-icon .block-title {
    color: #223249 !important;
}
.block.block-title-has-icon .block-title:after {
    display: none;
}
.block.block-title-has-icon .block-title {
    width: 100%;
    line-height: 5rem;
    height: 5rem;
}
.block.block-title-has-icon .block-title::before {
    width: 4rem;
    height: 5rem;
    display: inline-block;
    text-align: center;
    color: #223249 !important;
    margin-left: 0.2rem;
    font-size: 2.2rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.block.block-title-has-icon .block-title {
    color: #223249;
    border-bottom: 2px solid #ffbf00 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.block.block-title-has-icon {
    background-color: #f9f9f9;
    padding: 0.3rem;
    border-radius: 5px;
    margin-bottom: 2rem;
}
.block.block-title-has-icon .content .views-row {
    border-bottom: 1px solid #FFF;
}
.block.block-title-has-icon .content .views-row:last-child {
    border: none;
}
.block.block-title-has-icon .content .views-row:hover {
    background-color: #f0f0f0;
}
#portal-beside-content .block .block-title {
    margin: 0;
    background-color: #f0f0f0 !important;
}
.block-list-titles .content ul li a {
    font-weight: bold;
}
#middle_prefaces_1 img {
    width: 100%;
}
.block.block-title-has-icon .block-title,
.node-head {
    background-color: #F9F9F9 !important;
    border: 1px solid #f0f0f0;
}


.col-lg-1-7 {
    border: 1px solid red;
    float: right;
    width: 14.286%;
    font-weight: bold;
    text-align: center !important;
    display: inline-block;
}
.header {
    background-color: #223249;
    color: #FFF;
}
.ws_playpause.ws_pause {
    display: none;
}
#middle_prefaces_2 .slick-slide img {
    display: block;
    width: 100%;
}
#middle_prefaces_2 .slick-slide .slide {
    overflow: hidden;
    position: relative;
}
#middle_prefaces_2 .slick-slide .slide .slick-slide-caption {
    position: absolute;
    width: 100%;
    z-index: 9999;
    padding: 1rem 0;
    background-color: rgba(34, 50, 73, 1) !important;
    bottom: 0;
    padding: 0.5rem;
}
#middle_prefaces_2 .slick-slide .slide .slick-slide-caption a {
    color: white !important;
    font-weight: bold;
}
#middle_prefaces_2 .slick-dots {
    text-align: center !important;
}
#content .rtejustify {
    text-align: justify !important;
}
ul li.expanded {
    list-style-image: none !important;
    color:#090;
}
ul li.collapsed {
    list-style-image: none !important;
    color:#090;
}
ul li.leaf {
    list-style-image: none !important;
}
.item-list.item-list-pager {
    text-align: center !important;
}
.gallery-item-cat {
}
.gallery-item-cat .block-inner-wrapper {
    border: 1px solid #f0f0f0;
    position: relative;
    margin: 0.2rem;
    border-radius: 5px;
}
.gallery-item-cat .block-inner-wrapper a {
    display: block;
}
.gallery-item-cat .block-inner-wrapper a span {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    background-color: rgba(34, 50, 73, 1);
    padding: 0.5rem;
    text-align: center !important;
    font-weight: bold;
    color: white !important;
}
.gallery-item-cat .block-inner-wrapper img {
    width: 100%;
    height: auto !important;
}
body.page-node h1,
body.page-node h2,
#pasmand-page-list-items h1,
#pasmand-page-list-items h2 {
    font-size:inherit;
}
a.red {
    color: #F00 !important;
}
a.bold {
    font-weight: bold !important;
}
.ticker-title::after {
    color: #ffbf00;
}
.ticker-title > span {
    background-color: #ffbf00;
}
.fa::before {
    color: #00B387 !important;
}
.font-size-smaller {
    font-weight: normal;
}
.field-name-field-news-fine-title {
    clear: both;
}
#back-top span#button {
    background-color: #00B387 !important;
}
#back-top span#button:hover {
    opacity: 1;
}
#news .fa::before {
    display: none !important;
}
section#news .views-field.views-field-nothing > span {
    background-color: #fff;
    padding: 0.5rem;
    border: 1px solid #00B387;
    border-radius: 5px;
}
section#news .views-field.views-field-nothing > span:hover {
    background-color: #00B387;
}
section#news .views-field.views-field-nothing > span a {
    color: #00B387;
}
section#news .views-field.views-field-nothing > span:hover a {
    color: #fff;
}

.container-image-full-with img {
    width: 100%;
    height: auto;
}
body.page-voice-galleries .flex-control-nav.flex-control-paging,
body.page-video-galleries .flex-control-nav.flex-control-paging,
body.page-image-galleries .flex-control-nav.flex-control-paging {
    display: none;

}
body.page-video-galleries .desc,
body.page-image-galleries .desc,
body.page-voice-galleries .desc {
    z-index: 99999999;
    background-color: rgba(34,50,73,0.8);
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0.5rem 1rem !important;
}
body.page-video-galleries .photo.contain-image-gallery-item:hover .desc,
body.page-image-galleries .photo.contain-image-gallery-item:hover .desc,
body.page-voice-galleries .photo.contain-image-gallery-item:hover .desc {
    background-color: rgba(34,50,73,095);
}
body.page-video-galleries .desc a,
body.page-image-galleries .desc a,
body.page-voice-galleries .desc a {
    font-size: 14px;
    text-align: center !important;
    display: inline-block;
    width: 100%;
}
body.page-video-galleries .desc h3,
 body.page-image-galleries .desc h3,
 body.page-voice-galleries .desc h3 {
     margin: 0;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    transition: ma m
}
ul li.leaf {
    list-style-image: none !important;
}
.item-list.item-list-pager {
    text-align: center !important;
}
.gallery-item-cat {
}
.gallery-item-cat .block-inner-wrapper {
    border: 1px solid #f0f0f0;
    position: relative;
    margin: 0.2rem;
    border-radius: 5px;
}
.gallery-item-cat .block-inner-wrapper a {
    display: block;
}
.gallery-item-cat .block-inner-wrapper a span {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    background-color: rgba(34, 50, 73, 1);
    padding: 0.5rem;
    text-align: center !important;
    font-weight: bold;
    color: white !important;
}
.gallery-item-cat .block-inner-wrapper img {
    width: 100%;
     background-size: contain;
    border-radius: 100%;r-radius: 100%;

    border-radius: 100%;
}#pasmand-page-list-items h2 {
    font-size:inherit;
}
a.red {
    color: #F00 !important;
}
a.bold {
    font-weight: bold !important;
}
.ticker-title::after {
    color: #ffbf00;
}
.ticker-title > span {
    background-color: #ffbf00;
}
.fa::before {
    color: #00B387 !important;
}
.font-size-smaller {
    font-weight: normal;
}
.field-name-field-news-fine-title {
    clear: both;
}
#back-top span#button {
    background-color: #00B387 !important;
}
#back-top span#button:hover {
    opacity: 1;
}
#news .fa::before {
    display: none !important;
}
section#news .views-field.views-field-nothing > span {
    background-color: #fff;
    padding: 0.5rem;
    border: 1px solid #00B387;
    border-radius: 5px;
}
section#news .views-field.views-field-nothing > span:hover {
    background-color: #00B387;
}
section#news .views-field.views-field-nothing > span a {
    color: #00B387;
}
section#news .views-field.views-field-nothing > span:hover a {
    color: #fff;
}

.container-image-full-with img {
    width: 100%;
    height: auto;
}
body.page-voice-galleries .flex-control-nav.flex-control-paging,
body.page-video-galleries .flex-control-nav.flex-control-paging,
body.page-image-galleries .flex-control-nav.flex-control-paging {
    display: none;

}
body.page-video-galleries .desc,
body.page-image-galleries .desc,
body.page-voice-galleries .desc {
    z-index: 99999999;
    background-color: rgba(34,50,73,0.8);
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0.5rem 1rem !important;
}
body.page-video-galleries .photo.contain-image-gallery-item:hover .desc,
body.page-image-galleries .photo.contain-image-gallery-item:hover .desc,
body.page-voice-galleries .photo.contain-image-gallery-item:hover .desc {
    background-color: rgba(34,50,73,095);
}
body.page-video-galleries .desc a,
body.page-image-galleries .desc a,
body.page-voice-galleries .desc a {
    font-size: 14px;
    text-align: center !important;
    display: inline-block;
    width: 100%;
}
body.page-video-galleries .desc h3,
 body.page-image-galleries .desc h3,
 body.page-voice-galleries .desc h3 {
     margin: 0;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    transition: margin 0.5 ease-out;
 }
body.page-video-galleries  .photo.contain-image-gallery-item:hover .desc h3,
body.page-image-galleries  .photo.contain-image-gallery-item:hover .desc h3,
body.page-voice-galleries  .photo.contain-image-gallery-item:hover .desc h3 {
    margin-bottom: 2rem !important;
}
.contain-image-gallery-item {

}
.contain-image-gallery-item img {
    padding: 0.1rem;
    width: 100% !important;
    height: auto !important;
    border: 1px solid #f0f0f0;
}
@media (max-width: 450px) {
    .col-xxs-12 {
        clear: both;
        display: block;
        width: 100%;
    }
}
#pasmand-galleryies img {
    width: 100% !important;
    height: auto !important;
}
#pasmand-galleryies .photo {
}
#pasmand-galleryies .photo::after {
    display: block;
    width: 50px !important;
    height: 50px !important;
    background-color: rgba(0,0,0,0.6);
    z-index: 99999999999999999;
    content: '';
    font-size: 32px;
    position: absolute;
    top: 33%;
    left: 33%;
    width: 33%;
    height: 33%;
    background-size: contain;
    border-radius: 100%;
}
body.page-image-galleries #pasmand-galleryies .photo::after {
    display: none;
}
body.page-voice-galleries #pasmand-galleryies .photo::after {
    background-image: url(../images/voice.png);
}
body.page-video-galleries #pasmand-galleryies .photo::after {
    background-image: url(../images/video.png);
}

.image-gallery-pictuer-wrapper audio {
    margin: 0 auto ;
    display: block;
}
.image-gallery-pictuer-wrapper audio+.description {
    display: none;
}
.views-exposed-widgets .views-exposed-widget {
    padding: 0;
}
.btn.btn-action {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    background-image: linear-gradient(rgb(252, 234, 187) 0%, rgb(252, 205, 77) 50%, rgb(248, 181, 0) 51%, rgb(251, 223, 147) 100%);
    border-color: orange;
    /* color: white; */
    font-weight: bold;
}
.btn.btn-action:hover {
    background-image: none;
    background-color: rgb(252, 234, 187);
    color: rgb(34, 50, 73) !important;
}
.field-name-field-recycling-station-image > .field-items {
    margin: 1.5rem 0;
}
.field-name-field-recycling-station-image > .field-items > .field-item {
    padding: 0;
    border-radius: 0;
    border: 1px solid #f6f6f6;
}
.field-name-field-recycling-station-image > .field-items > .field-item img {
    width: 100%;
    height: auto;
    padding: 0.5rem;
    border-radius: 5px !important;
}



/*SOCIAL NETWORK ICON COLORS -- START*/
.node-head .social-links li a.fa-facebook {
    background: #3b5998 none repeat scroll 0 0;
}
.node-head .social-links li a.fa-twitter {
    background: #55acee none repeat scroll 0 0;
}
.node-head .social-links li a.fa-google-plus {
    background: #dd4b39 none repeat scroll 0 0;
}
.node-head .social-links li a.fa-telegram {
    background: #5499D0 none repeat scroll 0 0;
}
.node-head .social-links li a.fa-link {
    background: #666;
}
.node-head .social-links li a.fa-envelope {
    background: #DD5347;
}
.node-head .social-links li a.fa-print {
    background: #000;
}
/*SOCIAL NETWORK ICON COLORS -- END*/

#pasmand-breadcrumbs {
    padding: 0;
    border-radius: 5px;
}
#pasmand-breadcrumbs ul.breadcrumb {
    /* border: 1px solid green !important; */
    margin: 0;
}
body.page-node .pasmand-node-title a {
    font-weight: bold;
}
body.page-node #node-content-body-field p {
    font-size: 20px;
}
body.page-node .node-summary-head h1 {
    margin: 0;
}
body.page-node .node-summary-head p {
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: justify;
    line-height: 3rem;
}

.node-news.node-teaser {
}
body.page-taxonomy.page-taxonomy-term #block-system-main .content > div.views-row {
    background-color: #FFF;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
}
body.page-taxonomy.page-taxonomy-term #block-system-main .content > div.views-row:nth-child(odd) {
    background-color: #f9f9f9;
}
body.page-taxonomy.page-taxonomy-term #block-system-main .content > div.views-row:nth-child(even) {
    border-color: #00B387;
}

/*DASHBORD MENU ---START*/
#dashboard-menu-sidebar {
    position: fixed;
    z-index: 99999999999;
    right:0;
}
ul.sidebar-dashboard {
    position:relative;
}
ul.sidebar-dashboard.first-home>li:last-child {
    display:none;
}
ul.sidebar-dashboard:last-child {
    border-top:0;
}
ul.sidebar-dashboard,
ul.side-extra-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-width: 5rem;
}
ul.sidebar-dashboard  li,
ul.side-extra-items  li {
    /* padding-left: 10px; */
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
}
ul.sidebar-dashboard > li > a,
ul.side-extra-items > li > a {
    display: block;
    color: #3c3c3c;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dcdcdc;
    text-align: left;
    position: relative;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    -ms-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    transition: border-color 0.2s;
    margin-left: -5px;
    padding-left: 5px;
}
ul.sidebar-dashboard>li>a:after,
ul.side-extra-items>li>a:after {
    content:'';
    position:absolute;
    right:0;left:0;
    bottom:-1px;
    height:1px;
    background-color: rgba(200, 200, 200, 0.5);
    width:100%;
    z-index:2;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
ul.sidebar-dashboard>li>a>i,ul.side-extra-items>li>a>i {
    position:absolute;
    top:0;
    right:0;
    display:inline-block;
    width:100%;
    height:100%;
    text-align:center;
    color:inherit;
    display:table;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
ul.sidebar-dashboard>li>a>i i,
ul.side-extra-items>li>a>i i {
    display:table-cell;
    color:#a0a0a0;
    vertical-align:middle;
    padding-right:0;
    -webkit-transition:padding-right 0.3s;
    -moz-transition:padding-right 0.3s;
    -ms-transition:padding-right 0.3s;
    -o-transition:padding-right 0.3s;
    transition:padding-right 0.3s;
}
ul.sidebar-dashboard > li > a span,
ul.side-extra-items > li > a span {
    padding-right: 34px;
    white-space: nowrap;
    /* width: 100%; */
    overflow: hidden;
    /*display: inline-block;*/
    display: none;
    margin-right: 10px;
}
ul.sidebar-dashboard>li>a.active,
ul.side-extra-items>li>a.active {
    color:#e57373;
    border-bottom-color:#e57373;
}
ul.sidebar-dashboard>li:hover,
ul.side-extra-items>li:hover {
    color:inherit;
}
ul.sidebar-dashboard>li:hover,
ul.side-extra-items>li:hover{
    z-index:101;
    background:#fafafa;
    position:relative;
    margin-left:-5px;
    padding-left:5px;
}
ul.sidebar-dashboard>li:hover a:before,
ul.side-extra-items>li:hover a:before {
    content:'';
    position:absolute;
    left:-1px;
    top:0;
    bottom:0;
    width:1px;
    background:#fafafa;
}
ul.sidebar-dashboard>li:hover a i i,
ul.side-extra-items>li:hover a i i {
    color:inherit;
}
ul.sidebar-dashboard>li:hover a:after,
ul.side-extra-items>li:hover a:after {
    content:'';
    position:absolute;
    width:0;
    bottom:-2px;
    height:2px;
}
ul.sidebar-dashboard>li:hover ul,
ul.side-extra-items>li:hover ul {
    display:block;
}
ul.sidebar-dashboard > li ul,
ul.side-extra-items > li ul {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    margin: 0;
    z-index: 100;
    list-style-type: none;
    background: rgba(0,0,0,0.8);
    padding: 0;
    border: 1px solid #dcdcdc;
    display: none;
}
ul.sidebar-dashboard>li ul .nb-col,
ul.side-extra-items>li ul .nb-col {
    display:block;
    float:right;
    /*margin-left:10px;*/
}
ul.sidebar-dashboard>li ul li,
ul.side-extra-items>li ul li {
    width:163px;
    height:50px;
    line-height:50px;
    float:right;
    border-bottom:1px solid #dcdcdc;
}
ul.sidebar-dashboard>li ul li a,ul.side-extra-items>li ul li a {
    color: #3c3c3c;
}
ul.sidebar-dashboard>li:hover>a>i i,
ul.sidebar-dashboard>li.active>a>i i {
    padding-right:5px;
}
#dashboard-menu-sidebar .sidebar-dashboard > li > a {
    color: white !important;
}
#dashboard-menu-sidebar .sidebar-dashboard > li:hover > a {
    color: black !important;
}
ul.sidebar-dashboard>li:hover>a,
ul.sidebar-dashboard>li.active>a {
    border-bottom-width:2px;
}




ul.sidebar-dashboard>li.li-all:hover>a,
ul.sidebar-dashboard>li.li-all:active>a,
ul.sidebar-dashboard>li:nth-child(10n):hover>a,
ul.sidebar-dashboard>li:nth-child(10n):active>a {
    color:#ff8f00;
    border-bottom-color:#ff8f00;
}
ul.sidebar-dashboard .sidebar-dashboard >li:nth-child(10n):hover .fa:before {
    color: #ff8f00;
}


ul.sidebar-dashboard>li:nth-child(10n+1):hover>a,
ul.sidebar-dashboard>li:nth-child(10n+1).active>a {
    color:#f44336;
    border-bottom-color:#f44336;
}

#dashboard-menu-sidebar .sidebar-dashboard > li:nth-child(10n+1):hover .fa::before {
    color:#f44336 !important;
}
ul.sidebar-dashboard .sidebar-dashboard >li:nth-child(10n+1):hover ul li a {
    border: 1px solid #f44336;
}

ul.sidebar-dashboard>li:nth-child(10n+2):hover>a,
ul.sidebar-dashboard>li:nth-child(10n+2).active>a {
    color:#1cbd2f;
    border-bottom-color:#1cbd2f;
}
#dashboard-menu-sidebar .sidebar-dashboard > li:nth-child(10n+2):hover .fa::before {
    color:#1cbd2f;
}
ul.sidebar-dashboard .sidebar-dashboard >li:nth-child(10n+2) ul li a:hover {
    border: 10px solid #1cbd2f;
}

ul.sidebar-dashboard>li:nth-child(10n+3):hover>a,
ul.sidebar-dashboard>li:nth-child(10n+3).active>a {
    color:#ec407a;
    border-bottom-color:#ec407a;
}
#dashboard-menu-sidebar .sidebar-dashboard > li:nth-child(10n+3):hover .fa::before {
    color:#ec407a;
}
ul.sidebar-dashboard .sidebar-dashboard >li:nth-child(10n+3):hover ul li a {
    border: 1px solid #ec407a;
}


ul.sidebar-dashboard>li:nth-child(10n+4):hover>a,
ul.sidebar-dashboard>li:nth-child(10n+4).active>a {
    color:#8d6e63;
    border-bottom-color:#8d6e63;
}
#dashboard-menu-sidebar .sidebar-dashboard > li:nth-child(10n+4):hover .fa::before {
    color:#8d6e63;
}


ul.sidebar-dashboard>li:nth-child(10n+5):hover>a,
ul.sidebar-dashboard>li:nth-child(10n+5).active>a {
    color:#8dc63f;
    border-bottom-color:#8dc63f;
}
#dashboard-menu-sidebar .sidebar-dashboard > li:nth-child(10n+5):hover .fa::before {
    color:#8dc63f;
}


ul.sidebar-dashboard>li:nth-child(10n+6):hover>a,
ul.sidebar-dashboard>li:nth-child(10n+6).active>a {
    color:#ba68c8;
    border-bottom-color:#ba68c8;
}
#dashboard-menu-sidebar .sidebar-dashboard > li:nth-child(10n+6):hover .fa::before {
    color:#ba68c8;
}


ul.sidebar-dashboard>li:nth-child(10n+7):hover>a,
ul.sidebar-dashboard>li:nth-child(10n+7).active>a {
    color:#009688;
    border-bottom-color:#009688;
}
#dashboard-menu-sidebar .sidebar-dashboard > li:nth-child(10n+7):hover .fa::before {
    color:#009688;
}


ul.sidebar-dashboard>li:nth-child(10n+8):hover>a,
ul.sidebar-dashboard>li:nth-child(10n+8).active>a {
    color:#039be5;
    border-bottom-color:#039be5;
}
#dashboard-menu-sidebar .sidebar-dashboard > li:nth-child(10n+8):hover .fa::before {
    color:#039be5;
}


ul.sidebar-dashboard>li:nth-child(10n+9):hover>a,
ul.sidebar-dashboard>li:nth-child(10n+9).active>a {
    color:#8aa0c2;
    border-bottom-color:#8aa0c2;
}
#dashboard-menu-sidebar .sidebar-dashboard > li:nth-child(10n+9):hover .fa::before {
    color:#8aa0c2;
}

ul.sidebar-dashboard>li.sc:hover,
ul.side-extra-items>li.sc:hover {
    margin-top:-1px;
    border-top:1px solid #dcdcdc;
}
ul.sidebar-dashboard>li.sc:hover a,
ul.side-extra-items>li.sc:hover a {
    margin-left:-10px;
    padding-left:10px;
}
ul.sidebar-dashboard>li ul li a:hover,
ul.side-extra-items>li ul li a:hover{
    color:#0275d7;
}
#dashboard-menu-sidebar .fa::before {
    transition: color 0.5s ease;
    color: white;
    font-size: 25px;
    margin-right: 0;
    margin-left: 0;
    display: inline-block;
    width: 100%;
    height: 50px;
    width: 50px;
    min-width: 50px;
    line-height: 50px;
}
ul.sidebar-dashboard>li:last-child {
    border-color: transparent;
}
ul.sidebar-dashboard > li ul li a {
    color: #FFF;
    /* border: 1px solid red; */
    width: 100%;
    display: inline-block;
    text-align: right;
    padding-right: 1rem;
    font-weight: bold;
}
.sidebar-dashboard > li ul li a:hover {
    background-color: rgba(200, 200, 200, 0.5);
    color: black !important;
}
#block-fava-dashboard-fava-dashboard-contactus ul li {
    line-height: 2.2rem;
}
/*DASHBORD MENU ---END*/
@media (min-width: 992px) {
    section#news .views-row-inner-wrapper .views-field-body {
        height: 230px;
    }
    #pasmand-page-list-items .views-field-title a,
    body.page-node .pasmand-node-title a,
    body.page-taxonomy.page-taxonomy-term #block-system-main .content h4 a {
        font-size: 18px;
    }
    body.page-taxonomy.page-taxonomy-term #block-system-main .content .views-field-body p {
        font-size: 18px;
    }
}
@media (min-width: 600px) and (max-width: 991px) {
    section#news .views-row-inner-wrapper .views-field-body {
        height: 100px;
    }
    #pasmand-page-list-items .views-field-title a,
    body.page-node .pasmand-node-title a,
    body.page-taxonomy.page-taxonomy-term #block-system-main .content h4 a {
        font-size: 16px !important;
    }
    body.page-taxonomy.page-taxonomy-term #block-system-main .content .views-field-body p {
        font-size: 18px !important;
    }
}
@media(max-width: 559px) {
    #pasmand-page-list-items .views-field-title a,
    body.page-node .pasmand-node-title a,
    body.page-taxonomy.page-taxonomy-term #block-system-main .content h4 a {
        font-size: 18px !important;
    }
    body.page-taxonomy.page-taxonomy-term #block-system-main .content .views-field-body p {
        font-size: 16px !important;
    }
}
#block-orgchart-orgchart-oc-0,
#block-orgchart-orgchart-oc-1,
#block-orgchart-orgchart-pc-0,
#block-orgchart-orgchart-pc-1 {
    background-color: #FFF !important;
}
#block-orgchart-orgchart-pc-0 svg text,
#block-orgchart-orgchart-pc-1 svg text{
    direction: ltr !important;
}
body.page-video-galleries .pasmand-video-gallery-container {
    margin-bottom: 0.5rem;
}
body.page-video-galleries .pasmand-video-gallery-container .video-gallery-inner-wrapper {
    border: 1px solid #F1F1F1 !important;
    padding: 0.5rem;
    background-color: #F9F9F9;
    border-radius: 5px;
}
body.page-video-galleries .pasmand-video-gallery-container .pasmand-video-title {
    height: 5rem;
    overflow: hidden;
    line-height: 3rem;
    text-align: center;
    display: block;
    text-align: center;
}
.pasmand-video-title a {
    display:block !important;
    line-height: 3rem;
    text-align: center !important;
    text-align: center;
    font-weight: bold;
    display: block;
}
.item-list .pager li {
    border: none !important;
}
body.page-news #block-system-main #pasmand-page-list-items .views-field-body .field-content{
    font-size: 16px;
    line-height: 2;
}
@media (max-width: 768px) {
    body.page-news #block-system-main #pasmand-page-list-items .views-field-body .field-content{
        font-size: 19px;
        line-height: 1.6;
    }
}
body.page-node .field-type-file .field-items .field-item,
body.page-node  #node-content-body-field .field-type-file .field-items .field-item {
    border: 1px solid #e0dede !important;
}
body.page-node .field-type-file .field-items .field-item span.file,
body.page-node  #node-content-body-field .field-type-file .field-items .field-item span.file {
    /*border: 1px solid red !important;*/
}
body.page-node .field-type-file .field-items .field-item span.file a[href$=".pdf"],
body.page-node #node-content-body-field .field-type-file .field-items .field-item span.file a[href$=".pdf"] {
    background-image: url(../../../../../../modules/file/icons/application-pdf.png);
    padding-right: 16px;
    background-repeat: no-repeat;
    background-position: right;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}
body.page-node .field-type-file .field-items .field-item span.file img,
body.page-node  #node-content-body-field .field-type-file .field-items .field-item img {
    display: none !important;
}
.color-transparent {
    color: transparent;
}
form#educational-research-product-filter .form-item {
    margin: 0 !important;
    padding: 0 0.15rem !important;
    float: right;
}
#pasmand-filter-content {
    margin-top: 0.5rem;
}
#pasmand-filter-content li {
    border: 1px solid #F1F1F1 !important;
    margin-bottom: 0.1rem;
}
#pasmand-filter-content li a {
    display: block;
    line-height: 4rem;
}
#pasmand-filter-content li:nth-child(odd) {
    background-color: #F6F6F6;
}

form[id^="webform-client-form-"] div div.form-item {
}
form[id^="webform-client-form-"] div div.form-item input[type="text"],
form[id^="webform-client-form-"] div div.form-item input[type="password"],
form[id^="webform-client-form-"] div div.form-item input[type="file"],
form[id^="webform-client-form-"] div div.form-item input[type="email"],
form[id^="webform-client-form-"] div div.form-item select {
    width: 400px !important;
}
form#educational-research-product-filter .form-item input, form#educational-research-product-filter .form-item select {
    width: 100% !important;
    height: 35px;
    display: block;
}
body.page-educational-research-product-list #content .medium {
    background-color: #FFF !important;
}
#pasmand-list-products {
    float: right;
    width: 100%;
    clear: both;
}
form#educational-research-product-filter .form-item-container-submit-btn input {
    min-width: 15rem !important;
    text-align: center !important;
    display: block;
}
@media (min-width:1200px) {
    .col-lg-dev-1-5 {
        float: right;
        width: 20%;
    }
}
@media (max-width: 1199px) {
    form#educational-research-product-filter .form-item-container-submit-btn {
        margin-top: 0.5rem !important;
        float: left !important;
    }
    form#educational-research-product-filter .form-item-container-submit-btn label {
        display: none
    }
}