@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('../webfonts/texgyreadventor-regular-webfont.eot');
    src: url('../webfonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/texgyreadventor-regular-webfont.woff') format('woff'),
        url('../webfonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
        url('../webfonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorBold';
    src: url('../webfonts/texgyreadventor-bold-webfont.eot');
    src: url('../webfonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/texgyreadventor-bold-webfont.woff') format('woff'),
        url('../webfonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
        url('../webfonts/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family:  Helvetica, sans-serif;
    font-size:14px;
    color:#5e5d5c;

}

* {
    margin:0;
    padding:0;
    outline:none;
    line-height:20px;
}

a img {
    border:none;
}

a {
    color:#E32E1E;
    text-decoration:none;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

a:hover {
    color:#E32E1E;
}

hr {
    margin: 20px 0;
    height: 1px;
    border:none;
    background-color:transparent;
    overflow: hidden;
    display: block;
    border-top:solid 1px #E32E1E;
}


.red {
    color:#E32E1E;
}


ul li {
    list-style-type: none;
    margin-bottom: 15px;
}
ul li ul {
    margin-top:10px;
}
ul li ul li {
    list-style-type: circle;
    margin-bottom: 5px;
    margin-left:40px;
}

.number {
    color:#fff;
    width:40px;
    height:40px;
    line-height: 40px;
    text-align:center;
    font-size:26px;
    background-repeat:no-repeat;
    margin-top:5px;
    margin-bottom:5px;
    margin-right:15px;
    font-weight: 300;
    font-family:Helvetica, sans-serif;
    background-image:url(../images/circle.png);
}


.bigletter {
    margin-top:10px;
    margin:0px;
    top:40px;
    background-color:#E32E1E;
    color:#fff;
    border:solid 1px #E32E1E;
    min-width:30px;
    display:inline;
    padding-left:15px;
    padding-right:15px;
    padding-right:15px;
    padding-top:5px;
    padding-bottom:5px;
    height:50px;
    line-height: 50px;
    text-align:center;
    font-size:36px;
    font-weight: 300;
    font-family:Helvetica, sans-serif;
    border-bottom: 0px;
}
.table {
    background-color:#EBEBEB;
}
.table tr td{
    height:45px;
}
.table tr:first-child td{
    background-color:#fff;
    height:auto;
    padding-bottom:5px;

}
.table tr:nth-of-type(even) td{
    background-color:#e3e3e2;
}
.table tbody tr.even td{
    background-color:#e3e3e2;
}
.tariff tbody tr:nth-of-type(even) td:first-child{
    background-color:#DBDBDB;
}
.tariff tbody tr:nth-of-type(even) td{
    background-color:#C7C6C6;
}
 .tariff tbody tr.even td{
    background-color:#C7C6C6;
}

.table tr td {
    width:33%;
}
h1, h2, h3, h4, h5, h6{
    font-family: "TeXGyreAdventorRegular", Arial,Helvetica, sans-serif;
    text-align: left !important;
}
h1, h1 .smapp, h2, h3 {

}
h1{
    font-size:40px;
    font-family: "TeXGyreAdventorBold", Arial,Helvetica, sans-serif;
    display:block;
    color:#b1b3b4;
    background-repeat:no-repeat;

}
h1 span.small {
    padding-left:5px;
    font-size:20px; 
    font-family: "TeXGyreAdventorRegular", Arial,Helvetica, sans-serif;
}

h2 {
    width:100%;

    color: #b1b3b4;
    font-size: 44px;
    font-weight: 300;
}


h3 {    

    font-size:24px;
    color:#5E5D5C ;
    margin-bottom:10px;
    font-weight: 300;
}


h4 {
    padding-left:13px;
    height:25px;
    display:block;
    overflow:hidden;
    background-color:#E32E1E;
    font-size:14px;
    color:#fff;
    font-weight:normal;
    line-height:25px;
}

h5 {
    color:#E32E1E;
    font-weight:normal;
    font-size:24px;
    margin-bottom:10px;
    line-height:26px;
}

em {
    font-style: normal
}


p {
    padding-bottom:14px;
}





fieldset {
    border:none;
}



.toggle {

}
.toggle h3 {

}
.toggle h3 {

}

.clear {
    float:none;
    clear:both;
    height:1px;
    width:100%;
}



.col-half {
    float:left;
    width:360px;
    margin-right:10px;
    
}
.col-half:nth-of-type(n+2) {
   
} 



input[type=text], input.text {
    border: none;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    display: block;
    width: 100%;;
    color: #848382;
    background-color: #D7D6D6;
}
input[type="submit"], .submit {
    border: none;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    height: 22px;
    background-color: #E32E1E;
    color: white;
    padding: 0 10px;

    margin-top:4px;
}


.table.col5 {
    float:left;
    width:20%;
}
.table.col3 {
    float:left;
    width:33%;
}


.pdfdownload {
    background-image:url(../images/page_white_acrobat.png);
    padding-left:22px;
    background-position: top left;
    line-height:20px;
    height:20px;
    display:inline-block;
    background-repeat: no-repeat;
}