/* owncatalog-widget */


.owncatalog-widget
{
    font-family: "Trebuchet MS";
    margin: 40px 0;
}
.owncatalog-widget .heading
{
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: normal;
    color: #484848;
}
.owncatalog-widget .heading a.all-addresses
{
    display: inline-block;
    margin-left: 10px;
    padding: 8px 14px;
    border-radius: 5px;
    background: #548f4c;
    font-size: 14px;
    color: #fff !important;
    transition: all 0.3s;
}
.owncatalog-widget .heading a.all-addresses:hover
{
    background: #63AD59;
}


/* info */


.owncatalog-widget .catalog-info
{
    position: relative;
    margin-bottom: 50px;
    padding: 25px 0 5px 30px;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcf6f2+0,f2ebe5+100 */
    background: rgb(252,246,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252,246,242,1) 0%, rgba(242,235,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,246,242,1)), color-stop(100%,rgba(242,235,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(252,246,242,1) 0%,rgba(242,235,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(252,246,242,1) 0%,rgba(242,235,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(252,246,242,1) 0%,rgba(242,235,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(252,246,242,1) 0%,rgba(242,235,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf6f2', endColorstr='#f2ebe5',GradientType=0 ); /* IE6-9 */
    
    box-shadow: 0px 2px 5px #D3CDC8;
    border-radius: 10px;
}
.owncatalog-widget .catalog-info .info-item
{
    display: block;
    padding-left: 30px;
    padding-bottom: 1px;
    margin-bottom: 20px;
    text-decoration: none !important;
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    color: #624A33 !important;
}
.owncatalog-widget .catalog-info .info-item:hover
{
    color: #AB8057 !important;
}
.owncatalog-widget .catalog-info .info-item.icon1 { background: url("/img/own-catalog/i_1.png") left top no-repeat; }
.owncatalog-widget .catalog-info .info-item.icon2 { background: url("/img/own-catalog/i_2.png") left top no-repeat; }
.owncatalog-widget .catalog-info .info-item.icon3 { background: url("/img/own-catalog/i_3.png") left top no-repeat; }
.owncatalog-widget .catalog-info .info-item.icon4 { background: url("/img/own-catalog/i_4.png") left top no-repeat; }
.owncatalog-widget .catalog-info .info-item span
{
    border-bottom: 1px dashed #624A33; 
}
.owncatalog-widget .catalog-info .info-item:hover span
{
    border-bottom: 1px dashed #BB9572;
}
#popup-info-bg
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
}
.info-popup
{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    z-index: 22500;
    margin-left: -200px;
    padding: 80px 90px;
    width: 400px;
    min-height: 200px;
    max-height: calc(100vh - 200px);
    border-radius: 10px;
    overflow-y: auto;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcf6f2+0,f2ebe5+100 */
    background: rgb(252,246,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252,246,242,1) 0%, rgba(242,235,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,246,242,1)), color-stop(100%,rgba(242,235,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(252,246,242,1) 0%,rgba(242,235,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(252,246,242,1) 0%,rgba(242,235,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(252,246,242,1) 0%,rgba(242,235,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(252,246,242,1) 0%,rgba(242,235,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf6f2', endColorstr='#f2ebe5',GradientType=0 ); /* IE6-9 */
    
    box-shadow: 0px 0px 100px #333;
    text-align: left;
    font-size: 16px;
    color: #463626;
}
.info-popup h3
{
    height: auto !important;
    color: #397C2E;
    font-size: 22px;
    font-weight: bold;
    margin: 0 !important;
    padding-bottom: 30px;
}
.info-popup p
{
    margin: 0;
    text-align: left !important;
    color: #463626 !important;
}
.info-popup .close-popup
{
    position: absolute;
    top: 20px;
    right: 30px;
    background: url("/img/close-ico.png") center no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.owncatalog-widget .left-part
{
    float: left;
    width: 200px;
}
.owncatalog-widget .right-part
{
    float: right;
    width: 230px;
}
.owncatalog-widget .info-icon
{
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -130px;
    width: 226px;
    height: 197px;
    background: url("/img/own-catalog/info.png") center no-repeat;
}


/* panorams */


.owncatalog-widget .panorams
{
    padding: 20px 0;
}
.owncatalog-widget .panorams .panorams-heading
{
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
}
.owncatalog-widget .panorams .panorams-body
{
    
}
.owncatalog-widget .panorams .panorams-body #panoram-link
{
    display: block;
    padding-top: 15px;
    margin-left: 60px;
}
.owncatalog-widget .panorams .panorams-body ul
{
    float: left;
}
.owncatalog-widget .panorams .panorams-body ul:first-child
{
    margin-right: 30px;
}
.owncatalog-widget .panorams .panorams-body ul li
{
    margin-bottom: 5px;
}
.owncatalog-widget .panorams .panorams-body .col1
{
    float: left;
}
.owncatalog-widget .panorams .panorams-body .col2
{
    float: left;
}
.owncatalog-widget .panorams .panorams-body .col3
{
    float: right;
}