@font-face {
    font-family: 'opensans_italic';
    src: url('/static/fonts/opensans-italic-webfont.eot');
    src: url('/static/fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/opensans-italic-webfont.woff') format('woff'),
        url('/static/fonts/opensans-italic-webfont.ttf') format('truetype'),
        url('/static/fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans_regular';
    src: url('/static/fonts/opensans-regular-webfont.eot');
    src: url('/static/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/opensans-regular-webfont.woff') format('woff'),
        url('/static/fonts/opensans-regular-webfont.ttf') format('truetype'),
        url('/static/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans_semibold';
    src: url('/static/fonts/opensans-semibold-webfont.eot');
    src: url('/static/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/opensans-semibold-webfont.woff') format('woff'),
        url('/static/fonts/opensans-semibold-webfont.ttf') format('truetype'),
        url('/static/fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'opensans_condensed_light';
    src: url('/static/fonts/opensans-condlight-webfont.eot');
    src: url('/static/fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/opensans-condlight-webfont.woff') format('woff'),
        url('/static/fonts/opensans-condlight-webfont.ttf') format('truetype'),
        url('/static/fonts/opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;

}
body, html {
    height: 100%;
}
body {
    font-family: "opensans_semibold";
    font-size: 12px;
    background-color: white !important;
}

* {
    padding: 0px;
    margin: 0px;
}
.submit-parent {
    cursor: pointer;
}
.default-width {
    width: 960px;
    margin: 0px auto;
}
.align-top {
    vertical-align: top;
}
.align-left {
    text-align: left;
}
.center {
    text-align: center;
}
.upper-case {
    text-transform: uppercase;
}
.margin-center {
    margin-left: auto;
    margin-right: auto;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.errors {
    border: 1px solid red;
    padding: 5px;
    border-radius: 5px;
    background-color: lightpink;
}
.errors li {
    list-style-type: none;
    font-family: "opensans_regular";
    font-size: 12px;
    color: red;
}
.clear {
    clear: both;
}
.line {
    border-top: 1px solid #a2a2a2;
}
.ad750 {
    text-align: center;
}
/* all */ 

#main-container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto -200px;
}
#main-footer, #main-sticky {
    height: 200px;
}
#main-header {

}
#main-pino-bar {
    background-color: #282828;
    color: #ffffff;
    height: 31px;
}
#main-pino-bar a {
    text-decoration: none;
    color: #ffffff;
    border-left: 1px solid white;
    padding-left: 5px;
    padding-right: 5px;
}
#main-pino-bar li {
    display: inline-block;
    margin-top: 7px;
    font-family: "opensans_regular";
    font-size: 11px
}
#main-user {
    height: 60px;
}
#main-user li {
    display: inline-block;
    border-left: 1px solid black;
    margin-top: 25px;
    padding-left: 7px;
    padding-right: 5px;
}
#main-user li:first-child {
    border-left: 0px;
}
#main-user li a {
    text-decoration: none;
    text-transform: uppercase;
    color: black;

}
#main-user .icon-prv-logo {
    margin-top: 15px;
}
#main-user .icon-prv-logo-christmas {
    margin-top: 7px;
}
#main-user .fb-like-little {
    vertical-align: top;
    margin: 20px 0px 0px 20px;
}
#main-user li .facebook img {
    height: 17px;
    margin-bottom: -4px;
}
#bread-crumbs {
    background-color: rgb(44, 48, 56);
    color: white;
    display: block;
    font-family: opensans_semibold;
    font-size: 12px;
    height: 50px;
}
#bread-crumbs a {
    color: inherit;
    text-decoration: none;
}
#bread-crumbs .bread-crumbs {
    display: inline-block;
    margin-top: 15px;
}
#bread-crumbs .icon-home {
    margin: 0px 0px -2px 0px;
}
#main-footer {
    background-color: #2c2d31;
    color: white;
    font-family: "opensans_regular";
    font-size: 11px;
}
#main-footer .first-line .float-left {
    width: 300px;
    height: 160px;
}
#main-footer .first-line .icon-pino-logo {
    margin-top: 25px;
    margin-bottom: 10px;
}
#main-footer h1 {
    font-size: 13px;
}
#main-footer .second-line {
    clear: both;
    border-top: 1px solid #3e3f41;

}
#main-footer .second-line .float-left {
    margin-top: 12px;
    color: #a4a5a5;
}
#main-footer .first-line .float-right .box {
    width: 150px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
}
#main-footer .first-line .float-right h3 {
    font-family: "opensans_regular";
}
#main-footer li {
    list-style-type: none;
    padding: 3px 0px 1px 0px;
    font-size: 12px;
}

#main-footer li a {
    color: white;
    text-decoration: none;
}

