
/* Font imports */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400);

@font-face {
    font-family:'fa';
    src:url('fonts/fontawesome-webfont.eot'); /* IE9 Compat Modes */
    src:url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/fontawesome-webfont.woff') format('woff'), /* Modern Browsers */
        url('fonts/fontawesome-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('fonts/fontawesome-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* =============================================================================
   Default display,float and positioning
   ========================================================================== */

p, h1, h2, h3, h4, h5, h6, span {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0.000000001deg);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility;
    font-smooth: always;
    color:#495f63;
}

div,main,article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,pre,.nav,.nav a,.wfill,.wfit img,blockquote small,address,button,.button,.nav ul,.nav li,.logo {
    display:block;*zoom:1;
}

.pipes .stat span {
    display:block;
}

.center {
    display:block !important;
}

audio,canvas,video,img,input,label,textarea,.menu .stat span,.icon,.pipes a,.files .tree a {
    display:inline-block;*display:inline;*zoom:1;
}

/* micro clearfix (using technique from http://nicolasgallagher.com/micro-clearfix-hack) */

figcaption,div:after,main:after,article:after,aside:after,details:after,figcaption:after,figure:after,footer:after,header:after,
hgroup:after,nav:after,section:after,pre:after,.nav:after,.nav a:after,.wfill:after,.wfit img:after,
blockquote small:after,address:after,.nav ul:after,.nav li:after {
    clear:both;
}

div:before,div:after,main:before,main:after,article:before,article:after,aside:before,aside:after,details:before,details:after,
figcaption:before,figcaption:after,figure:before,figure:after,footer:before,footer:after,
header:before,header:after,hgroup:before,hgroup:after,nav:before,nav:after,section:before,section:after,
pre:before,pre:after,.nav:before,.nav:after,.nav a:before,.nav a:after,.wfill:before,.wfill:after,
.wfit img:before,.wfit img:after,blockquote small:before,blockquote small:after,address:before,address:after,
.nav ul:before,.nav ul:after,.nav li:before,.nav li:after {
    content:" "; display:table;
}

li {
    display:list-item;
}

[hidden] {
    display:none;
}

audio:not([controls]) {
    display:none;
}

.parsley-error-list,.parsley-error-list li {
    display: inline !important;
}

section,article,header,footer,aside,nav,img,.nav,.col,.wfit,.nav li,button,.button,.button-group,.nav a,.left li li,.right li li {
    float:left;
}

.wfill {
    display:table-cell;
    float:none;
    _float:left;
}

.gallery img,.left li,.right li,.left a,.right a,.tree,.tree li,.menu .nav,.pipes a,.tree a {
    float:none;
}

.site-center,.center {
    float:none !important;
}

sub,sup,body,fieldset,legend,.center,.site-center,.nav li,.nav a,.site-header,.site-header-ghost,.site-footer {
    position:relative;
}

td,th {
    *position:relative;
}

.nav {
    _position:relative; 
}

.pipes li{
    position:static;
}

.parsley-error-list {
    right: 0;
}

.site-header-fixture .site-header,.menu .data {
    top:0;
    right:0;
}

.site-footer-fixture .site-footer {
    bottom:0;
}

.site-header-ghost {
    _position:absolute;
}

.parsley-error-list,.site-footer-fixture,.menu .data {
    position:absolute;
}

.site-footer-fixture .site-footer,.site-header-fixture .site-header {
    position:fixed;
    z-index:9900;
}

.site-header-fixture .site-header *,.site-footer-fixture .site-footer * {
    z-index:9999;
}

.radio,.checkbox {
    position:relative;
    *top:-5px;
}

sup {
    top:-0.5em;
}

sub {
    bottom:-0.25em;
}

/* =============================================================================
   Default margins and paddings
   ========================================================================== */

fieldset {
    margin:0 2px;
    padding:0.35em 0.625em 0.75em;
}

ol.linenums {
    margin:0 0 0 33px; /* IE indents via margin-left */
}

.tree ul {
    margin-left:15px;
}

body,blockquote,blockquote p,dl,table,address,pre,p,dd,figure,legend,
form,button,input,select,textarea,h1,h2,h3,h4,h5,h6,figure img,.nav,.panel .body,.menu .tree ul,.button-group .button {
    margin:0;
}

.tags .nav li {
    margin:2px;
}

.cell {
    margin:10px;
}

.ml10{
    margin-left:10px;
}
.mr10{
    margin-right:10px;
}

form .cell,.mediaobject .cell {
    margin:4px;
}

ul,ol {
    margin:0 0 9px 25px;
}

.pipes li{
    margin:0 6px 0 -6px;
}

hr,.page-header {
    margin:18px 0;
}

.site-center .site-body {
    margin-top:20px;
}

ul ul,ul ol,ol ol,ol ul,.gallery img {
    margin-bottom:0;
}

.pipes .stat span {
    margin-top:2px;
}

.cell > :last-child {
    margin-bottom :0;
}

blockquote,dl,table,address {
    margin-bottom:18px;
}

pre,p {
    margin-bottom:9px;
}

img {
    margin-bottom:4px;
}

input[type=radio],input[type=checkbox] {
    margin-bottom:4px;
    *margin:0;
}

dd {
    margin-left:9px;
}

img,.icon {
    margin-right:4px;
}

legend {
    *margin-left:-7px;
}

.icon-collapse {
    margin-right:11px;
}

.pagination li {
    margin:0 4px 0 0;
}

.button .icon {
    margin:0 0 0 1px;
    *margin:2px 1px 0 3px;
}

.center,.site-center {
    margin-left:auto !important;
    margin-right:auto !important;
}

code {
    padding:3px 4px;
}

pre {
    padding:0 3px 2px;
}

th,td,.nav .disabled,.nav a,.menu .data,.prettyprint {
    padding:8px;
}

ol.linenums li {
    padding-left:12px;
}

.panel .header,.panel .footer {
    padding:5px 10px;
}

.pipes li,.pipes .disabled {
    padding:0 6px;
}

.button {
    padding:4px 10px;
}

input,textarea,.parsley-error-list,.tags .nav li.disabled,select,.tags .nav a,.icon-button {
    padding:4px;
}

button.icon-button {
    *padding:3px 3px 1px;
}

select {
    padding-left:0;
}

.pagination a,.tags .blocks li.disabled,.tags .blocks a {
    padding:4px 8px;
}

.site-header .nav a,.site-header-ghost .nav a {
    padding:8px 16px;
} 

ul,ol,legend,blockquote,td input,pre code,.menu .header,.pipes a,.gallery a {
    padding:0;
}

blockquote {
    padding-left:15px;
}

.page-header {
    padding-bottom:17px;
}

.tree a {
    padding:0 7px 0 27px;
}

.menu .tree a {
    padding:4px 7px 4px 34px;
    *padding:4px 7px 4px 35px;
    _padding:4px 7px 4px 38px;
}

.menu .tree .collapse-trigger {
    padding:4px 7px;
}

.links .menu a {
    padding:7px 0;
}

section,article,header,footer,aside,nav,.col {
    min-height:1px;
}

.fluid {
    min-width:200px !important;
    width:80% !important;
}

.wfill {
    min-width:50px;
}

main,section,article,header,footer,aside,nav,.site-footer,.site-header,table,.col,figure img,.tree li {
    width:100%;
}

.wfit {
    width:auto;
    _width:1px;
}


.site-center {
    width:920px;
    min-width:200px;
}

.wfill {
    width:10000px;*width:auto;
}

select {
    width:220px;
}

table input {
    width:100%;
    //width:99%;
    height:18px;
    //height:98%;
}

html,body {
    height:100%;
}

img {
    height:auto;
}

select {
    height:28px;
}

/* =============================================================================
   Set default border and size
   ========================================================================== */

table {
    border-collapse:separate; border-spacing:0; *border-collapse:collapse; empty-cells:show;
}

main,section,article,header,footer,aside,nav,div,table,col,th,td,img,figure,fieldset,pre,code,abbr,span,ol,ul,li,a,button,input,hr,select,textarea,blockquote,td input,.icon-border,.checkbox,.radio,.datasheet table.body {
    border:0 solid #ccc;
}

blockquote {
    border-left-width:5px;
}

hr {
    border-top-width:1px;
}

pre,textarea,code,input,button,select,.button,.pagination a,.icon-border,.files .tree a {
    border-width:1px;
}

hr,abbr,.page-header {
    border-bottom-width:1px;
}

.panel .header,.panel .body,.panel .footer {
    border-width:0 1px 1px 0;
}

.collapsed .header {
    border-width:0 1px 1px 0;
}

.panel {
    border-width:1px 0 0 1px;
}

.pipes li {
    border-width:0 0 0 1px;
}

.button-group {
    border-width:0 0 1px 1px;
}

.button-group .button {
    border-width:1px 1px 0 0;
}


abbr {
    border-style:dotted;
}


/* =============================================================================
   Set default overflow and resize
   ========================================================================== */

body,.nav li,ul,ol {
    overflow:visible;
}

button,input {
    *overflow:visible;
}

textarea {
    overflow:auto; resize:none;
}

.pipes,table input {
    overflow:hidden;
}

svg:not(:root) {
    overflow:hidden;
}

html {
    overflow-y:scroll; -webkit-overflow-scrolling:touch;
}

.site-header-ghost {
    visibility:hidden;
}

th {
    text-align:left;
}

p {
    text-align:justify;
}

/* =============================================================================
   Default list styles,cursors and outline
   ========================================================================== */
ul {
    list-style:disc;
}

ol {
    list-style:decimal;
}

.nav {
    list-style-type:none;
}

abbr {
    cursor:help;
}

label,button,.button,a,.nav .disabled,.collapse-trigger {
    cursor:pointer;
}

input[type=button],input[type=submit] {
    cursor:pointer;
}

*:hover,*:active,*:focus {
    outline:none;
}

/* =============================================================================
   Blockquote reset and other exotic fixes
   ========================================================================== */

blockquote,q {
    quotes:none;
}

.icon:before {
    speak:none;
}

q:before,q:after,
blockquote:before,blockquote:after {
    content:""; content:none;
}

img {
    -ms-interpolation-mode:bicubic;
}

* html {
    filter:expression(document.execCommand("BackgroundImageCache",false,true));
}

input[type=search] {
  -webkit-appearance: none;
}

button::-moz-focus-inner {
    border:0; padding:0;
}

input::-moz-focus-inner {
    border:0; padding:2px;
}


@media (min-width:1200px) {
    .site-center {
        width:1160px;
    }
    .cell{
        margin:15px;
    }
}

@media (min-width:768px) and (max-width:979px) {
    .site-center {
        width:704px;
    }
}

@media (max-width:767px) {
    .site-header,.site-footer {
        position: relative !important;
    }

    .parsley-error-list {
        position: static;
        display: block !important;
        margin-left:3px;
    }

    .site-header-ghost {
        display: none !important;
    }

    main,section,article,header,footer,aside,nav,.col,
    main.wfit,main.wfill,
    section.wfit,section.wfill,
    article.wfit,article.wfill,
    header.wfit,header.wfill,
    footer.wfit,footer.wfill,
    aside.wfit,aside.wfill,
    nav.wfit,nav.wfill,
    .col.wfit,.col.wfill {
        padding:0 !important;
        display:block !important;
        float:left !important;
        width:100% !important;
    }

    .site-center,.site-body,.site-header,.site-footer,.site-center > .body {
        margin:0 !important;
        width:100% !important;
        border:none !important;
        -webkit-box-shadow:none !important;
        -moz-box-shadow:none !important;
        box-shadow:none !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .center {
        float:none !important;
    }
}


/* =============================================================================
   wfit and wfill support for mobile
   ========================================================================== */

@media (max-width: 767px) {
    main.mwfill,
    section.mwfill,
    article.mwfill,
    header.mwfill,
    footer.mwfill,
    aside.mwfill,
    nav.mwfill,
    .col.mwfill {display:table-cell !important;float:none!important;min-width:50px!important;width:10000px!important;}
    main.mwfit,
    section.mwfit,
    article.mwfit,
    header.mwfit,
    footer.mwfit,
    aside.mwfit,
    nav.mwfit,
    .col.mwfit {width:auto!important;}

    .mobile-center {
        float:none !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    main.mwfill,
    section.twfill,
    article.twfill,
    header.twfill,
    footer.twfill,
    aside.twfill,
    nav.twfill,
    .col.twfill {display:table-cell !important;float:none!important;min-width:50px!important;width:10000px!important;}
    main.mwfill,
    section.twfit,
    article.twfit,
    header.twfit,
    footer.twfit,
    aside.twfit,
    nav.twfit,
    .col.twfit {width:auto!important;}

    .tablet-center {
        float:none !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }
}

@media (max-width: 480px) {
    main.pwfill,
    section.pwfill,
    article.pwfill,
    header.pwfill,
    footer.pwfill,
    aside.pwfill,
    nav.pwfill,
    .col.pwfill {display:table-cell !important;float:none!important;min-width:50px!important;width:10000px!important;}
    main.pwfit,
    section.pwfit,
    article.pwfit,
    header.pwfit,
    footer.pwfit,
    aside.pwfit,
    nav.pwfit,
    .col.pwfit {width:auto!important;}

    .phone-center {
        float:none !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }
}

.w1d16{width:6.25%;}
.w1d12{width:8.3333333%;}
.w1d10{width:10%;}
.w1d9{width:11.1111111%;}
.w1d8,.w2d16{width:12.5%;}
.w1d7{width:14.2857143%;}
.w1d6,.w2d12{width:16.6666666%;}
.w3d16{width:18.75%;}
.w1d5,.w2d10{width:20%;}
.w2d9{width:22.2222222%;}
.w1d4,.w2d8,.w3d12,.w4d16{width:25%;}
.w2d7{width:28.5714286%;}
.w3d10{width:30%;}
.w5d16{width:31.25%;}
.w1d3,.w2d6,.w3d9,.w4d12{width:33.3333333%;}
.w3d8,.w6d16{width:37.5%;}
.w2d5,.w4d10{width:40%;}
.w5d12{width:41.6666666%;}
.w3d7{width:42.8571429%;}
.w7d16{width:43.75%;}
.w4d9{width:44.4444444%;}
.w1d2,.w2d4,.w3d6,.w4d8,.w5d10,.w6d12,.w8d16{width:50%;}
.w5d9{width:55.5555555%;}
.w9d16{width:56.25%;}
.w4d7{width:57.1428572%;}
.w7d12{width:58.3333333%;}
.w3d5,.w6d10{width:60%;}
.w5d8,.w10d16{width:62.5%;}
.w2d3,.w4d6,.w6d9,.w8d12{width:66.6666666%;}
.w11d16{width:68.75%;}
.w7d10{width:70%;}
.w5d7{width:71.4285715%;}
.w3d4,.w6d8,.w9d12,.w12d16{width:75%;}
.w7d9{width:77.7777777%;}
.w4d5,.w8d10{width:80%;}
.w13d16{width:81.25%;}
.w5d6,.w10d12{width:83.3333333%;}
.w6d7{width:85.7142858%;}
.w7d8,.w14d16{width:87.5%;}
.w8d9{width:88.8888888%;}
.w9d10{width:90%;}
.w11d12{width:91.6666666%;}
.w15d16{width:93.75%;}

@media (max-width: 767px) {
    .mw1d16{width:6.25% !important;}
    .mw1d12{width:8.3333333% !important;}
    .mw1d10{width:10% !important;}
    .mw1d9{width:11.1111111% !important;}
    .mw1d8,.mw2d16{width:12.5% !important;}
    .mw1d7{width:14.2857143% !important;}
    .mw1d6,.mw2d12{width:16.6666666% !important;}
    .mw3d16{width:18.75% !important;}
    .mw1d5,.mw2d10{width:20% !important;}
    .mw2d9{width:22.2222222% !important;}
    .mw1d4,.mw2d8,.mw3d12,.mw4d16{width:25% !important;}
    .size2of7{width:28.5714286% !important;}
    .mw3d10{width:30% !important;}
    .mw5d16{width:31.25% !important;}
    .mw1d3,.mw2d6,.mw3d9,.mw4d12{width:33.3333333% !important;}
    .mw3d8,.mw6d16{width:37.5% !important;}
    .mw2d5,.mw4d10{width:40% !important;}
    .mw5d12{width:41.6666666% !important;}
    .mw3d7{width:42.8571429% !important;}
    .mw7d16{width:43.75% !important;}
    .mw4d9{width:44.4444444% !important;}
    .mw1d2,.mw2d4,.mw3d6,.mw4d8,.mw5d10,.mw6d12,.mw8d16{width:50% !important;}
    .mw5d9{width:55.5555555% !important;}
    .mw9d16{width:56.25% !important;}
    .mw4d7{width:57.1428572% !important;}
    .mw7d12{width:58.3333333% !important;}
    .mw3d5,.mw6d10{width:60% !important;}
    .mw5d8,.mw10d16{width:62.5% !important;}
    .mw2d3,.mw4d6,.mw6d9,.mw8d12{width:66.6666666% !important;}
    .mw11d16{width:68.75% !important;}
    .mw7d10{width:70% !important;}
    .mw5d7{width:71.4285715% !important;}
    .mw3d4,.mw6d8,.mw9d12,.mw12d16{width:75% !important;}
    .mw7d9{width:77.7777777% !important;}
    .mw4d5,.mw8d10{width:80% !important;}
    .mw13d16{width:81.25% !important;}
    .mw5d6,.mw10d12{width:83.3333333% !important;}
    .mw6d7{width:85.7142858% !important;}
    .mw7d8,.mw14d16{width:87.5% !important;}
    .mw8d9{width:88.8888888% !important;}
    .mw9d10{width:90% !important;}
    .mw11d12{width:91.6666666% !important;}
    .mw15d16{width:93.75% !important;}
}

@media (min-width: 481px) and (max-width: 767px) {
    .tw1d16{width:6.25% !important;}
    .tw1d12{width:8.3333333% !important;}
    .tw1d10{width:10% !important;}
    .tw1d9{width:11.1111111% !important;}
    .tw1d8,.tw2d16{width:12.5% !important;}
    .tw1d7{width:14.2857143% !important;}
    .tw1d6,.tw2d12{width:16.6666666% !important;}
    .tw3d16{width:18.75% !important;}
    .tw1d5,.tw2d10{width:20% !important;}
    .tw2d9{width:22.2222222% !important;}
    .tw1d4,.tw2d8,.tw3d12,.tw4d16{width:25% !important;}
    .size2of7{width:28.5714286% !important;}
    .tw3d10{width:30% !important;}
    .tw5d16{width:31.25% !important;}
    .tw1d3,.tw2d6,.tw3d9,.tw4d12{width:33.3333333% !important;}
    .tw3d8,.tw6d16{width:37.5% !important;}
    .tw2d5,.tw4d10{width:40% !important;}
    .tw5d12{width:41.6666666% !important;}
    .tw3d7{width:42.8571429% !important;}
    .tw7d16{width:43.75% !important;}
    .tw4d9{width:44.4444444% !important;}
    .tw1d2,.tw2d4,.tw3d6,.tw4d8,.tw5d10,.tw6d12,.tw8d16{width:50% !important;}
    .tw5d9{width:55.5555555% !important;}
    .tw9d16{width:56.25% !important;}
    .tw4d7{width:57.1428572% !important;}
    .tw7d12{width:58.3333333% !important;}
    .tw3d5,.tw6d10{width:60% !important;}
    .tw5d8,.tw10d16{width:62.5% !important;}
    .tw2d3,.tw4d6,.tw6d9,.tw8d12{width:66.6666666% !important;}
    .tw11d16{width:68.75% !important;}
    .tw7d10{width:70% !important;}
    .tw5d7{width:71.4285715% !important;}
    .tw3d4,.tw6d8,.tw9d12,.tw12d16{width:75% !important;}
    .tw7d9{width:77.7777777% !important;}
    .tw4d5,.tw8d10{width:80% !important;}
    .tw13d16{width:81.25% !important;}
    .tw5d6,.tw10d12{width:83.3333333% !important;}
    .tw6d7{width:85.7142858% !important;}
    .tw7d8,.tw14d16{width:87.5% !important;}
    .tw8d9{width:88.8888888% !important;}
    .tw9d10{width:90% !important;}
    .tw11d12{width:91.6666666% !important;}
    .tw15d16{width:93.75% !important;}
}

@media (max-width: 480px) {
    .pw1d16{width:6.25% !important;}
    .pw1d12{width:8.3333333% !important;}
    .pw1d10{width:10% !important;}
    .pw1d9{width:11.1111111% !important;}
    .pw1d8,.pw2d16{width:12.5% !important;}
    .pw1d7{width:14.2857143% !important;}
    .pw1d6,.pw2d12{width:16.6666666% !important;}
    .pw3d16{width:18.75% !important;}
    .pw1d5,.pw2d10{width:20% !important;}
    .pw2d9{width:22.2222222% !important;}
    .pw1d4,.pw2d8,.pw3d12,.pw4d16{width:25% !important;}
    .size2of7{width:28.5714286% !important;}
    .pw3d10{width:30% !important;}
    .pw5d16{width:31.25% !important;}
    .pw1d3,.pw2d6,.pw3d9,.pw4d12{width:33.3333333% !important;}
    .pw3d8,.pw6d16{width:37.5% !important;}
    .pw2d5,.pw4d10{width:40% !important;}
    .pw5d12{width:41.6666666% !important;}
    .pw3d7{width:42.8571429% !important;}
    .pw7d16{width:43.75% !important;}
    .pw4d9{width:44.4444444% !important;}
    .pw1d2,.pw2d4,.pw3d6,.pw4d8,.pw5d10,.pw6d12,.pw8d16{width:50% !important;}
    .pw5d9{width:55.5555555% !important;}
    .pw9d16{width:56.25% !important;}
    .pw4d7{width:57.1428572% !important;}
    .pw7d12{width:58.3333333% !important;}
    .pw3d5,.pw6d10{width:60% !important;}
    .pw5d8,.pw10d16{width:62.5% !important;}
    .pw2d3,.pw4d6,.pw6d9,.pw8d12{width:66.6666666% !important;}
    .pw11d16{width:68.75% !important;}
    .pw7d10{width:70% !important;}
    .pw5d7{width:71.4285715% !important;}
    .pw3d4,.pw6d8,.pw9d12,.pw12d16{width:75% !important;}
    .pw7d9{width:77.7777777% !important;}
    .pw4d5,.pw8d10{width:80% !important;}
    .pw13d16{width:81.25% !important;}
    .pw5d6,.pw10d12{width:83.3333333% !important;}
    .pw6d7{width:85.7142858% !important;}
    .pw7d8,.pw14d16{width:87.5% !important;}
    .pw8d9{width:88.8888888% !important;}
    .pw9d10{width:90% !important;}
    .pw11d12{width:91.6666666% !important;}
    .pw15d16{width:93.75% !important;}
}

@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}


.no-margin {
    margin : 0 !important;
}

.no-padding {
    padding : 0 !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-right .text, .float-left .text {
    float: left;
}

.border-bottom {
    border-bottom-width: 1px !important;
}

.border-left {
    border-left-width: 1px !important;
}

.border-right {
    border-right-width: 1px !important;
}

.border-top {
    border-top-width: 1px !important;
}

.no-border {
    border-width: 0 !important;
}

.width-full {
    width:100% !important;
}

.invisible {
    visibility: hidden !important;
    border: none !important;
}

.desktop-hidden {
    *display:none !important;
}

@media \0 screen {
    .desktop-hidden {
        display:none !important;
    }
}

@media (min-width: 768px) {
    .desktop-hidden,.col.desktop-hidden {
        display:none !important;
    }
}

@media (max-width:767px) {
    .mobile-hidden,.col.mobile-hidden {
        display:none !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .tablet-hidden,.col.tablet-hidden {
        display:none !important;
    }
     .tabletportrait-hidden,.col.tabletportrait-hidden {
        display:none !important;
    }
}

@media (max-width: 480px) {
    .phone-hidden,.col.phone-hidden {
        display:none !important;
    }
}


/* b1 borda de teste*/
.b1{
    border: 1px solid pink;
}



/* =============================================================================
   Font defaults
   ========================================================================== */
body,h1,h2,h3,h4,h5,h6 {
    text-rendering:optimizeLegibility;
}

body {
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}

body,p,button,input,select,textarea {
    font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
}

pre,code,kbd,samp {
    font-family:Menlo,Monaco,"Courier New",monospace;
}

.icon {
    font-family:'fa';
    font-style: normal;
    font-weight: normal;
    text-align:center;
    border-style:none;
    margin-left:4px;
}

i,dfn,em,figcaption,cite {
    font-style:italic;
}

address,cite,legend {
    font-style:inherit;
    white-space:inherit;
}

pre {
    white-space:pre;
    white-space:pre-wrap;
}

.left li,.right li {
    white-space:normal;
}

pre {
    word-break:break-all;
    word-wrap:break-word;
}

blockquote p,.menu .header {
    font-weight:300;
}

small,.pipes .stat span {
    font-weight:normal;
}

body {
    font-size:13px;
}



.icon-16 {
    width:16px;
    font-size:14px;
    line-height: 16px;
}

.icon-24 {
    width:24px;
    font-size:22px;
    line-height:24px;
}

.icon-32 {
    width:32px;
    font-size:28px;
    line-height:32px;
    border-width:2px;
}

.icon-64 {
    width:64px;
    font-size:56px;
    line-height:64px;
    border-width:3px;
}

.icon-128 {
    width:128px;
    font-size:112px;
    border-width:4px;
    line-height:128px;
}

.button .icon {
    height:18px;
    width:18px;
}

.transparent {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    -moz-opacity:0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
}

.icon-teste:before {
  content: "\f069";
}

.space30 {
  height:30px;
  clear:both;
}

.space40 {
  height:40px;
  clear:both;
}

.space50 {
  height:50px;
  clear:both;
}

.space60 {
  height:60px;
  clear:both;
}

.space70 {
  height:70px;
  clear:both;
}

.space80 {
  height:80px;
  clear:both;
}

.space90 {
  height:90px;
  clear:both;
}

.space100 {
  height:100px;
  clear:both;
}

.space110 {
  height:110px;
  clear:both;
}



/*Breadcrumbs*/
.breadcrumbs h1 {
    color: #555;
    font-size: 24px;
    line-height: 35px;
    margin-left: -5px;
    margin-top: 10px;
}

.breadcrumbs ul {
    top: 10px;
    background: none;
    margin-bottom: 0;
    position: relative;
}

.breadcrumbs li a {
    color: #0da3e2;
}

.breadcrumbs ul.breadcrumb {
    padding-left: 0;
    padding-right: 0;
}

.breadcrumb {
    padding: 8px 15px;
    list-style: none;
}

.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before{content:"/\00a0";}




/* typography */

h1,.h1{ font-size:32px }h2,.h2{font-size:30px}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}
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, h2, h3, h4, h5, h6 {font-weight: 300; font-family: inherit}

abbr,pre,code,kbd,samp,table{
    font-size:0.9em;
}

h2 small,h3 small {
    font-size:0.8em
}

table input {
    line-height:135%;
}

del {
    text-decoration:line-through;
}

ins,a,.nav a:hover,.button:hover,.collapse-trigger a:hover {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

th,td,button,.button,input,select,.radio,.checkbox {
    vertical-align:bottom;
    *vertical-align:middle;
}

.radio,.checkbox,.icon-16,.icon-24,.icon-32,.icon-64,.icon-128,.button .icon {
    vertical-align:middle;
}

h1 {
    text-transform:uppercase;
    text-align: center;
}

h1 b {
    text-decoration:none;
    color:#2bbbd8;
    font-weight:400;
}

h2, h2 a {
  color: #444;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

h2 a:hover {
  color: #0da3e2;
  text-decoration: none;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;        
 }
 
