/*
Theme Name: P!NK
Description: A custom WordPress theme for P!NK
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


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

::-webkit-input-placeholder {
    color: #353535;
}

::-moz-placeholder {
    color: #353535;
    opacity: 1;
}

input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

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

img {
    vertical-align: middle;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

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

a[href], label[for], select, input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

button, input[type=button], input[type=image], input[type=reset], input[type=submit] {
    padding: 0;
    overflow: visible;
    cursor: pointer;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=image]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
    border: 0;
}

.hide {
    position: absolute !important;
    left: -9999em !important;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

th, td {
    vertical-align: top;
}

th {
    font-weight: normal;
    text-align: left;
}

address, cite, dfn {
    font-style: normal;
}

abbr, acronym {
    border-bottom: 1px dotted #999;
    cursor: help;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

textarea {
    overflow: auto;
}

/* Normalized Styles
------------------------------------------------------------------------------*/

body {
    font: 500 15px/20px "Work Sans", sans-serif;
    color: #2e2e2e;
    background: #fff;
    overflow: hidden;
    position: relative;
    height: 100%;
    -webkit-text-size-adjust: none;
}

html {
    height: 100%;
}

input, textarea, select, button {
    outline: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    font-family: "Work Sans", sans-serif;
}

a {
    text-decoration: none;
    color: #d8833d;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

a:hover {
    text-decoration: underline;
}

.page-wrap {
    overflow: hidden;
    height: 100%;
}

/* Header
------------------------------------------------------------------------------*/

#header {
	left: 0;
	padding: 25px 23px 0 27px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9997;
}

#logo {
	background: url(images/logo.svg) no-repeat;
    cursor: pointer;
    display: block;
    height: 44px;
    left: 27px;
	position: absolute;
	text-indent: -9999em;
    top: 25px;
	width: 80px;
	z-index: 9999;
}

#logo:hover {
    opacity: .5;
}

.menu-trigger {
    cursor: pointer;
    margin: 37px 23px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    /*background: url(images/ico_menu.png) no-repeat;*/
    background: url(images/ico_menu.svg) no-repeat;
    padding-left: 38px;
    height: 20px;
    text-decoration: none;
    line-height: 20px;
    /*color: #202020;*/
    color: #ff0066;
    letter-spacing: .8px;
    font-size: 14px;
    font-weight: 600;
    z-index: 99;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.menu-trigger:hover {
    opacity: .5;
}

.menu-close:hover, .menu-close {
    cursor: pointer;
    position: absolute;
    text-decoration: none;
    top: 0;
    right: 0;
    margin: 35px 23px;
    float: right;
    background: url(images/ico_close.svg) no-repeat;
    padding-left: 35px;
    height: 23px;
    line-height: 23px;
    color: #FFF;
    letter-spacing: .8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.menu-close:after {
    content: "";
    position: absolute;
    top: 0;
    background: url(images/ico_close_h.png) no-repeat;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
}

.menu-close:hover {
    color: #eddac1;
}

.menu-close:hover:after {
    opacity: 1;
}

/* Navigation
------------------------------------------------------------------------------*/

#menu {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    width: 393px;
    background: url(images/bg_menu.jpg) no-repeat;
    background-size: cover;
    left: 100%;
    padding: 50px 63px 20px 60px;
}

#menu .subsribe label {
    color: #FFF;
    font-family: "BebasNeue";
    font-size: 28px;
    line-height: normal;
    display: block;
    padding: 5px 0 10px;
    letter-spacing: .8px;
    font-weight: bold;
}

#menu .subsribe button {
    color: #EDDAC1;
    font-size: 18px;
    font-weight: 600;
    display: block;
    border: 0;
    text-align: left;
    background: none;
    padding: 0;
    margin: 14px 0;
    text-transform: uppercase;
}

#menu .subsribe button:hover {
    color: #fff;
}

#menu .subsribe input {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    padding: 10px 18px;
    line-height: normal;
    height: 41px;
    background-color: rgba(0, 0, 0, 0.45);
    border: 1px solid #666;
}

#menu .social {
    font-size: 0;
    margin: 0 -20px;
    text-decoration: none;
    padding: 43px 0 50px;
}

#menu .social li {
    /*padding: 0 15px;*/
    padding: 0 6px;
    display: inline-block;
}

#menu .social li .hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

#menu .social li img {
	display: block;
	max-height: 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

#menu .social li a:hover .hover {
    opacity: 1;
}

#menu .social li a {
	display: block;
    height: 23px;
    position: relative;
}

#menu .menu {
    padding-bottom: 40px;
}

#menu .menu li {
    font-family: "BebasNeue";
    font-size: 30px;
    font-weight: bold;
    line-height: 48px;
}

#menu .menu li a {
    color: #EDDAC1;
    text-decoration: none;
    text-transform: uppercase;
}

