.archive-case-post-type header.fusion-header-wrapper{
    background-color: #041E42 !important;
}


/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}


.pl-case-archive-page p,
.pl-case-single-page p,
.pl-case-checkout-block p {
    word-break: break-word;
}

.pl-case-archive-page{
    line-height: 28px;
}

.pl-case-checkout-number {
    line-height: 32px;
}

#linux.pl-case-archive-page,
#macosx.pl-case-archive-page,
#macos9.pl-case-archive-page,
#android.pl-case-archive-page {
        line-height: 32px;
}

#iphone.pl-case-archive-page,
#ipad.pl-case-archive-page {
    line-height: 38px;
}

#linux .pl-case-checkout-number,
#macosx .pl-case-checkout-number,
#macos9 .pl-case-checkout-number, 
#iphone .pl-case-checkout-number,
#ipad .pl-case-checkout-number,
#android .pl-case-checkout-number {
        line-height: 36px;
}

.pl-case-archive-page {
    color: #4d4d4d;
    font-family: Sica-SemiBold;
    font-style: normal;
    font-weight: normal;
}

.pl-case-archive-page .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pl-case-checkout-content {
    padding: 0px 10px 0px 0px !important;
}

.pl-case-checkout-content:last-child{
    padding: 0px !important;
}

.pl-case-single-page {
    margin-bottom: 40px;
}

.pl-case-single-page p {
    font-family: Sica-Regular;
}

.pl-case-archive-page .panel {
    box-shadow: none !important;
}

.pl-filter-description span {
    color: #13294b;
    font-size: 22px;
    font-family: Sica-Bold !important;
    line-height: 0 !important;
}

.pl-filter-description p {
   font-size: 16px !important;
    line-height: 24px;
    color: #4D4D4D;
}

.pl-filter-header {
    border-bottom: 1px solid #ebebeb;
    cursor: pointer !important;
}

.pl-filter-header span {
    color: #13294b;
    font-size: 18px;
    font-weight: bold;
}

.pl-filter-header .glyphicon {
    float: right;
    font-size: 16px;
    padding-top: 12px;
}

.pl-search-bar {
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 28px !important;
    height: 65px !important;
    margin-right: 0 !important;
    outline: none !important;
    padding-left: 0 !important;
}

.pl-search-bar::-webkit-input-placeholder {
    color: #4d4d4d;
}

.pl-search-bar::-moz-placeholder {
    color: #4d4d4d;
}

.pl-search-bar:-ms-input-placeholder {
    color: #4d4d4d;
}

.pl-search-bar::placeholder {
    color: #4d4d4d;
}

.pl-search-button {
    border-color: #13294b !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-width: 0 0 2px 0 !important;
    height: 65px !important;
    outline: none !important;
    width: 65px;
}

.pl-search-button .glyphicon {
    color: #13294b;
    font-size: 28px;
}

.pl-search-button:hover,
.pl-search-button:focus {
    background: #fff !important;
}

.pl-filter-items .checkbox label{
    padding-left: 0px;
}

.pl-filter-items .checkbox input[type="checkbox"] {
        margin-top: 9px;
    background: #fff;
    border: 1px solid #98A4AE;
    margin: 0px;
    display: inline-block;
    left: 2px;
    top: 7px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
}

.pl-filter-items .checkbox input[type="checkbox"] + label:before {
    border: 1px solid #98A4AE;
    content: "\00a0";
    display: inline-block;
    font: 15px/1em sans-serif;
    height: 16px;
    margin: 6px .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 16px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px;

}


.pl-filter-items .checkbox input[type="checkbox"]:checked + label:before {
    background: #fff;
    color: #333;
    content: "\2713";
    text-align: center;
}


.pl-filter-items .checkbox input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

.pl-filter-items {
    font-size: 14px;
    display: none;
}

.pl-filter-items .pl-filter-reset{
    cursor:pointer;
}

.pl-case-image {
    background-position: center;
    background-size: cover;
    color: #fff;
    height: 450px;
}

.pl-case-featured-image {
    background-position: center;
    background-size: cover;
    height: 500px;
}

.pl-case-archive-page .pl-case-content {
    padding: 0 !important;
}

.pl-case-checkout-item {
    left: 45px !important;
}

.pl-case-checkout-item h3 {
    font-size: 22.5px !important;
    width: 75% !important
}

.pl-case-content .pl-case-details {
    left: 0;
    bottom: 0 !important;
    position: absolute;
    width: 100% !important;
    line-height: 18px !important;
}

.pl-case-details h3 {
    line-height: 28px !important;
}

.fusion-row .pl-case-content .pl-case-details p,
.pl-case-content .pl-case-details h3 {
    color: #fff !important;
    margin: 0;
    word-break: break-word;
    width: 100%;
}

.pl-case-content .pl-case-details a {
    float: left;
    text-align: center;
}

.pl-case-content .pl-case-details a.pl-right {
    cursor: pointer !important;
    float: right;
}

