@charset "utf-8";

/* FONTS */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 31, 2013 */

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

}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 1, 2014 */

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

}

/* MAIN CSS */

html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'trebuchet_msregular', Arial, Sans-serif;
    font-size: 16px;
    color: #2e3333;
    background: url('images/body_bg.png') repeat 0 top fixed;
}

.iOS body {
    -webkit-text-size-adjust: none;
}

.width {
    width: 1204px;
    margin: 0 auto;
    clear: both;
}

::selection {
    background-color: #f1f1f1;
    color: #ed0677;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: color 0.2s ease-out, opacity 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, opacity 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out, opacity 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    -o-transition: color 0.2s ease-out, opacity 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    transition: color 0.2s ease-out, opacity 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

input, textarea {
    -webkit-transition: border-color 0.2s ease-out;
    -moz-transition: border-color 0.2s ease-out;
    -ms-transition: border-color 0.2s ease-out;
    -o-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
}

a img, iframe, table {
    border: 0 none;
}
img {
    max-width: 100%;
}
p {
    margin: 5px 0;
}

hr.indent {
    border: 0 none;
    margin: 30px 0;
}

.left {
    float: left;
}

.center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.right {
    float: right;
}

.none {
    display: none;
}

.clear {
    clear: both;
}

.clear_left {
    clear: left;
}

.clear_right {
    clear: right;
}

.margin-top {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-up {
    margin-top: -30px;
}

.margin-down {
    margin-bottom: -30px;
}

.nomargin {
    margin: 0px !important;
}

.nopadding {
    padding: 0px !important;
}

.notopborder {
    border-top: 0 none !important;
}

.pre {
    white-space: pre-wrap;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

label.error {
    display: none !important;
}

input.error,
textarea.error {
    color: #ff0000 !important;
    border: 1px dashed #ff0000 !important;
    outline: 0 none;
}

.clearFix:after {
    display: block;
    content: ' ';
    clear: both;
}

.btn {
    cursor: pointer;
}

.btn:hover {
    position: relative;
    top: 1px;
}

.btn:active {
    position: relative;
    top: 2px;
}

.bigCol {
    width: 72.3%;
}

.smallCol {
    width: 23.6%;
}

/* HEADER */

header {
    background: #ffffff;
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.3);
}

header .logo {
    display: block;
    width: 141px;
    height: 85px;
    margin: 24px auto 17px 11px;
    background-image: url('images/logo.png');
}
header .header-side {
    width: 1014px;
    margin: 0px 0 0 34px;
}
header .top-activity {
    list-style: none;
    width: 100%;
    min-height: 39px;
}
header .top-activity > li {
    color: #999999;
    float: left;
    margin: 14px 0 0 17px;
    font-size: 16px;
}
header .top-activity > li.right {
    float: right;
    width: 156px;
    margin-top: 0;
}
header .top-activity > li:first-child {
    margin-left: 0;
}
header li span {
    display: inline-block;
    margin: 0 3px;
}
header .has-been-selected {
    padding: 13px 24px 11px;
    display: block;
    cursor: pointer;
    background: #f2f2f2 url(images/select-arrow.png) no-repeat 132px 18px;
}
header li:not(:first-child) strong {
    color: #2e3333;
}
.custom-menu {
    position: relative;
}
.custom-menu ul {
    position: absolute;
    width: 100%;
    list-style: none;
    margin-top: 2px;
    background: #f2f2f2;
}
.custom-menu li {
    cursor: pointer;
    padding: 7px 0 7px 24px;
}
.custom-menu ul li:hover {
    background: #ed0677;
    color: white;
}
.custom-menu li.active-lang {
    color: #ed0677;
}
.header-side > div p {
    margin: 12px 0;
    color: #999999;
}
#menu li {
    background: #f1f1f1;
    float: left;
    width: 125px;
    margin-left: 2px;
    text-align: center;
}
#menu li.current-menu-item a,
#menu li:hover a {
    border-bottom-color: #ed0677;
    color: #ed0677;
}
#menu li:first-child {
    margin-left: 0px;
}
#menu li a {
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #2d3333;
    border-bottom: 4px solid #ffffff;
}
/* NAV */

