html, body {
	margin: 0;
	padding: 0;	
	font-family: "Calibri";  
	/*letter-spacing: 0.3px;*/
	font-size: 15px;
	color: #404040;
	
    /*text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);*/
    background-color: #A1A5A8;
}

a {
    color: #e61921;
    text-decoration: underline;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
    /*text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);*/
}

a:hover {
    color: #000;
	    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
    /*text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);*/
}

h1 {
    color: #da161d;    
    font-size: 25px;
    font-family: 'Titillium Web', Calibri;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
    margin: 0; 
}

h2 {
    color: #da161d;    
    font-size: 20px;
    font-family: 'Titillium Web', Calibri;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
    margin: 0; 
}

h3 {
    margin: 0;
    color: #da161d;
    font-size: 20px;  
    font-weight: normal;
}

li {
    /*padding-top: 7px;*/
}


.button {
    background-color: #e41921;
    border: 0 none;
    border-radius: 5px;
    color: white !important;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    outline: 0 none;
    padding: 5px 20px;
}


mark {
    color: inherit;
    background-color: transparent;
    font: inherit;      
}

.ac_edit {
    padding: 2px 5px; 
    line-height: 20px;   
}

.content {
    color: white;    
    font-size: 16px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	letter-spacing: 0.3px;
	line-height: 19px;
}

.content img {
    max-width: 100%;    
}

.list {
    list-style: circle outside url(../img/bullet-red.png);
    padding-left: 25px;  
    margin: 0;
}

.list li {
    color: white;
    padding: 3px 7px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.news_list {
    padding: 0;
    margin: 0;
    list-style: none outside none;
    color: white;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.news_list > li {
    margin-bottom: 10px;
}

.news_list .news_date {
    font-size: 12px;           
    font-style: italic; 
}

.news_list .news_title {
    margin-top: -4px;
    display: block;
    color: #da161d; 
    text-decoration: none;   
    font-size: 17px;
    font-family: 'Titillium Web', Calibri;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);    
}

.news_list .news_title:hover {
    text-decoration: underline;
}

.news_list .news_content {
    max-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.dotted_line {
    height: 3px;
    background-image: url(../img/dot.png);    
}

.separator {
    height: 22px;
    margin-top: 20px;
    background-image: url(../img/separator.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;    
}

.shadow {
    position: relative;    
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); 
}

.shadow:before, .shadow:after {
    z-index: -1; 
    position: absolute; 
    content: "";
    bottom: 15px;
    left: 5px;
    width: 50%; 
    height: 5px;
    max-width: 350px;
    background: rgba(0, 0, 0, 0.7); 
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
}
.shadow:after {
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);   
    right: 5px;
    left: auto;
}

#footer_logo img {
    max-width: 150px;    
}

#header_cont {
    background-color: #AEB2B5;    
    background-image: url(../img/header-back.png);   
    background-repeat: repeat-x;
    background-position: 0 76px;    
}

#header {
    margin: auto;
    max-width: 980px;
    height: 128px;
    position: relative;
}

#header > * {
    position: absolute;    
}

#header_logo {
    left: 10px;
    top: 12px;    
}

#header_title {
    font-size: 18px;
    color: white;
    top: 50px;
    left: 10px;
    font-weight: bold;
    font-family: 'Titillium Web', Calibri;    
}


#header_title {
    padding-right: 60px;        
}

#header_icons {
    position: absolute;
    top: 90px;
    right: 10px;
}
#header_icons > a {
    margin-left: 10px;
    display: inline-block;    
}
#header_icons.collapsed { display: none }

#language {
    right: 10px;
    top: 10px;    
}

#language a + a {
    margin-left: 10px;    
}

#language a {
    opacity: 0.5;    
}

#language a:hover, #language a.active {
    opacity: 1;    
}

#language_menu {
    display: none;    
}

#language_menu.collapsed {
    position: absolute;
    z-index: 1000;
    top: 0;    
    right: 0;
    bottom: 3px;
    width: 54px;
    border-left: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
    background-color: #aeb2b5;
}

#language_menu > a {
    display: inline-block;
    padding-left: 7px;
    padding-top: 12px;
}

#language_menu img {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

#language_menu:after {
    content: " ";
    display: block;
    height: 18px;
    border-top: 1px solid #787c7e;  
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: #9a9a9a;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/menu-arrow-up.png);
}

#header_info {
    text-align: right;
    right: 10px;
    color: white;
    left: auto;
    top: 37px;    
}

#language.collapsed {
    display: none;    
}

