/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],template {
    display: none;
}

a {
    background: 0;
}

a:active,a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,select {
    text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,th {
    padding: 0;
}

@media print {
    * {
        color: #000!important;
        text-shadow: none!important;
        background: transparent!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
    }

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

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

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

    a[href^="javascript:"]:after,a[href^="#"]:after {
        content: "";
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%!important;
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3;
    }

    h2,h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff!important;
    }

    .navbar {
        display: none;
    }

    .table td,.table th {
        background-color: #fff!important;
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse!important;
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #ddd!important;
    };
}

@font-face {
    font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before,:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover,a:focus {
    color: #2a6496;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

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

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

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
    font-size: 65%;
}

h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
    font-size: 75%;
}

h1,.h1 {
    font-size: 36px;
}

h2,.h2 {
    font-size: 30px;
}

h3,.h3 {
    font-size: 24px;
}

h4,.h4 {
    font-size: 18px;
}

h5,.h5 {
    font-size: 14px;
}

h6,.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media(min-width:868px) {
    .lead {
        font-size: 21px;
    };
}

small,.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

mark,.mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul,ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,ol ul,ul ol,ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,dd {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media(min-width:868px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    };
}

abbr[title],abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,blockquote small,blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

blockquote:before,blockquote:after {
    content: "";
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media(min-width:868px) {
    .container {
        width: 750px;
    };
}

@media(min-width:992px) {
    .container {
        width: 970px;
    };
}

@media(min-width:1200px) {
    .container {
        width: 1170px;
    };
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

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

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media(min-width:868px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    };
}

@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: auto;
    }

    .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: auto;
    }

    .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(min-width:1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    };
}

table {
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*=col-],table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}

.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

@media screen and (max-width:867px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    };
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=radio],input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple],select[size] {
    height: auto;
}

input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #777;
}

.form-control::-webkit-input-placeholder {
    color: #777;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

input[type=date],input[type=time],input[type=datetime-local],input[type=month] {
    line-height: 34px;
    line-height: 1.42857143 \0;
}

input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm {
    line-height: 30px;
}

input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg {
    line-height: 46px;
}

.form-group {
    margin-bottom: 15px;
}

.radio,.checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,.checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.radio+.radio,.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed;
}

.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg,.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}

.input-sm,.form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,select[multiple].input-sm {
    height: auto;
}

.input-lg,.form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media(min-width:868px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group>.form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,.form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,.form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    };
}

.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media(min-width:868px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    };
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

@media(min-width:868px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    };
}

@media(min-width:868px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    };
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:focus,.btn:active:focus,.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,.btn:focus {
    color: #333;
    text-decoration: none;
}

.btn:active,.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

.btn-lg,.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    color: #777;
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media(min-width:868px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    };
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group>.btn:focus,.btn-group-vertical>.btn:focus {
    outline: 0;
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}

[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox] {
    position: absolute;
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto;
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto;
}

.input-group-addon,.input-group-btn,.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type=radio],.input-group-addon input[type=checkbox] {
    margin-top: 0;
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active {
    z-index: 2;
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav>li.disabled>a {
    color: #777;
}

.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media(min-width:868px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    };
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media(min-width:868px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff;
    };
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 4px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media(min-width:868px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified>li>a {
        margin-bottom: 0;
    };
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media(min-width:868px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff;
    };
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media(min-width:868px) {
    .navbar {
        border-radius: 4px;
    };
}

@media(min-width:868px) {
    .navbar-header {
        float: left;
    };
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media(min-width:868px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    };
}

.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media(max-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    };
}

.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media(min-width:868px) {
    .container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    };
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media(min-width:868px) {
    .navbar-static-top {
        border-radius: 0;
    };
}

.navbar-fixed-top,.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media(min-width:868px) {
    .navbar-fixed-top,.navbar-fixed-bottom {
        border-radius: 0;
    };
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none;
}

@media(min-width:868px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    };
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media(min-width:868px) {
    .navbar-toggle {
        display: none;
    };
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media(max-width:867px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    };
}

@media(min-width:868px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    };
}

@media(min-width:868px) {
    .navbar-left {
        float: left!important;
    }

    .navbar-right {
        float: right!important;
    };
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}

@media(min-width:868px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group>.form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,.navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label,.navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    };
}

@media(max-width:867px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    };
}

@media(min-width:868px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    };
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media(min-width:868px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    };
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

@media(max-width:867px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    };
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #777;
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #777;
}

.navbar-inverse .navbar-nav>li>a {
    color: #777;
}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #080808;
}

@media(max-width:867px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    };
}

.navbar-inverse .navbar-link {
    color: #777;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #777;
}

.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li>a:hover,.pager li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next>a,.pager .next>span {
    float: right;
}

.pager .previous>a,.pager .previous>span {
    float: left;
}

.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

.label-default[href]:hover,.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #428bca;
}

.label-primary[href]:hover,.label-primary[href]:focus {
    background-color: #3071a9;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #fff;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.jumbotron h1,.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron>hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:868px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,.jumbotron .h1 {
        font-size: 63px;
    };
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.thumbnail>img,.thumbnail a>img {
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 700;
}

.alert>p,.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    };
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    };
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar,.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"],.progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
    min-width: 30px;
    color: #777;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media,.media-body {
    overflow: hidden;
    zoom: 1;
}

.media,.media .media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media>.pull-left {
    margin-right: 10px;
}

.media>.pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

a.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,a.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus {
    color: #777;
    background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}

.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #428bca;
}

.panel-primary>.panel-heading .badge {
    color: #428bca;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #428bca;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate3d(0,-25%,0);
    -o-transform: translate3d(0,-25%,0);
    transform: translate3d(0,-25%,0);
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media(min-width:868px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    };
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px;
    };
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    line-height: 1;
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:hover,.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width:868px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    };
}

.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right!important;
}

.pull-left {
    float: left!important;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

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

.affix {
    position: fixed;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@-ms-viewport {
    width:device-width;
}

.visible-xs,.visible-sm,.visible-md,.visible-lg {
    display: none!important;
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display: none!important;
}

@media(max-width:867px) {
    .visible-xs {
        display: block!important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row!important;
    }

    th.visible-xs,td.visible-xs {
        display: table-cell!important;
    };
}

@media(max-width:867px) {
    .visible-xs-block {
        display: block!important;
    };
}

@media(max-width:867px) {
    .visible-xs-inline {
        display: inline!important;
    };
}

@media(max-width:867px) {
    .visible-xs-inline-block {
        display: inline-block!important;
    };
}

@media(min-width:868px) and (max-width:991px) {
    .visible-sm {
        display: block!important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row!important;
    }

    th.visible-sm,td.visible-sm {
        display: table-cell!important;
    };
}

@media(min-width:868px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important;
    };
}

@media(min-width:868px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important;
    };
}

@media(min-width:868px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important;
    };
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row!important;
    }

    th.visible-md,td.visible-md {
        display: table-cell!important;
    };
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important;
    };
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important;
    };
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important;
    };
}

@media(min-width:1200px) {
    .visible-lg {
        display: block!important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row!important;
    }

    th.visible-lg,td.visible-lg {
        display: table-cell!important;
    };
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block!important;
    };
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline!important;
    };
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important;
    };
}

@media(max-width:867px) {
    .hidden-xs {
        display: none!important;
    };
}

@media(min-width:868px) and (max-width:991px) {
    .hidden-sm {
        display: none!important;
    };
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important;
    };
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none!important;
    };
}

.visible-print {
    display: none!important;
}

@media print {
    .visible-print {
        display: block!important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row!important;
    }

    th.visible-print,td.visible-print {
        display: table-cell!important;
    };
}

.visible-print-block {
    display: none!important;
}

@media print {
    .visible-print-block {
        display: block!important;
    };
}

.visible-print-inline {
    display: none!important;
}

@media print {
    .visible-print-inline {
        display: inline!important;
    };
}

.visible-print-inline-block {
    display: none!important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important;
    };
}

@media print {
    .hidden-print {
        display: none!important;
    };
}

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,.select2-drop,.select2-search,.select2-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.5,#fff));
    background-image: -webkit-linear-gradient(center bottom,#eee 0,#fff 50%);
    background-image: -moz-linear-gradient(center bottom,#eee 0,#fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff',endColorstr = '#eeeeee',GradientType = 0);
    background-image: linear-gradient(to top,#eee 0,#fff 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.9,#fff));
    background-image: -webkit-linear-gradient(center bottom,#eee 0,#fff 90%);
    background-image: -moz-linear-gradient(center bottom,#eee 0,#fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
    background-image: linear-gradient(to bottom,#eee 0,#fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice>.select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    width: auto;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url('select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    box-shadow: 0 4px 5px rgba(0,0,0,.15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0,0,0,.15);
    box-shadow: 0 -4px 5px rgba(0,0,0,.15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: 0;
    z-index: 99910!important;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(0.6,#eee));
    background-image: -webkit-linear-gradient(center bottom,#ccc 0,#eee 60%);
    background-image: -moz-linear-gradient(center bottom,#ccc 0,#eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee',endColorstr = '#cccccc',GradientType = 0);
    background-image: linear-gradient(to top,#ccc 0,#eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto!important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff url('select2.png') no-repeat 100% -22px;
    background: url('select2.png') no-repeat 100% -22px,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
    background: url('select2.png') no-repeat 100% -22px,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
    background: url('select2.png') no-repeat 100% -22px,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
    background: url('select2.png') no-repeat 100% -22px,linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100%;
    background: url('select2-spinner.gif') no-repeat 100%,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));
    background: url('select2-spinner.gif') no-repeat 100%,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%,linear-gradient(to bottom,#fff 85%,#eee 99%) 0 0;
}

.select2-container-active .select2-choice,.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: 0;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eee;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(0.5,#eee));
    background-image: -webkit-linear-gradient(center bottom,#fff 0,#eee 50%);
    background-image: -moz-linear-gradient(center bottom,#fff 0,#eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
    background-image: linear-gradient(to top,#fff 0,#eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0.5,#eee));
    background-image: -webkit-linear-gradient(center top,#fff 0,#eee 50%);
    background-image: -moz-linear-gradient(center top,#fff 0,#eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
    background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

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

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children>.select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results-dept-1 .select2-result-label {
    padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
    padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
    padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
    padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
    padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
    padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
    padding-left: 120px;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}

.select2-container-multi .select2-choices {
    height: auto!important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear,0% 0,0% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
    background-image: -webkit-linear-gradient(top,#eee 1%,#fff 15%);
    background-image: -moz-linear-gradient(top,#eee 1%,#fff 15%);
    background-image: linear-gradient(to bottom,#eee 1%,#fff 15%);
}

.select2-locked {
    padding: 3px 5px 3px 5px!important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: 0;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
    float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent!important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100%!important;
}

.select2-default {
    color: #999!important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f4f4f4',GradientType=0);
    background-image: -webkit-gradient(linear,0% 0,0% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
    background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image: linear-gradient(to top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
    margin-left: 0;
    margin-right: 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: 0;
    background: url('select2.png') right top no-repeat;
}

html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: 0;
}

.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen,.select2-offscreen:focus {
    clip: rect(0 0 0 0)!important;
    width: 1px!important;
    height: 1px!important;
    border: 0!important;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden!important;
    position: absolute!important;
    outline: 0!important;
    left: 0!important;
    top: 0!important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:2dppx) {
    .select2-search input,.select2-search-choice-close,.select2-container .select2-choice abbr,.select2-container .select2-choice .select2-arrow b {
        background-image: url('select2x2.png')!important;
        background-repeat: no-repeat!important;
        background-size: 60px 40px!important;
    }

    .select2-search input {
        background-position: 100% -21px!important;
    };
}

@font-face {
    font-family:'Open Sans';font-style:normal;font-weight:300;src:local('Open Sans Light'),local('OpenSans-Light'),url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans'),local('OpenSans'),url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans Semibold'),local('OpenSans-Semibold'),url(http://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'),local('OpenSans-Bold'),url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

html,body {
    width: auto;
    overflow-x: hidden;
}

* {
    font-family: 'Open Sans','Arial',sans-serif;
    color: #000;
    letter-spacing: .1em;
    font-weight: 400;
}

a {
    outline: 0!important;
}

::selection {
    background: #000;
    color: #fff;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

.nopadding {
    padding: 0!important;
    margin: 0!important;
}

.page header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5000;
}

section.slide {
    position: relative;
}

.main .std p {
    display: block;
    padding: 0;
    margin: 0;
}

section.slide.padding {
    padding: 0;
}

section.slide.topslide {
    margin: 10px 0 10px 0;
    padding: 0 10px 0 10px;
    height: 32px;
    overflow: hidden;
}

section.mainmenu,section.mainmenu .container,section.mainmenu .row,section.mainmenu .text-center {
    height: 38px;
}

section.mainmenu .container {
    padding: 0;
}

section.mainmenu .text-center {
    margin: 0;
    padding: 0;
}

a.toplink {
    color: #000;
    font-size: 12px;
    text-decoration: none;
    margin-right: 16px;
}

a.toplink:before {
    position: relative;
    top: 2px;
    left: -4px;
}

.topslide .container {
    width: auto;
}

#mainmenu .staticli {
    padding: 7px 72px 0 72px;
    height: 61px;
}

#mainmenu .staticli.shop {
    padding: 7px 72px 0 55px;
}

#mainmenu .hovermenu .text-left {
    position: relative;
    width: 160px;
    height: 284px;
    padding: 0;
    z-index: 10;
}

#mainmenu .hovermenu .padding-left .menuliborder1 {
    border: 0;
    border-left: 1px solid rgba(255,255,255,0.5);
    padding: 0 0 0 19px;
}

#mainmenu .hovermenu .text-left .submenu {
    float: left;
    width: 100%;
    height: 220px;
}

#mainmenu .hovermenu .noleftpadding {
    position: absolute;
    bottom: 25px;
    left: 0;
    float: left;
    width: 100%;
    height: auto;
}

#mainmenu .hovermenu .padding-left .noleftpadding {
    left: 20px;
}

#mainmenu .hovermenu .noleftpadding a {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}

#mainmenu .hovermenu .noleftpadding a:hover {
    color: #46c2d5;
}

#mainmenu .hovermenu .noleftpadding a span {
    padding: 0 0 0 5px;
}

nav ul li ul.hovermenu .nlinks li.first {
    padding: 0 0 22px 0;
}

nav ul li ul.hovermenu .nlinks li.first a {
    font-size: 14px;
}

#mainmenu .hovermenu .menuliborder2 {
    width: auto;
}

#mainmenu .hovermenu .menuliborder2 .submenu {
    border-right: 1px solid #d2d2d2;
}

#mainmenu .hovermenu .menuliborder3 {
    width: auto;
}

#mainmenu .hovermenu .menuliborder3 .submenu {
    border-left: 1px solid #fff;
    padding: 0 0 0 19px;
}

#mainmenu .hovermenu .menuliborder3 .noleftpadding {
    left: 20px;
}

#mainmenu .hovermenu .menuliborder2 .nlinks {
    padding: 10px 0 0 0;
}

#mainmenu .hovermenu .menuliborder3 .nlinks {
    padding: 10px 0 0 0;
}

#mainmenu .hovermenu .menuliborder2 .nlinks li,#mainmenu .hovermenu .menuliborder3 .nlinks li {
    min-width: 100px;
    padding: 0 20px 0 0;
}

nav ul li .menuliborder2 .nlinks li a,nav ul li .menuliborder3 .nlinks li a {
    display: block;
    height: 150px;
    position: relative;
    text-align: center;
}

nav ul li ul .menuliborder2 .nlinks li a span,nav ul li ul .menuliborder3 .nlinks li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

nav ul li ul .menuliborder2 .nlinks li.first a,nav ul li ul .menuliborder3 .nlinks li.first a {
    font-size: 12px;
    text-align: left;
    font-weight: normal;
}

.barlink {
    border-right: 1px solid #dbdbdb;
    padding-right: 13px;
}

.languages a {
    font-size: 11px;
    margin-right: 10px;
    color: #000;
    text-decoration: none;
}

.languages a:hover,.languages a.active {
    color: #46c2d5;
}

.sociallinks {
    float: left;
    padding: 2px 0 0 0;
}

.sociallinks a {
    display: block;
    float: left;
    color: #000;
    text-decoration: none;
    margin: 0 8px 0 0;
    font-size: 15px;
}

.sociallinks a:hover {
    color: #46c2d5;
}

.sociallinks a.icon-instagram {
    margin: 0;
}

.topright {
    float: right;
    width: auto;
    padding: 0 15px;
}

.topslide .languages {
    float: left;
    padding: 0 0 0 36px;
}

.top-links {
    float: right;
}

.top-links a {
    font-size: 11px;
    margin-left: 10px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.top-links a:hover {
    color: #46c2d5;
}

#mainmenu {
    position: relative;
    display: inline-block;
    text-align: center;
}

#mainmenu .line {
    position: absolute;
    top: 61px;
    left: 0;
    background: #f2f2f2;
    width: 6000px;
    height: 1px;
    margin: 0 0 0 -3000px;
    z-index: 600;
}

nav ul {
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 0 0 0 48px;
}

nav ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: visible;
}

nav ul ul {
    padding: 0;
}

nav ul li ul.hovermenu {
    position: absolute;
    display: block;
    top: 0;
    padding-top: 69px;
    width: 100%;
}

.hovernavbottomlinks {
    position: absolute;
    top: 293px;
    padding-top: 14px;
    padding-bottom: 10px;
    width: 100%;
    display: none;
}

.sfhover .hovernavbottomlinks {
    display: block;
}

.hovernavbottomlinks a {
    font-size: 12px;
    color: #a9a8a8;
    text-decoration: none;
}

.hovernavbottomlinks a span {
    position: relative;
    top: 1px;
    left: 4px;
}

.hovernavbottomlinks a:hover {
    color: #000;
}

.noleftpadding {
    padding-left: 0;
}

nav ul li ul.hovermenu {
    display: none;
}

nav ul li.sfhover ul.hovermenu {
    display: block;
}

nav ul li ul.hovermenu>li {
    height: 204px;
}

nav ul li ul.hovermenu a.headlink {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}

nav ul li ul.hovermenu .nlinks li {
    padding: 0;
}

nav ul li ul.hovermenu .nlinks li a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

nav ul li ul.hovermenu .nlinks li a:hover {
    color: #46c2d5;
    opacity: 1;
}

nav ul li ul.hovermenu .nlinks li.grey a {
    font-size: 14px;
    line-height: 25px;
    color: #000;
}

nav ul li ul.hovermenu .nlinks li.grey a:hover {
    color: #46c2d5;
    opacity: 1;
}

nav ul li ul.hovermenu .nlinks li a span {
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 100px;
}

nav ul li ul.hovermenu .nlinks li a span.item-cc {
    background-position: 0 0;
}

nav ul li ul.hovermenu .nlinks li a span.item-memo {
    background-position: 12px -110px;
}

nav ul li ul.hovermenu .nlinks li a span.item-mykita {
    background-position: 20px -220px;
}

nav ul li ul.hovermenu .nlinks li a span.item-cdg {
    background-position: 18px -330px;
}

nav ul li ul.hovermenu .nlinks li a span.item-attachment {
    background-position: 18px -440px;
}

nav ul li ul.hovermenu .nlinks li a span.item-evernote {
    background-position: 18px -550px;
}

li a.mainnav {
    display: block;
    font-size: 20px;
    text-decoration: none;
    color: #000;
    padding: 0;
    position: relative;
    height: 61px;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 700;
}

li a.mainnav.active,li.sfhover a.mainnav {
    color: #000;
}

li a.mainnav:hover {
    color: #46c2d5;
}

a.logo {
    display: inline-block;
    width: 200px;
    outline: 0;
    overflow: visible;
}

a.logo svg {
    display: block;
    width: 200px;
    max-height: 29px;
    margin: 0;
    fill: #000;
}

a.logo path {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

a.logo:hover path {
    fill: #46c2d5;
}

.staticli {
    position: relative;
}

.staticli.sfhover {
    position: static;
}

.menuliborder1 {
    border-right: 1px solid rgba(255,255,255,0.15);
}

.menuliborder1 .submenu {
    width: 100%;
}

.menuliborder1 .nlinks {
    float: left;
}

.loginlink {
    line-height: 18px;
}

nav.downnav.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 0;
}

nav ul.shopstaticmenu {
    background: #fff;
    position: fixed;
    top: 113px;
    left: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
    height: 0;
    z-index: 300;
    overflow: hidden;
}

nav .sfhover ul.shopstaticmenu {
    border-top: 1px solid #f2f2f2;
    z-index: 700;
}

nav .sfhover ul.shopstaticmenu {
    border-bottom: 1px solid #f2f2f2;
    overflow: visible;
}

nav ul.shopstaticmenu li ul .scontent {
    display: table;
    text-align: center;
    width: 100%;
}

nav ul.shopstaticmenu .center {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    max-width: 1920px;
    height: 100%;
}

nav ul.shopstaticmenu .center.follow,nav ul.shopstaticmenu .center.accessories {
    width: 100%;
}

nav ul.shopstaticmenu li {
    display: inline-block;
    position: relative;
    float: left;
    padding: 0 50px;
    text-align: center;
}

nav ul.shopstaticmenu li.col-xs-2 {
    width: 16.6667%;
    float: none;
    margin: 0 -3px 0 -2px;
}

nav ul.shopstaticmenu li a {
    display: block;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 30px 0;
}

nav ul.shopstaticmenu li.sfhover a {
    color: #46c2d5;
}

nav ul.shopstaticmenu li.sfhover li a {
    color: #000;
}

nav ul.shopstaticmenu li.last {
    border-right: 0;
}

nav ul.shopstaticmenu li .sortselects a.active:before,nav ul.shopstaticmenu li .sortselects a:hover:before {
    display: none;
}

.sortselects .select2-container .select2-choice>.select2-chosen {
    font-size: 12px;
    margin-left: 15px;
    margin-top: 3px;
}

.sortselects .select2-container .select2-choice .select2-arrow {
    background: 0;
    border: 0;
}

.sortselects .select2-arrow b:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
}

nav.downnav {
    position: relative;
    height: 100px;
}

nav ul.shopstaticmenu li ul {
    background: #f2f2f2;
    position: fixed;
    top: 193px;
    left: 0;
    width: 100%;
    z-index: 5;
    display: none;
}

nav ul.shopstaticmenu li ul .inner {
    display: block;
    float: left;
    width: 100%;
    max-width: none;
}

nav ul.shopstaticmenu li.sfhover ul {
    display: block;
}

nav ul.shopstaticmenu li ul li {
    padding: 0;
    border-right: 0;
    text-align: center;
}

nav ul.shopstaticmenu li ul li a {
    display: block;
    border-bottom: 2px solid #fff;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    padding: 0;
    border-right: 0;
    position: relative;
}

nav ul.shopstaticmenu .second {
    display: none;
}

nav ul.shopstaticmenu li ul li a:hover .first {
    display: none;
}

nav ul.shopstaticmenu li ul li a:hover .second {
    display: block;
}

nav ul.shopstaticmenu li ul li a h2 {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    background: #f2f2f2;
    margin: 0;
    width: 100%;
    padding: 25px 0 0 0;
    text-align: center;
}

nav ul.shopstaticmenu .bags ul li.sfhover a h2 {
    background: #87cbd6;
}

nav ul.shopstaticmenu .accessories ul li.sfhover a h2 {
    background: #87cbd6;
}

nav ul.shopstaticmenu .follow li.sfhover a h2 {
    background: #ea7f87;
}

.menufilters {
    background: #fff;
    max-width: 1010px;
    margin: 0 auto;
    z-index: 5;
}

.sfhover .menufilters {
    display: block;
}

.sortrselection {
    font-size: 11px;
    padding-top: 21px;
    color: #000;
}

.sortrselection .sortby {
    color: #000;
}

.sortrselection .sortbutton {
    margin-right: 3px;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    color: #000;
}

.sortrselection .sortbutton:hover {
    color: #46c2d5;
}

.sortrselection .sortbutton.active {
    color: #46c2d5;
    text-decoration: none;
}

nav ul.shopstaticmenu li a.select2-choice:hover {
    border-bottom: 0;
    text-decoration: none;
}

.sortselects {
    padding-top: 18px;
}

.sortselects .select2-container .select2-choice {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: #ececec;
    height: 30px;
    width: 100%;
}

.sortselects .select2-container {
    width: 100%;
}

nav ul.shopstaticmenu li ul li.active a {
    color: #46c2d5;
}

.filterslide .container {
    width: auto;
    max-width: 1148px;
    padding: 0;
}

footer {
    position: relative;
    border-top: 1px solid #f2f2f2;
    width: 100%;
    background: #fff;
    padding: 35px 0 10px 0;
    margin: 0 auto;
    z-index: 10;
}

footer .container {
    max-width: 1000px;
}

footer .content {
    clear: none;
    float: left;
    padding: 0 15px;
}

footer h3 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin: 0 0 23px 0;
    letter-spacing: .02em;
}

footer .newsletter-text h3 {
    margin: 0;
}

.footerlinks a {
    display: block;
    font-size: 12px;
    line-height: 22px;
    text-decoration: none;
    color: #000;
}

.footerlinks a:hover {
    text-decoration: none;
    color: #46c2d5;
}

.socialfooterlinks {
    display: table;
    width: 100%;
    text-align: center;
    padding: 0 0 40px 0;
}

.socialfooterlinks .icon {
    display: inline-block;
    padding: 0 20px;
}

.socialfooterlinks .icon.first {
    margin-left: 30px;
}

.socialfooterlinks a {
    color: #dfdfdf;
    display: block;
    font-size: 49px;
    text-decoration: none;
}

.socialfooterlinks a {
    text-decoration: none;
}

.footerline {
    margin: 0 0 20px 0;
    padding: 5px 0 0 0;
}

.footerline p {
    color: #000;
    font-size: 11px;
    margin: 0;
    text-align: center;
}

.footerline .adn p {
    color: #fff;
}

.footerline .cpy {
    padding: 5px 0 0 0;
}

.footerline .lks {
    padding: 5px 0 0 0;
}

.footerline .adn {
    padding: 0 0 20px 0;
}

.footerline a {
    color: #000;
    font-size: 11px;
    text-decoration: none;
}

.footerline a:hover {
    color: #46c2d5;
}

.footernewsletter {
    margin-bottom: 80px!important;
}

input.largesubscribenl {
    background: #fff;
    display: block;
    float: left;
    width: 100%;
    border: 0;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    line-height: 30px;
    clear: both;
    margin: 0 0 10px 0;
}

input.largesubscribenl.email {
    border: 1px solid #fff!important;
    line-height: 67px;
}

input.largesubscribenl.submit {
    background: 0;
    width: 178px;
    float: none;
    margin: 10px auto;
}

input.largesubscribenl.submit:hover {
    color: #46c2d5;
    border: 1px solid #46c2d5;
}

footer .content .separator {
    display: block;
    float: left;
    background: #fff;
    height: 32px;
    width: 1px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    margin: 0;
}

footer .content .col-md-12 {
    padding: 0;
}

footer .content .footerinfo {
    padding: 6px 0 0 0;
    font-size: 12px;
    margin: 0 0 20px 0;
    text-align: left;
    letter-spacing: .05em;
}

footer .content .socialfooterlinks a {
    display: block;
    font-size: 22px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    color: #000;
    position: relative;
}

footer .content .socialfooterlinks a.vimeo {
    padding: 1px 0 0 0;
}

footer .content .socialfooterlinks a i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    line-height: 20px;
}

footer .content .socialfooterlinks a:hover {
    color: #46c2d5;
}

footer .content .socialfooterlinks a:hover i {
    color: #46c2d5;
}

footer .content .socialfooterlinks .col-xs-1 {
    padding: 0 15px 0 0;
}

.footernewsletter ::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.footernewsletter :-moz-placeholder {
    color: #000;
    opacity: 1;
}

.footernewsletter ::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.footernewsletter :-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

.select2-drop-active {
    border: 1px solid #aaa;
}

.select2-results .select2-highlighted {
    background: #aaa;
}

input:focus,textarea:focus,keygen:focus,select:focus {
    outline: none!important;
}

p.footerinfo {
    text-align: center;
    text-align: 12px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait) {
    a.mainnav {
        padding: 0 0 3px 0;
    }

    section.slide.mystaticmenu {
        margin-top: 0;
    }

    section.slide.fakemenuline {
        top: 150px;
    }

    .instafeed a span,.instafeed a {
        font-size: 14px!important;
    }

    .hovernavbottomlinks {
        padding-top: 0;
    }

    .hovernavbottomlinks {
        width: 90%;
    }

    .hovernavbottomlinks a {
        font-size: 8px;
    };
}

@media only screen and (max-width :320px) {
    .portalstages a.bigbutton {
        padding: 8px 5px 8px 5px!important;
    }

    .portalstages h2 {
        font-size: 28px!important;
        padding: 0 10px;
    }

    #portalthird a.fullpost:after {
        left: -75px!important;
    };
}

.shopproduct {
    display: block;
    position: relative;
    text-align: center;
    min-height: 485px;
    margin-bottom: 20px;
    cursor: pointer;
}

.shopproduct .spc {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 14px;
}

.shopproduct img {
    margin: 0 auto;
}

.shopproduct:hover img {
    text-decoration: none;
}

.shopproduct a.txt {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    padding: 0;
}

.shopproduct a.txt b {
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.portalstages .shopproduct p {
    position: relative;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    margin: 0;
    max-width: 100%;
    text-transform: none;
}

.portalstages .shopproduct .center {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 0 0 0;
    overflow: hidden;
}

.shopproduct span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 6px 0 8px 0;
}

.shopproduct span span {
    display: inline;
    font-size: 14px;
}

.shopproduct span.from {
    padding: 0 5px 0 0;
    font-size: 12px;
    font-weight: normal;
}

.shopproduct a:hover {
    text-decoration: none;
}

.shopproduct a.fullink {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #46c2d5;
    color: #46c2d5;
    font-size: 14px;
    line-height: 30px;
    max-width: 178px;
    margin: 0 auto;
    display: none;
}