nav {
    margin-top: 3px;
}
.left-fixed-part {
    position: fixed;
    left: 0;
    width: 45px;
    top: 157px;
}
.fixed-img,
.left-fixed-part a span:first-child {
    display: block;
    width: 100%;
}
.left-fixed-part a span:first-child {
    height: 54px;
    margin-bottom: 2px;
    background: #2e3333 url("images/chat.png") no-repeat center center;
}
.left-fixed-part .fixed-img {
    width: 100%;
    background: #2e3333;
}
.fixed-img {
    min-height: 163px;
}
#sidebar {
    width: 176px;
    background: url(images/vertical-shadow.png) repeat-y right 0;
}
.sidebar-menu {
    min-height: 839px;
    list-style: none;
}
.sidebar-menu li a {
    display: block;
    padding: 7px 17px 6px 0;
    margin-right: 6px;
    font-size: 18px;
    color: #2e3333;
    text-transform: uppercase;
    text-align: right;
    border-bottom: 1px dashed #999999;
    line-height: 22px;
}
.sidebar-menu li:last-child a {
    border-bottom: none;
}
.sidebar-menu li.active a,
.sidebar-menu li:hover a {
    color: #ed0677;
    background: url(images/select-arrow.png) no-repeat 103% -16px;
}
#sidebar address {
    width: 135px;
    margin: 0 auto;
    text-align: center;
    font-style: normal;
}
#sidebar address p:first-child {
    margin-bottom: 0;
    color: #a6a7a7;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}
#sidebar address p {
    margin-bottom: 10px;
    line-height: 17px;
}
#container {
    padding-top: 25px;
}
#content {
    width: 1014px;
}
.content-block {
    width: 570px;
    float: left;
}
.content-block .royalSlider {
    width: 100%;
    height: 410px;
    top: 3px;
    border: 1px solid #ffffff;
}
.content-block a:hover {
    text-decoration: underline;
}
.shadow {
    border: 1px solid white;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
}
.rsDefault .rsBullets {
    background: transparent;
    min-height: 44px;
}
.rsNav.rsBullets .rsNavItem {
    margin: 8px 0 0 2px;
    float: left;
}
.rsNav.rsBullets .rsNavItem:first-child {
    margin-left: 14px;
}
.rsNav.rsBullets .rsNavItem span {
    width: 17px;
    height: 17px;
    border-radius: 3px;
}
.rsNav.rsBullets .rsNavItem.rsNavSelected span {
    background: #dc68a1;
}
.padding {
    width: 265px;
    padding: 22px 0px 0 20px;
}
.padding div {
    padding: 10px 39px 0 0;
    border-right: 1px dashed #999999;
}

.padding.right-retail p{
	margin-bottom: 10px !important;
}

