/******************************************************************
                   Styles for Novadoo B2C website
*******************************************************************/

/*-------------------------------------------------------*/
/*--------------- Global properties ---------------------*/
/*-------------------------------------------------------*/

a {
    color: #be0e0d
}

a:hover {
    text-decoration: none;
    color: #be0e0d
}

h2 {
    color: #be0e0d;
    font-family: 'Merriweather', serif;
    font-size: 2.5em;
    line-height: 1;
    margin: 0px

}

h3 {
    color: #999999;
    font-family: 'Merriweather', serif;
    font-size: 1.4em;
    margin: 0 0 1em 0;
    line-height: 1.5
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 700;
    margin: 0 0 5px;
}

.terms h3 {
    color: #000;
    margin-bottom: 0.5em;
    margin-top: 1em;
    font-family: Arial, serif;
}

.terms h4 {
    color: #000;
    margin-bottom: 0.5em;
    font-family: Arial, serif;
    margin-top: 0.5em
}

/* Icon font */

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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'Novadooicon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'Novadooicon';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;

}

.icon-gift:before {
    content: "\21";

}

.icon-basket:before {
    content: "\22";
}

.icon-iphone:before {
    content: "\23";
}

.icon-mobile:before {
    content: "\24";
}

.icon-mobile-2:before {
    content: "\25";
}

.icon-film:before {
    content: "\26";
}

.icon-film-2:before {
    content: "\27";
}

.icon-camera:before {
    content: "\28";
}

.fs1 {
    font-size: 4em;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    paddin: 0;
    line-height: 1;
}

.error { border: 1px solid red !important; }

/*-------------------------------------------------------*/
/*----------------------- HEADER ------------------------*/
/*-------------------------------------------------------*/

header {
    position: relative;
}

.header-container {
    position: relative;
}

/* Logo */

#b-logo {
    float: left;
    margin: 20px 0px 20px 0px;
    display: block;
}

#b2c-logo {
    position: absolute;
    top: 10px;
    right: 0px;
    background: url(/images/icon-b2c.gif) no-repeat left center;
    padding: 3px 0px 3px 30px;
    font-size: 12px;
    line-height: 1
}

/* Navigation */

nav {
    position: absolute;
    bottom: 20px;
    right: 0px;
}

nav ul {
    margin: 0px
}

nav li {
    float: left;
    margin: 0px 0px 0px 30px;
    list-style: none
}

nav li a {
    color: #333333;
    padding: 0px;
    text-decoration: none;
    font-size: 1.1em
}

.responsive-nav {
    display: none;
}

/*-------------------------------------------------------*/
/*----------------------- CONTENT -----------------------*/
/*-------------------------------------------------------*/

.stamp-border {
    background: url("/images/header_bgr.png") repeat-x 0 0;
    height: 17px;
    margin-bottom: 10px
}

/* Main content */

#main {
    background: #f6f7f2 url("/images/pattern6.png") repeat 0 0;
    -webkit-box-shadow: inset #9E9E9E 0 -10px 50px;
    -moz-box-shadow: inset #9E9E9E 0 -10px 50px;
    box-shadow: inset #9E9E9E 0 -10px 50px;
    padding: 0px 0px 6em 0px
}

/* Banner on home page content */

#banner {
    background: #f6f7f2 url("/images/pattern5.png") repeat 0 0;
    -webkit-box-shadow: inset #9E9E9E 0 -10px 50px;
    -moz-box-shadow: inset #9E9E9E 0 -10px 50px;
    box-shadow: inset #9E9E9E 0 -10px 50px;
}

#banner .container {
    position: relative;
}

#banner h2 {
    margin-top: 6%;
    font-size: 2em
}

#banner p {
    font-size: 140%
}

#banner ul.list {
    margin: 20px 0px;
    padding: 0px
}

#banner .list li a {
    color: #333;
    font-size: 1.2em;
    outline: none
}

#banner .list li a:hover {
    color: #be0e0d
}

