body {
    font-family: 'Philosopher', sans-serif;
    /*  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

.portfolio-item p {
    font-size: 16px;
    color: #000;
    padding: 10px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    color: #c8ba83;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Philosopher', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.os-animation {
    opacity: 0;
}

.os-animation.animated {
    opacity: 1;
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #121212;
    z-index: 100500;
}

#page-preloader .spinner {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 44%;
    top: 50%;
    background: url('../css/chdk.svg') no-repeat 50% 50%;
    margin: -16px 0 0 -16px;
    -webkit-transition: width 1s;
    /* Safari */
    transition: width 1s;
}

.detail {
    border: 10px solid #c8ba83;
    border-radius: 50%;
    width:  50px;
    height: 50px;
    z-index: 99;
    background: white;
    opacity: 0.4;
    position: absolute;
    z-index: 8050;
}



.colors {
    position: absolute;
    top: 420px;
    left: 540px;
}

.texture {
    position: absolute;
    top: 272px;
    left: 281px;
}

.oils {
    position: absolute;
    top:  420px;
    left: 540px;
}

.emal {
    position: absolute;
    top: 420px;
    left: 540px;
}

.detail:hover {
    opacity: 0.9;
    background: #c8ba83;
    border: 10px solid #fff
}

.fancybox-overlay {
    z-index: 2020!important;
}


/*//parallax*/

.scene {
    position: absolute;
    top: 120px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    right: 0;
    /*  border-bottom: 100px solid #342a2a;*/
    height: 800px;
}

.scene > div {
    position: absolute;
    bottom: 0;
}

.scene > div.fon1 {
    width: 100%;
    left: 50%;
    margin-left: -25%;
    height: 100%;
    bottom: 150px;
    background: url(../img/furnit2.jpg) no-repeat center;
}

.scene > div.fon2 {
    width: 100%;
    left: 0%;
    margin-left: -347px;
    height: 100%;
    bottom: 160px;
    background: url(../img/furnit1.png) no-repeat center;
}

.scene div.girl {
    width: 100%;
    height: 100%;
    background: url(../img/girl.png) no-repeat center;
    z-index: 0;
    /*  left: 50%;*/
    bottom: 145px;
    /*  margin-left: -454px;*/
}


/*
.scene > div.fon {
  width: 100%;
  height: 100%;
  bottom:  150px;
  background: url(/img/furnit.jpg) no-repeat center;
}

.scene div.girl {
  width: 100%;
  height: 100%;
  background: url(/img/girl.png) no-repeat center;
  z-index: 0;
  bottom:  145px;
}
*/

.portfolio-item h3 {
    text-align: center;
    color: #000;
}

#portfolio {
    padding: 60px 0px 10px 0px;
}

#sell {
    padding: 50px 0px 90px 0px
}

.modal-body h2 {
    font-size: 20px!important;
}

.modal-body h3 {
    font-size: 16px!important;
    text-transform: none;
    line-height:1,5px;
}

.modal-body p {
    font-size: 14px;
    text-align: center;
}

hr.star-light,
hr.star-primary {
    padding: 0;
    border: none;
    border-top: solid 5px;
    text-align: center;
    max-width: 250px;
    margin: 25px auto 30px;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
    top: -0.8em;
    font-size: 2em;
    padding: 0 0.25em;
}

hr.star-light {
    border-color: white;
}

hr.star-light:after {
    background-color: #c8ba83;
    color: white;
}

hr.star-primary {
    border-color: #2C3E50;
}

hr.star-primary:after {
    background-color: white;
    color: #2C3E50;
}

.img-centered {
    margin: 0 auto;
}