.pl-case-content .pl-case-details a:focus {
    text-decoration: none;
    color: #fff;
}


.pl-case-content .pl-case-details p {
    padding:0px 15px;
}

.pl-filter-reset,
.pl-filter-reset:hover {
    color: #e2231a;
    font-size: 12px;
    font-weight: 700;
}

.pl-case-description {
    border-radius: 0 !important;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.1) !important;
    font-family: Sica-SemiBold;
    min-height: 350px !important;
    padding: 10px 25px 40px 25px !important;
}

.pl-case-description p {
    font-size: 16px;
    line-height: 24px;
    font-family: Sica-RegularItalic;
}

.pl-case-details-block {
    min-height: 600px;
    padding: 40px 0 0 0 !important;
}

.pl-case-details-block .col-md-12 {
    margin-bottom: 35px;
    padding: 0;
}

.pl-case-checkout-control,
.pl-case-checkout-control a:hover {
    color: #13294b !important;
    font-family: Sica-SemiBold;
    font-size: 14px;
    font-weight: 700;
    margin: 0 1px;
}

.pl-case-all {
    padding: 0 !important;
}

.pl-case-gem-case {
    padding: 0 !important;
}

.pl-case-all .pl-case-checkout-control,
.pl-case-all .pl-case-checkout-control:hover {
    color: #1C2948 !important;
}

.pl-case-divider {
    border-bottom: 1px solid #ebebeb;
    margin-top: 10px;
}

.pl-description-header {
    color: #9e9e9e;
    font-size: 11px;
    font-weight: bold;
}

.pl-case-tags,
.pl-case-tags:hover {
    background-color: #98A4AE;
    border-radius: 16px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    margin: 3px;
}

.pl-case-checkout {
    font-family: Sica-SemiBold;
    background: #13294b !important; 
    height: 65px !important;
    margin-bottom: 40px;
    padding-right: 25px !important;
}

.pl-case-checkout {
    
}

#case_checkout span {
    padding-left: 10px;
}

.pl-case-checkout button {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.pl-case-checkout div {
    margin: 0 !important;
    padding: 0 !important;
}

.pl-case-checkout-number {
    background-color: #00B0B9;
    border-radius: 50%;
    color: #13294b;
    display: inline-block;
    font-weight: 700;
    height: 32px;
    padding: 0 !important;
    text-align: center;
    width: 30px;
    font-size: 16px;
    margin-left: 10px;
}

.archive-case-post-type .pl-case-checkout-number{
    background-color: #98A4AE;
}

.pl-case-cart-button a {
    cursor: pointer;
}

.pl-remove-case span {
    border: 0 !important;
    color: #ff0000 !important;
    font-weight: 700;
}

.pl-case-cart-button .pl-add-case {
    margin-left: 20px;
}

.pl-case-checkout-block {
    min-height: 600px;
    padding: 0 17px !important;
}

.pl-case-item-details {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.1) !important;
    min-height: 600px !important;
}

.pl-case-add-new {
    text-align: center; 
    padding-top: 200px;
}

.pl-case-add-new em {
    color: #c1c1c1;
    font-family: Sica-SemiBold;
}

.pl-case-button-new {
    background: #e0e0e0;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    margin: 25px auto;
    height: 65px;
    padding: 18px 0 !important;
    width: 65px;
}

.pl-case-button-new:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.1) !important;
}

.pl-case-button-new span.glyphicon{
    margin-right: 0px;
}

.pl-case-goto-case:hover {
    text-decoration: none;
}

.pl-case-download-pdf {
    color: #fff;
    margin: 25px 0 0px 0;
    padding: 0 !important;
    text-align: center;
}

.pl-case-download-callback{
    margin: 0px 0 10px 0;
}

.pl-case-download-pdf span {
    font-size: 16px !important;
    font-weight: 400 !important;
}

#case_to_pdf,
#case_checkout {
    background: transparent;
    border: 0 !important;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    color: #fff;
    outline: 0;
}

.pl-case-loading {
    background-color: #dfdfdf !important;
    color: #1C2948 !important;
}
.pl-case-download-pdf span {
    font-size: 14px;
    font-weight: 700;
}

.pl-case-checkout-block {
    font-family: Sica-SemiBold;
}

.pl-case-checkout-item {
    padding-bottom: 40px !important;
}

.pl-case-related-cases .pl-case-details {
    padding: 0 0 100px 0 !important
}

.pl-case-related-cases .pl-case-details h3 {
    color: #fff !important;
    margin-bottom: 15px;
    font-size:20px !important;
}


.pl-case-related-cases span {
    font-family: Sica-SemiBold!important;
    font-weight: normal;
    font-style: normal;
    color: #13294B !important;
    margin-right: 8px;
    font-weight: 400;
    letter-spacing: 1px;
}

.pl-case-related-label {
    margin: 0 !important;
}

.pl-case-searchbar {
    padding-left: 0px !important;
}

