/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.4;
    background-image: url("../img/background_vertical7945.jpg");
    background-repeat: repeat-x;
}     

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#header {
    margin: 0 auto 0 auto;
    max-width: 960px;
    height: 82px;
    background-image: url("../img/background_strip7945.jpg");
    /*border: solid red;*/
}
#logo {
    width: 250px;
    height: 82px;
    /*background-color: #ff4333;*/
    /*background-image: url(../img/logo_reworked_bp.png);*/
    background-size: contain;
    float: left;
    border-right: solid 1px #fff;
}
.main_nav   {
    /*border: solid 3px;*/
    float: right;
    width: 700px;
}
ul.nav1  {
    list-style: none;
    margin: 50px 0 0 5px;
    padding: 0;
}
ul.nav1 li {
    float: left;
    border-right: solid 1px #fff;
}
.nav1 a {
    width: 90px;
    font-family: sans-serif;
    font-size: .9em;
    font-style: italic;
    color: #fff;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    /*border: solid 1px red;*/
}
.nav1 a:hover {
    color: #07edff;
}
a.d_live {
    color: #07edff;
}
#nav1 a:hover, body#hom #t-hom a, body#comp #t-comp a, body#prod #t-prod a, body#prod2 #t-prod2 a, body#how #t-how a, body#supp #t-supp a, body#conta #t-conta a {
    color:#07edff;
}

#world {
    width: 960px;
    margin: 0 auto;
    /*background-color:#fff;*/
    background: url(../img/blue_col.png) repeat-y left top;
    -moz-box-shadow: 0 5px 15px #888;
    -webkit-box-shadow: 0 5px 15px #888;
    box-shadow: 0 5px 15px #888;
}
#world_left {
    width: 960px;
    /*background-color:#fff;*/
    background: url(../img/blue_col.png) repeat-y left top;
}
.wht1    {
    max-width: 940px;
    height: 1px;
    clear: both;
    /*border: solid #800080;*/
}
#triptych1   {
    max-width: 940px;
    /*border: solid #800080;*/
}
.gray_head {
    width: 250px;
    background-color: #595959;
}
.gray_head h2 {
    font-family: sans-serif;
    font-weight: 100;
    font-size: .9em;
    color: #fff;
    padding: 5px 0 5px 15px;
    margin: 0;
}
.trip_l {
    width: 250px;
    /*border: solid red;*/
    float: left;
    background-color: #e5f2f3;
}
.trip_l p {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}
div.under_dash    {
    border-bottom: 1.5px dotted #888;
    width: 508px;
    height: 2px;
    margin: 20px 0 0 30px;
}
.trip_l ul {
    width: 220px;
    margin-top: 7px;
    /*border: solid red;*/
}
.trip_l a {
    text-decoration: none;
}
/*========================  .more links  =============================*/
a.more   {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    white-space: nowrap;
}
a.more:link   {
    color: #c41230;
}
a.more:visited   {
    color: #c41230;
}
a.more:hover   {
    color: #ff4333;
}
a.more:active   {
    color: #c41230;
}
/*========================start trip_m640=============================*/
.trip_m640 {
    width: 570px;
    /*border: solid green;*/
    float: left;
}
.trip_m640 p {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: .9em;
    padding: 0 30px 0 30px;
    color: #666666;
    margin: 0;
}
.trip_m640 a {
    text-decoration: none;
}
.trip_m640 a:hover {
    color: #ff4333;
}
.trip_m640 img {
    padding: 10px 0 0 10px;
}
/*========================start m490=============================*/
.trip_m490 {
    width: 468px;
    /*border: solid green;*/
    float: left;
}
.trip_m490 p {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: .9em;
    padding: 0 30px 0 30px;
    color: #666666;
    margin: 0 0 14px 0;
    /*border: dashed;*/
}
.trip_m490 a {
    text-decoration: none;
}
.trip_m490 a:hover {
    color: #ff4333;
}
.trip_m490 img {
    padding: 10px 0 0 10px;
}
.trip_m490 ul {
    padding: 0 0 0 10px;
    color: #666666;
    margin-left: 43px;
    font-size: .8em;
}
.trip_m490 dd {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0 30px 0 30px;
    color: #666666;
    margin: 0px 0px 0px 20px;
    /*border: dashed;*/
}
/*========================start m570=============================*/
.trip_m570 {
    width: 570px;
    /*border: solid green;*/
    float: left;
}
.trip_m570 p {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: .9em;
    padding: 0 30px 0 30px;
    color: #666666;
    margin: 10px 0 15px 0;
}
.trip_m570 a {
    font-size: 1em;
    color: #666666;
    text-decoration: none;
}
.trip_m570 a:hover {
    color: #ff4333;
}
.trip_m570 img {
    padding: 10px 0 0 10px;
}
h2.red_hd   {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #c41230;
    margin: 0;
    padding: 20px 0 0 30px;
}
h2.blue_hd   {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: .9em;
    color: #0080E2;
    margin: 0;
    padding: 20px 0 0 30px;
}
.trip_m570  table{
    margin: 0px 0px 0px 10px;
}
.trip_m570  table td {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: .9em;
    color: #666666;
    padding: 0 0 0 10px;
}
.trip_m570  table .blue_hd {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: .9em;
    padding: 0 0 0 0;
}
.trip_m570 ul {
    padding: 0 0 0 10px;
    color: #666666;
    margin-left: 43px;
    font-size: .9em;
}
/*========================END m570=============================*/
.trip_r200 {
    width: 209px;
    /*border: solid blue;*/
    float: left;
}