.shopproduct a.fullink:hover {
    background: #46c2d5;
    border: 1px solid #46c2d5;
    color: #fff;
}

#supersized {
    margin: 0;
}

.loadmore {
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px 0 0 0;
}

#load_more_button {
    background: #fff;
    border: 1px solid #000;
    padding: 4px 25px;
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    color: #000;
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 100%;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
}

#load_more_button:hover {
    border: 1px solid #767676;
    color: #767676;
}

.loadmore .animation_image {
    padding: 15px 0;
    font-size: 14px;
    font-weight: normal;
}

.loadmore .animation_image img {
    margin: 0 15px 0 0;
}

#nav-cart {
    position: fixed;
    top: 34px;
    right: 20px;
    background: #fff;
    width: 280px;
    z-index: 6000;
    border-bottom: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding: 0;
    margin: 0;
    display: none;
}

#nav-cart .lined-header {
    color: #939393;
    font-size: 23px;
    max-width: 768px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#nav-cart .lined-header span {
    position: relative;
    max-width: 75%;
    display: inline-block;
}

#nav-cart .lined-header span:before,.lined-header span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #000;
    width: 20px;
    margin: 0 15px;
}

#nav-cart .lined-header span:before {
    right: 100%;
}

#nav-cart .lined-header span:after {
    left: 100%;
}

#nav-cart .inner {
    padding: 10px;
}

#nav-cart .mycart {
    padding-bottom: 15px;
}

#nav-cart .mycart .mycartinfo {
    float: left;
    width: 65%;
    margin-right: 2%;
}

#nav-cart .mycart .mycartinfo h3 {
    color: #000;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    margin: 0;
}

#nav-cart .mycart .mycartinfo p {
    color: #000;
    font-size: 12px;
    margin: 0;
}

#nav-cart .mycart .mycartinfo p span {
    font-size: 12px;
    color: #000;
}

#nav-cart .mycart .mycartinfo a.more {
    display: block;
    color: #000;
    font-size: 12px;
    text-decoration: underline;
    margin-bottom: 15px;
}

#nav-cart .mycart .mycartinfo a.more:hover {
    color: #46c2d5;
    text-decoration: none;
}

#nav-cart a.rmi {
    position: relative;
    display: block;
    color: #000!important;
    font-size: 12px;
}

#nav-cart a.rmi:after {
    content: 'x';
    position: absolute;
    top: -1px;
    left: 90px;
    display: block;
    color: #000;
    font-size: 12px;
    text-decoration: none;
}

#nav-cart .mycart .mycartimage {
    float: left;
    width: 33%;
}

#nav-cart .cartrow {
    padding: 9px 0 10px 0;
}

#nav-cart .cartrow.last {
    border: 0;
}

#nav-cart .cartrow a {
    float: left;
    font-size: 11px;
    text-decoration: underline;
    color: #000;
}

#nav-cart .cartrow a:hover {
    color: #46c2d5!important;
    text-decoration: none;
}

#nav-cart .cartrow p {
    display: inline;
    font-size: 11px;
    margin: 0;
}

#quick-login {
    position: fixed;
    top: 34px;
    right: 20px;
    background: #fff;
    width: 280px;
    z-index: 6000;
    border-bottom: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding: 0;
    margin: 0;
    display: none;
}

#quick-login .inner {
    padding: 10px;
}

#quick-login h2 {
    display: block;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 20px 0;
}

#quick-login h3 {
    display: block;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    margin: 15px 0 15px 0;
}

#quick-login .btn {
    display: block;
    margin: 0 auto;
}

#quick-login .form-control {
    background: #f6f6f6;
    border: 0;
    text-align: center;
    font-size: 13px;
}

#quick-login .register {
    width: 80%;
    margin: 35px auto 20px auto;
}

#quick-login .register a {
    display: block;
    width: 100%;
    border: 1px solid #000;
    text-align: center;
    padding: 6px 0;
}

#quick-login .register a:hover {
    border: 1px solid #46c2d5;
}

#navbuttonplus span.number,#nav-cart .cartrow span.number {
    float: right;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #ff0006;
    color: #fff;
    text-align: center;
    font-size: 10px;
    padding-top: 1px;
}

#nav-cart a.checkout {
    border: 1px solid #000;
    font-size: 14px;
    color: #000;
    display: block;
    margin: 15px 0;
    padding: 5px 0;
    text-decoration: none;
}

#nav-cart a.checkout:hover {
    text-decoration: none;
    border: 1px solid #46c2d5;
    color: #46c2d5;
}

#nav-cart .cartrow p.pull-left,#nav-cart .cartrow p.pull-right {
    font-size: 14px;
}

#nav-cart .cartrow p.pull-right {
    font-weight: 600;
}

#navbutton .icon {
    display: block;
    float: left;
    background: url(/static/coteetciel/img/mobilemenu.png) 0 0 no-repeat;
    width: 20px;
    height: 13px;
    margin: 7px 0 0 0;
}

.portalstages .buttons a.lb {
    display: none;
}

.videospot .js-video.vimeo {
    padding: 26.6% 0;
}

.videospot .hover-content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 15;
}

.videospot .hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.videospot .hover-content .play {
    margin: 0 auto;
    padding: 22% 0 0 0;
    position: relative;
    text-align: center;
}

.videospot .hover-content .play .vimeo {
    width: 15%;
    cursor: pointer;
}

.videospot .hover-content .vimeo:hover path {
    fill: #46c2d5;
}

.owl-carousel {
    float: left;
}

.useselect2 {
    letter-spacing: .10em;
    background-color: #fff;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-bottom: 1px solid #f2f2f2;
    color: #000;
    font-size: 14px;
    line-height: 31px;
    margin: 0 0 17px 0;
    overflow: hidden;
    padding: 8px 10px 8px 10px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    min-height: 31px;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: button;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 10px;
}

.img-zoom {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.contentmenu {
    list-style: outside none none;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    display: table;
    text-align: center;
    width: 100%;
}

.contentmenu .center {
    display: inline-block;
    margin: 0 auto;
    max-width: 1010px;
}

.contentmenu li {
    list-style: outside none none;
    float: left;
    padding: 0;
    position: relative;
    text-align: center;
    width: 200px;
    margin: 0;
    overflow: visible;
}

.contentmenu li h3,.contentmenu li a {
    color: #000;
    display: block;
    font-size: 14px;
    letter-spacing: .1em;
    padding: 30px 0;
    margin: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.menufilters .contentmenu li a {
    padding-bottom: 23px;
}

.menufilters .contentmenu li li a {
    padding-bottom: 12px;
    text-transform: none;
}

.contentmenu li.sfhover h3,.contentmenu li.sfhover a {
    color: #46c2d5;
}

.contentmenu li.sfhover li a {
    color: #000;
}

.contentmenu li ul {
    list-style: outside none none;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    display: none;
    left: -20px;
    position: absolute;
    top: 62px;
    width: 240px;
    z-index: 5;
}

.menufilters .contentmenu li ul {
    max-height: 359px;
    width: 260px;
    overflow: auto;
}

.contentmenu li ul.top {
    top: -210px;
}

.contentmenu li ul .inner,.contentmenu li ul .scontent,.contentmenu li ul .center {
    display: block;
    float: left;
}

.contentmenu li .mre {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    line-height: 25px;
    margin-left: -20px;
    position: absolute;
    top: 421px;
    width: 260px;
    z-index: 1000;
    display: none;
}

.contentmenu li.sfhover .mre {
    display: block;
}

.contentmenu li ul .center {
    margin: 0 auto;
    max-width: 1010px;
}

.contentmenu li ul li {
    border-right: medium none;
    float: left;
    padding: 0;
    text-align: center;
    width: 100%;
    min-width: 50px;
    list-style: outside none none;
    position: relative;
    margin: 0;
    overflow: visible;
}

.contentmenu li ul li a {
    border-bottom: 1px solid #f2f2f2;
    border-right: medium none;
    color: #000;
    font-size: 14px;
    padding: 12px 20px;
    position: relative;
    text-decoration: none;
}

.contentmenu li.sfhover ul li a:hover {
    color: #46c2d5;
}

.contentmenu .sfhover ul {
    display: block;
    overflow: visible;
}

.cms-home footer .newsletter {
    height: 44px;
}

footer .newsletter {
    background: #f6f6f6;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 10;
    overflow: hidden;
}

footer .newsletter .content {
    position: relative;
    z-index: 10;
}

footer .newsletter .close {
    position: absolute;
    display: block;
    right: 30px;
    top: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: 300;
    opacity: 1;
    cursor: pointer;
    z-index: 500;
    transform: scale(1.5,1);
    -webkit-transform: scale(1.5,1);
    -moz-transform: scale(1.5,1);
    -ms-transform: scale(1.5,1);
    -o-transform: scale(1.5,1);
}

footer .newsletter h3 {
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 40px;
    height: 44px;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
}

footer .newsletter h3:hover {
    background: #46c2d5;
    color: #fff;
}

footer .newsletter h2 {
    color: #000;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin: 30px 0 0;
    padding: 0 0 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

footer .newsletter h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 28px;
    text-align: center;
    position: relative;
}

footer .newsletter input.largesubscribenl {
    border: 1px solid #000;
    display: block;
    float: none;
    max-width: 500px;
    margin: 0 auto 10px auto;
    -webkit-appearance: button;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
}

footer .newsletter p {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    color: #000;
    text-align: justify;
    padding: 10px 0 20px 0;
}

.cookienotice {
    background: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 5500;
    border-bottom: 1px solid #f2f2f2;
}

.cookienotice .inner {
    position: relative;
    color: #999;
    font-size: 10px;
    line-height: 33px;
    text-align: right;
}

.cookienotice .inner a {
    color: #000;
    text-decoration: underline;
    padding: 0 55px 0 20px;
}

.cookienotice .inner a:hover {
    color: #46c2d5;
    text-decoration: none;
}

.cookienotice .inner .close {
    position: absolute;
    top: 7px;
    right: 20px;
    font-size: 16px;
    color: #999;
    text-shadow: none;
    opacity: 1;
    font-weight: 400;
    transform: scale(1.5,1);
    -webkit-transform: scale(1.5,1);
    -moz-transform: scale(1.5,1);
    -ms-transform: scale(1.5,1);
    -o-transform: scale(1.5,1);
}

.breadcrumb {
    border: 0;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 0;
}

.breadcrumb a {
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
}

.breadcrumb a.active {
    color: #46c2d5;
    text-decoration: none;
}

.cms-shop .col1-layout .shop {
    overflow: hidden;
}

section.mainmenu {
    min-height: 61px;
}

#countryselector .cntr {
    display: inline-block;
    margin: 0 auto;
    max-width: 1010px;
}

#countryselector .menufilters,#countryselector .contentmenu {
    background: 0;
}

#countryselector .menufilters .contentmenu li ul {
    width: 350px;
    left: -65px;
}

#portal_s1,#portal_s2,#portal_s3,#portal_s4,#portal_s5 {
    max-width: 1200px;
    margin: 0 auto 40px auto;
}

#portalfirststage {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 50px;
}

#portalfirststage .greenfalg {
    width: 100%;
    height: 400px;
    background: #b5f3cc;
    text-align: center;
    padding: 50px 0 0 0;
}

.portalstages {
    clear: both;
}

.portalstages h2 {
    position: relative;
    font-size: 60px;
    margin: 0 0 28px 0;
}

.portalstages h3 {
    font-size: 16px;
    position: relative;
    line-height: 20px;
    margin: 0 0 28px 0;
    font-weight: 600;
    color: #000;
}

.portalstages .video h3 {
    margin: 0;
}

.portalstages .fullsize .atc .cont {
    display: table;
    width: 100%;
    height: 100%;
}

#portal_s1 .col-sm-6 {
    padding: 0 5px;
}

.portalstages p {
    max-width: 460px;
    font-size: 14px;
    color: #000;
    margin: 0 auto 60px auto;
}

.portalstages .holder1 {
    width: 100%;
    position: relative;
    text-align: center;
    max-height: 340px;
    overflow: hidden;
}

.portalstages .holder1 .atc {
    top: auto;
    height: auto;
    bottom: 39px;
}

.portalstages .holder1 .buttons {
    width: 100%;
    margin: 0;
    padding: 0;
}

.portalstages .holder1 .buttons a {
    width: 180px;
    margin: 0 auto;
    float: none;
}

.portalstages .holder1 .buttons a.sn {
    background: #4c4b4a;
}

.portalstages .holder1 .buttons a.lb {
    background: #7d7c7c;
}

.portalstages .teaser {
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 10;
}

.portalstages .atc {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.portalstages .teaser h2 {
    font-size: 46px;
    line-height: 72px;
    padding: 30px 0 26px 0;
}

.portalstages .teaser h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 4px 0;
}

.portalstages .teaser p {
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: .02em;
    margin: 0 auto 35px auto;
}

.portalstages .image img {
    max-height: 260px;
}

.portalstages .fullsize .atc .middle {
    display: table-cell;
    vertical-align: middle;
}

.portalstages .fullsize .atc .middle .buttons {
    padding: 64px 0 16px 0;
}

.portalstages .fullsize h2 {
    font-size: 46px;
    line-height: 72px;
    padding: 0;
}

.portalstages .fullsize h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin: 30px 0 0 0;
}

.portalstages .fullsize p {
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 auto;
}

.portalstages .buttons {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 25px 0 0 0;
}

.portalstages .bottom {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.portalstages .buttons .col-xs-6 {
    padding: 0 10px;
}

.portalstages .buttons a {
    background: 0;
    display: block;
    float: left;
    width: 178px;
    border: 1px solid #000!important;
    margin: 0 8px;
    color: #000!important;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    padding: 0;
}

.portalstages .buttons a:hover {
    background: #46c2d5!important;
    text-decoration: none;
    border: 1px solid #46c2d5!important;
    color: #fff!important;
}

.portalstages .bb .big .left .buttons {
    display: block;
}

.portalstages .bb .big .left a {
    margin: 0 10px 10px 0;
    clear: both;
}

.portalstages .infotxt a {
    border: 1px solid #000;
    position: relative;
    font-size: 24px;
    display: block;
    width: 100%;
    padding: 40px 0;
    margin: 19px 0 20px 0;
    text-align: center;
    letter-spacing: .05em;
}

.portalstages .infotxt a:hover {
    color: #46c2d5;
    border: 1px solid #46c2d5;
}

.cms-home .main .slide {
    margin: 0 0 10px 0;
}

.slide.fullsize {
    padding: 100px 0;
    overflow: hidden;
    text-align: center;
}

.columnleft .fullsize {
    padding: 100px 0;
    margin: 10px 0 0 0;
    overflow: hidden;
    text-align: center;
}

#portalthird {
    padding: 50px 0 50px 0;
}

.portalstages .journal,.portalstages .video {
    text-align: center;
}

.portalstages .journal .img-responsive,.portalstages .pint .img-responsive {
    margin: 21px auto 0 auto;
}

#portal_s1,#portal_s2,#portal_s3,#portal_s4 {
    background-position: center top;
}

.portalstages .journal h2,.portalstages .video h2,.portalstages .newsletter h2 {
    position: relative;
    color: #000;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    margin: 50px 0 0 0;
    padding: 0 0 15px 0;
}

.journal img {
    margin-bottom: 19px;
}

.journal h3 {
    margin: 0;
}

.std .journal p,.std .video p {
    text-align: justify;
    width: 100%;
    padding: 25px 15px 0 15px;
    margin: 0;
    max-width: none;
}

.std .journal p a,.std .video p a {
    color: #767676;
    text-decoration: underline;
}

.std .journal p a:hover,.std .video p a:hover {
    text-decoration: none;
    color: #46c2d5;
}

.std .journal .description {
    display: none;
    padding: 0 0 25px 0;
}

.std .journal .description p {
    width: 100%;
    padding: 25px 15px 0 15px;
    margin: 0;
    text-align: justify;
    max-width: none;
}

.journal .fullpost {
    display: inline-block;
    position: relative;
    font-size: 16px;
    text-align: center;
    color: #000;
    cursor: pointer;
    width: auto;
    margin: 30px auto;
    overflow: visible;
}

.journal .fullpost:hover {
    color: #46c2d5;
}

.journal .fullpost:hover {
    text-decoration: none;
}

.videospot {
    position: relative;
    max-width: 1200px;
    margin: 21px auto 0 auto;
    z-index: 10;
}

.videospot .socialshare {
    background: #fff;
    position: absolute;
    top: 50%;
    right: -50px;
    width: 44px;
    height: 234px;
    margin: -117px 0 0 0;
    z-index: 100;
}

.videospot .socialshare a {
    display: block;
    width: 40px;
    height: 39px;
    margin: 0 2px;
    border-top: 1px solid #dbdbdb;
    text-align: center;
    line-height: 39px;
    color: #585858;
    text-decoration: none;
    opacity: .7;
}

.videospot .socialshare .share {
    font-size: 12px;
    text-align: center;
    border-top: 0;
    opacity: 1;
}

.videospot .socialshare .fb {
    background: url(/static/coteetciel/img/socialshare.png) -2px 0 no-repeat;
}

.videospot .socialshare .tw {
    background: url(/static/coteetciel/img/socialshare.png) -2px -38px no-repeat;
}

.videospot .socialshare .pi {
    background: url(/static/coteetciel/img/socialshare.png) -2px -75px no-repeat;
}

.videospot .socialshare .tb {
    background: url(/static/coteetciel/img/socialshare.png) -2px -113px no-repeat;
}

.videospot .socialshare .ma {
    background: url(/static/coteetciel/img/socialshare.png) -2px -150px no-repeat;
}

.pint .margin-bottom-10 {
    margin: 0 auto;
    margin-bottom: 17px;
}

.instafeed .margin-bottom-10 {
    margin-bottom: 15px;
}

.instafeed img,.pint img {
    border: 1px solid #f2f2f2;
}

.pint img {
    height: 187px;
}

.instafeed .ingi,.pint .ingi {
    padding: 0 4px;
}

.instafeed a,.pint a {
    color: #767676;
    position: relative;
    display: block;
    text-align: center;
    text-decoration: underline;
}

.instafeed a span {
    display: block;
    text-align: center;
    font-size: 16px;
    display: inline;
}

.instafeed a:hover,.instafeed a:hover span,.pint a:hover {
    color: #46c2d5;
    text-decoration: none;
}

.portalstages .newsletter form {
    display: block;
    width: 100%;
}

.portalstages .newsletter h3 {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    position: relative;
    text-align: center;
}

.portalstages .newsletter p {
    display: block;
    margin: 0 auto;
    text-align: justify;
    padding: 6px 0 0 0;
    max-width: 416px;
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape) {
    .portalstages a.bigbutton {
        padding: 8px 15px 8px 15px;
        font-size: 14px;
    }

    .infotxt span {
        font-size: 20px;
    };
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait) {
    .portalstages a.bigbutton {
        padding: 8px 10px 8px 10px;
        font-size: 15px;
    };
}

.portalstages .image {
    text-align: right;
    padding: 0 30px 0 0;
}

.portalstages .buttons a {
    float: none;
    margin: 0 auto;
}

#portal_s4 {
    margin: 0 auto;
    padding: 0 0 100px 0;
}

.journal .col-xs-12 {
    padding: 0 25px;
}

.pint .col-xs-12 {
    padding: 0 10px;
}

.journal .col-xs-4,.pint .col-xs-4 {
    padding: 0 5px;
}

body {
    color: #000;
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
}

a:hover,a:focus {
    text-decoration: none;
    color: #46c2d5;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}

.content {
    clear: both;
    float: none;
    padding: 25px 15px;
}

.main-container {
    width: 100%;
}

.col {
    max-width: 1200px;
    margin: 0 auto;
}

.form-control,.btn {
    border-radius: 0;
}

.btn {
    border: 1px solid #000;
    background: 0;
    font-size: 14px;
    color: #000;
    outline: 0;
    font-weight: normal;
}

.btn span,.btn span span {
    color: #000;
}

.btn:hover {
    border: 1px solid #46c2d5;
    color: #46c2d5;
}

.btn:hover span span {
    color: #46c2d5;
}

.page-print {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-popup {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

.col-left {
    float: left;
    width: 195px;
    padding: 0 0 1px;
}

.col-main {
    float: left;
    width: 685px;
    padding: 0 0 1px;
    min-height: 500px;
}

.col-right {
    float: right;
    width: 195px;
    padding: 0 0 1px;
}

.col1-layout .main {
    margin: 0 auto;
}

.col1-layout .col-main {
    float: none;
    width: auto;
}

.col2-left-layout .col-main {
    float: right;
}

.col3-layout .col-main {
    width: 475px;
    margin-left: 17px;
}

.col3-layout .col-wrapper {
    float: left;
    width: 687px;
}

.col3-layout .col-wrapper .col-main {
    float: right;
}

.col2-set .col-1 {
    float: left;
    width: 48.5%;
}

.col2-set .col-2 {
    float: right;
    width: 48.5%;
}

.col2-set .col-narrow {
    width: 32%;
}

.col2-set .col-wide {
    width: 65%;
}

.col3-set .col-1 {
    float: left;
    width: 32%;
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.col3-set .col-3 {
    float: right;
    width: 32%;
}

.col4-set .col-1 {
    float: left;
    width: 23.5%;
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}

.col4-set .col-3 {
    float: left;
    width: 23.5%;
}

.col4-set .col-4 {
    float: right;
    width: 23.5%;
}

.col-main h2 {
    font-size: 28px;
    padding: 0 0 20px 0;
    margin: 0;
    width: auto;
}

.col-main h5 {
    font-size: 28px;
    padding: 0 0 20px 0;
    margin: 0;
    color: #000;
    width: auto;
}

input,select,textarea,button {
    vertical-align: middle;
    color: #000;
}

input.input-text,select,textarea {
    background: #fff;
    border: 1px solid #fff;
    -webkit-appearance: button;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
}

input.input-text,textarea {
    padding: 2px;
}

select {
    padding: 1px;
}

select option {
    padding-right: 10px;
}

select.multiselect option {
    border-bottom: 1px solid #b6b6b6;
    padding: 2px 5px;
}

select.multiselect option:last-child {
    border-bottom: 0;
}

textarea {
    overflow: auto;
}

input.radio {
    margin-right: 3px;
}

input.checkbox {
    margin-right: 3px;
}

input.qty {
    width: 2.5em!important;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.button {
    -webkit-border-fit: lines;
}

button.button {
    background: 0;
    color: #000;
    height: 30px;
    overflow: visible;
    width: auto;
    border: 0;
    margin: 0;
    cursor: pointer;
    padding: 0 20px;
    min-width: 100px;
    border: 1px solid #000;
}

button.button span {
    display: block;
}

button.button:hover {
    color: #46c2d5;
    border: 1px solid #46c2d5;
}

button.button:hover span span {
    color: #46c2d5;
}

button.disabled span {
    border-color: #bbb!important;
    background: #bbb!important;
}

button.btn-checkout.no-checkout span {
    background-position: 0 100%;
    color: #b8baba;
}

button.btn-checkout.no-checkout span span {
    background-position: 100% 100%;
}

p.control input.checkbox,p.control input.radio {
    margin-right: 6px;
}

.form-list li {
    margin: 0 0 15px 0;
    list-style: none;
}

.form-list label {
    float: left;
    color: #000;
    font-weight: bold;
    position: relative;
    z-index: 0;
    margin-right: 5px;
}

.form-list li.control input.radio,.form-list li.control input.checkbox {
    margin-right: 6px;
    margin-top: 7px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

.form-list-narrow li {
    margin-bottom: 0;
}

.form-list-narrow li .input-box {
    margin-bottom: 6px;
}

.form-list-narrow li.wide .input-box {
    width: 260px;
}

.form-list-narrow li.wide input.input-text,.form-list-narrow li.wide textarea {
    width: 254px;
}

.form-list-narrow li.wide select {
    width: 260px;
}

.form-list .customer-name-prefix .input-box,.form-list .customer-name-suffix .input-box,.form-list .customer-name-prefix-suffix .input-box,.form-list .customer-name-prefix-middlename .input-box,.form-list .customer-name-middlename-suffix .input-box,.form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 65px;
}

.form-list .name-prefix select {
    width: 55px;
}

.form-list .name-prefix input.input-text {
    width: 49px;
}

.form-list .name-suffix {
    width: 65px;
}

.form-list .name-suffix select {
    width: 55px;
}

.form-list .name-suffix input.input-text {
    width: 49px;
}

.form-list .name-middlename {
    width: 70px;
}

.form-list .name-middlename input.input-text {
    width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,.form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix .name-firstname,.form-list .customer-name-middlename .name-firstname {
    width: 210px;
}

.form-list .customer-name-suffix .name-lastname,.form-list .customer-name-middlename .name-firstname,.form-list .customer-name-middlename-suffix .name-firstname,.form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,.form-list .customer-name-suffix .name-lastname input.input-text,.form-list .customer-name-middlename .name-firstname input.input-text,.form-list .customer-name-middlename-suffix .name-firstname input.input-text,.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-dob .dob-month,.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,.form-list .customer-dob .dob-month input.input-text {
    width: 46px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

.buttons-set {
    clear: both;
    margin: 4em 0 0;
    padding: 8px 35px 0 35px;
    text-align: right;
    margin-bottom: 70px;
}

.buttons-set a {
    font-size: 12px;
    text-decoration: underline;
}

.buttons-set a small {
    display: none;
}

.buttons-set a:hover {
    color: #46c2d5;
    text-decoration: none;
}

.buttons-set p.required {
    margin: 0 0 10px;
}

.buttons-set .back-link {
    float: left;
    margin: 0;
}

.buttons-set button.button {
    float: right;
    margin-left: 5px;
}

.buttons-set-order {
    margin: 10px 0 0;
}

.buttons-set-order .please-wait {
    padding: 12px 7px 0 0;
}

.fieldset {
    padding: 22px 25px 12px 33px;
    margin: 28px 0 50px 0;
}

.fieldset .legend {
    float: left;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin: -50px 0 0 -10px;
    padding: 0 8px;
    position: relative;
}

.validation-advice {
    font-weight: 600;
    color: #F00;
    padding: 0 0 15px 0!important;
    text-align: center;
}

.validation-failed {
    border: 1px solid #F00!important;
    background: #fff!important;
}

p.required {
    font-size: 12px;
    text-align: right;
    color: #a4a4a4;
}

.v-fix {
    float: left;
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

.success {
    color: #3d6611;
    font-weight: bold;
}

.error {
    color: #df280a;
    font-weight: bold;
}

.notice {
    color: #e26703;
}

.messages,.messages ul {
    list-style: none!important;
    margin: 0;
    padding: 0!important;
}

.messages {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.messages li {
    margin: 0 0 10px!important;
}

.messages li li {
    margin: 0 0 3px!important;
}

.error-msg,.success-msg,.note-msg,.notice-msg {
    border-style: solid!important;
    border-width: 1px!important;
    background-position: 10px 9px!important;
    background-repeat: no-repeat!important;
    min-height: 24px!important;
    padding: 8px 8px 8px 32px!important;
    font-size: 11px!important;
    font-weight: bold!important;
}

.error-msg {
    border-color: #000;
    background-color: #fff;
    color: #000;
}

.success-msg {
    border-color: #000;
    background-color: #fff;
    color: #000;
}

.note-msg,.notice-msg {
    border-color: #fcd344;
    background-color: #fafaec;
    color: #3d6611;
}

.breadcrumbs {
    font-size: 11px;
    line-height: 1.25;
    margin: 0 0 13px;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs li strong {
    font-weight: bold;
}

.page-title {
    width: 100%;
    overflow: hidden;
}

.page-title h1,.page-title h2 {
    color: #000;
    font-size: 22px!important;
    font-weight: 700;
    line-height: 30px;
    margin: 45px 0 0;
    padding: 70px 0 20px!important;
    text-align: center!important;
    text-decoration: none!important;
    text-transform: uppercase;
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
    margin: 7px 0 0;
}

.title-buttons {
    text-align: right;
}

.title-buttons h1,.title-buttons h2,.title-buttons h3,.title-buttons h4,.title-buttons h5,.title-buttons h6 {
    float: left;
}

.pager {
    font-size: 11px;
    background: #fff url(../images/bkg_toolbar.gif) 0 100% repeat-x;
    padding: 4px 8px;
    border-top: 1px solid #e2e2e2;
    text-align: center;
}

.pager .amount {
    float: left;
    margin: 0;
}

.pager .limiter {
    float: right;
}

.pager .limiter label {
    vertical-align: middle;
}

.pager .limiter select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle;
}

.pager .pages {
    margin: 0 140px;
}

.pager .pages ol {
    display: inline;
}

.pager .pages li {
    display: inline;
}

.sorter {
    font-size: 11px;
    background: #fff url(../images/bkg_toolbar.gif) 0 100% repeat-x;
    padding: 3px 8px;
    border-top: 1px solid #e2e2e2;
}

.sorter .view-mode {
    float: left;
    margin: 0;
}

.sorter .sort-by {
    float: right;
    padding-right: 36px;
}

.sorter .sort-by label {
    vertical-align: middle;
}

.sorter .sort-by select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle;
}

.toolbar .pager {
    padding: 3px 8px;
    border-bottom: 1px solid #fff;
}

.toolbar .sorter {
    border-bottom: 1px solid #fff;
}

.data-table {
    width: 100%;
}

.data-table td.last,.data-table th.last {
    border-right: 0;
}

.data-table th {
    padding: 3px 8px;
    font-weight: bold;
}

.data-table td {
    padding: 3px 8px;
}

.data-table thead th {
    font-weight: bold;
    padding: 2px 8px;
    color: #0a263c;
    white-space: nowrap;
    vertical-align: middle;
}

.data-table thead th.wrap {
    white-space: normal;
}

.data-table thead th a,.data-table thead th a:hover {
    color: #fff;
}

.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap;
}

.data-table tbody.odd tr td,.data-table tbody.even tr td {
    border-bottom: 0;
}

.data-table tbody.odd tr.border td,.data-table tbody.even tr.border td {
    border-bottom: 1px solid #d9dde3;
}

.data-table tbody td .option-label {
    font-weight: bold;
    font-style: italic;
}

.data-table tbody td .option-value {
    padding-left: 10px;
}

.info-box {
    background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.info-box h2 {
    font-weight: bold;
    font-size: 13px;
}

.info-table th {
    font-weight: bold;
    padding: 2px 15px 2px 0;
}

.info-table td {
    padding: 2px 0;
}

tr.summary-total {
    cursor: pointer;
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -52px;
}

tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465;
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
    font-style: italic;
}

.cart-tax-info {
    display: block;
}

.cart-tax-info,.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,.cart-tax-total .price {
    display: inline!important;
    font-weight: normal!important;
}

.cart-tax-total-expanded {
    background-position: 100% -52px;
}

.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

.std ul,.std ol,.std dl,.std p,.std address,.std blockquote {
    padding: 0;
}

.std ul {
    list-style: disc outside;
    padding-left: 1.5em;
}

.std ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul ul {
    list-style-type: circle;
}

.std ul ul,.std ol ol,.std ul ol,.std ol ul {
    margin: .5em 0;
}

.std dt {
    font-weight: bold;
}

.std dd {
    padding: 0 0 0 1.5em;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b,.std strong {
    font-weight: bold;
}

.std i,.std em {
    font-style: italic;
}

.links li {
    display: inline;
}

.links li.first {
    padding-left: 0!important;
}

.links li.last {
    background: none!important;
    padding-right: 0!important;
}

.link-cart {
    color: #dc6809!important;
    font-weight: bold;
}

.link-rss {
    background: url(../images/i_rss.gif) 0 2px no-repeat;
    padding-left: 18px;
    line-height: 14px;
    white-space: nowrap;
}

.btn-remove {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../img/btntrash.png) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-previous {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_previous.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(../img/btntrash.png) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-edit {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_edit.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.global-site-notice {
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.global-site-notice .notice-inner {
    width: 860px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(../images/i_notice.gif) 20px 25px no-repeat;
    text-align: left;
}

.global-site-notice .notice-inner p {
    margin: 0;
    border: 1px dotted #cccc73;
    padding: 10px;
}

.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}

.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    border: 0;
    text-align: center;
    color: #fff;
}

.demo-notice .notice-inner {
    width: auto;
    padding: 0;
    background: 0;
    text-align: center;
}

.demo-notice .notice-inner p {
    padding: 0;
    border: 0;
}

.nav-container {
    background: #0a263d url(../images/bkg_nav0.jpg) 50% 0 repeat-y;
}

#nav {
    width: 918px;
    margin: 0 auto;
    padding: 0 16px;
    font-size: 13px;
}

#nav li {
    position: relative;
    text-align: left;
}

#nav li.over {
    z-index: 998;
}

#nav a,#nav a:hover {
    display: block;
    line-height: 1.3em;
    text-decoration: none;
}

#nav span {
    display: block;
    cursor: pointer;
    white-space: nowrap;
}

#nav li ul span {
    white-space: normal;
}

#nav ul li.parent a {
    background: url(../images/bkg_nav2.gif) 100% 100% no-repeat;
}

#nav ul li.parent li a {
    background-image: none;
}

#nav li {
    float: left;
}