#language_button {
    width: 54px;
    height: 77px;
    top: 0;
    right: 0;    
    border-left: 1px solid #9a9a9a; 
    display: none; 
}

#language_button > img {
    margin-top: 12px;
    margin-left: 7px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

#language_button:after {
    content: " ";
    display: block;
    height: 18px;
    border-top: 1px solid #787c7e;  
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #9a9a9a;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/menu-arrow-down.png);
}

#language_button.collapsed {
    display: block;    
}

#menu.collapsed {
    display: none;    
}

#header_info.collapsed {
    text-align: left;
    padding-top: 78px;
    height: 47px;
    display: table-cell;
    position: static;
    vertical-align: middle;
    padding-right: 60px;
    padding-left: 10px;
    color: #404040;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
}

#menu {
    top: 86px;
    left: 10px;
}

#menu li.menu_root {
    height: 42px;
    color: black;
    border-radius: 8px;
    padding: 0 20px; 
}

#menu li.menu_root.menu_parent {
    background-image: url(../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center 25px;
}

#menu li.menu_root > a {
    line-height: 31px;
    display: block;
    color: black;
    text-shadow: none;
    text-transform: uppercase;
    text-decoration: none;    
}

#menu li.menu_root > a:hover {
    line-height: 31px;
    display: block;
    color: red;
    text-shadow: none;
    text-transform: uppercase;
    text-decoration: none;    
}

#menu li.menu_root.active:not(:hover) {
    background-image: none;
    background-color: #E41921;    
}

#menu li.menu_root.active:not(:hover) > a {
    color: white;
}

#menu ul.menu_level1 {
    padding: 5px 0;
    background-color: #d1d1d1;   
    left: -10px;
    top: 42px;
    border-top: 3px solid transparent;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

#menu li.menu_level1 > a {
    display: block;
    color: black;
    padding: 2px 30px;
    text-decoration: none;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

#menu li.menu_level1 > a:hover {
    background-color: #e7e7e7;    
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    color: #e61921;
}


#menu_button {
    display: none;
    background-color: #cacaca;
    background-image: url(../img/menu-more.png);
    background-repeat: no-repeat;
    background-position: center center;     
    right: 0;
    top: 78px;
    width: 54px;
    height: 47px;  
    border-left: 1px solid #9a9a9a;  
}

#menu_button.collapsed {
    display: block;    
}

#main_cont {      
    background-color: #a1a5a8;    
/*    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;*/
}

#main {
    max-width: 980px;
    margin: auto;
}

#footer {
    max-width: 980px;
    margin: auto;
    background-color: rgba(161,165,168,0.9);
    padding-top: 30px;
}

#footer_map {
    max-width: 580px;
}

#footer_map img {
    max-width: 100%;    
    margin-top: -10px;
}

#footer_menu {
    font-size: 13px;
    float: left;
    margin-bottom: 20px;
	margin-top: 4px;
}

#footer_menu > ul {
    list-style: none outside none;   
    display: inline-block;
    text-align: left;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

#footer_menu.collapsed {
    float: none; 
    text-align: center;   
}

#footer_menu > ul > li {
    vertical-align: top;
    display: inline-block;    
}

#footer_menu a {
    color: black;      
    display: inline-block;  
    text-decoration: none;
}

#footer_menu a:hover {
	color: #da161d;
}

#footer_menu > ul > li {
    max-width: 120px;    
}

#footer_menu > ul > li > a {
    text-transform: uppercase;
    padding: 0 0 5px 10px;
    background-image: url(../img/arrow-right.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    white-space: normal;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
}

#footer_menu > ul > li + li {
    padding-left: 10px;    
}

#footer_menu > ul > li > ul {
    list-style: none outside none;    
    padding: 0;
    margin: 0;
}

#footer_menu > ul > li > ul > li > a {
    padding: 0px 0 1px 20px;
    background-image: url(../img/bullet-gray.png);
    background-repeat: no-repeat;
    background-position: 10px 6px;
    white-space: normal;
}

#footer_info {
    display: block;
    width: 270px;
    margin-right: 10px; 
    float: right;
    color: white;
}

#footer_info.collapsed {
    display: none;    
}

#footer_row1 {
    background-image: url(../img/background.jpg);        
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: cover;
}

#footer_row2 {
    padding-top: 20px;
    border-top: 4px solid #85868A;
}

#footer_bottom {
    background-color: #B5B6BA;
    font-size: 12px;
    padding: 15px 10px;
    color: white;    
    text-align: center;
}