#banner .list li {
    background: url("/images/sprite.png") no-repeat scroll -1px -79px transparent;
    font-weight: bold;
    padding: 1.23% 0 1.23% 40px;
    list-style: none;
    margin-bottom: 1%;
    min-height: 30px
}

#banner .list li.flex-active {
    background: url("/images/sprite.png") no-repeat scroll -1px -19px transparent;
}

#banner .list li.flex-active a {
    color: #BE0E0D;
}

/* Features on home page */

#features {
    margin-bottom: 40px

}

#features.red {
    background: #ab0000;
    background: -moz-linear-gradient(top, #ab0000 0%, #5e0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ab0000), color-stop(100%, #5e0000));
    background: -webkit-linear-gradient(top, #ab0000 0%, #5e0000 100%);
    background: -o-linear-gradient(top, #ab0000 0%, #5e0000 100%);
    background: -ms-linear-gradient(top, #ab0000 0%, #5e0000 100%);
    background: linear-gradient(to bottom, #ab0000 0%, #5e0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ab0000', endColorstr = '#5e0000', GradientType = 0);
    color: #fff;
}

#features.red h2 {
    color: #fff
}

#features.red .container {
    background-image: none;
}

#features .container {
    background: url("/images/border.gif") repeat-x left bottom;
    padding-bottom: 40px
}

#features h2, #features h3, #features h4 {
    text-align: center
}

#features h2 {
    margin-bottom: 0;
}

#features h4 {
    margin-bottom: 0.5em;
    text-transform: uppercase
}

#features h3 {
    margin-bottom: 1em;
    margin-top: 0px

}

#features img {
    margin: 10px auto;
    display: block;
}

#video img {
    border: 3px solid #E6E6E6;
    border-radius: 5px 5px 5px 5px;
    margin: 0 3px;
    transition: all 0.3s ease-out 0s;
}

#video img:hover {
    border-color: #be0e0d
}

/* Bant */

.bant {
    position: relative;
    height: 35px;
    background: url("/images/bant_bg.jpg") repeat-x 0 0;
    margin-bottom: 40px

}

.bant i {
    width: 231px;
    height: 174px;
    background: url("/images/bant.png") no-repeat 0 0;
    position: absolute;
    left: 50%;
    margin-left: -115px;
    top: -30px
}

/* Order button */

.button-container {
    margin: 3em 0 3em 0
}

.app-store {
    margin-top: 1px;
    display: block;
    float: left;
}

.order-button {
    width: 250px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 99;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

.order-button a {
    background: #fea817; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZlYTgxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNTQyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #AB0000 1%, #5E0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fea817), color-stop(100%, #5E0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #AB0000 1%, #5E0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #AB0000 1%, #5E0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #AB0000 1%, #5E0000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #AB0000 1%, #5E0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#AB0000', endColorstr = '#5E0000', GradientType = 0); /* IE6-8 */
    display: block;
    height: 38px;
    padding: 16px 0 0 0;
    font-size: 1.25em;
    font-weight: normal;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
    border-radius: 5px;
    letter-spacing: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: inset 0 -2px 0 rgba(255, 255, 255, .5);
    -moz-box-shadow: inset 0 -2px 0 rgba(255, 255, 255, .5);
    -webkit-box-shadow: inset 0 -2px 0 rgba(255, 255, 255, .5);
    position: relative;
    z-index: 20;
}

.order-button a:hover {
    background: #c54200; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1NDIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWE4MTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fea817 0%, #c54200 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fea817), color-stop(100%, #c54200)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fea817 0%, #c54200 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fea817 0%, #c54200 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fea817 0%, #c54200 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fea817 0%, #c54200 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fea817', endColorstr = '#c54200', GradientType = 0); /* IE6-8 */

}

.btn-order {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #AB0000;
    *background-color: #0044cc;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#AB0000), to(#5E0000));
    background-image: -webkit-linear-gradient(top, #AB0000, #5E0000);
    background-image: -o-linear-gradient(top, #AB0000, #5E0000);
    background-image: linear-gradient(to bottom, #AB0000, #5E0000);
    background-image: -moz-linear-gradient(top, #AB0000, #5E0000);
    background-repeat: repeat-x;
    border-color: #AB0000 #AB0000 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr = '#AB0000', endColorstr = '#5E0000', GradientType = 0);
    filter: progid:dximagetransform.microsoft.gradient(enabled = false);
}

.btn-order:hover,
.btn-order:active,
.btn-order.active,
.btn-order.disabled,
.btn-order[disabled] {
    color: #ffffff;
    background-color: #5E0000;
    *background-color: #5E0000;
}

.btn-order:active,
.btn-order.active {
    background-color: #5E0000 \9;
}

/* Slider on home page */

.flexslider {
    margin-top: 20px
}

/* Social icons on the right side */

#social_elements {
    position: absolute;
    right: 200px;
    top: 10px;
}

#social_elements ul {
    list-style: none
}

#social_elements ul, #social_elements {
    text-align: center
}

#social_elements ul li {
    display: inline-block;
}

#social_elements a span {
    display: none;
}

