/*
No scss
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }

body {
    line-height: 1em; }
ol, ul {
    list-style: none; }
table {
    border-collapse: collapse;
    border-spacing: 0; }
* { -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
html.responsive, .responsive body{
    overflow-x: hidden;
}
body {
    font-size: 13px;
    line-height: 1.65em;
    -webkit-text-size-adjust: 100%;
}

p { margin: 0.85em 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px;   }

em { font-style: italic; }
strong, b{ font-weight: 600;  }
small { font-size: 80%; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

/*	Blockquotes  */

blockquote{
    border-left-style:solid;
    border-left-width:7px;
    padding-left:20px;
    margin-bottom:1em;
    margin-right:1em;
    font-size: 1.235em;
    line-height: 1.5em;
}

blockquote small, blockquote cite, blockquote small a, blockquote cite a, blockquote a small, blockquote a cite{font-size: 12px;}

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

/* #Links
================================================== */
a { text-decoration: none; outline: 0; max-width:100%; max-width:none\9; font-weight: 600; }
a:hover, a:focus, a:visited { outline: 0; text-decoration: underline;}
p a, p a:visited { line-height: inherit; }
a.avianolink, .avianolink a{cursor: default;}
#top .avia_hidden_link_text{display: none;}


/* #Lists
================================================== */
ul, ol { margin-bottom: 20px;  }
ul { list-style: none outside; margin-left: 7px;}
ol { list-style: decimal; margin-left: 15px; }
ol, ul.square, ul.circle, ul.disc { }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc, .entry-content-wrapper ul { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }

.entry-content-wrapper li {  margin-left: 1em; padding:3px 0;}
.entry-content-wrapper div li { text-indent: 0; }
.entry-content-wrapper .borderlist>li:first-child {  border-top:1px solid; }
.entry-content-wrapper .borderlist>li { border-bottom:1px solid; padding: 5px 0; list-style-position: outside; margin:0;}

/* #Images
================================================== */

img, a img {
    border:none;
    padding: 0;
    margin:0;
    display:inline-block;
    max-width: 100%;
    height:auto;
    image-rendering: optimizeQuality;
}

/* Hide Image Copyright everywhere by default  */
small.avia-copyright{
    display: none;
}


/* #Buttons
================================================== */

input[type="submit"], #submit, .button{
    padding:9px 22px;
    cursor:pointer;
    border:none;
    -webkit-appearance: none;
    border-radius: 0px;
}


/* #Icons
================================================== */
[data-av_icon]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: attr(data-av_icon);
    speak: none;
}


/* #Forms
================================================== */

#top form {
    margin-bottom: 20px; }
#top fieldset {
    margin-bottom: 20px; }
/* This values are used to correct appearance of input fields */
#top .input-text,
#top input[type="text"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea,
#top select {
    -webkit-appearance: none;
    outline: none;
    width: 100%; }
#top label span,
#top legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444; }

#top textarea{width:100%;}

/* #Table
================================================== */
table {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 13px;
}

table caption {
    padding: 0 0 5px 0;
    width: auto;
    font-style:italic;
    text-align: right;
    font-size: 12px;
}

th {
    font-weight:bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: left;
    padding: 9px 12px;
    border-style: solid;
    border-width: 1px;
    border-left:none;
    border-top:none;
}

td {
    font-size: 13px;
    padding: 9px 12px;
    border-style: solid;
    border-width: 1px;
    border-left:none;
    border-top:none;
}

tr th:first-child, tr td:first-child{
    border-left-style: solid;
    border-left-width: 1px;
}

tr:first-child th, tr:first-child td{
    border-top-style: solid;
    border-top-width: 1px;
}

#top th.nobg {
    background: none;
    border-top: 0;
}


/* #Other elements
================================================== */

/*code*/
pre{
    clear:both;
    border-style: solid;
    border-width: 1px;
    overflow:auto;
    padding:2em;
    line-height: 2em;
    font-size: 12px;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
    background-image: linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
    background-size: 100% 4em;
    font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    margin-bottom: 30px;
    position: relative;
    left:0;
    text-transform: none;
    width:100%;
    max-width: 89vw;
}

code{
    font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
}

iframe, object, embed{
    max-width:100%;
}

/* misc text styles */
sup{
    vertical-align: super;
    font-size: smaller;
}

sub{
    vertical-align: sub;
    font-size: smaller;
}


/* #Misc
================================================== */
.hidden { position: absolute; top:0; visibility: hidden;}
.floatleft{float:left;}
.floatright{float:right;}
.clearboth{clear:both;}
#top .noborder, #top .noborder img{border:none;padding:0;background: transparent;}
.bg_container{
    background-position: center center; background-attachment: fixed; background-repeat: no-repeat; background-size: cover;
    height:100%; width:100%; position: fixed; z-index: -1; top:0; left:0;
}


/* #WordPress Generated Generics
================================================== */

/*img alignment*/
body .alignleft,  .entry-content-wrapper a:hover .alignleft{ float:left; margin:4px 10px 0px 0;  display: block; position: relative; }
body .alignright,  .entry-content-wrapper a:hover .alignright { float:right;margin:4px 0px 0px 10px;display: block; position: relative; }
body .aligncenter,  .entry-content-wrapper a:hover .aligncenter{ clear:both; display:block; margin:10px auto; padding: 10px 0; position: relative; }
.alignleft img, .alignright img{ display:block; }


@media only screen and (min-width: 990px){

    .responsive.av-no-preview #top #wrap_all .av-desktop-hide,
    .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-hidden,
    .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-title-hidden{display:none;}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 989px) {

    .responsive.av-no-preview #top #wrap_all .av-medium-hide,
    .responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden,
    .responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden{display:none;}

}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive.av-no-preview #top #wrap_all .av-small-hide,
    .responsive.av-no-preview #top #wrap_all .av-small-font-size-hidden,
    .responsive.av-no-preview #top #wrap_all .av-small-font-size-title-hidden{display:none;}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

    .responsive.av-no-preview #top #wrap_all .av-mini-hide,
    .responsive.av-no-preview #top #wrap_all .av-mini-font-size-hidden,
    .responsive.av-no-preview #top #wrap_all .av-mini-font-size-title-hidden{display:none;}

}