.pl-case-filter {
    padding: 0 25px 0 0 !important;
}

.pl-search-button {
    padding: 10px 0 !important;
}

.pl-search-bar {
    padding-right: 0px !important;
}

#filter-projects,
#filter-species,
#filter-machines {
    display: none;
}

.pl-case-filter .panel {
    padding: 0 !important;
}

.pl-case-main-content {
    padding-bottom: 15px;
}

.pl-case-add-more {
    padding: 0 !important;
}

.pl-case-custom-tags {
    margin-bottom: 10px !important; 
}

.single-case-post-type {
    width:100%;
}

.single-case-post-type .align-center, 
.archive-case-post-type .align-center, 
.pl-case-shortcode-container .align-center{
    text-align:center;
}

.single-case-post-type .align-right, 
.archive-case-post-type .align-right, 
.pl-case-shortcode-container .align-right{
    text-align:right;
}



.single-case-post-type .pl-button-cases{
   color: #fff;
    background-color: #00B0B9;
    font-size: 16px;
    padding: 4px 18px;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    min-width: 135px;
    border-radius: 42px;
    display: inline-block;
    text-decoration:none;

}

.single-case-post-type.single #main  {
    padding-top:0px !important;
    padding-left:0px !important;
    padding-right:0px !important;
}

.single-case-post-type #main  .fusion-row, 
.archive-case-post-type #main  .fusion-row
{
    max-width:100%;
    position:relative;
    background-color:#F7F8FA;
}

.archive-case-post-type #main  .fusion-row{
    background-color:#FFF;
}




.single-case-post-type .pl-case-featured-data-banner{
    position: absolute;
    width:100%;
    
}


.single-case-post-type .pl-case-featured-data-banner iframe {
    width: 100vw;
    height: 56.25vw;
}

.single-case-post-type .pl-case-featured-data-banner{
    position: absolute;
    width:100%;
    
}

.single-case-post-type .pl-case-featured-data-banner:not(.image_banner){
    background-image:none !important;
}

