#CountryPostTopInfo {
    display: inline-block;
    border: 1px solid #191919;
    z-index: 20;
    width: 475px;
    text-align: center;
    margin: 20px;
}

#CountryH h2 {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #0c36fb;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    padding: 0px 30px;
    font-size: 46px;
    font-family: 'ProximaNovaBlack';
    letter-spacing: 2px;
    margin-bottom: 10px;
    margin-top: 30px;
        text-transform: uppercase;
}

#ServicePostTopInfo {
    position: relative;
    overflow: hidden;
    font-size: 5vw;
    letter-spacing: 5px;
    font-family: 'ProximaNovaBlack';
    line-height: 1.1;
    font-weight: 600;
    color: #fff;
    margin: 200px 0;
    text-align: center;
}
#CountryPostTopInfo h1{
    font-size: 40px;
    padding-top: 10px;
}
#CountryPostTopInfo a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 20px 0 40px 0 ;
    height: 60px;
    line-height: 60px;
    background: #e22632;
    color: #fff;
    font-size: 18px;
    width: 200px;
    text-align: center;
    font-family: 'ProximaNovaRegular';
}
#CountryPostTopInfoTop {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #000;
    padding: 25px 45px;
}
#CountryPostTopInfoTop span {
    position: absolute;
    top: 25px;
    left: 45px;
    color: #000;
    font-family: 'ProximaNovaRegular';
    font-size: 14px;
}
#CountryPostTopInfoTop b {
    position: absolute;
    top: 25px;
    right: 45px;
    color: #000;
    font-family: 'ProximaNovaRegular';
    font-size: 14px;
}
#CountryPostTopInfoTop h2 {
    position: relative;
    overflow: hidden;
    color: #000;
    font-size: 40px;
    line-height: 1.1;
    font-family: 'ProximaNovaBlack';
    margin-top: 70px;
}
#CountryPostTopInfoBot {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#CountryPostTopInfoBotYearPrice {
    position: relative;
    overflow: hidden;
    float: left;
    width: calc(100% - 50%);
}
#CountryPostTopInfoBotYearPrice h3 {
    position: relative;
    overflow: hidden;
    color: #000;
    text-align: center;
    font-family: 'ProximaNovaRegular';
    margin-top: 10px;
}
#CountryPostTopInfoBotYearPrice p {
    position: relative;
    overflow: hidden;
    color: #000;
    font-family: 'ProximaNovaSemibold';
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px;
}
#CountryPostTopInfoBotMap {
    position: relative;
    overflow: hidden;
    float: right;
    border-left: 1px solid #000;
    width: calc(50% - 1px);
    text-align: center;
}
#CountryPostTopInfoBotMap h3 {
    position: relative;
    overflow: hidden;
    color: #000;
    text-align: center;
    font-family: 'ProximaNovaRegular';
    margin-top: 10px;
}
#CountryPostTopInfoBotMap p {
    position: relative;
    overflow: hidden;
    color: #000;
    font-family: 'ProximaNovaSemibold';
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px;
}
#CountryPostTopInfoBot2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #000;
}
#CountryPostTopInfoBotYearPrice2 {
    position: relative;
    overflow: hidden;
    float: left;
    width: calc(100% - 30%);
}
#CountryPostTopInfoBot2 h3 {
    position: relative;
    overflow: hidden;
    color: #000;
    text-align: center;
    font-family: 'ProximaNovaRegular';
    margin: 5px 0;
}
#CountryPostTopInfoBotMap2 {
    position: relative;
    overflow: hidden;
    float: right;
    width: 30%;
    text-align: center;
}
#CountryPostTopInfoBotMap2 h3 {
    position: relative;
    overflow: hidden;
    color: #000;
    text-align: center;
    font-family: 'ProximaNovaRegular';
    margin-top: 5px;
}
#CountryPostTopInfoBot2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #000;
}
#CountryPostTopInfoBot2 h3 {
    position: relative;
    overflow: hidden;
    color: #000;
    text-align: center;
    font-family: 'ProximaNovaRegular';
    margin: 5px 0;
}









