@import url('https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800');

.SkipLinks p {
    display: none;
}

a.Skip:focus, a.Skip:active {
    background-color: #FFF;
    color: #000;
    height: auto;
    padding: 15px;
    position: absolute;
    top: 0;
    right: 10px;
    width: 250px;
    z-index: 10000;
    font-weight: bold;
}

.SkipLinks {
    font-size: 90%;
    margin: 0 auto;
    margin-right: 0;
}

a.Skip {
    height: 1px;
    right: 10px;
    position: absolute;
    top: -1000px;
    width: 1px;
    font-size: 100%;
    padding: 0 10px;
    text-decoration: none;
    font-size: 16px;
}

/* End Skip Links */
body {
    font-family: 'Assistant', 'Arial', sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #000;
    -ms-overflow-style: scrollbar;
}

* {
    box-sizing: border-box;
    outline: none;
}

.General h1 {
    font-size: 45px;
    line-height: 56px;
    color: #285480;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.General h2 {
    font-size: 30px;
    line-height: 27px;
    margin-top: 0;
    display: inline-block;
    color: #295581;
    font-weight: 600;
}

.General h3 {
    font-size: 22px;
    line-height: 140%;
    margin-top: 0;
    display: inline-block;
    color: #295581;
    font-weight: 600;
}

.General a, .General a:focus {
    color: #599ea3;
    text-decoration: none;
}

.General a:hover {
    text-decoration: none;
    color: #477E83;
}

.General p {
    line-height: 160%;
    padding-bottom: 20px;
    text-align: justify;
}

.General ul {
    list-style: none;
    padding: 0;
    margin-right: 36px;
    margin-bottom: 30px;
    text-align: justify;
}

.General ol {
    margin-bottom: 30px;
    text-align: justify;
}

.General li {
    padding-left: 1em;
    text-indent: -14px;
}

.General li::before {
    content: "• ";
    color: #599EA3;
    font-size: 28px;
}

.General ol li::before {
    content: " ";
}

.General ol li {
    padding-left: 1em;
    text-indent: 0px;
}

a:focus, a:hover {
    color: #599ea3;
    text-decoration: none;
}

.SpecialBold {
    font-size: 20px;
    font-weight: 600;
    color: #176C7B;
}

