html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    background: #fff;
}

html, body, td, input, button, textarea, select, img { font: normal 16px/1 PlumbRegular; color: #000; }

div, .relative, article, header, footer, section, ul, li, time, figure, nav {
    position: relative;
    width: auto;
    z-index: 1;
    margin: 0;
    padding: 0;
}

table {
    width: auto;
    border-collapse: collapse;
    border: 0;
}
td { padding: 0; vertical-align: top; }

a, a:visited {
    text-decoration: underline;
    color: #900;
    cursor: pointer;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
}
a:hover {
    text-decoration: underline;
    color: #993;
}

a:focus, button:focus, input:focus, a:active, button:active, input:active { outline: none; }

h1, h2, h3, h4, h5 {
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
h1 { font-size: 30px; margin-bottom: 30px; }
h2 { font-size: 25px; margin-bottom: 30px; }
h3 { font-size: 20px; margin-bottom: 20px; }
h4 { font-size: 15px; margin-bottom: 15px; }
h5 { font-size: 12px; margin-bottom: 10px; }

img { line-height: 0; border: 0; }

strong { font-weight: normal; }

/*** COMMON **********************************************/

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -400px;
}

.wrap:before, .wrap:after { content: ""; display: table; line-height: 0; }
.wrap:after { clear: both; }

.clearfix { z-index: 0; }

.container {
    width: 100%;
    max-width: 1280px !important;
    min-width: 1000px;
}

/*** FORMS **********************************************/

button, .button {
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
    cursor: pointer;
    height: 40px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 25px;
    background: #666;
    color: #fff;
    text-decoration: none;
    border: none;
}
.button {
    line-height: 40px;
    display: inline-block;
    text-align: center;
}
button:hover, .button:hover {
    background: #933;
}

.fancybox-inner .form {
    padding: 40px 30px 25px 30px;
    width: 400px;
    text-align: center;
    background: #f2f2f2;
    overflow: hidden;
}
.form .control { margin-bottom: 10px; }

.form input[type=text], .form textarea {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: solid 1px #ccc;
    background: #fff;
    box-shadow: none;
    padding: 0 15px 0 15px;
    font-size: 18px;
    line-height: 40px;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
}
.form input[type=text]:active, .form textarea:active,
.form input[type=text]:focus, .form textarea:focus {
    outline: none;
    border: solid 1px #85cde7;
}
.form textarea {
    resize: none;
    padding: 8px 15px;
    line-height: 1.3;
    height: 120px;
}

form .help-inline {
    font-size: 12px;
    line-height: 1.5 !important;
    position: absolute;
    margin-left: 1px;
    color: #fff;
    background: rgba(192,0,0,0.8);
    padding: 11px 5px !important;
    display: none;
    z-index: 15;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    width: auto;
    left: 4px !important;
    right: 5px;
    border-radius: 0;
}

.popover { line-height: 1.2 !important; }
.popover h3 {
    font-size: 16px !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
}

/*** HEADER **********************************************/

header {
    height: 475px;
    width: 100%;
    background: #e6e6e6;
}
.inner header {
    height: 350px;
    overflow: hidden;
}
header:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 16px;
    z-index: 2;
    left: 0;
    bottom: 0;
    background: transparent url("../img/bg-dome-bottom.png") repeat-x left top;
}

header nav {
    height: 75px;
    text-align: center;
    background: #930 url("../img/bg-pattern.gif") repeat 0 0;
    border-bottom: solid 1px rgba(255,255,255,0.25);
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
}
header nav a, header nav a:visited {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    height: 75px;
    margin: 0 15px;
    line-height: 73px;
    position: relative;
}
header nav a:before {
    position: absolute;
    display: block;
    width: 0%;
    left: 50%;
    bottom: 27px;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0.5;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
}
header nav a.ajax {
    color: #fc0;
}
header nav a:hover { text-decoration: none; color: #fff; }
header nav a:hover:before {
    width: 50%;
    left: 25%;
}
header nav a.active:before {
    width: 50%;
    left: 25%;
    opacity: 1;
}

header figure {
    width: 100%;
    height: 400px;
    z-index: 0;
    background: transparent url("../img/bg-header.jpg") no-repeat center top;
    background-size: cover;
    margin-top: -1px;
}
.inner header figure {
    height: 350px;
    background-position: center bottom;
}
header figure:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 50px;
    z-index: 0;
    left: 0;
    top: 0;
    opacity: 0.5;
    background: transparent url("../img/bg-shadow.png") no-repeat center top;
    background-size: 100% auto;
}

