﻿@charset "utf-8";

@font-face {
    font-family: 'FontAwesome';
    src: url('/tsp/css/fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('/tsp/css/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('/tsp/css/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('/tsp/css/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('/tsp/css/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: #821f56 url(/tsp/pics/bg.jpg) no-repeat 50% 0;
    background-attachment: fixed;
    background-size: cover;
    font: normal 13px Arial, Helvetica, sans-serif;
    line-height: 1.42857;
    color: #666;
    -webkit-text-size-adjust: none;
}

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

input,
select,
textarea,
button {
    font: normal 14px "Source Sans Pro", Arial, Helvetica, sans-serif;
    color: #666;
    outline: none;
}

textarea {
    resize: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    cursor: pointer;
}
::-webkit-input-placeholder {
    opacity:1;
}
::-moz-placeholder {
    opacity:1;
}

.input {
    zoom: 1;
    position: relative;
    padding: 0 6px;
}

.input input,
.input textarea {
    display: block;
    vertical-align: top;
    position: relative;
    left: -6px;
    width: 100%;
}

header,
nav,
section,
article,
aside,
footer,
menu,
time,
figure,
figcaption {
    display: block;
}

img {
    border: 0;
    vertical-align: top;
}

a {
    color: #3abec0;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:hover {
    color: #000;
}

a,
a .fa,
.testimonials .prev,
.testimonials .next,
.slider1 .prev,
.slider1 .next {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

strong {
    font-weight: bold;
}

p,
ol,
ul {
    margin: 0 0 10px 0;
}

ol,
ul {
    padding: 0 0 0 15px;
}

.nowrap {
    white-space: nowrap;
}

.nofloat {
    height: 100%;
    overflow: hidden;
}

.cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.inline {
    display: inline-block;
    text-align: left;
}

.hr {
    height: 1px;
    overflow: hidden;
    margin: 15px 0;
    background: #e6e6e6;
}

.pink {
    color: #ea779e;
}

.purple {
    color: #9f3f80;
}

.white {
    color: #fff;
}

.phone-num {
    color: inherit;
    cursor: inherit;
    text-decoration: none!important;
}

.clearfix {
    zoom: 1
}

.big {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

.clearfix:after,
.tline:after,
.tlines:after,
.header .main:after,
.content-hold:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.wrapper,
.footer {
    min-height: 100%;
    min-width: 1256px;
    max-width: 10000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.container {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.cover-link {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pic {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tline {
    zoom: 1;
    position: relative;
    background: #fff;
    margin: 0 0 0 0;
    color: #666;
}

.tline:first-child {
    padding-top: 10px;
}

.tline a {
    color: #666;
}

.tline a:hover {
    color: #3abec0;
}

.tlines {
    zoom: 1;
    position: relative;
    background: #fff;
    margin: 0;
    color: #666;
}

.tlines a {
    color: #666;
}

.tlines a:hover {
    color: #3abec0;
}

.tmenu {
    float: left;
    margin: 0 0 0 8px;
}

.tmenu > * {
    display: inline-block;
    margin: 0 0 0 7px;
}

.tmenu .fa {
    margin-right: 2px;
}

.tline .elem {
    float: left;
    margin: 10px 0 10px 6px;
    padding: 7px 5px 6px 5px;
    border: 2px solid #eee;
    line-height: 10px;
    white-space: nowrap;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tline .lang img {
    margin: 2px 3px 1px 3px;
}

.tline .curr > * {
    padding: 2px 4px;
    display: inline-block;
    color: #666;
}

.tline .curr > a:hover,
.tline .curr > .active {
    color: #3abec0;
}

.tline .search {
    margin-right: 10px;
    padding: 2px 3px 3px 3px;
}

.tline .search .fa {
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    padding: 3px 0;
}

.tline .search .fa input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.tline .search input[type="text"] {
    float: left;
    background: none;
    border: 0;
    padding: 3px;
    text-align: center;
    width: 146px;
}

.welcome {
    margin: 5px 0;
    float: right;
}

.welcome img {
    vertical-align: middle;
}

.header .main {
    background: rgba(0, 0, 0, 0.5);
    margin: 0 -5000px 20px -5000px;
    padding: 0 5000px;
}

.logo {
    float: left;
    /*    padding: 10px 0;
        margin: 0 10px 0 0;*/
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    /*    border-left: 1px solid #eee;*/
    position: relative;
    float: left;
    z-index: 100;
    width: 100%;
}

.menu > h2 {
    display: inline-block;
    margin: 0;
    padding: 10px 0;
    position: relative;
    font-weight: normal;
    font-size: 1em;
}

.menu > h2 > *:first-child {
    padding: 5px 0px;
    text-align: center;
    line-height: 20px;
    display: block;
    position: relative;
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

.menu > h2 > .down:after,
.mybag .toggle:after {
    display: inline-block;
    height: 0;
    width: 0;
    margin: 0 0 0 4px;
    content: '';
    border: 4px solid #fff;
    border-bottom: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    vertical-align: middle;
}

.menu > h2 > a:hover,
.menu > h2:hover > .down {
    color: #3abec0;
}

.menu > h2:hover > .down:after {
    border-top-color: #3abec0;
}

.menu > h2 > ul,
.menu > h2 > .sub {
    min-width: 170px;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.176);
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.176);
    background: #fff;
    position: absolute;
    top: 100%;
    margin: 0;
    left: -10000px;
}

.menu > h2:hover > ul,
.menu > h2:hover > .sub {
    left: 0;
}

.menu > h2 > ul {
    list-style: none;
    padding: 10px;
}

.menu > h2 > ul > li,
.menu > h2 > .sub li {
    margin: 0;
    padding: 0;
}

.menu > h2 > ul > li > *,
.menu > h2 > .sub li > * {
    display: block;
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
    color: #666;
}

.menu > h2 > ul > li > a:hover,
.menu > h2 > .sub li > a:hover {
    color: #3abec0;
}

.menu > h2 > .sub {
    width: 680px;
    padding: 10px;
}

.menu > h2 > .sub ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu > h2 > .sub .title2 {
    margin: 20px 0 10px 0;
    font-size: 17px;
    line-height: 34px;
}

.menu > h2 > .sub .big {
    padding: 5px 10px;
    color: #3abec0;
    font-weight: bold;
    text-transform: uppercase;
}

.menu > h2 > .sub .half {
    float: left;
    width: 50%;
}

.mybag {
    float: right;
    padding: 20px 14px 0 15px;
    min-width: 171px;
    border-left: 1px solid #eee;
    height: 66px;
    z-index: 100;
}

.mybag .fa {
    float: left;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: #3abec0;
    width: 38px;
    text-align: center;
    margin: 0 8px 0 0;
}

.mybag .toggle {
    color: #666;
    cursor: pointer;
    position: relative;
}

.mybag .toggle:after {
    border-top-color: #999;
}

.mybag .big {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #3abec0;
}

.content-hold {
    zoom: 1;
    position: relative;
    margin: 0px;
}

.content-hold .side-l {
    float: left;
}

.content-hold .side-r {
    float: right;
}

.content-hold.view1 .side-l,
.content-hold.view2 .side-r {
    width: 728px;
}

.content-hold.view1 .side-r,
.content-hold.view2 .side-l {
    width: 275px;
}

.content-hold.view-halves .side-l,
.content-hold.view-halves .side-r {
    width: 570px;
}

.slider1 .prev,
.slider1 .next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 20;
    cursor: pointer;
    font-size: 30px;
    line-height: 380px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    width: 30px;
    text-align: center;
    opacity: 0;
}

.slider1:hover .prev,
.slider1:hover .next {
    opacity: 1;
}

.slider1 .prev {
    left: 0;
}

.slider1 .next {
    right: 0;
}

.slider1 .dots {
    line-height: 0;
    position: absolute;
    bottom: 63px;
    left: 60px;
    z-index: 20;
}

.slider1 .dots span {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 12px 0 0;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.slider1 .dots span.active {
    cursor: default;
    background: #3abec0;
}

.slider1 .text {
    position: absolute;
    top: 85px;
    left: 60px;
    width: 348px;
}

.slider1 .min {
    min-height: 165px;
}

.link {
    display: inline-block;
    border: 2px solid #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #000;
    padding: 6px 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
}

.link:hover {
    border-color: #3abec0;
    color: #3abec0;
}

.title1 {
    margin: 0 0 10px 0;
    border-left: 5px solid #eee;
    color: #fff;
    font: bold 14px/36px "Montserrat", Arial, Helvetica, sans-serif;
}

.title1 span {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.6);
}

.title1.bg-pink {
    border-left-color: #ea779e;
}

.title1.bg-blue {
    border-left-color: #3abec0;
}

.title1.bg-yellow {
    border-left-color: #ffd20e;
}

.slider2 {
    zoom: 1;
    position: relative;
    width: 137px;
    float: right;
}

.slider2 .prev,
.slider2 .next {
    cursor: pointer;
    position: absolute;
    background: #a44688 url(/tsp/pics/carousel_control.png) no-repeat;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    bottom: 100%;
    margin: 0 0 10px 0;
}

.slider2 .prev {
    right: 35px;
}

.slider2 .prev:hover {
    background-position: 0 100%;
}

.slider2 .next {
    right: 0;
    background-position: 100% 0;
}

.slider2 .next:hover {
    right: 0;
    background-position: 100% 100%;
}

.slider2 .hold {
    zoom: 1;
    position: relative;
    overflow: hidden;
}

.slider2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 10000px;
}

.slider2 li {
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.slider2.hor li {
    width: 570px;
    margin: 0;
}

.catalog figure {
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    background: #fff;
    padding: 0 18px 23px 18px;
}

.catalog .photo {
    zoom: 1;
    position: relative;
    overflow: hidden;
    margin: 0 -18px 16px -18px;
}

.catalog .photo:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -8px;
}

.catalog .photo img {
    width: 100%;
    height: auto;
}

.catalog .name {
    font-weight: 300;
    font-size: 24px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 4px 0;
    padding: 0 0 3px 0;
    color: #000;
}

.catalog .name a {
    color: #000;
}

.catalog .name a:hover {
    color: #3abec0;
}

.rating {
    position: relative;
    width: 72px;
    height: 13px;
    background: #fff url(/tsp/pics/rating.png) repeat-x 0 -13px;
    margin: 0 0 6px 0;
}

.rating div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff url(/tsp/pics/rating.png) repeat-x;
}

.catalog .min {
    min-height: 40px;
}

.catalog .price {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #ea779e;
    margin: 11px 0 27px 0;
}

.catalog .price del {
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.catalog .link {
    padding: 6px 6px;
}

.catalog .link .fa {
    color: #666;
}

.catalog .link:hover .fa {
    color: #3abec0;
}

.catalog .cover-info {
    color: #fff;
    background: #d9534f;
    border: 3px solid #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    font-weight: bold;
    font-size: 11px;
}

.quick-view-link {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16.5px 0 0 -50px;
    vertical-align: top;
    color: #666;
    background: #fff;
    height: 33px;
    line-height: 33px;
    width: 100px;
    text-align: center;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    opacity: 0;
}

.quick-view-link:hover {
    color: #3abec0;
}

.catalog .photo:hover .quick-view-link {
    opacity: 1;
}

.hor .catalog figure {
    padding-left: 283px;
    padding-bottom: 0;
    padding-top: 16px;
    margin: 20px 0 0 0;
}

.hor .catalog figure:first-child {
    margin-top: 0;
}

.hor .catalog figure .photo {
    float: left;
    width: 268px;
    margin: -16px 0 0 -283px;
}

.hor .catalog figure .photo:after {
    border-bottom-color: transparent;
    border-right-color: #fff;
    bottom: auto;
    left: auto;
    right: 0;
    top: 50%;
    margin: -8px 0 0 0;
}

.hor .catalog .price {
    margin-bottom: 6px;
}

.testimonials {
    background: #5fce9b;
    padding: 23px 0 0 0;
    height: 345px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    zoom: 1;
    position: relative;
}

.testimonials .prev,
.testimonials .next {
    cursor: pointer;
    position: absolute;
    bottom: 121px;
    line-height: 1em;
    font-size: 50px;
    opacity: 0.5;
    color: #fff;
    z-index: 20;
}

.testimonials .prev:hover,
.testimonials .next:hover {
    opacity: 1;
}

.testimonials .prev {
    left: 40px;
}

.testimonials .next {
    right: 40px;
}

.testimonials .hold {
    position: relative;
    overflow: hidden;
}

.testimonials ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 10000px;
}

.testimonials li {
    float: left;
    margin: 0;
    padding: 0;
    width: 199px;
    padding: 0 38px;
}

.testimonials .min {
    min-height: 120px;
    margin: 0 0 10px 0;
}

.testimonials .fa {
    text-align: center;
    display: block;
    font-size: 22px;
    margin: 0 0 3px 0;
}

.testimonials img {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.testimonials .big {
    font-size: 17px;
    line-height: 34px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.blog {
    background: #fff;
    position: relative;
    overflow: hidden;
    zoom: 1;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    padding: 0 0 26px 0;
    min-height: 343px;
}

.blog .title1 {
    margin: 0 0 25px 0;
    border: 0;
}

.blog .title1 span {
    background: #3abec0;
}

.blog article {
    float: left;
    width: 255px;
    margin: 0 2px 0 18px;
}

.blog .photo {
    margin: 0 0 5px 0;
}

.blog .photo img {
    width: 100%;
    height: auto;
}

.blog .title2 {
    font-size: 22px;
    font-weight: 200;
    line-height: 30px;
    margin: 0 0 5px 0;
    color: #000;
}

.blog .title2 a {
    color: #000;
}

.blog .title2 a:hover {
    color: #3abec0;
}

.blog .min {
    min-height: 40px;
    margin: 0 0 23px 0;
}

.blog .date {
    color: #ccc;
    zoom: 1;
    position: relative;
    padding: 9px 0 0 0;
}

.blog .date:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ccc;
    width: 20px;
    height: 1px;
}

.footer {
    min-height: 0;
    position: relative;
    padding: 0 0 30px 0;
}

.footer .container {
    padding-top: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #666;
}

.benefits {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: #3abec0;
    color: #fff;
    font-style: italic;
}

.benefits li {
    float: left;
    margin: 0;
    width: 289px;
    border-left: 1px solid #72d3d4;
    height: 90px;
}

.benefits li:first-child {
    border: 0;
    width: 290px;
}

.benefits .fa {
    float: left;
    font-size: 36px;
    margin: 25px 10px 25px 25px;
    font-style: normal;
}

.benefits .big {
    text-transform: uppercase;
    font: bold 15px/20px "Montserrat", Arial, Helvetica, sans-serif;
    margin: 25px 0 0 0;
}

.subscr {
    text-align: center;
    border-bottom: 1px dotted #7f7878;
    padding: 20px 0;
    margin: 0 0 33px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.subscr input[type="text"] {
    width: 250px;
    font-size: 12px;
    border: 0;
    background: #fff;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    vertical-align: middle;
    margin: 0 0 0 20px;
}

.subscr .fa {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 34px;
    width: 24px;
    text-align: center;
    margin: 0 0 0 -24px;
    position: relative;
    overflow: hidden;
    color: #3abec0;
}

.subscr .fa input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.footer .elem {
    float: left;
    margin: 0 0 0 20px;
}

.footer .w1 {
    width: 265px;
}

.footer .w2 {
    width: 250px;
}

.footer .elem .big {
    font-size: 1.2em;
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    padding: 0 0 12px 0;
    margin: 0 0 9px 0;
    position: relative;
}

.footer .elem .big:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 1px;
    background: #3abec0;
}

.footer p {
    margin: 0 0 11px 0;
}

.socials {
    overflow: hidden;
    zoom: 1;
}

.socials a {
    float: left;
    border: 2px solid #999;
    color: #b5b5b5;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
}

.soc {
    margin: 32px 0 0 0;
}

.footer .elem ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .elem li {
    zoom: 1;
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
}

.footer .elem li:before {
    content: "\f178";
    font: normal 11px FontAwesome;
    line-height: inherit;
    position: absolute;
    top: 3px;
    left: 0;
}

.footer a {
    color: inherit;
}

.footer a:hover {
    color: #fff;
}

.footer .bot {
    zoom: 1;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 10px 20px;
    margin: 10px 0 0 0;
}

.footer .bot a {
    color: #3abec0;
}

.footer .bot a:hover {
    color: #fff;
}

.footer .payments {
    float: right;
    margin: 2px 0 0 0;
}

.place {
    margin: 20px 0;
}

.place:first-child {
    margin-top: 0;
}

.place:last-child {
    margin-bottom: 0;
}

.place img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.place:first-child {
    margin-top: 0;
}

.welcome a {
    margin: 0 10px 0 0;
}

.tlines .search {
    margin-right: 10px;
    margin-top: 10px;
    padding: 2px 3px 3px 3px;
}

.tlines .search .fa {
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    padding: 5px;
}

.tlines .search .fa input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.tlines .search input[type="text"] {
    float: left;
    background: none;
    border: 0;
    padding: 6px 6px 5px 6px;
    text-align: left;
    width: 350px;
    font-size: 13px !important;
}

.tlines .elem {
    float: left;
    border: 1px solid #ccc;
    line-height: 10px;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.user-panel {
    float: right;
    margin: 0 10px;
    cursor: pointer;
}
.user-panel > .image > img {
    border: 1px solid #dfdfdf;
}
.user-panel > .image > img {
    height: 45px;
    width: 45px;
}
.user-panel span {
}

.img-circle {
    border-radius: 50%;
}
.info {
    margin: 0 0 10px 10px;
    float: left;
    line-height: 1em;
}
.tlines .r {
    float: right;
}

.tlines .r a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
    padding-bottom: 5px;
}

.tlines .r a > img {
    margin: 16px 10px;
    display: block;
}

.small {
    font-size: 12px;
}
.name {
    color: #444444;
}
.mowotech-modal {
    background-color: #FFFFFF;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.176);
    position: relative;
    color: #444444;
    padding: 10px;
    position: absolute;
    top: 46px;
    width: 100%;
    z-index: 101;
}

.s-c {
    width: 200px;
}

.s-d {
    width: 70px;
    height: auto;
}

.s-a-m {
    margin-right: 10px;
}

.gallery1 {
    zoom: 1;
    position: relative;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.4;
}

.gallery1 .hold {
    position: relative;
    overflow: hidden;
    height: 331px;
}

.gallery1 .hold ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gallery1 .hold li {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.gallery1 .hold li.active {
    opacity: 1;
    z-index: 10;
}

.gallery1 .nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    line-height: 0;
    z-index: 11;
    text-align: justify;
}

.gallery1 .nav:before {
    content: '';
    display: block;
    width: 100%;
}

.gallery1 .nav:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.gallery1 .nav li {
    position: relative;
    top: 0.4em;
    line-height: 1.4;
    display: inline-block;
    vertical-align: bottom;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-bottom: 0;
    text-align: left;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
    height: 43px;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}


.gallery1 .nav .big {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    min-height: 30px;
    margin: 0 0 5px 0;
}

.gallery1 .bg1.active,
.gallery1 .bg1:hover {
    background: rgba(249, 159, 52, 0.9);
}

.gallery1 .bg2.active,
.gallery1 .bg2:hover {
    background: rgba(153, 201, 53, 0.9);
}

.gallery1 .bg3.active,
.gallery1 .bg3:hover {
    background: rgba(0, 131, 199, 0.9);
}

.gallery1 .bg4.active,
.gallery1 .bg4:hover {
    background: rgba(237, 28, 36, 0.9);
}

.nav a {
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: block;
}

.reg-dialog .login-reg-type {display: block;}
#search-a {display: none; white-space: normal;}
.home-ext-search {
    clear: both;
    float: right;
    margin: 10px 7px 0px 0px;
}
.ts_home-dialog a {color: blue;}

.ts-phone {margin: 0px; width: 156px;}
.ts-phone input {
    width: 138px;
    border-left: none !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 18px;
    margin: 2px 0px !important;
    padding-left: 0px;
}
.ts-phone:before {
    font-size: 14px;
    border: solid 1px #ccc;
    border-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
    background: #fff;
    display: block;
    float: left;
    margin: 2px 0px 0px 2px;
    padding: 2px 0px 4px 2px;
    height: 16px;
    width: 7px;
}
.ts-phone[disabled=true]:before {background-color: #ebebe4;}
.ts-phone:before {content: '+';}

.login-new-user input.is {width: 100%; box-sizing: border-box;}
.login-new-user td {padding: 5px;}
.login-new-user, .login-new-user select {color: #000;}

.profile-icon {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e51e2a), color-stop(1, #ce0100) );
    background: -moz-linear-gradient( center top, #e51e2a 5%, #ce0100 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e51e2a', endColorstr='#ce0100');
    background-color: #e51e2a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d83526;
    width: 35px;
    float: left;
    margin: 0px 3px 3px 0px;
}
.profile-close {position: absolute; top: 1px; right: 1px; cursor: pointer; width: 24px;}
.profile-menu {position: relative; display: block;}
.profile-menu-div {background: #fff; display: none; width: 252px; position: absolute; top: -2px; left: -2px; z-index: 999; padding: 2px 2px 0px 2px;}
.profile-menu-div ul {list-style-type: none; padding: 5px; margin: 0px; clear: both;}
.profile-menu-div ul li {line-height: 1.7; font-size: 1.1em;}
.profile-menu-link div {margin-left: 42px;}

.profile-menu-div input[type=text],
.profile-menu-div input[type=password],
.profile-menu-div select,
.login-new-user input[type=text],
.login-new-user input[type=password],
.login-new-user select {
    border: solid 1px #ccc;
    padding: 2px;
    margin: 1px;
}

.profile-menu-div {
    box-shadow: 0px 0px 2px 2px #d83526;
}
.profile-menu-bound {
    border-top: dotted 1px #d83526;
}
.profile-menu-div {
    background: #fff;
}
.profile-menu-div * {
    line-height: 1.3;
}

.profile-menu-info {padding: 0px; font-style: italic; font-size: 0.9em;}

.profile-menu-cart {float: left; margin: 2px 5px 10px 0px;}

.profile-menu-top {font-size: 1.2em; line-height: 1.4em; margin-left: 45px;}
.profile-menu-top a {text-decoration: underline;}

.profile-login-header {margin-top: 5px; padding-top: 3px; border-top: solid 1px #d83526; font-weight: bold;}
.profile-card-form {clear: both;}
.profile-card-form table {width: 100%;}
.profile-card-select {width: 240px;}

.profile-buttons {text-align: right; padding-bottom: 1px;}

.ui-tooltip-content {padding: 5px;}

.static_page-iframe {width: 100%; border: none;}

.schedule-event-prices_info {margin: 5px 0px;}

.ts_home-right_panel {
    width: 356px;
    float: right;
    z-index: 10;
    position: relative;
    margin-left: 15px;
}

.ts_home-right_panel .ts_home-event_banner:first-child {
    margin: 0px;
}

.ts_home-right_panel .ts_home-event_banner {
    padding: 0px;
    margin: 5px 0px 0px 0px;
    line-height: inherit;
}

.ts_home-right_panel .ts_home-event_banner img {
    width: 100%;
    height: auto;
}

.ts_home-right_panel a {
    color: #666;
}

.ts_home-right_panel a > img {
    margin-top: 15px;
}

.ts_home-right_panel a:first-child > img {
    margin-top: 0px;
}

.ts_home-right_panel article {
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
}

.ts_home-right_panel article.hp-right-hot {
    padding: 0px;
    background: none;
}

.ts_home-right_panel > *:nth-child(n+2) {
    display: block;
    margin-top: 15px;
}

.ts_home-right_panel article h3 {
    margin: 0px;
    padding: 5px 10px;
    color: #fff;
    font-size: 1.4em;
    font-weight: normal;
}

.ts_home-right_panel article h4 {
    margin: 0px 0px 10px 0px;
    font-size: 1.3em;
}

.ts_home-right_panel article > div {
    padding: 10px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.2;
    width: 100%;
    box-sizing: border-box;
}

.ts_home-right_panel article div.clear {
    padding: 0px;
    clear: both;
}

.ts_home-right_panel article div img.inline {
    float:left;
    margin: 0px 5px 5px 0px;
}

.ts_home-right_panel article img.middle {
    display: block;
    margin: 10px auto;
}

.ui-selectmenu-text {
    background-repeat: no-repeat;
    background-position: 3px center;
    padding-left: 26px !important;
}
.cs .ui-selectmenu-text {
    background-image: url('/tsp/pics/cs.png');
}
.en .ui-selectmenu-text {
    background-image: url('/tsp/pics/en.png');
}
.ru .ui-selectmenu-text {
    background-image: url('/tsp/pics/ru.png');
}
.de .ui-selectmenu-text {
    background-image: url('/tsp/pics/de.png');
}

.left-panel {
    float: left;
    padding: 0px 0px 10px 15px;
    margin-top: 26px;
}

.search-panel {
    margin-left: 268px;
    padding-top: 5px;
    position: absolute;
    white-space: nowrap;
    margin-top: 10px;
}

.ts_home-dialog iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.ui-dialog .ui-dialog-content {
    overflow: hidden;
}

.ts_ticketcard_thumbs {
    padding: 0px;
    height: 94px;
    overflow: hidden;
    margin: 0px;
}

.tlines .r .bx-wrapper {
    margin: 0px 10px !important;
    width: 137px;
}

.tlines .r .bx-viewport {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    left: 0px;
}

.ts_home-footer_partners {
    border-top: dotted 2px #fff;
    padding-top: 10px;
    clear: both;
    margin: 0px 20px;
    font-size: 1.2em;
    color: #fff;
}

.ts_home-footer_partners li {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    float: none !important;
}

.ts_home-footer_partners li img {
    display: inline;
}

.ts_home-footer_partners .bx-wrapper {
    width: 582px;
}

.ts_home-footer_partners .bx-viewport {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    left:0px;
}

.ts_banner-wrapper {
    clear: left;
    text-align: justify;
}

.ts_banner-wrapper:before {
    content: '';
    display: block;
    width: 100%;
}

.ts_banner-wrapper:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.ts_home-event_banner {
    display: inline-block;
    margin-top: 15px;
    position: relative;
    word-spacing: initial;
    text-align: left;
}

.ts_home-event_banner img {
    width: 170px;
    height: 221px;
}

a.ts_home-banner-desc {
    position: absolute;
    bottom: 0px;
    display: block;
    border: solid 1px #fff;
    border-bottom: none;
    background: #000;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    color: #fff;
    max-height: 40px;
    overflow: hidden;
    opacity: 0.9;
    -webkit-transition: max-height 0.6s ease-out, background-color 0.2s ease-out;
    -moz-transition: max-height 0.6s ease-out, background-color 0.2s ease-out;
    -ms-transition: max-height 0.6s ease-out, background-color 0.2s ease-out;
    -o-transition: max-height 0.6s ease-out, background-color 0.2s ease-out;
    transition: max-height 0.6s ease-out, background-color 0.2s ease-out;
}

.ts_home-banner-desc .big {
    font-size: 1em !important;
    font-weight: bold;
    padding: 0px;
    line-height: 1.42857;
}

div.ts_home-event_banner:hover a.ts_home-banner-desc {
    max-height: 170px;
    color: #fff;
    -webkit-transition: max-height 0.6s ease-in, background-color 0.2s ease-in;
    -moz-transition: max-height 0.6s ease-in, background-color 0.2s ease-in;
    -ms-transition: max-height 0.6s ease-in, background-color 0.2s ease-in;
    -o-transition: max-height 0.6s ease-in, background-color 0.2s ease-in;
    transition: max-height 0.6s ease-in, background-color 0.2s ease-in;
}

.ts_home-event_banner:hover .ts_home-banner-desc.bg1 {
    background-color: rgb(249, 159, 52);
}
.ts_home-event_banner:hover .ts_home-banner-desc.bg2 {
    background-color: rgb(237, 28, 36);
}
.ts_home-event_banner:hover .ts_home-banner-desc.bg3 {
    background-color: rgb(153, 201, 53);
}
.ts_home-event_banner:hover .ts_home-banner-desc.bg4 {
    background-color: rgb(0, 131, 199);
}

.order-event-desc {display: none; padding: 10px;}
.order-venue-desc {display: none; padding: 10px;}
.order-venue-desc a {font-weight: bold;}
.order-desc-close {float: right; clear: both;}
.order-desc-pic {max-width: 50%; float: left; margin: 0px 10px 10px 0px;}
.order-stop-sales {
    text-align: left;
    font-weight: bold;
}

.schedule-highlight > tr:first-child {
    transition: background-color 0.1s linear;
}

.schedule-highlight td {
    padding: 3px;
}

.schedule-highlight > tr:first-child > td:first-child {
    text-align: center;
    vertical-align: middle;
}

.schedule-highlight:hover > tr:first-child {
    background-color: #eaeaea;
}

.MainBuyButton, .profile-icon {
    -moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
    box-shadow: inset 0px 1px 0px 0px #f29c93;
    text-shadow: 1px 1px 0px #b23e35;
}

.MainBuyButton {
    display: block; float: right;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e51e2a), color-stop(1, #ce0100) );
    background:-moz-linear-gradient( center top, #e51e2a 5%, #ce0100 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e51e2a', endColorstr='#ce0100');
    background-color:#e51e2a;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #d83526;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:12px;
    font-weight:normal;
    padding:4px 11px;
    text-decoration:none;
}
.MainBuyButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #e51e2a) );
    background:-moz-linear-gradient( center top, #ce0100 5%, #e51e2a 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#e51e2a');
    background-color:#ce0100;
}
.MainBuyButton:active {
    position:relative;
    top:1px;
}

#popup-message {position: fixed; background: #fff; top: 0px; left: 0px; font-size: 25px; padding: 5px 10px; background: #ffbf00; color: #ff0033; box-shadow: 0px 0px 5px 5px #ffbf00; text-align: center; z-index: 10;}

.reset-small-form table {
    margin: auto;
}

.reset-small-form td {
    padding: 8px;
}

.reset-small-form input.is_button {
    float: right;
}

.category-active {
    background: rgba(255, 255, 255, 0.2);
}

.order-bank-payment {padding: 2px;}
.order-bank-warning {text-align: center; margin: 3px auto; padding: 3px; border: solid 3px #5673BA; background: #D9EBFF; border-radius: 5px; max-width: 650px;}
.order-bank-warning img {float: left;}

.order-cd-banner {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.clear {
    clear: both;
}

.schedule-table td, .schedule-table th {
    text-align: center;
}

.schedule-table td .MainBuyButton {
    float: none;
}

.schedule-table td:nth-child(2) {
    text-align: left;
}

.hp-coming-soon a {
    display: block;
    padding: 5px 0px;
}

.hp-coming-soon a:nth-child(odd) {
    background: #eee;
}

.hp-coming-soon a .hp-coming-soon_button {
    float: right;
    width: auto;
    padding: 0px;
    color: red;
    font-weight: bold;
}

.container {
    position: relative;
}

#login-modal .panel-select {
    margin: 10px 0 25px 0;
    text-align: center;
}

#login-modal .panel-select button {
    font-size: 1.1em;
    text-transform: uppercase;
}

.center                 { text-align: center; }
html.wait, html.wait *  { cursor: wait !important; }

.norm-weight {
    font-weight: normal !important;
}

button.facebook {
    background: linear-gradient(#4c69ba, #3b55a0) !important;
    border-color: #4c69ba; 
    vertical-align: middle;
    padding: 4px 9px;
}

button.facebook:hover,
button.facebook:active,
button.facebook:focus {
    background: #4c69ba !important;
    background-color: #4c69ba !important;
}

button.facebook i.fa-facebook-official {
    font-size: 1.5em;
    margin: 3px 8px 3px 0px;
    float: left;
    display: block;
    line-height: 1;
}

button.facebook>span  {
    float: left;
    display: block;
    padding-top: 0.3em;
}

.xlarge-icon {
    font-size: 72px;
}

.user-menu a {
    color: #5b9bd1;
    /*font-family: Open Sans,sans-serif;*/
    font-size: 13px;
}

#ts_home-langs-button,
#ts_home-langs-menu {
    font-size: 0.9em;
}

.form-wizard .nav-pills a
{
    cursor: default!important;
}

.eu-cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    background-color: black;
    z-index: 1000;
    padding: 5px;
    text-align: center;
}