#nav li.active a {
    color: #d96708;
}

#nav a {
    float: left;
    padding: 5px 12px 6px 8px;
    color: #a7c6dd;
    font-weight: bold;
}

#nav li.over a,#nav a:hover {
    color: #d96708;
}

#nav ul li,#nav ul li.active {
    float: none;
    margin: 0;
    padding-bottom: 1px;
    background: #ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x;
}

#nav ul li.last {
    background: #ecf3f6;
    padding-bottom: 0;
}

#nav ul a,#nav ul a:hover {
    float: none;
    padding: 0;
    background: 0;
}

#nav ul li a {
    font-weight: normal!important;
}

#nav ul,#nav div {
    position: absolute;
    width: 15em;
    top: 27px;
    left: -10000px;
    border: 1px solid #899ba5;
}

#nav div ul {
    position: static;
    width: auto;
    border: 0;
}

#nav ul ul,#nav ul div {
    top: 5px;
}

#nav ul li a {
    background: #ecf3f6;
}

#nav ul li a:hover {
    background: #d5e4eb;
}

#nav ul li a,#nav ul li a:hover {
    color: #2f2f2f!important;
}

#nav ul span,#nav ul li.last li span {
    padding: 3px 15px 4px 15px;
}

#nav li ul.shown-sub,#nav li div.shown-sub {
    left: 0;
    z-index: 999;
}

#nav li .shown-sub ul.shown-sub,#nav li .shown-sub li div.shown-sub {
    left: 100px;
}

.block .block-title {
    padding: 0 0 1em;
}

.block .block-title strong {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
}

.block .block-title strong span {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 20px;
    text-align: left;
}

.block .block-title a {
    text-decoration: none!important;
}

.block .block-content {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.block .block-content li.item {
    padding: 7px 9px;
}

.block .btn-remove,.block .btn-edit {
    float: right;
    margin: 1px 0 2px 5px;
}

.block .actions {
    text-align: right;
}

.block .actions a {
    float: left;
}

.block .actions button.button {
    float: right;
}

.block .empty {
    margin: 0;
    padding: 5px 9px;
}

.block-cart,.block-wishlist,.block-subscribe,.block-compare,.block-reorder,.block-poll,.block-viewed,.block-compared,.block-related,.block-tags,.block-login {
    font-size: 11px;
    line-height: 1.25;
}

.block-cart .block-title strong,.block-wishlist .block-title strong,.block-subscribe .block-title strong,.block-compare .block-title strong,.block-reorder .block-title strong,.block-poll .block-title strong,.block-viewed .block-title strong,.block-compared .block-title strong,.block-related .block-title strong,.block-tags .block-title strong,.block-login .block-title strong {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 21px;
}

.mini-products-list .product-image {
    float: left;
    width: 50px;
    border: 1px solid #a9a9a9;
}

.mini-products-list .product-details {
    margin-left: 60px;
}

.block-cart .mini-products-list .product-details .product-name,.block-cart .mini-products-list .product-details .nobr small {
    word-wrap: break-word;
}

.block-cart .mini-products-list .product-details .nobr {
    white-space: normal!important;
}

.block-account {
    border-color: #ccc;
}

.block-account .block-content ul {
    list-style: none;
}

.block-account .block-content ul li {
    list-style: none;
}

.block-account .block-content li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 3px 0;
    color: #333;
    text-decoration: none!important;
}

.block-account .block-content li a:hover {
    color: #000;
}

.block-account .block-content li.last a {
    border-bottom: 0;
}

.block-account .block-content li.current {
    border-bottom: 1px solid #ddd;
    padding: 3px 0;
}

.block-account .block-content li.current.last {
    border-bottom: 0;
}

.block-currency {
    border: 0;
    background: url(../images/bkg_block-currency.gif) 0 0 no-repeat;
    padding: 7px 12px 10px;
    height: 51px;
}

.block-currency .block-title {
    background: 0;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}

.block-currency .block-title strong {
    font: bold 13px/21px Arial,Helvetica,sans-serif;
    background: url(../images/i_block-currency.gif) 0 50% no-repeat;
    padding: 0 0 0 21px;
    text-transform: none;
    color: #fff;
}

.block-currency .block-content {
    background: 0;
    padding: 0;
}

.block-currency .block-content select {
    width: 100%;
    padding: 0;
}

.block-layered-nav {
    border: 0;
}

.block-layered-nav .block-title {
    border: 0;
    padding: 0;
    height: 24px;
    background: url(../images/bkg_block-layered-title.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.block-layered-nav .block-subtitle {
    line-height: 1.35;
    background: #d5e8ff url(../images/bkg_block-layered1.gif) 0 50% repeat;
    padding: 3px 9px;
    border: 1px solid #b9ccdd;
    border-width: 1px 0;
    text-transform: uppercase;
    color: #1f5070;
}

.block-layered-nav .block-content {
    border: 1px solid #a0b3c3;
    background: #e7f1f4;
}

.block-layered-nav dt {
    background: url(../images/bkg_block-layered-dt.gif) 9px 11px no-repeat;
    padding: 7px 10px 0 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.block-layered-nav dd {
    padding: 0 12px 12px;
    background: url(../images/bkg_block-layered-dd.gif) 0 100% repeat-x;
}

.block-layered-nav dd.last {
    background: 0;
}

.block-layered-nav .currently li {
    background: #fff url(../images/bkg_block-layered-li.gif) 0 100% repeat-x;
    padding: 6px 24px 6px 10px;
    position: relative;
    z-index: 1;
    line-height: 1.5;
}

.block-layered-nav .currently .label {
    font-weight: bold;
    padding-left: 15px;
    background: url(../images/bkg_block-layered-label.gif) 0 4px no-repeat;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
}

.block-layered-nav .currently .value {
    display: inline-block;
    vertical-align: top;
}

.block-layered-nav .currently .btn-previous,.block-layered-nav .currently .btn-remove {
    position: absolute;
    right: 4px;
    top: 9px;
    margin: 0;
}

.block-layered-nav .currently .btn-previous {
    right: 17px;
}

.block-layered-nav .actions {
    font-size: 11px;
    padding: 4px 5px 4px 9px;
    background: #cad6e4;
    border: 1px solid #dee5e8;
    border-width: 1px 0;
    text-align: right;
}

.block-layered-nav .actions a {
    float: none;
}

.block-cart .block-title strong {
    background-image: url(../images/i_block-cart.gif);
}

.block-cart .summary {
    background: #fff;
    padding: 2px 8px 8px;
    margin: -1px 0 0;
    position: relative;
    z-index: 1;
}

.block-cart .amount {
    margin: 0;
}

.block-cart .amount a {
    font-weight: bold;
}

.block-cart .subtotal {
    margin: 5px 0 0;
    padding: 2px 0;
    background: #fbebd9;
    text-align: center;
}

.block-cart .subtotal .price {
    font-weight: bold;
}

.block-cart .actions {
    border-bottom: 1px solid #c2c2c2;
}

.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 8px 0;
}

.block-wishlist .block-title strong {
    background-image: url(../images/i_block-wishlist.gif);
}

.block-wishlist .actions {
    text-align: right;
}

.block-wishlist .actions a {
    float: none;
}

.block-related .block-title strong {
    background-image: url(../images/i_block-related.gif);
    background-position: 0 1px;
}

.block-related input.checkbox {
    float: left;
}

.block-related .product {
    margin-left: 20px;
}

.block-compare .block-title strong {
    background-image: url(../images/i_block-list.gif);
    background-position: 0 1px;
}

.block-compare button.button span {
    border-color: #406a83;
    background: #618499;
}

.page-popup .link-print {
    background: url(../images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
    font-weight: bold;
    color: #1e7ec8;
}

.compare-table {
    border: 0;
}

.compare-table thead tr.first th,.compare-table thead tr.first td {
    border: 0;
    background: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.compare-table .btn-remove {
    float: right;
    background-image: url(../images/btn_remove2.gif);
    width: 72px;
    height: 15px;
}

.compare-table tbody th {
    background: #d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y;
}

.compare-table tbody th,.compare-table tbody td {
    padding: 10px;
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.compare-table tbody td.last {
    border-right: 1px solid #ccc;
}

.compare-table tbody tr.last th,.compare-table tbody tr.last td {
    border-bottom: 1px solid #ccc!important;
}

.compare-table tr.add-to-row td {
    background: #fffada;
    text-align: center;
}

.compare-table tr.first td {
    text-align: center;
}

.compare-table tr.first td .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #203548;
}

.compare-table tr.first td .ratings {
    width: 69px;
    margin: 0 auto;
}

.compare-table tr.first td p,.compare-table tr.add-to-row td p {
    margin: 0;
}

.block-viewed .block-title strong {
    background-image: url(../images/i_block-viewed.gif);
}

.block-compared .block-title strong {
    background-image: url(../images/i_block-list.gif);
    background-position: 0 1px;
}

.block-poll .block-title strong {
    background-image: url(../images/i_block-poll.gif);
}

.block-poll .block-subtitle {
    font-size: 12px;
}

.block-poll label {
    color: #777;
    font-weight: bold;
}

.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
}

.block-poll li {
    padding: 3px 9px;
}

.block-poll .actions {
    margin: 5px 0 0;
}

.block-poll button.button span {
    border-color: #406a83;
    background: #618499;
}

.block-poll .answer {
    font-weight: bold;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}

.block-tags .block-title strong {
    background-image: url(../images/i_block-tags.gif);
}

.block-tags .block-content .tags-list {
    background: 0;
    border: 0;
    font-size: 12px;
}

.block-tags .block-content a {
    color: #1b2d3b;
}

.block-tags .actions {
    text-align: right;
}

.block-tags .actions a {
    float: none;
}

.block-subscribe .block-content {
    padding: 5px 10px;
}

.block-subscribe .block-title strong {
    background-image: url(../images/i_block-subscribe.gif);
}

.block-subscribe label {
    font-weight: bold;
    color: #666;
}

.block-subscribe input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.block-subscribe .actions {
    background: 0;
    padding: 0;
    margin: 3px 0 0;
    text-align: left;
}

.block-subscribe .actions button.button {
    float: none;
}

.block-subscribe .actions button.button span {
    border-color: #406a83;
    background: #618499;
}

.block-reorder .block-title strong {
    background-image: url(../images/i_block-list.gif);
}

.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}

.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}

.block-banner {
    border: 0;
}

.block-banner .block-content {
    padding: 0;
    text-align: center;
}

.block-login .block-title strong {
    background-image: url(../images/i_ma-info.gif);
}

.block-login .block-content {
    padding: 5px 10px;
}

.block-login label {
    font-weight: bold;
    color: #666;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.block-login .actions {
    background: 0;
    padding: 0;
    margin: 3px 0 0;
}

.block-login .actions button.button span {
    border-color: #406a83;
    background: #618499;
}

.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.sidebar .paypal-logo a {
    float: none;
}

.category-title {
    border: 0;
    margin: 0 0 7px;
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
}

.category-description {
    margin: 0 0 10px;
}

.products-grid {
    border-bottom: 1px solid #d9ddd3;
    background: url(../images/bkg_grid.gif) 0 0 repeat;
    position: relative;
}

.products-grid.last {
    border-bottom: 0;
}

.products-grid li.item {
    float: left;
    width: 138px;
    padding: 12px 10px 80px;
}

.products-grid .product-image {
    display: block;
    width: 135px;
    height: 135px;
    margin: 0 0 10px;
}

.products-grid .product-name {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 13px;
    color: #203548;
}

.products-grid .product-name a {
    color: #203548;
}

.products-grid .availability {
    line-height: 21px;
}

.products-grid .actions {
    position: absolute;
    bottom: 12px;
}

.col2-left-layout .products-grid,.col2-right-layout .products-grid {
    width: 632px;
    margin: 0 auto;
}

.col1-layout .products-grid {
    width: 790px;
    margin: 0 auto;
}

.products-list li.item {
    border-bottom: 1px solid #d9ddd3;
    padding: 12px 10px;
}

.products-list li.item.last {
    border-bottom: 0;
}

.products-list .product-image {
    float: left;
    width: 135px;
    height: 135px;
    margin: 0 0 10px;
}

.products-list .product-shop {
    margin-left: 150px;
}

.products-list .product-name {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 13px;
    color: #203548;
}

.products-list .product-name a {
    color: #203548;
}

.products-list .price-box {
    float: left;
    margin: 3px 13px 5px 0;
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list .desc {
    clear: both;
    padding: 6px 0 0;
    margin: 0 0 15px;
    line-height: 1.35;
}

.products-list .desc .link-learn {
    font-size: 11px;
}

.products-list .add-to-links {
    clear: both;
}

.products-list .add-to-links li {
    display: inline;
}

.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}

.no-rating {
    margin: 0;
}

.ratings {
    font-size: 11px;
    line-height: 1.25;
    margin: 7px 0;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.rating-box {
    width: 69px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bkg_rating.gif) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    float: left;
    height: 13px;
    background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings .rating-box {
    float: left;
    margin-right: 3px;
}

.ratings-table th,.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}

.availability {
    margin: 0;
}

.availability span {
    font-weight: bold;
}

.availability.out-of-stock span {
    color: #d83820;
}

.availability-only {
    margin: 10px 0 7px;
    line-height: 16px;
    background: url(../images/i_availability_only.gif) 0 50% no-repeat;
    padding-left: 15px;
}

.availability-only span,.availability-only a {
    border-bottom: 1px dashed #751d02;
    color: #000;
}

.availability-only a {
    background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only strong {
    color: #be2c00;
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #d2d6d9;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    background: #ebf0f3;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: bold;
}

.email-friend {
    margin: 0;
}

.alert-price {
    margin: 0;
    font-size: 11px;
}

.alert-stock {
    margin: 0;
    font-size: 11px;
}

.price {
    white-space: nowrap!important;
}

.price-box {
    margin: 5px 0 0 0;
}

.price-box .price {
    font-weight: bold;
    color: #c76200;
}

.regular-price {
    color: #000;
}

.regular-price .price {
    color: #000;
    display: block;
    font-size: 12px;
}

.block .regular-price,.block .regular-price .price {
    color: #2f2f2f;
}

.old-price {
    margin: 0;
}

.old-price .price-label {
    white-space: nowrap;
    color: #999;
}

.old-price .price {
    font-weight: bold;
    color: #c76200;
    text-decoration: line-through;
}

.special-price {
    margin: 0;
    padding: 3px 0;
}

.special-price .price-label {
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    color: #cd5033;
}

.special-price .price {
    font-size: 13px;
    font-weight: bold;
    color: #c76200;
}

.minimal-price {
    margin: 0;
}

.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.minimal-price-link {
    display: block;
}

.minimal-price-link .label {
    color: #1e7ec8;
}

.minimal-price-link .price {
    font-weight: normal;
    color: #1e7ec8;
}

.price-excluding-tax {
    display: block;
    color: #999;
}

.price-excluding-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-excluding-tax .price {
    font-size: 13px;
    font-weight: normal;
    color: #c76200;
}

.price-including-tax {
    display: block;
    color: #999;
}

.price-including-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-including-tax .price {
    font-size: 13px;
    font-weight: bold;
    color: #c76200;
}

.configured-price {
    margin: 0;
}

.configured-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.configured-price .price {
    font-weight: bold;
}

.weee {
    display: block;
    font-size: 11px;
    color: #444;
}

.weee .price {
    font-size: 11px;
    font-weight: normal;
}

.price-excl-tax {
    display: block;
}

.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-excl-tax .price {
    display: block;
}

.price-incl-tax {
    display: block;
}

.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-incl-tax .price {
    display: block;
    font-weight: bold;
}

.price-from {
    margin: 0;
}

.price-from .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-to {
    margin: 0;
}

.price-to .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-notice {
    padding-left: 10px;
    color: #999;
}

.price-notice .price {
    font-weight: bold;
    color: #2f2f2f;
}

.product-view .product-img-box {
    float: left;
    width: 267px;
}

.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}

.product-view .product-img-box .product-image {
    margin: 0 0 13px;
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: 265px;
    height: 265px;
    overflow: hidden;
    z-index: 9;
}

.product-view .product-img-box .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
}

.product-view .product-img-box .zoom-notice {
    font-size: 11px;
    margin: 0 0 5px;
    text-align: center;
}

.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url(../images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer;
}

.product-view .product-img-box .zoom.disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: "alpha(opacity=30)";
    opacity: .3;
}

.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px;
}

.product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0;
}

.product-view .product-img-box .more-views h2 {
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.product-view .product-img-box .more-views ul {
    margin-left: -9px;
}

.product-view .product-img-box .more-views li {
    float: left;
    margin: 0 0 8px 9px;
}

.product-view .product-img-box .more-views li a {
    float: left;
    width: 56px;
    height: 56px;
    border: 2px solid #ddd;
    overflow: hidden;
}

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.product-image-popup .nav {
    font-weight: bold;
    margin: 0 100px;
    text-align: center;
}

.product-image-popup .image {
    display: block;
    margin: 10px 0;
}

.product-image-popup .image-label {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #2f2f2f;
}

.product-view .product-shop {
    float: right;
    width: 330px;
}

.col1-layout .product-view .product-shop {
    float: right;
    width: 545px;
}

.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}

.product-view .product-shop .product-name {
    margin: 0 0 5px;
}

.product-view .product-shop .product-name h1 {
    margin: 0;
    font: bold 15px/1.35 Arial,Helvetica,sans-serif;
}

.product-view .product-shop .availability {
    margin: 10px 0;
}

.product-view .product-shop .short-description {
    margin: 10px 0;
    background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
    padding: 10px 0 0;
}

.product-view .product-shop .price-box {
    margin: 10px 0;
}

.product-view .product-shop .add-to-links {
    margin: 0;
}

.product-view .product-shop .add-to-links {
    font-size: 12px;
    text-align: right;
}

.product-view .product-shop .add-to-links li,.product-view .product-shop .add-to-links li .separator {
    display: inline;
}

.product-view .product-shop .add-to-links a {
    color: #1e7ec8!important;
    font-weight: normal!important;
}

.product-name {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
}

.product-name a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    text-align: left;
    text-decoration: none;
}

#wishlist-table .description,#wishlist-table textarea {
    display: none;
}

.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0;
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}

.page-sitemap .links a:hover {
    text-decoration: underline;
}

.page-sitemap .sitemap {
    margin: 12px;
}

.page-sitemap .sitemap a {
    color: #1b2d3b;
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a {
    color: #1e7ec8;
}

.cart-table th {
    padding: 2px 10px;
}

.cart-table td {
    padding: 10px;
}

.cart-table .product-name {
    font-weight: bold;
    margin: 0 0 5px;
    color: #2f2f2f;
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: bold;
    color: #df280a;
}

.cart-table tfoot td {
    padding: 5px 10px;
}

.cart-table .btn-continue {
    float: left;
}

.cart-table .btn-empty span,.cart-table .btn-continue span,.cart-table .btn-update span {
    border-color: #406a83;
    background: #618499;
}

.cart-table .btn-update,.cart-table .btn-empty {
    float: right;
}

.cart-table .btn-update {
    margin-left: 10px;
}

.item-options dt {
    font-weight: bold;
    font-style: italic;
}

.item-options dd {
    padding-left: 10px;
    margin: 0 0 6px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options>p {
    font-weight: bold;
    text-transform: uppercase;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

.sp-methods {
    margin: 0 0 8px;
}

.sp-methods dt {
    display: block;
    margin: 13px 0 0 0;
    width: 100%;
    min-height: 30px;
}

.sp-methods dd {
    display: block;
    margin: 0 0 15px 0;
    width: 100%;
}

.sp-methods dd li {
    margin: 5px 0;
}

.sp-methods label {
    font-weight: bold;
    margin: 0 0 0 5px!important;
}

.sp-methods .price {
    font-weight: bold;
}

.sp-methods .form-list {
    padding-left: 20px;
}

.sp-methods .form-list li {
    margin: 0 0 8px;
}

.sp-methods select.month {
    width: 154px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 3em!important;
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right;
}

.sp-methods .checkmo-list address {
    float: left;
}

.sp-methods .centinel-logos a {
    margin-right: 3px;
}

.sp-methods .centinel-logos img {
    vertical-align: middle;
}

.sp-methods .release-amounts {
    margin: .5em 0;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

.please-wait {
    float: right;
}

.please-wait img {
    vertical-align: middle;
}

.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px;
}

.tool-tip {
    border: 1px solid #7ba7c9;
    background: #eaf6ff;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999;
}

.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right;
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

.gift-messages h3 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}

.gift-messages p.control {
    color: #8e8d8b;
}

.gift-messages-form {
    position: relative;
}

.gift-messages-form label {
    float: none!important;
    position: static!important;
}

.gift-messages-form h4 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}

.gift-messages-form .whole-order {
    margin: 0 0 25px;
}

.gift-messages-form .item {
    margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}

.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}

.gift-messages-form .item .number {
    margin: 0;
    font-weight: bold;
    text-align: center;
    color: #8a8987;
}

.gift-messages-form .item .details {
    margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.gift-messages-form .item .details .form-list .field {
    width: 255px;
}

.gift-messages-form .item .details .form-list .input-box {
    width: 240px;
}

.gift-messages-form .item .details .form-list input.input-text {
    width: 234px;
}

.gift-messages-form .item .details .form-list li.wide .input-box {
    width: 500px;
}

.gift-messages-form .item .details .form-list li.wide textarea {
    width: 494px;
}

.gift-message-link {
    font-size: 11px;
    background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right: 7px;
}

.gift-message-link.expanded {
    background-position: 100% -40px;
}

.gift-message-row {
    background: #f2efe9;
}

.gift-message-row .btn-close {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.checkout-agreements li {
    margin: 30px 0;
}

.checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    background-color: #fbfaf6;
    border: 1px solid #bbb6a5;
}

.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px;
}

.checkout-agreements .agree input.checkbox {
    margin-right: 6px;
}

.checkout-agreements .agree label {
    font-weight: normal;
}

.checkout-agreements .agree label a {
    font-weight: normal;
}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent!important;
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
}

.opc .centinel {
    border: 1px solid #bbb6a5;
    border-width: 0 1px 1px;
    padding: 10px 30px;
}

.info-set {
    background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
}

.info-set h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.info-set h3,.info-set h4 {
    font-size: 13px;
    font-weight: bold;
    color: #e26703;
}

.info-set h2 a,.info-set h3 a,.info-set h4 a {
    font-weight: normal;
}

.info-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative;
}

.info-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}

.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.info-set .box {
    margin: 0 0 15px;
}

.info-set .box h2 {
    color: #e26703;
}

.info-set .data-table .product-name {
    font-size: 1em!important;
    font-weight: bold!important;
    color: #1e7ec8!important;
}

.info-set .data-table .product-name a {
    font-weight: bold!important;
}

.info-set .data-table .item-options {
    margin: 5px 0 0;
}

.checkout-progress {
    padding: 0 90px;
    margin: 0 0 20px;
}

.checkout-progress li {
    float: left;
    width: 19%;
    margin: 0 3px 0 0;
    border-top: 10px solid #999;
    padding: 2px 0 0;
    font-weight: bold;
    text-align: center;
    color: #abb5ba;
}

.checkout-progress li.active {
    border-top-color: #e96200;
    color: #e96200;
}

.multiple-checkout h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.multiple-checkout h3,.multiple-checkout h4 {
    font-size: 13px;
    font-weight: bold;
    color: #e26703;
}

.multiple-checkout h2 a,.multiple-checkout h3 a,.multiple-checkout h4 a {
    font-weight: normal;
}

.multiple-checkout .data-table .product-name {
    font-size: 1em!important;
    font-weight: bold!important;
    color: #1e7ec8!important;
}

.multiple-checkout .data-table .product-name a {
    font-weight: bold!important;
}

.multiple-checkout .data-table .item-options {
    margin: 5px 0 0;
}

.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px;
}

.multiple-checkout .col2-set,.multiple-checkout .col3-set {
    background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
}

.multiple-checkout .col2-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative;
}

.multiple-checkout .col2-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}

.multiple-checkout .col2-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.multiple-checkout .box {
    margin: 0 0 15px;
}

.multiple-checkout .box h2 {
    color: #e26703;
}

.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 27px 7px 0 0;
}

.multiple-checkout .place-order .grand-total {
    float: right;
    height: 71px;
    font-size: 1.5em;
    padding: 0 0 0 21px;
    background: url(../images/bkg_grand-total.gif) 0 0 no-repeat;
    overflow: hidden;
}

.multiple-checkout .place-order .grand-total .inner {
    float: left;
    height: 57px;
    padding: 14px 21px 0 0;
    background: url(../images/bkg_grand-total.gif) 100% 0 no-repeat;
}

.multiple-checkout .place-order .grand-total .inner div {
    display: inline;
}

.multiple-checkout .place-order .grand-total big {
    display: inline;
    margin-right: 12px;
}

.multiple-checkout .place-order .grand-total .price {
    color: #e26703;
}

.multiple-checkout .place-order .grand-total button.button span {
    font-size: 16px;
}

.multiple-checkout .place-order .grand-total button.button span span {
    padding: 0 45px 0 36px;
}

.multiple-checkout .title-buttons button.button span {
    border-color: #406a83;
    background: #618499;
}

#multiship-addresses-table td {
    padding: 10px;
}

#multiship-addresses-table tfoot td {
    padding: 5px 10px;
}

#multiship-addresses-table tfoot button.button span {
    border-color: #406a83;
    background: #618499;
}

.multiple-checkout .gift-messages-form .item .details .form-list {
    width: 100%;
    overflow: hidden;
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
    margin-right: -15px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field {
    width: 230px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
    width: 215px;
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
    width: 209px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
    width: 445px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
    width: 439px;
}

.checkout-multishipping-shipping .box-sp-methods {
    border: 1px solid #d9d2be;
    background: #f9f3e3;
    padding: 13px;
    position: relative;
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
    position: absolute;
    top: -20px;
    right: -40px;
    width: 178px;
    height: 41px;
    background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
    overflow: hidden;
}

.checkout-multishipping-billing .multiple-checkout {
    position: relative;
}

.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    float: left;
    display: inline;
    margin: 0;
    position: relative;
    width: 258px;
}

.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}

.registered-users .captcha-image {
    margin: 0;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }

    0% {
        -webkit-transform: rotate(-360deg);
    };
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }

    0% {
        -moz-transform: rotate(-360deg);
    };
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    0% {
        transform: rotate(-360deg);
    };
}

.window-overlay {
    background: url(../images/window_overlay.png) repeat;
    background: rgba(0,0,0,0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
}

.remember-me label {
    float: none;
    margin: 0 6px;
}

.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    -box-shadow: 0 0 6px #ccc;
    z-index: 1000;
}

.remember-me-popup h3 {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px;
}