header .logo {
    position: absolute;
    z-index: 5;
    display: block;
    text-align: center;
    width: 260px;
    left: 50%;
    margin-left: -130px;
    top: 110px;
}

header .container {
    z-index: 5;
}
header .container .phones {
    position: absolute;
    text-align: center;
    top: 200px;
    width: 100%;
    left: 0;
}
header .container .phones a {
    color: #fff !important;
    font-family: PlumbBold;
    text-decoration: none !important;
    margin: 0 20px;
    font-size: 20px;
}

/*** PRIMARY CONTENT **********************************************/

main {
    padding: 0 0 50px 0;
}
.inner main {
    background: #f2f2f2;
    padding-top: 30px !important;
}
.inner main h1 { padding: 0 15px; }
.index main h2 {
    text-align: center;
    position: relative;
}
.index main h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 1px;
    background: #000;
    left: 50%;
    margin-left: -50px;
    bottom: -7px;
}
.inner aside h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 75px;
    height: 1px;
    background: #000;
    left: 0;
    bottom: -7px;
}
main article { line-height: 1.5; }
main article p { margin: 0 0 20px 0; }

.catalog {
    background: #f2f2f2;
    padding: 30px 0 0 0;
}
.inner .catalog { padding: 0 0 30px 0; }
.inner .catalog section { padding-right: 0; }
.catalog h2 { margin-bottom: 25px; }
.catalog ul, aside ul.categories {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 30px;
}
.catalog ul li, aside ul.categories li {
    display: inline-block;
}
.inner .catalog ul, aside ul.categories { padding-top: 49px; margin-bottom: 40px; }
.inner .catalog ul li, aside ul.categories li {
    display: block;
    text-align: left;
    margin-top: 10px;
}
.catalog ul li a, aside ul.categories li a {
    display: inline-block;
    height: 30px;
    background: #999;
    padding: 0 10px;
    border-radius: 10px;
    border-top-left-radius: 0;
    color: #fff !important;
    text-decoration: none !important;
    margin: 0 5px;
}
.inner .catalog ul li a, aside ul.categories li a { margin: 0; }
.catalog ul li a:hover {
    background: #933;
}
.catalog ul li.active a, aside ul.categories li.active a {
    background: #c93;
}
.catalog .wrap article {
    float: left;
    width: 33.3333333%;
    padding: 0 15px;
    margin-bottom: 30px;
    line-height: 1;
}
.inner .catalog .wrap article { width: 50%; }
.inner .catalog .similar .wrap article { width: 33.333333%; }
.inner .catalog .similar h2 { padding: 0 15px; }
.catalog .wrap article:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    width: 75%;
    left: 12.5%;
    bottom: 0;
    height: 155px;
    box-shadow: 0 5px 60px 0 rgba(0,0,0,0.75);
}
.catalog .wrap article > div {
    background: #666 url("../img/bg-pattern-object.gif") repeat 0 0;
}
.catalog .wrap article a, .catalog .wrap article a:visited {
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.catalog .wrap article > div:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    right: 0;
    top: 0;
    background: transparent url("../img/bg-object-cover.png") no-repeat right top;
    background-size: 300px auto;
    width: 100%;
    height: 100%;
}
.catalog .wrap article .intro {
    padding: 20px;
}
.catalog .wrap article h3 {
    font-size: 25px;
    color: #ffc;
    text-transform: none;
    margin-bottom: 7px;
    padding-right: 100px;
}
.catalog .wrap article strong {
    display: block;
    position: absolute;
    font-weight: normal;
    font-size: 25px;
    color: #000;
    right: 20px;
    top: 20px;
    text-align: right;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.catalog .wrap article address {
    padding: 0 0 10px 0;
    display: block;
    font-size: 16px;
    margin: 0 0 10px 0;
    border-bottom: dotted 1px #fff;
}
.catalog .wrap article p {
    font-size: 14px;
    line-height: 1.3;
}
.catalog .wrap article .figures {
    width: 100%;
    height: 155px;
    overflow: hidden;
}
.catalog .wrap article figure {
    overflow: hidden;
    width: 400px;
    height: 155px;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 1;
    margin-left: -200px;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
}
.catalog .wrap article figure.photo { z-index: 2; }
.catalog .wrap article .toggle figure.photo {
    opacity: 0;
}
.catalog .wrap article figure img {}
.catalog .wrap article .tabs {
    position: absolute;
    height: 34px;
    bottom: 138px;
    left: 18px;
    z-index: 10;
    background: none !important;
}
.catalog .wrap article .tabs .fa {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: solid 2px #666;
    background: #333;
    color: #666;
    text-align: center;
    line-height: 31px;
    font-size: 19px;
    cursor: pointer;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
}
.catalog .wrap article .tabs .fa.active {
    background: #fff;
    color: #c93;
}
.index .catalog {
    border-bottom: dotted 1px #666;
    margin-bottom: 60px;
}
.index .catalog .text-center {
    margin-bottom: -20px;
    margin-top: 20px;
}

.product {}
.product .map {
    height: 500px;
    margin: 0 0 30px 0;
    overflow: hidden;
}
.product .map:before {
    content: '';
    position: absolute;
    display: block;
    height: 50px;
    width: 150%;
    z-index: 10;
    left: -25%;
    top: -50px;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.3);
}
.product .map:after {
    content: '';
    position: absolute;
    display: block;
    height: 50px;
    width: 150%;
    z-index: 10;
    left: -25%;
    bottom: -50px;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.3);
}
.product .map .cover {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 20;
    left: 0;
    top: 0;
    cursor: pointer;
}
.product .product-details {
    padding: 0 15px;
    margin-bottom: 50px;
}
.product .product-details figure {
    margin-bottom: 30px;
}
.product .product-details figure + a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
}
.product .product-details figure:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    width: 75%;
    left: 12.5%;
    bottom: 0;
    height: 155px;
    box-shadow: 0 5px 60px 0 rgba(0,0,0,0.75);
}
.product .product-details figure img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.product .product-details .addr {
    font-size: 20px;
    margin-bottom: 15px;
}
.product .product-details .addr a {
    text-decoration: none;
    border-bottom: dashed 1px #600;
}
.product .product-details .price {
    font-size: 25px;
    margin-bottom: 10px;
    font-family: PlumbBold;
}
.product .product-details .area {
    font-size: 25px;
    margin-bottom: 15px;
}