#articles  {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: left !important;
}
#articles a {
    text-decoration: none;
    color: inherit;
}
#articles .menu {
    display: inline-block;
    border-bottom: 1px solid #a80000;
}
#articles .menu strong {
    font-size: 23px;
    
}
#articles .menu li {
    font-size: 17px;
    text-transform: lowercase;
    margin-left: 10px;
    padding: 0px 10px 4px 10px;
    font-weight: 300;
    border-radius: 4px 4px 0px 0px;
}
#articles li {
    list-style-type: none;
}
#articles li.active {
    background-color: #a80000;
    color: white;
    
}
#articles .categories, #articles .categories li {
    display: inline-block;

}
#articles .items .item {
    padding: 10px;
    margin-top: 10px;
}
#articles .items .item .photo, #articles .items .item .text {
    display: inline-block;
    vertical-align: top;
}
#articles .items .item .text {
    padding-left: 12px;
    max-width: 620px;
}
#articles .items .item .photo {
   width: 300px; 
}
#articles .items .item .text .title {
    font-size: 16px;
}
#articles .items .item .text .header {
    font-size: 13px;
    text-transform: lowercase;
    padding-bottom: 4px;
}
#articles .items .item .text .lead {
    line-height: 24px;
    font-size: 14px;
    font-stretch: normal;
}
#articles .items .odd {
    background-color: #f0f0f0;
}
#articles .items .even {
    background-color: #f0f0f0;
}
#articles .pagination {
     padding: 30px 40px;
    clear: both;
    
}
#articles .pagination nav {
   display: block;
    float: right;
    font-size: 16px;
    text-transform: lowercase;
}
#articles .pagination nav .button {
    padding: 5px 20px;
}
#articles .pagination nav .pager {
    padding: 5px 11px;
    color: white;
    background-color: #2d2f35;
    border-radius: 5px;
}
#articles .pagination nav .pager.selected {
    background-color: #a80000;
}
#articles .single {
    
}
#articles .single li {
    list-style-type: inherit;
    margin-left: 20px;
}
#articles .single .title {
    font-size: 30px;
}

#articles .single .lead,#articles .single .content {
    padding: 20px 0px;
    font-size: 18px;
    line-height: 30px;
}
#articles .single .image img {
    max-width: 100%;
}
#articles .single .image {
    text-align: center;
}
#articles .single a {
    text-decoration: underline;
}
#articles .other .similars .similar .link {
    font-size: 16px;
}
#articles .other .similars .similar {
    display: inline-block;
    width: 300px;
    vertical-align: top;
    margin-right: 15px;
    margin-top: 20px;
}
#articles .other .similars .title {
    font-size: 18px;
    font-weight: bold;
}
#articles .other .similars .similar img {
    max-height: 139px;
}
#articles.css1 .single .content {
    line-height: 1.6rem;
}
#articles.css1 .single .content ul, #articles.css1 .single .content ol {
    
    margin: 10px 0px;
    padding: 10px;
}
#articles.css1 .single .content ul li {
    list-style-type: disc;
    margin-left: 20px;
}
#articles.css1 .single .content ol li {
    margin-left: 20px;
    list-style-type: decimal;
}
#articles.css1 .single .content h1, #articles.css1 .single .content h2, #articles.css1 .single .content h3, #articles.css1 .single .content h4 {
    margin: 10px 0px;
}
#articles.css1 .single .content p {
    margin: 10px 0px;
}
.lowcase {
    text-transform: lowercase;
}
.font-condensed {
    font-family: "opensans_condensed_light";
}