.remember-me-popup .remember-me-popup-head {
    position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-body {
    padding: 10px;
}

.remember-me-popup .remember-me-popup-body a {
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    font: bold 12px/19px Arial,Helvetica,sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

.dashboard .welcome-msg {
    margin: 0 8em 1.5em 0;
}

.dashboard .welcome-msg p {
    margin: 0;
}

.dashboard .col2-set {
    margin: 0 0 15px;
}

.box-account {
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    margin: 0 0 20px;
}

.box-account .box-head {
    border-bottom: 1px solid #d9dde3;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    text-align: right;
}

.box-account .box-head h2 {
    float: left;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.box a {
    color: #000;
    text-decoration: underline;
}

.dashboard .box .box-title {
    background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 2px;
    margin: 0 0 8px;
    text-align: right;
}

.dashboard .box .box-title h3,.dashboard .box .box-title h4 {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}

.dashboard .box-recent .box-head h2 {
    background-image: url(../images/i_folder-table.gif);
}

.dashboard .box-info .box-head h2 {
    background-image: url(../images/i_ma-info.gif);
}

.dashboard .box-info h4 {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.dashboard .box-reviews .box-head h2 {
    background-image: url(../images/i_ma-reviews.gif);
}

.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}

.dashboard .box-reviews .details {
    margin-left: 20px;
}

.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
    margin: 0;
}

.dashboard .box-reviews .ratings {
    margin: 7px 0 0;
}

.dashboard .box-tags .box-head h2 {
    background-image: url(../images/i_ma-tags.gif);
}

.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}

.dashboard .box-tags .details {
    margin-left: 20px;
}

.dashboard .box-tags li.item {
    margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
    margin: 0;
}

.dashboard .box-tags .tags strong,.dashboard .box-tags .tags ul,.dashboard .box-tags .tags ul li {
    display: inline;
}

.addresses-list h2 {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

.addresses-list h3 {
    font-weight: bold;
    font-size: 13px;
    margin: 0;
}

.addresses-list address {
    margin: 0 0 3px;
}

.addresses-list p {
    margin: 0;
}

.addresses-list a {
    font-weight: bold;
}

.addresses-list .link-remove {
    color: #646464;
}

.addresses-list .separator {
    margin: 0 3px;
}

.addresses-list li.item {
    border: 1px solid #ccc;
    padding: 10px 13px;
    margin: 0 0 10px;
    list-style: none;
}

.addresses-list li.empty {
    background: 0;
    border: 0;
    padding: 0;
}

.addresses-list li.empty p {
    font-weight: bold;
}

.addresses-list .addresses-additional li.item {
    background: 0;
    border: 0;
    padding: 0;
}

.order-info {
    background: #dee5e8;
    border: 1px solid #d0cbc1;
    padding: 4px 8px;
    margin: 0 0 8px;
}

.order-info dt,.order-info dd,.order-info ul,.order-info li {
    display: inline;
}

.order-info .current {
    font-weight: bold;
}

.order-info li {
    margin: 0 3px;
}

.order-date {
    margin: 10px 0;
}

.order-info-box {
    background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.order-info-box h2 {
    font-weight: bold;
    font-size: 13px;
}

.order-info-box .box-payment p {
    margin: 0 0 3px;
}

.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}

.order-items {
    width: 100%;
    overflow-x: auto;
}

.order-items h2,.order-items h3 {
    clear: none;
    font-weight: bold;
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px;
    color: #0a263c;
}

.order-items .product-name {
    font-size: 1em!important;
    font-weight: bold!important;
}

.order-items .link-print {
    color: #1e7ec8;
    font-weight: normal;
}

.order-items .order-links {
    text-align: right;
}

.order-additional {
    margin: 15px 0;
}

.gift-message dt strong {
    color: #666;
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}

.order-about dt {
    font-weight: bold;
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup th,.tracking-table-popup td {
    padding: 1px 8px;
}

.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print h1 {
    font-size: 16px;
    font-weight: bold;
}

.page-print h2,.page-print h3 {
    font-size: 13px;
    font-weight: bold;
}

.page-print h2.h2 {
    font-size: 16px;
    font-weight: bold;
}

.page-print .order-date {
    background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.page-print .col2-set {
    margin: 0 0 10px;
}

.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .cart-price,.page-print .price-excl-tax .label,.page-print .price-incl-tax .label,.page-print .price-excl-tax .price,.page-print .price-incl-tax .price {
    display: inline;
}

.my-wishlist .data-table td {
    padding: 10px;
}

.my-wishlist .product-image {
    display: block;
    width: 113px;
    height: 113px;
    margin: 0 0 5px;
}

.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 109px;
}

.my-wishlist .buttons-set {
    margin-top: 2em;
}

.my-wishlist .buttons-set button.button {
    float: none;
}

#wishlist-table .add-to-links {
    white-space: nowrap;
}

.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
    float: right;
    margin: 4px 0 0 5px;
}

#my-tags-table {
    clear: both;
}

#my-tags-table td {
    padding: 10px;
}

#my-tags-table .add-to-links {
    white-space: nowrap;
}

#my-reviews-table td {
    padding: 10px;
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.product-review .product-details {
    margin-left: 150px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.product-review h3 {
    font-size: 12px;
    margin: 0 0 3px;
    color: #2f2f2f;
}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: bold;
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}

.billing-agreements .info-box {
    margin: 15px 0;
}

.billing-agreements .form-list li select {
    float: left;
}

.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}

.billing-agreements .table-caption {
    font-weight: bold;
    font-size: 13px;
}

.cart-msrp-totals {
    color: red;
    font-size: 12px!important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff;
}

.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100;
}

.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px;
}

.map-popup-heading h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}

.map-popup-arrow {
    background: url(../images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px;
}

.map-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px;
}

.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right;
}

.map-popup-checkout span {
    display: block;
    padding-right: 30px;
}

.map-popup-checkout .paypal-logo {
    margin: 0 0 5px;
}

.map-popup-price .price-box,.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}

.map-popup-price {
    margin: 5px 0 0;
}

.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word;
}

.map-popup-only-text {
    border-top: 1px solid #ddd;
}

.home-callout {
    margin-bottom: 12px;
}

.home-callout img {
    display: block;
}

.home-spot {
    float: left;
    width: 470px;
    margin-left: 20px;
}

.best-selling h3 {
    margin: 12px 0 6px 0;
    color: #e25203;
    font-size: 1.2em;
}

.best-selling table {
    border-top: 1px solid #ccc;
}

.best-selling tr.odd {
    background: #eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}

.best-selling tr.even {
    background: #fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}

.best-selling td {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 8px 8px;
    font-size: 11px;
}

.best-selling .product-img {
    float: left;
    border: 2px solid #dcdcdc;
}

.best-selling .product-description {
    margin-left: 107px;
    line-height: 1.3em;
}

.best-selling a.product-name,.home-spot .best-selling a.product-name:hover {
    color: #203548;
}

.clearer:after,.header-container:after,.header-container .top-container:after,.header:after,.header .quick-access:after,#nav:after,.main:after,.footer:after,.footer-container .bottom-container:after,.col-main:after,.col2-set:after,.col3-set:after,.col3-layout .product-options-bottom .price-box:after,.col4-set:after,.search-autocomplete li:after,.block .block-content:after,.block .actions:after,.block li.item:after,.block-poll li:after,.block-layered-nav .currently li:after,.page-title:after,.products-grid:after,.products-list li.item:after,.box-account .box-head:after,.dashboard .box .box-title:after,.box-reviews li.item:after,.box-tags li.item:after,.pager:after,.sorter:after,.ratings:after,.add-to-box:after,.add-to-cart:after,.product-essential:after,.product-collateral:after,.product-view .product-img-box .more-views ul:after,.product-view .box-tags .form-add:after,.product-view .product-shop .short-description:after,.product-view .box-description:after,.product-options .options-list li:after,.product-options-bottom:after,.product-review:after,.cart:after,.cart-collaterals:after,.cart .crosssell li.item:after,.opc .step-title:after,.checkout-progress:after,.multiple-checkout .place-order:after,.group-select li:after,.form-list li:after,.form-list .field:after,.buttons-set:after,.page-print .print-head:after,.advanced-search-summary:after,.gift-messages-form .item:after,.send-friend .form-list li p:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.guest-select {
    width: 305px!important;
}

.theadline .center {
    text-align: center;
}

.col-main .theadline h1 {
    font-size: 22px;
    line-height: 30px;
    text-align: center!important;
    text-decoration: none;
    text-transform: uppercase;
    margin: 45px 0 0 0;
    padding: 0 0 20px 0;
    font-weight: 700;
    color: #000;
}

.main .storelocator .head {
    position: relative;
}

.main .storelocator .intro {
    font-size: 14px;
    line-height: 19px;
    padding-top: 16px;
    font-weight: 600;
}

#results {
    min-height: 1000px;
}

#results .cleft {
    min-height: 1000px;
}

#results .content {
    float: right;
    padding: 0 30px 50px 30px;
}

#results .item {
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #b2b9bd;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

#results .item strong {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
}

#results .item a.map {
    position: absolute;
    top: 41px;
    right: 0;
}

#results .item a,#results .item a:hover {
    background: url(/static/coteetciel/img/marker.png) right 0 no-repeat;
    padding: 0 20px 0 0;
    color: #879399;
    line-height: 21px;
}

#countryselector {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
    z-index: 99900;
}

#countryselector .background {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#countryselector .incenter {
    position: absolute;
    top: 150px;
    left: 50%;
    margin: 0 0 0 -300px;
    z-index: 100;
    width: 600px;
    height: 100px;
    z-index: 100;
    text-align: center;
}

#countryselector .center h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center!important;
    text-decoration: none;
    text-transform: uppercase;
}

#countryselector select {
    background: #fff;
    border: 1px solid #000;
    margin: 10px 0;
    font-size: 14px;
}

#rma {
    float: left;
    width: 100%;
}

#rma.case {
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #ccc;
    width: 692px;
}

#rma h2 {
    font-size: 14px;
    font-weight: bold;
}

#rma .list {
    background: #fff;
    float: left;
    width: 692px;
    padding: 10px 15px;
    margin: 10px 0;
    border: 1px solid #ccc;
}

#rma .list .line {
    float: left;
    width: 100%;
    padding: 3px 0;
    border-top: 1px solid #ccc;
}

#rma .list .line.head {
    border: 0;
}

#rma .list .line.head span {
    font-weight: bold;
}

#rma .list .line .title {
    font-size: 13px;
    font-weight: bold;
    padding: 8px 0 2px 0;
}

#rma .list .line span {
    display: block;
    float: left;
}

#rma .info {
    float: left;
    width: 100%;
    padding: 8px 0;
}

#rma .info.nopad {
    padding: 0;
}

#rma .form .container {
    background: #fff;
    float: left;
    width: 707px;
    padding: 10px 0 10px 15px;
    margin: 10px 0;
    border: 1px solid #ccc;
}

#rma .form .container h3 {
    font-size: 14px;
    padding: 5px 0 10px 0;
}

#rma .form .inc {
    float: left;
    width: 100%;
}

#rma .form .inc .item {
    float: left;
    width: 220px;
    margin: 0 12px 12px 0;
    padding: 0 0 15px 0;
    border: 1px solid #e2e2e2;
}

#rma .form .inc .item.warranty {
    width: 690px;
}

#rma .form .inc .item .left {
    float: left;
    width: 100px;
    min-height: 150px;
    margin: 10px 10px 0 0;
}

#rma .form .inc .item .left img {
    display: block;
    float: left;
    cursor: pointer;
}

#rma .form .inc .item .content {
    float: left;
    width: 570px;
}

#rma .form .inc .item .content.new {
    float: left;
    width: 570px;
    margin: 0 0 0 20px;
}

#rma .form .inc .item .content .line {
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
}

#rma .form .inc .item .content .line .exchange_product,#rma .form .inc .item .content .line .material_other,#rma .form .inc .item .content .line .trims_other,#rma .form .inc .item .content .line .reason_other {
    display: none;
    float: left;
    padding: 10px 0 0 0;
}

#rma .form .inc .item .content .line .exchange_product input,#rma .form .inc .item .content .line .material_other input,#rma .form .inc .item .content .line .trims_other input,#rma .form .inc .item .content .line .reason_other input {
    display: block;
    float: left;
    margin: 0 0 0 160px;
}

#rma .form .inc .item .content .line label {
    display: block;
    float: left;
    text-align: left;
    width: 160px;
    padding: 2px 0 0 0;
}

#rma .form .inc .item .content .line input,#rma .form .inc .item .content .line textarea {
    display: block;
    float: left;
    text-align: left;
    padding: 3px 5px;
}

#rma .form .inc .item .content .line input {
    width: 395px;
}

#rma .form .inc .item .content .line input.file {
    padding: 0;
}

#rma .form .inc .item .content .line select {
    width: 250px;
}

#rma .form .inc .item .content .line textarea {
    width: 395px;
    height: 84px;
    overflow: auto;
}

#rma .form .inc .item .content .line textarea.returns {
    width: 395px;
    height: 52px;
    overflow: auto;
}

#rma .form .inc .item label {
    display: block;
    float: left;
    text-align: center;
    width: 100px;
    cursor: pointer;
}

#rma .form .inc .item .mark {
    display: block;
    float: left;
    width: 100px;
    padding: 2px 0 8px 0;
    text-align: center;
}

#rma .form .inc .item .select {
    float: left;
    width: 220px;
    text-align: center;
}

#rma .form .inc .item .select select {
    display: none;
}

#rma .form .submit {
    float: right;
    padding: 12px 30px 12px 0;
}

#rma .form .submit.repeat {
    float: left;
}

#rma .form .submit span {
    font-weight: bold;
}

#rma .form .required {
    float: left;
    padding: 16px 0 0 15px;
}

#rma .info.nopad a {
    color: #46c2d5;
    text-decoration: underline;
}

#rma .top .line {
    float: left;
    width: 100%;
    padding: 5px 0;
}

#rma .top .line label {
    display: block;
    float: left;
    text-align: left;
    width: 170px;
    padding: 2px 0 0 0;
}

#rma .top .line input {
    display: block;
    float: left;
    text-align: left;
    padding: 3px 5px;
    width: 250px;
}

#rma .top .line input.datepicker {
    width: 65px;
}

#rma .details {
    float: left;
    width: 100%;
    padding: 0 0 5px 0;
    color: #000;
    font-size: 13px;
}

#rma .details .line {
    float: left;
    width: 100%;
    padding: 3px 0 2px 0;
}

#rma .details .line span {
    font-weight: bold;
}

#rma.case .list {
    width: 660px;
}

#rma .success {
    color: #50b45e;
}

#rma .commment {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}

#rma .commment h2 {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
}

#rma .commment .line {
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}

#rma .commment .line strong {
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 5px 0;
}

#rma .commment .line textarea {
    display: block;
    float: left;
    width: 680px;
    height: 100px;
    padding: 5px;
    margin: 0 0 10px 0;
    overflow: auto;
}

#rma .commment .submit {
    float: left;
}

#rma .progress {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}

#rma .progress h2 {
    display: block;
    float: left;
    width: 100%;
    padding: 5px 0;
    margin: 0;
}

#rma .progress .attachments {
    float: left;
    width: 100%;
    padding: 10px 0;
}

#rma .commment .form label {
    display: block;
    float: left;
    width: 110px;
}

#rma .commment .form select {
    display: block;
    float: left;
    padding: 2px 3px;
    margin: 0 20px 0 0;
}

#rma .commment .form input {
    float: left;
    padding: 3px 5px;
    width: 300px;
}

#rma .commment .form input.oparcelservice {
    display: none;
    width: 100px;
}

.col1-layout {
    max-width: 1200px;
    margin: 120px auto 80px auto;
    padding: 0;
}

.cms-home .col1-layout .default-border-line,.cms-shop .col1-layout .default-border-line {
    display: none;
}

.cms-store-locator .col1-layout {
    max-width: 100%;
    margin-top: 114px;
}

.col-main h1 {
    font-size: 32px;
    text-decoration: underline;
    padding: 40px 0 40px 0;
    margin: 0;
    width: auto;
    text-align: center;
}

.col-main ul,.col-main ol {
    padding: 0;
}

.pagination {
    margin: 0;
}

.pagination a {
    margin-left: 8px;
}

.pagination .icon {
    background: #ececec;
    border-radius: 1px;
    padding: 5px 4px 1px;
    margin-left: 12px;
}

.pagination a:hover {
    text-decoration: none;
}

.login-form * {
    text-align: center;
}

.login-form h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center!important;
    text-decoration: none;
    text-transform: uppercase;
}

.login-form .form-control {
    background: #fff;
    border: 1px solid #fff;
    width: 60%;
    min-width: 150px;
    margin: 0 auto;
    font-size: 13px;
}

.login-form .form-link {
    display: block;
    padding-bottom: 2em;
}

.login-form .btn {
    padding-left: 30px;
    padding-right: 30px;
}

.container-with-large-icon {
    min-height: 420px;
    padding: 45px;
    position: relative;
    margin: 5px 0 0 0;
}

.container-with-large-icon .large-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.container-with-large-icon .wrap {
    position: relative;
}

.pagination-main {
    margin: 0 auto;
    padding: 0 0 35px;
    list-style-type: none;
    text-align: center;
}

.pagination-main li {
    display: inline-block;
    margin: 0;
    padding: 0 1px 0 0;
    color: #9c9c9c;
}

.pagination-main li a {
    display: inline-block;
    border: 1px solid #e5e5e5;
    width: 30px;
    height: 34px;
    text-align: center;
    border-radius: 2px;
}

.pagination-main li a:hover,.pagination-main li.active a {
    text-decoration: none;
    color: #fff;
    background: #ee3b27;
    border-color: #ee3b27;
}

.pagination-main li.active a {
    cursor: default;
}

.shop_teaser .img {
    background-position: center top;
}

.shop_teaser .headline {
    margin-top: 55px;
    margin-bottom: 20px;
    text-align: center;
}

.shop_teaser .headline.first {
    margin-top: 55px;
}

.shop_teaser .headline h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    display: inline;
    padding: 0;
}

.shop_teaser .fullsize {
    text-align: center;
    padding: 0 0 68px 0;
    cursor: pointer;
}

.shop_teaser .big,.shop_teaser .middle,.shop_teaser .small {
    padding: 0;
}

.shop_teaser .small.left {
    padding: 0 10px 0 0;
}

.shop_teaser .small.right {
    padding: 0 0 0 10px;
}

.shop_teaser .pod {
    position: relative;
    background-position: center;
    text-align: center;
    overflow: hidden;
    padding: 0 0 68px 0;
    cursor: pointer;
    z-index: 10;
}

.shop_teaser .pa {
    height: 68px!important;
    left: 0!important;
    position: absolute;
    bottom: 0!important;
    width: 100%;
    z-index: 50;
}

.shop_teaser .pa h3,.shop_teaser .middletext .atc h3,.shop_teaser .small .atc h3 {
    display: block;
    color: #000!important;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0 5px 0;
    font-weight: 600;
    margin: 0;
}

.shop_teaser .pa a,.shop_teaser .middletext .atc a,.shop_teaser .small .atc a {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
}

.shop_teaser .pa a:hover,.shop_teaser .middletext .atc a:hover,.shop_teaser .small .atc a:hover {
    color: #46c2d5;
}

.shop_teaser .middletext {
    padding: 0;
}

.shop_teaser .middletext .pod {
    padding: 0 0 68px 0;
}{padding:5px 0 0 0;font-size:18px;line-height:18px;
}

.shop_teaser .small .pod {
padding: 0 0 68px 0;
}

.shop_teaser .small .pod .img {
width: 100%;
height: 200px;
}

.shop_teaser .bl,.shop_teaser .br {
padding: 0 10px;
}

.shop_teaser .pod.top {
position: relative;
z-index: 10;
}

.shop_teaser .pod.left {
text-align: center;
}

.shop_teaser .pod.top .pa,.shop_teaser .pod.bottom .pa,.shop_teaser .middle .pod .pa,.shop_teaser .fullsize .pa {
position: absolute;
left: 0;
bottom: 35px;
z-index: 20px;
width: 100%;
}

.shop_teaser h3 {
display: block;
width: 100%;
font-size: 46px;
line-height: 72px;
text-align: center;
font-weight: normal;
margin: 0;
padding: 40px 0 26px 0;
}

.shop_teaser .pod.left h3 {
text-align: left;
}

.shop_teaser .bb .top h3 {
line-height: 200px;
}

.shop_teaser h4 {
display: block;
width: 100%;
font-size: 16px;
font-weight: normal;
line-height: 20px;
margin: 0 0 4px;
}

.shop_teaser .bb .top h4 {
padding: 90px 0 0 0;
}

.shop_teaser p {
font-size: 12px;
font-weight: normal;
margin: 0 auto 35px;
}

.shop_teaser img {
opacity: 1;
}

.shop_teaser .buttons {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
height: -webkit-calc(100% - 68px);
height: -moz-calc(100% - 68px);
height: calc(100% - 68px);
padding: 50% 0 0 0;
margin: -17px 0 0 0;
z-index: 100;
display: none;
}

.shop_teaser .buttons a.lb {
display: none;
}

.shop_teaser .small .buttons {
padding: 35% 0 0 0;
}

.shop_teaser .middletext .buttons {
padding: 23% 0 0 0;
}

.shop_teaser .fullsize .buttons {
padding: 12% 0 0 0;
}

.shop_teaser .buttons .middle {
position: relative;
}

.shop_teaser .buttons .center {
display: inline-block;
}

.shop_teaser .buttons a {
background: none repeat scroll 0 0 rgba(0,0,0,0);
border: 1px solid #424242;
color: #424242;
display: block;
float: left;
font-size: 15px;
line-height: 30px;
margin: 0 8px;
padding: 0;
text-align: center;
width: 178px;
text-decoration: none!important;
}

.shop_teaser .small .buttons a {
width: 120px;
}

.shop_teaser .small a:hover {
text-decoration: none;
}

.filterslide {
padding: 0 0 35px 0;
}

.category .col1-layout {
max-width: none;
margin-top: 109px;
}

#category_overview {
max-width: 1000px;
border-top: 1px solid #fff;
margin: 0 auto 0 auto;
overflow: hidden;
}

.category #category_overview {
max-width: 1148px;
}

.mystaticmenu .container {
width: auto;
}

.cms-home .col1-layout {
max-width: 1920px;
border: 0;
margin: 114px auto 0 auto;
}

.cms-shop .col1-layout {
max-width: 1920px;
border: 0;
margin-top: 114px;
}

.cms-shop .shop_teaser {
max-width: 1190px;
margin: 0 auto;
}

.catalog-product-view .headline {
margin: 95px auto 5px auto;
min-height: 28px;
text-align: center;
padding: 0;
}

.catalog-product-view .headline h2 {
color: #000;
font-size: 22px;
line-height: 26px;
font-weight: 700;
text-align: center;
display: inline;
text-transform: uppercase;
color: #000;
padding: 0;
}

.product-view {
max-width: 1000px;
margin: 0 auto;
padding: 78px 0 0 0;
}

.product-view h1 {
color: #000;
font-size: 18px;
line-height: 20px;
font-weight: 700;
text-align: left;
text-decoration: none;
margin: -5px 0 0 0;
padding: 0;
text-transform: uppercase;
letter-spacing: .05;
}

.product-color {
font-size: 14px;
color: #000;
padding: 4px 0;
}

.catalog-product-view .mainmenu {
max-width: 1200px;
margin: 0 auto;
}

.product-view {
text-align: left;
}

.product-view .price {
text-transform: uppercase;
font-size: 16px;
font-weight: 700;
}

.product-view .priceinfo {
font-size: 12px;
line-height: 16px;
color: #000;
padding: 0 0 15px 0;
}

.product-view .priceinfo a {
font-size: 12px;
color: #767676;
text-decoration: underline;
}

.product-view .priceinfo a:hover {
text-decoration: none;
color: #46c2d5;
}

.product-view .description {
font-size: 14px;
line-height: 19px;
color: #000;
text-align: justify;
padding: 9px 0 5px 0;
}

.product-view .line {
display: block;
width: 100%;
height: 1px;
background: #fff;
margin: 20px 0 10px 0;
}

.other-colors {
padding: 10px 0 5px 0;
}

.other-colors h3 {
font-size: 14px;
color: #000;
font-weight: normal;
padding: 0;
margin: 0;
}

.other-colors .colors {
padding: 15px 0 0 0;
overflow: hidden;
}

.other-colors .colors a {
display: block;
float: left;
width: 22px;
height: 22px;
overflow: hidden;
border-spacing: 2px;
}

.other-colors .colors span {
display: block;
float: left;
padding: 2px;
margin: 0;
border: 1px solid #fff;
}

.other-colors .colors span:hover,.other-colors .colors span.active {
border: 1px solid #46c2d5;
}

.colors a.black {
background: #252525;
color: #252525;
}

.colors a.black_melange {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -250px;
text-indent: -9999px;
}

.colors a.black_and_white {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -802px;
text-indent: -9999px;
}

.colors a.petrol_blue {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -835px;
text-indent: -9999px;
}

.colors a.brazilian_slate {
background: #000;
color: #000;
}

.colors a.olive_vitamin {
background: #90837d;
color: #90837d;
}

.colors a.carmine_red {
background: #e51a0f;
color: #e51a0f;
}

.colors a.deep_atlantic_blue {
background: #36354b;
color: #36354b;
}

.colors a.grey {
background: #868c8f;
color: #868c8f;
}

.colors a.grey_melange {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -283px;
text-indent: -9999px;
}

.colors a.indigo_blue {
background: #4b3f85;
color: #4b3f85;
}

.colors a.mandarin {
background: #e66c04;
color: #e66c04;
}

.colors a.mustard {
background: #be721a;
color: #be721a;
}

.colors a.new_toffy_brown {
background: #976745;
color: #976745;
}

.colors a.olive {
background: #65634f;
color: #65634f;
}

.colors a.orange {
background: #e03f14;
color: #e03f14;
}

.colors a.vivid_monk {
background: #b9573e;
color: #b9573e;
}

.colors a.volcanic_ash {
background: #747373;
color: #747373;
}

.colors a.silver {
background: #d1d1cf;
color: #d1d1cf;
}

.colors a.rayleigh_purple {
background: #8171ba;
color: #8171ba;
}

.colors a.afterglow_orange {
background: #ca886a;
color: #ca886a;
}

.colors a.sonoma_pink {
background: #c56692;
color: #c56692;
}

.colors a.sonoma_olive_vitamin {
background: #90817e;
color: #90817e;
}

.colors a.cinder_grey {
background: #5c5c5c;
color: #5c5c5c;
}

.colors a.icelandic_ash {
background: #686667;
color: #686667;
}

.colors a.roasted_chestnut {
background: #4e3b34;
color: #4e3b34;
}

.colors a.pacific_blue {
background: #2c3b5b;
color: #2c3b5b;
}

.colors a.scarlet_fever {
background: #d3362e;
color: #d3362e;
}

.colors a.summer_solstice {
background: #c9447e;
color: #c9447e;
}

.colors a.obsidian {
background: #222;
color: #222;
}

.colors a.weathered_taupe {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -406px;
text-indent: -9999px;
}

.colors a.deep_olive {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -373px;
text-indent: -9999px;
}

.colors a.citrine {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -472px;
text-indent: -9999px;
}

.colors a.yummy_plum {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -505px;
text-indent: -9999px;
}

.colors a.light_amethyst {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -439px;
text-indent: -9999px;
}

.colors a.grid {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -538px;
text-indent: -9999px;
}

.colors a.red_melange {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -571px;
text-indent: -9999px;
}

.colors a.blue {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -604px;
text-indent: -9999px;
}

.colors a.red {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -637px;
text-indent: -9999px;
}

.colors a.stone_grey_crypsis {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -670px;
text-indent: -9999px;
}

.colors a.feldspath {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -703px;
text-indent: -9999px;
}

.colors a.granite {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -736px;
text-indent: -9999px;
}

.colors a.basalt {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -769px;
text-indent: -9999px;
}

.colors a.deep_forest_green {
background: #6f6a57;
color: #6f6a57;
}

.colors a.midnight_blue {
background: #3f424b;
color: #3f424b;
}

.colors a.anthracite_blue {
background: #3e404f;
color: #3e404f;
}

.colors a.cloud_grey {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -868px;
text-indent: -9999px;
}

.colors a.lava_rock {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -901px;
text-indent: -9999px;
}

.colors a.firebrick_red {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -934px;
text-indent: -9999px;
}

.colors a.gunmetal_grey {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -967px;
text-indent: -9999px;
}

.colors a.khaki {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -1000px;
text-indent: -9999px;
}

.colors a.magnolia_white {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -1033px;
text-indent: -9999px;
}

.colors a.black_currant {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -1066px;
text-indent: -9999px;
}

.colors a.concrete_herringbone {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -1099px;
text-indent: -9999px;
}

.colors a.moonmist {
background: url(/static/coteetciel/img/sprite.png) no-repeat 0 -1132px;
text-indent: -9999px;
}

.colors a.black_taupe_indigo_blue {
background: url(/static/coteetciel/img/colors/black_taupe_indigo_blue.png) no-repeat 0 0;
background-size: 22px;
text-indent: -9999px;
}

.colors a.black_pink_dark_orchid {
background: url(/static/coteetciel/img/colors/black_pink_dark_orchid.png) no-repeat 0 0;
background-size: 22px;
text-indent: -9999px;
}

.colors a.black_currant {
background: url(/static/coteetciel/img/colors/black_currant.png) no-repeat 0 0;
background-size: 22px;
text-indent: -9999px;
}

.colors a.moonmist {
background: url(/static/coteetciel/img/colors/moon_mist.png) no-repeat 0 0;
background-size: 22px;
text-indent: -9999px;
}

.product-view .product-opts {
float: left;
width: 100%;
}

.product-view .product-opts .product-options {
width: 100%;
}

.product-view .product-opts .sortselects {
padding: 0;
}

.product-view .product-opts .qty {
padding: 0;
}

.product-view .product-opts .product-options div {
padding: 0;
}

.product-view .contact {
float: left;
width: 100%;
padding: 5px 0 45px 0;
}

.product-view .contact span {
color: #000;
font-size: 12px;
}

.product-view .contact .col-xs-12 {
padding: 0;
}