.single-case-post-type .pl-case-featured-data-banner.image_banner{
   height: 715px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



.single-case-post-type .pl-case-featured-data-banner .image-thumbs{
    width:100%;
    height:auto;
}

.single-case-post-type .pl-case-checkout {
    float: right;
    margin-top: 8px;
    max-width: 226px;
    padding-right:15px !important;
    line-height: 90px;
        height: 90px !important;
}

.single-case-post-type .pl-case-checkout button{
    line-height: 90px;
}

.single-case-post-type .pl-case-checkout .plus_sign{
       font-size: 30px;
    position: absolute;
    padding-left: 0px !important;
    left: 25px;
    top: 0px;
    line-height: 86px;
    vertical-align: middle;

}

.single-case-post-type .pl-case-description{
    max-width:500px;
}


.single-case-post-type .pl-case-description-main-header {
    background: #98A4AE;
    margin: -11px -26px 0px;
    /* margin-left: -15px; */
    /* width: 100%; */
    padding: 11px 21px 14px;
    color: #fff;
    line-height: 19px;
}

.single-case-post-type .pl-case-details-block {
    background-color: #fff;
    position: relative;
    padding: 0px 0px 0 15px !important;
}

.single-case-post-type .pl-case-details-block .pl-case-details-block-author{
    background-color: #1C2948;
    color:#fff;
    text-align:center;
    padding: 0px 15px 15px 15px !important;
}

.single-case-post-type .pl-case-details-block .pl-case-details-block-author .pl-filter-author-image{
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    -moz-border-radius: 71px;
    -webkit-border-radius: 71px;
    border-radius: 71px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.single-case-post-type .pl-case-details-block .pl-case-details-block-author h4,
.single-case-post-type .pl-case-details-block .pl-case-details-block-author h3, 
.single-case-post-type .pl-case-details-block .pl-case-details-block-author a{
    color:#fff !important;
}

.single-case-post-type .pl-case-details-block .pl-case-details-block-author .details{
     line-height: 15px !important;
     font-size:16px !important;
}

.single-case-post-type .pl-case-details-block .pl-case-details-block-author .details.role{
    margin: 0 0 20px;
}

.single-case-post-type .pl-case-details-block .pl-case-details-block-author .name{
    line-height: 20px !important;
}

.single-case-post-type .pl-case-details-block .pl-case-details-block-author .pl-button-cases{
    margin-top: 50px;
}

    
.single-case-post-type .pl-case-details-block .pl-case-details-block-details{
    padding: 71px 15px 0 15px !important;
}

.single-case-post-type  .pl-case-details-block .col-md-12 {
    margin-bottom: 20px;
    padding: 0;
}

 .pl-case-related-cases{
    background-color: #fff;
    margin: 0 -15px 77px;
    padding: 0 15px;
    position:relative;
}

.pl-case-shortcode-container .pl-case-related-cases{
    position:static;
}

.archive-case-post-type .pl-case-related-cases{
    margin: 0 0px 77px;    
}

 .pl-case-related-cases .pl-case-divider{
    border-bottom-width: 8px;
    border-bottom-style: solid;
    border-bottom-color:  #00B0B9;
    margin-top:0px;
}

.pl-case-related-cases .pl-case-details p{
    font-family: Sica-SemiBoldItalic;
}

.pl-case-related-cases .pl-case-related-title-container .pl-case-divider{
    border-bottom-width: 7px;
    border-bottom-color: #7FC3CD;
}


 .pl-case-related-title span{
    font-size:44px !important;
    font-weight:bold;
}


 .pl-case-related-cases .pl-case-details-morelink .pl-case-gem-case{
    background-color: #00B0B9;
    padding: 5px 15px !important;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    min-width: 147px;
    display: inline-block;
    text-align: center;
    line-height: 31px;

    
   
}
 .pl-case-related-cases .pl-case-details-morelink .pl-case-gem-case.remove_case{
    padding: 5px 10px !important;
}


.pl-case-related-cases .pl-case-details-morelink .pl-case-gem-case.see_cases{
    background-color: #FFFFFF;
}
.pl-case-related-cases  span.glyphicon{
    font-family:'Glyphicons Halflings' !important;
}

span.glyphicon.eleganticon {
	font-family: 'ElegantIcons' !important;
}

.pl-case-related-cases .pl-case-details-morelink  span.glyphicon{
    margin-right: 0px;   
}

.pl-case-archive-page .pl-case-related-cases .pl-case-content, 
.pl-case-shortcode-container .pl-case-related-cases .pl-case-content{
    padding-right:10px !important;
    padding-bottom:8px !important;
}



.pl-case-details-morelink a, 
.pl-case-details-morelink span.glyphicon{
    font-size: 16px !important;
    font-weight: normal;
    color:#fff !important;
    text-decoration: none !important;
}

.pl-case-shortcode-container .pl-case-details-morelink a, 
.pl-case-shortcode-container .pl-case-details-morelink span.glyphicon{
    font-size: 14px !important;
}

 .pl-case-details-morelink .pl-case-gem-case.see_cases a, 
 .pl-case-details-morelink .pl-case-gem-case.see_cases span.glyphicon{
    color:#1C2948 !important;
}


.pl-case-details-morelink a:hover{
    
}


.pl-case-details-morelink {
   position: absolute;
   bottom: 37px;
   width: 100%;
}

 .pl-case-details-morelink h3{
    margin-bottom:15px;
}

 .pl-case-details-morelink .pl-case-item-details .pl-case-details p {
    font-style: italic;
}

 .pl-case-details-morelink span.pl-case-gem-case{
    margin-right:0px;
}
.archive-case-post-type .pl-case-search-bar {
    padding:0px;
}
.archive-case-post-type .pl-case-search-bar .pl-case-searchbar-input-toggle,
.archive-case-post-type .pl-case-search-bar .pl-case-searchbar-input, 
.archive-case-post-type .pl-case-search-bar .pl-case-searchbar-input input, 
.archive-case-post-type .pl-case-search-bar .pl-case-searchbar-input .pl-search-button, 
.archive-case-post-type .pl-case-search-bar .pl-case-checkout-container
{
    background-color: #F7F8FA !important;
    height: 90px !important;
    line-height: 90px;
}

.archive-case-post-type .pl-case-search-bar .pl-case-searchbar-input-toggle{
    text-align:center;

}

.archive-case-post-type .pl-case-search-bar .pl-case-searchbar-input-toggle a.fusion-icon{
    font-size:23px;
    text-decoration: none;
}

.archive-case-post-type .pl-case-search-bar .pl-case-checkout{
    height: 90px !important;
    line-height: 90px;
}

.archive-case-post-type .pl-case-search-bar .pl-case-searchbar-input input.pl-search-bar{
    font-size:25px !important;
    color:#4D4D4D;
    line-height: 50px !important;
}
.archive-case-post-type .pl-case-search-bar .pl-case-searchbar-input .pl-search-button span.glyphicon{
    color: #4D4D4D !important;
    font-weight: normal;
    font-size: 30px;
    top: -3px;
    
}


.archive-case-post-type .pl-case-search-bar .pl-search-button{
    border-width:0 0 0px 0 !important;
}

.archive-case-post-type .pl-case-search-bar .pl-case-checkout{
    margin-bottom:0px !important;
    margin-right: -15px;
    max-width: 226px;
    margin-left: auto;
}

.archive-case-post-type .fusion-page-title-bar .fusion-page-title-captions{
    text-align: center;
    width: 100%;
}

.archive-case-post-type .fusion-page-title-bar .fusion-page-title-captions p.special-header{
    color:#4D4D4D;
    font-size:23px;
    font-family:Sica-Regular;
}


.archive-case-post-type .pl-case-archive-page .pl-case-filter .pl-case-filter-close {
    display:none;
    margin: 0 0 0 auto;
    width: 15px;
    cursor: pointer;
}

.archive-case-post-type .pl-case-archive-page .pl-case-filter{
   -webkit-transition: width .5s; /* For Safari 3.1 to 6.0 */
  transition: width .5s;
  overflow: hidden;
  
}

.archive-case-post-type .pl-case-search-bar .pl-case-searchbar-input-toggle a.fusion-icon{
   color: #4D4D4D !important;
   font-weight: normal; 
   font-size: 27px;
}
.container-iframe-youtube {position:relative;}
.playerbutton-youtube {
   padding: 0px;
    border: 0px;
    cursor: pointer;
    height: 61px;
    width: 61px;
    position: absolute;
    left: 50%;
    background: #FFFFFF;
    top: 50%;
    -moz-border-radius: 42px; 
    -webkit-border-radius: 42px; 
    border-radius: 42px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;

}


.pl-case-featured-data-banner .playerbutton-youtube{
    left: 44%;
    top: 30%;
    display:none;
}



.single-case-post-type #case_checkout .eleganticon {
    font-size: 30px;
    line-height: 12px;
    top: 7px;
}

.archive-case-post-type #case_checkout .eleganticon {
     font-size: 30px;
    line-height: 12px;
    top: 7px;
}

