/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/Jan/2015, 17:19:30
    Author     : Patrik
*/


.fade {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.fade:hover {
    opacity: 0.5;
}

.box_vsoft {
    border-radius: 10px; 
    background-color: #F9F9F9; 
    box-shadow: 0px 0px 5px #B8B8B8; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    height: 250px;
}

.separator {
    height: 5px;
    background-image: url("../images/separator.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 60px;
}

.separator_line {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 20px;
    margin-bottom: 20px;
}

#MyGmaps {
    width: 100%;
    height: 400px;
}

.rcorners {
    border-radius: 10px;
    border: 5px solid white;
}