#social_elements a {
    display: block;
    width: 24px;
    height: 24px;
    padding: 0 9px 0 0;
    margin: 0 0 8px 0;
    opacity: 0.5;
    color: #BE0E0D;
    filter: alpha(opacity = 30);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#social_elements a:hover {
    opacity: 1;
    filter: alpha(opacity = 100);
}

#language-switch li { display: inline-block; background: #900; padding: 0 4px; }
#language-switch li a { color: #FFF; }



/*-------------------------------------------------------*/
/*------------------------ FOOTER -----------------------*/
/*-------------------------------------------------------*/

footer {
    color: #999999;
    font-size: 80%;
    text-align: center;
    margin-bottom: 70px
}

footer h2 {
    margin: 0;
    font-size: 280%
}

footer h3 {
    margin-bottom: 1em;
    font-size: 200%
}
/*-------------------------------------------------------*/
/*--------------------- SIMPLE PAGE -----------------------*/
/*-------------------------------------------------------*/

.page .form {
    width: 100%
}

.contact-form {
    padding: 25px
}

.contact-form h3 {
    color: #222222;
    font-size: 1.6em;
    margin-bottom: 15px;
}

.box { margin: 20px 0px; border: 2px solid #ccc; float: right;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.box-title { padding: 5px 1em; background-color: #D42B28; color: #fff;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;

}
.box-content { padding: 5px 1em; }


.how-it-works .span6 {
    font-size: 1.2em
}

.how-it-works li {
    padding: 1.27% 0;

}


/*-------------------------------------------------------*/
/*--------------------- GIFT PAGE -----------------------*/
/*-------------------------------------------------------*/

.gift, .page {
    padding-top: 20px
}

.gift h2 {
    text-align: center;
    margin-bottom: 15px
}

.gift h3 {
    text-align: center
}

.form {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px;
    background-color: #fff;
    width: 80%;
    margin: 0 auto;

}

/* Common styles for steps */

.step {
    padding: 40px;
    border-bottom: 1px solid #EEEEEB;
    position: relative;
    text-align: center;

}

.step h4 {
    font-size: 1.6em;
    color: #222;
    margin-bottom: 15px
}

.step img {
    margin-bottom: 10px
}

.step ul {
    margin: 20px 0px
}

.control-group {
    margin: 30px 0 0px 0px
}

.control-label {
    font-weight: bold
}