.font-regular {
    font-family: "opensans_regular";
}
.red-link {
    color: #a80000;
    
}
.inline-block {
    display: inline-block;
}
.color-red {
    color: #a80000 !important;
}
.color-black {
    color: black;
}
.color-white {
    color: white;
}
.color-grey {
    color: grey;
}
.color-green {
    color: green;
}
.icon-home {
    background: url('/static/img/main/home.png');
    width: 17px;
    height: 14px;
}
.icon-prv-logo {
    background: url('/static/img/main/logo_white.png');
    width: 124px;
    height: 30px;
}
.icon-prv-logo-christmas {
    background: url('/static/img/main/logo_christmas.png');
    width: 132px;
    height: 45px;
}
.icon-pino-logo {
    background: url('/static/img/main/pino_logo.png');
    width: 146px;
    height: 32px;
}
.icon-bigadd-fast {
    height: 94px;
    width: 94px;
    background: url('/static/img/main/main_box2.png');
}
.icon-bigadd-hosting {
    height: 94px;
    width: 94px;
    background: url('/static/img/main/hosting-box6.png');
}
.icon-bigadd-creator {
    height: 94px;
    width: 94px;
    background: url('/static/img/main/kreator-box6.png');
}
.icon-bigsite1 {
    width: 94px;
    height: 94px;
    background: url('/static/img/main/hosting-box1.png');
}
.icon-bigsite2 {
    width: 94px;
    height: 94px;
    background: url('/static/img/main/hosting-box2.png');
}
.icon-bigsite3 {
    width: 94px;
    height: 94px;
    background: url('/static/img/main/hosting-box3.png');
}
.icon-bigsite4 {
    width: 94px;
    height: 94px;
    background: url('/static/img/main/hosting-box4.png');
}
.icon-bigsite5 {
    width: 94px;
    height: 94px;
    background: url('/static/img/main/hosting-box5.png');
}
.icon-bigsite6 {
    width: 94px;
    height: 94px;
    background: url('/static/img/main/hosting-box6.png');
}
.icon-bigsite7 {
    width: 94px;
    height: 94px;
    background: url('/static/img/main/hosting-box7.png');
}
.icon-bigsite8 {
    width: 94px;
    height: 94px;
    background: url('/static/img/main/hosting-box8.png');
}
.icon-bigsite101 {
    width: 94px;
    height: 94px;
    background: url('/static/img/main/kreator-box1.png');
}
.icon-bigsite102 {
    width: 94px;
    height: 94px;
    background: url('/static/img/main/kreator-box2.png');
}
.icon-bigsite103 {
    width: 94px;
    height: 94px;
    background: url('/static/img/main/kreator-box3.png');
}
.icon-bigsite104 {
    width: 94px;
    height: 94px;
    background: url('/static/img/main/kreator-box4.png');
}
.icon-bigsite105 {
    width: 94px;
    height: 94px;
    background: url('/static/img/main/kreator-box5.png');
}
.icon-bigsite106 {
    width: 94px;
    height: 94px;
    background: url('/static/img/main/kreator-box6.png');
}
.icon-bigsite201 {
    width: 300px;
    height: 198px;
    background: url('/static/img/main/kreator-template1.jpg');
}
.icon-bigsite202 {
    width: 300px;
    height: 198px;
    background: url('/static/img/main/kreator-template2.jpg');
}
.icon-bigsite203 {
    width: 300px;
    height: 198px;
    background: url('/static/img/main/kreator-template3.jpg');
}
.icon-arrow-red {
    background: url('/static/img/main/arrow_red.png');
    width: 11px;
    height: 9px;
}
.icon-arrow-grey {
    background: url('/static/img/main/arrow_grey.png');
    width: 11px;
    height: 9px;
}
.icon-add-slide3 {
    margin-top: 14px;
    margin-bottom: 14px;
    background: url('/static/img/main/slide1_1.png') no-repeat right top;
    height: 333px;
}
.icon-add-slide1 {
    margin-top: 41px;
    background: url('/static/img/main/slide2_1.png') no-repeat right top;
    height: 327px;
}
.icon-add-slide2 {
    margin-top: 35px;
    margin-bottom: 36px;
    background: url('/static/img/main/slide3_1.png') no-repeat right top;
    height: 290px;
}
.icon-add-slide4 {
    margin-top: 5px;
    margin-bottom: 16px;
    background: url('/static/img/main/slide4_1.png') no-repeat right top;
    height: 363px;
}
.button-arrow-red {
    display: inline-block;
    background-color: #a80000;
    color: white;
    text-transform: uppercase;
    padding: 8px 40px;
    font-family: "opensans_regular";
    font-size: 18px;

}
.button-arrow-red-right {
    background: url('/static/img/main/arrow_btn_red.png') no-repeat right;
    width: 20px;
    height: 38px;
    display: inline-block;
}
.button-arrow-grey {
    display: inline-block;
    background-color: #b7b7b7;
    color: #2b3237;
    text-transform: uppercase;
    padding: 8px 40px;
    font-family: "opensans_regular";
    font-size: 18px;
}
.button-arrow-grey-right {
    background: url('/static/img/main/arrow_btn_grey.png') no-repeat right;
    width: 20px;
    height: 38px;
    display: inline-block;
}
.button {
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 5px;
}
.button-black {
    background-color: #2d2f35;
    color: white;
}
.votes {

}
.votes .icon-up {
    width: 15px;
    height: 16px;
    background: url('/static/img/main/sprite1.png') -32px -13px no-repeat;
    display: inline-block;
}
.votes .icon-down {
    width: 15px;
    height: 16px;
    background: url('/static/img/main/sprite1.png') -31px -31px no-repeat;
    display: inline-block;
}
.votes .icon-positive {
    width: 32px;
    height: 32px;
    background: url('/static/img/main/sprite1.png') 0px -33px no-repeat;
    display: inline-block;
}
.votes .icon-negative {
    width: 32px;
    height: 32px;
    background: url('/static/img/main/sprite1.png') 0px 0px no-repeat;
    display: inline-block;
}