.product-view .contact a {
color: #767676;
font-size: 12px;
text-decoration: underline;
}

.product-view .contact a:hover {
color: #46c2d5;
text-decoration: none;
}

.product-view #product_code {
display: none;
}

.product-view .product-opts .super-attribute-select {
background-color: #fff;
background-position: 97% center;
background-repeat: no-repeat;
border-bottom: 1px solid #f2f2f2;
color: #000;
font-size: inherit;
margin: 0 0 17px 0;
overflow: hidden;
padding: 5px 10px;
text-overflow: ellipsis;
text-transform: none;
white-space: nowrap;
width: 100%;
min-height: 31px;
-webkit-appearance: button;
-webkit-border-radius: 0;
-webkit-box-shadow: none;
-webkit-padding-end: 20px;
-webkit-padding-start: 10px;
}

.add-to-box button {
background: none repeat scroll 0 0 #fff;
border: 1px solid #000;
color: #000;
font-size: 14px;
text-align: center;
width: 100%;
line-height: 30px;
padding: 2px 0 0 0;
}

.add-to-box button:hover {
background: #46c2d5;
border: 1px solid #46c2d5;
color: #fff;
}

.add-to-box .link-wishlist {
display: block;
background: #fff;
color: #000;
font-size: 14px;
text-align: center;
width: 100%;
line-height: 30px;
padding: 2px 0 0 0;
border: 0;
margin: 5px 0;
}

.add-to-box .link-wishlist:hover {
text-decoration: none;
color: #46c2d5;
}

.product-view .product-opts .right {
float: right;
min-width: 92px;
}

.product-view .product-opts .right .minus {
background: #fff;
display: block;
float: left;
height: 34px;
width: 31px;
overflow: hidden;
color: #000;
border: 1px solid #000;
cursor: pointer;
text-align: center;
font-size: 16px;
line-height: 31px;
}

.product-view .product-opts .right .qty {
display: block;
float: left;
background: #fff;
height: 34px;
width: 31px;
overflow: hidden;
border: 0;
padding: 2px 0 0 0;
text-align: center;
color: #000;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
-webkit-appearance: button;
-webkit-border-radius: 0;
-webkit-box-shadow: none;
}

.product-view .product-opts .right .plus {
background: #fff;
display: block;
float: left;
height: 34px;
width: 31px;
overflow: hidden;
border: 1px solid #000;
cursor: pointer;
text-align: center;
font-size: 16px;
line-height: 31px;
}

.product-view .product-opts .right .minus:hover,.product-view .product-opts .right .plus:hover {
border: 1px solid #46c2d5;
color: #46c2d5;
}

.product_image {
position: relative;
margin: 0 0 0 -15px;
width: 500px;
}

.product_image div {
padding: 0;
}

.product_image .mainimage {
width: 100%;
height: 520px;
position: relative;
z-index: 10;
overflow: hidden;
}

#mainimage {
display: block;
width: 100%;
height: 100%;
position: relative;
z-index: 20;
cursor: pointer;
}

.product_image .mainimage img {
display: block;
width: 100%;
position: absolute;
top: -75px;
z-index: 25;
}

.product_image .mainimage .zoom_txt {
display: none;
width: 100%;
position: absolute;
top: 18px;
z-index: 30;
text-align: center;
font-size: 12px;
color: #626262;
}

.product_image .mainimage .zoom {
background: url(/static/coteetciel/img/product_zoom.png) 0 0 no-repeat;
display: block;
width: 11px;
height: 11px;
position: absolute;
top: 21px;
right: 16px;
z-index: 35;
}

.product_image .socialshare {
background: #fff;
position: absolute;
top: 143px;
right: -44px;
width: 44px;
height: 234px;
z-index: 100;
}

.socialshare a {
display: block;
width: 40px;
height: 39px;
margin: 0 2px;
text-align: center;
line-height: 39px;
color: #000;
text-decoration: none;
}

.socialshare a i {
font-size: 17px;
}

.socialshare .share {
font-size: 12px;
text-align: center;
border-top: 0;
color: #000;
}

.socialshare a:hover i {
color: #46c2d5;
}

.socialshare .share:hover {
color: #000;
}

#owl-productthumbnails {
height: 100px;
z-index: 200;
margin: 8px 0;
}

#owl-productthumbnails .owl-pagination {
display: none;
}

#owl-productthumbnails .owl-prev {
background: url(/static/coteetciel/img/thumbnailsarrows.png) 0 0 no-repeat;
width: 12px;
height: 100px;
top: 0;
left: 0;
}

#owl-productthumbnails .owl-next {
background: url(/static/coteetciel/img/thumbnailsarrows.png) -12px 0 no-repeat;
width: 12px;
height: 100px;
top: 0;
right: 0;
}

#owl-productthumbnails .item a {
cursor: pointer;
}

.product-view .tabs {
max-width: 1000px;
margin: 35px auto 0 auto;
position: relative;
height: 60px;
z-index: 10;
}

.product-view .tabs .tab_headline {
position: absolute;
top: 0;
left: 0;
display: block;
float: left;
width: 100%;
list-style: none;
border-bottom: 1px solid #f2f2f2;
text-align: center;
margin: 0;
z-index: 20;
}

.product-view .tabs .background_line {
position: absolute;
top: 45px;
left: 0;
width: 100%;
border-bottom: 1px solid #fff;
z-index: 15;
}

.product-view .tabs .tab_headline li {
display: inline-block;
list-style: none;
padding: 0 30px;
position: relative;
}

.product-view .tabs .tab_headline li a {
display: block;
height: 46px;
font-size: 14px;
line-height: 44px;
text-align: center;
color: #000;
text-decoration: none;
cursor: pointer;
text-transform: uppercase;
}

.product-view .tabs .tab_headline li a:hover {
color: #46c2d5;
}

.product-view .tabs .tab_headline li a.active {
color: #46c2d5;
}

#tab_1 .col-md-4 {
text-align: center;
font-size: 12px;
}

#tab_1 .sizes {
float: left;
width: 20px;
margin: 0;
}

#tab_1 .sizelist {
padding: 30px 0 0 0;
}

#tab_1 .sizelist p {
color: #000;
}

#tab_1 .dcont {
text-align: left;
line-height: 20px;
}

#tab_1 .dcont h3 {
color: #000;
font-size: 12px;
line-height: 20px;
text-align: left;
margin: 5px 0 0 0;
}

.product-view .tab_content {
max-width: 1000px;
margin: 27px auto 0 auto;
min-height: 520px;
}

#tab_2 div {
padding: 0;
}

#owl-materialdetails {
height: 520px;
}

#owl-materialdetails img {
width: 100%;
}

#owl-materialdetails .tcenter {
display: table;
height: 100%;
position: absolute;
width: 100%;
}

#owl-materialdetails .tcenter {
display: table;
height: 100%;
width: 100%;
}

#owl-materialdetails .tcenter p {
display: table-cell;
vertical-align: middle;
}

#owl-materialdetails .owl-prev {
background: url(/static/coteetciel/img/tabarrows.png) 0 0 no-repeat;
width: 65px;
height: 65px;
top: 230px;
left: 531px;
}

#owl-materialdetails .owl-next {
background: url(/static/coteetciel/img/tabarrows.png) 0 -83px no-repeat;
width: 65px;
height: 65px;
right: auto;
top: 230px;
right: 0;
}

#owl-materialdetails .owl-item .item {
position: relative;
z-index: 10;
}

#owl-materialdetails .owl-item .item .description {
position: absolute;
width: 330px;
height: 100%;
top: 0;
left: 50%;
margin: 0 0 0 -150px;
z-index: 20;
}

#owl-materialdetails .owl-item .item .description h3 {
font-size: 18px;
line-height: 20px;
margin: 0 0 15px 0;
}

#owl-materialdetails .owl-item .item .description p {
font-size: 14px;
line-height: 20px;
text-align: center;
color: #000;
}

#owl-materialdetails .owl-pagination {
display: inline-table;
position: absolute;
right: 0;
top: 480px;
width: 500px;
text-align: center;
padding: 0;
z-index: 30;
}

#owl-materialdetails .owl-pagination {
padding: 0!important;
}

#owl-materialdetails .owl-controls .owl-page span {
display: block;
border: 0;
background: #fff;
margin: 0 7px;
width: 10px;
height: 10px;
border: 1px solid #000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#owl-materialdetails .owl-controls .owl-page.active span {
background: #46c2d5;
border: 1px solid #46c2d5;
}

#owl-materialdetails .owl-controls .owl-page span:hover {
border: 1px solid #46c2d5;
}

#tab_1 .dcont {
width: 100%;
float: left;
padding: 0 0 20px 0;
}

#tab_1 .dcont .line {
background: 0;
float: left;
width: 100%;
border: 0;
height: auto;
margin: 0;
}

#tab_1 .dcont .line .upper {
display: block;
float: left;
height: 35px;
font-size: 14px;
font-weight: bold;
color: #000;
}

#tab_1 .dcont .line .size {
display: block;
float: left;
height: 35px;
font-size: 12px;
font-weight: bold;
color: #000;
padding: 6px 0 0 5px;
}

#tab_1 .dcont .block {
float: left;
width: 100%;
font-size: 12px;
color: #000;
padding: 0 0 20px 0;
}

#tab_1 .dcont .block span {
display: block;
float: left;
width: 100%;
padding: 0 0 5px 0;
font-weight: bold;
}

#tab_1 .sizet {
padding: 55px 0 0 0;
}

#tab_2 p {
margin: 0;
padding: 25px 0 0 0;
font-size: 14px;
line-height: 19px;
color: #000;
text-align: center;
}

#tab_2 p u {
text-decoration: none;
}

#tab_2 p a,#tab_2 p a span {
color: #767676;
text-decoration: underline;
}

#tab_2 p a:hover,#tab_2 p a:hover span {
color: #46c2d5;
text-decoration: none;
}

#discover {
max-width: 1000px;
overflow: hidden;
margin: 0 auto;
}

#discover .video {
position: relative;
width: 100%;
margin: 0 auto 20px auto;
z-index: 10;
}

#discover .video .hover {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
cursor: pointer;
z-index: 10;
}

#discover .video .hover-content {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
cursor: pointer;
z-index: 100;
}

#discover .video .hover-content .play {
padding: 26.2% 0 0 0;
position: relative;
z-index: 10;
}

#discover .video .hover-content .discover {
padding: 285px 0 0 0;
position: relative;
z-index: 10;
}

#discover .video .hover-content a {
color: #fff;
font-size: 22px;
line-height: 60px;
text-align: center;
font-weight: normal;
padding: 15px 90px;
}

#discover .video .hover-content .vimeo {
cursor: pointer;
width: 10%;
}

#discover .discover_image {
padding: 0 10px;
height: 270px;
margin: 0 0 20px 0;
position: relative;
cursor: pointer;
overflow: hidden;
z-index: 10;
}

#discover .discover_image img {
width: 100%;
}

#discover .discover_image .hover {
position: absolute;
left: 0;
bottom: -80px;
width: 100%;
margin: 0;
color: #fff;
z-index: 20;
display: 0;
}

#discover .discover_image .hover .inner {
background: rgba(0,0,0,0.8);
margin: 0 10px;
padding: 15px 0 15px 25px;
}

#discover .discover_image .hover .location {
font-size: 12px;
line-height: 12px;
}

#discover .discover_image .hover .title {
font-size: 16px;
line-height: 18px;
font-weight: bold;
}

#ul-moreviews {
display: none;
}

#scthumbs #ul-moreviews {
display: block;
list-style: none;
}

#scthumbs #ul-moreviews li {
display: block;
padding: 0 0 10px 0;
list-style: none;
}

#scthumbs #ul-moreviews li a {
cursor: pointer;
}

#supersized-loader {
display: none;
position: absolute;
top: 50%;
left: 50%;
z-index: 0;
width: 60px;
height: 60px;
margin: -30px 0 0 -30px;
text-indent: -999em;
background: url(/static/coteetciel/supersized/progress.gif) no-repeat center center;
}

#supersized {
display: none;
background: #fff;
position: absolute;
left: 0;
top: 0;
overflow: hidden;
height: 100%;
width: 100%;
}

#supersized-controls {
background: #fff;
position: fixed;
left: 0;
top: 0;
overflow: hidden;
height: 100%;
width: 100%;
z-index: 11000;
}

#moarea {
position: relative;
width: 100%;
margin: 100px 0;
z-index: 12000;
}

#supersized img {
width: auto;
height: auto;
position: relative;
display: none;
outline: 0;
border: 0;
}

#supersized.speed img {
-ms-interpolation-mode: nearest-neighbor;
image-rendering: -moz-crisp-edges;
}

#supersized.quality img {
-ms-interpolation-mode: bicubic;
image-rendering: optimizeQuality;
}

#supersized li {
display: block;
list-style: none;
position: fixed;
overflow: hidden;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#supersized a {
display: block;
height: auto;
left: 0;
min-height: 100%;
min-width: 1024px;
overflow: hidden;
text-align: center;
position: fixed;
top: 0;
width: 100%;
}

#supersized li.prevslide {
z-index: -20;
}

#supersized li.image-loading {
background: #fff url(/static/coteetciel/supersized/progress.gif) no-repeat center center;
width: 100%;
height: 100%;
}

#supersized li.image-loading img {
visibility: hidden;
}

#supersized li.prevslide img,#supersized li.activeslide img {
display: inline;
}

#tray-button {
float: right;
margin-top: 1px;
border-left: 1px solid #333;
background: url(/static/coteetciel/supersized/bg-hover.png) repeat-x 0 44px;
}

#tray-button:hover {
background-position: 0 1px;
cursor: pointer;
}

#progress-back {
z-index: 5;
position: fixed;
bottom: 42px;
left: 0;
height: 8px;
width: 100%;
background: url(/static/coteetciel/supersized/progress-back.png) repeat-x;
}

#progress-bar {
position: relative;
height: 8px;
width: 100%;
background: url(/static/coteetciel/supersized/progress-bar.png) repeat-x;
}

#scthumbs {
position: fixed;
top: 40px;
left: 80px;
width: 76px;
z-index: 13000;
}

#scclose {
background: url(/static/coteetciel/img/xbutton.png) no-repeat 0 0;
z-index: 13100;
position: fixed;
top: 130px;
right: 115px;
width: 23px;
height: 23px;
cursor: pointer;
overflow: hidden;
}

#supersized-controls .close_txt {
position: absolute;
top: 40px;
width: 100%;
text-align: center;
font-size: 12px;
color: #626262;
z-index: 1000;
}

.btn-primary {
border: 0;
}

section .container ul {
list-style: none;
}

section .container ul li {
list-style: none;
}

.checkout-cart-index .fakemenubar {
display: block;
}

.cart .headline {
float: left;
padding: 0;
}

.cart .headline h2 {
color: #000;
font-size: 22px;
font-weight: 700;
line-height: 30px;
margin: 85px 0 0;
text-align: left;
text-decoration: none;
}

.cart .help {
text-align: right;
font-size: 12px;
padding: 96px 15px 40px 15px;
}

.cart .help a {
text-decoration: underline;
}

.cart .help a:hover {
text-decoration: none;
}

.shopping-cart table {
width: 100%;
}

.shopping-cart {
padding: 0 0 40px 0;
}

.shopping-cart th {
padding: 15px 0 10px 0;
border-bottom: 1px solid #dbdbdb;
font-size: 14px;
font-weight: normal;
color: #000;
text-align: left;
vertical-align: bottom;
}

.shopping-cart th.product_name {
width: 40%;
}

.shopping-cart td {
padding: 15px 0;
border-bottom: 1px solid #dbdbdb;
vertical-align: top;
}

.main th.center,.main td.center {
text-align: center;
}

.main th.right,.main td.right {
text-align: right;
}

.shopping-cart * {
color: #000;
}

.shopping-cart td .td-name a {
display: block;
font-size: 14px;
line-height: 19px;
font-weight: bold;
text-align: left;
text-decoration: none;
}

.shopping-cart td .attribute-list {
font-size: 12px;
color: #000;
}

.shopping-cart td .attribute-list span {
color: #000;
}

.shopping-cart td .color {
font-size: 14px;
}

.shopping-cart td .qty {
width: 60px;
}

.shopping-cart td .form-control {
display: block;
margin: -3px 0 0 46px;
width: 44px;
line-height: 18px;
height: auto;
padding: 4px 12px;
text-align: center;
}

.shopping-cart .btn {
background: #fff;
color: #000;
padding: 5px 0;
}

.cart .col-md-3 {
font-size: 12px;
color: #000;
}

.cart .discount-form label {
font-weight: normal;
color: #000;
}

.cart .shippingnt p {
color: #000;
font-size: 12px;
line-height: 17px;
font-weight: normal;
padding: 0;
}

.cart .coupon h2,.cart .notification h2,.cart .shippingnt h2,.cart .checkout h2 {
font-size: 14px;
font-weight: normal;
text-align: left;
padding: 0 0 20px 0;
margin: 0;
color: #000;
}

.cart .coupon .inner,.cart .notification .inner,.cart .shippingnt .inner {
padding: 0 20px 0 0;
}

.cart .coupon .inner input,.cart .notification .inner input,.cart .shippingnt .inner input {
border: 1px solid #000;
width: 100%;
padding: 0 10px;
line-height: 30px;
min-height: 30px;
}

.cart .shippingnt .inner select {
border: 1px solid #000;
width: 100%;
padding: 7px 0 7px 5px;
line-height: 30px;
}

.cart .checkout .totals {
padding: 0 0 0 20px;
}

.cart .form-list {
margin: 0;
}

.cart .buttons-set {
text-align: left;
margin: 0;
}

.cart .discount-form .buttons-set {
margin: 8px 0 0 0;
}

.cart .buttons-set .btn {
width: 100%;
}

.cart .checkout-types {
padding: 30px 0 0 0;
margin: 0;
}

button.btn-checkout {
background: #fff;
padding: 0;
margin: 0;
width: 100%;
}

button.btn-checkout span {
display: inline-block;
font-size: 14px;
line-height: 32px;
font-weight: normal;
text-align: center;
color: #000;
width: 100%;
}

button.btn-checkout span span {
width: auto;
font-size: 14px;
}

button.btn-checkout:hover,button.btn-checkout:active {
background: #fff;
color: #000;
outline: 0;
}

#review-buttons-container button.btn-checkout {
float: right;
width: auto;
}

#shopping-cart-totals-table {
width: 100%;
}

#shopping-cart-totals-table td {
padding: 0;
}

#shopping-cart-totals-table tbody td {
padding: 0 0 15px 0;
}

#shopping-cart-totals-table td span {
text-align: right;
}

#shopping-cart-totals-table .subtitle,#shopping-cart-totals-table .subtitle strong {
font-size: 14px!important;
font-weight: normal;
text-align: left;
color: #000;
}

.cart a.remove-button {
display: block;
float: right;
margin: 118px 0 0 0;
font-size: 12px;
color: #808080;
text-decoration: underline;
}

#shopping-cart-totals-table * {
color: #000;
}

#shopping-cart-totals-table td.right {
font-size: 12px!important;
color: #000!important;
}

.cart .notification * {
color: #000;
}

.cart .notification a {
color: #000;
text-decoration: underline;
}

.cart .notification a:hover {
color: #46c2d5;
text-decoration: none;
}

.cart .shipping-form .form-list li {
float: left;
width: 100%;
}

.cart .shipping-form .buttons-set {
padding-top: 16px;
}

.cart .shipping-form .form-list .input-box {
float: left;
width: 100%;
}

.checkout-onepage-index .page-title {
text-align: center;
min-height: 44px;
margin: 0 0 35px 0;
padding: 0;
}

.checkout-onepage-index h1 {
color: #000;
font-size: 24px;
line-height: 30px;
margin: 45px 0 0;
text-align: left;
text-decoration: none;
}

.opc-block-progress {
margin: 0;
}

.opc-block-progress * {
color: #000;
}

.opc-block-progress .block-title strong span {
display: block;
width: 100%;
font-size: 22px;
text-align: center;
line-height: 30px;
border-bottom: 1px solid #f2f2f2;
margin: 0 0 18px 0;
text-transform: none;
}

.opc-block-progress .block-content {
padding: 0;
margin: 0;
}

.block-progress dt {
border: 0;
color: #000;
font-size: 14px!important;
font-weight: bold;
padding: 2px 20px;
}

.block-progress dt a {
color: #000;
font-size: 14px!important;
font-weight: bold;
text-decoration: underline;
}

.block-progress .complete {
font-size: 12px;
padding: 10px 20px 0 20px;
}

.opc,.opc li {
list-style: none;
}

.opc .buttons-set {
margin-top: 0;
padding-top: 2em;
}

.opc .buttons-set p.required {
margin: 0;
padding: 0 0 10px;
}

.opc .buttons-set .back-link small {
display: none;
}

.opc .buttons-set.disabled button.button {
display: none;
}

.opc .buttons-set .please-wait {
height: 21px;
line-height: 21px;
}

.opc .ul {
list-style: disc outside;
padding-left: 18px;
}

.opc {
position: relative;
font-size: 12px;
}

.opc .step-title h2 {
font-size: 14px;
font-weight: bold;
text-align: left;
text-decoration: none;
margin: 15px 0;
}

.opc .step-title a {
display: none;
}

.opc .step {
padding: 0 0 35px 0;
}

#opc-login,#opc-billing,#opc-shipping,#opc-shipping_method,#opc-payment {
border-bottom: 1px solid #f2f2f2;
}

#opc-login .buttons-set {
border: 0;
}

#opc-login h3 {
color: #000;
font-size: 14px;
font-weight: bold;
}

#checkoutSteps button.button {
background: #fff;
border: 1px solid #000;
padding: 0 20px;
}

#checkoutSteps button.button span span {
font-size: 14px;
text-transform: none;
color: #000;
}

#opc-shipping_method .buttons-set {
border-top: 0;
}

.opc .gift-messages-form {
margin: 0 -30px;
background: #f6f1eb;
border: 1px solid #e9e4de;
border-width: 1px 0;
padding: 22px 24px 22px 30px;
}

.opc .gift-messages-form .inner-box {
padding: 5px;
height: 260px;
overflow: auto;
}

#opc-review .step {
border: 0;
padding: 0;
}

#opc-review .item-options {
margin: 5px 0 0;
}

#opc-review .buttons-set .please-wait {
height: 40px;
line-height: 40px;
}

#opc-review .authentication {
margin: 0 auto;
width: 570px;
}

#opc-review .warning-message {
color: #222;
font-weight: bold;
text-align: center;
padding: 10px 10px 0;
}

.opc input {
display: block;
float: left;
margin: 0;
}

.opc label {
display: block;
float: left;
margin: 1px 0 0 0;
font-size: 12px;
}

.login-border {
border-right: 1px solid #f2f2f2;
}

#checkout-step-login .col-md-6 {
min-height: 350px;
position: relative;
}

.opc .btn {
position: absolute;
bottom: 0;
right: 20px;
display: block;
float: right;
min-width: 140px;
padding: 3px 0;
}

.login-box #login-form li {
margin: 0;
}

.login-box #login-form input {
border: 1px solid #000;
line-height: 30px;
min-height: 30px;
padding: 0 5px;
width: 100%;
max-width: 404px;
}

.login-box #login-form .input-box {
display: block;
float: left;
width: 100%;
margin: 0 0 20px 0;
}

.login-box .buttons-set {
padding: 0 5px 0 0;
margin: 0;
}

.login-box .buttons-set p {
display: block;
float: right;
}

.login-box .buttons-set a {
display: block;
float: left;
}

.opc .field {
padding: 0 0 8px 0;
}

.opc .field label {
width: 100px;
margin: 2px 10px 0 0;
}

.opc .field .input-box {
float: left;
}

.opc .wide label {
width: 100px;
margin: 2px 10px 0 0;
}

.required em {
display: block;
float: right;
}

.opc .field input {
border: 1px solid #000;
width: 290px;
padding: 3px 5px;
}

.opc .field select {
display: block;
float: left;
border: 1px solid #000;
width: 290px;
height: 32px;
}

.opc .wide input {
border: 1px solid #000;
width: 290px;
padding: 3px 5px;
}

.opc .wide select {
display: block;
float: left;
border: 1px solid #000;
width: 290px;
height: auto;
padding: 3px 5px;
}

.opc .validation-advice {
float: left;
margin: 0;
padding: 2px 0 0 5px;
}

.opc .wide label.select {
width: 100%;
margin: 0 0 5px 0;
clear: both;
}

.opc .wide .choose select {
width: auto;
}

.opc .sp-methods li {
float: left;
width: 100%;
color: #000;
}

.opc .sp-methods li label {
padding: 0 0 0 5px;
cursor: pointer;
}

.block-progress .complete p strong {
font-weight: normal;
}

.shipping-form ul li {
display: block;
float: left;
margin: 0;
padding: 0;
}

.shipping-form ul li input {
display: block;
float: left;
}

.shipping-form ul li label {
display: block;
float: left;
padding: 5px 0 0 3px;
}

#review-buttons-container {
padding: 0 0 35px 0;
}

#review-buttons-container .f-left {
float: left;
}

#review-buttons-container .f-left a {
color: #000;
}

.opc .checkout-agreements .agree {
border-top: 1px solid #dbdbdb;
border-bottom: 1px solid #000;
height: 50px;
padding: 15px 0 0 0;
}

#checkout-review-table td {
vertical-align: top;
}

#checkout-review-table thead th {
padding: 0;
color: #000;
font-size: 18px;
font-weight: normal;
text-transform: uppercase;
padding: 0 0 15px 0;
}

#checkout-review-table thead th.a-center {
padding: 0 0 15px 20px;
min-width: 50px;
text-align: right;
}

#checkout-review-table tbody td {
text-align: right;
padding: 20px 0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

#checkout-review-table tbody .a-center {
text-align: right;
padding: 20px 0 20px 20px;
}

#checkout-review-table tbody .a-left {
text-align: left;
}

#opc-review .product-name {
font-size: 24px;
font-weight: normal;
text-transform: uppercase;
}

#opc-review .color,#opc-review .size {
font-weight: bold;
}

#checkout-review-table tfoot td,#checkout-review-table tfoot td strong {
text-align: right;
padding: 3px 0;
font-size: 18px!important;
font-weight: normal;
text-transform: uppercase;
border: none!important;
}

#checkout-review-table tfoot .a-right {
text-align: right;
padding: 0 0 0 20px;
}

#checkout-review-table tfoot .first td {
text-align: right;
padding: 30px 0 3px 0;
}

#checkout-review-table tfoot td .price {
display: block;
text-align: right;
font-size: 12px;
line-height: 25px;
}

#checkout-review-table tfoot td strong .price {
font-size: 18px;
}

#owl-portal,#owl-watch,#owl-storelocator {
width: 130%;
margin: 0 0 0 -15%;
}

#owl-portal .owl-prev,#owl-watch .owl-prev,#owl-storelocator .owl-prev {
background: 0;
width: 64px;
height: 60px;
padding: 10px;
top: 50%;
left: 12%;
margin: -30px 0 0 0;
}

#owl-portal .owl-next,#owl-watch .owl-next,#owl-storelocator .owl-next {
background: 0;
width: 64px;
height: 60px;
padding: 10px;
top: 50%;
right: 11.7%;
margin: -30px 0 0 0;
}

#owl-portal .owl-prev i,#owl-portal .owl-next i,#owl-watch .owl-prev i,#owl-watch .owl-next i,#owl-storelocator .owl-prev i,#owl-storelocator .owl-next i {
font-size: 40px;
color: #fff;
font-style: normal;
font-weight: 300;
}

#owl-portal .owl-wrapper-outer,#owl-watch .owl-wrapper-outer,#owl-storelocator .owl-wrapper-outer {
height: 100%;
}

#owl-portal .owl-wrapper,#owl-watch .owl-wrapper,#owl-storelocator .owl-wrapper {
height: 100%;
}

#owl-portal .owl-item,#owl-watch .owl-item,#owl-storelocator .owl-item {
height: 100%;
background: #fff;
}

#owl-portal .owl-item .item,#owl-watch .owl-item .item,#owl-storelocator .owl-item .item {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
width: 100%;
}

#owl-portal .owl-item .item img,#owl-watch .owl-item .item img,#owl-storelocator .owl-item .item img {
margin: 0 auto;
max-width: none;
width: 100%;
}

#owl-shophome {
width: 130%;
margin: 0 0 0 -15%;
}

#owl-shophome .owl-prev {
background: 0;
width: 64px;
height: 60px;
padding: 10px;
top: 50%;
left: 12%;
margin: -30px 0 0 0;
}

#owl-shophome .owl-next {
background: 0;
width: 64px;
height: 60px;
padding: 10px;
top: 50%;
right: 11.7%;
margin: -30px 0 0 0;
}

#owl-shophome .owl-prev i,#owl-shophome .owl-next i {
font-size: 40px;
color: #fff;
font-style: normal;
font-weight: 300;
}

#owl-shophome .owl-wrapper-outer {
height: 100%;
}

#owl-shophome .owl-wrapper {
height: 100%;
}

#owl-shophome .owl-item {
height: 100%;
background: #fff;
}

#owl-shophome .owl-item .item {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
width: 100%;
}

#contactForm .form-list label,.my-account .form-list label {
display: block;
float: left;
min-width: 120px;
font-weight: bold;
}

#contactForm .form-list .input-box,.my-account .input-box {
display: block;
float: left;
margin: 0 0 0 10px;
}

#contactForm .form-list .input-box input,.my-account .input-box input {
width: 400px;
background: #fff;
}

#contactForm .form-list br {
display: none;
}

#contactForm .form-list select {
background: #fff;
display: block;
float: left;
margin: 0 0 0 10px;
width: 400px;
}

#contactForm .form-list .input-box textarea {
background: #fff;
width: 400px;
height: 150px;
}

.my-account #street_2 {
margin: 0 0 0 120px;
}

.my-account .control input,.my-account .control label {
display: block;
float: left;
margin: 2px 0 0 0;
}

.video360thumbnail {
float: right;
width: auto;
height: 100px;
margin: 8px 0;
padding: 0;
cursor: pointer;
}