.index .about {
    padding: 0 20px 0 30px;
    position: static;
}
.index .about:after {
    content: '';
    position: absolute;
    width: 1px;
    background: #ccc;
    display: block;
    left: 50%;
    top: 60px;
    bottom: 0;
}

section .news {}
section .news article {}
section .news article:last-of-type { margin-bottom: 10px; }
section .news article time {
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    border: solid 3px #666;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    padding-top: 3px;
    margin-top: 5px;
}
section .news article time span { display: block; font-size: 22px; }
section .news article time span:nth-child(2) { font-size: 12px; }
section .news article time span:nth-child(3) { font-size: 15px; }
section .news article .intro {
    margin: 0 0 0 90px;
}
section .news article .intro a {
    display: block;
    margin-bottom: 5px;
}
section .news article .intro p { font-size: 14px; }
section .news .more { margin-left: 90px; }

.pages {}
.pages section article {
    padding: 0 0 0 15px;
}
.pages section article .cover:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    width: 75%;
    left: 12.5%;
    bottom: 0;
    height: 155px;
    box-shadow: 0 5px 60px 0 rgba(0,0,0,0.75);
}
.pages section article .cover img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.inner section article ul {
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    list-style: none;
}
.inner section article ul li {
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 9px 0;
}
.inner section article ul li:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: solid 2px #600;
    left: 0;
    top: 7px;
}
.inner section article ol {
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    counter-reset: list1;
    list-style: none;
}
.inner section article ol li {
    margin: 0 0 9px 0;
    padding: 0 0 0 20px;
    position: relative;
}
.inner section article ol li:before {
    counter-increment: list1;
    content: counter(list1);
    position: absolute;
    left: 0;
    top: 0;
    font-family: PlumbBold;
    color: #600;
}