.TitleSimple {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.ContainerPie .Pie {
    text-align: center;
    padding: 40px 0;
}

/* Strip Header */
header {
    width: 100%;
    background-color: rgba(21, 45, 68, 0.9);
    padding: 26px 0;
    height: 118px;
}

.ContainerTitlePortal .Title {
    font-size: 45px;
    margin-top: -12px;
    color: #fff;
}

.ContainerTitlePortal .SubTitle {
    font-size: 18px;
    color: #fff;
    margin-top: -5px;
}

.ContainerLogoIsrael {
    background-image: url(../images/logo-israel.png);
    background-repeat: no-repeat;
    height: 65px;
    width: 53px;
    float: right;
    margin-left: 15px;
    display: inline-block;
}

.StripHeader {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.Breadcrumbs a:focus, .Breadcrumbs a:hover, .Breadcrumbs a {
    color: #000;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
}

.CurrentBread {
    font-weight: 300 !important;
}

a:focus .ColTitlePortal {
    opacity: 0.7;
}

.ColLoginAndSearch {
    float: left;
    padding: 0;
}

/* Top Menu */
.TopMenu {
    background-color: #2E4254;
    height: 43px;
}

.TopMenu ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.TopMenu ul li {
    display: inline-block;
    border-left: 1px solid #688BAE;
    margin-right: -3px;
    width: 20%;
    text-align: center;
}

.TopMenu ul li:last-child {
    border-left: 0;
}

.TopMenu ul li a .ContentLinkLi {
    width: 100%;
    padding: 6px 0px 9px 0;
}

.TopMenu ul li a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
}

.TopMenu ul li.active, .TopMenu ul li a .ContentLinkLi:hover {
    background-color: #1E2B35;
}

.TopMenu ul li.ManagersSpace.active, .TopMenu ul li.ManagersSpace .ContentLinkLi:hover {
    background-color: #71A240;
}

.TopMenu ul li.PedagogicalSpace.active, .TopMenu ul li.PedagogicalSpace a:focus, .TopMenu ul li.PedagogicalSpace .ContentLinkLi:hover {
    background-color: #3098CF;
}

.TopMenu ul li.ProfessionalDeveloper.active, .TopMenu ul li.ProfessionalDeveloper .ContentLinkLi:hover {
    background-color: #92518D;
}

.TopMenu ul li.InquiriesAndServicing.active, .TopMenu ul li.InquiriesAndServicing .ContentLinkLi:hover {
    background-color: #DF943B;
}

.TopMenu {
    transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
}

.TopMenu {
    transition: height 0.4s;
    -moz-transition: height 0.4s;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
}

.TopMenuScroll {
    opacity: 0;
    height: 0 !important;
}

/* End Top Menu */
/* All Site */
.AllSite {
    width: 100%;
    margin-top: 120px;
}

.ImgEareaRight {
    padding-left: 45px;
    margin-left: -15px;
}

.SchoolYearOpen header {
    padding: 10px 0;
}

.SystemOverview header {
    padding: 10px 0 0 0;
}

.SystemOverview .FilterButtons {
    padding-top: 0;
    line-height: 56px;
}

/* Header Scroll */
.HeaderScroll {
    margin-top: 0;
    min-height: 60px;
    padding: 0;
    padding-bottom: 5px;
}

.LiActiveScroll {
    background-color: rgba(0, 0, 0, 0) !important;
}

.ColLoginAndSearchScroll {
    margin-top: 5px;
}

.ColTitlePortalScroll {
    margin-top: -0px;
}

.SubTitleScroll {
    display: none;
}

.ContainerLogoIsraelScroll {
    width: 0 !important;
    margin-left: 0 !important;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.HeaderScroll, header {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

/* End Header Scroll */
nav {
    float: left;
    text-align: center;
}

li.ManagersSpace {
    position: relative;
    display: inline-block;
}

.NavMenuMobil {
    display: none;
}

.LogoIsraelMobile {
    display: none;
}

.ContainerTitlePortal {
    color: #385167;
}

.ContainerTitlePortal .Title .Line {
    display: inline-block;
    padding-left: 13px;
    margin-left: 8px;
    border-left: 1px solid #AFC2D3;
    line-height: 30px;
}

.ContainerLogoEducationOffice, .SignOut, .ContainerSearch, .ContainerLogin {
    float: left;
}

.SignOut {
    margin-left: 14px;
    margin-top: 6px;
}

.SignOut a {
    color: #006DAA;
    font-size: 16px;
}

.InquiriesAndServicing .ContainerLogin, .AdministrativeSpace .ContainerLogin {
    min-width: 145px;
}

.ContainerSearch {
    margin-left: 14px;
    position: relative;
}

.ContainerLogin a:hover span.User {
    text-decoration: underline;
}

.ContainerSearch a:hover span {
    text-decoration: underline;
}

.BorderRight {
    border-right: 1px #333 solid;
    padding-right: 10px;
    height: 20px;
}

.ContainerLogoEducationOffice {
    margin-top: -4px;
}

.ContainerSearch .IconSearch {
    background-image: url(../images/icon-search.png);
    width: 24px;
    height: 22px;
    float: left;
}

.ContainerLogin span, .ContainerSearch span {
    float: left;
    font-size: 16px;
    color: #fff;
}

.ContainerLogin span.User {
    float: right;
    margin-left: 10px;
}

.ContainerLogin span.UserLine {
    float: right;
    margin-left: 10px;
    text-decoration: underline;
}

a .UserLine:hover {
    color: #a2cace;
}

span.glyphicon.glyphicon-triangle-bottom {
    margin-top: 4px;
}

.ContainerLogin .IconLogin {
    background-image: url(../images/icon-user.png);
    width: 24px;
    height: 24px;
    float: right;
    margin-left: 10px;
}

.IconMenuMobile {
    background-image: url(../images/icon-menu-mobile.png);
    width: 18px;
    height: 15px;
    margin-top: 8px;
    display: none;
    margin-left: 20px;
}

.IconLoginMobile {
    background-image: url(../images/icon-login-mobile.png);
    width: 24px;
    height: 24px;
    margin-top: 3px;
    display: none;
}

.IconSearchMobile {
    background-image: url(../images/icon-search-mobile.png);
    width: 21px;
    height: 21px;
    margin: 3px 20px 0 20px;
    display: none;
}

/* Mobile */
.NavMenuMobil ul.nav {
    background-color: #385167;
    margin: 0px -15px;
}

.NavMenuMobil ul.nav a {
    font-size: 16px;
    color: #fff;
}

.nav > li > a {
    padding: 10px 15px;
    height: 100%;
    color: #fff;
    font-size: 22px;
    margin-top: -10px;
}

.nav > li.active a {
    color: #79B2B7;
}

.NavMenuMobil .nav > li > a:hover, .NavMenuMobil .nav > li > a:focus {
    background-color: #283948;
}

/* Mobile */
.StripMain {
    top: -120px;
    position: relative;
    width: 100%;
    margin-bottom: -120px;
}

.StripTopImg {
    top: 0;
    position: relative;
    width: 100%;
}

.TopImg {
    height: 314px;
    background-image: url(../images/Supreme-Court-top.jpg);
}

/* Search Options Box */
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.HeaderMenu nav {
}

ul.navbar-nav {
    width: 100%;
    margin: 0;
}

.AreaActivities {
    display: inline-block;
    float: left;
    font-size: 22px;
    line-height: 30px;
    padding-left: 10px;
    background: #678098;
    color: #fff;
    padding-right: 20px;
    padding-bottom: 3px;
}

.AreaActivities .Area {
    margin-left: 10px;
}

.HeaderMenu .nav > li {
    height: 20px;
    border-left: 1px #79B2B7 solid;
    margin-left: 0;
}

.HeaderMenu .nav > li:last-child {
    border-left: 0;
}

.SearchMobile {
    display: none;
}

.MobileBottomLinks {
    display: none;
}

.HeaderMenu nav ul li ul {
    display: none;
}

.HeaderMenu nav ul li:hover ul {
    display: block;
}

.HeaderMenu nav ul li ul {
    background-color: #152D44;
    position: absolute;
    min-width: 202px;
    margin-top: 35px;
    border-top: 3px #79B2B7 solid;
    line-height: 100%;
    padding-bottom: 10px;
}

.HeaderMenu nav ul li ul a {
    text-align: right;
    color: #ffffff !important;
    display: block;
    padding: 10px 10px 5px 10px;
    font-size: 18px;
}

.HeaderMenu nav ul li {
    height: 100%;
}

.HeaderMenu nav ul li ul a:hover, .HeaderMenu nav ul li ul a:focus {
    text-align: right;
    color: #79B2B7 !important;
    display: block;
    padding: 10px 10px 5px 10px;
    font-size: 18px;
    margin-bottom: 0;
    height: 100%;
}

.InputSearch {
    position: relative;
    float: left;
    margin-top: -5px;
    margin-left: 15px;
}

.InputSearch .IconSearchPage {
    background-image: url(../images/icon-search.png);
    width: 24px;
    height: 22px;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 5px;
}

.InputSearch .form-control {
    width: 131px;
    height: 26px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 100%;
}

.ImgEarea {
    margin-top: 40px;
    margin-bottom: 60px;
}

.ImgEareaLeft {
    border-top: 1px #79B2B7 solid;
    padding: 15px 0;
    color: #666;
    font-size: 18px;
    text-align: justify;
    margin-left: 15px;
    font-weight: 600;
}

.HeaderMenu nav ul li ul a:focus, .HeaderMenu nav ul li ul a:hover {
    color: #fff;
    text-decoration: none;
}

.HeaderMenu nav ul {
    list-style-type: none;
    padding-right: 0;
}

.nav li a:focus, .nav li a:hover {
    background-color: transparent;
    color: #79B2B7;
    height: 55px;
    margin-bottom: -35px;
}

.dropdown-menu {
    padding: 0;
    font-size: 14px;
    border-radius: 0px;
}

.navbar-nav .dropdown-menu > li > a {
    line-height: 30px;
    font-size: 16px;
}

.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
    background-color: #E9EEF3;
}

.navbar-nav .glyphicon.glyphicon-menu-down {
    display: none;
}

/* End Header Menu */
/* dropdown Message */
.Breadcrumbs {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
}

.StripFooter ul {
    list-style-type: none;
    padding-right: 0;
}

.ContainerCredit ul {
    list-style-type: none;
    padding-right: 0;
}

.ContainerCredit ul > li {
    float: right;
}

.ContainerCredit ul > li a:after {
    content: " | ";
    color: #79B2B7;
    padding: 0 10px;
}

.ContainerCredit ul > li:last-of-type a:after {
    display: none;
}

.SocialIcon {
    margin-right: 20px;
    margin-top: -5px;
}

.SocialIcon:hover {
    opacity: 0.7
}

.SubFooter {
    background: #0D1B28;
    padding: 25px 0 10px;
    color: #CCCCCC;
}

.StripFooter {
    background: #152D44;
    color: #fff;
    padding: 30px 0;
    clear: both;
}

.ListLinks a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
}

.ListLinks a:hover {
    color: #CCCCCC;
    text-decoration: none;
}

.ListLinksSiteMap {
    margin-bottom: 40px;
}

.ListLinksSiteMap a {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
}

.ListLinksSiteMap li::before {
    content: " " !important;
}

.ListLinksSiteMap a:hover {
    color: #79B2B7;
    text-decoration: none;
}

.ColtitleFooter {
    color: #79B2B7 !important;
    font-size: 18px !important;
    font-weight: 600;
}

.ContainerCredit {
    font-size: 16px;
    color: #CCCCCC;
}

.ContainerCredit a {
    color: #CCCCCC;
    text-decoration: none;
}

.ContainerCredit a:hover {
    color: #a2cace;
}

.MarginTop20 {
    margin-top: 20px;
}

.MarginTop25 {
    margin-top: 25px;
}

.PaddingTop20 {
    padding-top: 20px;
}

.PaddinBottom20 {
    padding-bottom: 20px;
}

.MarginTop-10 {
    margin-top: -10px;
}

.MarginTop10 {
    margin-top: 10px;
}

.MarginRight40 {
    margin-right: 40px;
}

.JudgeImg {
    padding-top: 10px;
    padding-right: 0;
    float: right;
}

.JudgeNameHeb {
    color: #295581;
    font-size: 30px;
    float: right;
}

.JudgeNameEng {
    color: #474141;
    font-size: 30px;
    float: right;
    padding-right: 10px;
    float: right;
}

.JudgeJob {
    color: #666666;
    font-size: 22px;
    font-weight: 600;
}

.JudgeNames {
    display: inline-block;
}

.JudgeText {
    margin-top: 10px;
    float: left;
    width: 83%;
}

.JudgeSection .btn-primary, .JudgeTitle .btn-primary:active:focus {
    color: #5FA4A9;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    text-decoration: underline;
    outline: 0;
    box-shadow: none;
    padding: 0;
}

.JudgeSection .ReadMore {
    margin: -30px 0 20px;
}

.JudgeSection .HideReadMore {
    margin: -30px 0 20px;
}

.JudgeSection {
    margin-bottom: 30px;
    display: inline-block;
}

.JudgeImgMobile {
    min-width: 80px;
}

.JudgeTitle {
    float: left;
    width: 83%;
}

.ReadMoreText {
    color: #5FA4A9;
    font-size: 18px;
    text-decoration: underline;
}

.morecontent span {
    display: none;
}

a.morelink {
    display: block;
    color: #5FA4A9;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 30px;
    cursor: pointer;
}

a.morelink2, a.morelink2:hover {
    display: block;
    color: #5FA4A9;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 30px;
    cursor: pointer;
}

a.morelink:focus, a.morelink:hover {
    text-decoration: underline;
    color: #477E83;
}

/*.JudgeText .morecontent span {
display:inline;
}
*/
.General-Info-Col h2 {
    font-size: 30px;
    background: #295581;
    color: #fff;
    padding: 10px 20px 15px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 0;
    display: inline-block;
}

.nopadding {
    padding: 0;
}

.ContactInfoSection {
    font-weight: 600;
    font-size: 22px;
}

.ClearBoth {
    clear: both;
}

.General-Info-Col h3 {
    color: #295581;
    font-size: 25px;
    font-weight: 600;
    line-height: initial;
    margin-top: 20px;
    display: block;
}

.ErrorTitle {
    font-size: 80px !important;
    padding: 120px 0 0 0;
}

.ErrorPage {
    color: #474141;
    font-size: 40px;
}

.BackBut {
    color: #fff !important;
    font-size: 18px;
    background: #295581;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 600;
    margin: 10px 0 160px;
}

.BackBut:hover {
    background: #1A3551;
    opacity: 1 !important;
    color: #fff;
    text-decoration: none;
}

.ProceduresBox {
    background-color: rgb(249, 249, 247);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=1,Color=#59000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=1, Color=#59000000, Positive=true);
    padding: 15px;
    margin-bottom: 30px;
}

.ProceduresContent {
    min-height: 120px;
}

.BrochuresBox {
    background-color: rgb(249, 249, 247);
    -moz-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.35);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=1,Color=#59000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=1, Color=#59000000, Positive=true);
    margin-bottom: 25px;
    margin-right: 0;
    margin-left: 0;
}