.video360thumbnail .img {
float: left;
width: 80px;
height: 100px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.product_image .col-xs-9 {
width: 82%;
}

.video360 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
display: none;
}

.margin-bottom-10 {
margin-bottom: 10px;
}

.pager li {
padding: 0 5px;
}

.pager li>a,.pager li>span {
border-radius: 0;
border: 0;
padding: 0;
}

.data-table td a {
color: #000!important;
font-weight: normal!important;
}

span.required {
color: #000!important;
padding: 0 0 0 3px;
}

#helpdesk-ticket-form div {
margin: 0 0 10px 0;
}

#helpdesk-ticket-form .button-set {
margin: 20px 0;
}

.shop_teaser .bb {
padding: 0 10px;
}

.shop_teaser .bb .pod.left h3 {
text-align: center;
}

.shop_teaser .atc {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 50;
}

.shop_teaser .small .pod .atc {
top: auto;
bottom: 0;
height: 68px;
}

.shop_teaser .middletext .pod .atc {
top: auto;
bottom: 0;
height: 68px;
}

#owl-portal .item a,#owl-shophome .item a {
display: block;
width: 100%;
height: 100%;
cursor: pointer;
}

.js-video {
height: 0;
padding-top: 25px;
padding-bottom: 67.5%;
position: relative;
overflow: hidden;
}

.js-video.widescreen {
padding-bottom: 57.25%;
}

.js-video.vimeo {
padding-top: 0;
}

.js-video embed,.js-video iframe,.js-video object,.js-video video {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
}

.catalog-product-view .col1-layout .default-border-line {
max-width: 1000px;
}

.col1-layout .cms-page {
float: none;
max-width: 1040px;
margin: 0 auto;
text-align: center;
}

#messages_product_view {
margin-top: 45px;
clear: both;
}

.container.cart {
max-width: 1040px;
}

.no-product {
max-width: 1010px;
margin: 0 auto;
}

.no-product * {
color: #000;
text-align: center;
}

.no-product h1 {
color: #000;
font-size: 22px;
font-weight: 700;
line-height: 30px;
margin: 45px 0 0;
padding: 70px 0 20px;
text-align: center!important;
text-decoration: none;
text-transform: uppercase;
}

#wishlist-view-form table,#wishlist-view-form tr,#wishlist-view-form th,#wishlist-view-form td {
border: 0;
}

.my-account button.button {
background: #fff;
color: #000;
border: 1px solid #000;
}

.my-account button.button span span {
font-size: 14px;
font-weight: normal;
text-transform: none;
color: #000;
}

.enter-gift-card-number .form-button {
display: block;
padding: 5px 10px;
background: #fff;
font-size: 14px;
font-weight: normal;
text-transform: none;
color: #000;
border: 1px solid #000;
}

.form-control {
color: #000;
border: 1px solid #000;
box-shadow: none;
-webkit-appearance: button;
-webkit-border-radius: 0;
-webkit-box-shadow: none;
}

.login-form p {
text-align: justify;
}

.login-form.center p {
text-align: center;
}

.form-link a {
text-decoration: underline;
}

.form-link a:hover {
text-decoration: none;
}

.cms-no-route .std * {
text-align: center;
}

.owl-pagination {
padding: 0 15% 0 0!important;
}

#owl-mobileproduct .owl-prev {
background: 0;
width: 64px;
height: 60px;
padding: 10px;
top: 50%;
left: 12%;
margin: -30px 0 0 0;
}

#owl-mobileproduct .owl-next {
background: 0;
width: 64px;
height: 60px;
padding: 10px;
top: 50%;
right: 11.7%;
margin: -30px 0 0 0;
}

#owl-mobileproduct .owl-prev i,#owl-mobileproduct .owl-next i {
font-size: 40px;
color: #000;
font-style: normal;
font-weight: 300;
}

.product-e-gift-card .main {
padding: 0!important;
}

.product-view.giftcert {
width: 100%;
max-width: none;
margin: 0 0 65px 0;
color: #000;
}

.giftcert .left {
float: left;
}

.giftcert .left h1 {
font-size: 22px;
line-height: 25px;
color: #000;
font-weight: bold;
text-transform: uppercase;
}

.giftcert .left .intro {
float: left;
width: 100%;
padding: 10px 0 40px 0;
text-transform: uppercase;
}

.giftcert .left .data {
background: #f2f2f2;
float: left;
padding: 28px 14px;
}

.giftcert .left .data .info {
padding: 0 0 20px 0;
}

.giftcert .left .data .ugc-form-item {
display: block;
float: left;
width: 100%;
background: #fff;
padding: 10px 10px 15px 10px;
margin: 0 0 14px 0;
}

.giftcert .left .data .ugc-form-item label {
display: block;
float: left;
width: 100%;
padding: 0 0 5px 0;
}

.giftcert .left .data .ugc-form-item label em {
display: none;
}

.giftcert .left .data .ugc-form-item input {
display: block;
float: left;
width: 100%;
padding: 3px 5px;
font-size: 16px;
line-height: 20px;
background: #f2f2f2;
border: 1px solid #f2f2f2;
color: #000;
}

.giftcert .left .data .ugc-form-item textarea {
display: block;
float: left;
width: 100%;
height: 80px;
padding: 3px 5px;
font-size: 16px;
line-height: 20px;
background: #f2f2f2;
border: 1px solid #f2f2f2;
color: #000;
}

.giftcert .left .data .ugc-form-item small {
display: block;
float: left;
width: 100%;
color: #999;
padding: 5px 0 0 0;
}

.giftcert .gift-card-info p {
background: #fff;
display: block;
float: left;
width: 100%;
padding: 10px 10px 15px 10px;
margin: 0 0 14px 0;
}

.giftcert .gift-card-info p label {
font-weight: bold;
}

.giftcert .gift-card-info p input {
width: 60px!important;
text-align: center;
padding: 3px 5px;
font-size: 16px;
line-height: 20px;
background: #f2f2f2;
border: 1px solid #f2f2f2;
color: #000;
margin: 0 5px;
}

#gc-personalization-options {
background: #fff;
display: block;
float: left;
width: 100%;
padding: 10px 10px 15px 10px;
}

#gc-personalization-options label {
display: block;
float: left;
width: 100%;
font-weight: bold;
padding: 0;
}

#gc-personalization-options select {
display: block;
float: left;
width: 100%;
margin: 5px 0 0 0;
font-size: 16px;
line-height: 20px;
border-bottom: 1px solid #f2f2f2;
}

#ugc-send-on,#ugc-printout {
display: none;
}

.giftcert .right {
float: left;
width: 648px;
padding: 96px 0 0 0;
}

.giftcert .right .headline {
float: left;
width: 648px;
height: 35px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}

.giftcert .right .card {
float: left;
width: 648px;
border: 1px solid #cacaca;
}

.giftcert .right .card .image {
float: left;
padding: 11px;
}

.giftcert .right .sub {
float: left;
font-size: 8px;
color: #696868;
padding: 14px 0;
}

.giftcert .right .add-to-cart button {
width: 170px;
}

.giftcert .right .text {
float: left;
width: 100%;
padding: 17px 0 0 22px;
}

.giftcert .right .text .field {
float: left;
width: 288px;
border-bottom: 1px solid #cacaca;
margin: 0 24px 0 0;
line-height: 30px;
margin: 0 28px 10px 0;
}

.giftcert .right .text .field label {
display: block;
float: left;
font-weight: bold;
}

.giftcert .right .text .field div {
float: right;
}

.giftcert .right .text .txt {
float: left;
width: 604px;
margin: 0 24px 0 0;
line-height: 30px;
}

.giftcert .right .text .txt label {
display: block;
float: left;
font-weight: bold;
}

.giftcert .right .text .txt div {
float: left;
width: 604px;
line-height: 18px;
padding: 0 0 30px 0;
}

.giftcert .headline {
font-weight: 600;
}

.giftcert .card .field,.giftcert .card .txt {
width: 100%;
margin: 10px 15px;
}

.giftcert .sub {
text-align: justify;
padding: 15px 15px;
}

.giftcert h1 {
text-align: center;
}

.giftcert .intro {
text-align: center;
padding: 20px 0 30px 0;
}

.customer-account-resetpassword .field {
min-height: 40px;
}

.customer-account-resetpassword input {
background: #f6f6f6;
}

.contacts-index-index .col-main {
max-width: 1010px;
margin: 0 auto;
}

.contacts-index-index .col-main h1 {
color: #000;
font-size: 22px;
font-weight: 700;
line-height: 30px;
margin: 45px 0 0;
padding: 25px 0 20px 0!important;
text-align: center!important;
text-decoration: none;
text-transform: uppercase;
}

.contacts-index-index .col-main p {
font-size: 14px;
font-weight: normal;
line-height: 19px;
}

.contacts-index-index .col-main a {
font-size: 14px;
font-weight: normal;
line-height: 19px;
text-decoration: underline;
}

.contacts-index-index .col-main .fieldset {
background: 0;
border: 0;
padding: 55px 0 0 0;
margin: 20px 0 0 0;
}

.contacts-index-index .col-main .fieldset .form-list li {
padding: 0 0 15px 0;
margin: 0;
}

.contacts-index-index .col-main .fieldset .field {
float: left;
width: 100%;
padding: 0;
}

.contacts-index-index .col-main .fieldset .fields .field:first-child {
padding: 0 0 15px 0;
margin: 0;
}

.contacts-index-index .col-main .fieldset label {
display: block;
float: left;
width: 120px!important;
min-width: 120px!important;
padding: 0;
margin: 0;
font-weight: normal;
font-size: 14px;
line-height: 32px;
}

.contacts-index-index .col-main .fieldset input {
display: block;
float: left;
width: 300px!important;
padding: 0 10px;
margin: 0;
font-weight: normal;
font-size: 14px;
line-height: 30px;
}

.contacts-index-index .col-main .fieldset select {
display: block;
float: left;
width: 300px!important;
padding: 5px 10px;
margin: 0;
font-weight: normal;
font-size: 14px;
line-height: 30px;
}

.contacts-index-index .col-main .fieldset textarea {
font-weight: normal;
font-size: 14px;
padding: 6px 10px;
width: 300px!important;
}

.contacts-index-index .col-main .buttons-set {
margin: 0;
padding: 0 0 55px 0;
}

.contacts-index-index .col-main .buttons-set .required {
text-align: left;
margin: 0 0 15px 130px;
}

.contacts-index-index .col-main .buttons-set .button {
background: 0;
padding: 0;
margin: 0 0 0 130px;
float: left;
}

.contacts-index-index .col-main .buttons-set button.button span span {
font-size: 14px;
text-transform: none;
padding: 0 40px;
}

.faq h1 {
font-size: 22px;
line-height: 30px;
text-align: center!important;
text-decoration: none;
text-transform: uppercase;
margin: 45px 0 0 0;
padding: 25px 0 20px 0;
font-weight: 700;
color: #000;
}

.faq dt {
padding: 20px 0 0 0;
cursor: pointer;
}

.faq dt:first-child {
border: 0;
}

.faq dt strong {
font-weight: bold;
font-size: 14px;
line-height: 19px;
}

.faq dd {
display: none;
font-size: 14px;
font-weight: normal;
line-height: 19px;
padding: 3px 75px 5px 75px;
text-align: justify;
}

.faq dd a {
font-size: 14px;
font-weight: normal;
line-height: 19px;
text-decoration: underline;
}

.payment h1 {
font-size: 22px;
line-height: 30px;
text-align: center!important;
text-decoration: none;
text-transform: uppercase;
margin: 45px 0 0 0;
padding: 25px 0 20px 0;
font-weight: 700;
color: #000;
}

.payment h2 {
margin: 0;
padding: 25px 0 15px 0;
}

.payment h3 {
font-weight: bold;
font-size: 14px;
line-height: 19px;
margin: 0;
padding: 40px 0 20px 0;
}

.payment p {
font-size: 14px;
font-weight: normal;
line-height: 19px;
}

.payment a {
font-size: 14px;
font-weight: normal;
line-height: 19px;
text-decoration: underline;
}

.terms h1 {
font-size: 22px;
line-height: 30px;
text-align: center!important;
text-decoration: none;
text-transform: uppercase;
margin: 45px 0 0 0;
padding: 25px 0 20px 0;
font-weight: 700;
color: #000;
}

.terms h2,.terms h3 {
font-weight: bold;
font-size: 14px;
line-height: 19px;
margin: 0;
padding: 40px 75px 21px 75px;
text-align: center!important;
}

.terms h5 {
font-weight: normal;
font-size: 14px;
line-height: 19px;
margin: 0;
padding: 0 75px 20px 75px;
}

.terms p {
font-size: 14px;
font-weight: normal;
line-height: 19px;
}

.terms a {
font-size: 14px;
font-weight: normal;
line-height: 19px;
text-decoration: underline;
}

.terms a:hover {
color: #46c2d5;
text-decoration: none;
}

.shipping h1 {
font-size: 22px;
line-height: 30px;
text-align: center!important;
text-decoration: none;
text-transform: uppercase;
margin: 45px 0 0 0;
padding: 25px 0 20px 0;
font-weight: 700;
color: #000;
}

.shipping h2 {
margin: 0;
padding: 25px 0 15px 0;
}

.shipping p {
font-size: 14px;
font-weight: normal;
line-height: 19px;
}

.shipping a {
font-size: 14px;
font-weight: normal;
line-height: 19px;
text-decoration: underline;
}

.shipping a:hover {
color: #46c2d5;
text-decoration: none;
}

.privacy h1 {
font-size: 22px;
line-height: 30px;
text-align: center!important;
text-decoration: none;
text-transform: uppercase;
margin: 45px 0 0 0;
padding: 70px 0 20px 0;
font-weight: 700;
color: #000;
}

.privacy h2 {
margin: 0;
padding: 25px 0 15px 0;
}

.privacy p {
font-size: 12px;
}

.privacy a {
font-size: 12px;
color: #000;
text-decoration: underline;
}

.returns h1 {
font-size: 22px;
line-height: 30px;
text-align: center!important;
text-decoration: none;
text-transform: uppercase;
margin: 45px 0 0 0;
padding: 25px 0 20px 0;
font-weight: 700;
color: #000;
}

.returns h2 {
margin: 0;
padding: 25px 0 15px 0;
font-size: 22px;
}

.returns h3 {
font-weight: bold;
font-size: 14px;
line-height: 19px;
margin: 0;
padding: 40px 0 20px 0;
}

.returns p {
margin: 0;
}

.returns p {
font-size: 14px;
line-height: 19px;
font-weight: normal;
}

.returns strong {
color: #000;
}

.returns a {
font-size: 14px;
line-height: 19px;
text-decoration: underline;
}

.returns table {
margin: 0 0 30px 0;
}

.returns table td {
padding: 15px 0;
border-bottom: 1px solid #000;
}

.returns table td strong {
font-size: 32px;
}

.returns a:hover {
color: #46c2d5;
text-decoration: none;
}

.career h1 {
font-size: 22px;
line-height: 30px;
text-align: center!important;
text-decoration: none;
text-transform: uppercase;
margin: 45px 0 0 0;
padding: 25 0 20px 0;
font-weight: 700;
color: #000;
}

.career h2 {
margin: 0;
padding: 25px 0 15px 0;
font-size: 24px;
}

.career h5 {
font-size: 24px;
}

.career h3 {
font-size: 14px;
border-bottom: 1px solid #f2f2f2;
padding: 10px 0;
margin: 5px 0 10px 0;
font-weight: normal;
text-transform: none;
}

.career p {
font-size: 14px;
font-weight: normal;
line-height: 19px;
margin: 0 0 20px 0;
}

.career a {
font-size: 14px;
font-weight: normal;
line-height: 19px;
text-decoration: underline;
}

.stories-read .post {
max-width: 780px;
margin: 0 auto 70px auto;
text-align: center;
}

.stories-read .post .description {
padding-bottom: 20px;
}

.stories-read .post.noborder {
border: 0;
}

.stories-read .post h2 {
text-transform: uppercase;
display: block;
font-size: 22px;
font-weight: bold;
text-align: center;
max-width: 460px;
margin: 0 auto;
padding: 0;
color: #000;
}

.stories-read .post h2 a {
text-transform: uppercase;
display: block;
font-size: 22px;
font-weight: bold;
margin: 0 auto;
padding: 0;
color: #000;
text-decoration: none;
}

.stories-read .post h2 a:hover {
color: #46c2d5;
text-decoration: none;
}

.stories-read .post h4 {
font-size: 14px;
font-weight: normal;
text-align: center;
color: #000;
padding: 8px 0 0 0;
margin: 0;
}

.stories-read .post p {
display: block;
font-size: 14px;
padding: 20px 0 22px 0;
margin: 0 auto;
text-align: center;
}

.stories-read .post .fullpost {
display: block;
background: none repeat scroll 0 0 #fff;
font-size: 14px;
font-weight: normal;
line-height: 30px;
padding: 4px 0;
color: #767676;
margin: 35px 15% 64px 15%;
position: relative;
z-index: 5;
text-decoration: underline;
}

.stories-read .post a {
color: #767676;
text-decoration: underline;
}

.stories-read .post .fullpost:hover {
text-decoration: none;
color: #46c2d5;
}

.stories-read .post .fullpost .arrow:after {
content: "";
font-family: "icomoon";
font-size: 20px;
font-style: normal;
font-variant: normal;
font-weight: normal;
margin: 0;
position: absolute;
right: 37%;
text-transform: none;
top: 5px;
}

.stories-read .post .description p {
padding: 20px 0 0 0;
}

.stories-read .post .img-responsive {
margin: 0 auto;
}

.stories-read .post .social {
position: relative;
}

.stories-read .post a:hover {
text-decoration: none;
color: #46c2d5;
}

.stories-read .post .socialshare {
background: none repeat scroll 0 0 #fff;
height: 234px;
position: absolute;
right: -44px;
top: 25%;
width: 44px;
z-index: 100;
}

.stories-about,.stories-read,.stories-follow,.stories-see {
margin-top: 72px;
}

.stories-about .breadcrumb,.stories-read .breadcrumb,.stories-follow .breadcrumb,.stories-watch .breadcrumb {
padding-top: 0;
}

.stories-see h1 {
font-size: 22px;
line-height: 26px;
color: #000;
text-transform: uppercase;
font-weight: 700;
text-decoration: none;
padding: 0 0 30px 0;
}

.stories-see h1 a {
font-size: 22px;
line-height: 26px;
color: #000;
text-transform: uppercase;
font-weight: 700;
text-decoration: none;
}

.stories-see h1 a:hover {
color: #46c2d5;
}

.stories-about h1,.stories-about h2 {
display: block;
width: 100%;
text-align: center;
font-size: 22px;
line-height: 26px;
color: #000;
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
clear: both;
padding-top: 0;
}

.stories-about h2 {
margin-bottom: 50px;
}

.stories-about .block {
float: left;
text-align: center;
margin: 0 0 35px 0;
}

.stories-about .block3 .center {
width: 100%;
max-width: 1000px;
margin: 20px auto;
}

.stories-about .block3 .video {
position: relative;
max-width: 100%;
margin: 0 auto;
padding: 0;
z-index: 10;
}

.stories-about .block3 .video .v_content {
position: relative;
z-index: 10;
}

.stories-about .video .hover-content {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 15;
}

.stories-about .video .hover {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 10;
}

.stories-about .video .hover-content .play {
margin: 0 auto;
padding: 26% 0 0 0;
position: relative;
text-align: center;
}

.stories-about .video .hover-content .play img {
width: 10%;
cursor: pointer;
}

.stories-about .video .js-video.vimeo {
padding: 28% 0;
}

.block1 .text p {
max-width: 950px;
font-size: 19px;
line-height: 28px;
text-align: justify;
letter-spacing: .05;
margin: 0 auto;
}

.stories-about .block.block4 {
margin: 70px 0 50px 0;
}

.block4 .text p,.block5 .text p {
max-width: 950px;
font-size: 15px;
line-height: 25px;
text-align: justify;
margin: 0 auto 35px auto;
}

.stories-about .socialshare {
background: #fff;
position: absolute;
top: 50%;
right: -60px;
width: 44px;
height: 234px;
margin-top: -82px;
z-index: 100;
}

.watch .col1-layout {
max-width: none;
margin-top: 114px;
}

.watch .wcnt {
max-width: 1200px;
margin: 0 auto 0 auto;
}

.watch .wcntd {
max-width: 1010px;
margin: 0 auto;
}

.stories-watch {
max-width: 1920px;
float: none;
overflow: hidden;
margin: 0 auto;
padding: 0;
}

.stories-watch .head {
width: 100%;
margin: -6px 0 50px 0;
padding: 0;
}

.stories-watch .head .background {
background-size: cover;
background-position: center;
float: left;
height: 425px;
width: 100%;
}

.stories-watch .head h1 {
color: #fff;
text-align: center;
font-size: 46px;
line-height: 72px;
text-decoration: none;
margin: 111px 0 16px 0;
padding: 0;
}

.stories-watch .head p {
color: #fff;
text-align: center;
font-size: 12px;
line-height: 20px;
letter-spacing: .02em;
}

.stories-watch .head p b {
font-weight: normal;
color: #fff;
font-size: 16px;
}

.stories-watch .video .breadcrumb {
margin-top: 114px;
}

.stories-watch .video .vid {
margin: 0 auto;
max-width: 1200px;
padding: 0;
margin-top: 0;
position: relative;
z-index: 10;
}

.stories-watch .video .vid .hover-content {
cursor: pointer;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 100;
}

.stories-watch .video .vid .hover {
cursor: pointer;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 10;
}

.stories-watch .video .vid .hover-content .play {
margin: 0 auto;
position: relative;
text-align: center;
padding: 26% 0 0 0;
z-index: 10;
}

.stories-watch .video .vid .hover-content a {
color: #fff;
font-size: 36px;
font-weight: normal;
line-height: 60px;
padding: 15px 80px;
text-align: center;
}

.stories-watch .hover-content .vimeo {
cursor: pointer;
width: 10%;
}

.stories-watch .small {
padding: 11px;
cursor: pointer;
}

.stories-watch .middle {
padding: 11px;
}

.stories-watch .small .inner {
display: block;
width: 100%;
height: 270px;
position: relative;
cursor: pointer;
}

.stories-watch .middle .inner {
display: block;
width: 100%;
height: 562px;
position: relative;
cursor: pointer;
}

.stories-watch .small .tcenter,.stories-watch .middle .tcenter {
display: block;
width: 100%;
height: 88px;
}

.stories-watch .tcenter .txt {
color: #000;
display: block;
font-size: 16px;
font-weight: 600;
line-height: 20px;
padding: 12px 0 0 0;
position: relative;
text-align: center;
text-transform: uppercase;
}

.stories-watch .middle .tcenter .txt {
font-size: 60px;
line-height: 58px;
}

.stories-watch .tcenter .location {
color: #000;
display: block;
font-size: 12px;
line-height: 14px;
margin: 0;
max-width: 100%;
position: relative;
text-align: center;
text-transform: none;
}

.stories-watch .inner .play {
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 80px;
height: 99px;
margin: -25px 0 0 -45px;
}

.stories-watch .inner .play .vimeo {
width: 80px;
}

.stories-watch .video {
margin: -35px 0 0 0;
}

.stories-watch .socialshare {
background: #fff;
position: absolute;
top: 210px;
right: -50px;
width: 44px;
height: 234px;
z-index: 100;
}

.stories-watch .content {
width: 100%;
padding: 25px 15px;
}

.stories-watch .line {
width: 100%;
padding: 35px 0 0 0;
margin: 0 0 15px 0;
}

.stories-watch .content * {
color: #000;
}

.stories-watch .content h1 {
font-size: 22px;
line-height: 26px;
font-weight: bold;
text-decoration: none;
text-align: left;
padding: 0;
margin: 0;
}

.stories-watch .content h2 {
font-size: 14px;
line-height: 20px;
font-weight: normal;
text-decoration: none;
text-align: left;
padding: 3px 0 32px 0;
margin: 0;
}

.stories-watch .content p {
font-size: 14px;
line-height: 19px;
}

.stories-watch .content a {
color: #767676;
font-size: 14px;
line-height: 19px;
text-decoration: underline;
}

.stories-watch .content a:hover {
color: #46c2d5;
text-decoration: none;
}

#see_container {
max-width: 1170px;
margin: 0 auto;
height: 7000px;
display: none;
}

#see_container .item {
max-width: 383px;
margin: 0 0 10px 0;
}

.stories-follow .head {
height: 150px;
padding-top: 10px;
}

.stories-follow .head .followbox {
display: block;
width: 100%;
padding: 0;
text-align: center;
}

.stories-follow .head .followbox span {
display: block;
padding: 0;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
padding: 0 0 10px 0;
}

.stories-follow .head .followbox .icon {
width: 200px;
margin: 0 0 10px 0;
}

.stories-follow .head a:hover {
text-decoration: none;
color: #46c2d5;
}

.twitter .post {
background: #f2f2f2;
margin: 0 0 11px 0;
padding: 35px 0;
}

.twitter .post .headline {
font-size: 14px;
line-height: 18px;
text-align: left;
font-weight: bold;
}

.twitter .post .headline span {
color: #979797;
font-weight: normal;
}

.twitter .post .text {
font-size: 14px;
line-height: 19px;
padding: 25px 15px 0 15px;
color: #000;
text-align: justify;
}

.twitter .post .text a {
color: #000;
text-decoration: underline;
}

.twitter .post .text a:hover {
color: #46c2d5;
text-decoration: none;
}

.twitter .post .image {
padding-top: 25px;
}

.twitter .loadmore {
padding: 0;
}

.twitter #load_more_button {
margin: 0;
}

.twitter #more_posts {
padding: 0;
margin: 0;
}

.pinterest_outer .loadmore {
padding: 0;
}

.pinterest_outer #load_more_button {
margin: 0;
}

.pinterest #more_posts {
padding: 0;
margin: 0;
}

.pinterest_outer {
clear: both;
}

#pinterest_container {
max-width: 1170px;
width: 100%;
margin: 0 auto;
position: 'relative';
display: none;
}

#pinterest_container .item {
max-width: 248px;
margin: 0 0 10px 0;
}

#pinterest_container .item a {
cursor: pointer;
}

#pindetail {
background: rgba(255,255,255,0.9);
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 8000;
cursor: pointer;
}

#pindetail .outer {
max-width: 640px;
margin: 0 auto;
position: relative;
z-index: 10;
}

#pindetail .row {
padding: 19px 0;
text-align: left;
}

#pindetail .row.pinit {
position: relative;
}

#pindetail .row.pinit a.pi {
position: absolute;
top: 13px;
right: 0;
background: #d3262a;
color: #fff;
font-size: 14px;
font-weight: bold;
padding: 6px 15px;
}

#pindetail .row.pinit a.pi:hover {
text-decoration: none;
}

#pindetail .row * {
color: #000;
}

#pindetail .row.image {
background: #000;
margin: 50px -15px 15px -15px;
padding: 0;
}

#pindetail .row .close {
position: absolute;
right: -150px;
text-align: right;
top: 0;
z-index: 20;
}

#pindetail .row.text {
padding: 10px 0;
}

#pindetail .row img {
margin: 0 auto;
max-height: 550px;
max-width: 800px;
}

#pindetail .row h3 {
padding: 0;
margin: 0;
font-size: 14px;
line-height: 19px;
font-weight: normal;
}

.instagram .col-xs-12 {
padding: 0;
}

.instagram .inner {
margin: 0 5px;
height: auto;
}

.instagram .inner div {
text-align: center;
cursor: pointer;
}

.instagram .large .inner .image {
background: #fff;
background-repeat: no-repeat;
background-position: center;
padding: 0;
}

.instagram .large {
margin: 0 0 10px 0;
max-height: 580px;
overflow: hidden;
}

.instagram .large .content {
height: 500px;
}

.instagram .large .text {
height: 100%;
}

.instagram .large .footer {
padding: 30px 0;
}

.instagram .tcenter {
display: table;
height: 100%;
width: 100%;
}

.instagram .tcenter p {
display: table-cell;
vertical-align: middle;
font-size: 22px;
padding: 0 100px;
height: 105px;
text-align: justify;
}

.instagram .middle {
margin: 0 0 45px 0;
}

.instagram .middle .content {
font-size: 12px;
padding: 0 10px;
min-height: 131px;
}

.instagram .middle p {
font-size: 12px;
padding: 15px 10px;
}

.instagram .small {
margin: 0 0 10px 0;
}

.instagram .footer {
padding: 10px 0;
font-weight: bold;
}

.instagram a.likes {
background: url(/static/coteetciel/img/iconle.png) 0 2px no-repeat;
background-size: 16px;
padding: 0 0 0 22px;
margin: 0 4px 0 0;
}

.instagram a.comments {
background: url(/static/coteetciel/img/iconco.png) 0 3px no-repeat;
background-size: 16px;
padding: 0 0 0 22px;
margin: 0 0 0 4px;
}

.instagram a:hover {
text-decoration: none;
}

.instagram .loadmore {
padding: 0;
max-width: 1160px;
margin: 0 5px;
}

.instagram #load_more_button {
margin: 10px 0 0 0;
}

.instagram #more_posts {
padding: 0;
margin: 0;
}

.facebook .col-xs-12 {
padding: 0;
}

.facebook .inner {
margin: 0 5px;
height: auto;
}

.facebook .inner div {
text-align: center;
cursor: pointer;
}

.facebook .large .inner .image {
background: #fff;
background-repeat: no-repeat;
background-position: center;
padding: 0;
}

.facebook .large {
margin: 0 0 10px 0;
max-height: 580px;
overflow: hidden;
}

.facebook .large .content {
height: 500px;
}

.facebook .large .text {
height: 100%;
}

.facebook .large .footer {
padding: 30px 0;
}

.facebook .tcenter {
display: table;
height: 100%;
width: 100%;
}

.facebook .tcenter p {
display: table-cell;
vertical-align: middle;
font-size: 22px;
padding: 0 100px;
text-align: justify;
}