.padding.right-retail div {
    border: none;
    padding: 0px 56px 0 14px;
}
#content .pink-title {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0px;
    color: #ed0f77;
    font-size: 24px;
    text-transform: uppercase;
    /*font-family: 'code_boldregular';*/
    background: url(images/select-arrow.png) no-repeat 100% -24px;
}
.home #content .pink-title,
.about-us#content .pink-title {
    font-weight: bold;
}
.home #content .pink-title {
    background-position: 100% -20px;
}
.about-us#content .pink-title {
    background-position: 100% -20px;
}
.events#content .pink-title {
    background-position: 100% -22px;
}
.contacts#content .pink-title {
    background-position: 100% -22px;
}
.padding + .padding .pink-title {
    padding-left: 13px;
}
.padding p {
    margin-bottom: 17px;
	padding-right: 10px;
}
.padding p a {
    font-size: 18px;
    color: #2f3333;
    line-height: 21px;
}
.padding p a:hover {
    text-decoration: underline;
}
.about-right p,
.content-block > p,
.content-block > div > p:not(:first-child) {
    color: #2e3333;
    line-height: 20px;
    padding-left: 20px;
    margin: 13px 0 20px;
    text-indent: 36px;
}
.content-block.block-right {
    width: 427px;
    float: right;
    margin-top: 4px;
}
.block-right ul {
    list-style: none;
}
.block-right > ul li {
    width: 102px;
    height: 93px;
    float: left;
    position: relative;
    margin-left: 13px;
    padding: 15px 14px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #ffffff;
}
.IE8 .block-right > ul li {
    margin-left: 10px;
}
.block-right > ul li:nth-child(3n+1) {
    margin-left: 0;
}
.block-right li span {
    display: block;
}
.block-right li span:first-child {
    font-size: 34px;
    position: static;
    /*font-family: 'code_boldregular';*/
}
.block-right > ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.block-right li span {
    color: #959595;
    position: absolute;
    bottom: 12px;
    width: 102px;
    font-size: 18px;
}
.latest-news {
    padding: 15px 37px;
    margin-top: 5px;
}
.news-title {
    font-size: 18px;
    color: #999999;
    margin-bottom: 34px;
    text-transform: uppercase;
}
.latest-news li .date {
    font-size: 14px;
    color: #ed0677;
    font-weight: bold;
}
.latest-news li p {
    color: #333333;
    font-size: 14px;
    line-height: 17px;
}
.latest-news li a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
}
.latest-news li a:hover {
    text-decoration: underline;
}
.latest-news li .news-more {
    float: right;
    clear: both;
    font-size: 13px;
    font-weight: normal;
    color: #959595;
    margin: 9px 0 0;
    padding: 6px 20px 0;
    background: url(images/select-arrow.png) no-repeat right 2px;
}
.latest-news li {
    margin-top: 26px;
    padding-bottom: 3px;
    border-bottom: 1px dashed #999999;
}
.latest-news li:first-child {
    margin-top: 0;
}
/* products */
#content.products {
    width: 980px;
}
.tabs {
    width: 870px;
    list-style: none;
    margin: 2px 0 23px 25px;
    padding: 2px 0 8px;
    border-top: 1px dashed #999999;
}
.tabs li {
    float: left;
    margin: 5px 37px 0 0;
}
.tabs li.active-sub {
    color: #ed0677;
}
.tabs li a {
    font-size: 17px;
    text-transform: uppercase;
}
.tpl-img {
    margin-left: 0px;
}
.tab-panel ul {
    list-style: none;
}
.tab-panel > div {
    /*max-width: 670px;*/
    float: left;
    clear: left;
    padding: 30px 33px 27px 0;
	line-height:27px;
}
.tab-panel > div u, .tab-panel > div code, .pink {
    color: #ed0677;
    font-style: normal
}
.tab-panel.two-columns > div {
    max-width: 465px;
    clear: none;
    /*margin-top: 56px;*/
    padding-right: 0;
}
.tab-panel.two-columns > div:first-of-type {
    clear: left;
}
.tab-panel.two-columns > .right-desc {
    margin-left: 50px;
}
.tab-panel > div li span {
    font-size: 15px;
}
.tab-panel.two-columns > div + div ul {
    margin-bottom: 20px;
}
.tab-panel > div li,
.tab-panel > div p {
    font-size: 21px;
}
.tab-panel > div p {
    margin-bottom: 16px;
}
.tab-panel > div li {
    line-height: 26px;
}
.tab-panel > span:first-child {
    display: inline-block;
    clear: both;
    margin-top: 6px;
}
.date-statistics > p:first-child {
    margin-bottom: 50px;
}
/* contacts */
.contacts .content-block {
    width: 615px;
}
.contacts .content-block > p {
    text-indent: 0 !important;
}
.contacts .shadow .pink-title {
    margin: 18px 17px;
    clear: both;
    float: left;
}
.contacts .shadow address {
    width: 290px;
    margin-bottom: 12px;
    margin-top: 29px;
    font-style: normal;
}
.contacts .shadow address a {
    color: #ed0677;
}
.contacts .shadow address p:first-child {
    margin-bottom: 31px;
    font-weight: bold;
    text-transform: uppercase;
}
.contacts .shadow address p {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 2px;
}
.contacts .content-block .content-block {
    width: 576px;
    float: right;
    margin-top: 6px;
}
.contact-form-scout > div,
.contact-form > div {
    width: 275px;
    float: left;
    margin-top: 10px;
}
.contact-form {
    margin-left: 13px;
}
.contact-form > div:first-child {
    margin-left: 0;
    width: 250px;
}
.contact-form-scout > div {
    float: none;
    width: 100%;
}
.contact-form-scout label,
.contact-form label {
    display: block;
    margin-bottom: 22px;
    position: relative;
}
.contact-form-scout label {
    float: left;
    width: 253px;
    margin-right: 35px;
    max-width: 250px;
}
.contact-form-scout label input[type='email'],
.contact-form label input[type='email'],
.contact-form textarea,
.contact-form-scout textarea,
.contact-form label input[type='text'],
.contact-form-scout label input[type='text'] {
    padding: 10px;
    margin: 0;
    width: 93%;
    border: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.contact-form-scout label span,
.contact-form label span {
    display: block;
    margin-bottom: 9px;
    text-indent: 21px;
}
.contact-form .checkboxes {
    margin-left: 30px;
}
.contact-form .checkboxes .checkbox {
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(images/checkbox.png) no-repeat 0px 0px;
    top: 0;
    left: 1px;
}
.contact-form .checkboxes .checked .checkbox {
    background-position: bottom;
    left: 0;
}
.contact-form .checkboxes p {
    margin: 0 0 18px 24px;
    font-size: 18px;
}
.contact-form .checkboxes label {
    margin: 0 0 12px 23px;
    font-size: 18px;
}
.contact-form .checkboxes input[type='checkbox'] {
    margin-right: 12px;
}
.contact-form .checkboxes > div {
    margin-top: 36px;
}
.contact-form .checkboxes .checked {
    font-size: 18px;
    font-weight: bold;
}
.contact-form .message {
    width: 100%;
}
.contact-form textarea {
    width: 96%;
    height: 160px;
    resize: none;
}
.contact-form .message label {
    margin-bottom: 5px;
}
.contact-form-scout button,
.contact-form button {
    background: #c3c3c3;
    font-size: 18px;
    color: #ffffff;
    border: none;
    float: right;
    cursor: pointer;
    padding: 8px 29px;
    margin: 18px 3px 0 0;
    text-transform: uppercase;
}
.contact-form-scout button {
    float: left;
    clear: both;
}
.contacts > .content-block:first-child .shadow {
    width: 587px;
}
.contacts .content-block.block-right {
    width: 378px;
    min-height: 960px;
    margin: 0 6px 0px 0;
}
.contacts .block-right .pink-title {
    text-indent: 0;
    padding-left: 0;
}
.contacts .block-right address {
    width: 90%;
    margin-top: 20px;
    padding: 4px 16px;
}
.contacts .block-right > div {
    padding: 1px 5px;
    width: 97.4%;
}
.contacts .block-right ul li {
    padding-bottom: 7px;
    border-bottom: 1px dashed #999999;
}
.content-block ul {
    list-style: none;
}
.content-block.full-width {
    width: 980px;
    float: right;
}
.success-message {
    color: #ed0677;
    line-height: 30px;
}
/* Events */
#content.events .full-width .pink-title {
    font-size: 22px;
    margin-top: 0;
}
.partners .main-img,
.events .main-img {
    display: block;
    width: 198px;
    height: 128px;
    float: left;
    margin-right: 44px;
    text-align: center;
    line-height: 195px;
    background: white;
}
.events li > div {
    width: 885px;
    margin-top: 40px;
}
.events .desc {
    width: 625px;
}
.events .desc a {
    color: #ed0677;
}
.events .desc p {
    font-size: 16px;
    margin: 0 0 9px 0;
    line-height: 22px;
}
.events .desc .short-desc {
    margin-bottom: 18px;
}
.events .desc .find-us {
    border-bottom: 1px dashed #999999;
    padding-bottom: 1px;
}
.news li div p a,
.events .desc .short-desc a {
    color: #2e3333;
    font-weight: bold;
    text-decoration: underline;
}
.events .desc p:first-child a {
    font-size: 18px;
}
.events li > div > ul li {
    float: left;
    max-width: 200px;
    margin: 24px 0 0 27px;
}
.events li > div > ul li span {
    display: block;
    margin-bottom: 12px;
    padding: 15px 3px 6px;
}
.events li > div > ul li p {
    font-size: 13px;
    line-height: 14px;
}
.events li > div > ul li:first-child {
    margin-left: 0;
}
.events .full-width > ul > li {
    margin-bottom: 20px;
}
.news li div .read-more,
.news li div .close,
.pos-listing p a.read-more,
.events .full-width .desc .photo-link {
    font-size: 13px;
    color: #959595;
    padding-right: 18px;
    background: url(images/select-arrow.png) no-repeat right 0;
}
/* career */
#content.career .career-left .pink-title {
    width: 192px;
    margin-top: 33px;
    font-size: 22px;
    line-height: 25px;
    background: url(images/pink-arrow.png) no-repeat right 85%;
}
.pos-listing {
    width: 616px;
    margin-right: 24px;
}
.news .news-list-title,
.pos-listing h5 {
    margin-bottom: 19px;
    font-size: 18px;
    color: #ed0677;
    font-weight: bold;
    text-transform: uppercase;
}
.pos-listing .job-desc ul li,
.pos-listing p {
    margin: 5px 0;
    font-size: 13px;
    color: #959595;
}
.pos-listing > li {
    position: relative;
    margin-bottom: 16px;
    border-bottom: 1px dashed #999;
}
.pos-listing .job-desc > div {
    margin-bottom: 23px;
}
.pos-listing .job-desc {
    display: none;
    margin: 33px 0 0px 10px;
    padding-bottom: 37px;
}
.news li div .close,
.news li div .read-more,
.pos-listing p a.read-more, .pos-listing p a.close {
    padding-top: 3px;
    position: absolute;
    bottom: 3px;
    right: 0;
}
.news li div .close,
.pos-listing p .close {
    display: none;
    padding: 5px 20px 0 0;
    background: url(images/arrow-close.png) no-repeat right 0;
}
/* About us */
.about-us > .shadow {
    width: 99.3%;
    margin-bottom: 78px;
    position: relative;
}
.about-us .about-small {
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 3px;
    position: absolute;
    left: 36px;
    bottom: -56px;
}
.about-us .about-small img {
    border-radius: 5px;
}
.about-us .about-left {
    list-style: none;
    width: 400px;
}
.about-us .about-left li {
    padding: 11px 13px 11px 19px;
    margin-bottom: 19px;
}
.about-us .about-left li > div {
    min-height: 117px;
}
.about-us .about-left p.text-left {
    line-height: 19px;
    min-height: 118px;
}
.about-us .about-right {
    width: 565px;
    margin-left: 19px;
}
.about-us .about-right p {
    margin: 0 0 21px;
}
.about-us .about-right iframe {
    margin-top: 45px;
}
/* Services */
.partners > div,
.service > div {
    margin: 32px 0 0 134px;
}
.service > div > p {
    font-size: 16px;
}
.service > div > ul {
    font-size: 18px;
    margin: 44px 0 0 42px;
    font-weight: bold;
    color: #ed0677;
    text-transform: uppercase;
}
.service > div ul ul {
    list-style: none;
    color: #2e3333;
    font-weight: normal;
    text-transform: none;
    margin: 0 0 28px 22px;
    line-height: 25px;
}
.service > div ul ul ul {
    margin: 0 0 0 36px;
    line-height: 23px;
    font-style: italic;
}
.service > div .more-info {
    margin-top: 45px;
}
.service > div .more-info a {
    text-decoration: underline;
    font-weight: bold;
}
/* Partners */
.partners > div p {
    line-height: 22px;
    margin-top: 21px;
}
.partners > div p:first-child {
    margin-top: 9px;
}
.partners > div > ul {
    list-style: none;
    margin: 58px 0 0 -8px;
}
.partners > div > ul li {
    margin-bottom: 28px;
}
.partners > div > ul li > div {
    width: 625px;
    border-bottom: 1px dashed #999;
    min-height: 132px;
}
.partners > div > ul li p {
    margin-bottom: 0px;
    margin-top: 19px;
}
/* News */
.news ul {
    list-style: none;
    margin-top: 25px;
}
.news li {
    margin-bottom: 32px;
}
.news li > div {
    width: 620px;
    float: left;
    min-height: 199px;
    border-bottom: 1px dashed #999;
    position: relative;
}
.news li span:first-child {
    display: block;
    width: 350px;
    float: left;
    margin-right: 24px;
}
.news li p {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 19px;
}
.news li > div > p:first-child {
    margin: 0;
    font-size: 14px;
}
.news .news-list-title {
    margin: 17px 0 10px;
}
/* FOOTER */