.ProcedureBox {
    background-color: rgb(249, 249, 247);
    -moz-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.35);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=1,Color=#59000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=1, Color=#59000000, Positive=true);
    margin-bottom: 25px;
    margin-right: 0;
    margin-left: 0;
}

.SideContentBox {
    background-color: rgb(249, 249, 247);
    -moz-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.35);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=1,Color=#59000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=1, Color=#59000000, Positive=true);
    margin-right: 0;
    margin-left: 0;
    height: 483px;
    width: 360px;
    top: 0px;
    z-index: 100;
    display: none;
    position: absolute;
    padding: 20px;
    max-width: 100%;
}

.BrochureContent {
    margin-top: 20px;
    min-height: 141px;
}

.BrochureContent p {
    margin-top: -15px;
    padding-bottom: 10px;
}

.BrochureImg {
    padding: 0 0 0 20px;
}

.SubMenu a:hover .SubOpen {
    visibility: visible;
}

.CurrentLang {
    color: #79B2B7 !important;
}

.ProceduresBoxTitle {
    color: #285480;
    font-size: 25px;
    line-height: 120%;
}

.ProceduresBoxDate {
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 20px;
}

.ProceduresBoxDownload {
    background-image: url(../images/sika.png);
    background-repeat: no-repeat;
    padding-right: 30px;
    color: #79B2B7;
    font-size: 18px;
    background-position: right;
    text-decoration: underline;
}

.BrochureEreaNoImgNoPreview .ProceduresBoxDownload {
    margin-bottom: 20px;
}

.BrochureEreaNoPreview .ProceduresBoxDownload {
    margin-bottom: 20px;
}

.ProceduresBoxShow {
    background-image: url(../images/show-icon.png);
    width: 44px;
    height: 43px;
    float: left;
    background-position: left;
    text-align: left;
    margin-left: -15px;
    margin-top: -27px;
}

.BrochureBoxShow {
    background-image: url(../images/show-icon.png);
    width: 44px;
    height: 43px;
    float: left;
    margin-left: -15px;
    left: 15px;
    margin-top: -24px;
    cursor: pointer;
}

.NoMargin {
    margin: 0 !important;
}

.VirtualBox {
    background-color: rgb(249, 249, 247);
    -moz-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.35);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=1,Color=#59000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=1, Color=#59000000, Positive=true);
    padding: 25px;
    margin-bottom: 60px !important;
}

.TourList {
    padding: 20px;
}

.TourList p {
    font-size: 22px;
    line-height: 140%;
    padding-bottom: 10px;
    text-align: right;
    margin: 0;
    font-weight: 600;
    color: #666666;
}

.TourList a {
    text-decoration: none;
    color: #666666;
}

.TourList a:hover {
    text-decoration: none;
    color: #3D7EC0;
    opacity: 1;
}

.TourList p.Active {
    font-size: 25px;
    color: #295581;
}

.VirtualImages {
    margin: 30px -15px;
}

.VirtualItem h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 20px 0 10px;
}

.VirtualImages a {
    text-decoration: none;
    color: #295581;
}

.VirtualImages a:hover {
    color: #3D7EC0;
    opacity: 1;
}

.ArrowLeft {
    position: absolute;
    bottom: 20px;
    text-align: left;
    left: 15px;
}

.LanguageSelectItem {
    text-align: left;
    padding: 20px 0px;
    float: left;
    visibility:hidden ;
}

.LanguageSelectItem a {
    color: #999999;
}

.DeviderSelect {
    padding: 0 5px;
}

.VirtualBut {
    color: #fff;
    background-color: #295581;
    padding: 5px 15px;
    border-radius: 3px;
    min-width: 150px;
    text-align: center;
    max-width: 40%;
}

.VirtualBut:hover {
    background-color: #152D44;
}

#slider-thumbs .selected img {
    opacity: 0.5;
}

#slider-thumbs .list-inline > li {
    width: 24%;
}

#slider-thumbs .list-inline {
    padding: 20px;
}

#Gallery-Arch .carousel-control.right {
    left: auto;
    background-image: url(../images/arrow-gallery-r.png);
    background-repeat: no-repeat;
    opacity: 1;
    bottom: -98px;
    top: initial;
    z-index: 10;
    height: 44px;
    width: 44px;
}

#Gallery-Arch .carousel-control.left {
    left: 0;
    background-image: url(../images/arrow-gallery-l.png);
    background-repeat: no-repeat;
    opacity: 1;
    bottom: -98px;
    top: initial;
    z-index: 10;
    height: 44px;
    width: 44px;
}

.carousel-control {
    font-size: 0px;
}

.jssora106 {
    display: block;
    position: absolute;
    cursor: pointer
}

.jssora106 .c {
    fill: #fff;
    opacity: .3
}

.jssora106 .a {
    fill: none;
    stroke: #000;
    stroke-width: 350;
    stroke-miterlimit: 10
}

.jssora106:hover .c {
    opacity: .5
}

.jssora106:hover .a {
    opacity: .8
}

.jssora106.jssora106dn .c {
    opacity: .2
}

.jssora106.jssora106dn .a {
    opacity: 1
}

.jssora106.jssora106ds {
    opacity: .3;
    pointer-events: none
}

.jssort051 .p {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000
}

.jssort051 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: .45
}

.jssort051 .p:hover .t {
    opacity: .8
}

.jssort051 .pav .t, .jssort051 .pdn .t, .jssort051 .p:hover.pdn .t {
    opacity: 1
}

.ArchTextSection {
    margin-top: 60px;
}

.SubCollapse {
    background-color: rgb(249, 249, 247);
    min-height: 47px;
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=1,Color=#59000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=1, Color=#59000000, Positive=true);
}

.SubCollapse .SubOpenClose {
    width: 47px;
    height: 47px;
    float: right;
}

.SubCollapse .Title {
    font-size: 18px;
    color: #666666;
    font-weight: 600;
    margin-right: 60px;
    padding: 10px 0;
}

.SubCollapse a:hover, .SubCollapse a:focus {
    text-decoration: none
}

.SubCollapse [aria-expanded="false"] .SubOpenClose {
    background-image: url(../images/sub-open-close-c.png);
}