#menu .menu li a:hover {
    color: #fff;
}

#menu .copy a {
    color: inherit;
}

#menu .copy img {
    width: 82px;
    margin: 14px 0;
}

#menu .copy {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 63px 34px 60px;
    color: #FFF;
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
}

.page-wrap-inner {
    height: 100%;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.menu-active .menu-trigger {
    opacity: 0;
}

.menu-active .page-wrap-inner {
    -webkit-transform: translateX(-393px);
    -ms-transform: translateX(-393px);
    transform: translateX(-393px);
}

/* Content
------------------------------------------------------------------------------*/

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

.text-c {
    padding: 73px 139px 20px 88px;
}

.text-c h2 {
    color: #2E2E2E;
    font-family: "BebasNeue";
    margin-right: -10px;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    padding-bottom: 26px;
}

.text-c p {
    padding-bottom: 20px;
}

.left-side {
    float: left;
    height: 100%;
    width: 50%;
}

.right-side {
    float: right;
    height: 100%;
    background: #f8f8f8;
    width: 50%;
}

.half {
    height: 50%;
    position: relative;
}

.news-content .more {
    margin-bottom: -15px;
}

.news-content .date {
    margin-top: -18px;
}

.news-content .half {
    min-height: 310px;
}

.news-content .image, .news-content .image .date, .news-content .image .more a, .news-content .image h2 {
    color: #fff;
}

.news-content .bg:after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .75);
    position: absolute;
}

.news-content .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.news-content .col {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}

.news-content h2 sup {
    font-size: 50%;
    position: relative;
    top: -.6em;
}

.news-content h2 {
    margin-top: -10px;
}

.news-content .col h2 {
    margin-top: 0;
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 18px;
    padding-top: 34px;
}

.news-content .col .text {
    max-width: 290px;
}

.news-content .col .text p {
    max-width: 260px;
}

.news-content .scroll-inner {
    min-height: 100%;
    overflow: auto;
}

.news-content .news-modal .home-text {
    padding: 0;
}

body.home .news-modal.active .home-text {
    padding: 0;
}

body.home .news-modal.active .home-text .social {
    position: static !important;
}

.news-content .news-modal .more {
    bottom: 10px;
    margin-bottom: 0;
    padding-bottom: 35px;
}

.news-content .news-modal .scroll-inner {
    min-height: 0;
    overflow: visible;
    position: relative;
}

.scroll-enter {
    position: relative;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}

.news-modal .close {
    position: absolute;
    top: 0;
    margin: 32px 47px;
    right: 0;
    z-index: 99;
}

.news-modal.active {
	display: block;
    pointer-events: auto;
    opacity: 1;
}

.news-modal.right {
    right: 0;
    left: auto;
}

.news-modal {
	display: none;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    right: 0;
    z-index: 9998;
}

.news-modal .home-text .text h2 {
    padding-top: 0;
}

.news-modal .home-text .text p {
    color: #2E2E2E;
    font-size: 17px;
    padding: 0 30px;
    line-height: 24px;
    max-width: none;
    font-weight: 500;
}

.news-modal .text img {
    margin: 15px 0 35px;
}

.news-modal .home-text .text {
    padding: 100px 20px;
    max-width: 530px;
}

.table {
    width: 100%;
    display: table;
    height: 100%;
}