/*=============== trip_m100% for helpdesk iframe =============*/
.trip_m100p {
    width: 100%;
    height: 100%;
    /*border: solid green;*/
    float: right;
}

.prod_pict  {
    padding: 20px 0 15px 0;
}
.prod_group  {
    padding: 95px 0 0 0;
    /*border: solid purple;*/
}
.trip_r24 {
    width: 100px;
    /*border: solid blue;*/
    float: left;
}
.dress {
    padding: 180px 0 0 0;
}
/*.news_nav   {
    margin: 0;
    padding: 0 0 0 18px;
    list-style: none;
    width: 300px;
}*/
ul.news_nav   {
    list-style-type: none;   
    padding: 5px 0px 0px 18px;
    margin: 0;
    /*border: solid;*/
}
ul.news_nav  li {
    background-image: url(../img/plus_bp.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 14px;
    margin-top: 5px
    /*border: solid;*/
}
.news_nav  a {
    color: #666666;
    font-size: 14px;
    /*border: 1px dashed #666;
    border-bottom: none;*/
    /*display: block;*/
    /*background-color: #e7e7e7;*/   
}
.news_nav  a:hover {
    color: #ff4333;
}
a.current {
    color: #c41230;
    background-position: 0;
}
.cust   {
    font-size: .7em;
}
a.butt_group  {
    margin: 3px 0 25px 70px ;
    padding:0;
}
img.product_t {
    padding: 20px 30px 0 30px;
}
.purple {
    width: 100%;
    height: 28px;
    background-color: #999;
    border-top: solid 2px #999;
}
p.copyr  {
    margin: 0;
    padding: 5px 0 0 10px;
    color: #f5f5f5;
    font-size: .6em;
}
.crc_butt {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -webkit-border-top-left-radius:8px;
    -moz-border-radius-topleft:8px;
    border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    -moz-border-radius-topright:8px;
    border-top-right-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    -moz-border-radius-bottomright:8px;
    border-bottom-right-radius:8px;
    -webkit-border-bottom-left-radius:8px;
    -moz-border-radius-bottomleft:8px;
    border-bottom-left-radius:8px;
    text-indent:0;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    font-style:normal;
    height:30px;
    line-height:22px;
    width:101px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #ffffff;
    padding: 1px 3px 1px 3px;
}
.crc_butt:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}
.crc_butt:active {
    position:relative;
    top:1px;
}
.crc_butt span {
    color: #208b9c;
    font-style: italic;
    font-family: serif;
    vertical-align: 7px;
    font-size: 20px;
}
.butt_group   {
    margin: 18px 0 18px 40px;
    /*border: dashed;*/
    width: 150px;
}
.butt_group p  {
    margin: 0 0 0 10px;
    padding: 5px 0 10px 15px;
    /*border: solid;*/
}

/*page titles*/
.sub_t  {
    /*border: solid purple;*/
    width: 400px;
    margin: -10px 0 0 73px;
    color: #6d6d6d;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 22px;
}
.com_tit {
    background-image:url(../img/company_t.png);
    background-repeat: no-repeat;
    background-position: 0;
    width: 458px;
    height: 74px;
    /*border:  solid blue;*/
}
.prod_tit {
    background-image:url(../img/products_t.png);
    background-repeat: no-repeat;
    background-position: 0;
    width: 458px;
    height: 74px;
    /*border:  solid blue;*/
}
.how_tit {
    background-image:url(../img/how_to_buy_t.png);
    background-repeat: no-repeat;
    background-position: 0;
    width: 458px;
    height: 74px;
    /*border:  solid blue;*/
}
.supp_tit {
    background-image:url(../img/support_t.png);
    background-repeat: no-repeat;
    background-position: 0;
    width: 458px;
    height: 74px;
    /*border:  solid blue;*/
}
.helpdesk_tit {
    background-image:url(../img/support_t.png);
    background-repeat: no-repeat;
    background-position: 0;
    width: 458px;
    height: 74px;
    /* border:  solid blue; */
}
.conta_tit {
    background-image:url(../img/contact_t.png);
    background-repeat: no-repeat;
    background-position: 0;
    width: 458px;
    height: 74px;
    /*border:  solid blue;*/
}
.trip_m570 form{
    /*border: solid;*/
    width: 500px;
    margin-left: 30px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: .9em;
    color: #666666;
    line-height: 30px;
}
.trip_m570 label {
    display: inline-block;
    width: 6em;
    /*border: solid;*/
}
a.f-right   {
    float: right;
    margin: 0px 0px 20px 20px;
}
a.f-left   {
    float: left;
    margin: 0px 20px 20px 30px;
}
.q-under    {
    text-decoration: underline;
}
.news_top {
    border-top: solid 1px #fff;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}