.pl-case-related-cases .pl-case-details-morelink span.glyphicon.eleganticon {
    font-size: 22px !important;
    top: 3px;
    padding: 0px;
    width: 21px;
}

.pl-case-details-morelink  .pl-case-gem-case a{
    position: relative;
    top: -1px;
}

.pl-case-related-cases .pl-case-details-morelink .pl-case-seecases span.glyphicon.eleganticon {
   font-size: 24px !important;
    top: 6px;
    line-height: 9px;
    height: 21px;
}

.single-case-post-type .pl-case-description-main-header span.glyphicon.eleganticon {
    font-size: 28px;
    line-height: 12px;
    top: 7px;
}

.playerbutton-youtube .glyphicon {
    color:#98A4AE;
}

.pl-case-single-page:not(.image_banner) .row{
    position:relative;
}

.pl-case-single-page .container-button-iframe {
    position: absolute;
    /* text-align: center; */
    left: -25px;
    bottom: 85px;
    text-align: left;
}
.pl-case-single-page .container-button-iframe .container-iframe-youtube{
    position:absolute;
    bottom:0px;
}


.single-case-post-type #main .fusion-row .big-row{
}

.pl-case-side-container {
    padding:0px !important;
}

.single-case-post-type .pl-case-details-block .pl-case-side-container .col-md-12{
    margin-bottom:0px;
}
.single-case-post-type .pl-case-details-block .pl-case-side-container  .pl-case-details-block-sites{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #98A4AE;
    padding:15px !important;
    position: relative;
    min-height: 380px;
}


.single-case-post-type .pl-case-details-block .pl-case-side-container  .pl-case-details-block-sites:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
 
}

.single-case-post-type .pl-case-details-block .pl-case-side-container .pl-case-details-block-sites .pl-filter-sites {
    position: absolute;
    z-index: 1;
    padding: 15px 15px 20px;
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
}

.single-case-post-type .pl-case-details-block .pl-case-side-container  .pl-case-details-block-sites h3, 
.single-case-post-type .pl-case-details-block .pl-case-side-container  .pl-case-details-block-sites p {
    color:#fff !important;
}

.single-case-post-type .pl-case-details-block .pl-case-side-container  .pl-case-details-block-sites p {
    font-size: 16px;
    line-height: 24px;
    font-family: Sica-RegularItalic;
}

.single-case-post-type .pl-case-side-container a.pl-button-cases{
    cursor:pointer;
}


 .single-case-post-type.single.mobile-menu-enabled-body:not(.admin-bar) #main {
    padding-top: 130px!important;
}

.loading-data-container{
    width: 25px;
    margin: 0 auto;
}

.loading-data-container .loading-data{
    font-size: 25px;
}


 
@media only screen and (min-width: 1534px) {
    .archive-case-post-type  #main  .fusion-row .pl-case-archive-page, 
    .archive-case-post-type .fusion-page-title-row{
        margin: 0 auto;
	max-width: 1616px;
    }
}    


    
@media only screen and (min-width: 1367px) {
   
}    


@media only screen and (min-width: 1367px) {
    
    
    
    .pl-case-archive-page,
    .pl-case-checkout-block {
        margin-top: -50px !important;
    }
    .pl-case-image {
        min-width: 292px;
    }
}

@media only screen and (min-width: 1235px) {
     .single-case-post-type  #main  .fusion-row .big-row, 
    .archive-case-post-type  #main  .fusion-row .pl-case-archive-page, 
    .archive-case-post-type .fusion-page-title-row{
        margin: 0 auto;
	max-width: 1544px;
    }
    .single-case-post-type  #main  .fusion-row .pl-case-single-page
    {
        margin: 0 auto;
	max-width: 1235px;
    }
    
    
    
}