.inner section article table {
    width: 100% !important;
    border-collapse: collapse;
    border: none;
    margin-bottom: 25px;
}
.inner section article table td {
    padding: 10px 10px;
    border: none;
    border-right: solid 1px #fff;
    background: #f2f2f2;
}
.inner section article table tr:nth-child(2n) td {
    background: #fff;
}
.inner section article table td:last-of-type {
    border: none;
}
.inner section article table th, .inner section article table thead td {
    padding: 10px 10px;
    border: none;
    border-right: solid 1px #fff;
    background: #600;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.3;
}
.inner section article table th:last-of-type, .inner section article table thead td:last-of-type {
    border: none;
}

.inner section.news {}
.inner section.news article { margin-bottom: 30px; }
.inner section.news article:last-of-type { margin-bottom: 10px; }
.inner section.news article time {
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    border: solid 3px #666;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    padding-top: 3px;
    margin-top: 5px;
}
.inner section.news article time span { display: block; font-size: 22px; }
.inner section.news article time span:nth-child(2) { font-size: 12px; }
.inner section.news article time span:nth-child(3) { font-size: 15px; }
.inner section.news article .intro {
    margin: 0 0 0 90px;
}
.inner section.news article .intro a {
    display: block;
    margin-bottom: 5px;
}
.inner section.news article .intro p { font-size: 14px; }

.inner section.news-details article time {
    display: inline-block;
    height: 40px;
    line-height: 36px;
    border: solid 3px #666;
    text-align: center;
    text-transform: uppercase;
    padding: 0 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.neighbors {
    padding: 20px 0 0 15px;
}
.neighbors a {
    position: relative;
    display: block;
    width: 45%;
    text-align: left;
    padding: 0 0 0 20px;
    float: left;
}
.neighbors a .fa {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    left: 0;
    top: -4px;
    font-size: 25px;
}
.neighbors a.prev {}
.neighbors a.next {
    float: right;
    padding: 0 20px 0 0;
    text-align: right;
}
.neighbors a.next .fa {
    left: auto;
    right: 0;
}

.inner section.contacts {}
.inner section.contacts .col-xs-8 { padding-left: 30px; }
.inner section.contacts .block {
    margin-bottom: 30px;
    padding: 0 0 0 25px;
}
.inner section.contacts .block .fa {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px;
}

.inner section .page-list {
    margin-bottom: 30px;
    padding-left: 15px;
}
.inner section .page-list article {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}
.inner section .page-list article figure {
    float: left;
    width: 75px;
    margin: 5px 15px 5px 0;
}
.inner section .page-list article figure img {
    width: 100%;
    height: auto;
}
.inner section .page-list article:last-of-type { margin-bottom: 10px; }
.inner section .page-list article a {
    display: block;
    margin-bottom: 0;
}
.inner section .page-list article p { font-size: 14px; margin: 0; }

.img-gallery {
    height: 180px;
    margin-top: 50px;
}
.img-gallery .slides {
    height: 180px;
}
.img-gallery .caroufredsel_wrapper {
    width: 100% !important;
}
.img-gallery a {
    display: block;
    width: 152px;
    height: 110px;
    float: left;
    margin: 0 10px 30px 0;
    position: relative;
    line-height: 0;
}
.img-gallery a figure {
    width: 100%;
    overflow: hidden;
    padding: 5px;
}
.img-gallery .slides a:before {
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 50px;
    left: 10%;
    bottom: 5px;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,0.5);
    z-index: 1;
}
.img-gallery a figure img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.img-gallery .nav {
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
}
.img-gallery .nav a {
    display: inline-block !important;
    height: 30px;
    width: 30px;
    font-size: 20px;
    padding: 0 0 0 0;
    text-align: center;
    float: none;
}

.inner article .cover {
    float: left;
    margin: 5px 20px 20px 0;
}

aside .news {}
aside .news article {}
aside .news article:last-of-type { margin-bottom: 10px; }
aside .news article time {
    display: block;
    float: none;
    width: 70px;
    height: 70px;
    border: solid 3px #666;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    padding-top: 3px;
    margin-top: 5px;
    margin-bottom: 10px;
}
aside .news article time span { display: block; font-size: 22px; }
aside .news article time span:nth-child(2) { font-size: 12px; }
aside .news article time span:nth-child(3) { font-size: 15px; }
aside .news article .intro {
    margin: 0 0 0 0;
    height: auto !important;
}
aside .news article .intro a {
    display: block;
    margin-bottom: 5px;
}
aside .news article .intro p { font-size: 14px; }
aside .news .more { margin-left: 0; }

