/* Minification failed. Returning unminified contents.
(74,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(75,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(76,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(77,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(78,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(79,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(80,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(81,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(82,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(83,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(84,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(170,22): run-time error CSS1039: Token not allowed after unary operator: '-second-color'
(214,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
(229,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
 */
.trn-article-text {
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  color: #000000;
  text-align: justify;
}

.trn-article-text p {
  margin: 0 0 20px 5px;
}

.trn-article-text h3 {
  margin: 30px 0 20px 5px;
  font-size: 21px;
  font-weight: 600;
}

.trn-article-text > p a {
  color: #000000 !important;
  font-weight: 600;
}

.trn-article-text strong {
  font-weight: 600;
  color: #000000;
}

.trn-article-text-img {
  width: 40%;
  float: right;
  margin: 10px 0 5px 20px;
  overflow: hidden;
  position: relative;
}

.trn-article-text-img .div-info-img {
  position: absolute;
  padding: 20px 30px;
  margin: 20px;
  background-color: #f9f9ff;
  display: block;
  color: #fff;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  width: 75%;
  z-index: 2;
  letter-spacing: 0.0325em;
}

.trn-article-text-img > img {
  width: 100%;
  z-index: 1;
  position: relative;
  max-height: 350px;
}

.trn-article-text-img > p {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 10;
  padding: 20px 0;
  background-color: #AAAAAA;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

/*........ PHOTO .......*/
:root {
    --text-primary-color: #000000;
    --white: #fff;
    --text-secondary-color: #AAAAAA;
    --border-color: #DDDDDD;
    --border: 1px solid #DDDDDD;
    --transition: .3s;
    --radius: 8px;
    --main-color: #01007F;
    --second-color: #2321FF;
    --main-light-color: #f4f4ff;
    --bg-gray: #F8F9FB;
}

.trn-content > .trn-default-content > ul {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

#section-photos {
    /*    max-width: unset !important;*/
    max-width: 1440px !important;
}
.trn-content > .trn-default-content > ul.domestic-photo-float {
    float: left;
}

.trn-content > .trn-default-content > ul.edge {
    width: 24.5%;
    
}
    .trn-content > .trn-default-content > ul.photos__item {
        padding-right: 1%;
    }
    .trn-content > .trn-default-content > ul.middle {
        width: 50%;
        padding-right: 1%;
    }

.trn-content > .trn-default-content > ul.photos > li {
    padding: 0;
    list-style: none;
    overflow: hidden;
    height: 350px;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    float: left;
}

.trn-content > .trn-default-content > ul.photos > li {
    position: relative;
    width: 23.5%;
    margin: 0 1% 10px 0;
    height: 170px;
}

.trn-content > .trn-default-content > ul.photos > li::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: -moz-linear-gradient(transparent 0%,rgba(0,0,0,.75) 100%) !important;
    background: -webkit-linear-gradient(transparent 0%,rgba(0,0,0,.75) 100%) !important;
    background: linear-gradient(transparent 0%,rgba(0,0,0,.75) 100%) !important;
}

.trn-content > .trn-default-content > ul.photos > li.double {
    width: 50%;
    height: 350px;
}

.trn-content > .trn-default-content > ul.edge > li {
    width: 100%;
    margin-right:0;
}

.trn-content > .trn-default-content > ul.middle > li {
    width: 100%;
    height: 350px;
    margin-right:0;
}


.trn-content > .trn-default-content > ul.photos > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--second-color);
    opacity: .07;
        -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.trn-content > .trn-default-content > ul.photos > li > a > img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 100%;
    width: 100%;
    opacity: 1;
    position: relative;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

.trn-content > .trn-default-content > ul.photos > li:hover > a:after {
   background-color: #333;
   opacity: .13
}


.trn-content > .trn-default-content > ul.photos > li:hover > a > img {
    opacity: 1;
    border-radius: 3px;
}

    .trn-content > .trn-default-content > ul.edge > li > div.caption,
    .trn-content > .trn-default-content > ul.photos > li > div.caption {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 15px;
        padding: 13px 7px 6px;
        color: var(--white);
        font-weight: 600;
        width: 60% !important;
        text-shadow: 0 2px 1em #000 !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.trn-content > .trn-default-content > ul.edge > li > .price,
.trn-content > .trn-default-content > ul.photos > li > .price {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 5px 5px;
    color: var(--white);
    font-size: 17px;
    z-index: 2;
    font-weight: 600;
}

.trn-content > .trn-default-content > ul.photos > li > .price > .currency {
    font-size: 65%;
    white-space: nowrap;
}

.trn-content #photos-down {
    padding: 20px 0 20px
}

body[dir='rtl'] .trn-content > .trn-default-content > ul.photos > li > .price {
    right: unset;
    left: 0;
}