.info {
    background: url(/images/info_icon.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 50px;
    cursor: pointer
}

.img_info {
    background: url(/images/info_icon.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block;
    cursor: pointer
}


.product-list-container .img_info {
    background: url(/images/info_icon15.png) no-repeat 0 0;
    width: 15px;
    height: 15px;
    position: absolute;
    top:15px;
    left: 30px
}

.product-title {
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}

.productItem {
    cursor: pointer
}

.info span, .img_info span {
    display: none;
}

#tooltip {
    position: absolute;
    width: 250px;
    padding: 20px;
    background: #FFF;
    z-index: 1000;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 18px 6px -6px black;
    box-shadow: 0 1px 5px 1px #ccc;
}

.tooltip_header {
    display: block;
    text-decoration: underline;
    font-weight: bold;
}

.arrow {
    background: url(/images/step_arrow.png) no-repeat 0 0;
    width: 210px;
    height: 42px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -105px;
    margin-top: -1px

}

.btn-step {
    color: #333333;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 8px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    padding: 20px;
    -webkit-box-shadow: 0 1px 1px 0px black;
    -moz-box-shadow: 0 1px 1px 0px black;
    box-shadow: 0 1px 2px 0px #ccc;
    margin: 0 2px 2px 0px
}

.btn-step.hover {
    border: 8px solid #ccc;
    cursor: pointer

}

.btn-step.selected {
    background-color: #ffffff;
    border: 8px solid #BE0E0D;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 10px #ccc;
    -webkit-box-shadow: inset 0 0 10px #ccc;
    box-shadow: 0 1px 1px 0px black;

}

.btn-step .title {
    font-size: 1em
}

.btn-step-wrapper {
    display: inline-block;
    margin: 0 2px 2px 0px;
    width: 206px;
    text-align: center;
    vertical-align: bottom;
}
.btn-step-wrapper .btn-step {
    margin: 0 0 15px;
}


.prev-button i {
    margin-right: 10px
}

.next-button i {
    margin-left: 10px
}

/* STEP 1 */

.country {
}

.country-list-container {
}

.country .btn-step {
    width: 100px
}

.category {
}

.category-list-container {
}

.category .btn-step {
    width: 150px
}

.category .title {
    font-size: 1.2em;
    margin-bottom: 1em
}

.pricelevel {
}

.pricelevel-list-container {
}

.pricelevel .price {
    color: #BE0E0D;
    font-size: 2em;
    margin-bottom: 10px
}

.product {
    padding-bottom: 0px
}

.product-list-container ul {
    width: 100%;
}

.product-list-container img {

}

.product-list-container li {
    list-style: none;
    white-space: normal;
    display: -moz-inline-stack; /* для FF2 */
    display: inline-block; /* для других */
    zoom: 1; /* для ие */
    *display: inline; /* для ие */
    height: 200px;
    margin: 0 5px 5px 0px;
    position: relative;
    vertical-align: top;
    width: 210px;
    border:1px solid #fff

}

.product-list-container .img {
    
    width: 200px;
    height: 120px;
    vertical-align: middle;
    display: table-cell;
}

.product-list-container .title {
    font-size: 1em;
    overflow: hidden;
}

/* STEP 2 */

.media-container {
    background-color: #fff
}

.preview-thumbnail img {
    width: auto;
    max-width: 100%;
}

.preview-thumbnail img.loading-icon {
    width: auto;
}

.webcard-image-container img {
    display: block;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #ccc
}

#webcard-video-preview {
    margin: 0 auto;
}

.nav-tabs {
    text-align: center;
}

.nav-tabs li {
    display: inline-block;
    float: none;
}

.nav-tabs li a {
    background-color: #BE0E0D;
    color: #fff;
    cursor: pointer;
}

.nav-tabs li a:hover {
    background-color: #5E0000
}

/* STEP 3 */


/* STEP 4 */

.step.sender {
    text-align: left
}

.step.sender h4 {
    text-align: center
}

.sender .control-group {
    margin-top: 10px
}
/* STEP 5 */

.ordered-info {
}

.ordered-info .btn-step {
    width: 150px;
    height: 130px;
    vertical-align: bottom;
}

.ordered-info .img {
    height: 100px;
    width: 100px;
    text-align: center;
    margin: 0 auto;
    line-height: 100px;
}

.description {
    font-weight: bold;
    margin-bottom: 10px
}

.ordered-info .price {
    color: #BE0E0D;
    font-size: 240%;
    height: 100px;
    width: 100%;
    line-height: 100px;
}

