/* Minification failed. Returning unminified contents.
(69,57): run-time error CSS1019: Unexpected token, found ';'
(69,57): run-time error CSS1042: Expected function, found ';'
(69,59): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(70,65): run-time error CSS1019: Unexpected token, found ';'
(70,65): run-time error CSS1042: Expected function, found ';'
(70,67): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(71,60): run-time error CSS1019: Unexpected token, found ';'
(71,60): run-time error CSS1042: Expected function, found ';'
(71,62): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(72,62): run-time error CSS1019: Unexpected token, found ';'
(72,62): run-time error CSS1042: Expected function, found ';'
(72,64): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */

body {
    background: #f6f6f6 !important;
}

.imgCompanybtn {
    width: auto;
    max-width: 200px;
    margin: 0 auto;
    border-radius: 5px;
}

.footRow {
    border-top: 1px solid #e6e6e6;
    background: rgb(242,242,242);
    background: -moz-linear-gradient(180deg, rgba(242,242,242,1) 8%, rgba(246,246,246,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(242,242,242,1) 8%, rgba(246,246,246,1) 100%);
    background: linear-gradient(180deg, rgba(242,242,242,1) 8%, rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2",endColorstr="#f6f6f6",GradientType=1);
}

.indexB2 {
    font-size: 54px;
    letter-spacing: 8px;
    line-height: 58px;
    color: rgba(28,28,28,1);
    -webkit-text-stroke: 2px rgba(28,28,28,1);
    text-shadow: 0 1px 1px rgba(170,170,170,0.6);
    word-break: break-word !important;
}

@media (max-width: 448px) {
    .indexB2 {
        font-size: 34px;
        letter-spacing: 4px;
        line-height: 40px;
    }
}

.premiumB {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 32px;
    color: rgba(28,28,28,1);
    -webkit-text-stroke: 2px rgba(28,28,28,1);
    text-shadow: 0 1px 1px rgba(170,170,170,0.6);
    word-break: break-word !important;
}
.premiumB2 {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 42px;
    color: rgba(28,28,28,1);
    -webkit-text-stroke: 2px rgba(28,28,28,1);
    text-shadow: 0 1px 1px rgba(170,170,170,0.6);
    word-break: break-word !important;
}

.whitelinegradeint {
    background: #f6f6f6;
    background: linear-gradient(147deg, #ffffff 0%, #f6f6f6 74%);
    background: -webkit-linear-gradient(147deg, #ffffff 0%, #f6f6f6 74%);
    background: -o-linear-gradient(147deg, #ffffff 0%, #f6f6f6 74%);
    background: -moz-linear-gradient(147deg, #ffffff 0%, #f6f6f6 74%);
}

.blacklinegradeint {
    background: rgba(28,28,28,1);;
    background: linear-gradient(147deg, rgba(28,28,28,1); 0%, #000000 74%);
    background: -webkit-linear-gradient(147deg, rgba(28,28,28,1); 0%, #000000 74%);
    background: -o-linear-gradient(147deg, rgba(28,28,28,1); 0%, #000000 74%);
    background: -moz-linear-gradient(147deg, rgba(28,28,28,1); 0%, #000000 74%);
}

.maintenanceImg {
    margin: 0 auto;
    width:300px;
    height:auto;
}

.paddingMaintenance {
padding-bottom:40px;
}

.textareapostborder {
    border: 1px solid #cccccc;
    position: relative;
    margin: 0 auto;
    background:#efefff;
}

.whitecircle {
    border: 2px solid #ffffff;
    border-radius:50%;
    height:104px;
    max-width:104px;
    position: relative;
    margin: 0 auto;
}
.tiffanycircle {
    border: 2px solid #037496;
    border-radius:50%;
    height:108px;
    max-width:108px;
    position: relative;
    margin: 0 auto;
}

.thumbnailblog {
  position: relative;
  width: auto;
  max-width:100px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
  border-radius:50%;
}


.thumbnailblog img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.thumbnailblog img.portraitblog {
  width: 100%;
  height: auto;
}

.whiterow {
    margin-top:-21px;
    padding-bottom:40px;
}

.contactInfoRow {
    background:#f6f6f6;
    padding-top:40px;
    padding-bottom:40px;
}

.lightRow {
    padding-top:40px;
    padding-bottom:40px;
}

.albumsInfoRow {
    background: #f6f6f6;
    padding-bottom: 50px;
    padding-top: 50px;
}

.label12B {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    color: rgba(28,28,28,1);
    word-break: break-word !important;
}


.hset {
    min-height: 50px;
}


.flexMargin {
    margin: 10px;
    width: 17%;
    height: auto;
}

@media (max-width: 1080px) {
    .flexMargin {
        width: 23%;
        height: auto;
    }
}

@media (max-width: 999px) {
    .flexMargin {
        width: 27%;
        height: auto;
    }
}

@media (max-width: 760px) {
    .flexMargin {
        width: 28%;
        height: auto;
    }
}

@media (max-width: 700px) {
    .flexMargin {
        width: 45%;
        height: auto;
    }
}

@media (max-width: 420px) {
    .flexMargin {
        margin: 4px;
        width: 44%;
        height: auto;

    }
    .label12B {
        font-size: 11px !important;
    }
    .hset {
        min-height: 70px !important;
    }
}

@media (max-width: 320px) {
    .flexMargin {
        width: 100%;
        height: auto;
    }
    .label12B {
        font-size: 14px !important;
    }
    .hset {
        min-height: 0px;
    }
}

.blackBg {
    background: rgba(28,28,28,1);
    position: relative;
    word-break: break-word !important;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 3px;
    padding-right: 3px;
    width: 100%;
}
.blackBgR {
    background: rgba(28,28,28,1);
    position: relative;
    word-break: break-word !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    width: 100%;
}



.greykBg {
    background: #ffffff;
    position: relative;
    word-break: break-word !important;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 3px;
    padding-right: 3px;
    width: 100%;
}

.jssocials-share-link { 
    border-radius: 5px; 
}


.thumbnailmini {
    position: relative;
    width: auto;
    max-width: 220px;
    height: 220px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
}

.thumbnailmini img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.thumbnailmini img.portrait {
    width: 100%;
    height: auto;
}

.whitecircleMPmini {
    border: 2px solid #ffffff;
    border-radius: 50%;
    height: 223px;
    max-width: 223px;
    position: relative;
    margin: 1px auto;
}

.tiffanycircleMPmini {
    border: 2px solid #037496;
    border-radius: 50%;
    height: 228px;
    max-width: 228px;
    position: relative;
    margin: 0 auto;
}

.albumHeaderRowDescrTop {
    background: #f6f6f6;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: -21px;
}

.albumHeaderRowDescr {
    background: #f6f6f6;
    padding-bottom: 160px;
}

.albumHeaderRowDescrMedian {
    background: #f6f6f6;
    padding-top: 80px;
    padding-bottom: 80px;
}
.albumHeaderRowDescrFooter {
    padding-top: 80px;
    padding-bottom: 160px;
}

.albumHeaderRowDescrGrey {
    background: #f2f2f2;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}



.thumbnailLoghi2 {
    max-width: 80px;
    max-height: 80px;
    overflow: hidden;
    margin: 0px auto;
    background-color: transparent !important;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