.portfolio-home-item {
    height: 620px;
    padding: 20px;
}
.portfolio-home-item.item-small {
    width: 40%;
        display: inline-flex;
}

a, button, input, textarea {
    outline: none !important;
}
.portfolio-home-item a {
    color: #ffffff;
    text-decoration: none !important;
}
.portfolio-home-item a, .portfolio-home-item .portfolio-home-holder {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
.portfolio-home-item .portfolio-home-holder {
    box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.23);
    overflow: hidden;
    transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
}
.portfolio-home-item a, .portfolio-home-item .portfolio-home-holder {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
.portfolio-home-item .cover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 6s ease-in-out 0s;
    -webkit-transition: all 6s ease-in-out 0s;
    -moz-transition: all 6s ease-in-out 0s;
    -o-transition: all 6s ease-in-out 0s;
}
.portfolio-home-item .portfolio-home-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.45s ease-in-out 0s;
    -webkit-transition: all 0.45s ease-in-out 0s;
    -moz-transition: all 0.45s ease-in-out 0s;
    -o-transition: all 0.45s ease-in-out 0s;
   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b9aff', endColorstr='#c50b4a', GradientType=1);
    opacity: 0.7;
    visibility: visible;
}
.portfolio-home-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.item-number {
    position: absolute;
}
.item-1 .item-number {
    left: 25px;
    bottom: 16px;
}
.item-number span {
    position: relative;
    display: inline-block;
    font-family: 'ProximaNovaBlack';
    color: #eda5a6;
    font-size: 92px;
    line-height: 1;
    transition: all 0.45s ease-in-out 0s;
    -webkit-transition: all 0.45s ease-in-out 0s;
    -moz-transition: all 0.45s ease-in-out 0s;
    -o-transition: all 0.45s ease-in-out 0s;
}
.item-number span:after {
    content: "";
    display: block;
    position: absolute;
    top: 53%;
    width: 0;
    background-color: #3b3da8;
    height: 40%;
    left: 15px;
    z-index: -1;
    transition: all 0.45s ease-in-out 0s;
    -webkit-transition: all 0.45s ease-in-out 0s;
    -moz-transition: all 0.45s ease-in-out 0s;
    -o-transition: all 0.45s ease-in-out 0s;
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
}
.item-number sup {
    font-family: 'ProximaNovaBlack';
    font-size: 12px;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    vertical-align: top;
    line-height: 1;
    top: 10px;
    transition: all 0.45s ease-in-out 0s;
    -webkit-transition: all 0.45s ease-in-out 0s;
    -moz-transition: all 0.45s ease-in-out 0s;
    -o-transition: all 0.45s ease-in-out 0s;
}
.item-cat {
    position: absolute;
}
.item-1 .item-cat {
        right: 25px;
    top: 21px;
}
.item-cat span {
        font-family: 'ProximaNovaBlack';
    font-size: 17px;
    display: inline-block;
    line-height: 1.4;
    width: 187px;
    text-align: right;
}
.item-title {
    font-family: 'ProximaNovaBold';
    font-size: 40px;
    line-height: 1;
    position: absolute;
}
.item-1 .item-title {
    top: 15%;
    left: 5%;
}
.item-title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 0;
    background-color: #3b3da8;
    height: 65%;
    left: -25px;
    z-index: -1;
    transition: all 0.45s ease-in-out 0s;
    -webkit-transition: all 0.45s ease-in-out 0s;
    -moz-transition: all 0.45s ease-in-out 0s;
    -o-transition: all 0.45s ease-in-out 0s;
}
.item-link {
    position: absolute;
}
.item-1 .item-link {
    bottom: 45px;
    right: 25px;
}
.item-link span {
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-size: 10px;
    font-family: 'ProximaNovaBold';
    position: relative;
}
.item-link span:before {
    content: "";
    display: block;
    height: 2px;
    width: 45px;
    background-color: #ffffff;
    position: absolute;
    transition: all 0.45s ease-in-out 0s;
    -webkit-transition: all 0.45s ease-in-out 0s;
    -moz-transition: all 0.45s ease-in-out 0s;
    -o-transition: all 0.45s ease-in-out 0s;
    top: 4px;
    left: -65px;
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.item-1 .item-desc {
    top: 47%;
    left: 5%;
}

.item-desc {
    font-family: 'ProximaNovaBold';
    font-size: 40px;
    line-height: 1;
    position: absolute;
    text-align:left;
}
.item-1 .item-desc2 {
    top: 27%;
    left: 5%;
}

.item-desc2 {
    text-align:left;
    position: absolute;
}


.item-desc2 span {
        font-family: 'ProximaNovaBlack';
    font-size: 22px;
    display: inline-block;
    line-height: 1.8;
    text-align:left;
}
.portfolio-home-item a:hover .item-title:after {
    width: 100%;
}
.item-link:hover span:before {
    left: 100%;
    width: 100%;
    opacity: 0;
}
.portfolio-home-item a:hover .item-number span:after {
    width: 100%;
}
.portfolio-home-item a:hover .cover-box {
    -webkit-transform: scale(1.2) rotate(-10deg);
    -moz-transform: scale(1.2) rotate(-10deg);
    -ms-transform: scale(1.2) rotate(-10deg);
    transform: scale(1.2) rotate(-10deg);
}
.portfolio-home-item .portfolio-home-holder:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
}

