﻿@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 2px;
    padding-right: 2px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -15px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 15px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 745px;
  }
  .span10 {
    width: 745px;
  }
  .span9 {
    width: 669px;
  }
  .span8 {
    width: 593px;
  }
  .span7 {
    width: 517px;
  }
  .span6 {
    width: 441px;
  }
  .span5 {
    width: 365px;
  }
  .span4 {
    width: 289px;
  }
  .span3 {
    width: 213px;
  }
  .span2 {
    width: 137px;
  }
  .span1 {
    width: 61px;
  }
  .offset10 {
    margin-left: 775px;
  }
  .offset9 {
    margin-left: 699px;
  }
  .offset8 {
    margin-left: 623px;
  }
  .offset7 {
    margin-left: 547px;
  }
  .offset6 {
    margin-left: 471px;
  }
  .offset5 {
    margin-left: 395px;
  }
  .offset4 {
    margin-left: 319px;
  }
  .offset3 {
    margin-left: 243px;
  }
  .offset2 {
    margin-left: 167px;
  }
  .offset1 {
    margin-left: 91px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.013422818791946%;
    *margin-left: 1.949320254689382%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.013422818791946%;
  }
  .row-fluid .span10 {
    width: 99.99999999999999%;
    *width: 99.93589743589742%;
  }
  .row-fluid .span9 {
    width: 89.7986577181208%;
    *width: 89.73455515401822%;
  }
  .row-fluid .span8 {
    width: 79.5973154362416%;
    *width: 79.53321287213903%;
  }
  .row-fluid .span7 {
    width: 69.39597315436241%;
    *width: 69.33187059025984%;
  }
  .row-fluid .span6 {
    width: 59.194630872483216%;
    *width: 59.130528308380654%;
  }
  .row-fluid .span5 {
    width: 48.993288590604024%;
    *width: 48.92918602650146%;
  }
  .row-fluid .span4 {
    width: 38.79194630872483%;
    *width: 38.72784374462227%;
  }
  .row-fluid .span3 {
    width: 28.590604026845636%;
    *width: 28.52650146274307%;
  }
  .row-fluid .span2 {
    width: 18.38926174496644%;
    *width: 18.325159180863874%;
  }
  .row-fluid .span1 {
    width: 8.187919463087248%;
    *width: 8.123816898984684%;
  }
  .row-fluid .offset10 {
    margin-left: 104.02684563758388%;
    *margin-left: 103.89864050937874%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 102.01342281879194%;
    *margin-left: 101.8852176905868%;
  }
  .row-fluid .offset9 {
    margin-left: 93.82550335570468%;
    *margin-left: 93.69729822749954%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 91.81208053691275%;
    *margin-left: 91.6838754087076%;
  }
  .row-fluid .offset8 {
    margin-left: 83.62416107382549%;
    *margin-left: 83.49595594562035%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 81.61073825503355%;
    *margin-left: 81.48253312682841%;
  }
  .row-fluid .offset7 {
    margin-left: 73.4228187919463%;
    *margin-left: 73.29461366374116%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 71.40939597315436%;
    *margin-left: 71.28119084494922%;
  }
  .row-fluid .offset6 {
    margin-left: 63.221476510067106%;
    *margin-left: 63.09327138186198%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 61.20805369127516%;
    *margin-left: 61.07984856307004%;
  }
  .row-fluid .offset5 {
    margin-left: 53.02013422818791%;
    *margin-left: 52.89192909998279%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 51.00671140939597%;
    *margin-left: 50.878506281190845%;
  }
  .row-fluid .offset4 {
    margin-left: 42.81879194630872%;
    *margin-left: 42.6905868181036%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 40.80536912751678%;
    *margin-left: 40.67716399931165%;
  }
  .row-fluid .offset3 {
    margin-left: 32.61744966442953%;
    *margin-left: 32.4892445362244%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 30.60402684563758%;
    *margin-left: 30.47582171743245%;
  }
  .row-fluid .offset2 {
    margin-left: 22.416107382550333%;
    *margin-left: 22.2879022543452%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 20.402684563758385%;
    *margin-left: 20.274479435553253%;
  }
  .row-fluid .offset1 {
    margin-left: 12.21476510067114%;
    *margin-left: 12.086559972466011%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 10.201342281879194%;
    *margin-left: 10.073137153674066%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 15px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 731px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 655px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 579px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 503px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 427px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 351px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 275px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 199px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 123px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 47px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -15px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 15px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1185px;
  }
  .span10 {
    width: 1185px;
  }
  .span9 {
    width: 1065px;
  }
  .span8 {
    width: 945px;
  }
  .span7 {
    width: 825px;
  }
  .span6 {
    width: 705px;
  }
  .span5 {
    width: 585px;
  }
  .span4 {
    width: 465px;
  }
  .span3 {
    width: 345px;
  }
  .span2 {
    width: 225px;
  }
  .span1 {
    width: 105px;
  }
  .offset10 {
    margin-left: 1215px;
  }
  .offset9 {
    margin-left: 1095px;
  }
  .offset8 {
    margin-left: 975px;
  }
  .offset7 {
    margin-left: 855px;
  }
  .offset6 {
    margin-left: 735px;
  }
  .offset5 {
    margin-left: 615px;
  }
  .offset4 {
    margin-left: 495px;
  }
  .offset3 {
    margin-left: 375px;
  }
  .offset2 {
    margin-left: 255px;
  }
  .offset1 {
    margin-left: 135px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 1.2658227848101267%;
    *margin-left: 1.2017202207075626%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 1.2658227848101267%;
  }
  .row-fluid .span10 {
    width: 99.99999999999999%;
    *width: 99.93589743589742%;
  }
  .row-fluid .span9 {
    width: 89.87341772151898%;
    *width: 89.8093151574164%;
  }
  .row-fluid .span8 {
    width: 79.74683544303797%;
    *width: 79.6827328789354%;
  }
  .row-fluid .span7 {
    width: 69.62025316455696%;
    *width: 69.55615060045439%;
  }
  .row-fluid .span6 {
    width: 59.49367088607595%;
    *width: 59.429568321973385%;
  }
  .row-fluid .span5 {
    width: 49.36708860759493%;
    *width: 49.30298604349237%;
  }
  .row-fluid .span4 {
    width: 39.24050632911392%;
    *width: 39.17640376501136%;
  }
  .row-fluid .span3 {
    width: 29.11392405063291%;
    *width: 29.049821486530345%;
  }
  .row-fluid .span2 {
    width: 18.987341772151897%;
    *width: 18.92323920804933%;
  }
  .row-fluid .span1 {
    width: 8.860759493670885%;
    *width: 8.796656929568321%;
  }
  .row-fluid .offset10 {
    margin-left: 102.53164556962024%;
    *margin-left: 102.4034404414151%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 101.26582278481011%;
    *margin-left: 101.13761765660497%;
  }
  .row-fluid .offset9 {
    margin-left: 92.40506329113923%;
    *margin-left: 92.27685816293409%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 91.1392405063291%;
    *margin-left: 91.01103537812396%;
  }
  .row-fluid .offset8 {
    margin-left: 82.27848101265822%;
    *margin-left: 82.15027588445308%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 81.01265822784809%;
    *margin-left: 80.88445309964295%;
  }
  .row-fluid .offset7 {
    margin-left: 72.15189873417721%;
    *margin-left: 72.02369360597207%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 70.88607594936708%;
    *margin-left: 70.75787082116194%;
  }
  .row-fluid .offset6 {
    margin-left: 62.0253164556962%;
    *margin-left: 61.897111327491075%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 60.75949367088607%;
    *margin-left: 60.63128854268095%;
  }
  .row-fluid .offset5 {
    margin-left: 51.89873417721518%;
    *margin-left: 51.77052904901006%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 50.632911392405056%;
    *margin-left: 50.50470626419993%;
  }
  .row-fluid .offset4 {
    margin-left: 41.77215189873417%;
    *margin-left: 41.64394677052905%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 40.506329113924046%;
    *margin-left: 40.37812398571892%;
  }
  .row-fluid .offset3 {
    margin-left: 31.645569620253163%;
    *margin-left: 31.51736449204803%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 30.379746835443036%;
    *margin-left: 30.251541707237905%;
  }
  .row-fluid .offset2 {
    margin-left: 21.51898734177215%;
    *margin-left: 21.390782213567018%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 20.253164556962023%;
    *margin-left: 20.124959428756892%;
  }
  .row-fluid .offset1 {
    margin-left: 11.39240506329114%;
    *margin-left: 11.26419993508601%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 10.126582278481012%;
    *margin-left: 9.998377150275884%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 15px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 1171px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 1051px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 931px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 811px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 691px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 571px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 451px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 331px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 211px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 91px;
  }
  .thumbnails {
    margin-left: -15px;
  }
  .thumbnails > li {
    margin-left: 15px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}


/* RODAND */
@media only screen and (min-width: 480px) and (max-width: 1199px) {
    .aside label, .aside input, .aside button, .aside select, .aside textarea {
        font-size: 12px;
    }
    .mainarticle .aside input[type='text'],  .mainarticle .aside input[type='password'] {
        width: 125px;
        height: 15px;
        line-height: 15px;
    }

    .navbar .nav > li > a {
        font-size: 12px;
    }

    .mainarticle .aside {
        font-size: 0.8em;
    }
        .mainarticle .aside h4 {
            font-size: 13px;
        }
}
@media only screen and (min-width: 480px) and (max-width: 979px) {
    .mainarticle .aside input[type='text'], .mainarticle .aside input[type='password'] {
        width: 95px;
    }
    .mainarticle .aside h3 {
        font-weight: normal;
    }
    #nav-main a {
        font-size: 11px !important;
    }
}