/* Contao Open Source CMS :: Copyright (C) 2005-2010 Leo Feyer :: LGPL license */
body{margin:0;padding:0;font-size:100.01%;text-align:left;position:relative;}select,input,textarea{font-size:99%;}form{margin:0;padding:0;}img{border:0;}#left{float:left;}#right{float:right;}#main{width:auto;position:relative;}.inside{position:relative;text-align:left;}.block{overflow:hidden;}.clear,#clear{height:0.1px;font-size:0.1px;line-height:0.1px;clear:both;}
.invisible{width:0px;height:0px;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline;}.custom{display:block;text-align:left;}.custom:after{content:".";display:block;height:0;clear:both;visibility:hidden;}


.infoPopup {
    background: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.infoBox {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 805px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.infoBox > div {
    padding: 52px 50px 60px;
}

.infoBox > div h3 {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 30px;
    line-height: 1.2;
    color: #032959;
    margin: 0 0 30px;
}

.infoBox > div p {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 1.333;
    margin-bottom: 20px;
}

.infoBox > div p:last-child {
    margin-bottom: 0;
}

.closeInfo {
    background: #577dbb;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

.closeInfo:before,
.closeInfo:after {
    content: '';
    background: #fff;
    width: 16px;
    height: 2px;
    position: absolute;
    left: 13px;
    top: 19px;
    transform: rotate(45deg);
}

.closeInfo:after {
    transform: rotate(-45deg);
}