aside .articles {
    margin-bottom: 50px;
}
aside .articles article {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}
aside .articles article figure {
    float: left;
    width: 75px;
    margin: 5px 15px 5px 0;
}
aside .articles article figure img {
    width: 100%;
    height: auto;
}
aside .articles article:last-of-type { margin-bottom: 10px; }
aside .articles article a {
    display: block;
    margin-bottom: 5px;
}
aside .articles article p { font-size: 14px; margin: 0; }
aside .articles .more { margin: 20px 0 0 0; }

a.more {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    text-transform: uppercase;
    text-decoration: none;
}
a.more .fa {
    color: #666;
    font-size: 24px;
    position: absolute;
    display: block;
    left: 0;
    top: -4px;
}
a.more:hover {}

.paginator-wrap {
    margin: 0 15px;
    padding-top: 20px;
    width: auto;
}
.paginator-wrap:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    left: 0;
    z-index: 0;
    bottom: 17px;
    background: #ccc;
}
.paginator-wrap .paginator {
    margin: 0 auto;
    width: 90%;
}
.paginator-wrap .paginator td { font-size: 16px; }
.paginator-wrap .paginator a {
    text-decoration: none;
}
.paginator-wrap .paginator strong {
    background: transparent;
    font-family: PlumbMedium;
    color: #600;
}
.paginator-wrap .paginator {}
.paginator-wrap .current_page_mark {
    background: #600 !important;
}
.paginator-wrap::after {}
.paginator .scroll_trough {}

/*** FOOTER **********************************************/

#push,
footer {
    min-height: 400px;
}
footer {
    background: #7c7161 url("../img/bg-footer.jpg") no-repeat center 20%;
    background-size: cover;
    z-index: 2;
    padding: 40px 0 40px 0;
    color: #fff;
    overflow: hidden;
}
footer:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    background: transparent url("../img/bg-dome-top.png") repeat-x 0 0;
    height: 16px;
    width: 100%;
}
footer:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    top: 0;
    left: 0;
    background: #000;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}

footer .logo {
    display: block;
    width: 150px;
    margin: 0 0 30px 0;
    line-height: 0;
}
footer .logo img { width: 100%; height: auto; }

footer .col-xs-6 { padding: 0 30px; }

footer .block {
    margin-bottom: 15px;
    line-height: 1.4;
}
footer .block a {
    color: #fff;
    margin-right: 40px;
}
footer .block.phones a {
    text-decoration: none;
}
footer .block strong {
    display: block;
    text-transform: uppercase;
    color: #ff9;
}

footer .copyright {
    padding-top: 20px;
}

footer .ajax.fb {
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-bottom: dotted 1px #fff;
    margin: 65px 0 35px 0;
}
footer .ajax.fb:hover { border-bottom: dotted 1px transparent; }

footer nav {}
footer nav a {
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}
footer nav a:hover {}
footer nav a.ajax {
    color: #ff9 !important;
}
footer nav a.ajax:hover {}

/*** OTHERS **********************************************/

#toTop {
    position: fixed;
    right: 10px;
    width: 50px;
    height: 50px;
    bottom: 10px;
    display: none;
    z-index: 1000;
    background: rgba(51,51,51,0.5);
    color: #fff !important;
    text-align: center;
    padding: 0;
    font-size: 13px;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0);
    line-height: 50px;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
}
#toTop:hover {
    color: #fff !important;
    background: rgba(51,51,51,1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
}

.fancybox-overlay { overflow: hidden !important; }
.fancybox-skin { border-radius: 0 !important; }
.fancybox-inner {}
.fancybox-close {
    background: transparent url("../img/native/ico-close.png") no-repeat 0 0 !important;
    top: -3px !important;
    right: -40px !important;
    opacity: 0.5 !important;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
}
.fancybox-close:hover { opacity: 1 !important; }
.fancybox-title-inside-wrap {
    position: absolute !important;
    background: transparent !important;
    font-family: PlumbMedium !important;
    font-size: 30px !important;
    text-transform: uppercase !important;
    bottom: 20px !important;
    left: 20px !important;
    color: #fff !important;
    width: 100% !important;
    text-align: center !important;
}
