﻿.f-popup {
    width: 440px;
    max-width: 500px;
    height: 350px;
}

    .f-popup .qtip-content {
        height: 340px;
    }

.topbar {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 38px;
    -webkit-box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.75);
}

.topbarButtonsWrapper {
    position: absolute;
    width: 390px;
    height: 38px;
    left: 50%;
    top: 0px;
    z-index: 3;
}

.topbarButtons {
    position: relative;
    left: -188px;
}


.btnTopBar {
    position: absolute;
    width: 22px;
    height: 24px;
    cursor: pointer;
    display: block;
}

#btnLast {
    top: 9px;
    right: 68px;
}

#btnNext {
    top: 9px;
    right: 113px;
}

#btnPrevious {
    top: 9px;
    right: 306px;
}

#btnFirst {
    top: 9px;
    right: 351px;
}

#btnlink
{
     top: 9px;
    right: 430px;
    }

#btnZoom {
    top: 9px;
    right: 23px;
    font-size: 18px;
}

#pageNumbers {
    position: absolute;
    right: 208px;
    top: 9px;
}

    #pageNumbers #txtPageNumber {
        width: 35px;
        height: 14px;
        float: left;
        font-size: 14px;
        margin: 0;
    }


.pageOf {
    float: left;
    font-size: 14px;
    margin-left: 5px;
}

#btnGo {
    position: absolute;
    right: 195px;
    top: 9px;
}

#btnGo #btnPageGo {
        padding: 0 8px;
        font-size:14px;
    }

.qtip-close {
  right: 3px !important;
  top: 3px !important;
}

.qtip-close:hover {
    text-decoration:none !important;
}

.owl-carousel .owl-wrapper{
    margin: 0 auto;
}

.owl-item img{
    max-height:150px;
}

.owl-item .item{
  text-align: center;
  display: block;
}

.thumbnails {
    bottom:50px !important;
}

form {
position:relative;
}

.qtip-default .qtip-icon {

    color:#FFF !important;
    background: #B50000 !important;
    border-color: #B50000 !important;
}

.qtip-icon .ui-icon {
    width: 40px !important;
    margin:0px 5px;

}


a
{
    font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:14px;
    }