#footer_logo {
    padding-top: 10px;
    text-align: center;
}

#footer_logo a {
    vertical-align: top;  
    display: inline-block;  
}

#footer_logo a + a {
    margin-left: 20px;    
}

#home {
    background-image: url(../img/background1.jpg); 
    background-color: #A1A5A8; 
    background-position: center 50px;
    background-repeat: no-repeat;  
}

#home h1 {
    color: black;
    font-size: 33px;   
    line-height: 33px; 
    text-align: center;
    font-family: 'Titillium Web', Calibri; 
    text-transform: uppercase;
    margin: 0;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
}

#home h1 > span {
    font-size: 0.75em;  
    height: 33px; 
    line-height: 25px; 
    display: block;
}  

#home h2 {
    color: #da161d;    
    font-size: 20px;
    font-family: 'Titillium Web', Calibri;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
    margin: 0; 
}

#home .home_box h2 {
    font-size: 17px;
}

/*
#home h1:before {
    content: " ";
    background-image: url(../img/logo-siwim.png);
    width: 46px;
    height: 33px;
    float: right;    
    margin-right: -46px;
}*/

#home_desc {    
    margin-top: 40px;
    padding-left: 115px;
    background-image: url(../img/logo-siwim-big.png);
    background-repeat: no-repeat;
    min-height: 80px;
    color: black;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
}

#home_desc strong {
    font-size: 15px;    
}

#home_desc p {
    margin-top: 0;
    margin-bottom: 2px;    
}

#home_features > img {
    margin-top: 10px;
    border-top: 2px solid #da161d;    
}

#home_reasons {
    text-align: left;
    display: inline-block; 
}

#home_video {
    text-align: left;
    display: inline-block;
}


.home_box {
    position: relative;
    height: 155px;
    width: 306px;
    font-size: 13px;
    display: block;
    text-decoration: none;
}

#home_box_list {
    text-align: justify; 
    padding-right: 35px;   
}

#home_box_list:after {
    content: "";
    width: 100%;
    display: inline-block;
}

#home_box_list .home_box {
    display: inline-block;
    width: 30%;            
    text-align: left;
}

.home_box > * {
    position: absolute;
}

.home_box > img {
    bottom: 0;
    z-index: 0;
    max-width: 100%;  
}

.home_box h2 {
    text-transform: uppercase;
}

.home_box > ul {
    z-index: 1;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: circle outside url(../img/bullet-red.png);
    padding-left: 25px;      
    width: 100%;
    box-sizing: border-box;
}

.home_box li {
    background-color: rgba(150, 154, 147, 0.8);
    color: white;
    padding: 4px 7px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.home_box li + li {
    margin-top: 4px;    
}

.home_box > img {
    border-top: 2px solid #da161d;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); 
}


/****************************************************************************/
/*  
/*      ANIMATION
/*
/****************************************************************************/
 
#animation {
    background-position: 0 bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative; 
    display: none;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    max-width: 560px;
    margin-top: -10px;
    text-align: left;
}

#animation * {
    position: absolute;    
}

#anim_line {
    top: 304px;
    bottom: 0;
    right: 0;
    width: 100%; 
    overflow: hidden;   
}

#anim_line > img {
    top: 0;
    right: 0;
    position: absolute;
}

#anim_label {
    z-index: 10;    
}

#anim_blinker { background-color: white; display: none }



/****************************************************************************/
/*  
/*      SYSTEM DEMO
/*
/****************************************************************************/

#monitor {
    max-width: 600px;    
}

#monitor_pref {
    border-collapse: collapse;
    width: 100%;
}

#monitor_pref td {
    padding: 0 5px;
    text-align: center;
    line-height: 32px;
    color: white;
    /*border-bottom: 1px solid black;*/
    background-color: #454546;
    background-image: linear-gradient(to bottom, #454546 0%, #2E2E2E 100%);    
}

#monitor_pref td + td {
    border-left: 1px solid black;    
}

#monitor_pref td > * {
    vertical-align: middle;
}

#monitor_pref td > img {
    display: inline-block;
    padding: 0 5px;
}

#monitor_header {
    border-collapse: collapse;
    table-layout: fixed;
    border-left: 1px solid #686D71;
    border-right: 1px solid #686D71;
    width: 100%;    
}

#monitor_header th {
    padding: 2px 15px;
    color: white;
    font-size: 12px;
    text-align: left;
    background-image: linear-gradient(to bottom, #9B9FA2 0%, #95999C 100%);
}

#monitor_main {
    overflow: hidden;    
}
        