footer {
    clear: both;
    min-height: 100px;
    box-shadow: 0px -1px 13px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    margin-top: 23px;
    background: #ffffff;
}
.share-buttons a {
    display: block;
    float: left;
    width: 29px;
    height: 29px;
    margin-left: 4px;
    background: url(images/share-buttons.png) no-repeat 0 bottom;
}
.share-buttons a:first-child {
    margin-left: 0;
}
footer .width {
    padding: 14px 0;
}
.share-buttons .facebook:hover {
    background-position-y: 0;
}
.share-buttons .linkedin {
    background-position: -33px bottom;
}
.share-buttons .linkedin:hover {
    background-position: -33px 0;
}
.share-buttons .twitter {
    background-position: -66px bottom;
}
.share-buttons .twitter:hover {
    background-position: -66px -1px;
}
.share-buttons .youtube {
    background-position: -99px bottom;
}
.share-buttons .youtube:hover {
    background-position: -99px -1px;
}
.share-buttons .gplus {
    background-position: -131px bottom;
}
.share-buttons .gplus:hover {
    background-position: -131px -1px;
}
.share-buttons .odnoklassniki {
    background-position: -164px bottom;
}
.share-buttons .odnoklassniki:hover {
    background-position: -164px -1px;
}
.share-buttons .vkontakte {
    background-position: -196px bottom;
}
.share-buttons .vkontakte:hover {
    background-position: -196px -1px;
}
footer ul {
    margin: 4px 0 0 15px;
    list-style: none;
}
footer ul li {
    float: left;
    margin-right: 10px;
    padding-left: 10px;
    border-left: 1px solid #989a9a;
}
footer ul li:hover a {
    text-decoration: underline;
}
footer ul li:first-child {
    padding-left: 0;
    border-left: none;
}
#copyright {
    font-size: 15px;
    color: #b2b3b3;
    line-height: 26px;
}
.videos {
    width: 345px;
}
.events-more .tab-panel p:first-child {
    font-size: 18px;
    color: #ed0677;
}
.events-more .tab-panel .right-desc ul {
    width: 550px;
}
.events-more .tab-panel .right-desc ul li {
    width: 260px;
    float: left;
    margin: 0 0 25px 25px;
}
.events-more .tab-panel .right-desc ul li:nth-child(2n+1) {
    margin-left: 0;
}
.events-more .tab-panel .right-desc ul li img {
    margin: 0;
}
.events-more .tab-panel.two-columns > div {
    margin-top: 0px;
}
/* fancybox */
/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('images/fancybox_sprite.png');
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}
/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.product_content {
    max-width: 900px !important;
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 0px !important;
}

.product_content p, .products .tab-panel p, .products .tab-panel li {
    font-size: 18px !important;
}
.tab-menu > p:first-child {
    padding-left: 30px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 0 2px;
}

.product_content p {
    margin-bottom: 0px !important;
}


.right.service{
	line-height: 25px;
}

.no-top-padding{
	 padding-top: 0px !important;
}