@charset "utf-8";


/* Open Sans */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/Open_Sans/OpenSans-Light.ttf);
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Open_Sans/OpenSans-Regular.ttf);
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  src: url(fonts/Open_Sans/OpenSans-Semibold.ttf);
}

/* Roboto */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/Roboto/Roboto-Light.ttf);
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  src: url(fonts/Roboto/Roboto-Regular.ttf);
}


html, body, div, span, input, textarea, a {
    box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
}

input, textarea {
    -webkit-appearance: none;
}

body {
    background-color: #f3f3f3;
    margin: 0px;
}

a {
    text-decoration: none;
}

.hidden
{
    display: none;
}

.header_back
{
    width: 100%;
    min-height: 98px;
    background-color: #137AB6;
    position: relative;
}

@media screen and (min-width: 760px)
{
    .header_back
    {
        min-height: 670px;
    }
}

.header
{
    z-index: 10;
    padding: 0;
    padding-top: 24px;
    padding-bottom: 24px;  
    text-align: center;
    color: white;
    position: relative;
}

.container, .header
{
    margin-left: 16px;
    margin-right: 16px;
}

.menu-line.affixed
{
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
}

@media screen and (min-width: 320px)
{
    .menu-line.affixed
    {
        margin-left: 0px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (min-width: 720px)
{
    .container, .header
    {
        margin-left: 24px;
        margin-right: 24px;
    }
    .menu-line.affixed
    {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media screen and (min-width: 1172px)
{
    .container, .header
    {
        width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }
}


.header_menu
{
    overflow: auto;
}

.header_image
{
    text-align: center;
    margin-top: 20px;
}

@media screen and (min-width: 700px)
{
    .header_image
    {
        margin-top: 70px;
    }
}
.header_title
{
    color: #fefefe;
    margin-top: 30px;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.header_text
{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.header_buttons
{
    margin-top: 24px;
    display: block;
    width: 100%;
    text-align: center;
}

#header_button_version
{
    border: 1px solid #b7b7b7;
    background: url('../images/arrow_right_circle.png') no-repeat 92% 50%;
    padding-left: 34px;
    padding-right: 54px;
}

#header_button_buy
{
    background-color: #63CA4B;
}

.header_buttons .button {
    /* display: block; */
}

.header_buttons .spacer {
    display: block;
}

@media screen and (min-width: 870px)
{
  .header_buttons .button {
      display: inline-block;
  }
  .header_buttons .spacer {
      display: inline-block;
  }
}


.logo
{
    display: none;
}


@media screen and (min-width: 320px)
{
    .logo
    {
        display: block;
        height: 30px;
    }
}


@media screen and (min-width: 640px)
{
    .logo
    {
        display: block;
        width: 268px;
        height: 41px;
        margin-top: -6px;
    }
}


.right 
{
    float: right;
}

.left 
{
    float: left;
}

.bold 
{
    font-weight: bold;
}

.div-menu-main-back #btn-login
{
    background-color: #D2EDED;
    border-radius: 30px;
    border: 4px solid #389FDC;
    width: 90px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #138EB6;
    margin-top: -10px;
    cursor: pointer;
    height: auto;
    line-height: 16px;
    text-align: center;
}

#btn-login:hover
{
    background-color: #3A99D0;
    color: #fefefe;
}


#btn-menu-more
{
    width: 30px;
    height: 30px;
    background-image: url('/images/btn_more.png');
    display: inline-block;
    cursor: pointer;
}
@media screen and (min-width: 1024px)
{
    #btn-menu-more
       {
        display: none;
    }
}

.button.smaller {
    font-size: 16px;
}

.button {
    display: inline-block;

    text-decoration: none;

    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    
    text-align: center;
    font-size: 16px;

    color: white;
    cursor: pointer;
    line-height: 30px;
    border: 0;
    padding: 0;
}

.button:hover {
    opacity: 0.9;
}

.button.blue {
    background-color: #dcaa7c;
}

.button.large
{
    font-size: 16px;
    border-radius: 36px;
    line-height: 32px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 30px;
}

@media screen and (min-width: 480px)
{
    .button.large {
        font-size: 20px;
        border-radius: 40px;
        line-height: 40px;
        padding-left: 44px;
        padding-right: 44px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


.button.orange {
    border: 8px solid #389FDC;
    color: #fff;
    background-color: #EC9B48;
}

.spacer {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.menu
{
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;

    font-size: 16px;
    color: #FFF;
    text-transform: lowercase;
    text-align: right;
}

.menu > .hidable
{
    display: none;
}

@media screen and (min-width: 1024px)
{
    .menu > .hidable
    {
        display: inline-block;
    }
}
.span-menu-narrow
{
    text-align: left;
}

.menu a
{
    line-height: 30px;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.span-menu-narrow > a
{
    float: none;
    line-height: 40px;
    height: 40px;
    margin-left: 0px;
}

.menu a, .span-menu-narrow > a
{
    color: #FFF;
    margin-right: 0px;
    /* padding: 0px; */
    display: block;
}
.menu a:first-child
{
    margin-left: 0px;
}

@media screen and (min-width: 1024px)
{
    .menu a:hover {
        color: #cccccc;
        background-color: #3A99D0;
        color: #fefefe;
    }

    .div-menu-main-back .menu a:hover {
        border-radius: 30px;
    }
}

.div-menu-main-back
{
    height: 50px;
}

.menu-line > div
{
    /* width: 312px; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (min-width: 320px)
{
    .menu-line > div
    {
        width: 100%;
    }
}

@media screen and (min-width: 1172px)
{
    .menu-line > div
        {
        width: 1140px;
    }
}
.menu-line
{
    z-index: 11;
    width: 100%;
}
.menu-line.affixed
{
    background-color: #137AB6;
    position: fixed;
    left: 0px;
    top: 0px;
    opacity: 0.9;
    padding-bottom: 2px;
}

.div-menu-additional-back
{
    /* height: 230px; */
    display: none;
    background-color: #2985BB;
}

.menu-line.affixed > .div-menu-additional-back
{
    height: 250px;
    position: relative;
}

.footer .heading 
{
    color: #eee;
    text-align: center;
}

.contact-form-result
{
    /*border-radius: 4px;*/
    border: 1px solid;
    padding: 8px 14px 8px 14px;
    display: none;
    white-space: pre;
}
.contact-form-result.error
{
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    margin-top: 40px;
}
.contact-form-result.success
{
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    margin: 20px auto;
}

.contact-text
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #eee;
    margin-top: -20px;
    margin-bottom: 24px;
}
@media screen and (min-width: 720px)
{
    .contact-text
    {
        font-size: 16px;
    }
}

.footer
{
    background-color: #383E42;
    padding-top: 1px;
}

.contact-form {
    margin-top: 40px;
}
.contact-form input[type="submit"]
{
    display: none;
}

.form-fields,
.form-message
{
    width: 100%;
    height: 160px;
    text-align:center;
    float: inherit;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 1024px)
{
    .form-fields,
    .form-message
    {
        float:left;
        margin-left: inherit;
        margin-right: inherit;
    }
    .form-fields
    {
        width: 50%;
        padding-right: 14px;
    }
    .form-message
    {
        width: 50%;
        padding-left: 14px;
    }
}
.comment-form-btn
{
    text-align: center;
}

#btn-submit,
#btn-reset
{
    width: 240px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #63CA4B;
    border-radius: 30px;
    border: 8px solid #565B5E;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    /* text-transform: lowercase; */
    line-height: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}

#btn-reset
{
    margin-left: 20px;
    background-color: #818b81;
    display: none;
}

.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea, .contact-form select {
    width: 100%;
    height: 50px;
    color: #8a8a8a;
    font-size: 16px;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: 'Open Sans', sans-serif;
    padding: 15px;
    border: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 5px;
}

.contact-form select {
    background: #fafafa url("../images/select_arrow_down.png") no-repeat 100% 50%;
}

.contact-form textarea {
    width: 100%;
    height: 160px;
}

.split
{
    width: 100%;
    height: 1px;
    background-color: #62696E;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    margin-top: 400px;
}

.footer .split
{
    margin-top: 0px;
}

.block-divider
{
    height: 1px;
    overflow: hidden;
    background-color: #e5e5e5;
}

.copy
{
    margin: 0px;
    min-height: 100px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    color:#b3b3b3;
    padding-top: 10px;
}

.copy a {
    color: #fff;
}

.copy a:hover {
    color: #ccc;
}

.price-old
{
    text-decoration: line-through;
    font-size: smaller;
}

.price-new
{
    color: #ba0000;
}


#go_top
{
    width: 42px;
    height: 42px;
    bottom: 16px;
    right: 16px;
    position: fixed;
    cursor: pointer;
    display: none;
    z-index: 10;
    background-image: url("/images/go_top.png");
}

.arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/arrow_right.png) no-repeat;
    vertical-align: middle;
}


.sliderContainer
{
    display: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 9;
    background-color: #fff;
}

@media screen and (min-width: 760px)
{
    .sliderContainer
    {
        display: block;
    }
}

.heading {
    font-family: 'Roboto', sans-serif;
    color: #656565;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 30px;
    /* text-transform: uppercase; */
}

a.anchor {
    position: relative;
    top: -52px;
    display: block;
    visibility: hidden;
}

.img_next_block
{
    /* background-image: url("../images/arrow_down_circle.png"); */

    background: url("../images/arrow_down_white.png") 50% 50% no-repeat;
    background-color: #6DADD2;
    border-radius: 37px;
    width: 37px;
    height: 37px;
    display: block;
    position: absolute;
    margin-top: -24px;
    margin-left: -24px;
    left: 50%;
    border: 6px solid white;
    box-sizing: content-box;
}


.divider_v {
    height: 47px;
    width: 1px;
    background-color: #96a5cc;
    margin-left: auto;
    margin-right: auto;
}

.divider_h {
    height: 1px;
    width: 100%;
    background-color: #96a5cc;
}

/* tables */
.generated_block
{
    width: 100%;
}

.generated_block_header
{
    color: #96a5cc;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    text-align: center;
    margin-top: 0px;
    font-weight: bold;
}
@media screen and (min-width: 480px)
{
    .generated_block_header
    {
        font-size: 32px;
    }
}

.generated_block_table
{
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #707070;
    text-align: left;
    border-spacing: 0;

    margin-top: 16px;
    margin-bottom: 50px;
}

@media screen and (min-width: 480px)
{
    .generated_block_table
    {
        font-size: 16px;
    }
}

.generated_block_table tr td
{
    height: 45px;
    border-bottom: 1px solid #bbb;
    background: url('../images/cell_bg.png') no-repeat 0% 100%;
}

.generated_block_table thead td
{
    border-bottom: 3px solid #bbb;
    background: none;
}

.generated_block_table tr td:first-child
{
    background: none;
}

.generated_block_table .cell_link
{
    font-size: 14px;
    border-radius: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 4px;
    /* margin-right: 4px; */
    margin-top: 2px;
    margin-bottom: 2px;

    display: inline-block;
    background-color: #d6a573;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

/*
@media screen and (min-width: 480px)
{
    .generated_block_table .cell_link
    {        
        font-size: 14px;
        border-radius: 20px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 18px;
        padding-right: 18px;
        margin-left: 6px;
        margin-right: 8px; 
        margin-top: 2px;
        margin-bottom: 2px;
    }
}
*/

.generated_block_table .cell_na
{
    white-space: nowrap;
    color: #707070;
    font-size: 12px;
    text-align: center;
}

.generated_block_table .price,
.generated_block_table .file_size
{
    text-align: right;
    white-space: nowrap;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 14px;
}

@media screen and (min-width: 480px)
{
    .generated_block_table .price,
    .generated_block_table .file_size
    {
        padding-right: 16px;
        padding-left: 16px;
        font-size: 16px;
    }
}


.generated_block_table thead .price,
.generated_block_table thead .file_size
{
    font-weight: initial;
}

input
{
    -webkit-appearance: none;
}

.white-strip
{
    background-color: white;
}

.image-shadow
{
     box-shadow: #aaa 5px 5px 10px;  
}

code 
{
    font-weight: bolder;
}

li
{
    margin-top: 3px;
    margin-bottom: 3px;
}


.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after
{
  display: table;
  content: " ";
}

.row:after 
{
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 
{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

.feature-table
{
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #707070;
    text-align: left;
    border-spacing: 0;
}

.feature-table td
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.feature-table .header-row td
{
    border-bottom: 3px solid #bbb;
}

.feature-table .footer-row td 
{
    border-top: 3px solid #bbb;
}

.feature-table .footer-row td span
{
    font-size: 16px;
    font-weight: bold;
    color: #707070;
}


.feature-table tr > td:nth-child(3),
.feature-table tr > td:nth-child(4),
.feature-table tr > td:nth-child(5)
{
    text-align: center;
}

.feature-table td.new
{
    font-size: 12px;
    vertical-align: top;
    text-align: right;
    color: green;
}

.feature-table td .v
{
    display: inline-block;
    width: 20px;
    height: 20px;
    color: green;
    background-image: url(/images/green-v.png);
}

.feature-table td .x
{
    display: inline-block;
    width: 20px;
    height: 20px;
    color: red;
    background-image: url(/images/red-x.png);
}


logo {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-rendering: optimizelegibility;
    color: #ffffff;
    display: inline-block;
    float: left;
}

logo:after {
    content: "Fur Shop Pro.Net";
}

pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