@media only screen and (max-width: 1366px) {
    .pl-case-archive-page,
    .pl-case-checkout-block {
        margin-top: -60px !important;
    }
    
     .pl-case-checkout-block.pl-case-shortcode-container {
        margin-top: -67px !important;
    }
    
    .single-case-post-type:not(.mobile-menu-enabled-body) #main .fusion-row .big-row {
	margin-top:129px !important;
    }
}

@media only screen and (min-width: 991px)  and (max-width: 1366px) {
    .pl-case-related-cases .pl-case-details-morelink  .pl-case-links{
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
    }
    
    .pl-case-related-cases .pl-case-details-morelink  .pl-case-links:last-child{
	margin-bottom: 0px;
    }
    
    .pl-case-related-cases .pl-case-details{
	padding:0px 0px 136px 0px !important;
    }
    
}

@media only screen and (max-width: 1097px) {
    .pl-case-details .read-more-std,
    .pl-case-cart-button .pl-remove-case,
    .pl-case-cart-button .pl-add-case {
        font-size: 12px !important;
    }
    
    .pl-case-details .read-more-std .pl-case-read-more {
        border-bottom: 2px solid #fff !important;
    }
}


@media only screen and (min-width: 800px)  and (max-width: 1097px) {
    .single-case-post-type #main .fusion-row .big-row 
   {
	margin: 0px;
    }
    
    .single-case-post-type .pl-case-single-page  .main-row-content {
	margin: 0px 0px 0px;	
    }
     .single-case-post-type  .pl-case-related-cases {
        margin: 0px 0 !important;
	padding: 35px 0 !important;
    }
    
     .single-case-post-type  .pl-case-related-cases .pl-case-related-title-container .title-container{
        margin:auto;
	display: block;
	float:none;
    }
    .single-case-post-type .pl-case-related-cases .pl-case-related-title-container{
	margin:0px;
    }
    
    .single-case-post-type .pl-case-related-cases .pl-related-cases-row-container{
	margin:0px;
    }
    
}


@media only screen and (min-width: 991px) {
    .pl-case-archive-page .pl-case-related-cases .pl-case-content:nth-child(3n), 
    .pl-case-shortcode-container .pl-case-related-cases .pl-case-content:nth-child(3n){
	padding-right:0px !Important;
    }
    .pl-case-searchbar-input-toggle{
	display:none;
    }
     .archive-case-post-type .pl-case-archive-page .pl-case-filter{
	padding-top:90px !important;
    }
    .archive-case-post-type .pl-case-search-bar .pl-case-searchbar-input{
	width: calc(100% - 226px);
    }
    
    .archive-case-post-type .pl-case-search-bar .pl-case-searchbar-input .pl-search-button span.glyphicon{
	right:0px;
    }
    
    .archive-case-post-type .pl-case-search-bar .pl-case-checkout-container{
	width: 226px;
    }
}

@media only screen and (max-width: 991px) {
    .pl-case-filter {
        padding-right: 0 !important;
    }
    .pl-case-adjust, 
    .pl-case-filter-active {
        padding-left: 15px;
    }
    .pl-case-archive-page .pl-case-related-cases .pl-case-content:nth-child(3n), 
    .pl-case-shortcode-container .pl-case-related-cases .pl-case-content:nth-child(3n){
	padding-right:10px !Important;
    }
    .pl-case-archive-page .pl-case-related-cases .pl-case-content:nth-child(2n),
    .pl-case-shortcode-container .pl-case-related-cases .pl-case-content:nth-child(2n){
	padding-right:0px !Important;
    }
    
    .single-case-post-type .pl-case-details-block .pl-case-details-block-author,
    .single-case-post-type .pl-case-details-block .pl-case-details-block-sites{
	padding: 15px 10px 15px 10px !important;
	width: calc(100% - 10px);
    }
    .single-case-post-type .pl-case-details-block {
	padding: 0px 0px 0 10px !important;
	margin-left:0px;
	margin-right:0px;
    }
    
    .data_no_fullscreen.single-case-post-type .pl-case-featured-data-banner {
	    position: relative;
	    margin-top: 59px;
	    height: auto !important;
    }
    .data_no_fullscreen.single-case-post-type #main .fusion-row .big-row {
	width: 100%;
	margin: 0px !important;
	position: absolute;
	top: 0px;
    }
    .data_no_fullscreen.single-case-post-type #main .fusion-row .big-row .pl-case-checkout {
	margin: 0px;
	line-height: 60px !important;
	height: 60px !important;
	border-top: 0.5px solid #fff;
	border-bottom: 0.5px solid #fff;
	max-width:100%;
    }
   .data_no_fullscreen.single-case-post-type .pl-case-checkout button#case_checkout {
	line-height: 60px;
	text-align: left;
	padding-left: 10px !important;
    }
    .data_no_fullscreen.single-case-post-type .pl-case-checkout button .pl-case-checkout-number {
	position: absolute;
	right: 15px;
	top: 13px;
    }
    

    
}