/* default-site */
.default-site {

}
.default-site .header {
    height: 50px;
    background-color: #2c3038;
}
.default-site .header .bread-crumbs{
    display: inline-block;
    margin-top: 15px;
    vertical-align: top;
    color: white;
}
.default-site .header .bread-crumbs .icon-home {
    vertical-align: top;
    margin-top: 2px;
}
.default-site .header .bread-crumbs a  {
    color: white;
    text-decoration: none;
}
.help-tag {
    display: inline-block;

}
.help-tag a {
    color: inherit;
}
.help-tag-5 {
    font-size: 21px;
    padding: 5px 10px;
    color: #404040;
}
.help-tag-4 {
    font-size: 18px;
    padding: 4px 8px;
    color: #585858;
}

.help-tag-3 {
    font-size: 15px;
    padding: 3px 7px;
    color: #707070;
}

.help-tag-2 {
    font-size: 13px;
    padding: 2px 5px;
    color: #888888;
}


.help-tag-1 {
    font-size: 10px;
    padding: 1px 3px;
    color: #a0a0a0;
}
/* main page*/

#main-add-slider {
    height: 368px;
    background-color: #2c3133;
}
#main-add-slider .slide h2 {
    font-family: "opensans_condensed_light";
    font-size: 60px;
    color: #d8d8d8;

}
#main-add-slider .slide h3 {
    font-family: "opensans_condensed_light";
    font-size: 50px;
    color: #a80000;
}
#main-add-slider .slide .button-arrow-grey {
    margin-top: 40px;
    vertical-align: top;
}
#main-add-slider .slide .button-arrow-grey-right {
    vertical-align: top;
    margin-top: 41px;
}

#main-add-slider .owl-page {
    display: inline-block;
}
#main-add-slider .owl-page span{
    display: inline-block;
    border-radius: 16px;
    height: 16px;
    width: 16px;
    background-color: #4e5358;
    margin: 0px 5px 0px 5px;
}
#main-add-slider .owl-pagination .active span {
    background-color: #b7b7b7;
}
#main-add-slider .owl-pagination {
    position: relative;
}
#main-add-slider .owl-controls {
    margin: -50px 800px 0px 0px;
}

#main-add-boxes .box {
    width: 317px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
#main-add-boxes .box .info {
    height: 250px;
    padding-left: 10px;
    padding-right: 10px;
}
#main-add-boxes .box h2 {
    font-family: "opensans_condensed_light";
    font-size: 26px;
    text-transform: uppercase;
    color: #a80000;
    margin-bottom: 20px;
}
#main-add-boxes .box:first-child .info {
    border-right: 1px solid #b7b7b7;
}
#main-add-boxes .box:last-child .info {
    border-left: 1px solid #b7b7b7;
}
#main-add-boxes .onlytwo .box:last-child .info {
    border-left: 0px;
}
#main-add-boxes .box .big-icon {
    margin-top: 25px;
    margin-bottom: 25px;
}
#main-add-boxes .box ul {
    width: 240px;
    margin: 0px auto;
}
#main-add-boxes .box li {
    text-align: left;
}

#main-add-boxes .box .button-arrow-red {
    margin-top: -10px;
    margin-bottom: 40px;
    vertical-align: top;
}

#main-add-boxes .box .button-arrow-red-right {
    margin-top: -9px;
    vertical-align: top;
    margin-right: 15px;
}
#main-add-boxes .box a {
    color: #a80000;
}
#main-add-boxes a {
    text-decoration: none;
}
#main-add-alias {
    height: 105px;
    background-color: #2c3133;
}
#main-add-alias {
    color: #b7b7b7;
}
#main-add-alias .box {
    width: 317px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 35px;
}
#main-add-alias .box:first-child {
    font-family: "opensans_condensed_light";
    font-size: 25px;
    text-transform: uppercase;
    color: #f1f1f1;

}
#main-add-alias .box:last-child .button-arrow-grey {
    vertical-align: top;
    margin-top: -1px;
}
#main-promo-boxes {
    background-color: #f1f1f1;
}
#main-promo-boxes .box {
    width: 307px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0px 5px;
}
#main-promo-boxes .box h2 {
    font-family: "opensans_condensed_light";
    font-size: 23px;
    color: #2d2f35;
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 2px 0px;
    border-bottom: 1px solid #d9a2a2;
}