#monitor_main > table {
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid #686D71;
    border-top: 0;
    width: 100%;    
}

#monitor_main td {
    height: 50px;
    border-top: 1px solid #686D71;
    border-bottom: 1px solid #686D71;
    color: white;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    padding: 2px 15px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    background-image: linear-gradient(to bottom, #9B9FA2 0%, #95999C 100%);
}


.monitor_truck_pic > div {
    position: absolute;
    left: 120px;
    width: 450px; 
}

div.monitor_info {
    padding-top: 5px;
    height: 65px;
    color: black;
    font-size: 10px;        
    text-shadow: none;
    opacity: 0;
}

.monitor_info {
    display: none;    
}

.monitor_more {
    opacity: 0.5;    
}

.monitor_col_class {
    font-size: 14px;    
}

.monitor_col_status, .monitor_col_lane {
    width: 18px;    
}

.monitor_col_image {
    width: 104px;    
}

.monitor_col_speed, .monitor_col_weight, .monitor_col_time {
    width: 62px;    
}

.monitor_col_class > img {
    display: inline-block;
    padding-right: 10px;  
}  

.monitor_col_image {
    width: 104px;    
}

.monitor_col_image > img {
    border: 2px solid #D8161D;       
}


#monitor_main tr.expanded > td {
    background-color: #B4B8BB;
    background-image: none;
}

#monitor_main tr.expanded .monitor_info {
    display: block;
}


#page {
    padding: 10px;    
    margin-left: 240px;    
}

.bottom_page > a {
    color: #da161d;    
    font-size: 20px;
    font-family: 'Titillium Web', Calibri;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
    margin: 0; 
    font-weight: bold;
    text-decoration: none;
}

.bottom_page > a:hover {
    color: #000;    
    font-size: 20px;
    font-family: 'Titillium Web', Calibri;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
    margin: 0; 
    font-weight: bold;
    text-decoration: none;
}

#sub_menu {
    list-style: none outside none;
    width: 210px;
    padding-left: 0;
    float: left;    
}

#sub_menu li {
    background-image: url(../img/arrow-right-black.png);
    background-position: 0px 6px;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-left: 20px;
	margin-top: 0px;
}

#sub_menu li.back {
    background-image: url(../img/arrow-left-black.png);
    margin-left: 0;
}

#sub_menu li > a {
    color: white;
    line-height: 18px;  
    font-size: 16px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    text-decoration: none;  
}

#sub_menu li.active > a, #sub_menu li:hover > a{
    color: #e61921;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);   
}

#popup_menu {
    list-style: none outside none;
    font-size: 20px;
    padding: 0;  
    margin: 0;  
}

#news {
    list-style: none outside none;
    padding: 0;  
    margin: 0;     
    padding: 10px;    
    margin-left: 240px;    
}

#news > li {
    display: none;    
}

#news > li.active {
    display: block;    
}

#news_menu {
    list-style: none outside none;
    width: 210px;
    padding-left: 0;
    float: left;    
}

#news_menu .news_ date {
    font-size: 12px;
    font-style: italic;    
}

#news_menu li {
    margin-bottom: 10px;    
}

#news_menu a {
    color: white;
    font-size: 16px;
    line-height: 18px;
    padding-top: 15px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

#news_menu li.active > a {
    color: #e61921;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

#popup_menu > li > a {
    display: block;
    color: black;
    text-decoration: none;    
    text-transform: uppercase;
    background-color: #DADADA;
    background-image: linear-gradient(to bottom, #DADADA 0%, #CCCCCC 100%);   
    padding: 10px 20px;
    border-bottom: 2px solid #EBEBEB;
}

#popup_menu li.active > a {
    color: #e61921;    
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
}

#popup_menu > li > button {
    border: 1px solid #a1a5a8;
    border-radius: 2px;
    background-color: #DADADA;
    background-image: url(../img/arrow-down-big.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    float: right;
    margin-top: 6px;
    margin-right: 15px; 
    cursor: pointer;   
    outline: none;
}

#popup_menu > li.expanded > button {
    background-image: url(../img/arrow-up-big.png);
}

#popup_menu > li > a:hover {
    background-image: none;    
}

#popup_menu ul {
    list-style: none outside none;
    margin: 0;  
    padding-top: 10px;  
    padding-bottom: 10px; 
    display: none; 
}
#popup_menu ul > li {
    background-image: url(../img/arrow-right-black.png);
    background-position: 0 10px;
    background-repeat: no-repeat;
    padding-left: 20px;
}
#popup_menu ul > li > a {
    color: white;
    line-height: 25px;  
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    text-decoration: none;  
}