header {
    /*  text-align: center;*/
    /*  background: #c8ba83;*/
    background: url('../img/furnit.gif') no-repeat center;
    color: white;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text span:nth-child(1) {
    display: none
}

header .intro-text .name {
    display: block;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    font-size: 4.5em;
    color: #000;
}

header .intro-text .skills {
    font-size: 16px;
    font-weight: 300;
    color: black;
}

.navbar-custom {
    background: #FFF;
    font-family: 'Philosopher', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 17px;
    border: none;
}

.navbar-custom {
    -webkit-box-shadow: 0px 3px 7px 1px rgba(77, 77, 77, 0.24);
    -moz-box-shadow: 0px 3px 7px 1px rgba(77, 77, 77, 0.24);
    box-shadow: 0px 3px 7px 1px rgba(77, 77, 77, 0.24);
    z-index: 999;
}

.navbar-custom a:focus {
    outline: none;
}

.navbar-custom .navbar-brand {
    color: white;
    margin-top: -40px;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
    color: white;
}

.navbar-custom .navbar-nav {
    letter-spacing: 1px;
}

.phone li {
    color: #c8ba83;
    font-weight: 700
}

#phone {
    margin: 0 10px 0 20px;
}

.navbar-custom .navbar-nav li a {
    color: #000;
}

.navbar-custom .navbar-nav li a:hover {
    color: #c8ba83;
    outline: none;
}

.navbar-custom .navbar-nav li a:focus {
    color: #c8ba83;
}

.navbar-custom .navbar-nav li a:active {
    color: #fff;
}

.navbar-custom .navbar-nav li.active a {
    color: white;
    background: #c8ba83;
}

.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
    color: white;
    background: #c8ba83;
}

.navbar-custom .navbar-toggle {
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    border-color: white;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #c8ba83;
    color: white;
    border-color: #c8ba83;
}

@media (min-width: 768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }
    .navbar-custom {
        padding: 35px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
    }
    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .navbar-custom.affix {
        padding: 10px 0;
    }
    #logo {
        width: 217px;
        height: 101px;
        background: url('../img/logo.png') no-repeat;
    }
    .navbar-custom.affix #logo {
        width: 217px;
        height: 70px;
        margin-top: 15px;
        background: url('../img/logo200.png') no-repeat;
    }
    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em;
    }
}

section {
    padding: 60px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    /*  background: #c8ba83;*/
    /*  color: white;*/
}

section.success .plashka {
    background: url('../img/plashka.jpg') repeat-y left;
    padding: 90px;
}

.plashka2 {
    background: url('../img/plashka2.jpg') repeat-x left;
    padding: 1px 0px;
}

.plashka2 .why {
    margin: 20px 0px;
    padding-top: 100px;
}

.plashka2 .why1 {
    font-size: 180px;
    color: #fff;
    margin-top: 250px;
}

.plashka2 .why2 {
    font-size: 90px;
    color: #fff;
    margin-top: 240px;
    padding: 55px;
}

.plashka2 .why3 {
    font-size: 80px;
    color: #fff;
    margin-top: 320px;
    padding: 55px;
}

.brand {
    color: #c8ba83 !important
}

.left {
    text-align: left
}

.right {
    text-align: right
}

section.success .years50 img {
    margin: 0px auto;
    display: block;
    margin-top: 50px;
}

section.success .years50 .text50 {
    text-align: center;
    display: block;
    font-size: 31px;
    margin-top: 15px;
}

section.success h3,
.plashka2 h2 {
    display: block;
    font-family: 'Philosopher', sans-serif;
    /* text-transform: uppercase; */
    font-weight: 100;
    font-size: 4em;
    color: #c8ba83;
    margin-top: -30px;
}

@media (max-width: 767px) {
    section {
        padding: 55px 0;
    }
    section.first {
        padding-top: 75px;
    }
    .page-scroll {
        background-color: #c8ba83;
    }
    .phone li {
        color: #c8ba83;
        font-weight: 100;
        display: block;
        float: left;
    }
    .core,
    .map,
    .scene,
    #mZakaz {
        display: none;
    }
    #girl {
        background-position: left!important;
        min-height: 0px!important;
    }
    .intro-text {
        background: none!important;
        width: 100%!important;
        height: 100%!important;
        top: 0px!important;
        padding: 0px 0px 0px 0px!important;
    }
    header {
        background: url(../img/plashka222.jpg)repeat center;
    }
    header .intro-text span:nth-child(1) {
        display: block!important
    }
    header .intro-text .name {
        font-size: 40px!important;
    }
    header .intro-text .name2 {
        font-size: 45px!important;
        margin-top: -20px!important;
    }
    .years50 {
        min-height: 350px;
        padding: 0px 0px;
    }
    .plashka {
        padding: 60px!important;
    }
    .plashka2 {
        background: url(../img/plashka222.jpg)repeat center!important;
    }
    .plashka p {
        font-size: 18px!important
    }
    .text180 p {
        text-align: center;
    }
    .why {
        background: white;
        margin: 0px!important;
        padding-top: 0px!important;
        color: #000!important;
        font-size: 3em!important;
    }
    .why1,
    .why2,
    .why3 {
        text-align: center;
        font-size: 50px!important;
        color: #c8ba83!important;
        margin-top: 0px!important;
        padding: 0px!important;
    }
    .r180 {
        -webkit-transform: rotate( 0deg)!important;
        -moz-transform: rotate( 0deg)!important;
        -ms-transform: rotate( 0deg)!important;
        -o-transform: rotate( 0deg)!important;
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0)!important;
    }
    footer .row,
    #fabric .row {
        margin-right: 0px!important;
        margin-left: 0px!important;
    }
}