.facebook .tcenter a {
color: #767676;
text-decoration: underline;
}

.facebook .tcenter a:hover {
color: #46c2d5;
text-decoration: none;
}

.facebook .middle {
margin: 0 0 10px 0;
}

.facebook .middle .content {
font-size: 12px;
padding: 0 10px;
min-height: 170px;
}

.facebook .middle p {
font-size: 12px;
padding: 15px 10px;
}

.facebook .small {
margin: 0 0 10px 0;
}

.facebook .footer {
padding: 10px 0;
font-weight: bold;
margin-bottom: 25px;
}

.facebook a.likes {
background: url(/static/coteetciel/img/iconfb.png) 0 0 no-repeat;
background-size: 16px;
padding: 0 0 0 22px;
margin: 0 4px 0 0;
}

.facebook a.comments {
background: url(/static/coteetciel/img/iconco.png) 0 3px no-repeat;
background-size: 16px;
padding: 0 0 0 22px;
margin: 0 0 0 4px;
}

.facebook a:hover {
text-decoration: none;
}

.facebook .inner .image {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.facebook .small .image {
height: 185px;
}

.facebook .middle .image {
height: 283px;
}

.facebook .large .image {
height: 612px;
}

.facebook .loadmore {
padding: 0;
max-width: 1160px;
margin: 0 5px;
}

.facebook #load_more_button {
margin: 10px 0 0 0;
}

.facebook #load_more_button .arrow:after {
right: 44%;
}

.facebook #more_posts {
padding: 0;
margin: 0;
}

.lookbooks .col1-layout .crypsis {
padding: 0;
}

.lookbooks .col1-layout .the-nile {
padding: 0;
}

.lookbooks .col1-layout .feldspath {
padding: 0;
}

.lookbooks .col1-layout .granite {
padding: 0;
}

.lookbooks .col1-layout {
max-width: 100%;
}

.lookbooks .container {
margin: 0 auto;
width: 1200px;
padding: 0 5px;
}

.lookbook .col-xs-1,.lookbook .col-sm-1,.lookbook .col-md-1,.lookbook .col-lg-1,.lookbook .col-xs-2,.lookbook .col-sm-2,.lookbook .col-md-2,.lookbook .col-lg-2,.lookbook .col-xs-3,.lookbook .col-sm-3,.lookbook .col-md-3,.lookbook .col-lg-3,.lookbook .col-xs-4,.lookbook .col-sm-4,.lookbook .col-md-4,.lookbook .col-lg-4,.lookbook .col-xs-5,.lookbook .col-sm-5,.lookbook .col-md-5,.lookbook .col-lg-5,.lookbook .col-xs-6,.lookbook .col-sm-6,.lookbook .col-md-6,.lookbook .col-lg-6,.lookbook .col-xs-7,.lookbook .col-sm-7,.lookbook .col-md-7,.lookbook .col-lg-7,.lookbook .col-xs-8,.lookbook .col-sm-8,.lookbook .col-md-8,.lookbook .col-lg-8,.lookbook .col-xs-9,.lookbook .col-sm-9,.lookbook .col-md-9,.lookbook .col-lg-9,.lookbook .col-xs-10,.lookbook .col-sm-10,.lookbook .col-md-10,.lookbook .col-lg-10,.lookbook .col-xs-11,.lookbook .col-sm-11,.lookbook .col-md-11,.lookbook .col-lg-11,.lookbook .col-xs-12,.lookbook .col-sm-12,.lookbook .col-md-12,.lookbook .col-lg-12 {
padding-left: 5px;
padding-right: 5px;
}

.lookbook .row {
margin: 0 -5px;
}

.lookbook .image-holder {
overflow: hidden;
text-align: left;
}

.lookbook .image-holder img {
display: block;
width: 100%;
height: auto;
}

.lookbook .image-holder.nest {
position: relative;
z-index: 120;
}

.lookbook .image-holder.nest .nested {
position: absolute;
top: 20px;
left: 20px;
z-index: 140;
}

.lookbook .image-holder.nest.floating {
position: absolute;
z-index: 100;
}

.lookbook .image-holder.floating {
position: absolute;
z-index: 100;
}

.lookbook .image-holder.lefty {
margin-left: -5px;
}

.lookbook .image-holder.righty {
margin-right: -5px;
}

.lookbook a {
text-decoration: none;
}

.lookbook .btn {
display: inline-block;
color: #fff;
background-color: #dedede;
font-weight: 400;
font-size: 18px;
line-height: 29px;
text-align: center;
padding: 0 25px;
min-width: 180px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}

.lookbook .btn.black {
background-color: #000;
}

.lookbook .btn.black:hover {
color: #fff;
}

.lookbook section {
position: relative;
z-index: 20;
}

.lookbook section h2 {
font-weight: 400;
color: #000;
font-size: 75px;
line-height: 79px;
display: inline-block;
position: relative;
letter-spacing: .01em;
}

.lookbook section h2:after {
position: absolute;
width: 100%;
background-color: #000;
content: " ";
height: 6px;
bottom: -1px;
left: 0;
}

.lookbook section h2.float {
position: absolute;
z-index: 200;
}

.lookbook section p {
font-size: 12px;
color: #000;
line-height: 24px;
text-align: center;
letter-spacing: .04em;
}

.lookbook section .text-field {
text-align: center;
}

.lookbook .banner {
background: url("/static/coteetciel/img/feldspath/banner-bg.jpg") 50% 0;
background-size: cover;
padding: 70px 0 109px;
}

.lookbook .banner h1 {
font-weight: 400;
color: #fff;
text-align: center;
font-size: 80px;
margin: 0 0 38px;
line-height: 84px;
letter-spacing: .02em;
padding: 0;
text-decoration: none;
}

.lookbook .banner p {
text-align: center;
color: #fff;
font-size: 12px;
line-height: 24px;
}

.block-4 .double-pic {
zoom: 1;
margin-bottom: 10px;
}

.block-4 .double-pic:before,.block-4 .double-pic:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}

.block-4 .double-pic:after {
clear: both;
}

.block-4 .double-pic .image-holder {
float: left;
width: 296px;
height: 370px;
}

.block-4 .double-pic .image-holder+.image-holder {
width: 390px;
height: 370px;
margin-left: 8px;
}

.block-4 .image-holder {
position: relative;
z-index: 80;
}

.block-4 .image-holder .overlay {
opacity: .01;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
position: absolute;
z-index: 90;
background-color: rgba(255,255,255,0.63);
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.block-4 .image-holder .overlay a {
display: block;
width: 100%;
height: 100%;
}

.block-4 .image-holder .overlay .info {
width: 290px;
margin: 0 auto;
height: 200px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -100px;
margin-left: -145px;
}

.block-4 .image-holder .overlay .info span {
display: block;
text-align: center;
}

.block-4 .image-holder .overlay .info .place {
font-weight: 400;
font-size: 42px;
line-height: 46px;
color: #000;
margin: 25px 0 4px 0;
}

.block-4 .image-holder .overlay .info small {
font-size: 18px;
line-height: 22px;
display: block;
text-align: center;
color: #000;
margin: 0 0 31px 0;
}

.block-4 .image-holder .overlay .info .date {
color: #595959;
font-size: 30px;
line-height: 33px;
}

.block-4 .image-holder .overlay .info .date span {
font-weight: 400;
}

.block-4 .image-holder:hover .overlay {
opacity: 1;
}

.lookbook .video .video-container {
margin-left: -5px;
}

.feldspath .lookbook {
background: url("/static/coteetciel/img/feldspath/section-bg.jpg") no-repeat;
background-size: 100%;
background-position-y: 1832px;
}

.feldspath .lookbook .first {
padding: 12px 0 0;
}

.feldspath .lookbook .second {
padding: 40px 0 0;
}

.feldspath .lookbook .second h2 {
margin: 25px 0 31px 187px;
}

.feldspath .lookbook .second .col-md-6 .image-holder {
margin-right: -10px;
margin-bottom: 19px;
}

.feldspath .lookbook .second p {
margin-bottom: 19px;
}

.feldspath .lookbook .second .col-md-5 .image-holder {
width: 406px;
height: 371px;
float: right;
}

.feldspath .lookbook .second .col-md-5 .image-holder.nest {
width: 410px;
height: 551px;
float: left;
top: 197px;
left: -5px;
}

.feldspath .lookbook .second .col-md-5 .image-holder.nest .nested {
width: 360px;
height: 484px;
top: 34px;
left: 26px;
}

.feldspath .lookbook .third h2 {
top: 39px;
left: 410px;
}

.feldspath .lookbook .third .image-holder {
width: 806px;
height: 519px;
margin: 103px 0 0 296px;
}

.feldspath .lookbook .third .image-holder.floating {
width: 308px;
height: 428px;
margin: 0;
top: 18px;
right: 0;
}

.feldspath .lookbook .third .image-holder.nest {
top: 243px;
left: 0;
width: 403px;
height: 542px;
margin: 0;
}

.feldspath .lookbook .third .image-holder.nest .nested {
margin: 0;
width: 354px;
height: 476px;
top: 35px;
left: 25px;
}

.feldspath .lookbook .third .text-field {
width: 522px;
float: right;
margin: 29px 183px 0 0;
}

.feldspath .lookbook .third .text-field p {
margin-bottom: 31px;
}

.feldspath .lookbook .fourth {
padding: 38px 0 30px;
}

.feldspath .lookbook .fourth h2 {
top: 348px;
left: 92px;
}

.feldspath .lookbook .fourth .col-md-5 .image-holder {
margin-right: -10px;
width: 508px;
height: 526px;
margin-bottom: 18px;
}

.feldspath .lookbook .fourth .col-md-6 .image-holder {
width: 406px;
height: 285px;
float: right;
margin-top: 16px;
}

.feldspath .lookbook .fourth .col-md-6 .image-holder.nest {
width: 508px;
height: 521px;
float: left;
top: 188px;
left: -3px;
margin: 0;
}

.feldspath .lookbook .fourth .col-md-6 .image-holder.nest .nested {
width: 428px;
height: 439px;
top: 41px;
left: 40px;
margin: 0;
}

.feldspath .lookbook .fourth .text-field {
text-align: left;
padding-left: 87px;
}

.feldspath .lookbook .fourth .text-field p {
text-align: left;
margin-bottom: 25px;
}

.feldspath .lookbook .fourth .text-field .btn {
margin-left: 3px;
}

.feldspath .lookbook .sixth {
padding: 14px 0 0;
}

.feldspath .lookbook .sixth.block-4 .double-pic .image-holder {
width: 291px;
}

.feldspath .lookbook .sixth.block-4 .double-pic .image-holder+.image-holder {
width: 395px;
}

.granite .lookbook .banner {
background-image: url("/static/coteetciel/img/granite/banner-bg.jpg");
padding: 70px 0 140px;
}

.granite .lookbook .banner h1 {
margin-bottom: 23px;
}

.granite .lookbook .banner p {
line-height: 28px;
}

.granite .lookbook .first {
padding: 12px 0 0 0;
}

.granite .lookbook .second {
padding: 43px 0 55px;
}

.granite .lookbook .second .image-holder {
width: 406px;
height: 371px;
margin: 0 0 0 389px;
float: left;
}

.granite .lookbook .second h2 {
margin: 12px 0 0 43px;
float: left;
}

.granite .lookbook .second h2+.image-holder {
width: 410px;
height: 551px;
top: 60px;
left: 96px;
margin: 0;
}

.granite .lookbook .second h2+.image-holder .nested {
width: 360px;
height: 484px;
margin: 0;
top: 34px;
left: 25px;
}

.granite .lookbook .second h2+.image-holder+.image-holder {
margin: 0;
right: 0;
top: 252px;
width: 604px;
height: 479px;
}

.granite .lookbook .second .text-field {
clear: both;
margin: 255px 0 0 43px;
width: 495px;
float: left;
}

.granite .lookbook .second .text-field p {
margin-bottom: 22px;
}

.granite .lookbook .third {
padding: 0 0 30px 0;
}

.granite .lookbook .third h2 {
top: 3px;
left: 369px;
margin: 0;
}

.granite .lookbook .third h2+.image-holder {
width: 307px;
height: 428px;
top: 13px;
left: 0;
}

.granite .lookbook .third h2+.image-holder+.image-holder {
width: 913px;
height: 491px;
margin: 45px 0 0 89px;
}

.granite .lookbook .third h2+.image-holder+.image-holder+.image-holder {
width: 401px;
height: 542px;
right: 0;
top: 170px;
}

.granite .lookbook .third h2+.image-holder+.image-holder+.image-holder .nested {
width: 354px;
height: 476px;
top: 33px;
left: 25px;
}

.granite .lookbook .third .text-field {
width: 494px;
margin: 39px 0 0 196px;
}

.granite .lookbook .third .text-field p {
margin-bottom: 22px;
}

.granite .lookbook .fourth {
padding: 0 0 87px;
}

.granite .lookbook .fourth .col-md-5 .image-holder {
margin: 102px -10px 0 -5px;
width: 508px;
height: 521px;
}

.granite .lookbook .fourth .col-md-5 .image-holder .nested {
width: 428px;
height: 439px;
margin: 0;
top: 41px;
left: 38px;
}

.granite .lookbook .fourth .col-md-7 h2 {
margin-left: 90px;
}

.granite .lookbook .fourth .col-md-7 h2+.image-holder {
width: 507px;
height: 381px;
margin: 37px 0 57px 90px;
}

.granite .lookbook .fourth .col-md-7 .text-field {
width: 500px;
margin: 0 0 0 88px;
text-align: left;
}

.granite .lookbook .fourth .col-md-7 .text-field p {
text-align: left;
margin-bottom: 23px;
}

.granite .lookbook .fourth .col-md-7 .text-field .btn {
margin-left: 5px;
}

.granite .lookbook .fifth {
padding: 14px 0 0;
}

.granite .lookbook .fifth.block-4 .double-pic .image-holder {
width: 291px;
}

.granite .lookbook .fifth.block-4 .double-pic .image-holder+.image-holder {
width: 395px;
}

.the-nile .lookbook {
background: url("/static/coteetciel/img/the-nile/section-bg-1.jpg") no-repeat;
background-size: 100%;
background-position: 0 -40px;
}

.the-nile .lookbook .banner {
background-image: none;
padding: 46px 0 129px;
}

.the-nile .lookbook .banner h1 {
color: #000;
margin-bottom: 20px;
}

.the-nile .lookbook .banner p {
color: #000;
}

.the-nile .lookbook .second {
padding: 0 0 51px;
}

.the-nile .lookbook .second h2 {
float: right;
margin: 36px 193px 0 0;
}

.the-nile .lookbook .second h2+.image-holder {
top: 84px;
left: 0;
width: 504px;
height: 679px;
}

.the-nile .lookbook .second h2+.image-holder .nested {
width: 444px;
height: 596px;
top: 42px;
left: 30px;
}

.the-nile .lookbook .second h2+.image-holder+.image-holder {
float: right;
width: 806px;
height: 458px;
margin: 37px -5px 0 0;
}

.the-nile .lookbook .second .text-field {
float: right;
width: 590px;
margin: 28px 0 0 0;
}

.the-nile .lookbook .second .text-field p {
margin-bottom: 30px;
}

.the-nile .lookbook .fourth h2 {
margin: 75px 0 0 115px;
float: left;
}

.the-nile .lookbook .fourth .image-holder {
width: 308px;
height: 368px;
left: 0;
top: 228px;
}

.the-nile .lookbook .fourth .text-field {
width: 490px;
top: 627px;
left: 205px;
position: absolute;
}

.the-nile .lookbook .fourth .text-field p {
margin-bottom: 29px;
}

.the-nile .lookbook .fourth .text-field+.image-holder {
top: 56px;
left: 395px;
width: 411px;
height: 491px;
margin: 0;
}

.the-nile .lookbook .fourth .text-field+.image-holder .nested {
width: 368px;
height: 439px;
top: 26px;
left: 22px;
margin: 0;
}

.the-nile .lookbook .fourth .text-field+.image-holder+.image-holder {
width: 605px;
height: 776px;
float: right;
}

.the-nile .lookbook .fifth h2 {
right: 159px;
margin: 0;
top: 19px;
}

.the-nile .lookbook .fifth .image-holder {
width: 1006px;
height: 666px;
float: right;
margin-top: 56px;
}

.the-nile .lookbook .fifth .text-field {
position: absolute;
right: 48px;
top: 130px;
}

.the-nile .lookbook .fifth .text-field p {
margin-bottom: 38px;
}

.the-nile .lookbook .fifth .nest {
width: 505px;
height: 528px;
left: 0;
top: 93px;
}

.the-nile .lookbook .fifth .nest .nested {
width: 434px;
height: 445px;
top: 42px;
left: 31px;
margin: 0;
}

.the-nile .lookbook .fifth .nest+.image-holder {
width: 314px;
height: 351px;
top: 295px;
right: 94px;
}

.the-nile .lookbook .sixth {
padding-bottom: 45px;
}

.the-nile .lookbook .sixth h2 {
top: 50px;
left: 382px;
}

.the-nile .lookbook .sixth h2+.image-holder {
width: 806px;
height: 519px;
margin: 112px 0 0 296px;
}

.the-nile .lookbook .sixth .nest {
left: 0;
top: 259px;
width: 403px;
height: 542px;
}

.the-nile .lookbook .sixth .nest .nested {
width: 354px;
height: 476px;
top: 34px;
left: 25px;
}

.the-nile .lookbook .sixth .nest+.image-holder {
width: 308px;
height: 428px;
right: 0;
top: 57px;
}

.the-nile .lookbook .sixth .text-field {
float: right;
margin: 29px 198px 0 0;
width: 490px;
}

.the-nile .lookbook .sixth .text-field p {
margin-bottom: 29px;
}

.the-nile .lookbook .seventh {
padding: 14px 0 0;
}

.the-nile .lookbook .seventh.block-4 .double-pic .image-holder {
width: 291px;
}

.the-nile .lookbook .seventh.block-4 .double-pic .image-holder+.image-holder {
width: 395px;
}

.crypsis .lookbook header {
height: 91px;
}

.crypsis .lookbook .banner {
background-image: url("/static/coteetciel/img/crypsis/banner-bg.jpg");
padding: 64px 0 110px;
}

.crypsis .lookbook .banner h1 {
margin-bottom: 40px;
}

.crypsis .lookbook .first {
padding: 1px 0 0;
}

.crypsis .lookbook .second {
padding: 45px 0 88px;
background: url("/static/coteetciel/img/crypsis/section-bg-1.jpg") no-repeat;
background-size: 100%;
background-position-y: 100%;
}

.crypsis .lookbook .second h2 {
right: 235px;
}

.crypsis .lookbook .second .col-md-12 {
position: relative;
}

.crypsis .lookbook .second .image-holder {
width: 217px;
height: 259px;
margin: 45px 0 0 387px;
}

.crypsis .lookbook .second .image-holder.floating {
width: 604px;
height: 458px;
top: 137px;
float: right;
right: 0;
margin: 0;
}

.crypsis .lookbook .second .image-holder.nest {
width: 505px;
height: 679px;
top: 99px;
left: 1px;
margin: 0;
}

.crypsis .lookbook .second .image-holder.nest .nested {
width: 444px;
height: 596px;
top: 42px;
left: 31px;
margin: 0;
}

.crypsis .lookbook .second .text-field {
margin: 331px 10px 0 0;
float: right;
width: 575px;
}

.crypsis .lookbook .second .text-field p {
margin-bottom: 31px;
}

.crypsis .lookbook .third {
padding: 0 0 29px 0;
}

.crypsis .lookbook .third h2 {
margin: 10px 0 15px 177px;
}

.crypsis .lookbook .third h2+.image-holder {
width: 308px;
height: 438px;
}

.crypsis .lookbook .third h2+.image-holder+.floating {
width: 706px;
height: 457px;
top: 17px;
right: 0;
}

.crypsis .lookbook .third .nest {
width: 416px;
height: 496px;
}

.crypsis .lookbook .third .nest.floating {
right: 91px;
top: 217px;
}

.crypsis .lookbook .third .nest .nested {
width: 372px;
height: 444px;
top: 26px;
left: 23px;
}

.crypsis .lookbook .third .text-field {
width: 490px;
margin: 34px 0 0 99px;
}

.crypsis .lookbook .third .text-field p {
margin-bottom: 32px;
}

.crypsis .lookbook .fourth {
padding: 0 0 115px 0;
background: url("/static/coteetciel/img/crypsis/section-bg-2.jpg") no-repeat;
background-size: 100%;
background-position-y: 65px;
}

.crypsis .lookbook .fourth h2 {
margin: 17px 0 48px 137px;
}

.crypsis .lookbook .fourth .col-md-7 .image-holder {
width: 409px;
height: 552px;
}

.crypsis .lookbook .fourth .col-md-7 .image-holder+.image-holder {
width: 515px;
height: 528px;
top: 150px;
left: 193px;
}

.crypsis .lookbook .fourth .col-md-7 .image-holder+.image-holder .nested {
width: 434px;
height: 445px;
top: 42px;
left: 40px;
}

.crypsis .lookbook .fourth .col-md-5 .image-holder {
width: 409px;
height: 287px;
float: right;
margin-bottom: 68px;
}

.crypsis .lookbook .fourth .col-md-5 .text-field {
clear: both;
}

.crypsis .lookbook .fourth .col-md-5 .text-field p {
margin-bottom: 24px;
}

.crypsis .lookbook .sixth {
padding: 42px 0 0;
}

.crypsis .lookbook .sixth.block-4 .double-pic .image-holder {
width: 291px;
}

.crypsis .lookbook .sixth.block-4 .double-pic .image-holder+.image-holder {
width: 395px;
}

.ir {
background-color: transparent;
border: 0;
overflow: hidden;
*text-indent: -9999px;
}

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

.storelocator {
max-width: 1920px;
margin: 0 auto;
overflow: hidden;
}

.storelocator .sortselects .select2-container .select2-choice>.select2-chosen {
font-size: 14px;
line-height: 24px;
}

.legal-disclaimer h1,.cookies h1 {
color: #000;
font-size: 22px;
font-weight: 700;
line-height: 30px;
margin: 45px 0 0;
padding: 25px 0 20px;
text-align: center!important;
text-decoration: none;
text-transform: uppercase;
}

.legal-disclaimer h2 {
margin: 0;
padding: 25px 0 15px 0;
}

.legal-disclaimer h3 {
font-weight: bold;
font-size: 14px;
line-height: 19px;
margin: 0;
text-align: center!important;
padding: 40px 0 20px 0;
}

.legal-disclaimer p {
font-size: 14px;
font-weight: normal;
line-height: 19px;
}

.legal-disclaimer a {
font-size: 14px;
font-weight: normal;
line-height: 19px;
text-decoration: underline;
}

.col1-layout .faq {
background: #f6f6f6;
padding: 6px 8% 2px 8%;
margin-top: -6px;
}

.col1-layout .faq {
text-align: justify;
}

.col1-layout .faq .row {
margin-bottom: 85px;
}

.col1-layout .faq .col-sm-3 {
text-align: left;
}

.col1-layout .terms {
background: #f6f6f6;
padding: 6px 8% 2px 8%;
margin-top: -6px;
}

.col1-layout .terms {
text-align: justify;
}

.col1-layout .terms .row {
margin-bottom: 85px;
}

.col1-layout .terms .col-sm-3 {
text-align: left;
}

.col1-layout .terms h5 {
font-weight: 600;
padding: 25px 0 10px 0;
margin: 0;
}

.col1-layout .legal-disclaimer {
background: #f6f6f6;
padding: 6px 8% 2px 8%;
margin-top: -6px;
}

.col1-layout .legal-disclaimer {
text-align: justify;
}

.col1-layout .legal-disclaimer .row {
margin-bottom: 85px;
}

.col1-layout .legal-disclaimer .col-sm-3 {
text-align: left;
}

.col1-layout .legal-disclaimer h5 {
font-weight: 600;
padding: 25px 0 10px 0;
margin: 0;
}

.col1-layout .payment {
background: #f6f6f6;
padding: 6px 8% 2px 8%;
margin-top: -6px;
}

.col1-layout .payment {
text-align: justify;
}

.col1-layout .payment .row {
margin-bottom: 85px;
}

.col1-layout .payment .col-sm-3 {
text-align: left;
}

.col1-layout .payment h5 {
font-weight: 600;
padding: 25px 0 10px 0;
margin: 0;
}

.col1-layout .cookies {
background: #f6f6f6;
padding: 6px 8% 80px 8%;
margin-top: -6px;
}

.col1-layout .cookies {
text-align: justify;
}

.col1-layout .cookies .row {
margin-bottom: 85px;
}

.col1-layout .cookies .col-sm-3 {
text-align: left;
}

.col1-layout .cookies h5 {
font-weight: 600;
padding: 25px 0 10px 0;
margin: 0;
}

.col1-layout .returns {
background: #f6f6f6;
padding: 6px 8% 2px 8%;
margin-top: -6px;
}

.col1-layout .returns {
text-align: justify;
}

.col1-layout .returns .row {
margin-bottom: 85px;
}

.col1-layout .returns .col-sm-3 {
text-align: left;
}

.col1-layout .returns h5 {
font-weight: 600;
padding: 25px 0 10px 0;
margin: 0;
}

.col1-layout .press h1 {
color: #000;
font-size: 22px;
font-weight: 700;
line-height: 30px;
margin: 45px 0 0;
padding: 25px 0 20px 0!important;
text-align: center!important;
text-decoration: none;
text-transform: uppercase;
}

.col1-layout .press {
background: #f6f6f6;
padding: 6px 8% 2px 8%;
margin-top: -6px;
}

.col1-layout .press {
text-align: justify;
}

.col1-layout .press .row {
margin-bottom: 85px;
}

.col1-layout .press .col-sm-3 {
text-align: left;
}

.col1-layout .press h5 {
font-weight: 600;
padding: 25px 0 10px 0;
margin: 0;
}

.col1-layout .press a {
text-decoration: underline;
}

.col1-layout .press a:hover {
text-decoration: none;
}

.col1-layout .warranty h1 {
color: #000;
font-size: 22px;
font-weight: 700;
line-height: 30px;
margin: 45px 0 0;
padding: 25px 0 20px 0!important;
text-align: center!important;
text-decoration: none;
text-transform: uppercase;
}

.col1-layout .warranty {
background: #f6f6f6;
padding: 6px 8% 2px 8%;
margin-top: -6px;
}

.col1-layout .warranty {
text-align: justify;
}

.col1-layout .warranty .row {
margin-bottom: 85px;
}

.col1-layout .warranty .col-sm-3 {
text-align: left;
}

.col1-layout .warranty h5 {
font-weight: 600;
padding: 25px 0 10px 0;
margin: 0;
}

.col1-layout .warranty a {
text-decoration: underline;
}

.col1-layout .warranty a:hover {
text-decoration: none;
}

.col1-layout .shipping {
background: #f6f6f6;
padding: 6px 8% 2px 8%;
margin-top: -6px;
}

.col1-layout .shipping {
text-align: justify;
}

.col1-layout .shipping .row {
margin-bottom: 85px;
}

.col1-layout .shipping .col-sm-3 {
text-align: left;
}

.col1-layout .shipping h5 {
font-weight: 600;
padding: 25px 0 10px 0;
margin: 0;
}

.contacts-index-index .col-main {
background: #f6f6f6;
padding: 6px 8% 2px 8%;
margin-top: -6px;
}

.contacts-index-index .contact-info {
text-align: justify;
padding: 0 0 30px 0;
}

.contacts-index-index .contact-info .row {
margin-bottom: 35px;
}

.contacts-index-index .contact-info .col-sm-3 {
text-align: left;
}

#contactForm {
max-width: 460px;
margin: 0 auto;
}

.customer-account-login .col-main {
background: #f6f6f6;
padding: 6px 8% 2px 8%;
margin-top: -6px;
}

.container-with-large-icon {
padding: 0 45px;
margin: 70px 0;
min-height: 300px;
}

.container-with-large-icon h3 {
margin-bottom: 30px;
}

.customer-account-create .col-main {
background: #f6f6f6;
padding: 6px 8% 2px 8%;
margin-top: -6px;
}

.customer-account-create .account-create {
max-width: 500px;
margin: 0 auto;
}

.customer-account-create .form-list label {
width: 140px;
}

.customer-account-create .form-list .control label {
width: 300px;
}

.customer-account-create .form-list .field {
min-height: 35px;
}

.customer-account-create .form-list .input-box {
display: block;
float: left;
margin: -3px 0 0 0;
}

.col1-layout .career {
background: #f6f6f6;
padding: 6px 8% 50px 8%;
margin-top: -6px;
}

.col1-layout .career {
text-align: justify;
}

.col1-layout .career .row {
margin-bottom: 20px;
}

.col1-layout .career .row .subline {
margin-bottom: 20px;
}

.col1-layout .career .col-sm-3 {
text-align: left;
}

.col1-layout .career h5 {
font-weight: 600;
padding: 25px 0 10px 0;
margin: 0;
}

.account-create h1 {
padding-bottom: 50px;
margin-bottom: 30px;
}

.customer-account-create .form-list .field.name-firstname {
min-height: 50px;
}

/*.customer-account-create .validate-password {
margin-bottom: 25px;
}*/

.customer-account-create .control {
margin: 40px 0;
}

#instagram {
width: 200px;
}

#instagram #layer1 {
width: 200px;
}

.block .block-title strong span {
font-weight: 700;
}

.pmargin {
margin: 160px 0 0 0;
}

.pmargin .page-title h1,.pmargin .page-title h2 {
margin-top: 0;
padding-top: 2px!important;
}

.pmargin input.input-text,.pmargin select,.pmargin textarea {
background: #f2f2f2!important;
padding: 0 5px;
line-height: 30px;
}

.pmargin select {
padding: 3px 5px;
}

.pmargin .form-list label {
line-height: 30px;
}

.pmargin .name-firstname {
padding-bottom: 17px;
}

.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.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 .item {
text-align: center;
}

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

.grabbing {
cursor: url(grabbing.png) 8 8,move;
}

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

