html {
    margin:0;
    padding:0;
    overflow-x:hidden
}
body {
    font-family:'Open Sans', Arial, serif;
    color:#000;
    font-size:.9em
}
* {
    margin:0 auto;
    padding:0
}
ul {
    list-style:none
}
a {
    text-decoration:none;
    border:none;
    color:#000
}
a:hover {
    text-decoration:underline
}
p {
    margin-top:1em
}
img {
    border:none
}
.clear {
    clear:both
}
::selection {
    background:#032440;
    color:#fff
}
header {
    width:100%;
    height:auto;
    position:relative;
    float:left
}
.logo {
    padding:10px 0
}
.padding-menu {
    padding:25px 0;
    text-align:right;
}
.padding-1 {
    padding:20px
}
.border {
    border-bottom:5px #045daf solid;
    margin-bottom:3%
}
.link-home {
    background:#045daf;
    padding:2% 5%;
    margin-bottom:5%;
    min-height:135px;
    color:#fff
}
.link-home h2 {
    color:#fff;
    font-size:1.2em;
    text-transform:uppercase;
    font-weight:bolder
}
.link-home a {
    text-decoration:none;
    color:#fff!important
}
.link-home a:hover {
    text-decoration:none!important
}
.link-home:hover {
    background:#ccc;
    text-decoration:none;
    color:#000;
}
.link-home:hover h2 {
    color:#000;
}
.link-empresa {
    background:#045daf;
    padding:5%;
    margin-bottom:5%;
    min-height:430px;
    color:#fff
}
.link-empresa h2 {
    color:#fff;
    font-size:1.2em;
    text-transform:uppercase;
    font-weight:bolder
}
.link-empresa a {
    text-decoration:none;
    color:#fff!important
}
.link-empresa a:hover {
    text-decoration:none!important
}
.link-empresa:hover {
    background:#ccc;
    text-decoration:none;
    color:#000;
}
.link-empresa:hover h2 {
    color:#000;
}
.banner {
    background:url(../images/banner.png) no-repeat
}
h1 {
    color:#000!important;
    font-size:2em!important;
    margin:0;
    text-transform:uppercase
}
h2 {
    color:#311f19;
    font-size:1.5em;
    font-weight:700;
    margin:.5% 0;
    text-transform:none
}
h3 {
    color:#032440!important;
    font-size:1.3em!important;
    text-transform:uppercase;
    font-weight:bolder!important
}
.section-2 {
    width:100%;
    float:left;
    position:relative;
    margin-top:1%;
    background:#f2f2f2;
    padding:1% 0 2%
}
.margin-top {
    margin-top:5%
}
.margin-2 {
    margin:3% 0;
}
.link-uteis {
    width:100%;
    margin-top:3%
}
.button {
    width:33%;
    height:35px;
    font-size:1.1em;
    text-transform:uppercase;
    float:left;
    font-weight:300;
    line-height:1em;
    cursor:pointer;
    color:#fff;
    text-align:center;
    background:#045daf;
    border-radius:0;
    margin-top:10px;
    margin-right:30px;
    margin-bottom:10px;
    padding:10px;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    -ms-transition:.5s;
    transition:.5s
}
.button:hover {
    background:#ccc;
    color:#045daf;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    -ms-transition:.5s;
    transition:.5s
}
input {
    font-family:'Open Sans', Arial, serif;
    font-size:.9em;
    padding:3px;
    border:1px solid #ccc;
    width:100%;
    height:30px;
    margin-bottom:2%;
    border-radius:0;
    background:#fff
}
textarea {
    font-family:'Open Sans', Arial, serif;
    font-size:.9em;
    padding:3px;
    border:1px solid #ccc;
    width:100%;
    color:#7f7f7f;
    margin-bottom:3%;
    border-radius:0;
    background:#FFF
}
footer {
    width:100%;
    height:auto;
    background:#045daf;
    color:#fff;
    position:relative;
    line-height:1.8em;
    padding-top:1%;
    padding-bottom:1%
}
footer h5 {
    color:#fff;
}
footer a {
    color:#fff!important;
    text-transform:uppercase;
    font-weight:bolder;
    margin-bottom:5%
}
.footer-2 a, footer a {
    color:#fff!important;
    text-decoration:none;
    font-weight:lighter
}
.footer-2 {
    background:#020c14!important;
    color:#fff;
    text-align:center!important;
    font-size:.8em;
    padding:10px 0
}