.SubCollapse [aria-expanded="true"] .SubOpenClose {
    background-image: url(../images/sub-open-close-o.png);
}

.MoreInfoSection {
    background-color: rgb(249, 249, 247);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=4,Color=#59000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=4, Color=#59000000, Positive=true);
    padding: 20px;
    border-top: 1px #295581 solid;
}

.BlueHeader {
    background: #295581;
    color: #fff;
    padding: 3px 20px 5px;
    font-size: 30px;
}

.MoreReadingSection {
    background-color: rgb(249, 249, 247);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=4,Color=#59000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=4, Color=#59000000, Positive=true);
    margin: 20px 0;
    display: flex;
}

.ReadMoreLinks {
    padding: 20px;
}

.ReadMoreLinks p {
    padding-bottom: 0;
    text-decoration: underline;
}

.rightImgMore {
    background-image: url(../images/court.jpg);
    background-repeat: no-repeat;
}

.QuestionErea {
    margin-top: 60px;
}

.TypographyGuide {
    margin-top: 60px;
}

.QuestionIcon {
    text-align: center;
    padding-top: 10px;
}

.QIcon {
    display: inline-block;
}

.QuestiontTitle {
    color: #666666;
    font-size: 22px;
}

.QuestionContent {
    padding-right: 0;
}

.module {
    margin: 0 0 1em 0;
    overflow: hidden;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 4.7em;
}

.A-B-Judges {
    background: #295581;
    color: #fff;
    font-size: 30px;
    padding: 0 15px 0px;
    min-height: 45px;
}

a.AB-Name {
    padding: 0 15px;
    color: #fff;
}

a.AB-Name:hover, a.AB-Name:focus {
    color: #AECAE6;
    text-decoration: none;
    background: #112438;
    padding-bottom: 5px;
    padding-top: 2px;
}

.AB-name-disable {
    cursor: default;
    color: #9f9f9f !important;
}

a.AB-name-disable:hover, a.AB-name-disable:focus {
    background-color: transparent;
}

.btn-primary {
    color: #fff;
    background-color: #295581;
    font-size: 18px;
}

.btn-primary:hover {
    background-color: #1B3754;
}

.JudgesSearchErea {
    margin-top: 20px;
    margin-bottom: 20px;
}

.JudgesSearchErea .form-control {
    height: 40px;
    width: 60%;
    margin-left: 10px;
    font-size: 18px;
}

.LetterLine {
    border-bottom: 1px #79B2B7 solid;
    padding: 0;
    margin-top: 30px;
}

.LetterJudges {
    background: #79B2B7;
    color: #fff;
    font-size: 45px;
    width: 40px;
    padding-right: 7px;
}

.JudgeListItem {
    padding: 30px 0 0;
    clear: both;
    cursor: pointer;
}

.JudgeListItem:last-child {
    margin-bottom: 40px;
}

.JudgeName {
    color: #295581;
    font-size: 25px;
    font-weight: 600;
}

.JudgePosition {
    font-size: 18px;
    color: #666666;
    font-weight: 600;
    max-width: 166px;
}

.RetireJudgeImg {
    margin-top: 10px;
    float: right;
    width: 15%;
    padding-left: 30px;
}

.RetireJudgeContent {
    padding-bottom: 0 !important;
    width: 85%;
    float: right;
}

.Home-Template .TopImg {
    height: 536px;
    background-position: center;
}

.HomeMainBox {
    background-color: rgba(255, 255, 255, 0.7);
    top: 331px;
    padding: 15px 30px 0;
}

.HomeMainBox:hover {
    opacity: 0.8;
    text-decoration: none;
}

.MuseumMainBox {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 260px;
    padding: 15px 30px 0;
    max-width: 808px;
    margin-left: auto;
    margin-right: auto
}

.MuseumMainBox:hover {
    opacity: 0.8;
}

a .MuseumMainBox {
    color: #000;
}

.Home-Template h1 {
    font-size: 50px;
    margin-bottom: 0;
    line-height: 100%
}

.HomeMainBox a {
    color: #48858a;
    padding-right: 10px;
}

.HomeMainBox a:hover {
    color: #3C7175;
}

.UpdatesLine {
    min-height: 58px;
    background: #fff;
}

.Layout-HomePage {
    background: #F9F9F7;
}

.UpdatesTitle {
    color: #295581;
    font-size: 20px;
    font-weight: 600;
    border-left: 1px #79B2B7 solid;
    margin-top: 15px;
    padding: 0 0px 0 20px;
    width: 11%;
}

/*.UpdatesText {
padding: 15px 30px;
float: right;
width: 70%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
*/
.UpdatesText a {
    color: #554643;
    white-space: normal;
}

.UpdatesText a:hover {
    color: #48858a;
}

.HomeMainErea {
    padding: 50px 0;
}

.SearchVerdictsErea h2 {
    background: #295581;
    color: #fff;
    padding: 3px 20px 5px;
    font-size: 30px;
    margin-top: 0;
    line-height: 130%;
    display: block;
    font-weight: normal;
}

.SelectedVerdicts {
    margin-bottom: 12px;
}

.SelectedVerdicts h2 {
    background: #295581;
    color: #fff;
    padding: 3px 20px 5px;
    font-size: 30px;
    margin-top: 0;
    line-height: 130%;
    display: block;
    font-weight: normal;
}

.SelectedProcedures h2 {
    background: #295581;
    color: #fff;
    padding: 3px 20px 5px;
    font-size: 30px;
    margin-top: 0;
    line-height: initial;
    display: block;
    font-weight: normal;
}

.HomeContentBox {
    background-color: rgb(255, 255, 255);
    -moz-box-shadow: 0px 1px 5px rgba(102, 102, 102, 0.33);
    -webkit-box-shadow: 0px 1px 5px rgba(102, 102, 102, 0.33);
    box-shadow: 0px 1px 5px rgba(102, 102, 102, 0.33);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#54666666,Positive=true)";
    padding: 15px;
}

.Home-Template .form-control {
    height: 40px;
    margin-left: 10px;
    font-size: 18px;
}

.HomeContentBox p {
    padding: 0;
}

.ListLinks li::before {
    content: "";
}

.MarginTop15 {
    margin-top: 15px;
}

.FormDevider {
    border-top: 1px #79B3B7 solid;
    margin-top: 25px;
}

.TimeSelector {
    float: left;
    width: 87%;
}

.RadioBut {
    width: 13%;
}

.input-group-addon {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 9;
    left: 7px;
    top: 7px;
    border: 0 !important;
    background-image: url(../images/calendar-icon.png);
    cursor: pointer;
    transition-delay: 0s, 0s;
    transition-duration: 0.15s, 0.15s;
    transition-property: all;
    transition-timing-function: ease-in-out, ease-in-out;
    background-color: #fff;
    background-repeat: no-repeat;
}

.datepicker.datepicker-rtl {
    direction: rtl;
    margin-right: -185px !important;
    margin-top: 10px !important;
}

.datepicker {
    width: 220px;
    z-index: 1060;
}

.HomeContentBox .input-group {
    width: 87%;
}

.HomeContentBox .input-group2 {
    width: 100%;
}

.SearchMainForm {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: 15px;
}

.SlashSmall {
    color: #79B2B7;
    padding: 0 12px;
}