.ordered-info .discount {
    font-size: 14px;
    line-height: 14px;
    color: #BE0E0D;
    margin-top: -30px;
    padding-bottom: 16px;
}

.sender-info .order-total {
    font-size: 120%;
    color: #BE0E0D;
}

.sender-info .control-group {
    margin-top: 10px
}

.send-code {
}

.send-code img {
    margin-bottom: 0px
}

.send-other-gift {
}

.send-code .code-input {
    padding: 9px 14px 9px 14px;
    font-size: 16px
}

.accept-desc {
    width: 90%;
    text-align: center;
    margin-top: 1em;
    margin: 1em auto;
    color: #000000;
}

.price-tooltip {
    background-color: #BE0E0D;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: absolute;
    margin-top: -150px;
    width: 150px;
    margin-left: 170px

}

.price-tooltip_arrow {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:10px solid #BE0E0D;
    margin-top: 0px;
    position: absolute;
    margin-left: -30px
}

.agb {
    border: 1px solid #ccc;
    padding: 20px
}
/* Loading status */

.loading {
    text-align: center;
    color: #222
}

.loading-container {
    text-align: center;

    padding: 40px;
}

/* Create card step */

#inputEmail, #message {
    width: 300px
}

/*======================================================= Media query ===============================================*/

@media (min-width: 1200px) {

}

@media (min-width: 1025px) and (max-width: 1199px) {
    nav {
        position: relative !important;
        bottom: inherit;
        clear: both;
        padding-bottom: 30px;

    }
    nav li {
        float: left;
        margin: 0px 40px 0px 0px;
        list-style: none
    }



}

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

    nav {
        position: relative !important;
        bottom: inherit;
        clear: both;
        padding-bottom: 30px;

    }

    nav li {
        float: left;
        margin: 0px 30px 0px 0px;
        list-style: none
    }

    nav li a {
        font-size: 1em
    }



    #banner h2 {
        margin-top: 10px;
        font-size: 180%;
        line-height: 1
    }

    #banner .list li a {
        color: #333;
        font-size: 90%;
        outline: none
    }

    #banner .list li {

        padding: 5px 0 7px 40px;
        list-style: none;
        margin-bottom: 0px
    }

    .order-button a {
        height: 32px;
        padding-top: 10px
    }

    h1#b-logo {
        margin-bottom: 40px;
    }

    h1#b-logo a span {
        background: transparent url(/images/logo@2x.png) no-repeat 0 0;
        background-size: 300px 58px
    }

    .btn-step-wrapper {
        display: block;
        margin: 0 auto;
        margin-bottom: 50px;
        width: 206px;
        text-align: center;
        vertical-align: bottom;
    }

    .info {
        background: url(/images/info_icon.png) no-repeat 0 0;
        width: 30px;
        height: 30px;
        position: relative;
        margin: 0 auto;
        cursor: pointer;
        display: block;
        left: auto;
        top:auto;
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {

    #social_elements {
        position: relative;
        top:auto;
        right: auto;
        margin-top: 10px
    }
    #social_elements a {
        opacity: 1
    }

    #social_elements, #social_elements ul {
        text-align: center
    }

    #social_elements ul li {
        display: inline-block;
    }


    .btn-step-wrapper {
        display: block;
        margin: 0 auto;
        margin-bottom: 50px;
        width: 206px;
        text-align: center;
        vertical-align: bottom;
    }

    .price-tooltip {

        position: relative;
        margin-top: 10px;
        width: 150px;
        margin-left: 0px;
        margin-bottom: 10px;

    }

    .price-tooltip_arrow {

        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #BE0E0D;
        position: absolute;
        margin-left: 65px;
        margin-top: -40px;

    }

    .mainnavi {
        display: none
    }

    .responsive-nav {
        display: block;
    }

    nav {
        bottom: inherit;
        position: relative;
        right: inherit;
        clear: both;
        text-align: center
    }

    h1#b-logo {
        margin-bottom: 40px
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    body {
        padding: 0px;

    }

    .roundabout-holder {
        width: 220px;
        height: 420px;
        margin-left: -110px;
    }

    .roundabout-moveable-item {
        height: 300px;
        width: 500px;
        cursor: pointer;
        -webkit-box-shadow: 0px 30px 20px 0px #666; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        box-shadow: 0px 30px 20px 0px #666; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
    }

    .roundabout-moveable-item img {
        width: 100%
    }

    .info {
        background: url(/images/info_icon.png) no-repeat 0 0;
        width: 30px;
        height: 30px;
        position: relative;
        margin: 0 auto;
        cursor: pointer;
        display: block;
        left: auto;
        top:auto;
        margin-bottom: 10px
    }

}