/***************** END*media mobile ver*/

#production .portfolio-item,
#sell .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}

#production .portfolio-item img,
#sell .portfolio-item img {
    margin: 0px auto
}

#production .portfolio-item .portfolio-link,
#sell .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

#production .portfolio-item .portfolio-link .caption,
#sell .portfolio-item .portfolio-link .caption,
#sell .portfolio-item .portfolio-link .caption,
#sell .portfolio-item .portfolio-link .caption {
    background: #c8ba83;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

#production .portfolio-item .portfolio-link .caption:hover,
#sell .portfolio-item .portfolio-link .caption:hover {
    opacity: 0.9;
}

.portfolio-item a:hover,
.portfolio-item a:active,
.portfolio-item a:focus {
    text-decoration: none;
}

#production .portfolio-item .portfolio-link .caption .caption-content,
#sell .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: white;
}

#production .portfolio-item .portfolio-link .caption .caption-content i #sell .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#production .portfolio-item .portfolio-link .caption .caption-content h3,
#production .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#production * {
    z-index: 2;
}

@media (min-width: 767px) {
    #production .portfolio-item {
        margin: 0 0 30px;
    }
    #sell .portfolio-item {
        margin: 0 0 30px;
    }
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eeeeee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: none;
    box-shadow: none !important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
}

.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #c8ba83;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eeeeee;
}

footer {
    color: white;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 0px;
    background: #1f1f1f;
    /*  background-color: #2C3E50;*/
}

footer .footer-above .cont {
    padding-top: 50px;
}

footer .footer-col {
    margin-bottom: 0px;
}

footer .footer-below {
    padding: 25px 0;
    background: #121212;
    /*  background-color: #233140;*/
}

.btn-outline {
    color: #c8ba83;
    font-size: 20px;
    border: solid 2px #c8ba83;
    background: transparent;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #c8ba83;
    background: white;
    border: solid 2px white;
}

.btn-primary {
    color: white;
    background-color: #2C3E50;
    border-color: #2C3E50;
    font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: white;
    background-color: #1a242f;
    border-color: #161f29;
}

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

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #2C3E50;
    border-color: #2C3E50;
}

.btn-primary .badge {
    color: #2C3E50;
    background-color: white;
}

.btn-success {
    color: white;
    background-color: #c8ba83;
    border-color: #c8ba83;
    font-weight: 700;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: white;
    background-color: #c8ba83;
    border-color: #675e3a;
}

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

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

.btn-success .badge {
    color: #c8ba83;
    background-color: white;
}

.btn-social {
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 2px solid white;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: none;
}

.scroll-top {
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
    z-index: 1049;
}

.scroll-top .btn {
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: none;
}

.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 10px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #2C3E50;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    z-index: 1051;
}

.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #2C3E50;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    z-index: 1052;
}

.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}

.page-scroll {}

#girl {
    background: url('../img/girl.png') no-repeat center;
    min-height: 750px;
}

.intro-text {
    position: relative;
    top: 200px;
    background: url('../img/doska.png') no-repeat right;
    width: 640px;
    height: 280px;
    padding: 40px 0px 0px 50px;
}

header .intro-text .name2 {
    display: block;
    font-family: 'Philosopher', sans-serif;
    /*  text-transform: uppercase;*/
    font-weight: 100;
    font-size: 4em;
    color: #c8ba83;
    margin-top: -30px;
}

.tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 1em 0 2em;
    font-weight: 300;
}


/*Load more*/

#section-1 div.mediabox {
    display: none;
}


.desc {
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
    max-width: 100%;
}

.matras {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    max-width: 100%;
}

.komod {
    font-size: 18px;
    text-align: left;
    margin-top:10px;
    max-width: 100%;

}

.alert
{
    font-size:16px;
    color:#c8ba83;
    
}

.fancybox-skin{background:#fff!important }


/* Nav */

.tabs nav {
    text-align: center;
}

.tabs nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.tabs nav ul li {
    border: 1px solid #dedede;
    border-bottom: none;
    margin: 0 0.25em;
    display: block;
    float: left;
    position: relative;
}

.tabs nav li.tab-current {
    border: 1px solid #c8ba83;
    box-shadow: inset 0 2px #c8ba83;
    border-bottom: none;
    z-index: 100;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
    content: '';
    position: absolute;
    height: 1px;
    right: 100%;
    bottom: 0;
    width: 1000px;
    background: #c8ba83;
}

.tabs nav li.tab-current:after {
    right: auto;
    left: 100%;
    width: 4000px;
}

.tabs nav a {
    color: #becbd2;
    display: block;
    font-size: 1.45em;
    line-height: 2.5;
    padding: 0 1.25em;
    white-space: nowrap;
    text-decoration: none;
}

.tabs nav a:hover {
    color: #c8ba83;
    text-decoration: none;
}

.tabs nav li.tab-current a {
    color: #c8ba83;
    /*    background-color: #c8ba83;*/
    /*    border-bottom: 1px solid #fff;*/
}

#mZakaz {
    background: #c8ba83;
    width: 250px;
    float: right
}

#mZakaz a {
    color: #fff;
}

#mZakaz a:hover {
    background: #fff;
    color: #000;
    width: 250px;
    float: right;
    border-top: 1px solid #c8ba83;
    border-left: 1px solid #c8ba83;
    border-right: 1px solid #c8ba83
}


/* Content */

.content section {
    font-size: 1.25em;
    padding: 3em 1em;
    display: none;
    max-width: 1230px;
    margin: 0 auto;
}

.content section:before,
.content section:after {
    content: '';
    display: table;
}

.content section:after {
    clear: both;
}


/* Fallback example */

.no-js .content section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid #c8ba83;
}

.content section.content-current {
    display: block;
}

.mediabox > div {
    display: none;
}

.mediabox {
    float: left;
    width: 33%;
    padding: 15px 25px;
}

.mediabox img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.mediabox h3 {
    margin: 0.75em 0 0.5em;
}

.mediabox p {
    padding: 0 0 1em 0;
    margin: 0;
    line-height: 1.3;
}


/* Example media queries */

@media screen and (max-width: 52.375em) {
    .tabs nav a span {
        display: block;
    font-size: 13px;
    }
    .tabs nav a:before {
        margin-right: 0;
    }
    .mediabox {
        float: none;
        width: auto;
        padding: 0 0 35px 0;
        font-size: 90%;
    }
    .mediabox img {
        float: left;
        margin: 0 25px 10px 0;
        max-width: 40%;
    }
    .mediabox h3 {
        margin-top: 0;
    }
    .mediabox p {
        margin-left: 40%;
        margin-left: calc(40% + 25px);
    }
    .mediabox:before,
    .mediabox:after {
        content: '';
        display: table;
    }
    .mediabox:after {
        clear: both;
    }
}

@media screen and (max-width: 32em) {
    .tabs nav ul,
    .tabs nav ul li a {
        width: 100%;
        padding: 0;
    }
    .tabs nav ul li {
        width: 20%;
        width: calc(20% + 1px);
        margin: 0 0 0 -1px;
    }
    .tabs nav ul li:last-child {
        border-right: none;
    }
    .mediabox {
        text-align: center;
    }
    .mediabox img {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }
    .mediabox h3 {
        margin: 1.25em 0 1em;
    }
    .mediabox p {
        margin: 0;
    }
}

.r180 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.text180 p {
    font-size: 17px
}

.center {
    margin: 0px auto;
    text-align: center
}