#main-promo-boxes .box:first-child li {
    margin-bottom: 10px;
    list-style-type: none;
}
#main-promo-boxes .box:first-child li .news {
    display: inline-block;
    width: 270px;
}
#main-promo-boxes .box:first-child li .arrow {
    display: inline-block;
    vertical-align: top;
}
#main-promo-boxes .box:first-child .title {
    color: #8a0000;
}
#main-promo-boxes a {
    text-decoration: none;
    color: #2f2f36;
}
#main-promo-boxes .category {
    margin-bottom: 10px;
}
#main-promo-boxes .category .arrow {
    padding-right: 10px;
}
#main-promo-boxes .box:last-child li {
    list-style-type: none;
    border-bottom: 1px solid #c3c3c3;
    padding: 4px 0px;
}
#main-promo-boxes .box:last-child .title {
    color: #b80000;
}
#main-promo-boxes .box:last-child .url {
    color: #ababab;
}
/*hosting,domeny, strona-kreator*/
.step-one {
    clear: both;
}
.step-one .top-main {
    background-color: #2c3133;
}
.step-one .top-main .float-left .errors {
    width: 350px;
    margin-top: 10px;
}
.step-one .top-main .float-left h2 {
    color: #a80000;
    font-family: "opensans_condensed_light";
    font-size: 48px;
}
.step-one .top-main .float-left h3 {
    color: #f1f1f1;
    font-family: "opensans_condensed_light";
    font-size: 48px;
}
.step-one .top-main .float-left label {
    margin-top: 15px;
    margin-bottom: 5px;
    color: white;
    display: inline-block;
}
.step-one .top-main .float-left .button-arrow-red {
    vertical-align: top;
    margin-top: 30px;
}
.step-one .top-main .float-left .button-arrow-red-right {
    vertical-align: top;
    margin-top: 31px;
}
.step-one .top-main .float-left select, .step-one .top-main .float-left input[type=text] {
    padding: 5px 10px;
    font-family: "opensans_semibold";
}
.step-one .boxes {
    background-color: white;
}
.step-one .boxes .box {
    display: inline-block;
    vertical-align: top;
    padding: 0px 2px;
}
.step-one .boxes h2 {
    text-transform: uppercase;
    font-size: 32px;
    font-family: "opensans_regular";
    text-align: center;
    margin: 20px 0px 30px;
}
.step-one .boxes .box h3 {
    color: #a80000;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.step-one .boxes .box p {
    font-size: 11px;
}
.step-one .boxes .box {
    border-left: 1px solid #b7b7b7;

}
.step-one .boxes .box:first-child {
    border-left: 0px;
}
.step-one .boxes .box .line {
    border-top: 1px solid #b7b7b7;
    display: inline-block;
    width: 86%;
    vertical-align: top;
    margin-top: -18px;
}
.step-one .float-right .params {
    margin-top: 60px;
}
.step-one .float-right .params td {
    width: 250px;
    font-size: 15px;
    color: #b7b7b7;
    font-family: "opensans_regular";
    padding: 5px 0px;

}

.step-one .float-right .params td:first-child {
    color: white;
}
/* hosting*/
#hosting .top-main {
    height: 450px;
}
#hosting .boxes {
    height: 480px;
}
#hosting .boxes .box {
    margin: 0px auto;
    text-align: center;
    padding: 0px 5px;
    width: 220px;
    height: 380px;
}
#hosting .top-main {
    background: url('/static/img/main/hosting-top.jpg') no-repeat center #2c3133 ;
}
/* domeny */
#alias .top-main {
    height: 450px;
}
#alias .boxes {
    height: 480px;
}
#alias .boxes .box {
    margin: 0px auto;
    text-align: center;
    padding: 0px 5px;
    width: 300px;
    height: 380px;
}
#alias .top-main {
    background: url('/static/img/main/hosting-top.jpg') no-repeat center #2c3133 ;
}
/* kreator */
#kreator .top-main {
    height: 420px;
    padding-top: 30px;
}
#kreator .boxes {
    min-height: 200px;
}
#kreator .boxes .box {
    margin: 0px auto;
    text-align: center;
    padding: 0px 5px;
    width: 300px;
    height: 180px;
}
#kreator .boxes:last-child {
    margin-top: 20px;
    border-top: 2px solid #dadada;
    background-color: #f1f1f1;
    height: 475px;
}
#kreator .boxes .box .line {
    width: 92%;
}
#kreator .boxes:last-child .box {
    margin: 0px auto;
    text-align: center;
    padding: 0px 5px;
    width: 300px;
    height: 250px;
    border: 0px;
}
#kreator .top-main .default-width{
    background: url('/static/img/main/kreator-top.png') no-repeat right;
    height: 400px;
}
#kreator .slider {
    overflow: hidden;

}
#kreator .slider .owl-pagination {
    margin-top: 10px;
    height: 20px;

}
#kreator .slider .owl-page {
    background-color: #4e5358;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin: 0px 10px;
}
#kreator .slider .owl-pagination .active {
    background-color: #b7b7b7;
}