ul.logos li {
    display: inline-block;
    margin: 9px
}

#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#333;
    display:none
}
#boxes .window {
    position:absolute;
    left:0;
    top:0;
    width:440px;
    height:200px;
    display:none;
    z-index:9999;
    padding:20px
}
#boxes #dialog2 {
    background:transparent;
    width:650px;
    margin:0 auto;
    margin-top:-160px
}
.close {
    display:block;
    float:left;
    font-weight:700;
    line-height:1;
    cursor:pointer;
    color:#fff;
    text-align:center;
    text-shadow:0 -1px 1px #64799e;
    background:#191d2f;
    border:.1px solid #051c44;
    background-color:#25a9e0;
    background-position:0 0;
    margin:10px 30px 10px 0;
    padding:6px 8px
}
@media only screen and (max-width :1024px) {
    ul#main-menu li a {
        padding:14px 25px
    }
}
@media only screen and (max-width :855px) {
    .exclui-foto {
        display:none!important
    }
    .menu {
        width:40%;
        margin:0;
        float:right;
        background:#045daf;
    }
    nav {
        margin-top:0
    }
}
@media only screen and (max-width :800px) {
    .link-empresa-2 {
        min-height:250px!important
    }
}
@media only screen and (max-width :650px) {
    .padding-3 {
        margin-left:20px!important
    }
    .exclui-foto-2 {
        display:none!important
    }
    .section-3 {
        display:none!important
    }
    .link-empresa {
        min-height:0!important
    }
    .text-right {
        text-align:center!important
    }
    .menu {
        width:100%;
        background:#045daf;
    }
}
@media only screen and (max-width :480px) {
    .exclui-coluna {
        display:none!important
    }
    .banner {
        display:none!important
    }
    footer {
        text-align:center;
        padding:5%;
    }
}
.btn {
    background:none;
    cursor:pointer;
    width:100%;
    padding:5% 2%;
    display:inline-block;
    margin:2% 2% 3% 0;
    text-transform:uppercase;
    font-size:1.1em;
    letter-spacing:1px;
    font-weight:400;
    text-align:center;
    outline:none;
    position:relative;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;
    border:1px solid #045daf!important
}
.btn:hover {
    color:#fff
}
.btn:after {
    content:'';
    position:absolute;
    z-index:-1;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s
}
.btn-1 {
    border:1px solid #045daf;
    color:#045daf
}
.btn-1c:after {
    width:0;
    height:100%;
    top:0;
    left:0;
    background:#045daf;
    color:#fff
}
.btn-1c:hover, .btn-1c:active {
    color:#fff
}
.btn-1c:hover:after, .btn-1c:active:after {
    width:100%
}
html {
    font-family:sans-serif;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%
}
body {
    margin:0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, no-separador, nav, section, summary {
    display:block
}
a {
    background-color:transparent
}
a:active, a:hover {
    outline:0
}
h1 {
    margin:.67em 0;
    font-size:2em
}
small {
    font-size:80%
}
img {
    border:0
}
hr {
    height:0;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box
}
button {
    overflow:visible
}
button, select {
    text-transform:none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance:button;
    cursor:pointer
}
button[disabled], html input[disabled] {
    cursor:default
}
button::-moz-focus-inner, input::-moz-focus-inner {
    padding:0;
    border:0
}
input {
    line-height:normal
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height:auto
}
input[type="search"] {
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-appearance:textfield
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance:none
}
fieldset {
    padding:.35em .625em .75em;
    margin:0 2px;
    border:1px solid silver
}
legend {
    padding:0;
    border:0
}
textarea {
    overflow:auto
}
optgroup {
    font-weight:700
}
table {
    border-spacing:0;
    border-collapse:collapse
}
td, th {
    padding:0
}
* {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
:before, :after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
html {
    font-size:10px;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0)
}
body {
    font-family:'Open Sans', Arial, serif;
    font-size:14px;
    line-height:1.42857143;
    color:#000;
    background-color:#fff
}
input, button, select, textarea {
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
a {
    text-decoration:none
}
a:hover, a:focus {
    text-decoration:none
}
a:focus {
    outline:thin dotted;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
figure {
    margin:0
}
img {
    vertical-align:middle
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display:block;
    max-width:100%;
    height:auto
}
.img-rounded {
    border-radius:6px
}
.img-thumbnail {
    display:inline-block;
    max-width:100%;
    height:auto;
    padding:4px;
    line-height:1.42857143;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:4px;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.img-circle {
    border-radius:50%
}
hr {
    margin-top:20px;
    margin-bottom:20px;
    border:0;
    border-top:1px solid #eee
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family:inherit;
    font-weight:500;
    line-height:1.1;
    color:inherit
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top:20px;
    margin-bottom:10px
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top:10px;
    margin-bottom:10px
}
h1, .h1 {
    font-size:36px
}
h2, .h2 {
    font-size:22px
}
h3, .h3 {
    font-size:24px
}
h4, .h4 {
    font-size:18px
}
h5, .h5 {
    font-size:14px
}
h6, .h6 {
    font-size:12px
}
p {
    margin:0 0 10px
}
.text-left {
    text-align:left
}
.text-right {
    text-align:right
}
.text-center {
    text-align:center!important
}
.text-justify {
    text-align:justify
}
.text-nowrap {
    white-space:nowrap
}
.text-lowercase {
    text-transform:lowercase
}
.text-uppercase {
    text-transform:uppercase
}
.text-capitalize {
    text-transform:capitalize
}
.text-muted {
    color:#777
}
.text-primary {
    color:#337ab7
}
a.text-primary:hover {
    color:#286090
}
.text-success {
    color:#3c763d
}
a.text-success:hover {
    color:#2b542c
}
.text-info {
    color:#31708f
}
a.text-info:hover {
    color:#245269
}
.text-warning {
    color:#8a6d3b
}
a.text-warning:hover {
    color:#66512c
}
.text-danger {
    color:#a94442
}
ul, ol {
    margin-top:0;
    margin-bottom:10px
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom:0
}
.list-unstyled {
    padding-left:0;
    list-style:none
}
.list-inline {
    padding-left:0;
    margin-left:-5px;
    list-style:none
}
.list-inline > li {
    display:inline-block;
    padding-right:5px;
    padding-left:5px
}
address {
    margin-bottom:20px;
    font-style:normal;
    line-height:1.42857143
}
code, kbd, pre, samp {
    font-family:Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
    padding:2px 4px;
    font-size:90%;
    color:#c7254e;
    background-color:#f9f2f4;
    border-radius:4px
}
.container {
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}
@media (min-width: 768px) {
    .container {
        width:750px
    }
}
@media (min-width: 992px) {
    .container {
        width:970px
    }
}
@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}
.container-fluid {
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}
.row {
    margin-right:-15px;
    margin-left:-15px
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position:relative;
    min-height:1px;
    padding-right:15px;
    padding-left:15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float:left
}
.col-xs-12 {
    width:100%
}
.col-xs-11 {
    width:91.66666667%
}
.col-xs-10 {
    width:83.33333333%
}
.col-xs-9 {
    width:75%
}
.col-xs-8 {
    width:66.66666667%
}
.col-xs-7 {
    width:58.33333333%
}
.col-xs-6 {
    width:50%
}
.col-xs-5 {
    width:41.66666667%
}
.col-xs-4 {
    width:33.33333333%
}
.col-xs-3 {
    width:25%
}
.col-xs-2 {
    width:16.66666667%
}
.col-xs-1 {
    width:8.33333333%
}
.col-xs-offset-12 {
    margin-left:100%
}
.col-xs-offset-11 {
    margin-left:91.66666667%
}
.col-xs-offset-10 {
    margin-left:83.33333333%
}
.col-xs-offset-9 {
    margin-left:75%
}
.col-xs-offset-8 {
    margin-left:66.66666667%
}
.col-xs-offset-7 {
    margin-left:58.33333333%
}
.col-xs-offset-6 {
    margin-left:50%
}
.col-xs-offset-5 {
    margin-left:41.66666667%
}
.col-xs-offset-4 {
    margin-left:33.33333333%
}
.col-xs-offset-3 {
    margin-left:25%
}
.col-xs-offset-2 {
    margin-left:16.66666667%
}
.col-xs-offset-1 {
    margin-left:8.33333333%
}
.col-xs-offset-0 {
    margin-left:0
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float:left
    }
    .col-sm-12 {
        width:100%
    }
    .col-sm-11 {
        width:91.66666667%
    }
    .col-sm-10 {
        width:83.33333333%
    }
    .col-sm-9 {
        width:75%
    }
    .col-sm-8 {
        width:66.66666667%
    }
    .col-sm-7 {
        width:58.33333333%
    }
    .col-sm-6 {
        width:50%
    }
    .col-sm-5 {
        width:41.66666667%
    }
    .col-sm-4 {
        width:33.33333333%
    }
    .col-sm-3 {
        width:25%
    }
    .col-sm-2 {
        width:16.66666667%
    }
    .col-sm-1 {
        width:8.33333333%
    }
    .col-sm-offset-12 {
        margin-left:100%
    }
    .col-sm-offset-11 {
        margin-left:91.66666667%
    }
    .col-sm-offset-10 {
        margin-left:83.33333333%
    }
    .col-sm-offset-9 {
        margin-left:75%
    }
    .col-sm-offset-8 {
        margin-left:66.66666667%
    }
    .col-sm-offset-7 {
        margin-left:58.33333333%
    }
    .col-sm-offset-6 {
        margin-left:50%
    }
    .col-sm-offset-5 {
        margin-left:41.66666667%
    }
    .col-sm-offset-4 {
        margin-left:33.33333333%
    }
    .col-sm-offset-3 {
        margin-left:25%
    }
    .col-sm-offset-2 {
        margin-left:16.66666667%
    }
    .col-sm-offset-1 {
        margin-left:8.33333333%
    }
    .col-sm-offset-0 {
        margin-left:0
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float:left
    }
    .col-md-12 {
        width:100%
    }
    .col-md-11 {
        width:91.66666667%
    }
    .col-md-10 {
        width:83.33333333%
    }
    .col-md-9 {
        width:75%
    }
    .col-md-8 {
        width:66.66666667%
    }
    .col-md-7 {
        width:58.33333333%
    }
    .col-md-6 {
        width:50%
    }
    .col-md-5 {
        width:41.66666667%
    }
    .col-md-4 {
        width:33.33333333%
    }
    .col-md-3 {
        width:25%
    }
    .col-md-2 {
        width:16.66666667%
    }
    .col-md-1 {
        width:8.33333333%
    }
    .col-md-offset-12 {
        margin-left:100%
    }
    .col-md-offset-11 {
        margin-left:91.66666667%
    }
    .col-md-offset-10 {
        margin-left:83.33333333%
    }
    .col-md-offset-9 {
        margin-left:75%
    }
    .col-md-offset-8 {
        margin-left:66.66666667%
    }
    .col-md-offset-7 {
        margin-left:58.33333333%
    }
    .col-md-offset-6 {
        margin-left:50%
    }
    .col-md-offset-5 {
        margin-left:41.66666667%
    }
    .col-md-offset-4 {
        margin-left:33.33333333%
    }
    .col-md-offset-3 {
        margin-left:25%
    }
    .col-md-offset-2 {
        margin-left:16.66666667%
    }
    .col-md-offset-1 {
        margin-left:8.33333333%
    }
    .col-md-offset-0 {
        margin-left:0
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float:left
    }
    .col-lg-12 {
        width:100%
    }
    .col-lg-11 {
        width:91.66666667%
    }
    .col-lg-10 {
        width:83.33333333%
    }
    .col-lg-9 {
        width:75%
    }
    .col-lg-8 {
        width:66.66666667%
    }
    .col-lg-7 {
        width:58.33333333%
    }
    .col-lg-6 {
        width:50%
    }
    .col-lg-5 {
        width:41.66666667%
    }
    .col-lg-4 {
        width:33.33333333%
    }
    .col-lg-3 {
        width:25%
    }
    .col-lg-2 {
        width:16.66666667%
    }
    .col-lg-1 {
        width:8.33333333%
    }
    .col-lg-offset-12 {
        margin-left:100%
    }
    .col-lg-offset-11 {
        margin-left:91.66666667%
    }
    .col-lg-offset-10 {
        margin-left:83.33333333%
    }
    .col-lg-offset-9 {
        margin-left:75%
    }
    .col-lg-offset-8 {
        margin-left:66.66666667%
    }
    .col-lg-offset-7 {
        margin-left:58.33333333%
    }
    .col-lg-offset-6 {
        margin-left:50%
    }
    .col-lg-offset-5 {
        margin-left:41.66666667%
    }
    .col-lg-offset-4 {
        margin-left:33.33333333%
    }
    .col-lg-offset-3 {
        margin-left:25%
    }
    .col-lg-offset-2 {
        margin-left:16.66666667%
    }
    .col-lg-offset-1 {
        margin-left:8.33333333%
    }
    .col-lg-offset-0 {
        margin-left:0
    }
}
fieldset {
    min-width:0;
    padding:0;
    margin:0;
    border:0
}
legend {
    display:block;
    width:100%;
    padding:0;
    margin-bottom:20px;
    font-size:21px;
    line-height:inherit;
    color:#333;
    border:0;
    border-bottom:1px solid #e5e5e5
}
label {
    display:inline-block;
    max-width:100%;
    margin-bottom:5px;
    font-weight:700
}
input[type="search"] {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
input[type="radio"], input[type="checkbox"] {
    margin:4px 0 0;
    margin-top:1px \9;
    line-height:normal
}
input[type="file"] {
    display:block
}
input[type="range"] {
    display:block;
    width:100%
}
select[multiple], select[size] {
    height:auto
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline:thin dotted;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
output {
    display:block;
    padding-top:7px;
    font-size:14px;
    line-height:1.42857143;
    color:#555
}
.form-control {
    display:block;
    width:100%;
    height:34px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857143;
    color:#555;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-control::-moz-placeholder {
    color:#999;
    opacity:1
}
.form-control:-ms-input-placeholder {
    color:#999
}
.form-control::-webkit-input-placeholder {
    color:#999
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color:#eee;
    opacity:1
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor:not-allowed
}
textarea.form-control {
    height:auto
}
input[type="search"] {
    -webkit-appearance:none
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
        line-height:34px
    }
    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height:30px
    }
    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        line-height:46px
    }
}
.form-group {
    margin-bottom:15px
}
.radio, .checkbox {
    position:relative;
    display:block;
    margin-top:10px;
    margin-bottom:10px
}
.radio label, .checkbox label {
    min-height:20px;
    padding-left:20px;
    margin-bottom:0;
    font-weight:400;
    cursor:pointer
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position:absolute;
    margin-top:4px \9;
    margin-left:-20px
}
.radio + .radio, .checkbox + .checkbox {
    margin-top:-5px
}
.radio-inline, .checkbox-inline {
    position:relative;
    display:inline-block;
    padding-left:20px;
    margin-bottom:0;
    font-weight:400;
    vertical-align:middle;
    cursor:pointer
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top:0;
    margin-left:10px
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor:not-allowed
}
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor:not-allowed
}
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor:not-allowed
}
.form-control-static {
    min-height:34px;
    padding-top:7px;
    padding-bottom:7px;
    margin-bottom:0
}
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right:0;
    padding-left:0
}
.input-sm {
    height:30px;
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}
select.input-sm {
    height:30px;
    line-height:30px
}
textarea.input-sm, select[multiple].input-sm {
    height:auto
}
.form-group-sm .form-control {
    height:30px;
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}
select.form-group-sm .form-control {
    height:30px;
    line-height:30px
}
textarea.form-group-sm .form-control, select[multiple].form-group-sm .form-control {
    height:auto
}
.form-group-sm .form-control-static {
    height:30px;
    min-height:32px;
    padding:5px 10px;
    font-size:12px;
    line-height:1.5
}
.input-lg {
    height:46px;
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
    border-radius:6px
}
select.input-lg {
    height:46px;
    line-height:46px
}
textarea.input-lg, select[multiple].input-lg {
    height:auto
}
.form-group-lg .form-control {
    height:46px;
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
    border-radius:6px
}
select.form-group-lg .form-control {
    height:46px;
    line-height:46px
}
textarea.form-group-lg .form-control, select[multiple].form-group-lg .form-control {
    height:auto
}
.form-group-lg .form-control-static {
    height:46px;
    min-height:38px;
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333
}
.has-feedback {
    position:relative
}
.has-feedback .form-control {
    padding-right:42.5px
}
.form-control-feedback {
    position:absolute;
    top:0;
    right:0;
    z-index:2;
    display:block;
    width:34px;
    height:34px;
    line-height:34px;
    text-align:center;
    pointer-events:none
}
.input-lg + .form-control-feedback {
    width:46px;
    height:46px;
    line-height:46px
}
.input-sm + .form-control-feedback {
    width:30px;
    height:30px;
    line-height:30px
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom:0;
        vertical-align:middle
    }
    .form-inline .form-control {
        display:inline-block;
        width:auto;
        vertical-align:middle
    }
    .form-inline .form-control-static {
        display:inline-block
    }
    .form-inline .input-group {
        display:inline-table;
        vertical-align:middle
    }
    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width:auto
    }
    .form-inline .input-group > .form-control {
        width:100%
    }
    .form-inline .control-label {
        margin-bottom:0;
        vertical-align:middle
    }
    .form-inline .radio, .form-inline .checkbox {
        display:inline-block;
        margin-top:0;
        margin-bottom:0;
        vertical-align:middle
    }
    .form-inline .radio label, .form-inline .checkbox label {
        padding-left:0
    }
    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position:relative;
        margin-left:0
    }
    .form-inline .has-feedback .form-control-feedback {
        top:0
    }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top:7px;
    margin-top:0;
    margin-bottom:0
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height:27px
}
.form-horizontal .form-group {
    margin-right:-15px;
    margin-left:-15px
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top:7px;
        margin-bottom:0;
        text-align:right
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right:15px
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:14.333333px
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top:6px
    }
}
.breadcrumb > li {
    display:inline-block
}
.breadcrumb > li + li:before {
    padding:0 5px;
    color:#ccc;
    content:"/\00a0"
}
.breadcrumb > .active {
    color:#777
}
.close {
    float:right;
    font-size:21px;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    filter:alpha(opacity=20);
    opacity:.2
}
.close:hover, .close:focus {
    color:#000;
    text-decoration:none;
    cursor:pointer;
    filter:alpha(opacity=50);
    opacity:.5
}
button.close {
    -webkit-appearance:none;
    padding:0;
    cursor:pointer;
    background:transparent;
    border:0
}
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding:0;
    margin:0;
    border:0;
    outline:none;
    vertical-align:top
}
.fancybox-wrap {
    position:absolute;
    top:0;
    left:0;
    z-index:8020
}
.fancybox-skin {
    position:relative;
    background:#f9f9f9;
    color:#444;
    text-shadow:none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
.fancybox-opened {
    z-index:8030
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow:0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow:0 10px 25px rgba(0, 0, 0, 0.5)
}
.fancybox-outer, .fancybox-inner {
    position:relative
}
.fancybox-inner {
    overflow:hidden
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling:touch
}
.fancybox-error {
    color:#444;
    font:14px/20px"Helvetica Neue", Helvetica, Arial, sans-serif;
    margin:0;
    padding:15px;
    white-space:nowrap
}
.fancybox-image, .fancybox-iframe {
    display:block;
    width:100%;
    height:100%
}
.fancybox-image {
    max-width:100%;
    max-height:100%
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image:url(fancybox_sprite.png)
}
#fancybox-loading {
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-22px;
    margin-left:-22px;
    background-position:0 -108px;
    opacity:.8;
    cursor:pointer;
    z-index:8060
}
#fancybox-loading div {
    width:44px;
    height:44px;
    background:url(fancybox_loading.gif) center center no-repeat
}
.fancybox-close {
    position:absolute;
    top:-18px;
    right:-18px;
    width:36px;
    height:36px;
    cursor:pointer;
    z-index:8040
}
.fancybox-nav {
    position:absolute;
    top:0;
    width:40%;
    height:100%;
    cursor:pointer;
    text-decoration:none;
    background:transparent url(blank.gif);
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    z-index:8040
}
.fancybox-prev {
    left:0
}
.fancybox-next {
    right:0
}
.fancybox-nav span {
    position:absolute;
    top:50%;
    width:36px;
    height:34px;
    margin-top:-18px;
    cursor:pointer;
    z-index:8040;
    visibility:hidden
}
.fancybox-prev span {
    left:10px;
    background-position:0 -36px
}
.fancybox-next span {
    right:10px;
    background-position:0 -72px
}
.fancybox-nav:hover span {
    visibility:visible
}
.fancybox-tmp {
    position:absolute;
    top:-99999px;
    left:-99999px;
    visibility:hidden;
    max-width:99999px;
    max-height:99999px;
    overflow:visible!important
}
.fancybox-lock {
    overflow:hidden!important;
    width:auto
}
.fancybox-lock body {
    overflow:hidden!important
}
.fancybox-lock-test {
    overflow-y:hidden!important
}
.fancybox-overlay {
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
    display:none;
    z-index:8010;
    background:url(fancybox_overlay.png)
}
.fancybox-overlay-fixed {
    position:fixed;
    bottom:0;
    right:0
}
.fancybox-lock .fancybox-overlay {
    overflow:auto;
    overflow-y:scroll
}
.fancybox-title {
    visibility:hidden;
    font:normal 13px/20px"Helvetica Neue", Helvetica, Arial, sans-serif;
    position:relative;
    text-shadow:none;
    z-index:8050
}
.fancybox-opened .fancybox-title {
    visibility:visible
}
.fancybox-title-float-wrap {
    position:absolute;
    bottom:0;
    right:50%;
    margin-bottom:-35px;
    z-index:8050;
    text-align:center
}
.fancybox-title-float-wrap .child {
    display:inline-block;
    margin-right:-100%;
    padding:2px 20px;
    background:transparent;
    background:rgba(0, 0, 0, 0.8);
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    text-shadow:0 1px 2px #222;
    color:#FFF;
    font-weight:700;
    line-height:24px;
    white-space:nowrap
}
.fancybox-title-outside-wrap {
    position:relative;
    margin-top:10px;
    color:#fff
}
.fancybox-title-inside-wrap {
    padding-top:10px
}
.fancybox-title-over-wrap {
    position:absolute;
    bottom:0;
    left:0;
    color:#fff;
    padding:10px;
    background:#000;
    background:rgba(0, 0, 0, .8)
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image:url(fancybox_sprite@2x.png);
        background-size:44px 152px
    }
    #fancybox-loading div {
        background-image:url(fancybox_loading@2x.gif);
        background-size:24px 24px
    }
}