@media only screen and (max-width: 990px) {
    .archive-case-post-type .pl-case-archive-page .pl-case-filter {
        position: fixed;
	top: 0px;
	background: #fff;
	z-index: 20011;
	margin-top: 0px;
	left: 0;
	height: 100%;
	padding: 10px 10px 0px !important;
	overflow-y: auto;
    }
    .admin-bar.archive-case-post-type .pl-case-archive-page .pl-case-filter {
        top: 31px;
    } 
    
    .archive-case-post-type .pl-case-archive-page .pl-case-filter .pl-case-filter-close {
	display: block;
	
    }
    
    body.archive-case-post-type:not(.active-menu-cases) .pl-case-archive-page .pl-case-filter{
	width: 0% !important;
	padding: 0 !important;
    }
     body.archive-case-post-type.active-menu-cases #sliders-container{
	position: fixed;
	top: 0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000;
	z-index: 20010;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;

    }
    
    .archive-case-post-type .pl-case-filter .pl-filter-items .checkbox label, 
    .archive-case-post-type .pl-case-filter .pl-filter-items .radio label{
	line-height: 28px;
    }
}

@media only screen and (max-width: 782px) {
    .admin-bar.archive-case-post-type .pl-case-archive-page .pl-case-filter {
	
        top: 46px;
    } 
}


@media only screen and (max-width: 800px) {
    .pl-case-single-page {
        margin-bottom: 60px;
	margin-top: -55px;
	background-color: #fff;
    }
    
    
    .single-case-post-type .pl-case-single-page{
	margin-top: 0px;
    }
    
    .pl-case-single-page {
	margin-top: 0px;
	
    }
    
    .pl-case-featured-image {
        height: 300px;
    }
    .pl-case-description {
        min-height: 250px;
    }
    .pl-case-description .text-right {
        margin-top: -30px;
    }
    .pl-case-item-details {
        min-height: 350px !important;
    }
    .pl-case-add-new {
        padding-top: 100px;
        margin-bottom: 15px !important;
    }
    .pl-case-checkout-item {
        padding-bottom: 10px !important;
    }
    .pl-case-searchbar {
        width: 100% !important;
    }
    .pl-case-checkout {
        padding: 0 !important;
        margin-top: 100px;
        margin-bottom: 15px;
    }
    
    .archive-case-post-type .pl-case-search-bar .pl-case-checkout {
	margin-top: 0px;
	margin-left: -15px;
	margin-right: -15px;
	max-width: calc(100% + 30px);
    }
    
    .archive-case-post-type .pl-case-search-bar .pl-case-checkout-container{
	clear:both;
    }
    
    .pl-case-searchbar {
        padding: 0 !important;
    }
    .pl-case-main-content {
        margin: 0 !important;
    }
    .pl-case-download-pdf.pl-case-checkout {
        margin: 25px 0 !important;
    }
    .pl-case-filter {
        padding: 0 !important;
    }
    .single-case-post-type  .pl-case-related-cases {
        margin: 0px 0 !important;
	padding: 35px 0 !important;
    }
    
    .pl-case-related-cases {
        margin: 35px 0 !important;
    }
    
    .pl-case-shortcode-container .pl-case-related-cases {
        margin: 0px 0 !important;
	padding: 0px;
    }
    .pl-case-filter {
        margin-top: 17px;
    }
    #case_checkout span {
        padding-left: 0;
    }
    .pl-case-content .pl-case-details p,
    .pl-case-content .pl-case-details h3 {
        word-break: break-word;
        width: 100%;
    }
    .pl-case-checkout-item h3 {
        width: 100% !important
    }
    .pl-case-description .col-sm-6 {
        width: 100% !important;
    }
    
     .pl-case-description .pl-case-description-main-header .col-sm-6 {
        width: 50% !important;
    }
    
    .single-case-post-type .pl-case-details-block .pl-case-details-block-details {
	padding: 71px 0px 0 !important;
	width: calc(100% - 10px);
    }
     .pl-case-related-cases .pl-case-details{
	padding:0px 0px 135px 0px !important;
    }
    .single-case-post-type .pl-case-checkout{
	width:100% !important;
	max-width:100% !important;
    }
    .pl-case-checkout-content, 
    .pl-case-checkout-content:last-child{
	padding: 0px 10px 10px 10px !important;
    }
    
    .pl-case-archive-page .pl-case-related-cases .pl-case-checkout-content{
	padding: 0px 10px 10px 10px !important;
    }
    .pl-case-archive-page .pl-case-related-cases .pl-case-content,
    .pl-case-archive-page .pl-case-related-cases .pl-case-content:nth-child(2n), 
    .pl-case-archive-page .pl-case-related-cases .pl-case-content:nth-child(3n)
    {
	width: calc(100% - 10px);
    }
    
    .archive-case-post-type #main {
	padding: 44px 0px 0!important;
    }
    .archive-case-post-type .pl-case-search-bar {
	padding: 0 10px 10px !important;
    }
    .single-case-post-type #main .fusion-row .big-row {
	width: 100%;
	margin: 0px !important;
	position: absolute;
	top: 0px;
	
    }
    
    .single-case-post-type #main .fusion-row .big-row .pl-case-checkout{
	margin: 0px;
	line-height: 60px !important;
	height: 60px !important;
	border-top: 0.5px solid #fff;
	border-bottom: 0.5px solid #fff;
    }
    
    .single-case-post-type .pl-case-checkout button#case_checkout {
	line-height: 60px;
	text-align: left;
	padding-left: 10px !important;
    }
    
    .single-case-post-type .pl-case-checkout button .pl-case-checkout-number{
	position: absolute;
	right: 15px;
	top: 13px;
    }
    
    
    
    .pl-case-shortcode-container .pl-case-checkout-content, 
    .pl-case-shortcode-container .pl-case-checkout-content:last-child{
	padding: 0 0px 10px !important;
    }
    .pl-case-shortcode-container .pl-case-related-cases .pl-case-content,
    .pl-case-shortcode-container .pl-case-related-cases .pl-case-content:nth-child(2n),
    .pl-case-shortcode-container .pl-case-related-cases .pl-case-content:nth-child(3n){
	margin:0px !important;
	width:100% !important;
	
    }
    .pl-case-checkout-block.pl-case-shortcode-container {
	padding: 0px 0px !important;
    }
   
    .single-case-post-type:not(.admin-bar) .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header{
	padding-top:0px !important;
	padding-bottom:0px !important;
    }
    
    .single-case-post-type .pl-case-featured-data-banner {
	    position: relative;
	margin-top: 59px;
	height: auto !important;
    }
    
    .single-case-post-type .pl-case-featured-data-banner.image_banner{
	min-height: 400px;
    }
    
    .for-desktop{
	display:none;
    }
    .pl-case-featured-data-banner .playerbutton-youtube{
	display:block;
    }
    
    .single-case-post-type .pl-case-related-cases .pl-case-related-title-container,
    .single-case-post-type .pl-case-related-cases .pl-related-cases-row-container 
    {
	margin-left:0px;
	margin-right:0px;
    }
    
    .single-case-post-type .pl-case-related-cases .pl-case-related-title-container .title-container{
	padding-left:0px;
	padding-right:0px;
    }
   
     .single-case-post-type .pl-case-related-cases .pl-related-cases-row-container .pl-case-checkout-content{
	padding-left:0px !important;
	padding-right:0px !important;
    }
    
    .single-case-post-type .row.header-details.main-row-content{
	margin:0px
    }
}