.FileName {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.FileName:focus {
    text-decoration: none;
}

.FileNumber {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333333;
}

.FileDescription {
    font-size: 18px;
    margin-top: 2px;
    height: 54px;
    overflow: hidden;
    margin-bottom: 14px;
}

.FileNumber:hover, .FileNumber:focus, .FileNumber:visited {
    color: #48858a;
    text-decoration: none;
}

a .FileErea {
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
}

a .FileErea:hover, a .FileErea:focus, a .FileErea:visited {
    color: #48858a;
    text-decoration: none;
}

a .FileErea:hover .FileNumber, a .FileErea:focus .FileNumber, a .FileErea:visited .FileNumber {
    color: #48858a;
    text-decoration: none;
}

.PaddingBottom25 {
    padding-bottom: 25px;
}

.AboutStrip {
    background-image: url(../images/strip-about.jpg);
    min-height: 200px;
    background-position: top center;
    background-size: cover;
}

.AboutBox {
    background-color: rgba(255, 255, 255, 0.7);
    margin: 60px 0px;
    padding: 10px 15px;
    min-height: 230px;
}

.AboutBox:hover {
    opacity: 0.8;
}

.AboutBox h3 {
    color: #55969B;
    font-size: 30px;
    font-weight: normal;
    height: 36px;
    overflow: hidden;
}

.AboutBox p {
    text-align: right;
    padding-bottom: 0;
    color: #000;
}

.ReadMore {
    text-align: left !important;
}

.DiscussionName {
    color: #285480;
    font-size: 22px;
    font-weight: 600;
}

.DiscussionDate {
    color: #333333;
}

.DiscussionDate:hover {
    color: #48858a;
}

.Discussion {
    min-height: 122px;
}

.HomeIcons {
    text-align: center;
    color: #285480;
    font-size: 25px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    float: none;
    display: inline-block;
    margin-bottom: 20px;
}

.HomeIcons a {
    color: #285480;
}

.HomeIcons a :hover {
    opacity: 0.8;
}

.IconsLine {
    padding: 60px 0 40px;
    background: #fff;
}

a:hover .HomeIcons, a:focus .HomeIcons {
    opacity: 0.8;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: right;
}

.CalendarLegend {
    padding: 0 20px;
}

.DiscussionsDayErea {
    clear: both;
    margin-top: 15px;
}

.CurrentDay {
    border: 2px solid #fdba3d !important;
    height: 26px;
    width: 26px;
    border-radius: 50px;
    float: right;
    margin-left: 10px;
    margin-top: 3px;
}

.DiscussionsDay {
    border: 1px #79B2B7 solid;
    background: #79B2B7;
    height: 26px;
    width: 26px;
    border-radius: 50px;
    float: right;
    margin-left: 10px;
    margin-top: 2px !important;
}

.DiscussionsSearchBut {
    position: absolute;
    bottom: 20px;
    left: 40px;
}

.CalendarErea {
    text-align: center;
    border-left: 1px #79B2B7 solid;
}

.CalendarErea .img-responsive {
    display: inline-block;
}

.datepicker table tr td.today {
    background-color: #c0ecf0 !important;
    border-color: #c0ecf0;
    color: #000 !important;
}

.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover {
    background-color: #c0ecf0;
    border-color: #c0ecf0;
}

.ImgMuseumOverlay {
    background-color: rgba(51, 70, 87, 0.2);
    position: absolute;
    height: 600px;
    font-size: 1px;
    width: 100%;
    height: 100%;
}

a:hover .ImgMuseumOverlay {
    display: none;
}

.ImgMuseumCaption {
    background-color: rgba(51, 70, 87, 0.85);
    position: absolute;
    z-index: 20;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
    font-size: 38px;
    line-height: 110%;
    min-height: 124px;
}

.ImgPeriod {
    font-size: 30px;
    font-weight: 600;
}

.ImgMuseum {
    border-left: 1px #fff solid;
    margin-bottom: 20px;
    width: 31.5%;
    margin-left: 20px;
}

.PeriodItem {
    margin-bottom: 30px;
}

.PeriodItem:nth-child(3n+1) {
    clear: both;
}

.PeriodItem:hover {
    opacity: 0.8;
}

.modal-title {
    color: #295581;
    font-size: 45px;
}

.modal-header {
    padding: 10px 15px;
    border-bottom: 0;
    margin-bottom: -15px;
}

.close {
    float: left;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    color: #999;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

.close:hover {
    color: #4e4e4e;
}

.SearchBrochureErea {
    margin: 10px -0;
    min-height: 60px;
    border-bottom: 1px #79B2B7 solid;
    padding-bottom: 20px;
}

.SearchBrochureErea .form-control {
    margin: 0 -15px 20px 0;
}

.BrochureSearchBut {
    padding: 0;
    text-align: left;
}

.BrochureSearchBut .btn-primary {
    padding: 6px 20px;
}

.MarginTop30 {
    margin-top: 30px;
}

.PaddingTop10 {
    padding-top: 10px;
}

.MarginBottom25 {
    margin-bottom: 25px;
}

.TraceVertics {
    padding-bottom: 25px;
}

.SelectedProcedureserea {
    max-height: 114px;
    overflow: hidden;
}

.MainTitle:hover {
    text-decoration: none;
}

a .HomeMainBox {
    color: #000;
}

a:hover .HomeMainBox {
    text-decoration: none;
}

.ReadMoreMain {
    color: #559397;
    text-decoration: underline;
    margin-right: 10px;
}

.ReadMoreBox {
    color: #559397 !important;
    text-decoration: underline;
    text-align: left !important;
}

.DiscussionErea {
    margin-bottom: 20px;
}

.IconText {
    padding-left: 5px;
    padding-right: 5px;
    display: table-cell;
    padding-top: 10px;
}

#ProcessNumber {
    width: 95%;
    margin-left: 0;
    float: right !important;
}

.Slash {
    font-size: 24px;
    color: #999999;
    float: left;
    margin-left: -8px;
}

.modal-dialog-SearchDiscussions .Slash {
    float: right;
}

.regular-radio {
    display: none;
}

.regular-radio:checked + label {
    background-color: #fff;
    color: #99a1a7;
    border: 1px solid #79B2B7;
}

.regular-radio + label {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #79B2B7;
    padding: 8px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    margin-bottom: -8px;
}

.regular-radio:checked + label:after {
    content: ' ';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #79B2B7;
    text-shadow: 0px;
    left: 3px;
    font-size: 32px;
}

.DiscussionDescription {
    font-weight: 600;
    height: 55px;
    overflow: hidden;
}

.LegendErea {
    margin-top: 25px;
}

.DiscussionsDay {
    margin-top: 10px;
}

select.minimal {
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 12px;
    background-color: #fff;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

select.simple-control:disabled {
    /*For FireFox*/
    -webkit-appearance: none;
    /*For Chrome*/
    -moz-appearance: none;
}

.VirtualItemImg {
    margin-bottom: 30px;
}

a .VirtualItemImg {
    color: #000;
}

.arrow-virtual {
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 16px;
    padding-right: 50px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.HomePage-Template .StripTopImg {
    display: none;
}

.HomePage-Template .StripBreadCrumbs {
    display: none;
}

.MuseumMain-Template .StripTopImg {
    display: none;
}

.MuseumMain-Template .StripBreadCrumbs {
    display: none;
}

.HomeTopImg {
    background-position: center;
    height: 536px;
    background-repeat: no-repeat;
    background-size: cover;
}

.BannerAboutTheMuseumWP {
    height: 910px;
    background-position: center;
}

.Layout-HomePage h1 {
    font-size: 50px;
    margin-bottom: 0;
    line-height: 100%;
}

.MuseumMainBox h1 {
    font-size: 70px;
    margin: 30px 0;
    line-height: 100%;
}

.Layout-67-33 {
    margin-bottom: 40px;
}

.GalleryErea {
    margin-bottom: 30px;
}

.WP-FAQ {
    margin-bottom: 30px;
}

.Width100 {
    width: 100%;
}

.minimal-modal {
    width: 90% !important;
    float: left !important;
}

.DateModal {
    width: 100%;
}

.Font16 {
    font-size: 16px;
    font-weight: 400;
}

.ErrorAlert {
    font-size: 16px;
    color: red;
}

.modal-title-small {
    font-size: 36px;
    color: #295581;
}

.SearchDiscussionsBut {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.DiscussionBox:nth-child(n+3) {
    display: none;
}

.MuseumMainBox .btn-primary {
    font-size: 22px;
    padding: 4px 40px 8px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.MuseumMainBox p {
    font-size: 22px;
    text-align: center;
}

.ContainerSubCollapse {
    margin-bottom: 20px;
}

.StripFooter ul {
    margin-bottom: 20px;
}

.LangSelect {
    margin-left: 40px;
}

.form-control[disabled] {
    background-color: #fff;
    opacity: 0.4;
    z-index: 10 !important;
}

.dropdown-content {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    padding: 10px;
    position: absolute;
    top: 40px;
    max-width: 275px;
    min-width: 275px;
    z-index: 100000000000;
    display: none;
}

#ProcessNumberModal {
    width: 87%;
}

.DatediscussionPickerModal {
    width: 93.3%;
}

.RadioBut2 {
    width: 6.3%;
}

.DateTitleSearch {
    font-size: 16px;
    font-weight: 400;
    padding-right: 45px;
}

.General-Info-Template .ContentPage {
    padding-left: 30px;
}

.JudgeTitleErea {
    margin-bottom: 10px;
}

.MuseumBoxText {
    max-height: 180px;
    overflow: hidden;
}

.FoundBrochures {
    margin-top: 20px;
    color: #666;
    font-weight: 600;
}

.Page404 .TopImg {
    background-image: none;
}

.Numbers UL {
    margin-right: 0 !important;
    font-size: 16px;
}

.Numbers li {
    padding-left: 1em;
    text-indent: 0 !important;
}

.Numbers li::before {
    content: " " !important;
}

.pagination > .active > a {
    background-color: #666;
    border-color: #666;
}

.pagination > li > a, .pagination > li > span {
    color: #666;
}

.pagination > .active > a:hover, .pagination > .active > a:focus {
    background-color: #666;
    border-color: #666;
}

.pagination > li > a:hover, .pagination > li > a:focus {
    color: #666;
    background-color: #f4f4f4;
}

a .UserLine {
    cursor: pointer;
}

.modal-dialog-SearchVerdicts .HomeContentBox {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal {
    z-index: 9999999999;
}

.Layout-50-50 .ContentPage p {
    text-align: right;
}

#OpenYearModal {
    width: 87% !important;
}

* {
    box-sizing: border-box;
}

.slider {
    width: 100%;
    margin: auto;
}

.slick-slide {
    margin: 0px;
    float: right;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before {
    color: transparent;
    background-image: url(../images/arrow-slider-r.png);
    background-repeat: no-repeat;
    background-position-x: 4px;
}

.slick-next:before {
    color: transparent;
    background-image: url(../images/arrow-slider-l.png);
    background-repeat: no-repeat;
    background-position-x: 4px;
}

.slick-list {
    display: block;
}

.slick-initialized .slick-slide {
    width: 51px !important;
}

.slick-prev {
    right: 0;
    left: auto;
    width: 30px;
    z-index: 999;
    border-left: 1px solid #fff;
    height: 44px;
    background-color: #295581 !important;
}

.slick-next {
    left: 0;
    right: auto;
    width: 40px;
    z-index: 999;
    width: 30px;
    border-right: 1px solid #fff;
    height: 44px;
    background-color: #295581 !important;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1;
}

.QuestionEreaIn {
    padding-top: 20px;
    clear: both;
}

input[type=reset] {
    background: none;
    border: 0;
    color: #599ea3;
    text-decoration: underline;
}

.modal-dialog-SearchVerdicts h2 {
    display: none;
}

.modal-dialog-SearchVerdicts .modal-body {
    padding-right: 0;
    padding-left: 0;
}

.DiscussionsDiary h2 {
    background: #295581;
    color: #fff;
    padding: 3px 20px 5px;
    font-size: 30px;
    margin-top: 0;
    line-height: 130%;
    display: block;
    font-weight: normal;
}

.SelectedDiscussions h2 {
    background: #295581;
    color: #fff;
    padding: 3px 20px 5px;
    font-size: 30px;
    margin-top: 0;
    line-height: 130%;
    display: block;
    font-weight: normal;
}

.IconsErea {
    text-align: center;
}

.RedAlert {
    font-size: 14px;
    color: red;
    clear: both;
    margin-right: 45px;
    height: 0;
}

#YearAlert {
    display: none;
}

#ProcessNumberAlert {
    display: none;
}

.JudgeListItem .less {
    display:;
}

.AboutBoxDescription {
    height: 130px;
    overflow: hidden;
}

.SelectedVerdicts2 {
    height: 352px;
    margin-bottom: 10px;
}

.LanguageSelectItem {
    border: 0;
    margin-top: 10px;
    margin-bottom: 20px; 
}

.LanguageSelectItem li {
    padding: 0;
    border-right: 1px #999 solid;
    height: 20px;
    text-indent: 0;
}

.LanguageSelectItem li:first-child {
    border-right: 0;
}

.LanguageSelectItem li::before {
    content: " ";
}

.LanguageSelectItem > li.active > a, .LanguageSelectItem > li.active > a:focus, .LanguageSelectItem > li.active > a:hover {
    border: 0;
    background-color: transparent;
}

.LanguageSelectItem > li.active > a:focus, .LanguageSelectItem > li.active a {
    color: #000;
}

.LanguageSelectItem > li > a {
    border: 0;
    color: #999999;
    font-size: 20px;
    line-height: 100%;
}

.no-top-image {
    height: 0 !important;
    margin-bottom: 115px;
}

#newsList {
    width: 87% !important;
}

.news-fade .slick-prev, .news-fade .slick-next {
    display: none !important;
}

#newsData .slick-initialized .slick-slide {
    width: 0px !important;
}

.news-item {
    top: 0 !important;
    right: 0 !important;
}

.ClearFields:hover {
    color: #477E83;
}

.ListLinksSiteMap ul {
    margin-right: 0;
}

.ListLinksSiteMap li {
    text-indent: 0;
}

#mini-clndr .clndr .controls {
    background-color: transparent;
    color: #79B2B7;
    margin-top: -20px;
    margin-right: 3%;
}