/* register */
#register .left {
    width: 535px;
    padding: 10px 30px;
    border: 2px solid #6f7076;
}
#register {
    font-family: "opensans_regular";
}
#register .left .form .error {
    border: 1px solid red;
    padding: 2px 5px;
    border-radius: 5px;
    color: red;
    background-color: pink;
    margin: 5px 0px 2px 0px;
    width: 470px;
}
#register .left .form input[type=text],#register .left .form input[type=password] {
    width: 440px;
    height: 20px;
    padding: 5px 20px;
    font-family: "opensans_semibold";
}
#register .left .form label {
    margin: 10px 0px 5px 0px;
    display: inline-block;
    min-width: 100px;

}

#register .left .form input[type=radio] {
    display: inline-block;
    text-align: left;
    margin-left: 20px;
    margin-right: 5px;
}
#register .left .form input[type=checkbox] {
    display: inline-block;
    text-align: left;
}
#register .left .form .button-arrow-red {
    margin-left: 165px;
}
#register .left .form label.accept {
    display: inline-block;
    width: 470px;
    vertical-align: top;
    margin: 0px 0px 0px 10px;
    font-family: "opensans_semibold";
    font-size: 10px;
}
#register .right {
    width: 300px;
    background-color: #6f7076;
}
#register .right input[type=text],#register .right input[type=password] {
    width: 210px;
    height: 20px;
    padding: 5px 20px;
    font-family: "opensans_semibold";
}
#register .right {
    color: white;
    margin-left: 10px;
    padding: 15px 0px;
}
#register .right a {
    color: white;
}
#register .right label {
    display: inline-block;
    text-align: left;
    width: 250px;
    margin: 10px 0px 5px 0px;
}
/* login */
#login input[type=text],#login input[type=password] {
    width: 535px;
    height: 20px;
    padding: 5px 10px;
    font-family: "opensans_semibold";
}
#login label {
    margin: 10px 0px 5px 0px;
    display: inline-block;
    min-width: 100px;

}
#login h3 {
    font-size: 21px;
}
#login .errors {
    width: 545px;
}
#login .info {
    width: 580px;
}

#responsive {

}
#responsive .option {
    margin: 0px 0px 50px 0px;
}
#responsive .option p {
    margin: 5px 0px 0px 20px;
}
#responsive .option .button-arrow-red {
    padding: 2px 5px 2px 10px;
    font-size: 12px;
}
#responsive .option .button-arrow-red-right {
    width: 12px;
    height: 20px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px -5px 0px;
}
#responsive .title {
    font-family: "opensans_condensed_light";
    font-size: 34px;
    color: #a80000;
}

#responsive .subtitle {
    font-family: "opensans_condensed_light";
    font-size: 21px;
    text-transform: uppercase;
    color: #a80000;
}
#responsive table {
    border-spacing: 0px;
}
#responsive table tr td {
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    padding: 2px 5px;
}
#responsive table tr td:last-child {
    border-right: 1px solid black;
}
#responsive table tr:first-child td {
    border-top: 1px solid black;
}
#responsive table .legend td {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 10px;
}
#responsive .backward {
    margin: 10px 0px;
}
#responsive .backward a {
    color: black;
}
#error {

}
#error .header {
    height: 432px;
    padding-top: 28px;

}
#error .header .box {
    width: 540px;
    height: 360px;
    background-color: white;

}
#error .header .mount {
    display: inline-block;
    width: 45px;
    height: 35px;
    border-bottom: 2px solid white;
}
#error .header .mount:first-child {
    border-right: 1px solid white;
}
#error .header .mount:last-child {
    border-left: 1px solid white;
}
#error .header .box h2 {
    color: #c71e21;
    font-family: "opensans_semibold";
    font-size: 60px;
}
#error .header .box h3 {
    color: #c71e21;
    font-family: "opensans_condensed_light";
    font-size: 60px;
}
#error .header .box h4 {
    color: #2d2e35;
    font-family: "opensans_condensed_light";
    font-size: 36px;
}
#error .header .box p {
    color: #2d2e35;
    font-family: "opensans_regular";
    font-size: 14px;
    padding: 10px;
}

#contact .invitation {
    border: 1px solid green;
    background-color: #e0ffe0;
    padding: 10px 25px;
}

#contact .invitation a {
    color: red;
    text-transform: uppercase;

    font-weight: bold;
}
#contact .invitation li {
    padding: 1px 0px;
    list-style-type: disc;
    list-style-image: none;
}
/* external */

.blueberry { 
    margin: 0 auto; 
    padding: 10px;
}

