﻿/* 
    Created on : 25/08/2015, 5:23:26 PM
    Author     : rigonip
*/
@charset 'UTF-8';

@font-face {
    font-family: 'AllerRegular';
    src: url('fonts/aller_rg-webfont.eot');
    src: url('fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/aller_rg-webfont.woff2') format('woff2'), url('fonts/aller_rg-webfont.woff') format('woff'), url('fonts/aller_rg-webfont.ttf') format('truetype'), url('fonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.deep-blue {
    color: #00334D;
}
/* or rgba(0, 51, 77, 1) */

.sky-blue {
    color: #13B5EA;
}
/* or rgba(19, 181, 234, 1) */

.light-green {
    color: #7BC143;
}
/* or rgba(123, 193, 67, 1) */

.mid-green {
    color: #009946;
}
/* or rgba(0, 153, 70, 1) */

.dark-green {
    color: #124734;
}
/* or rgba(18, 71, 52, 1)*/

.dark-grey {
    color: #29353A;
}
/* or rgba(41, 53, 58, 1)*/

.deep-blue-bg {
    background-color: #00334D;
}
/* or rgba(0, 51, 77, 1) */

.sky-blue-bg {
    background-color: #13B5EA;
}
/* or rgba(19, 181, 234, 1) */

.light-green-bg {
    background-color: #7BC143;
}
/* or rgba(123, 193, 67, 1) */

.mid-green-bg {
    background-color: #009946;
}
/* or rgba(0, 153, 70, 1) */

.dark-green-bg {
    background-color: #124734;
}
/* or rgba(18, 71, 52, 1)*/

.dark-grey-bg {
    background-color: #29353A;
}
/* or rgba(41, 53, 58, 1)*/
/*
h1,
h2,
h3 {
    font-family: 'AllerRegular', Trebuchet, 'Trebuchet MS', Verdana, Arial;
}
body,
p {
    color: #29353A;
}
*/
.logo-banner {
    background: url('images/visionstream-banner.jpg') 0 0 no-repeat;
    display: block;
    width: 1535px;
    height: 424px;
}

.logo-large {
    background: url('images/visionstream-768.jpg') 0 0 no-repeat;
    display: block;
    width: 768px;
    height: 212px;
}
/*.logo-medium {
    background: url('images/visionstream-320.jpg') 0 0 no-repeat;
    display: block;
    width: 320px;
    height: 88px;
}*/
.logo-min {
    background: url('images/visionstream-min.jpg') 0 0 no-repeat;
    display: block;
    width: 188px;
    height: 52px;
}

.logo-ventia {
    background: url('images/ventia-min.png') 0 0 no-repeat;
    display: block;
    width: 320px;
    height: 88px;
}

.logo-medium {
    background: url('images/VisResSSPLogo.png') 0 0 no-repeat;
    display: block;
    width: 320px;
    height: 88px;
}