#ctrl_projects #main_cont {
    background-image: url(../img/map.jpg);
    background-position: center top;    
    background-repeat: no-repeat;
}

#ctrl_projects #footer_row1 {
    display: none;
}

#projects {
    background-image: url(../img/map2.jpg);
    background-repeat: no-repeat;
}

#projects_map {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;    
}

#projects_map > * {
    position: absolute;    
    cursor: pointer;    
}

.projects_popup {
    display: none;
    position: absolute;
    
    bottom: 15px;
    right: 10px;
    width: 180px;
    z-index: 2000;
    padding: 10px;
    font-size: 12px;
    background-color: white;
    color: #3b3838;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}    

.projects_popup:after {
    content: " ";
    display: block;
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 0; height: 0; 
    border-bottom: 10px solid #e61921; 
    border-left: 10px solid transparent;    
}

.projects_popup span {
    color: #e61921;  
    font-size: 14px;  
}

.projects_popup a {
    text-decoration: none;
}

#projects_map > li:hover .projects_popup {
    display: block;    
}

#projects_table {
    list-style: none outside none;
    margin: 0;
    padding: 0;    
}

#projects_table > li {
    display: inline-block;
    min-width: 70px;
    margin-right: 12px;  
    vertical-align: top;
}

#projects_table a {
    color: white;
    text-decoration: none;   
    display: inline-block; 
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

#projects_table a:hover {
    text-decoration: underline;    
}

#contact_form {
    padding: 10px;    
}

#contact_form label {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;    
}

#contact_form form > * {
    max-width: 400px;    
}

#contact_form button {
    background-color: #E41921; 
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
    margin: 0;
    outline: 0;
    cursor: pointer;
    border: 0;          
}

#contact_form_error {
    color: darkred;    
}

@media (min-width: 980px) {
    #home h1:before {
        content: " ";
        width: 46px;
        height: 33px;
        float: right;
        background-image: url(../img/logo-siwim.png);
        margin-right: -46px;
    }
    
    #home_left {
        padding-top: 45px;
        width: 560px;
        float: left;    
    }

    #home_right {
        padding-top: 40px;
        width: 320px;
        float: right;    
    }
    
    body.lang_si #home_right .home_box {
        display: none;    
    }
    
    #home_right .home_box:last-child {
        display: none;    
    }
    
    #home_system {
        width: 600px;
        float: left;        
    }

    #home_features, #home_video, #footer_news {
        width: 320px;
        float: right;    
    }

    .home_box + .home_box {
        margin-top: 40px;    
    }    
}

@media (max-width: 980px) {
    #home {
        text-align: center;    
    }
    #home_left {
        padding-top: 45px;
        max-width: 560px;
        margin: auto;
    } 
    #home_actions {
        max-width: 600px;
        margin: auto;
        padding: 10px;
        text-align: left;
        margin-bottom: 30px;
    }
    
    #home_desc {
        margin: auto;
        text-align: left;    
    }
    
    #home_features {
        display: none;    
    }
    
    #home_right .home_box {
        text-align: left;
        max-width: 306px;
        display: inline-block;    
        margin: 20px;
        margin-bottom: 0;
    }
    
    #home_box_list { display: none }
    
    #monitor {
        margin: auto;    
    }
    
    #home_reasons {
        padding: 20px;
    }
    
    #footer_map {
        float: none;
        max-width: none;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }
    
    #footer_news {
        padding: 20px;    
    }
}

@media (max-width: 600px) {
    #monitor { display: none }
}

@media (max-width: 800px) {
    #sub_menu {
        display: none;    
    }
    #page {
        margin-left: 0;    
    }
}

@media (max-width: 475px) {
    #header_logo > img {
        height: 28px;
    }    
    
    #header_title {
        font-size: 15px;    
        top: 42px;
        line-height: 16px;
    }
    
    #header_info {
        font-size: 12px;
    }

    #footer {
        padding-top: 10px;    
    }
    #footer_menu, #footer_info {
        display: none;     
    }
    
} 

@media (max-width: 346px) {
    .home_box {
        display: block;
    }    
    
    .home_box > img {
        max-width: 100%;    
    }
    
    #home h1 {
        font-size: 20px;    
    }
}

/*
@media (max-width: 650px) {
    #home_system {
        display: none;    
    }
} */

@media (max-width: 560px) {
    #home h1 {
        font-size: 25px;
    }    
}
 
 