.blueberry .slides {
    display: block;
    position: relative;
    overflow: hidden;
}
.blueberry .slides li {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.blueberry .slides li img {
    display: block;
    /*width: 100%;*/
    max-width: none;
}
.blueberry .slides li.active { display: block; position: relative; }
.blueberry .crop li img { width: auto; }

.blueberry .pager {
    height: 40px;
    text-align: center;
}
.blueberry .pager li { display: inline-block; }
.blueberry .pager li a,
.blueberry .pager li a span {
    display: block;
    height: 4px;
    width: 4px;
}
.blueberry .pager li a {
    padding: 18px 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.blueberry .pager li a span {
    overflow: hidden;
    background: #4e5358;
    text-indent: -9999px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.blueberry .pager li.active a span { background: #b7b7b7; }

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-carousel .owl-item li {
    list-style-type: none;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0px auto;
    text-align: center;
}

/* mouse grab icon */

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

@media all and (max-width: 980px) {
    .default-width {
        width: inherit;
        margin-left: 5px;
        margin-right: 5px;
    }
    .default-site {
        text-align: center;
    }
    .default-site .header .default-width {
        text-align: left;
    }
    #login .info {
        margin: 0px auto;
        max-width: 580px;
        width: inherit;
    }
    .pino-banner-image {
        width: 100%;
        max-width: 600px;
    }
    #login .default-width form {
        width: 100%;
    }
    #login .errors {
        max-width: 525px;
        width: inherit;
        margin: 0px auto;
    }
    #login input[type=text],#login input[type=password] {
        max-width: 515px;
        width: 90%

    }
    #main-add-slider .owl-controls {
        margin-right: 680px;
    }
    #main-add-slider .default-width {
        margin-left: 0px;
        margin-right: 0px;
    }
    #main-add-slider .default-width .slide {
        margin-left: 10px;
    }
    #main-add-boxes .default-width {
        text-align: center;
    }
    #main-add-boxes .default-width .box {
        max-width: 307px;
        width: inherit;
    }

    #main-add-boxes .default-width .box .info {
        border: 0px;
    }
    #main-add-alias .default-width .box {
        width: 32%;
    }
    #main-promo-boxes .default-width {
        text-align: center;
    }
    #kreator .top-main .default-width {
        background-position-x: 340px;
    }
    #kreator .boxes .default-width {
        text-align: center;
    }
    #kreator .boxes .box {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0px;
    }
    #kreator .boxes .line {
        display: none;
    }
    #hosting .boxes .box {
        max-width: 220px;
        width: inherit;
    }
    #hosting .boxes {
        height: inherit;
    }
    #hosting .top-main {
        height: inherit;
        padding-bottom: 35px;
    }
    #hosting .top-main .default-width {
        text-align: center;
    }
    #hosting .boxes .default-width {
        text-align: center;
    }
    #hosting .float-right .params td {
        width: inherit;
        padding-left: 20px;
        text-align: left;
    }
    #hosting .float-left, #hosting .float-right {
        float: none;
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }
    #hosting .float-left {
        text-align: left;
        margin-right: 20px;
    }
    #hosting .box {
        border: 0px;
    }
    #hosting .box .line {
        display: none;
    }
    #alias .boxes .box {
        max-width: 220px;
        width: inherit;
    }
    #alias .boxes {
        height: inherit;
    }
    #alias .top-main {
        height: inherit;
        padding-bottom: 35px;
    }
    #alias .top-main .default-width {
        text-align: center;
    }
    #alias .boxes .default-width {
        text-align: center;
    }
    #alias .float-right .params td {
        width: inherit;
        padding-left: 20px;
        text-align: left;
    }
    #alias .float-left, #alias .float-right {
        float: none;
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }
    #alias .float-left {
        text-align: left;
        margin-right: 20px;
    }
    #alias .box {
        border: 0px;
    }
    #register .default-width .left {
        text-align: left;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 800px) {
    .ad750 {
        max-width: 750px;
        overflow: hidden;
    }
    #footerAd {
        width: inherit;
        overflow: hidden;
    }
    #main-add-slider .slide .icon-add-slide1 {
        background-position: inherit;
    } 
    #main-add-slider .slide .icon-add-slide3 {
        background-position: 150px;
    } 
    #main-add-slider .owl-controls {
        margin: -18px auto 0px auto;
    }
    #main-add-alias .button-arrow-grey {
        padding-left: 10px;
        padding-right: 10px;
    }
    #main-add-alias .box {
        font-size: 11px;
    }
    #main-footer .default-width .float-right .box {
        display: none;
    }
    #main-footer .default-width .float-right .box:first-child {
        display: inline-block;
    }
    #main-footer .first-line .float-right h3 {
        display: none;
    }
    #main-footer .first-line .float-right a {
        text-decoration: underline;
    }
    #hosting .top-main {
        background-repeat: repeat-y;
    }
    #alias .top-main {
        background-repeat: repeat-y;
    }
}