#mini-clndr .clndr .days-container .days .day.event, #mini-clndr .clndr .days-container .days .empty.event {
    background: transparent;
}

#mini-clndr .clndr .days-container .days .day.event .day-wrap, #mini-clndr .clndr .days-container .days .empty.event .day-wrap {
    cursor: pointer;
    color: #ffffff;
    background-color: #79b2b7;
    border: 0;
    border-radius: 100% !important;
    display: inline-block;
    cursor: pointer;
}

#mini-clndr .clndr .days-container .days .day .day-wrap {
    height: 36px;
    width: 36px;
    position: relative;
    display: inline-block;
}

#mini-clndr .clndr .days-container .days .day .day-wrap .day-number {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}

#mini-clndr .clndr .days-container .days .day.event a, #mini-clndr .clndr .days-container .days .empty.event a {
    color: #fff;
}

#mini-clndr .clndr .days-container .days .day.event:hover, #mini-clndr .clndr .days-container .days .empty.event:hover {
    background-color: transparent;
}

#mini-clndr .clndr .days-container .days .day.event .day-wrap:hover , #mini-clndr .clndr .days-container .days .empty.event .day-wrap:hover {
    background-color: #519297;
}


#mini-clndr {
    font-family: inherit;
}

#mini-clndr .clndr .days-container .days .day, #mini-clndr .clndr .days-container .days .empty {
    display: inline-block;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    font-size: 1em;
    text-align: center;
    color: #212121;
    border-bottom: 0;
    flex: 1 0 14.2857%;
    height: 36px;
    margin-bottom: 10px;
}

#mini-clndr {
    width: 100%;
    padding-bottom: 20px;
}
@media (min-width: 769px) and (max-width: 991px){
    #mini-clndr {
        max-width: 450px;
    }
}
@media (max-width: 768px){
    #mini-clndr .clndr .days-container {
        height: 250px !important;
    }
}

#mini-clndr .controls .month a {
    text-decoration: underline;
    color: #477E83;
}

.days-of-the-week {
    display: flex;
    margin-right: 3%;
    margin-bottom: 10px;
}

.header-day {
    /*width: 14%;*/
    flex: 1 0 14.2857%;
}