@media (max-width: 480px) {

    body {
        font-size: 12px;
        margin: 0 !important;
        padding: 0 !important;
    }

    h2 {
        font-size: 1.8em;
    }

    footer h2 {
        font-size: 2em;
        margin-bottom: 1em
    }

    footer h3 {
        font-size: 1.5em;
        line-height: 1
    }

    footer p {
        line-height: 1.5
    }

    .btn {
        width: 90px
    }

    .page-container {
        padding: 0px 30px;
        line-height: 1.5
    }

    .page .row {
        font-size: 12px;
    }

    #language-switch { text-align: center}
    #language-switch ul {
        margin: 0px 0px 10px 0px; padding: 0px
    }
    #language-switch li a {
        display: block;
        padding: 5px;
    }

    .step h4 {
        font-size: 1.5em;
        line-height: 1
    }

    #b-logo {
        width: 200px;
        margin: 0 auto;
        display: block;
        float: none;
        padding: 10px 0px
    }

    .mainnavi {
        display: none
    }

    .responsive-nav {
        display: block;
        width: 80% !important;
        margin: 5px auto !important;
    }

    #b2c-logo {
        position: relative;
        top: inherit;
        right: inherit;
        clear: both;
        margin: 0 auto;
        float: none;
        width: 140px;
        font-size: 80%
    }

    #banner h2 {
        margin-top: 2%;
        text-align: center;
        width: 80%;
        margin: 0 auto
    }

    #banner ul.list {
        width: 90%;
        margin: 20px auto
    }

    #banner ul.list li {
        line-height: 1
    }

    #features .span3 {
        width: 80%;
        margin: 0 auto;
        text-align: center
    }

    .order-button { margin: 0 auto; float: none; font-size: 150%}
    .app-store {
        margin: 10px auto; float: none; text-align: center
    }




    .form {
        width: 100%
    }

    .container {
        padding: 0px;
        margin: 0px;
    }

    .step {
        padding: 40px 10px 10px 10px
    }

    .first {
        padding-top: 20px
    }

    .country .btn-step {
        width: 90px;
        padding: 10px
    }

    .country .btn-step img {
        width: 30px
    }

    .btn-step .title {
        font-size: 100%;
        line-height: 1
    }

    .category .btn-step {
        width: 90px;
        padding: 10px
    }

    .pricelevel .btn-step {
        width: 90px;
        padding: 10px
    }

    .pricelevel .price {
        font-size: 150%;
        margin-bottom: 10px;
        font-weight: bold;
    }

    footer .container {
        padding: 0 20px
    }

    .desc {
        margin-top: 68%
    }

    .slider { position: absolute; top: 0px}

    .action {
        padding-bottom: 2em
    }

    .preview-thumbnail img {
        height: 150px
    }

    .info {
        background: url(/images/info_icon.png) no-repeat 0 0;
        width: 30px;
        height: 30px;
        position: relative;
        margin: 0 auto;
        cursor: pointer;
        display: block;
        left: auto;
        top:auto;
        margin-bottom: 10px
    }

    .code-input {
        margin: 0 auto
    }

}

.input-file {
    margin-bottom: 10px;
    line-height: 0 !important;
    height: auto !important;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}