.mix-list {
    margin: 40px 0;
    overflow: hidden;
    text-align: center;
}
.mix-list li {
    margin-right: 30px;
    margin-bottom: 10px;
    display: inline-flex;
}

.mix-list .filter {
    cursor: pointer;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 20px;
    border: 2px solid #0c36fb;
    transition: all .3s;
    font-family: Raleway-Medium,sans-serif;
    font-weight: bold;
}

.mix-list .filter.mixitup-control-active {
    background: #0c36fb;
    color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.item-title {
    font-size: 30px;
}
.item-desc2 span {
    font-size: 18px;    
}
.item-desc{
     font-size: 28px;   
}
.item-number span{
    font-size: 80px;
}
}

@media only screen and (min-width: 710px) and (max-width: 768px) {
.portfolio-home-item.item-small {
    width: 90%;
}
.portfolio-home-item {
        height: 90vh;
    padding: 20px 0;
}  
  .item-1 .item-title {
    top: 4%;
  }
.item-title {
    font-size: 50px;
    
}
.item-cat span{
    font-size: 22px;
}
.item-desc2 span{
    font-size: 30px;
}
.item-desc {
    font-size: 50px;
    
}
.item-link span{
    font-size: 18px;
}
.item-link span:before{
    top:10px;
}
.item-number span{
    font-size: 120px;
}
}

@media only screen and (min-width: 120px) and (max-width: 709px) {
    #ServicePostTopInfo {
    margin: 80px 0;
    font-size: 30px;
}
#CountryH h2 {
    height: auto;
    font-size: 32px;
    text-align: center;
    line-height: 42px;
}
    .portfolio-home-item.item-small {
    width: 100%;
}
.portfolio-home-item {
        height: 90vh;
    padding: 20px 0;
}
.item-cat span {
    font-size: 14px;
    width: 134px;    
}    
.item-desc2 span {
    font-size: 17px;    
}
.item-desc {
    font-size: 30px;
}
.item-number span {
    font-size: 70px;
}
.item-1 .item-number {
    bottom: 26px;
}
}    
@media only screen and (min-width: 120px) and (max-width: 320px) {
    
.item-cat span {
    font-size: 15px;
    width: 134px;    
}    
.item-desc2 span {
    font-size: 15px;    
}
.item-desc {
    font-size: 20px;
}
.item-number span {
        font-size: 50px;
}
.item-1 .item-number {
    bottom: 36px;
}
.item-1 .item-cat {
    right: 6px;
    top: 16px;
}

element.style {
}
.item-1 .item-title {
    top: 6%;
    left: 5%;
}
.item-title {
    font-size: 26px;
}
}
.breadcrumb {
    padding: 0;
    margin: 26px 0px 10px 10px;
    font-size: 16px;
    line-height: 16px;
    color: #959595;
        text-align: left;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb a {
    color: #959595;
}
.breadcrumb>li+li:before {
    content: "-";
    padding: 0 5px;
    color: #ccc;
}