.owl-theme .owl-controls {
margin-top: 10px;
text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
color: #000;
display: inline-block;
zoom: 1;
*display: inline;
font-size: 12px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
filter: Alpha(Opacity=100);
opacity: 1;
text-decoration: none;
}

.owl-pagination {
float: right;
padding: 0 100px 0 0;
}

.owl-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
*display: inline;
}

.owl-theme .owl-controls .owl-page span {
display: block;
width: 28px;
height: 16px;
margin: 0;
padding: 0;
background: #fff;
font-size: 12px;
}

.owl-theme .owl-controls .owl-page span.first {
border: 0;
}

.owl-theme .owl-controls .owl-page:hover span,.owl-theme .owl-controls .owl-page.active span {
color: #1e00ff;
}

.owl-prev,.owl-next {
background: url(/static/coteetciel/owl-carousel/arrows.png) 0 0 no-repeat;
position: absolute;
top: 210px;
left: 60px;
width: 80px;
height: 90px;
padding: 0;
margin: 0;
}

.owl-next {
background: url(/static/coteetciel/owl-carousel/arrows.png) -80px 0 no-repeat;
left: auto;
right: 60px;
}

.owl-item.loading {
min-height: 150px;
background: url(AjaxLoader.gif) no-repeat center center;
}

@media only screen and (max-width:1300px) {
.videospot .socialshare {
    right: 0;
}}

@media only screen and (max-width:1200px) {
    .videospot .socialshare {
        right: 0;
    }

    .product_image {
        width: auto;
    }

    .product-view .tabs .tab_headline {
        left: 45px;
    }

    .stories-about .socialshare {
        display: none;
    };
}

@media only screen and (max-width:1024px) {
    #scthumbs {
        top: 20px!important;
    }

    #scthumbs #ul-moreviews li {
        width: 60px;
    }

    #supersized a {
        height: 100%;
    }

    #supersized img {
        top: 0!important;
        margin: 0 auto;
        width: auto!important;
        max-height: 100%!important;
    }

    #more_products {
        float: left;
        width: 100%;
        padding: 0;
    }

    .shop_teaser .pod img {
        height: auto;
    }

    .portalstages .teaser h2 {
        line-height: 70px;
        padding: 40px 0 0 0;
    }

    .portalstages .teaser p {
        margin: 0 auto 15px auto;
    }

    .portalstages .fullsize h2 {
        padding: 20px 0 0 0;
        line-height: 70px;
    }

    .portalstages .holder1 {
        margin: 7px 0 0 0;
    }

    .videospot iframe {
        height: 420px;
    }

    .videospot .hover {
        max-height: 420px;
    }

    .nopadding {
        padding: 0 15px!important;
    }

    .shopproduct {
        min-height: 450px;
    }

    .product-view .product-opts .right .minus,.product-view .product-opts .right .qty,.product-view .product-opts .right .plus {
        width: 26px;
    }

    .login-form .form-control {
        width: 100%;
    }

    .portalstages .infotxt {
        margin: 0 25px;
    }

    .instafeed .margin-bottom-10,.newsletter .margin-bottom-10 {
        margin-left: 25px;
        margin-right: 25px;
    };
}

@media only screen and (max-width:868px) {
    .stories-about,.stories-read,.stories-follow,.stories-see {
        margin-top: 30px;
    }

    .category .col1-layout {
        margin-top: 15px;
    }

    .container-with-large-icon.center {
        border: 0;
        border-top: 1px solid #000;
    }

    .col1-layout {
        margin-top: 15px;
    }

    .std .journal p {
        padding: 25px 30px 0 30px;
    }

    .videospot {
        margin-bottom: 0;
    }

    .portalstages .journal {
        padding-bottom: 30px;
    }

    .portalstages .bottom {
        margin: 0 0 15px 0;
    }

    .portalstages .left .bottom {
        margin-bottom: 55px;
    }

    .stories-about .text,.stories-about .image,.stories-about .block.block4 {
        padding: 0;
    }

    .stories-about .block3 .center {
        max-width: 100%;
    }

    .stories-about .block3 .video {
        height: auto;
    }

    .nopadding {
        padding: 0 30px!important;
    }

    #owl-materialdetails .owl-item .item .description {
        left: 0;
        margin: 0;
        width: 100%;
    }

    #owl-materialdetails .tcenter {
        padding: 0 30px;
    }

    #owl-materialdetails .owl-buttons {
        display: none;
    }

    #load_more_button .arrow:after {
        right: 40%!important;
    }

    #category_overview #load_more_button .arrow:after {
        right: 22%!important;
    }

    .product_image {
        margin: 0;
    }

    .product_image .socialshare {
        display: none;
    }

    .stories-watch {
        margin: 70px 0 0 0;
    }

    .owl-theme .owl-pagination {
        display: none!important;
    }

    .owl-theme .owl-controls {
        margin: 0;
    }

    #owl-shophome {
        margin: 0 0 20px 0;
    }

    .owl-prev,.owl-next {
        top: 37%;
    }

    #owl-mobileproduct .owl-prev {
        top: 40%;
        left: 0;
    }

    #owl-mobileproduct .owl-next {
        top: 40%;
        right: 0;
    }

    .product-view .contact {
        text-align: center;
    }

    .shopproduct span span,.shopproduct a.fullink {
        font-weight: normal;
    }

    .shop_teaser .headline {
        border-bottom: 0;
        padding: 15px 0 0 0;
    }

    .infotxt span {
        padding: 0 50px 35px 50px;
    }

    .cms-home .portalstages .col-sm-3 {
        display: none;
    }

    .stories-about {
        padding-top: 30px;
    }

    .col-main h1 {
        padding: 10px 0 40px 0;
    }

    .main .storelocator .intro {
        text-align: center;
        font-size: 16px;
        padding: 0;
    }

    #results .item a.map {
        top: auto;
        bottom: 3px;
    }

    .socialfooterlinks {
        padding: 0 0 20px 0;
    }

    .stories-watch .head {
        height: auto;
        clear: both;
    }

    .stories-watch .head p {
        display: none;
    }

    .stories-watch .video {
        margin: 0;
    }

    .vid iframe {
        height: 350px;
    }

    .footerline {
        padding: 10px 30px;
    }

    .instagram .inner img {
        margin: 0 auto;
    }

    .product_image {
        width: 100%;
    }

    .product_image .mainimage .zoom_txt,.product_image .mainimage .zoom {
        display: none;
    }

    .product_image .mainimage {
        height: 920px;
    }

    #discover .video iframe {
        height: 420px;
    }

    section.slide.topslide {
        height: 40px;
    }

    body.mobile-gap {
        overflow: hidden;
        transition: all .2s ease 0s;
        position: fixed;
    }

    body.mobile-gap #navbutton {
        position: fixed;
    }

    #contentover {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 500;
    }

    #navbutton {
        position: absolute;
        top: 16px;
        right: 0;
        display: block;
        width: 45px;
        height: 30px;
        font-size: 20px;
        padding: 2px 0 0 10px;
        transition: all .2s ease 0s;
        z-index: 2001;
    }

    #navbutton.open {
        right: 18px;
    }

    #mobile-nav-wrapper {
        margin-right: -82%;
        right: 0;
        top: 0;
        width: 82%;
        position: fixed;
        height: 100%;
        overflow-y: auto;
        z-index: 1000;
        transition: all .2s;
        background: #fff;
    }

    body.mobile-gap #mobile-nav-wrapper {
        right: 82%;
    }

    #mobile-nav-wrapper nav {
        padding-top: 12px;
    }

    #mobile-nav-wrapper ul {
        margin: 0;
        padding: 0;
    }

    #mobile-nav-wrapper ul li {
        margin: 0 0 15px 0;
        padding: 0;
        display: block;
        float: none;
    }

    #mobile-nav-wrapper ul.shopstaticmenu {
        position: relative;
        float: left;
        width: 100%;
        top: auto;
    }

    #mobile-nav-wrapper ul li a {
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
        font-weight: 700;
        text-decoration: none;
        font-size: 20px;
        line-height: 34px;
        color: #000;
        text-transform: uppercase;
    }

    #mobile-nav-wrapper ul li a.stories {
        padding: 20px 0 0 0;
    }

    #mobile-nav-wrapper ul li ul {
        padding-top: 0;
        margin: 0;
    }

    #mobile-nav-wrapper ul li ul li {
        margin: 0;
    }

    #mobile-nav-wrapper ul li ul li a {
        position: relative;
        font-weight: normal;
        text-decoration: none;
        font-size: 14px;
        line-height: 56px;
        border-bottom: 1px solid #f2f2f2;
    }

    #mobile-nav-wrapper ul li ul li a.black {
        color: #000;
    }

    #mobile-nav-wrapper ul li ul li ul {
        background: #f2f2f2;
        display: none;
        overflow: hidden;
    }

    #mobile-nav-wrapper ul li ul li ul li a {
        border-bottom: 1px solid #fff;
    }

    #mobile-nav-wrapper ul.shopstaticmenu li {
        width: 100%;
    }

    a.logo {
        display: block;
        width: 130px!important;
        margin: 8px auto 0 auto;
        position: relative;
    }

    a.logo svg {
        width: 130px!important;
        margin: 0;
    }

    section.startslide {
        margin-top: 0;
        font-family: Arial;
        font-weight: bold;
        font-size: 12px;
    }

    .menufilterbox .sortselects {
        padding-top: 0;
    }

    #mobile-nav-wrapper .menufilterbox .useselect2 {
        margin-bottom: 10px;
    }

    .menufilterbox a:after {
        display: none;
    }

    .menufilterbox .contentmenu {
        background: 0;
    }

    span.menusorting {
        font-size: 12px;
    }

    #mobile-nav-wrapper span.menusorting a {
        font-weight: normal;
        text-decoration: underline;
        font-size: 12px;
        margin-right: 10px;
    }

    .menusorting span {
        margin-right: 10px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    #mobile-nav-wrapper ul li.acc {
        margin-top: 10px;
    }

    #mobile-nav-wrapper ul li ul.bigmenu.active {
        display: block;
    }

    #navbuttonplus {
        position: absolute;
        top: 22px;
        left: 16px;
        height: 18px;
    }

    #cross {
        float: left;
        margin: 1px 5px 0 0;
        width: 12px;
        height: 12px;
        position: relative;
    }

    #cross:before,#cross:after {
        content: "";
        position: absolute;
        z-index: -1;
        background: #c1c1c1;
    }

    #cross:before {
        left: 7px;
        width: 2px;
        margin-left: -15%;
        height: 100%;
    }

    #cross:after {
        top: 7px;
        height: 2px;
        margin-top: -15%;
        width: 100%;
    }

    #mobile-nav-cart {
        position: absolute;
        top: 50px;
        background: #fff;
        width: 100%;
        z-index: 999;
        border-top: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb;
        padding: 10px 10% 15px 10%;
        display: none;
    }

    #mobile-nav-cart.active {
        display: block;
    }

    #mobile-nav-cart .languages {
        width: auto;
        display: table;
        position: relative;
        margin: 0 auto;
    }

    #mobile-nav-cart .languages a {
        font-family: "League Gothic","Helvetica Neue","Helvetica","Arial","sans-serif";
        color: #939393;
        text-transform: uppercase;
        font-size: 24px;
        text-decoration: none;
        position: relative;
    }

    #mobile-nav-cart .languages a+a:before {
        content: '';
        position: absolute;
        top: 14px;
        left: -8px;
        width: 3px;
        height: 2px;
        background: #939393;
    }

    #mobile-nav-cart .lined-header {
        font-family: "League Gothic","Helvetica Neue","Helvetica","Arial","sans-serif";
        color: #939393;
        font-size: 23px;
        max-width: 768px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    #mobile-nav-cart .languages a:last-child {
        margin: 0;
    }

    #mobile-nav-cart .lined-header span {
        font-family: "League Gothic","Helvetica Neue","Helvetica","Arial","sans-serif";
        position: relative;
        max-width: 75%;
        display: inline-block;
    }

    #mobile-nav-cart .lined-header span:before,.lined-header span:after {
        content: '';
        position: absolute;
        top: 50%;
        border-bottom: 1px solid #000;
        width: 20px;
        margin: 0 15px;
    }

    #mobile-nav-cart .lined-header span:before {
        right: 100%;
    }

    #mobile-nav-cart .lined-header span:after {
        left: 100%;
    }

    .mainlang {
        margin-bottom: 15px;
    }

    .mycart {
        padding-bottom: 15px;
        border-bottom: 1px solid #dbdbdb;
    }

    .mycart .mycartinfo {
        float: left;
        width: 65%;
        margin-right: 2%;
    }

    .mycart .mycartinfo h3 {
        font-family: "League Gothic","Helvetica Neue","Helvetica","Arial","sans-serif";
        text-transform: uppercase;
        color: #000;
        font-size: 20px;
        margin: 0;
    }

    .mycart .mycartinfo p {
        color: #000;
        font-size: 12px;
        margin: 0;
    }

    .mycart .mycartinfo a.more {
        display: block;
        color: #8c8c8c;
        font-size: 12px;
        text-decoration: none;
        margin-bottom: 15px;
    }

    .mycart .mycartinfo a.rmi {
        position: relative;
        display: block;
        color: #000;
        font-size: 12px;
        text-decoration: none;
    }

    .mycart .mycartinfo a.rmi:after {
        content: 'x';
        position: absolute;
        top: 0;
        left: 82px;
        display: block;
        color: #000;
        font-size: 12px;
        text-decoration: none;
    }

    .mycart .mycartimage {
        float: left;
        width: 33%;
    }

    .cartrow {
        padding: 9px 0 10px 0;
        border-bottom: 1px solid #dbdbdb;
    }

    .cartrow a {
        float: left;
        font-size: 11px;
        text-decoration: underline;
    }

    .cartrow p {
        display: inline;
        font-size: 11px;
        margin: 0;
    }

    #navbuttonplus span.number,.cartrow span.number {
        float: right;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: #ff0006;
        color: #fff;
        text-align: center;
        font-size: 10px;
        padding: 0 0 0 1px;
    }

    #mobile-nav-cart a.checkout {
        font-family: "League Gothic","Helvetica Neue","Helvetica","Arial","sans-serif";
        font-size: 28px;
        color: #000;
        text-decoration: underline;
        display: block;
        margin-top: 15px;
    }

    .product-options .qty {
        display: none;
    }

    .product-view .tabs {
        max-width: 100%;
    }

    #owl-materialdetails .owl-prev {
        background: url(/static/coteetciel/img/tabarrows.png) 0 0 no-repeat;
        background-size: 100%;
        width: 30px;
        height: 30px;
        right: auto;
        top: 280px;
        left: 55%;
    }

    #owl-materialdetails .owl-next {
        background: url(/static/coteetciel/img/tabarrows.png) 0 -38px no-repeat;
        background-size: 100%;
        width: 30px;
        height: 30px;
        right: auto;
        top: 280px;
        right: 45px;
    }

    #tab_2 p {
        padding: 0 50px;
    }

    #owl-materialdetails {
        max-height: 600px;
    }

    .product-view .tab_content {
        min-height: 350px;
    }

    .catalog-product-view .headline {
        margin-top: 35px;
    }

    #tab_1 .dcont,#tab_1 .dcont h3 {
        text-align: center;
    }

    #tab_1 .dcont .block,#tab_1 .dcont .line .upper {
        width: 100%;
    }

    #tab_1 .dcont {
        padding: 20px 0 0 0;
    }

    #tab_1 .shortsize {
        position: relative;
        z-index: 0;
    }

    #tab_1 .sizes {
        position: absolute;
        top: 0;
        left: 30px;
        margin: 0;
    }

    #tab_1 .sizes p {
        text-align: left;
    }

    .videospot .socialshare {
        right: 0;
    }

    .shop_teaser .br {
        margin: 0 0 20px 0;
    }

    #see_container .item,#pinterest_container .item {
        max-width: 230px;
    }

    .facebook .large {
        max-height: none;
    }

    .facebook .large .image,.facebook .middle .image,.facebook .small .image {
        height: 283px;
    }

    .facebook .large .footer {
        padding: 10px 0;
    }

    .facebook .footer {
        height: 40px;
        overflow: hidden;
    }

    .instagram .large {
        max-height: none;
    }

    .instagram .large .image,.instagram .middle .image,.instagram .small .image {
        height: 283px;
    }

    .instagram .large .footer {
        padding: 10px 0;
    }

    .instagram .footer {
        height: 40px;
        overflow: hidden;
    }

    .portalstages .journal {
        max-width: none;
    }

    .cms-home .col1-layout {
        margin-top: 0;
    }

    .footerlinks {
        width: 100%;
        height: 78px;
        margin: 0 0 20px 0;
        overflow: hidden;
    }

    .footerlinks h3 {
        display: block;
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
        font-size: 14px;
        letter-spacing: .1em;
        margin: 0;
        padding: 30px 0;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
    }

    .footerlinks ul {
        display: block;
        width: 100%;
    }

    .footerlinks ul li {
        display: block;
        width: 100%;
    }

    .footerlinks ul li a {
        border-bottom: 1px solid #f2f2f2;
        border-right: medium none;
        color: #000;
        font-size: 14px;
        padding: 12px 20px;
        position: relative;
        text-align: center;
        text-decoration: none;
    }

    #owl-portal,#owl-shophome,#owl-watch {
        width: 100%;
        margin: 0;
    }

    #owl-portal .owl-prev,#owl-shophome .owl-prev,#owl-watch .owl-prev {
        left: 0;
    }

    #owl-portal .owl-next,#owl-shophome .owl-next,#owl-watch .owl-next {
        right: 0;
    }

    .cms-shop .col1-layout {
        margin: 0;
    }

    .portalstages .infotxt a {
        margin-top: 0;
        font-size: 20px;
    }

    #mobile-nav-wrapper ul li .menufilterbox ul li a {
        padding: 0;
    }

    .menufilterbox {
        padding: 0;
        margin: 15px 0;
        background: #f2f2f2;
    }

    .menufilterbox .contentmenu {
        border: 0;
    }

    .menufilterbox .contentmenu .center {
        width: 100%;
    }

    #mobile-nav-wrapper .menufilterbox ul li {
        width: 100%;
        border-bottom: 1px solid #fff;
        height: 58px;
    }

    .contentmenu li ul {
        position: absolute;
        top: 58px;
        left: 0;
        width: 100%;
        box-shadow: none!important;
    }

    #mobile-nav-wrapper ul li ul.contentmenu li ul li a {
        border: 0;
    }

    .contentmenu li ul .inner,.contentmenu li ul .scontent,.contentmenu li ul .center {
        width: 100%;
    }

    .product-view {
        padding-top: 0;
    }

    #owl-watch {
        padding: 0 0 20px 0;
    }

    .cms-store-locator .col1-layout {
        margin: 0;
    }

    #owl-storelocator {
        clear: both;
    }

    .storelocator .head {
        clear: both;
    }

    #results .item {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cms-home .fullsize .col-xs-12 {
        width: 140%;
        margin-left: -20%;
    }

    .giftcert .intro {
        padding-top: 0;
    }

    .pmargin {
        margin: 0;
    }

    #rma .form .container {
        padding: 0;
        border: 0;
        max-width: 100%;
    }

    #rma .form .inc .item.warranty,#rma .form .inc .item.return {
        max-width: 100%;
    }

    #rma .form .inc .item .content .line input,#rma .form .inc .item .content .line select {
        max-width: 150px;
    }

    #rma .form .inc .item .content .line textarea.returns {
        max-width: 150px;
        min-height: 200px;
    }

    #rma .form .inc .item {
        border: 0;
    }

    #rma .form .inc .item .content.new {
        padding: 0;
        margin: 0;
    };
}

@media only screen and (max-width:640px) {
    #pindetail {
        display: none!important;
    }

    .stories-follow .head .followbox .icon {
        width: 120px;
    }

    .cms-home .fullsize .col-xs-12 {
        width: 192%;
        margin-left: -46%;
    }

    .vid iframe {
        height: 200px;
    }

    span.largesubscribenlsubmit {
        display: none;
    }

    .product_image .mainimage {
        height: 700px;
    }

    #category_overview .col-xs-6 {
        padding: 0 3px;
    }

    #category_overview .row {
        margin: 0 -3px;
    }

    .shopproduct a.fullink {
        margin: 0 15px;
    }

    .adn p {
        padding: 15px 0 5px 0;
        text-align: center;
    }

    .portalstages .infotxt a {
        font-size: 16px;
    }

    .pint img {
        height: 80px;
    }

    #tab_1 .sizelist p {
        letter-spacing: normal;
    }

    .catalog-product-view .headline h2 {
        font-size: 20px;
    }

    #contactForm .form-list .input-box,.my-account .input-box,#contactForm .form-list select {
        margin: 0;
    }

    .contacts-index-index .col-main .buttons-set .required,.contacts-index-index .col-main .buttons-set .button {
        margin-left: 0;
    }

    .stories-read .post .socialshare {
        display: none;
    }

    .stories-read .post {
        margin-bottom: 0;
    }

    .watch .col1-layout {
        margin: 0;
    }

    .stories-watch {
        margin: 0;
    }

    .fieldset {
        padding-left: 0;
        padding-right: 0;
    }

    .socialfooterlinks .icon {
        padding: 0 12px;
    }

    footer .content .socialfooterlinks a {
        font-size: 20px;
    }

    footer .content .socialfooterlinks a i {
        top: 2px;
    };
}

@media only screen and (max-width:480px) {
    .socialfooterlinks .icon {
        padding: 0 10px;
    }

    footer .content .socialfooterlinks a {
        font-size: 18px;
    }

    .shopproduct {
        min-height: 360px;
    }

    .portalstages .infotxt a {
        font-size: 9px;
    }

    #load_more_button .arrow:after {
        display: none;
    }

    #category_overview #load_more_button .arrow:after {
        display: none;
    }

    .stories-read .post h4 {
        font-size: 20px;
        line-height: 30px;
    }

    #see_container .item,#pinterest_container .item {
        max-width: 383px;
    }

    .shop_teaser .middle .pod {
        padding: 0 0 45px 0;
    }

    .shop_teaser .middle .pod .pa {
        bottom: 0;
    }

    .shopproduct span span {
        font-weight: normal;
        margin: 0;
    }

    .portalstages .holder1 {
        margin-top: 10px;
    }

    .portalstages .fullsize h2 {
        padding-top: 20px;
    }

    .owl-buttons {
        display: none!important;
    }

    .wrapper {
        max-width: 480px;
        overflow: hidden;
    }

    .videospot {
        margin-bottom: 0;
    }

    .videospot .hover {
        max-height: 220px;
    }

    .videospot iframe {
        height: 220px;
    }

    .col1-layout {
        padding-bottom: 20px;
    }

    .footernewsletter {
        margin-bottom: 30px!important;
    }

    .instafeed {
        padding: 20px 0 0 0;
    }

    .footernewsletter ::-webkit-input-placeholder {
        font-size: 20px;
    }

    .footernewsletter :-moz-placeholder {
        font-size: 20px;
    }

    .footernewsletter ::-moz-placeholder {
        font-size: 20px;
    }

    .footernewsletter :-ms-input-placeholder {
        font-size: 20px;
    }

    p.footerinfo {
        padding: 5px 0 0 0;
        font-size: 11px;
        color: #8e8e8e;
    }

    .footerlinks {
        text-align: center;
    }

    .product_image .socialshare {
        display: none;
    }

    .product_image .mainimage {
        height: 430px;
    }

    #discover .video iframe {
        height: 230px;
    }

    .cart .help {
        display: none;
    }

    .shopping-cart form .btn {
        padding: 0 15px;
    }

    .cart .coupon .inner,.cart .notification .inner,.cart .shipping .inner {
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
        border-bottom: 1px solid #ccc;
    }

    section .container ul li {
        width: 100%;
        clear: both;
    }

    .shipping-form ul li input {
        width: 100%!important;
    }

    .shipping-form ul li input.radio {
        width: auto!important;
    }

    .shopping-cart td img {
        width: 60px;
    }

    .cart .checkout .totals {
        padding: 0;
    }

    .shopping-cart td {
        font-size: 11px;
        padding: 0 5px 10px 0;
    }

    .shopping-cart td .attribute-list {
        font-size: 10px;
    }

    .shopping-cart td .form-control {
        margin: 0;
        padding: 2px;
        font-size: 11px;
        border: 0;
        background: 0;
        height: 18px;
        box-shadow: none;
    }

    .shopping-cart td .td-name a {
        font-size: 18px;
    }

    #checkout-step-login .col-md-6 {
        min-height: 0;
    }

    .checkout-onepage-index .page-title {
        padding: 0;
    }

    .opc .checkout-agreements .agree {
        border-bottom: 0;
    }

    .shop_teaser .headline {
        margin-top: 0;
    }

    #tab_1 .sizes {
        position: relative;
        margin: 0;
    }

    #tab_1 .col-md-4 {
        padding: 0;
        font-size: 10px;
    }

    .product-view .tabs {
        height: 120px;
        border: 0;
    }

    .product-view .tabs .tab_headline li {
        width: 100%;
        padding: 0;
    }

    .product-view .tabs .background_line {
        display: none;
    }

    .product-view .tabs .tab_headline li a {
        text-align: center;
        width: 100%;
        font-size: 18px;
        line-height: 30px;
        height: auto;
        font-weight: normal;
    }

    .product-view .tabs .tab_headline li:after {
        display: none;
    }

    .portalstages .buttons div {
        padding: 0;
    }

    .portalstages .buttons a {
        min-width: 155px;
    }

    .infotxt span.prev {
        top: -90px;
    }

    .infotxt span.next {
        bottom: 14px;
    }

    .videospot .socialshare {
        display: none;
    }

    .instafeed {
        padding: 15px 15px 0 15px;
    }

    .shop_teaser .buttons a {
        min-width: 150px;
    }

    .portalstages .fullsize h2 {
        font-size: 35px;
        line-height: 35px;
        padding: 10px 0 0 0;
    }

    .portalstages .fullsize h3 {
        margin: 10px 0 0 0;
    }

    .portalstages .fullsize p {
        font-size: 11px;
        line-height: 12px;
        margin: 0;
        padding: 0 15px;
    }

    .portalstages .fullsize .buttons {
        padding: 20px 0 0 0;
    }

    .portalstages .teaser h2 {
        line-height: 70px;
    }

    .portalstages .teaser p {
        font-size: 11px;
        line-height: 12px;
        margin: 0;
    }

    .product-view .tabs .tab_headline {
        left: 0;
    }

    #owl-materialdetails {
        height: auto;
        max-height: none;
        margin: 0;
    }

    #owl-materialdetails .owl-item .item .description {
        width: 100%;
    }

    #owl-materialdetails .tcenter p {
        padding: 0 30px;
        font-size: 12px;
        line-height: 20px;
        text-align: justify;
    }

    #owl-materialdetails .tcenter {
        padding: 15px 0;
        height: auto;
        width: 100%;
        position: relative;
    }

    #owl-materialdetails .tcenter p {
        color: #000;
    }

    .stories-watch .head h1 {
        margin: 20px 0 0 0;
    }

    .stories-watch .head .background {
        height: 200px;
    }

    .stories-watch .small .inner {
        height: 160px;
    }

    .facebook .large .image,.facebook .middle .image,.facebook .small .image {
        height: 160px;
    }

    .instagram .large .image,.instagram .middle .image,.instagram .small .image {
        height: 160px;
    }

    #see_container .item,#pinterest_container .item {
        max-width: 100%;
    }

    .col-main h1 {
        padding: 0 0 20px 0;
        margin-top: 20px;
    };
}

@media only screen and (max-width:320px) {
    .col1-layout .faq .row {
        margin-bottom: 20px;
    }

    .col1-layout {
        margin-bottom: 20px;
    }

    .wrapper {
        max-width: 320px;
        overflow: hidden;
    }

    .owl-prev,.owl-next {
        display: none!important;
    }

    .portalstages .teaser h2 {
        line-height: 30px;
    }

    .portalstages .buttons a {
        min-width: 50px;
        max-width: 130px;
    }

    .portalstages .teaser .bottom {
        bottom: 25px;
    }

    .infotxt span {
        line-height: 22px;
        padding: 0 20px 40px 20px;
    }

    .portalstages .holder1 {
        padding: 0;
        height: auto;
        margin: 10px 0 0 0;
    }

    .infotxt span.prev,.infotxt span.next {
        display: none;
    }

    .portalstages .fullsize {
        height: 300px;
    }

    .portalstages .fullsize h2 {
        line-height: 30px;
        padding: 30px 0 0 0;
    }

    .videospot .hover {
        max-height: 170px;
    }

    .videospot iframe {
        height: 170px;
    }

    .stories-watch .head {
        display: none;
    }

    .vid iframe {
        height: 160px;
    }

    .stories-watch .content h1 {
        font-size: 26px;
    }

    .stories-about .block3 {
        display: none;
    }

    .product_image .mainimage {
        height: 310px;
    }

    .product_image .mainimage img {
        top: -20px;
    }

    #discover .discover_image {
        height: 125px;
    }

    span.largesubscribenlsubmit {
        width: 20px;
        height: 20px;
        font-size: 30px;
        line-height: 30px;
        margin: 5px 30px 0 0;
    }

    .shop_teaser .buttons a {
        min-width: 120px;
    }

    .shop_teaser .big .pod {
        height: 300px;
    }

    .shop_teaser .small .pod .img {
        background-position: top center;
    }

    .shop_teaser h3 {
        font-size: 45px;
    }

    #mobile-nav-wrapper ul li ul li a {
        line-height: 30px;
    };
}/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.0 - 2014
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1500;
    background-color: #f25648;
    color: #fff;
}

* html #outdated {
    position: absolute;
}

#outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 10px;
}

#outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
}

#outdated #btnUpdateBrowser {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 30px auto 0;
    width: 230px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    cursor: pointer;
}

#outdated #btnUpdateBrowser:hover {
    color: #f25648;
    background-color: #fff;
}

#outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px;
}

#outdated .last[dir='rtl'] {
    right: auto!important;
    left: 25px!important;
}

#outdated #btnCloseUpdateBrowser {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 36px;
    line-height: 36px;
}