#mini-clndr .clndr .days-container {
    position: relative;
    width: unset;
    height: 186px;
    display: flex;
    margin-right: 3%;
}

#mini-clndr .clndr .controls .month {
    width: 70%;
    padding-top: 0px;
    padding-bottom: 5px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 70%;
}

#mini-clndr .clndr .days-container .days {
    display: flex;
    flex-wrap: wrap;
}

.today {
    cursor: pointer;
    color: #ffffff;
    background-color: #fff;
    height: 36px;
    display: inline-block;
    cursor: pointer;
}

.today .day-wrap {
    border: 2px solid #fdba3d !important;
    border-radius: 100% !important;
    display: inline-block;
}

#mini-clndr .clndr .controls .clndr-previous-button:hover, #mini-clndr .clndr .controls .clndr-next-button:hover {
    background-color: transparent;
}

#mini-clndr .clndr .controls .clndr-previous-button, #mini-clndr .clndr .controls .clndr-next-button {
    font-size: 40px;
}

.FullListBut {
    margin-bottom: 10px;
}

.datepicker-days .prev {
    font-size: 18px;
}

.newsticker {
    cursor: default;
    overflow: hidden;
    float: right;
    margin-top: 5px;
}

.newsticker:hover {
    background:;
}

.newsticker ul li {
    overflow: hidden;
    white-space: nowrap;
    display: none;
    padding: 0;
}

.ms-noWrap {
    white-space: normal !important;
}

html, body {
    height: 100%;
}

body {
    flex-direction: column;
}

.Layout-100, .Layout-67-33, .Layout-75-25, .Layout-50-50 {
    flex: 1 0 auto;
    min-height: 340px;
}

.datepicker-days .prev, .datepicker-days .next {
    font-size: 22px;
}
.day.event.adjacent-month, .day.event.last-month, .day.event.next-month .day-wrap {
    background-color: #b3dfe3 !important;
}
.day.event.adjacent-month, .day.event.last-month, .day.event.next-month {
    background-color: transparent !important;
}

.JudgeListItem a.morelink2, .JudgeListItem a.morelink2:hover {
    margin-right: 15%;
}

ul.cbs-List {
    display: block !important;
}

.show-essential-vertics {
    margin: -10px 0 8px 0;
    font-size: 25px;
}

.show-essential-vertics a {
    text-decoration: underline;
    color: #599ea3;
}

.show-essential-vertics a:hover, .show-essential-vertics a:focus {
    text-decoration: underline;
}

.RetireJudgeImg .img-responsive {
    min-width: 90%;
}

.datepicker table tr td.active.active {
    color: #000;
    background-color: transparent;
}

.datepicker table tr td.active.day {
    color: #ffffff !important;
}

.datepicker table tr td.active:hover.active {
    background-color: #eee;
    color: #000;
}

/* 31/12/2017 */
/* Radio button & checkbox*/
label input[type="radio"] ~ i.fa.fa-circle-o {
    color: #79B2B7;
    display: inline;
    font-size: 1em;
}

label input[type="radio"] ~ i.fa.fa-dot-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
    color: #79B2B7;
    display: inline;
}

label:hover input[type="radio"] ~ i.fa {
    color: #79B2B7;
    font-size: 1em;
}

.fa-2x {
    font-size: 1em;
}

label input[type="checkbox"] ~ i.fa.fa-square-o {
    color: #79B2B7;
    display: inline;
}

label input[type="checkbox"] ~ i.fa.fa-check-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    color: #79B2B7;
    display: inline;
}

label:hover input[type="checkbox"] ~ i.fa {
    color: #79B2B7;
}

div[data-toggle="buttons"] label.active {
    color: #79B2B7;
}

div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 0px 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: right;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #79B2B7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div[data-toggle="buttons"] label:hover {
    color: #79B2B7;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type=radio].styled-btn, input[type=checkbox].styled-btn {
    display: none;
}

.dates-types > div {
    margin-left: 30px;
    display: inline-block;
}

.dates-types label span {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

option:disabled {
    display: none;
}

/*<!--Search-Reasults-page --!>*/

#s4-workspace {
    overflow: auto;
    position: relative;
}

.ms-srch-sbLarge > .ms-srch-sb-searchLink {
    height: 32px;
    width: 32px;
    float: left;
}

.ms-srch-sbLarge > input {
    display: inline-block;
    float: right;
    border-style: none;
    outline-style: none;
    vertical-align: top;
    font-size: 18px;
    height: 30px;
    margin: 1px 6px 0px 0px;
    padding: 0px 1px 0px 1px;
    background-color: transparent;
}

.ms-srch-sbLarge > .ms-srch-sb-searchLink {
    height: 32px;
    width: 32px;
    float: left;
    margin-top: 5px;
}

.ms-srch-sb-borderFocused {
    border: 1px solid #ababab !important;
}

.ms-srch-sbLarge > input {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: assistant;
}

.ms-srchnav-item h2 {
    font-size: 20px !important;
    line-height: 230%;
    margin-left: 20px;
}

.ms-srchnav-item h2:focus {
    font-weight: 600;
}

.ms-srch-item-link {
    font-weight: 600 !important;
    color: #285480 !important;
}

.ms-srch-item-path {
    margin: 20px 0px 0px 0px !important;
    text-decoration: underline;
    color: #5FA4A9 !important;
    width: auto !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /*word-break: break-all;*/
    -word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.ms-srch-result #ResultCount {
    display: none !important;
}

.ms-ref-refinername:link, .ms-ref-refinername:visited {
    color: #285480 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}

.ms-ref-refiner #Value, .ms-ref-unsel-toggle, #OtherValue, #SubmitValue {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.ms-core-pageTitle, .ms-core-pageTitle a {
    font-family: assistant !important;
    color: #285480 !important;
}

#s4-titlerow {
    /*height: 150px!important;
    */
}

#pageTitle {
    display: block !important;
    font-size: 45px;
}

.ms-srch-item-icon {
    padding-left: 5px !important;
    float: right !important;
    height: 20px !important;
    margin-top: 20px !important;
}

/*.ms-webpart-zone.ms-fullWidth {
margin-top: 80px!important;
}
*/
.ms-srch-result #PagingSelf a {
    margin: -5px !important;
    padding: 4px 10px 6px 10px !important;
    position: relative;
    top: 1px;
    background-color: #666 !important;
    border: 1px #ddd solid;
    font-size: 15px;
    color: #fff !important;
}

.ms-srch-result #PagingLink a {
    margin: 0px;
    padding: 4px 10px 6px 10px !important;
    position: relative;
    top: 1px;
    color: #777;
    border: 1px #ddd solid;
    font-size: 15px;
}

.ms-promlink-button-image {
    position: absolute;
    margin-right: -7px;
    margin-top: 2px;
}

.ms-promlink-button-enabled, .ms-promlink-button-enabled, .ms-promlink-button-enabled-hover, .ms-promlink-button-enabled:hover {
    border-color: #ddd !important;
    margin-top: 3px !important;
    width: 31px !important;
    height: 31px !important;
}

#PageLinkPrev {
    margin-left: -5px;
}

.ms-srch-result #PagingLink a {
    margin: 0px;
    padding: 1px 8px 4px 7px;
    position: relative;
    top: 1px;
    color: #777;
    margin-left: -5px !important;
}

.ms-srch-result-noResultsTitle {
    margin-top: 40px;
}

.ms-promlink-button-enabled-hover, .ms-promlink-button-enabled:hover {
    background-color: #eee !important;
}

@media (max-width: 991px) {
    .ms-srch-hover-content {
        overflow: hidden;
        display: none !important;
    }

    .ms-srch-hover-innerContainer {
        display: none;
    }

    .ms-srch-item-body {
        width: 100% !important;
    }

    .ms-srch-item {
        overflow: visible !important;
        width: 100% !important;
    }

    .ms-srch-hover-innerContainer {
        display: none;
    }

    .ms-srch-sb-border {
        width: 500px;
    }

    #s4-titlerow {
        height: 90px !important;
    }

    .ms-core-pageTitle, .ms-core-pageTitle a {
        font-size: 35px !important;
    }
}