@media all and (max-width: 640px) {
    #main-pino-bar li a {
        font-size: 10px;
        padding-left: 2px;
        padding-right: 0px;
    }
    #main-add-slider .slide .icon-add-slide2 {
        background-position: 150px;
    } 
    #main-add-alias .button-arrow-grey {
        padding-left: 5px;
        padding-right: 0px;
    }
    #main-add-alias .button-arrow-grey {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }
    #main-add-alias .box {
        margin-top: 15px;
    }
    #main-add-alias .box:last-child, #main-add-alias .box:first-child {
        margin-top: 35px;
    }
    #main-add-alias .box:first-child {
        font-size: 20px;
    }
    #main-promo-boxes .box {
        max-width: 307px;
        width: inherit;
    }
    #main-user  {
        height: 80px;
    }

    #main-user .float-left,#main-user .float-right {
        float: none;
        text-align: center;
        display: block;
        margin-top: 2px
    }
    #main-user .icon-prv-logo {
        margin-top: 5px;
    }
    #main-user .fb-like-little {
        margin-top: 10px;
    }
    #main-user li {
        margin-top: 10px;
    }
    #kreator .boxes .owl-pagination {
        margin: 5px 0px 5px 0px;
    }
    #register .default-width .left {
        max-width: 535px;
        width: inherit;
    }
    #register .left form {
        width: 100%;
    }
    #register .left .form input[type=text], #register .left .form input[type=password] {
        max-width: 440px;
        width: 90%;
    }
    #register .left .form label.accept {
        width: inherit;
    }
    #register .left .form .button-arrow-red {
        margin: 0px auto;
        text-align: center;
    }
    #register .left .form .error {
        width: inherit;
    }
    #register .right {
        margin-left: 0px;
        width: 290px;
    }
    #error .header .default-width .box {
        max-width: 540px;
        width: inherit;
    }

}

@media all and (max-width: 480px) {
    .default-width {
        width: inherit;
        text-align: center;
        margin-left: 2px;
        margin-right: 2px;
    }
    #main-pino-bar {
        height: 50px;
    }
    #main-pino-bar li {
        margin-top: 3px;
        font-size: 10px;
    }
    #main-pino-bar li a {
        padding-right: 3px;
        padding-left: 3px;
        font-size: 11px;
    }
    #main-user  {
        height: 80px;
    }

    #main-user .float-left,#main-user .float-right {
        float: none;
        text-align: center;
        display: block;
        margin-top: 2px
    }
    #main-user .icon-prv-logo {
        margin-top: 5px;
    }
    #main-user .fb-like-little {
        margin-top: 10px;
    }
    #main-user li {
        margin-top: 10px;
    }
    #main-add-slider .slide div {
        background: none;
        margin-top: 10px;
    }
    #main-add-slider .owl-controls { 
        margin-top: -30px;
    }
    #main-add-boxes .box {
        border-bottom: 1px solid #b7b7b7;
    }

    #main-add-alias .button-arrow-grey {
        padding: 0px 0px 0px 0px;
        margin-top: 0px;
        width: 64px;
    }
    #main-add-alias {
        height: 120px;
        background-color: #2c3133;
    }
    #main-add-alias .box {
        margin-top: 7px;
    }
    #main-add-alias .box:last-child {
        margin-top: 35px;
    }
    #main-add-alias .box:first-child {
        font-size: 20px;
        margin-top: 35px;
    }
    #main-footer, #main-sticky{
        height: 200px;
    }
    #main-footer {
        font-size: 10px;
    }
    #main-footer .first-line .float-left {
        max-width: 480px;
        height: inherit;
        width: inherit;
        float: none;
        text-align: center;
    }
    #main-footer .first-line .float-right {
        float: none;
    }
    #main-footer .first-line .float-right .box {
        width: inherit;
        text-align: center;
        margin-top: 10px;
    }
    #main-footer .first-line .float-right li {
        display: inline-block;
        padding: 0px 5px;
        font-size: 10px;
        margin: 3px 0px 3px 0px;
    }
    #main-footer .second-line {
        border-top: 0px;
    }
    #main-footer .second-line .float-left  {
        text-align: center;
        float: none;
    }
    #main-footer .first-line .icon-pino-logo {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #kreator .boxes:last-child {
        height: inherit;
    }
    #kreator .boxes .box {
        width: inherit;
    }
    #kreator .top-main .default-width {
        background: none;
    }
    #kreator .errors {
        width: inherit;
    }
    #hosting .errors, #alias .errors {
        width: inherit;
    }
    #hosting .float-left, #alias .float-left {
        margin-right: 0px;
    }
    #articles .items .item .photo {
        width: inherit;
    }
    #articles .items .item .photo img {
        width: 100%;
    }

}