@font-face { font-family: 'tattoo'; font-style: normal; src: url("fonts/extra/tattoo.otf"); }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("https://ayan-travel.com/wa-data/public/site/themes/webfonts/fa-regular-400.eot");
  src: url("https://ayan-travel.com/wa-data/public/site/themes/webfonts/fa-regular-400.eot#iefix") format("embedded-opentype"), url("https://ayan-travel.com/wa-data/public/site/themes/webfonts/fa-regular-400.woff2") format("woff2"), url("https://ayan-travel.com/wa-data/public/site/themes/webfonts/fa-regular-400.woff") format("woff"), url("https://ayan-travel.com/wa-data/public/site/themes/webfonts/fa-regular-400.ttf") format("truetype"), url("https://ayan-travel.com/wa-data/public/site/themes/webfonts/fa-regular-400.svg#fontawesome") format("svg"); 
}
.nav_title {
    position: relative;
    text-align: center;
    background-color: #cc8500;
    background-image: url(img/bg/bg_ornament_white_10.png);
    background-attachment: fixed;
    background-repeat: repeat;
    box-shadow: 0 40px 80px rgba(0,0,0,.1) inset;
    -o-box-shadow: 0 40px 80px rgba(0,0,0,.1) inset;
    -moz-box-shadow: 0 40px 80px rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 40px 80px rgba(0,0,0,.1) inset;
}
.page_name {
    position: relative;
    font-family: tattoo!important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 20px 0;
    margin: 0;
}
.content {
    background-color: #ffe;
    position: relative;
}
.page_content { text-align: center; }
.page_content, .single_post {
    padding: 40px 10% 300px 10%;
    background-image: url(img/bg/bg_desert_4.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.page_wide { padding: 0; }

.single_post blockquote {
    position: relative;
    background: goldenrod;
    color: #fff;
    padding: 10px 0 10px 40px;
    font-size: 1.2em;
    letter-spacing: 1px;
    font-style: normal;
    font-family: 'Font Awesome 5 Free', Lato;
    font-weight: 700;
    border-left: 0;
}
.single_post blockquote:before {
    position: absolute;
    content: '\f073';
    color: #fff;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.page_content p, .single_post p {
    margin-left: 20px;
    font-size: 1.2em;
    letter-spacing: 1px;
}
.short_post { 
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    margin-bottom: 20px;
    width: 100%;
}
.short_highlights {
    position: relative;
    background: #e31e24;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    width: 10%;
}
.short_highlights span {
    transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    color: #fff;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.short_desc {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eee;
    min-height: 150px;
    width: 90%;
}
.short_desc span { display: inline-block; padding: 20px; }
.short_desc ul { list-style: none; -webkit-padding-start: 0; -moz-padding-start: 0; padding-start: 0; margin: 0; }
.short_desc ul li, .short_desc p { font-family: Lato; letter-spacing: 1px; font-weight: 700; }

/*buttons*/
.button { background: #eeb549; padding: 10px 30px; color: #fff; cursor: pointer; }
.button:hover { background: #e31e24; }

/*titles*/
.titles { 
    font-family: Lato!important;
    font-weight: 900;
    color: #160748;
    margin: 25px 0;
    position: relative;
    font-size: 2.4em;
}
.titles_thin { font-family: Lato!important; font-weight: 100; }
.titles span { display: block; font-family: Lato!important; font-weight: 100; font-size: 0.8em; }
.elem { text-align: center; margin-bottom: 40px; }
.elem:before, .elem:after {
    position: absolute;
    content: '';
    height: 5px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.elem:before { background: #eeb549; width: 100px; }
.elem:after { background: #e31e24; width: 40px; border-left: 5px #fff solid; border-right: 5px #fff solid; }

/*DROPDOWN MENU*/
.main_pages { margin-top: 80px; }
.main_pages ul li a { color: #fff; }
.main_pages li a:hover { color: #fff; transition: .3s; }
.spoiler_body {
    position: absolute;
    display: none;
    background: #363360;
    z-index: 999;
    max-width: 90%;
    margin: 10px auto;
    box-shadow: 0 0 10px -2px;
    transform: translateX(-40%);
    -o-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -webkit-transform: translateX(-40%);
}
.spoiler_content { 
    position: relative;
    display: inline-block;
    width: 92%;
    padding: 20px 4%;
}
.spoiler_menu { 
    display: flex;
    align-items: top;
    justify-content: center;
    position: relative;
    margin: 0;
    -webkit-padding-start: 0;
}
.spoiler_menu li {}
.spoiler_menu li a {
    width: 100px;
    font-size: 11px!important;
    text-align: center;
    line-height: 14px;
    color: rgba(255,255,255,.7)!important;
    font-family: Lato;
    font-weight: 700;
}
.spoiler_menu li a:hover { color: #e31e24!important; }
.spoiler_menu li a:hover .iconstyle i { color: #e31e24; }
.iconstyle {
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 10px auto;
}
.iconstyle i { color: #fff; }
/*searchbox*/
.b-toggle {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.5s, min-height 0.5s;
    -moz-transition: opacity 0.5s, min-height 0.5s;
    -ms-transition: opacity 0.5s, min-height 0.5s;
    -o-transition: opacity 0.5s, min-height 0.5s;
    transition: opacity 0.5s, min-height 0.5s;
    _display: none;
}
.expanded_search {
    position: absolute!important;
    min-height: 30px;
    width: 30%;
    left: 50%;
    opacity: 1;
    _display: block;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.search-button i { color: #fff; }

.contact-wrapper { display: block; margin: 0 20px; }
.contact-wrapper div, .contact-wrapper span { display: block; text-align: center; }
.contact-wrapper h4, .contact-wrapper b { color: #fff; }
.contact-wrapper h4 { display: flex; margin-bottom: 5px; font-family: Lato; font-weight: 900; letter-spacing: 1px; justify-content: center; }
.contact-wrapper h4 span { display: inline-block; font-family: Lato; font-weight: 100; }
.contact-wrapper b {
    display: block;
    font-family: Lato;
    font-weight: 900;
    letter-spacing: 3px;
    border: 1px rgba(255,255,255,.5) solid;
    padding: 4px 10px;
    font-size: 11px;
    text-transform: uppercase;
}
.contact-wrapper b:hover { border: 1px rgba(255,255,255,1) solid; }
/*END DROPDOWN MENU*/

/*ALL TOURS*/
#post-stream { text-align: center; }

/*TOURS*/
.tour_block {
    position: relative;
    width: 300px;
    height: 420px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 20px 40px 0;
    background: #cc8500;
    box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
}
.tour_icon {
    position: absolute;
    display: block;
    padding: 5px 10px;
    max-width: 150px;
    background: #e31e24;
    top: -20px;
    left: 0;
    font-size: 0.8em;
    font-family: Lato;
    font-weight: 900;
    color: #fff;
}
.tour_icon i { color: #fff; margin-right: 5px; }

.tour_pic { display: block; }
.tour_pic a { margin: 0; padding: 0; min-height: 169px; display: block; }

/*tour_desc*/
.tour_desc { height: 120px; padding: 10px 20px; }
.tour_desc h3 {
    font-family: Lato;
    font-weight: 900;
    margin-bottom: 10px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff!important;
}
.tour_desc a, .tour_desc p { color: #fff!important; }
.tour_desc p { text-align: left; }

/*description places to visit*/
.tour_desc.places p {
    font-size: 0.9em;
    text-align: left;
    margin: 0;
    height: 120px;
    display: flex;
    align-items: center;
}
.tour_desc .details {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.tour_desc .details a { 
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: Lato;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 0.6em;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.2);
    transition: .3s;
}
.tour_desc .details a:hover { background: #e31e24; box-shadow: 0 0 0 1px rgba(255,255,255,0); transition: .3s; }
.tour_desc .details i { margin-left: 7px; }

/*description travelstyles*/
.tour_desc.travelstyles h3 {margin-bottom: 10px; }
.tour_desc.travelstyles p { 
    margin: 0 0 5px 0;
    font-size: 0.6em;
    font-family: Lato;
    font-weight: 900;
    color: #fff!important;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 5px 0;
    border-top: 1px rgba(255,255,255,0.2) solid;
    border-bottom: 1px rgba(255,255,255,0.2) solid;
}
.tour_desc.travelstyles span ul { margin: 0; padding-left: 20px; list-style: none; }
.tour_desc.travelstyles span ul li { 
    position: relative;
    color: #fff;
    font-size: 0.8em;
    line-height: 1.2em;
    text-align: left;
    font-family: 'Font Awesome 5 Free', Lato;
    font-weight: 300;
    letter-spacing: 1px;
}
.tour_desc.travelstyles span ul li {
    font-family: 'Font Awesome 5 Free', Lato;
    font-weight: 700;
    line-height: 1.6em;
}
.tour_desc.travelstyles span ul li:before {
    position: absolute;
    content: '\f00c';
    top: 0;
    left: -20px;
    color: #fff;
}
/*special tours*/
.tour_special { width: 512px; height: 640px; }
.spec_desc {}
.spec_dates {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spec_date {
    color: #e31e24;
    margin: 5px 2px 0;
    padding: 5px;
    background: rgba(255,255,255,0.9);
    letter-spacing: 1px;
    text-align: center;
    font-family: Lato!important;
    font-weight: 900;
    font-size: 0.8em;
    line-height: 1.2em;
    border: 1px #fff solid;
    display: inline-block;
    width: 100%;
}
.spec_block {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.spec_price {
    padding: 7px 30px 12px;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0;
    border: 1px rgba(255,255,255,0.2) solid;
    box-shadow: 0 0 30px rgba(255,255,255,0.2);
}
.price_name { font-size: 0.8em; letter-spacing: 2px; }
.price_value {
    font-family: Lato!important;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 1.6em;
}
.spec_order, .book_tour {
    background: #e31e24;
    text-align: center;
    border: 1px #da1111 solid;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Lato!important;
    font-weight: 900;
    cursor: pointer;
}
.spec_order { width: 50%; padding: 20px 0; }
.book_tour { padding: 20px 40px; margin-right: 20px; }

/* book now*/
#book_now {
    width: 90%;
    height: 90%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    z-index: 3;
}
.book_toggle {
    position: absolute;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.5s, max-height 0.5s;
    -moz-transition: opacity 0.5s, max-height 0.5s;
    -ms-transition: opacity 0.5s, max-height 0.5s;
    -o-transition: opacity 0.5s, max-height 0.5s;
    transition: opacity 0.5s, max-height 0.5s;
    _display: none;
    z-index: -1;
}
.book_toggle .fa {
    float: right;
    color: #fff;
    text-shadow: 0 0 20px #000;
    font-size: 30px;
    cursor: pointer;
}
.book_expanded {
    position: fixed;
    padding: 5%;
    max-height: 1000px;
    opacity: 1;
    margin-bottom:20px;
    _display: block;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
}
/*album tours*/
.collage {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
}
.collage figure { margin-bottom: 10px; }
.collage figure img { max-width: 100%; }
.photos_left { display: inline-block; margin-right: 5px; }
.photos_right { display: inline-block; margin-left: 10px; }
.photo_mini { width: 23%; }
.photo_big { width: 74%; }


/*END TOURS*/

/*BANNER DESKTOP*/
.banner_name {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    color: #fff;
}
.banner_name div {
    text-align: center;
    width: 60%;
    padding: 20px 0;
    background: rgba(0,0,0,0.33);
}
.banner_name h1 {
    font-size: 3.6em;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.banner_name h1 span { display: block; }
.banner_name h1 span:nth-child(1) { font-family: Lato; font-weight: 900; }
.banner_name h1 span:nth-child(2) { font-family: Lato; font-weight: 300; }

.banner_name h3 {
    color: #fff;
    padding: 20px 40px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Lato;
    font-weight: 700;
    background: #e31e24;
    transition: .3s;
    font-size: 0.8em;
}
.banner_name h3:hover { padding: 20px 60px; color: #fff; transition: .3s; }

.bx-wrapper { padding: 0; margin: 0 auto; }
.bx_slider { -webkit-padding-start: 0; -moz-padding-start: 0; padding-start: 0; list-style: 0; margin-top: 0; }
.bx_slider li {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%; 
    min-height: 660px;
    box-shadow: 0 150px 150px rgba(0,0,0,0.3) inset;
    -o-box-shadow: 0 150px 150px rgba(0,0,0,0.3) inset;
    -moz-box-shadow: 0 150px 150px rgba(0,0,0,0.3) inset;
    -webkit-box-shadow: 0 150px 150px rgba(0,0,0,0.3) inset;
}
/*END BANNER*/

/*HOME*/
.section_tours {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0 40px 0;
    line-height: 0;
    background-image: -ms-linear-gradient(top, #2B2153 0%, #29166F 100%);
    background-image: -moz-linear-gradient(top, #2B2153 0%, #29166F 100%);
    background-image: -o-linear-gradient(top, #2B2153 0%, #29166F 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2B2153), color-stop(100, #29166F));
    background-image: -webkit-linear-gradient(top, #2B2153 0%, #29166F 100%);
    background-image: linear-gradient(to bottom, #2B2153 0%, #29166F 100%);
}
.home_tours { padding: 0; margin: 0; }
.home_box {
    position: relative;
    width: 370px;
    height: 600px;
    background: #160748;
    display: inline-block;
    vertical-align: top;
    overflow: auto;
    padding: 0;
    margin-left: -4px;
}
.home_pic a { line-height: 0em; }
.home_pic img { display: block; }
.home_desc {
    padding: 0 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
}
.home_desc h3 { font-family: Lato; font-weight: 900; color: #fff; }
.home_desc p { font-family: Lato; font-weight: 700; color: #fff; }

.reverse_pic { position: absolute; bottom: 0; }
.reverse_desc { position: absolute; top: 0; }

.read_more {
    background: #e31e24;
    color: #fff!important;
    padding: 20px 0;
    width: 80%;
    display: block;
    margin: 5px 10% 0;
    text-transform: uppercase;
    font-size: 10px;
    font-family: Lato;
    font-weight: 700;
    letter-spacing: 2px;
    transition: .3s;
}
.read_more:hover { width: 90%; margin: 5px 5% 0; transition: .3s; }

/*slider*/
ul.home_boxes { padding-inline-start: 0; width: 370px!important; height: 300px; margin: 0; }
ul.home_boxes li { width: 370px; height: 300px; }

/*about*/
.section_about {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_about { padding: 0 10%; }
.home_text { display: flex; justify-content: center; align-items: baseline; }
.home_text p { margin: 0; padding: 20px; }
.home_text p:nth-child(2) { background: #f9f9f9; }
.home_text strong { margin-right: 30px; }

/*feedback*/
.section_feedback {
    background-image: url(img/bg/bg_nature_trekking.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    background-color: #f9f9f9;
}
.home_feedback {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
}
.feedback_desc { width: 30%; background: rgba(255,255,255, .8); padding: 20px; }
.feedback_desc p { text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff; }
.request_form { width: 50%; }
/*END HOME*/

/*TESTIMONIALS*/
.testimonial_block { margin-bottom: 20px; }
.testimonial_block .fa { color: #eeb549; font-size: 2em; margin-right: 10px; }
.testimonial_block p { margin: 0; }
.testimonial_comment { position: relative; margin-bottom: 10px; }
.testimonial_comment:after {
    position: absolute;
    content: '';
    bottom: -10px;
    width: 20%;
    height: 1px;
    background: #eeb549;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
} 
.testimonial_country { text-transform: uppercase; font-family: Lato; font-weight: 900; font-size: 1.2em; }
.testimonial_name { text-transform: uppercase; font-family: Lato; font-weight: 900; font-size: 1.2em; }
.testimonial_date, .testimonial_date .fa  { font-size: 0.8em; color: #ccc; }
/*END TESTIMONIALS*/

/*CONTACT PAGE*/
.contact_section {
    display: flex;
    justify-content: start;
    align-items: inherit;
}
.contact_section h1 {
    position: relative;
    font-family: Lato;
    font-weight: 900;
    color: #160748;
    margin-bottom: 40px;
    margin-left: 40px;
}
.contact_section h1:after {
    position: absolute;
    content: '';
    background: #e31e24;
    width: 50px;
    height: 10px;
    bottom: -15px;
    left: 0;
}
.contact_section h4 { 
    font-family: Lato;
    font-weight: 900;
    color: #160748;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 2px;
    margin-top: 25px;
}
.contact_section p {
    color: #160748;
    font-size: 1.2em;
}
.contact_left { 
    width: 35%;
    background: #eee;
    box-shadow: -30px 0 50px rgba(0,0,0,0.1) inset;
}
.contact_right {
    width: 65%;
    box-shadow: 1px 0 0 rgba(0,0,0,0.3) inset;
}

.contact_us { padding: 20px 20px 20px 40px; }
.contact_form { padding: 20px 40px 20px 20px; }
/*END CONTACT PAGE*/

/* Reset
-------- */
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, credentials, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; }
article, aside, credentials, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/* Common HTML elements, fonts, and colors
------------------------------------------ */
html,
body { width: 100%; min-height: 100%; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 14px; background: #fff; line-height: 1.4em; }
a { color: #006bd8; outline:0 none; text-decoration: none; }
a:focus { outline:none; outline-offset:-4px; }
a.not-visited:visited { color: #006bd8; }
a:hover { color: #e31e24; }
input[type="button"]::-moz-focus-inner { border: 0; }
input[type="submit"]::-moz-focus-inner { border: 0; }
a img { border: 0; }
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote, figure { margin-bottom: 20px; }
h1 { font-size: 2.6em; }
h1 a { text-decoration:none; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.45em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
h1, h2, h3 { line-height:1.2em; }
ul, ol { padding-top:0; }
ol { list-style: decimal; }
input, textarea, select { margin:0; }
input, textarea { font-size: 1em; color: #000; }
select { max-width: 100%; }
input[type="button"]:focus { outline:none; outline-offset:-2px; }
fieldset { border:1px solid #bbb; padding:10px; position:relative; background:#e9e9e9; margin-bottom:10px; }
fieldset p label { width:98%; }
fieldset p input[type="text"] { width:98%; }
fieldset p select { width:99%; }
pre {margin-top: 16px; font-size: 90%; line-height: 24px; color: rgba(0,0,0,.75); background: rgba(0,0,0,.03); padding: 16px 20px;word-wrap: normal;}
blockquote { color: rgba(0,0,0,.6); font-size:0.9em; font-style: italic; border-left: 1px solid rgba(0,0,0,.1);padding-left: 24px; background: #eee; }
blockquote cite { font-size: 0.9em; }
hr { background-color: rgba(0,0,0,0.15); height: 1px; border: 0; }
p { font-family: Lato; font-weight: 400; line-height: 1.4em; }
p a { text-decoration: underline; }
input::-webkit-input-placeholder { color: #bbb; }
input:-moz-placeholder,
input::-moz-placeholder { color: #bbb; }
input:-ms-input-placeholder { color: #bbb; }
label, button { cursor: pointer; }

/* Misc elements
---------------- */

.block { padding: 25px 30px; }
.inline { display: inline !important; }
.inline-link { text-decoration: none !important; }
.inline-link b { border-bottom: 1px dotted; font-weight: normal; position: relative; top: -0.13em;}
.inline-link b i { font-style: normal; position: relative; top: 0.13em;}
.small { font-size: 0.9em; }
.large { font-size: 1.1em; }
.bold { font-weight: bold; }
.strike { text-decoration: line-through; }
.highlighted { background:  #eeb549; }
.hint { color: #aaa; font-size: 0.9em; }
.hint a,
.hint:visited,
.hint a:visited { color: #888; }
.gray .dropdown ul
.gray a,
.gray:visited,
.gray a:visited { color: #888; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }
.shadowed { -moz-box-shadow: 0 5px 15px #aaa; -webkit-box-shadow: 0 5px 15px #aaa; box-shadow: 0 5px 15px #aaa; }
.nowrap { white-space: nowrap; }
.hr { border-top: 1px solid #ccc; margin-bottom: 15px; }
.uppercase { text-transform: uppercase; }
.blurred { -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); }
.userpic { border-radius: 50%; background-size: auto; }

.container { max-width: 970px; margin: 0 auto; padding: 0; }
.container:before,
.container:after { content: " "; clear: both; }

.breadcrumbs { padding: 20px 0 0; font-size: 0.9em; }
.breadcrumbs a { color: #fff!important; font-family: Lato; font-weight: 700; letter-spacing: 2px; }
.breadcrumbs a:hover { color: #160748!important; }
.breadcrumbs span.rarr { color: #fff!important; margin: 0 5px 0 3px; }

.tags { line-height: 1.6em; }
.tags a { color: green !important; display: inline !important; padding: 0 4px !important; }
.tags a:hover { color: #e31e24 !important; }

.staff { background: #eeb; padding: 1px 4px !important; color: #345; font-size: 0.9em; border: 1px solid rgba(0,0,0,0.1); border-radius: 3px; white-space: nowrap; }

.wa-flex-box { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.wa-flex-box.middle { -webkit-box-align: center; -moz-box-align: center; -o-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.wa-flex-box.wrap { -webkit-box-lines: multiple; -moz-box-lines: multiple; -o-box-lines: multiple; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.wa-flex-box.full-line { -webkit-box-pack: justify; -moz-box-pack: justify; -o-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; align-items: center; }
.wa-flex-box.fixed { -webkit-box-pack: justify; -moz-box-pack: justify; -o-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; }
.wa-flex-box.fixed.fixed > * { -webkit-flex-basis: 100%; flex-basis: 100%; -webkit-box-flex: 0; -moz-box-flex: 0; -o-box-flex: 0; -ms-box-flex: 0; box-flex: 0; -webkit-flex-grow: 0; flex-grow: 0; }
.wa-flex-box > *.middle { -webkit-align-self: center; align-self: center; -ms-flex-item-align: center; }
.wa-flex-box.space-025 > *:not(:last-child) { margin-right: 0.25rem; }
.wa-flex-box.space-05 > *:not(:last-child) { margin-right: 0.5rem; }
.wa-flex-box.space-075 > *:not(:last-child) { margin-right: 0.75rem; }
.wa-flex-box.space-1 > *:not(:last-child) { margin-right: 1rem; }
.wa-flex-box.space-2 > *:not(:last-child) { margin-right: 2rem; }
.wa-flex-box.space-3 > *:not(:last-child) { margin-right: 3rem; }
.wa-flex-box.space-4 > *:not(:last-child) { margin-right: 4rem; }
.wa-flex-box.space-5 > *:not(:last-child) { margin-right: 0.5rem; }
@media screen and (max-width: 760px) {
    .wa-flex-box.adaptive { -webkit-box-orient: vertical; -moz-box-orient: vertical; -o-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
    .wa-flex-box.adaptive.space-025 > *:not(:first-child) { margin-top: 0.25rem; }
    .wa-flex-box.adaptive.space-025 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-05 > *:not(:first-child) { margin-top: 0.5rem; }
    .wa-flex-box.adaptive.space-05 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-075 > *:not(:first-child) { margin-top: 0.75rem; }
    .wa-flex-box.adaptive.space-075 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-1 > *:not(:first-child) { margin-top: 1rem; }
    .wa-flex-box.adaptive.space-1 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-2 > *:not(:first-child) { margin-top: 2rem; }
    .wa-flex-box.adaptive.space-2 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-3 > *:not(:first-child) { margin-top: 3rem; }
    .wa-flex-box.adaptive.space-3 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-4 > *:not(:first-child) { margin-top: 4rem; }
    .wa-flex-box.adaptive.space-4 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-5 > *:not(:first-child) { margin-top: 0.5rem; }
    .wa-flex-box.adaptive.space-5 > *:not(:last-child) { margin-right: 0; }
}

/* Buttons
---------- */

button,
input[type=button],
input[type=submit] {
    color: #fff;
    outline: 0;
    padding: 10px 20px;
    font-size: 1em;
    -webkit-appearance: none;
    border: 0;
    background: #eeb549;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover { cursor: pointer; background: #e31e24; }
button:active,
input[type=button]:active,
input[type=submit]:active { background: #f3cd27; text-shadow: none; box-shadow: none; }
button:disabled,
input[type=button]:disabled,
input[type=submit]:disabled { background: #eee; color: #999; text-shadow: 0 1px 1px #fff; cursor: pointer; }
input[type=button].small,
input[type=submit].small { font-size: 0.9em; padding: 3px 5px; }
button.large,
input[type=button].large,
input[type=submit].large { font-size: 1.6em; padding: 7px 10px; font-weight: bold; }
button.gray,
input[type=button].gray,
input[type=submit].gray { background: #ededed linear-gradient(to bottom, #ededed 0%,#d1d1d1 100%); }
button.gray:hover,
input[type=button].gray:hover,
input[type=submit].gray:hover { background: #eee; }
button.blue,
input[type=button].blue,
input[type=submit].blue { background: #73b9ff linear-gradient(to bottom, #73b9ff 0%,#0d86ff 100%); border-color: rgba(0,0,0,.2); color: #fff; text-shadow: none; }
button.blue:hover,
input[type=button].blue:hover,
input[type=submit].blue:hover { background: #73b9ff; }

/* Navigation menus
------------------- */

ul.menu-v { margin: 0; padding: 0; font-family: Lato; font-weight: 400; }
ul.menu-v li { list-style: none; padding: 0; line-height: 1.3em; border-bottom: 1px solid rgba(0,0,0,0.1); }
ul.menu-v li a { padding: 13px 30px 13px 16px; display: block; text-decoration: none; }
ul.menu-v li.collapsible { background: url('img/rarr.png') no-repeat; background-position: right center; background-size: 32px 16px; }
ul.menu-v.bottom-padded { margin-bottom: 20px; }
ul.menu-v li .count { float: right; color: #aaa; }
ul.menu-v li .count i.icon16 { margin: 0 -5px; }

ul.menu-h { margin: 0; padding: 0; }
ul.menu-h li { list-style: none; display: inline-block; padding: 0 10px 0 0; line-height: 1.3em; display:block\9; float:left\9; }
ul.menu-h li a { display: inline-block; padding: 13px 16px 13px 16px; display:block\9; float:left\9; text-decoration: none; }

ul.tree { list-style: none; padding-left: 0; }
ul.tree li { border: none; }
ul.tree li a { padding: 5px 16px; display: block; text-decoration: none;}
ul.tree li.selected a { background: transparent; }
ul.tree ul { padding-left: 20px; list-style: none; }
ul.tree ul a { padding: 3px 6px; font-size: 90%; }

.paging-nav { text-align: center; }
.paging-nav ul li { display: inline-block; list-style: none; margin-right: 10px; }
.paging-nav ul li a { padding: 8px 10px; }
.paging-nav ul li.selected a { background: #eee; }

/* Sign up & Login forms
------------------------ */

.wa-auth-adapters ul { padding: 0; min-height: 16px; }
.wa-auth-adapters ul li { list-style: none; float: left; padding: 0 15px 0 0; }
.wa-auth-adapters ul li a,
.wa-auth-adapters ul li span { display: block; padding: 0px 5px; }
.wa-auth-adapters ul li a img,
.wa-auth-adapters ul li span img { position: relative; top: 4px; margin-right: 3px; }
.wa-auth-adapters p { color: #888; font-size: 0.9em; width: 80%; }
.wa-auth-adapters.wa-connect { margin-top: 20px; }

.wa-form { float: left; margin: 10px 0; overflow: visible; }
.wa-form .wa-field { clear: left; margin: 0; padding-top: 3px; }
.wa-form .wa-field .wa-name { float: left; width: 155px; padding-top: 0.05em; padding-bottom: 10px; font-size: 0.95em; color: #888; }
.wa-form .wa-field.wa-separator { height: 10px; }
.wa-form .wa-field .wa-value { margin-left: 180px; margin-bottom: 5px; position: relative; }
.wa-form .wa-field .wa-value input.wa-error { border: 2px solid red; }
.wa-form .wa-field .wa-value .wa-error-msg { font-size: 0.9em; color: red; display: block; }
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] { width: 30%; min-width: 260px;  margin:0;}
.wa-form .wa-field .wa-value textarea { min-width: 300px; height: 70px; }
.wa-form .wa-field .wa-value input.wa-captcha-input { width: 100px; min-width: 0; }
.wa-form .wa-field .wa-value label { display: block; }
.wa-form .wa-field .wa-value .wa-captcha img { margin-left: 0; }
.wa-form .wa-field .wa-value .errormsg { margin-left: 0; }
.wa-form .wa-field .wa-value.wa-submit { margin-top: 10px; }
.wa-form .wa-field .wa-value p label { display: block; margin: 0; }
.wa-form .wa-field .wa-value p { line-height: 1.6em; margin-bottom: 23px; position: relative; }
.wa-form .wa-field .wa-value p span { color: #777; font-size: 0.9em; display: block; }
.wa-form .wa-field .wa-value p i.icon16 { float: left; left: -20px; margin-top: 2px; position: absolute; }
.wa-form .wa-field .wa-value p input { display: block; margin-bottom: 2px; }
.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] { display: inline; }
.wa-form .wa-field .wa-value p .field.wa-required span:after { content: " *"; color: #faa; }
.wa-form .wa-field.wa-required .wa-name:after { content: " *"; color: #faa; }
.wa-signup-form .wa-form .wa-field.wa-field-email .wa-value input { min-width: 300px; }
.wa-signup-form .wa-form .wa-field.wa-field-password .wa-value input,
.wa-signup-form .wa-form .wa-field.wa-field-password_confirm .wa-value input { min-width: 200px; width: 200px; }

.wa-captcha { padding: 7px 0 10px; }
.wa-captcha p { margin: 0; }
.wa-captcha strong { font-size: 1.2em; }
.wa-captcha p img { float: left !important; margin-right: 5px; margin-top: -8px; }
.wa-captcha .wa-captcha-refresh { font-size: 0.8em; text-decoration: underline; color: #aaa; }
.wa-captcha .wa-captcha-input { display: inline !important; }
.wa-captcha .errormsg { display: inline-block; margin-left: 10px; display:block\9; float:left\9; }

input.error, textarea.error { border: 2px solid red; }
.errormsg { color: #e31e24; margin-left: 170px; display: block; }

/* Multi-column layout
---------------------- */

.row { clear: both; border-top: 1px solid #eee; padding: 20px 0; }
.row.no-border { border: none; }
.col { float: left; }
.col.w1 { width: 6%; }
.col.w2 { width: 12%; }
.col.w3 { width: 18%; }
.col.w4 { width: 24%; }
.col.w5 { width: 30%; }
.col.w6 { width: 36%; }
.col.w7 { width: 42%; }
.col.w8 { width: 48%; }
.col.w9 { width: 54%; }
.col.w10 { width: 60%; }
.col.w11 { width: 66%; }
.col.w12 { width: 72%; }
.col.w13 { width: 78%; }
.col.w14 { width: 84%; }
.col.w15 { width: 90%; }
.col.w16 { width: 96%; }

/* Tables
--------- */

table { border-collapse: collapse; border-spacing: 0; }
table th { color: #aaa; padding: 0px 10px 7px; }
table td { padding: 10px; border: 1px solid rgba(0,0,0,0.1); font-size: 1.2em; }
table.not-bordered td { border: none; }

table.lined { margin-top: 25px; width: 100%; border-spacing:0; border-collapse:collapse; }
table.lined th { padding-left: 7px; padding-right: 7px; }
table.lined td { padding: 15px 7px; border-bottom: 1px solid #ddd; }
table.lined td.min-width { width: 1%; }
table.lined td p { margin: 0; }
table.lined td input.numerical { width: 50px; margin-right: 5px; text-align: right; }
table.lined tr.no-border td { border: none; }
table.lined tr.thin td { padding-top: 13px; padding-bottom: 0; }
table.lined tr.service td { padding-top: 5px; padding-bottom: 5px; padding-left: 25px; font-size: 0.8em; color: #555; }

/* Customized search input look
------------------------------- */

.search-wrapper { position: relative; float: left; border: 0; webkit-appearance: none; margin-right: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; }
.search input {
    width: 100%;
    float: left;
    background: transparent;
    border: 0;
    padding: 5px 10px;
    padding-right: 30px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search input:focus { outline: 0; }

.search input::-webkit-input-placeholder { color: #eee; font-weight: normal; }
.search input:-moz-placeholder, .search input::-moz-placeholder { color: #eee; font-weight: normal; }
.search input:-ms-input-placeholder { color: #eee; font-weight: normal; }

.search button { min-width: 32px; overflow: visible; position: absolute; right: 0px; float: left; border: none; outline: none; box-shadow: none; padding: 0; cursor: pointer; height: 32px; color: #fff; background-color: transparent; background-image: url(img/search16black.png); background-repeat: no-repeat; background-position: 8px 6px; background-size: 16px 16px; border-radius: 0 3px 3px 0; font-size: 1.0em; }
.search button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */ border: 0; padding: 0; }

.search_plug { margin-bottom: 20px; }
.search_plug input[type="text"] { width: 50%; padding: 9px 10px; border: 1px #ccc solid; }
.search_plug input[type="submit"] { border: 0; }

/* Header: global navigation
---------------------------- */

header.globalheader { position: relative; }
header a { text-decoration: none; }

header #globalnav {}
header h2 { padding: 5px 0 5px 0; margin: 0; }
header h2 a { color: #eee !important; }
header h2 a span { display: none; }
header h2 a:hover { color: #eea !important; }

header .apps { padding: 6px 0; margin: 0; }
header .apps li { display: inline-block; vertical-align: top; margin: 1px 21px 1px 0; list-style: none; transform: translate(0,1px); }
header .apps li a { display: block; padding: 12px; margin: -12px; color: #999; font-size: 1.1em; }
header .apps li a:hover { color: #eea; }
header .apps li.selected a { color: #fff; background: #000; }

header .auth { display: inline-block; vertical-align: top; margin: 1px 0 0; padding: 0 0 0 10px; }
header .auth li { display: inline-block; vertical-align: top; list-style: none; }
header .auth li a { font-size: 0.9em; padding: 5px 6px; color: #fff; }
header .auth li a:hover { color: #eea !important; }
header .auth li a:visited { color: #fff; }

header #mobile-nav-toggle { /* mobile only */ display: none; background: url('img/mobile-nav-toggle.png') no-repeat center center; border: none; padding: 5px; background-size: 37px 31px; width: 37px; height: 31px; }

header #globalnav.light h2 a { color: #000 !important; }
header #globalnav.light h2 a:hover { color: #e31e24 !important; }
header #globalnav.light .apps li a { color: #888; }
header #globalnav.light .apps li a:hover { color: #e31e24 !important; }
header #globalnav.light .apps li.selected a { color: #444; background: transparent; }
header #globalnav.light .auth li a:hover { color: #e31e24 !important; }

/* Header: app navigation
------------------------- */

header .appnav { padding-top: 5px; padding-bottom: 4px; min-height: 60px; }

header .pages { padding: 0; margin: 10px 0; text-align: center; }
header .pages li { display: inline-block; list-style: none; margin-right: 10px; margin-left: 10px; }
header .pages li a { display: block; text-transform: uppercase; padding: 5px 7px; margin-right: 0px; font-size: 1.1em; font-family: Lato; font-weight: 900; letter-spacing: 1px; }
header .pages li a:hover { color: #ffa; }
header .pages li.selected a { font-weight: bold; color: #ff7; border-radius: 3px; background: transparent; }

header ul.flyout-nav li.collapsible { background: url('img/darr.png') no-repeat; background-position: right center; background-size: 16px 16px; }
header ul.flyout-nav li.collapsible a { padding-right: 20px; }
header ul.flyout-nav li .flyout { display: none; position: absolute; top: 100%; left: 0; right: 0; box-shadow: 0 5px 20px rgba(0,0,0,0.2); min-height: 150px; padding: 15px 30px; text-align: left; z-index: 101; background: #ffffff; }
header ul.flyout-nav li.submenu-is-shown .flyout { display: block }

header ul.flyout-nav li .flyout a { color: inherit; text-transform: none; }
header ul.flyout-nav li .flyout a:hover { color: #e31e24 !important; }
header ul.flyout-nav li .flyout ul.menu-v li { border: none; vertical-align: top; text-align: left; margin: 0 20px 20px 0; }
header ul.flyout-nav li .flyout ul.menu-v li.collapsible { background: none; }
header ul.flyout-nav li .flyout ul.menu-v li a { font-weight: bold; padding-left: 0; font-size: 1.1em; }
header ul.flyout-nav li .flyout ul.menu-v li ul.menu-v li { display: block; margin: 0; font-size: 0.9em; }
header ul.flyout-nav li .flyout ul.menu-v li ul.menu-v li a { font-weight: normal; }
header ul.flyout-nav li .flyout ul.menu-v li ul.menu-v li ul { display: none; }
header ul.flyout-nav li .flyout .departments ul.menu-v li { width: 173px; }
header ul.flyout-nav li .flyout .tags { font-size: 120%; }
header ul.flyout-nav li .flyout ul.menu-v.brands { text-align: center; }
header ul.flyout-nav li .flyout ul.menu-v.brands a { font-size: 1.2em; font-weight: normal; }

body.is-shadow-shown { position: relative; }
body.is-shadow-shown:after { display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.25); z-index: 99;}
body.is-shadow-shown .globalheader { position: relative; z-index: 100; }

/* Main
------- */

main.maincontent { display: block; clear: both; margin: 0; background: #fff; }
main.maincontent .container {}

.sidebar {
    float: left;
    width: 250px;
    padding: 40px 20px 40px 30px;
}
.content.with-sidebar { margin-left: 320px; }
.sidebar_nav h4 {
    color: #e31e24;
    font-family: Lato;
    font-weight: 900;
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.side_menu { -webkit-padding-start: 0; }
.side_menu li { list-style: none; margin-bottom: 3px; }
.side_menu li a {
    display: block;
    background: #f9f9f9;
    padding: 10px 20px;
    font-size: .8em;
    transition: .3s;
    font-family: Lato;
    font-weight: 900;
    color: #2b2153;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.side_menu li a:hover { background: #eeeeee; transition: .3s; }

.sub-links { margin: 20px auto; padding-left: 0; text-align: center; display: block; }
.sub-links li { list-style: none; line-height: 1.5em; margin: 20px; display: inline-block; vertical-align: top; }
.sub-links li a {
    position: relative;
    text-decoration: none;
    display: block;
    border: 1px #cc8500 solid;
    color: #cc8500;
    padding: 20px;
    width: 150px;
    height: 75px;
}
.sub-links li a:before, .sub-links li a:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 15px;
    height: 15px;
    transition: .5s; -o-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s;
}
.sub-links li a:before { top: -1px; right: -1px; }
.sub-links li a:after { bottom: -1px; left: -1px; }
.sub-links li a:hover:before, .sub-links li a:hover:after { 
    width: 0; height: 0; 
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

.likebox { margin-bottom: 25px; overflow: hidden; }
.connect.inline .likebox { width: 260px; display: inline-block; vertical-align: top; margin-right: 50px; }

.leadbox { background: #fafadf; border: 1px solid rgba(0,0,0,0.07); box-shadow: 0 3px 8px -4px rgba(0,0,0,0.1); }
.leadbox h4 { font-size: 1.5em; line-height: 1.2em; }

/* Footer
--------- */

footer.globalfooter { 
    clear: both;
    background: #160748;
    z-index: 0;
    padding-top: 25px;
    min-height: 40px;
    color: #888;
    padding: 25px 5%;
    display: flex;
}
footer a,
footer a:visited { color: #888 !important;  }
footer a:hover { color: #e31e24 !important; }

.footer-block { display: inline-block; margin-right: 40px; vertical-align: top; margin-bottom: 20px; overflow-x: hidden; display:block\9; float:left\9; max-width: 170px; }
.footer-block.mailer-subscribe { max-width: 500px; width: auto; overflow-x: visible; }
.footer-block a,
.footer-block strong { display: block; padding: 1px 0; }
.footer-block a.top {
    margin-bottom: 10px;
    color: #fff!important;
    font-family: Lato;
    font-weight: 900;
}
.footer-block.contact-us { max-width: 270px; }
.footer-block.contact-us .social { margin-bottom: 4px; }
.footer-block.contact-us .social a { display: inline; margin-right: 5px; }

.appfooter { position: relative; text-align: center; color: #aaa; }
.appfooter .copyright { position: absolute; left: 0; }

/* Icons
-------------- */

i.icon16 { background-repeat:no-repeat; height:16px; width:16px; display:inline-block; text-indent:-9999px; text-decoration:none!important; background-image: url("img/icons.png"); background-size: 260px 160px /* 50% of the original size for auto @2x optimization */; }
* i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }

.icon16.userpic20 { background-position: -2px -2px; border-radius: 50%; background-size: 20px 20px; }
.icon16.color { border-radius: 50%; border: 1px solid rgba(0,0,0,0.2); width: 12px; height: 12px; background-image: none; }
.icon16.uarr { background: url('img/uarr.png'); background-position: 0 0; background-size: 16px 16px; }
.icon16.loading { background-image: url('img/loading16.gif'); background-position: 0 0; background-size: 16px 16px; }
.icon24.loading { background-image: url('img/loading.gif'); background-size: 24px 24px; height:24px; width:24px; display:inline-block; }
.icon16.facebook { background-position: -32px 0; }
.icon16.twitter { background-position: -48px 0; }
.icon24.facebook { background-position: -24px -50px; }
.icon24.twitter { background-position: -48px -50px; }
.icon32.loading { background-image: url('img/loading.gif'); background-size: 32px 32px; height:32px; width:32px; display:inline-block; }
i.icon10 { background-repeat:no-repeat; height:10px; width:10px; display:inline-block; text-indent:-9999px; text-decoration:none!important; background-image: url("img/icons.png"); background-size: 260px 160px; }
* i.icon10 { text-decoration:none!important; vertical-align:top; margin: 0.3em 0.1em 0 0; }
.icon10.darr { background-image: url('img/darr.png'); background-size: 16px 16px; }
i.icon24 { background-repeat:no-repeat; height:24px; width:24px; display:inline-block; text-indent:-9999px; text-decoration:none!important; background-image: url("img/icons.png"); background-size: 260px 160px; }
* i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }

/* My account (hide core app nav elements)
------------------------------------------ */

html.my ul.menu-h li a { padding: 5px 7px; }
html.my ul.menu-h li.selected a { color: #fff; }
html.my .sidebar { display: none; }

/* Custom styling
----------------- */

.color_scheme_white header.globalheader { position: absolute; z-index: 999; width: 100%; }
.color_scheme_white header.globalheader .appnav { border-top: 1px solid rgba(0,0,0,0.13); border-bottom: 1px solid rgba(0,0,0,0.13); margin-top: -1px; padding-bottom: 3px; }
.color_scheme_white header .pages li a { color: #fff; }
.color_scheme_white header .pages li a:hover { color: #fff; }
.color_scheme_white header ul.flyout-nav li .flyout { box-shadow: none; }
.color_scheme_white .search input { margin-top: 0; }

html.font_size_15,
html.font_size_15 body { font-size: 15px; }

/* Mobile
--------- */

.nav-negative { display: none; /* mobile-only slide-out navigation */ padding-left: 0; margin: -1px 0 0; border-bottom: 1px solid #777; background: #888; }
.nav-negative li { list-style: none; display: block; border-top: 1px solid #777; }
.nav-negative li a { font-size: 1.2em; text-decoration: none; color: #ddd !important; display: block; padding: 15px 26px 15px 16px; }
.nav-negative li.selected a { color: #fff !important; text-shadow: 0 1px 0 #000; background: transparent; font-weight: bold; }
.nav-negative.auth li { background: #666; }
.nav-negative.search { padding: 0; background: #fff; height: 52px; }
.nav-negative.search .search-wrapper { height: 52px; border-radius: 0; border: none; }
.nav-negative.search input { height: 52px; font-size: 1.3em; padding-left: 5px; margin-top: 4px; padding-right: 52px; }
.nav-negative.search button { background-size: 24px 24px; height: 52px; width: 52px; background-position: 3px 15px; }

/* TABLET
========= */

@media screen and (min-width: 760px) and (max-width: 1024px) {

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

    .container { padding: 0; }
    .sidebar { width: 200px; }
    .content.with-sidebar { margin-right: 220px; }

    header h2 { margin-right: 10px; }
    header .apps li { margin: 2px 10px 2px 0; }
    .search-wrapper { max-width: 150px; }
    .contact-wrapper b {
        letter-spacing: 1px;
    }

    .color_scheme_white header.globalheader .appnav { padding-left: 0; padding-right: 0; margin-left: 25px; margin-right: 25px; }

    /* @media screen and (orientation : portrait) { */
    @media screen and (max-width: 850px) {


    }

}


/* MOBILE
========= */

@media screen and (max-width: 760px) {

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

    h1 { font-size: 2em; }
    h2 { font-size: 1.5em; }
    h3 { font-size: 1.3em; }

    .container { min-width: 0; padding: 0; }
    .breadcrumbs { font-size: 1.0em; line-height: 1.5em; margin-bottom: 10px; }
    .wa-flex-box.full-line { padding: 10px 0; }
    .main_pages { margin-top: 0!important; }

    .sidebar { float: none !important; width: auto !important; padding: 0 !important; }
    .content { padding: 0; overflow-x: hidden; }
    .content.with-sidebar { margin-left: 0 !important; margin-right: 0 !important; }

    .nav-negative { display: block; }
    .banner_name div { width: 80%; }
    .banner_name h1 { font-size: 2.4em; }

    header #globalnav { position: fixed; top: 0; left: 0; right: 0; z-index: 2; padding-top: 0 !important; }
    header #globalnav.light { box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
    .color_scheme_white header #globalnav.light { box-shadow: none; border-bottom: 1px solid rgba(0,0,0,0.13); }
    .color_scheme_white header #globalnav.light.andgray { border-bottom: none; }

    header h2 { display: none !important; }
    header h2 a img { display: none; }
    header h2 a span { display: inline; }
    header .appnav { padding: 0; }
    header #mobile-nav-toggle { display: none; }
    header .apps { display: none; }
    header .pages { margin: 0; padding: 5px 0; }
    header .pages li a {
        padding: 5px;
        font-size: .8em;
    }
    header .auth { display: none; }
    header .auth li a { font-size: 1em; }
    header .auth li a i.icon16 { margin-top: 0; }
    header .apps.unfolded { display: block; }
    .search-button { display: none; }

    header ul.flyout-nav li.submenu-is-shown > a { background: rgba(0,0,0,.33); border-radius: 3px; }
    .home_box { display: block; margin: 0 auto; }

    .content img { max-width: 100%; }
    .home_text { display: inline-block; }
    .home_text p { width: 100%; }
    .home_feedback { display: block; }
    .feedback_desc { width: 100%; box-sizing: border-box; }
    .request_form { width: 100%; }
    .request_form .titles { color: #fff; }

    .search { display: none; }
    .search-wrapper { padding-right: 0; }

    footer.globalfooter { top: 0; padding-top: 10px; }
    .footer-block { width: 120px; margin: 10px 15px !important; }
    .footer-block#copyright { width: auto; display: block; }
    .footer-block a { margin-bottom: 3px; }
    .footer-note { margin: 10px 15px; }
    .appfooter { padding: 10px 15px; }
    .appfooter .copyright { position: static; padding: 10px; }

    .wa-form .wa-field .wa-name { float: none; padding-bottom: 0; }
    .wa-form .wa-field .wa-value { margin-left: 0; }
    .wa-form .wa-field .wa-value p span { display: block; }
    .wa-form .wa-field .wa-value input[type="text"],
    .wa-form .wa-field .wa-value input[type="email"],
    .wa-form .wa-field .wa-value input[type="password"] { min-width: 200px; }
    .wa-auth-adapters p { width: 80%; }
    .wa-captcha input.wa-captcha-input { width: 100px; }
    .errormsg { margin-left: 0; }

    table td { padding: 5px; }
    html.my ul.menu-h li a { padding: 10px; }
    .comment-form-fields label { float: left; }
    .sub-links li { font-size: 110%; margin-bottom: 5px; }
    .sidebar .likebox { display: none; }
    .connect.inline .likebox { display: block; width: auto; }

    .wa-signup-form .wa-form .wa-field.wa-field-email .wa-value input { min-width: 240px; }
    .wa-signup-form .wa-form .wa-field.wa-field-password .wa-value input,
    .wa-signup-form .wa-form .wa-field.wa-field-password_confirm .wa-value input { min-width: 160px; width: 160px; }
    .footer-block.contact-us { max-width: 999px; display: block; width: auto; }
    footer.globalfooter { display: block;
    }

}

/* WIDE
========= */

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

    .container { max-width: 100%; }
    header #globalnav{ max-width: 1200px; margin: 0 auto; }

}

/* FOOTER NOTICE */
.s-footer-notice { margin: 2.5em 0 1em; font-size: .9em; line-height: 1.3em; text-align: center; }
.s-footer-notice a { color: inherit; text-decoration: underline; }

/* OTHER */
.wa-login-form-actions button,
.wa-signup-form-actions button,
.wa-forgotpassword-form-actions button,
.wa-set-password-form-wrapper button,
.wa-login-form-actions input[type=button],
.wa-signup-form-actions input[type=button],
.wa-forgotpassword-form-actions input[type=button],
.wa-set-password-form-wrapper input[type=button],
.wa-login-form-actions input[type=submit],
.wa-signup-form-actions input[type=submit],
.wa-forgotpassword-form-actions input[type=submit],
.wa-confirm-signup-button,
.wa-set-password-form-wrapper input[type=submit] { font-size: 18px; font-weight: bold; padding-top: 8px; padding-right: 15px; padding-bottom: 8px; padding-left: 15px; }