@media (max-width: 500px) {
    .ms-srch-sb-border {
        width: 300px;
    }

    .ms-srch-sbLarge > input {
        width: 200px;
    }

    .ms-srch-item-path {
        font-size: 15px !important;
    }
}

.ms-srch-hover-outerContainer {
    padding-right: 160px !important;
}

.ms-srch-item {
    overflow: visible !important;
    width: 40% !important;
}

.ms-srch-item, .ms-srch-item:hover, .ms-srch-resultHover:hover, .edisc-SearchResultItemContainer:hover {
    width: 56% !important;
}

.ms-srch-hover-outerContainer {
    width: 56% !important;
    left: 0 !important;
    font-family: assistant !important;
}

@media (max-width: 991px) {
    .ms-srch-item, .ms-srch-item:hover, .ms-srch-resultHover:hover, .edisc-SearchResultItemContainer:hover {
        width: 100% !important;
    }

    .ms-srch-item-body {
        display: block !important;
    }

    .clndr .day {
        cursor: pointer;
    }

    .ms-srch-hover-content div {
        font-family: assistant !important;
    }
}

/* End Search-Reasults-page */

/* Modal Box Search - - - 26/04/2018 */

.regular-btn {
    color: #fff;
    background-color: #27537F;
    font-size: 1.8rem;
    padding: 3px 12px;
}

.box-search {
    padding: 15px 18px;
    margin-bottom: 12px;
    border: 2px solid;
}

.box-search.search-on {
    background-color: #F7F7F7;
    border-color: #79B2B7;
}

.box-search.search-off {
    background-color: #ffffff;
    border-color: #D5DDE6;
    border-width: 1px;
}

.box-search.search-off label:not(.radio-label) {
    opacity: 0.4;
}

.box-search.search-off .regular-btn[disabled] {
    opacity: 0.4;
}

.box-search.search-off .regular-btn[disabled]:hover {
    background-color: #27537F;
}

.box-search.search-off .slash-separator:after {
    opacity: 0.4;
}

.box-search.search-off .input-group .input-group-addon {
    z-index: 0;
}

.box-search .radio-label {
    margin-top: 22px;
    font-size: 20px;
    line-height: 34px;
}

@media (max-width: 749px) {
    .box-search .radio-label {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

.box-search .btn {
    margin-top: 22px;
}

@media (max-width: 749px) {
    .box-search .box-mobile {
        padding-right: 42px;
    }
}

.form-control[disabled] {
    background-color: #fff;
    opacity: 0.4;
}

.regular-btn {
    color: #fff;
    background-color: #27537F;
    font-size: 1.8rem;
    padding: 3px 12px;
}

.regular-btn:hover, .regular-btn.focus, .regular-btn:focus {
    color: #fff;
    background-color: #25446E;
}

.box-search label {
    font-size: 1.6rem;
    margin-bottom: 0;
}

.radio-label {
    margin-top: 22px;
}

.slash-separator {
    position: relative;
}

.slash-separator:after {
    content: '/';
    font-size: 26px;
    color: #999999;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 20px;
}

label input[type="radio"] ~ i.fa.fa-circle-o {
    color: #79B2B7;
    display: inline;
    font-size: 1em;
    margin-left: 5px;
}

label input[type="radio"] ~ i.fa.fa-dot-circle-o {
    display: none;
    margin-left: 5px;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
    color: #79B2B7;
    display: inline;
}

label:hover input[type="radio"] ~ i.fa {
    color: #79B2B7;
    font-size: 1em;
}

.fa-2x {
    font-size: 1em;
}

label input[type="checkbox"] ~ i.fa.fa-square-o {
    color: #79B2B7;
    display: inline;
}

label input[type="checkbox"] ~ i.fa.fa-check-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    color: #79B2B7;
    display: inline;
}

label:hover input[type="checkbox"] ~ i.fa {
    color: #79B2B7;
}

div[data-toggle="buttons"] label.active {
    color: #79B2B7;
}

div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 0 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: right;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0 solid #c8c8c8;
    border-radius: 3px;
    color: #79B2B7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div[data-toggle="buttons"] label:hover {
    color: #79B2B7;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
    box-shadow: none;
}

input[type=radio].styled-btn, input[type=checkbox].styled-btn {
    display: none;
}

.input-group {
    width: 100%;
}

.input-group .form-control:first-child {
    border-radius: 4px;
}

.input-group .input-group-addon {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 10px;
    top: 6px;
    z-index: 10 !important;
    border: 0 !important;
    background-image: url("../images/calendar-icon.png");
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}

@media (max-width: 749px) {
    .input-group {
        margin-bottom: 10px;
    }
}

.datepicker.datepicker-rtl {
    direction: rtl;
    margin-right: -198px !important;
    margin-top: 0 !important;
}

.datepicker {
    width: 220px;
    z-index: 1060;
}

.datepicker table tr td.today {
    background-color: #c0ecf0 !important;
    border-color: #c0ecf0;
    color: #000 !important;
}

.datepicker table tr td.active {
    background-color: #27537F !important;
}

#SearchDiscussionsModal .RedAlert {
    margin-right: 0;
    height: 10px;
}

#SearchDiscussionsModal select#type,
#SearchDiscussionsModal select#year_process {
    appearance: none;
    -webkit-appearance: none;
}

#SearchDiscussionsModal .slash-separator:after {
    top: 25px;
}

#SearchDiscussionsModal .box-search .btn {
    margin-top: 29px;
}

@media (min-width: 992px) {
    #SearchDiscussionsModal .modal-dialog.modal-lg {
        width: 1000px !important;
    }
}

@media (min-width: 768px) {
    #SearchDiscussionsModal .modal-dialog {
        margin: 145px auto;
    }
}

#SearchDiscussionsModal .box-search + .box-search {
    margin-bottom: 0;
}

/* End Modal Box Search */

/*  Period Page  */

.content-text p:last-of-type {
    margin-bottom: 30px;
}

.learning-more-box {
    padding: 20px;
    margin-bottom: 40px;
    background-color: #F9F9F7;
}

.learning-more-box h3 {
    color: #295581;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 20px;
}

.box-shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.learning-more-box .topic a {
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 20px;
    display: flex;
}

.learning-more-box .topic a:hover {
    text-decoration: underline;
}

.learning-more-box .topic a i {
    display: inline-block;
    width: 22px;
    height: 26px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center right;
}

.learning-more-box .topic a.doc i {
    background-image: url("../images/doc.png");
}

.learning-more-box .topic a.video i {
    background-image: url("../images/video.png");
}

.learning-more-box .topic a.audio i {
    background-image: url("../images/audio.png");
}

#video-Modal .modal-title, #audio-Modal .modal-title {
    font-size: 32px;
}

.audio-content {
    height: 50px;
}

@media (max-width: 768px) {
    #video-Modal .modal-title,
    #audio-Modal .modal-title {
        font-size: 28px;
    }
    .slash-separator:after {
        content: ' ';
    }
    #SearchDiscussionsModal #year_process{
        margin-bottom: 10px;
    }
    #SearchDiscussionsModal .modal-dialog {
        margin-top: 100px;
    }
}

@media (min-width: 768px){
   #SearchDiscussionsModal .modal-dialog {
        width: 98%;
    }
}

input.form-control::-ms-clear {
    display: none;
}


/*IE11 Only*/

_:-ms-lang(x), #mini-clndr .clndr .days-container .days {
    min-width: 100%;
    max-width: 100%;
}

_:-ms-lang(x), #mini-clndr .clndr .days-container {
    width: 97%;
}

_:-ms-lang(x), #mini-clndr .clndr .days-container .days .day, #mini-clndr .clndr .days-container .days .empty {
    flex: 1 0 13.2857%;
}