@media only screen and (max-width: 768px) {
    .pl-case-archive-page .pl-case-related-cases .pl-case-content, 
    .pl-case-archive-page .pl-case-related-cases .pl-case-content:nth-child(3n),
    .pl-case-shortcode-container  .pl-case-related-cases .pl-case-content, 
    .pl-case-shortcode-container  .pl-case-related-cases .pl-case-content:nth-child(3n) {
	padding-right:0px !important;
    }
    
}

@media only screen and (max-width: 600px) {
    .pl-case-description {
    }
    .pl-case-details-block {
        margin: 0 !important;
        padding: 0 !important;
    }
    .pl-case-filter .panel {
        max-width: 100%;
    }
    .pl-search-bar {
        font-size: 24px !important;
    }
}

@media only screen and (max-width: 500px) {
    .single-case-post-type .pl-case-description {
	max-width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .pl-case-description {
        max-width: 352px;
    }
    
    .pl-case-filter .row .panel {
        width: 100% !important; 
    }
    
    .pl-case-content .pl-case-details p,
    .pl-case-content .pl-case-details h3 {
        word-break: break-word;
        width: 100% !important;
    }
    
     .archive-case-post-type .pl-case-search-bar .pl-case-searchbar-input-toggle{
	padding:0px 5px;
    }
    
    .archive-case-post-type .pl-case-search-bar .pl-case-searchbar-input-toggle a.fusion-icon{
	font-size: 22px;
    }
    
    .pl-case-related-cases .pl-case-details-morelink  .pl-case-links{
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
    }
    
    .pl-case-related-cases .pl-case-details-morelink  .pl-case-links:last-child{
	margin-bottom: 0px;
    }
}

@media only screen and (max-width: 375px) {
    .pl-case-description {
        max-width: 315px;
    }
    
    .pl-case-content .pl-case-details h3{
	padding:0 15px !important;
    }
}

@media only screen and (max-width: 360px) {
    .pl-case-description {
        max-width: 300px;
    }
    .pl-case-related-title-container .pl-case-related-title .title-heading-left{
	font-size: 39px !important;
    }
   
}

@media only screen and (max-width: 320px) {
    .pl-case-description {
        max-width: 260px;
    }
    
    .single-case-post-type .pl-case-description-main-header {
	line-height: 17px;
    }
    

}