* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    font: 20px/38px Roboto, sans-serif;
    font-weight: 400;
    width: 100%;
    height: 100%;
}
.clear {
    clear: both;
}
strong {
    font-weight: bold;
}
#cont {
    padding-bottom: 2em;
    color: #7a7a7a;
}
#cont ul, #cont ol {
    margin-left: 1.5em;
    list-style-position: inside;
}
#cont h1, #cont h2, #cont h3, #cont h4, #cont h5, #cont h6 {
    margin-top: 2em;
    margin-bottom: 1em;
    text-align: center;
    color: #232323;
}
#cont img {
    max-width: 100%;
    height: auto !important;
}
#cont .juxtapose img {
    max-width: none;
    height: inherit !important;
}
.wrapper-container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.wrapper {
    margin: 0 auto;
    max-width: 1260px;
}
.content .wrapper {
    max-width: 1040px;
}
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 16;
}
.sticky + .content {
    padding-top: 85px;
}
.header {
    height: 85px;
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid transparent;
    z-index: 17;
    position: relative;
}
.header.sticky {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}
.content {
    padding: 0 0 450px;
}
.footer {
    margin: -450px auto 0;
    height: 450px;
    padding-top: 120px;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    color: #fff;
}
/*--------------------------------------------------------------------------------------------------------------------*/
.header .navbar {
    padding-top: 12px;
}
/*.header .navbar ul.navbar-nav li a:hover, .header .navbar ul.navbar-nav li.active a {
    text-decoration: underline;
}*/
.header .navbar ul.navbar-nav > li > a {
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
    padding: 8px 12px;
    font-weight: 400;
}
.header .navbar ul.navbar-nav > li > a:hover {
    opacity: 1;
    text-decoration: none;
}
.header.sticky .navbar ul.navbar-nav > li > a {
    color: #232323;
}
.header .navbar .dropdown-item:focus, .header .navbar  .dropdown-item:hover {
    background: none;
}
.header .dropdown-menu {
    background: rgba(0, 0, 0, 0.8);
}
.header.sticky .dropdown-menu {
    background: #fff;
}
.header .dropdown-menu a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    opacity: 0.8;
}
.header .dropdown-menu a:hover {
    opacity: 1;
    text-decoration: none;
}
.header.sticky .dropdown-menu a {
    color: #232323;
}
.header .navbar-toggler {
    background-color: buttonface;
}
.header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(128, 128, 128, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header a.dropdown-item:first-of-type {
    border-top: 1px solid transparent;
}
.header a.dropdown-item {
    padding: 8px !important;
    border-top: 1px solid #ebebeb;
}
@media screen and (max-width: 991px) {
    .header .navbar-collapse {
        background: #fff;
        z-index: 2;
        margin: 12px -15px;
        padding: 0 15px;
        border-bottom: 1px solid #ebebeb;
    }
    .header .navbar ul.navbar-nav > li > a {
        color: #232323;
    }
    ul.socialnav {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 1em;
        margin-top: 0.5em;
    }
    ul.socialnav li {
        display: inline !important;
        width: 20px;
        float: none;
    }
    .navbar-nav .dropdown-menu {
        border: none;
        margin: 0 1em;
    }
    .header a.dropdown-item {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .dropdown-submenu .dropdown-menu {
        margin: 0 1em !important;
    }
    .header .dropdown-menu {
        background: none;
    }
    .header .dropdown-menu a {
        color: #232323;
    }
    .footer {
        padding-top: 80px;
        height: auto;
    }
    .footer .col-md-4 {
        padding-bottom: 2em;
    }
}
@media screen and (min-width: 1240px) {
    .header .navbar ul.navbar-nav > li > a {
        font-size: 17px;
        padding: 8px 13px;
    }
}
@media screen and (max-width: 1040px) {
    .header .navbar ul.navbar-nav > li > a {
        font-size: 15px;
    }
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}
.dropdown-item {
    white-space: normal;
    width: 250px;
}
.section {
    padding: 2em 0;
}
.main-master .h4 {
    margin-top: 0.5em;
}
.main-master p {
    margin-bottom: 0.5rem;
}
.page-h1 {
    padding: 1em 0;
    text-align: center;
}
.page-header {
    height: 250px;
    margin-top: -84px;
    position: relative;
    background-color: #000;
    margin-bottom: 2em;
}
.page-header .page-header-back {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    position: absolute;
}
.page-header .wrapper {
    position: relative;
    height: 100%;
}
.page-header .page-h1 {
    color: #fff;
    /*padding-top: 220px;*/
    font-size: 58px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    margin: 42px 0 0;
    padding: 0 15px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .page-header {
        height: 200px;
    }
    .page-header .page-h1 {
        font-size: 32px;
    }
}
.footer a {
    color: #fff;
}
.footer i.fa {
    color: #f31b90;
}
.footer .h3 {
    padding-bottom: 1em;
}
.footer-row {
    margin: 0;
}
.cl-item {
    text-align: center;
    margin-bottom: 3em;
}
.cl-item .caption {
    margin-top: 0.5em;
    height: 68px;
    overflow: hidden;
}
.cl-item .caption a {
    font-size: 20px;
    font-weight: 600;
    color: rgb(65, 65, 65);
}
.cl-item .price {
    font-size: 28px;
    font-weight: 600;
    margin-top: 8px;
}
.breadcrumbs ul {
    list-style-type: none;
    margin: 0 !important;
}
.breadcrumbs ul li {
    display: block;
    float: left;
    color: #999;
    font-size: 14px;
}
.breadcrumbs ul li a {
    color: #999;
    font-size: 14px;
}
h1.pc-h1 {
    margin: 0 0 0.5em 0 !important;
    font-size: 22px;
}
.pc-price {
    font-size: 22px;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 16px;
}
.pc-info {
    font-size: 16px;
    font-weight: 600;
}
.pc-info-cont {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}
.pl-sort {
    margin-bottom: 1.5em;
}
.pc-page {
    margin-top: 2em;
}
.call-block {
    position: fixed;
    bottom: 15px;
    left: 15px;
}
.call-block-main-button {
    background: #ff66c4;
    width: 52px;
    height: 52px;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.call-block-main-button i, .call-block-button i {
    font-weight: 400;
    font-size: 20px;
    display: block;
    line-height: 52px;
}
.call-block-button2 {
    background: #7d51a0;
}
.call-block-button3 {
    background: rgb(62, 153, 216);
}
.call-block-button4 {
    background: rgb(3, 231, 139);
}
.call-block-buttons {
    position: fixed;
    bottom: 72px;
    width: 52px;
    display: none;
}
.call-block-button {
    display: block;
    margin-top: 5px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    width: 52px;
    height: 52px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.call-block-button a {
    width: 52px;
    height: 52px;
    display: block;
    color: #fff;
}
.call-block-button a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.pa {
    position: absolute;
}
.call-block-button a .pa {
    display: block;
}
.cbbname {
    display: none !important;
    left: 67px;
    top: 10px;
    color: #999;
    border: 1px solid #ccc;
    padding: 4px 12px;
    border-radius: 8px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.call-block-button a:hover .cbbname {
    display: block !important;
}
a.main-portfolio {
    background: #e81e7c;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    margin-top: 8px;
}
a.main-portfolio:hover {
    color: #fff;
    text-decoration: none;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff;
}
.swiper-pagination-bullet-active {
    background-color: #fff;
}
.navbar-nav.pull-right {
    margin-left: auto;
}
.phl-photo {
    margin-bottom: 15px;
}
@media screen and (min-width: 576px) {
    .phl-photo {
        margin-bottom: 30px;
    }
}
.juxtapose {
    width: 100%;
}
.tc-photos {
    border-top: 2px solid #e82076;
}
.tc-photos h2 {
    color: #e82076;
}
.footer p.h3 {
    border-bottom: 1px solid #595959;
    padding-bottom: 8px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
}
.footer p {
    font-size: 14px;
    line-height: 24px;
}

.table
{
	width: 100%;
    margin: 10px;
}

.table th
 {
 text-align: center;
    background: #968385;
    color: #fff;
    font-weight: 600;
	font-size:28px;
}