.table .cell {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

div.bg {
    background: no-repeat 50% 50%;
    text-indent: -999em;
    background-size: cover;
}

div.bg.tt {
    height: 200%;
    bottom: auto;
    top: 0;
}

div.bg.bb {
    height: 200%;
    bottom: 0;
    top: auto;
}

.arrows {
    display: none;
}

.visible-scrollbar .arrows {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    margin: 14px 18px;
}

.news-modal .visible-scrollbar .arrows {
    right: 50%;
}

.news-modal.right .visible-scrollbar .arrows {
    right: 0;
}

.bx-controls-direction {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 14px 18px;
}

.bx-controls-direction a, .arrows a {
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 99;
    text-indent: -999em;
    display: block;
}

.bx-controls-direction a:hover, .arrows a:hover {
    opacity: .5;
}

.bx-pager {
    display: none;
}

.bx-controls-direction a.disabled, .arrows a.hidden {
    opacity: 0;
    pointer-events: none;
}

.bx-controls-direction a.bx-prev:after, .arrows a.up:after {
    border-width: 0 7px 17px 7px;
    /*border-color: transparent transparent #202020 transparent;*/
    border-color: transparent transparent #ff0066 transparent;
}

.bx-controls-direction a.bx-next:after, .arrows a.down:after {
    border-width: 17px 7px 0 7px;
    /*border-color: #ff0066 transparent transparent transparent;*/
    border-color: #ff0066 transparent transparent transparent;
}

.bx-controls-direction a:after, .arrows a:after {
    content: "";
    width: 0;
    margin: 7px 8px;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
}

.vertical-slides-h .item {
    line-height: 350px;
}

.vertical-slides-h.full {
    height: 100%;
    line-height: normal !important;
}

.news-content {
    position: absolute;
    top: 94px;
    bottom: 0;
    left: 0;
    right: 0;
}

.bio-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.events {
    text-align: center;
    position: absolute;
    top: 94px;
    bottom: 0;
    left: 0;
    right: 0;
}

.events .date {
    color: #202020;
    font-size: 14px;
    text-transform: uppercase;
}

.events section {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0 30px;
    text-align: center;
}

.events article {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding: 15px;
    width: 100%;
}

.events a {
    color: inherit;
}

.full .right-side {
    background-color: none;
}

a.btn {
    text-decoration: none;
}

a.btn-black {
    display: inline-block;
    line-height: 41px;
    text-decoration: none;
    text-align: center;
    width: 142px;
    height: 41px;
    background-color: #202020;
    border-radius: 3px;
    color: #F8F8F8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}

a.btn-black:hover {
    background-color: #c8c7c5;
    color: #a6a6a4;
}

a.btn-black.grey {
    box-shadow: none;
    background-color: #c8c7c5;
    color: rgba(32, 32, 32, .2);
}

a.btn-more {
    text-decoration: underline!important;
}

a.btn-more:hover, a.btn-more:focus {
    text-decoration: none!important;
}

.events h2 {
    color: #202020;
    padding: 40px 0 24px;
    font-family: "BebasNeue";
    font-size: 52px;
    font-weight: bold;
    line-height: 48px;
    text-transform: uppercase;
}

.events section article {
    display: inline-block;
    padding: 0 40px;
    vertical-align: top;
    width: 270px;
}

.events section h2 {
    font-size: 32px;
    height: 210px;
    line-height: 32px;
    padding: 28px 0 22px;
}

.events h2 a:hover {
    text-decoration: none;
    opacity: .5;
}

.head-title {
    /* background: #f8f8f8; */
    margin: 0 130px;
    text-align: center;
    padding: 38px;
    position: relative;
    z-index: 200;
}

.head-title h1 {
    color: #202020;
    letter-spacing: .8px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.head-title li a {
    color: inherit;
    position: relative;
    display: inline-block;
    z-index: 9;
}

.head-title li.current-cat a {
    font-weight: bold;
}

.head-title li {
    padding: 0 11px;
    display: inline-block;
    color: #202020;
    letter-spacing: .8px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

body.page-template-events {
    background: #f2f1ee;
}

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

.photos-list {
    position: absolute;
    top: 95px;
    bottom: 0;
    background: #000;
    left: 0;
    right: -2px;
}

.photos-list section {
    overflow: hidden;
}

.photos-list img {
    width: auto;
    height: 100%;
    display: block;
    max-width: none;
}

.photos-list article {
    float: left;
    margin-bottom: -1px;
}

.photos-list article.item-1 {
    width: 24.839948783610755441741357234315%;
}

.photos-list article.item-2 {
    width: 25.032010243277848911651728553137%;
}

.photos-list article.item-3 {
    width: 50.128040973111395646606914212548%;
}

.photos-list article.item-4 {
    width: 37.38796414852752880921895006402%;
}

.photos-list article.item-5 {
    width: 23.303457106274007682458386683739%;
}

.photos-list article.item-6 {
    width: 39.180537772087067861715749039693%;
}

.photos-list article a {
    display: block;
	overflow: hidden;
    position: relative;
}

.photos-list article a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.photos-list article a:hover:after {
    opacity: .5;
}

.videos-list {
    position: absolute;
    top: 94px;
    bottom: 0;
    background: #000;
    left: 0;
    right: -2px;
}

.videos-list section {
    overflow: hidden;
}

.videos-list img {
    width: 100%;
    height: auto;
    display: block;
}

.videos-list article {
    float: left;
    width: 33.3%;
}

.videos-list .title {
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 0;
    padding: 25px;
    display: block;
    right: 0;
    font-family: "BebasNeue";
    line-height: normal;
    font-size: 32px;
    font-weight: 400;
	text-align: right;
    text-transform: uppercase;
}

.videos-list article a {
    display: block;
    position: relative;
    color: #EDDAC1;
}

.videos-list article a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .5;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.videos-list article a:hover {
    color: #fff;
    text-decoration: none;
}

.videos-list article a:hover:after {
    opacity: 0;
}

.music-list {
    position: absolute;
    top: 94px;
    bottom: 0;
    background: #f8f8f8;
    left: 0;
    right: 0;
}

.music-list article:hover {
    opacity: .5;
}

.music-list img {
    display: none;
}

.music-list article a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

.music-list section {
    overflow: hidden;
    height: 100%;
}

.music-list article {
    height: 50%;
    position: relative;
    float: left;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 25%;
}

.count {
    position: absolute;
    bottom: 0;
    left: 0;
    text-indent: 0;
    color: #201F1F;
    z-index: 9;
    padding: 20px;
    font-size: 16px;
    line-height: normal;
}

.count strong {
    font-weight: 500;
}

.album-details {
	display: none;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 94px;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f2f1eel;
}

.album-details.active {
	display: block;
    pointer-events: auto;
    opacity: 1;
}

.album-details .text {
    position: relative;
    padding: 35px 65px;
}

.album-details .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 35px 60px 0 0;
}

.album-details .date {
    padding-bottom: 58px;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 500;
    color: #202020;
}

.album-details ol {
    color: #2E2E2E;
    font-size: 14px;
    padding: 27px 0;
    font-weight: 500;
}

.album-details ol li {
    position: relative;
    padding-bottom: 10px;
    padding-left: 47px;
}

.album-details ol .num {
    position: absolute;
    top: 0;
    left: 4px;
    font-weight: 600;
}

.album-details .btns {
	display: block;
	height: 100%;
	overflow: hidden;
}

.album-details .btns > li {
	float: left;
	margin: 0 10px 0 0;
}

.album-details .btns > li:last-child {
	margin: 0;
}

.album-details .btns > li a {
}

.album-details .btns > li ul {
	display: none;
	position: absolute;
	z-index: 10;
}

.album-details .btns > li.active ul {
	display: block;
}

.album-details .btns > li.active > a {
	border-radius: 3px 3px 0 0;
}

.album-details .btns > li ul li {
}

.album-details .btns > li ul li a {
	border-radius: 0;
}

.album-details .btns > li ul li:last-child a {
	border-radius: 0 0 3px 3px;
}

.album-details .btn {
    font-size: 16px;
	height: 45px;
	line-height: 45px;
	margin: 0;
    text-align: center;
	width: 158px;
}

.album-details h2 {
    color: #202020;
    font-family: "BebasNeue";
    font-size: 52px;
    max-width: 470px;
    padding-bottom: 50px;
    line-height: 48px;
    font-weight: bold;
}

.album-details .right-side {
    background: #f2f1eel;
}

.album-details .right-side .table {
	display: block;
}

.album-details .right-side .table .cell {
	display: block;
}

.home-text .social {
    font-size: 0;
}

.home-text .social li {
    padding: 0 6px;
    display: inline-block;
}

.home-text .more {
    position: absolute;
    padding-bottom: 56px;
    bottom: 0;
    left: 0;
    right: 0;
}

.home-text .date {
    color: #2e2e2e;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    padding-top: 14px;
    font-size: 14px;
    text-transform: uppercase;
}

.home-text a {
    color: inherit;
    text-decoration: none;
}

.text.big a {
    text-decoration: underline;
}

.text.big a:hover, .text.big a:focus {
    text-decoration: none;
}

sup {
    top: -0.7em;
    font-size: 50%;
}

.home-text a:hover {
    opacity: .5;
}

.home-text .btn-tweet {
    padding-bottom: 8px;
    min-width: 120px;
}

.home-text .btn-tweet img {
    width: 25px;
    margin-right: 9px;
    margin-left: -10px;
}

.home-text .btn {
    text-transform: uppercase;
    color: #202020;
    margin-top: 32px;
    display: inline-block;
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.home-text p {
    padding-bottom: 20px;
    max-width: 390px;
    margin: auto;
    font-size: 14px;
    line-height: 18px;
}

.home-text .big h2 {
    font-size: 52px;
    line-height: 48px;
}

.home-text .big p {
    max-width: 325px;
}

.home-text h2 {
    color: #202020;
    padding: 39px 0 16px;
    font-family: "BebasNeue";
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
}

.home-text {
    height: 100%;
    padding: 0 20px;
    overflow: hidden;
    line-height: normal;
    position: relative;
    text-align: center;
}

.home-text .text {
    line-height: normal;
    max-width: 470px;
    margin: auto;
    position: relative;
    text-align: center;
}

.tweet p {
    color: #202020;
    font-size: 24px;
    line-height: 29px;
    max-width: 440px;
    padding: 4px 0 0;
    margin: 0 auto;
    font-weight: 500;
}

.tweet strong {
    font-weight: 600;
}

/*! fancyBox v2.1.5 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-wrap ul li {
    padding: 0 5px;
    display: inline-block;
}

.fancybox-wrap .icon-facebook, .fancybox-wrap .icon-twitter, .fancybox-wrap .icon-google, .fancybox-wrap .icon-mail {
    display: block;
    height: 23px;
    text-indent: -9999px;
    width: 30px;
}

.fancybox-wrap .icon-facebook {
    /*background: url(images/ico_s_bb_1.png) no-repeat 0 0;*/
    background: url(images/fb-l.svg) no-repeat 0 0;
}

.fancybox-wrap .icon-twitter {
    background: url(images/tw-l.svg) no-repeat 0 0;
}

.fancybox-wrap .icon-google {
    background: url(images/g-l.svg) no-repeat 0 0;
}

.fancybox-wrap .icon-mail {
    background: url(images/mail-l.svg) no-repeat 0 0;
}

.fancybox-wrap ul {
    position: absolute;
    text-align: center;
    bottom: -62px;
    font-size: 0;
    left: 0;
    right: 0;
}

.fancybox-skin {
    position: relative;
    background: #000;
    color: #fff;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    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-close {
    position: fixed;
    margin: 35px 25px;
    top: 0;
    right: 0;
    width: 23px;
    height: 23px;
    cursor: pointer;
    background: url(images/ico_close.svg) no-repeat;
    z-index: 8040;
}

.fancybox-nav {
    position: fixed;
    top: 0;
    width: 40%;
    margin: 0 20px;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -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: 17px;
    height: 17px;
    margin-top: -5px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-prev span {
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 17px 7px 0;
    border-color: transparent #fff transparent transparent;
}

.fancybox-next span {
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 17px;
    border-color: transparent transparent transparent #fff;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 9999;
    background: #000;
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: hidden;
}

.full-item {
    height: 100%;
    position: relative;
}

.full-item .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pt-page-moveToLeft {
    -webkit-animation: moveToLeft 1s ease both;
    animation: moveToLeft 1s ease both;
}

.pt-page-moveFromLeft {
    -webkit-animation: moveFromLeft 1s ease both;
    animation: moveFromLeft 1s ease both;
}

.pt-page-moveToRight {
    -webkit-animation: moveToRight 1s ease both;
    animation: moveToRight 1s ease both;
}

.pt-page-moveFromRight {
    -webkit-animation: moveFromRight 1s ease both;
    animation: moveFromRight 1s ease both;
}

.pt-page-moveToTop {
    -webkit-animation: moveToTop 1s ease both;
    animation: moveToTop 1s ease both;
}

.pt-page-moveFromTop {
    -webkit-animation: moveFromTop 1s ease both;
    animation: moveFromTop 1s ease both;
}

.pt-page-moveToBottom {
    -webkit-animation: moveToBottom 1s ease both;
    animation: moveToBottom 1s ease both;
}

.pt-page-moveFromBottom {
    -webkit-animation: moveFromBottom 1s ease both;
    animation: moveFromBottom 1s ease both;
}

@-webkit-keyframes moveToLeft {
    from {
        ;
    }
    to {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes moveToLeft {
    from {
        ;
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes moveToRight {
    from {
        ;
    }
    to {
        -webkit-transform: translateX(100%);
    }
}

@keyframes moveToRight {
    from {
        ;
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
}

@keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes moveToTop {
    from {
        ;
    }
    to {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes moveToTop {
    from {
        ;
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes moveToBottom {
    from {
        ;
    }
    to {
        -webkit-transform: translateY(100%);
    }
}

@keyframes moveToBottom {
    from {
        ;
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
}

@keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.full-item {
    height: 100%;
}

.home .arrows {
    z-index: 999;
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    margin: 14px 18px;
}

.home .bx-controls-direction {
    display: none;
}

.home-v-slides, .home-v-slides2, .home-v-slides3, .ff .bx-viewport, .ff .bx-wrapper {
    height: 100% !important;
}

.full-item {
    display: block !important;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 1 !important;
    z-index: 50 !important;
}

.full-item.pt-page-current {
    visibility: visible;
    z-index: 98 !important;
}

body.single-post .bio-content .right-side a {
    text-decoration: none;
    color: #202020;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

a:hover {
    text-decoration: none;
	opacity: .5;
}

/* TOOLTIP */

.tooltip{padding: 5px;font-size: 12px;opacity: 0.85;filter: alpha(opacity=85);background-repeat: no-repeat;background-image: url(includes/js/tooltip-js/tooltip.gif)}.tooltip-inner{padding: 2px 10px;max-width: 200px;pointer-events: none;color: white;text-align: center;background-color: black;border-radius: 3px;box-shadow: 0 0 3px rgba(0, 0, 0, 0.25)}.tooltip-bottom{background-position: top center}.tooltip-top{background-position: bottom center}.tooltip-left{background-position: right center}.tooltip-right{background-position: left center}

/*___________links________*/
.full_box_link{
    width:100%;
    height: 110%;
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom: 0;
    left:0;
}
.input--filled .input__field::-webkit-input-placeholder{color: #f06535;}
.input--filled .input__field::-moz-input-placeholder{color: #f06535;}
.input--filled .input__field::-ms-input-placeholder{color: #f06535;} 

/* font-face
------------------------------------------------------------------------------*/

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

/* Footer
------------------------------------------------------------------------------*/

#footer {
    clear: both;
}

@media screen and (max-width: 1390px) {
    .events section {
        font-size: 0;
    }
    .events section article {
        width: 19%;
        padding: 0 10px;
    }
}

@media screen and (max-width: 1200px) {
    .text-c {
        padding: 40px;
        padding-right: 60px;
        padding-top: 65px;
    }
    .videos-list article {
        float: left;
        width: 50%;
    }
    .fancybox-prev span {
        left: 15px;
    }
    .fancybox-next span {
        right: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .photos-list article.item-1 {
        width: 50%;
    }
    .photos-list article.item-2 {
        width: 50%;
    }
    .photos-list article.item-3 {
        width: 100%;
    }
    .photos-list article.item-4 {
        width: 100%;
    }
    .photos-list article.item-5 {
        width: 37.2%;
    }
    .photos-list article.item-6 {
        width: 62.8%;
    }
    a.btn-black {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        width: 120px;
    }
    .home-text .big h2, .events h2 {
        font-size: 36px;
        line-height: normal;
        padding: 20px 0;
    }
    .news-content .col h2, .home-text h2, .events section h2 {
        font-size: 20px;
        line-height: 20px;
        padding: 15px 0;
    }
    .events section h2 {
        height: 130px;
    }
    .news-content p {
        font-size: 12px;
        line-height: 18px;
    }
	.news-modal .table {
		display: block;
	}
	.news-modal .cell {
		display: block;
	}
	.news-modal .text iframe {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
    .tweet p {
        font-size: 16px;
        line-height: 20px;
    }
    body {
        font-size: 13px;
        line-height: 18px;
    }
    .text-c h2 {
        padding-bottom: 18px;
        font-size: 20px;
        line-height: 20px;
    }
    .text-c p {
        padding-bottom: 8px;
    }
    .music-list, .album-details {
        top: 91px;
    }
    .album-details .text {
        padding-left: 20px;
        padding-right: 20px;
    }
    .videos-list .title {
        padding: 15px;
        font-size: 20px;
        line-height: normal;
    }
}

@media screen and (min-width: 768px) and (max-height: 860px) {
    .news-content .date {
        margin-top: -35px;
    }
    .home-text .more {
        padding-bottom: 15px;
    }
    .news-modal .home-text .text {
        padding-bottom: 25px;
    }
    .news-content .news-modal .more {
        position: static;
    }
    .news-content .col h2 {
        padding: 20px 0 10px;
        font-size: 24px;
        line-height: normal;
    }
	#menu .social {
        padding: 15px 0 0 10px;
    }
    #menu .menu {
        padding-bottom: 10px;
    }
    #menu .copy img {
		display: none;
        margin: 5px 0;
        width: 40px;
    }
    #menu .subsribe button {
        margin: 5px 0;
        font-size: 12px;
    }
    #menu .copy {
        padding: 10px 20px;
        font-size: 8px;
        line-height: 11px;
    }
    .text-c {
        padding: 15px;
        padding-top: 50px;
    }
    #menu .subsribe input {
        height: 30px;
        font-size: 12px;
        padding: 0 10px;
    }
    #menu .subsribe label {
        padding: 0 0 5px;
        font-size: 15px;
    }
    #menu {
        width: 320px;
        padding: 20px;
    }
    #menu .menu li {
        font-size: 18px;
        line-height: 26px;
    }
    .menu-active .page-wrap-inner {
        -webkit-transform: translateX(-320px);
        -ms-transform: translateX(-320px);
        transform: translateX(-320px);
    }
	.home-text p {
        font-size: 13px;
        line-height: 16px;
    }
	.home-text .date {
        top: 16px;
        font-size: 13px;
    }
	.home-text h2 {
        font-size: 34px;
        line-height: 34px;
    }
}

@media screen and (min-width: 768px) and (max-height: 620px) {
    .news-modal .close {
        margin: 15px;
    }
    .home-text .date {
        top: 10px;
        font-size: 10px;
    }
    .news-modal .text img {
        margin: 5px 0 15px;
    }
    .news-modal .home-text .text {
        padding-top: 70px;
    }
    .news-modal .home-text .text p {
        font-size: 12px;
        line-height: 18px;
    }
    .home-text .big h2 {
        font-size: 22px;
        line-height: normal;
        padding: 0 0 10px;
    }
    .news-content .col h2, .home-text h2 {
        padding: 0 0 10px;
        font-size: 19px;
        line-height: 21px;
    }
    .home-text .more {
        padding-bottom: 15px;
    }
    .home-text .btn {
        font-size: 12px;
    }
    .home-text p {
        font-size: 9px;
        line-height: 13px;
    }
	.home-text p:last-child {
		padding: 0;
	}
    .news-content .half {
        min-height: 240px;
    }
    .news-content .date {
        margin-top: 0;
    }
    .home-text .more {
        padding-bottom: 45px;
    }
}

@media screen and (max-width: 767px) {
    .vertical-slides-h.events .item, .events section {
        display: inline;
        padding: 0;
        margin: 0;
    }
    .events {
        -webkit-overflow-scrolling: touch;
        overflow: auto;
    }
    .vertical-slides-h .item {
        line-height: normal !important;
    }
    .events .bx-viewport {
        height: auto !important;
    }
    .events .vertical-slides {
        transition-duration: 0 !important;
        transform: none !important;
    }
    .videos-list article {
        width: 100%;
    }
    .fancybox-close {
        margin: 10px;
    }
    .fancybox-nav {
        margin: 5px -5px;
    }
    .photos-list article.item-1 {
        width: 50%;
    }
    .photos-list article.item-2 {
        width: 50%;
    }
    .photos-list article.item-3 {
        width: 100%;
    }
    .photos-list article.item-4 {
        width: 100%;
    }
    .photos-list article.item-5 {
        width: 37.2%;
    }
    .photos-list article.item-6 {
        width: 62.8%;
    }
    .music-list article {
        height: 25%;
        width: 50%;
    }
	.album-details .left-side {
		width: 20%;
	}
	.album-details .right-side {
		width: 80%;
	}
	.album-details .right-side .scroll-enter {
		margin: 0 !important;
	}
    .album-details .close {
        margin: 10px 15px 0;
    }
    .album-details h2 {
        font-size: 22px;
        padding-bottom: 12px;
        line-height: normal;
    }
    .album-details .text {
        padding: 10px;
    }
    .album-details .date {
        padding-bottom: 15px;
        font-size: 12px;
    }
    .head-title {
        margin: 65px 0 0;
        padding: 0 0 18px;
    }
    .album-details .btn {
		display: block;
		font-size: 12px;
		height: 30px;
		margin: 0;
		line-height: 30px;
		width: 120px;
    }
    .album-details ol {
        padding: 15px 0;
    }
    .album-details ol li .num {
		margin: 0 5px 0 0;
		padding-bottom: 0;
		position: static;
    }
    .album-details .table {
        display: block;
    }
    .album-details ol li {
        line-height: normal;
        padding: 0 0 15px;
        font-size: 10px;
    }
    .events section {
        line-height: normal;
        padding-top: 25px;
    }
    .events .date {
        font-size: 12px;
    }
    .events section h2 {
        font-size: 20px;
        height: auto;
        line-height: 20px;
        padding: 15px 0;
    }
    .events section article {
        padding: 10px;
        width: 49%;
        padding-bottom: 25px;
    }
    #header {
        padding: 15px;
    }
    #logo {
		background-size: 100% 100%;
		height: 30px;
		left: 15px;
		top: 20px;
		width: 55px;
    }
    .menu-close:hover, .menu-close {
        margin: 20px;
        font-size: 12px;
    }
    .menu-trigger {
		font-size: 12px;
		margin: 20px 15px 15px;
    }
    #menu .social {
        padding: 15px 0 0 10px;
    }
    #menu .menu {
        padding-bottom: 10px;
    }
    #menu .copy img {
		display: none;
        margin: 5px 0;
        width: 40px;
    }
    #menu .subsribe button {
        margin: 5px 0;
        font-size: 12px;
    }
    #menu .copy {
        padding: 10px 20px;
        font-size: 8px;
        line-height: 11px;
    }
    .text-c {
        padding: 15px;
        padding-top: 50px;
    }
    #menu .subsribe input {
        height: 30px;
        font-size: 12px;
        padding: 0 10px;
    }
    #menu .subsribe label {
        padding: 0 0 5px;
        font-size: 15px;
    }
    #menu {
        width: 320px;
        padding: 20px;
    }
    #menu .menu li {
        font-size: 18px;
        line-height: 26px;
    }
    .menu-active .page-wrap-inner {
        -webkit-transform: translateX(-320px);
        -ms-transform: translateX(-320px);
        transform: translateX(-320px);
    }
    .count {
        display: none;
    }
    .right-side .home-text .date, .left-side .home-text .date {
        padding-top: 45px;
    }
    .home-text .date {
		font-size: 10px;
        top: 10px;
    }
    .right-side .home-text p {
        max-height: 54px;
        overflow: hidden;
    }
    .right-side .home-text .tweet p {
        max-height: none;
    }
    .home-text .big h2 {
        font-size: 24px;
        line-height: normal;
        padding: 0 0 10px;
    }
    .home-text h2 {
        font-size: 20px;
        line-height: 21px;
		padding: 0 0 5px;
    }
    .home-text .more {
        padding-bottom: 15px;
    }
    .home-text .btn {
        font-size: 12px;
    }
    .home-text p {
        font-size: 12px;
        line-height: 14px;
    }
	.home-text p:last-child {
		padding: 0;
	}
    .text-c h2 {
		font-size: 18px;
		line-height: 20px;
		padding-bottom: 10px;
    }
    body {
        font-size: 8px;
        line-height: 11px;
        letter-spacing: 0;
    }
    .text-c p {
        padding-bottom: 5px;
    }
	.bio-content .text-c p {
		font-size: 11px;
		line-height: 14px;
	}
    .visible-scrollbar .arrows {
        margin: 10px;
    }
    .bx-controls-direction a, .arrows a {
        height: 15px;
        width: 15px;
    }
    .bx-controls-direction a:after, .arrows a:after {
        margin: 5px;
    }
    .bx-controls-direction a.bx-prev:after, .arrows a.up:after {
        border-width: 0 3px 6px 3px;
    }
    .bx-controls-direction a.bx-next:after, .arrows a.down:after {
        border-width: 6px 3px 0 3px;
    }
    .news-content .left-side {
        float: none;
        width: auto;
        height: 50%;
        overflow: hidden;
    }
    .news-content .col h2 {
        font-size: 19px;
		line-height: 21px;
        padding: 0 0 5px;
    }
    .news-content .col .home-text {
        padding-top: 15px;
    }
    .news-content .home-text {
        height: 100%;
        padding-top: 40px;
    }
    .news-content .home-text .date, .news-content .left-side .home-text .date {
        padding-top: 20px;
    }
    .news-content .col .text p {
        max-height: 58px;
        margin-bottom: 15px;
        padding: 0;
        overflow: hidden;
    }
    .news-content .more {
        margin-bottom: 0;
    }
    .news-modal .close {
        margin: 11px;
    }
    .news-modal .visible-scrollbar .arrows {
        right: 0;
    }
    .news-content .news-modal .scroll-inner {
        overflow: hidden;
    }
    .news-modal.right, .news-modal {
        right: 0;
        left: 0;
        width: auto;
    }
    .news-modal .home-text .text {
        padding: 75px 15px 15px;
    }
	.home .news-modal .home-text .date {
		line-height: 100%;
		padding-top: 20px;
	}
	.home .news-modal .home-text .text {
		padding: 100px 15px 15px;
	}
    .news-content .news-modal .home-text {
        height: 100%;
    }
    .news-content .news-modal .more {
        position: static;
        padding-top: 10px;
    }
    .news-modal .home-text .text p {
        font-size: 12px;
        line-height: 17px;
        padding: 0;
    }
    .news-modal .close img {
        width: 15px;
    }
    .news-modal .text img {
        margin: 5px 0 15px;
    }
    .news-content .home-text .date, .news-content .left-side .home-text .date {
        font-size: 10px;
    }
    .news-content .home-text .big h2 {
        font-size: 24px;
        line-height: normal;
    }
    .news-content .col {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 767px) and (max-height: 420px) {
    .half + .half .home-text .date {
        margin-top: 0;
    }
    .news-content .more {
        margin-bottom: -9px;
    }
    #menu .social {
        text-align: center;
        padding-right: 20px;
        padding-top: 5px;
    }
    #menu .social li img {
        height: 15px;
    }
    #menu .menu {
        overflow: hidden;
        padding-bottom: 10px;
    }
    #menu .menu li {
        float: left;
        width: 50%;
    }
    .left-side .home-text .date, .home-text .date {
        padding-top: 15px;
    }
	.home .left-side .home-text .date {
		padding-top: 65px;
	}
	.home .right-side .home-text .date {
		padding-top: 30px;
	}
    .events section article {
        width: 33.3%;
    }
    .events section {
        padding: 0;
    }
    .right-side .home-text p {
        max-height: 40px;
    }
    .music-list article {
        width: 25%;
        height: 50%;
    }
}

@media screen and (max-width: 480px) {
    .photos-list article.item-1, .photos-list article.item-2, .photos-list article.item-3, .photos-list article.item-4, .photos-list article.item-5, .photos-list article.item-6 {
        padding: 0 0 100%;
        position: relative;
        width: 100%;
    }
    .photos-list article a {
        height: 100%;
        overflow: hidden;
        position: absolute;
        width: 100%;
    }
    .photos-list article img {
        display: block;
    }
    .photos-list article.item-3 img, .photos-list article.item-4 img, .photos-list article.item-6 img {
        margin: 0 0 0 -25%;
    }
    .events section article {
        width: 100%;
    }
	.album-details .btns > li {
		float: none;
		margin: 0 0 10px;
	}
}

@media screen and (max-width: 320px) {
    .home .half + .half .home-text .date {
        padding-top: 10px;
    }
}

#inifiniteLoader {
    bottom: 0;
    position: fixed;
    z-index: 9999;
    text-align: center;
    width: 100%;
}

.news-modal .close img {
    width: 16px;
}

.more.social li a img {
    width: 30px;
}