@font-face {
    font-family: 'ifont';
    src: url('../fonts/ifont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akaDora';
    src: url('../fonts/work/akaDora.ttf') format('truetype');
}

@font-face {
    font-family: 'angelina';
    src: url('../fonts/work/angelina.TTF') format('truetype');
}

@font-face {
    font-family: 'diana script';
    src: url('../fonts/work/dianascriptagencyboldplain001.000.ttf') format('truetype');
}

@font-face {
    font-family: 'Easy Street';
    src: url('../fonts/work/Easy-Street-Alt-EPS.ttf') format('truetype');
}

@font-face {
    font-family: 'Frakturschmuck';
    src: url('../fonts/work/Frakturschmuck.ttf') format('truetype');
}

@font-face {
    font-family: 'Helena Squa';
    src: url('../fonts/work/Helena-Squat.ttf') format('truetype');
}

@font-face {
    font-family: 'Hercules';
    src: url('../fonts/work/Hercules.ttf') format('truetype');
}

@font-face {
    font-family: 'KUNSTLER';
    src: url('../fonts/work/KUNSTLER_0.TTF') format('truetype');
}

@font-face {
    font-family: 'LOKICOLA';
    src: url('../fonts/work/LOKICOLA.TTF') format('truetype');
}

@font-face {
    font-family: 'MAGNETOB';
    src: url('../fonts/work/MAGNETOB_0.TTF') format('truetype');
}

@font-face {
    font-family: 'Mottisfont';
    src: url('../fonts/work/Mottisfont-No-1.ttf') format('truetype');
}

@font-face {
    font-family: 'MTCORSVA';
    src: url('../fonts/work/MTCORSVA_0.TTF') format('truetype');
}

@font-face {
    font-family: 'Script D730';
    src: url('../fonts/work/Script-D730-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Script r690';
    src: url('../fonts/work/script-r690-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'SCRIPTBL';
    src: url('../fonts/work/SCRIPTBL_0.TTF') format('truetype');
}

@font-face {
    font-family: 'Sheer Beauty';
    src: url('../fonts/work/Sheer-Beauty.ttf') format('truetype');
}

@font-face {
    font-family: 'Shelley Allegro';
    src: url('../fonts/work/Shelley-Allegro-BT.ttf') format('truetype');
}

@font-face {
    font-family: 'Shelley Andante';
    src: url('../fonts/work/Shelley-Andante-BT.ttf') format('truetype');
}

@font-face {
    font-family: 'script r791';
    src: url('../fonts/work/ufonts.com_r791-script-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'VIVALDII';
    src: url('../fonts/work/VIVALDII_0.TTF') format('truetype');
}


html,
body {
    height: 100%;
    font-family: ifont;
    font-size: 14px;
}

.instant {
    transition: 0 0 !important;
}

a:hover {
    text-decoration: none;
}


/*********************** SLIDE SHOW ****************************/

.scene {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #fff;
    transition: transform 0.5s;
    will-change: transform;
}

.scene.menu-visible .menu__btn {
    background: #000;
    color: #000;
}

.scene.menu-visible .menu__btn:after {
    transform: scale(1.5) !important;
}

.scene.menu-visible .menu__heading {
    opacity: 1;
    transition: opacity 0.5s 1.7s;
}

.content {
    position: relative;
    height: 100%;
    transition: transform 0.6s, opacity 0.4s 0.1s;
    will-change: transform, opacity;
}

.content.inactive {
    opacity: 0;
    transform: scale(0.9);
}

.back,
.front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 1s 1s;
    will-change: transform;
}

.back__bg,
.front__bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 1s;
    will-change: transform;
}

.back__bg-1,
.front__bg-1 {
    background-image: url('../images/multimedia/slideshow/1.jpg');
}

.back__bg-2,
.front__bg-2 {
    background-image: url('../images/multimedia/slideshow/2.jpg');
}

.back__bg-3,
.front__bg-3 {
    background-image: url('../images/multimedia/slideshow/3.jpg');
}

.back__bg-4,
.front__bg-4 {
    background-image: url('../images/multimedia/slideshow/4.jpg');
}

@media(max-width: 992px) {
    .back__bg-1,
    .front__bg-1 {
        background-image: url('../images/multimedia/slideshow/1-small.jpg');
    }
    .back__bg-2,
    .front__bg-2 {
        background-image: url('../images/multimedia/slideshow/2-small.jpg');
    }
    .back__bg-3,
    .front__bg-3 {
        background-image: url('../images/multimedia/slideshow/3-small.jpg');
    }
    .back__bg-4,
    .front__bg-4 {
        background-image: url('../images/multimedia/slideshow/4-small.jpg');
    }
}

.back__bg.hidden {
    display: none;
}

.back__bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.back__bg-1 {
    top: 0%;
}

.back__bg-2 {
    top: 100%;
}

.back__bg-3 {
    top: 200%;
}

.back__bg-4 {
    top: 300%;
}

.front__bg {
    transform: scale(0.8);
}

.front__bg.active {
    transform: scale(1);
}

.front__bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.front__bg-0 {
    top: 100%;
}

.front__bg-1 {
    top: 0%;
}

.front__bg-2 {
    top: -100%;
}

.front__bg-3 {
    top: -200%;
}

.front__bg-4 {
    top: -300%;
}

.nav2 {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    text-align: center;
}

.nav__el {
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
    height: 2.5rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin: 1rem 2rem;
    padding-left: 1.8rem;
    cursor: pointer;
    overflow: hidden;
}

.nav__el-clone {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: transform 0.5s;
    will-change: transform;
    transform: translateX(-100%);
}

@media(max-width: 768px) {
    .nav2 {
        position: absolute;
        left: 0;
        bottom: 0%;
        width: 100%;
        text-align: center;
    }
    .nav__el {
        display: block;
        max-width: 25px;
        font-size: 1.2rem;
        height: 2.5rem;
        margin: 1rem 1rem;
        padding-left: 1.8rem;
        cursor: pointer;
        text-align: right;
    }
    .nav__el-clone {
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
        transition: transform 0.5s;
        will-change: transform;
        transform: translateX(-100%);
    }
}

.nav__el-clone>div {
    margin: 0;
    color: #fff;
    transition: transform 0.5s;
    will-change: transform;
    transform: translateX(100%);
}

.nav__el.active:after {
    transform: scale(1);
}

.nav__el.active .nav__el-clone {
    transform: scale(1);
    transition: transform 6s 2s;
}

.nav__el.active .nav__el-clone .nav__el {
    transform: scale(1);
    transition: transform 6s 2s;
}

.nav__el:before {
    position: absolute;
    top: 50%;
    margin-top: -1rem;
    left: 0rem;
    font-size: 1.5rem;
}

.nav__el:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: transform 1.5s;
    transform: scale(0);
}

.nav__el-1:before {
    content: "01";
}

.nav__el-2:before {
    content: "02";
}

.nav__el-3:before {
    content: "03";
}

.nav__el-4:before {
    content: "04";
}

.no-js #se-pre-con {
    display: none;
}

.js #se-pre-con {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    direction: ltr;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #131313;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.preloader {
    position: relative;
    margin: 0 auto;
    width: 100px;
}

.preloader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.preloader img {
    margin-top: -90px;
}

.loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-left: -60px;
    margin-top: -60px;
}

.loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    -webkit-transform-origin: 60px 60px;
    -moz-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    -o-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -webkit-animation: rotate 1.2s infinite linear;
    -moz-animation: rotate 1.2s infinite linear;
    -o-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}

.loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

[not-existing] {
    zoom: 1;
}

lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

[not-existing] {
    zoom: 1;
}

lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

[not-existing] {
    zoom: 1;
}


/* for all screens */

#info {
    display: none;
}


/* only when orientation is in portrait mode */

@media all and (orientation:portrait) {
    #info {
        display: block;
    }
}

#msgmodal {
    position: absolute !important;
    z-index: 99999999 !important;
}

@media (min-width: 1025px) {
    .page {
        padding: 0 3.8% 0 3.8%;
    }
}

.page {
    padding-bottom: 30px;
}

#loading {
    text-align: center;
    background: url('../images/loader.gif') no-repeat center;
    height: 150px;
    width: 100%;
}

.form-control {
    font-size: 14px;
    border-color: #CCC;
    border-radius: 4px;
    line-height: 29px;
}

.form-control:hover {
    border-color: #333;
}

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 160px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
}

.btn-custom {
    border: 2px solid #999;
    background: #FFF;
    border-radius: 4px;
    font-size: 14px;
    padding: 7px 20px;
    font-weight: bold;
    color: #333;
}

.btn-custom3 {
    border: 1px solid #999;
    background: #FFF;
    width: 100%;
    border-radius: 0px;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: bold;
    color: #333;
}

.mt-55 {
    margin-top: -30px;
}

.btn-custom2 {
    border: 2px solid #f15986;
    background: #f15986;
    border-radius: 0px;
    font-size: 14px;
    padding: 9px 20px;
    color: #FFF;
    font-weight: bold;
}

.btn-custom:hover,
.btn-custom2:hover,
.btn-custom3:hover {
    background: #333;
    color: #FFF;
    transition-duration: 0.3s;
    border-color: #333;
}

.cbg {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-left: 10px;
    float: right
}

.vtitle {
    font-weight: bold;
    font-size: 15px;
    position: relative;
    padding-right: 25px;
}

.vtitle2 {
    font-weight: bold;
    font-size: 15px;
    position: relative;
}

.circle {
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 5px;
    right: 0px;
    padding-left: 10px;
}

.vizh {
    border-right: 1px solid #CCC;
    margin-right: 9px;
    margin-top: 2px;
}

.vizh li {
    line-height: 30px;
}


/*-------------------- TOP ------------------------------------*/

.pages {
    position: relative;
}

.gtop {}

.header {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 10;
    color: #FFF;
    margin-bottom: 5px;
}

.other-head {
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 10;
    color: #FFF;
    background: #131313;
    margin-bottom: 5px;
}

.header a:link,
.header a:visited {
    color: #000;
}

.header a:hover {
    font-weight: bold;
}

.top-line {
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #333;
    padding-top: 10px;
}

.top-line i {
    font-size: 24px;
    vertical-align: middle;
    color: #CCC;
}

.top-line span {
    color: #999;
    margin-top: 2px;
}

@media(max-width: 768px) {
    .top-mobile {
        font-size: 12px;
    }
}

.top-obj {
    width: 100%;
    height: 120px;
    padding-top: 10px;
}

@media(max-width: 768px) {
    .top-obj {
        height: 125px;
    }
}

.logo img {
    width: 70%;
    margin-top: 5%;
}

.mlogo {
    display: none;
}

@media (max-width: 1024px) {
    .logo {
        margin-top: 20px;
    }
    .logo img {
        width: 160px;
    }
}

@media(max-width: 768px) {
    .mlogo {
        display: block;
        position: absolute;
        top: 8px;
        width: 60px;
        left: calc(50% - 30px);
    }
}

.ll {
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

@media(min-width: 992px) {
    .carousel-control-prev i,
    .carousel-control-next i {
        font-size: 26px;
    }
}


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

.menu {
    text-align: center;
}

.menu hr {
    width: 410px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.menu a:link,
.menu a:visited {
    font-size: 14px;
    padding: 10px 12px;
    line-height: 50px;
}

.top .dropbtn {
    color: #FFF !important;
    line-height: 50px;
    margin: auto 12px;
    cursor: pointer;
    text-shadow: 1px 1px 2px #333;
}

.header .dropbtn {
    color: #000 !important;
    line-height: 50px;
    margin: auto 12px;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 600px;
    height: auto;
    margin-right: calc(50% - 212px);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
    z-index: 1;
    text-align: right;
}

.hhbg {
    width: 50%;
    height: 100%;
    position: absolute;
    background: #FFF url('../images/multimedia/hg.jpg') no-repeat;
    background-size: cover;
    left: 0px;
}

.dropdown-content:after {
    bottom: 100%;
    right: 202px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 8px;
    margin-left: -8px;
}

.dropdown-content a {
    color: #666 !important;
    padding: 12px 16px;
    line-height: 17.5px !important;
    text-decoration: none;
    display: block;
    width: 300px;
    text-align: right;
    text-indent: 20px;
    text-shadow: none !important;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: #000;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {}

.ubtn a {
    padding: 0px 10px;
    cursor: pointer;
    color: #FFF;
}

.header .ubtn i {
    font-size: 26px;
    margin-top: -5px;
    color: #CCC;
}

.header .pcount {
    color: #FFF;
    position: absolute;
    right: 34px;
    top: 6px;
    z-index: -1;
}

@media (max-width: 768px) {
    #showmenu {
        right: -50px;
        margin-top: -3px;
    }
    .ubtn i {
        font-size: 26px;
    }
    .ubtn a {
        padding: 0px 5px;
        cursor: pointer;
    }
    .header .pcount {
        color: #FFF;
        position: absolute;
        right: 32px;
        top: 7px;
        z-index: -1;
    }
}

.main-nav {
    text-align: center;
    margin-bottom: 10px;
    color: #ccc;
}

.main-nav a:link,
.main-nav a:visited {
    font-weight: 400;
    color: #CCC;
    font-size: 15px;
    padding: 5px 15px;
    line-height: 40px;
    margin-top: 3px;
}

.main-nav a:hover {
    font-weight: 400;
    color: #FFF;
    font-size: 15px;
}

@media(max-width: 992px) {
    .main-nav {
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .main-nav a:link,
    .main-nav a:visited {
        color: #CCC;
        padding: 5px 5px;
        line-height: 40px;
        margin-top: 3px;
        font-size: 13px;
        font-weight: bold;
    }
}


/******************** SIDE MENU *****************************/

#menu {
    position: fixed;
    background-color: #333;
    height: 100%;
    z-index: 10;
    width: 280px;
    color: #CCC;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

#menu ul {
    list-style: none;
    margin-top: 0;
    padding: 0
}

#menu ul li {
    border-bottom: 1px solid #999;
}

#menu>ul>li>a {
    border-left: 4px solid #999;
}

#menu ul li a {
    color: #CCC;
    font-size: 14px;
    display: block;
    padding: 8px 15px 8px 7px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menu ul a i {
    margin-right: 10px;
    font-size: 18px;
    margin-top: 1px;
    width: 20px;
    float: left;
}

#menu ul a i[class*='mbri-arrow-down'] {
    float: left;
}

#menu ul a:hover,
#menu ul a.active {
    border-left-color: #FFF;
    color: #FFF;
}

#menu ul a:hover i:first-child {
    color: #000;
}


/* Submenu */

#menu ul li a.active+ul {
    display: block
}

#menu ul li ul {
    margin-top: 0;
    display: none;
}

#menu ul li ul li {
    border-bottom: none;
}

#menu ul li ul li a {
    padding-right: 30px;
}

#menu ul li ul li a:hover {
    background-color: #1A1A1A;
}

.left {
    right: -280px;
}

.r280 {
    height: 36px;
}

.shown {
    right: 0;
}

#showmenu {
    margin-left: 100%;
    position: absolute;
    top: 0;
    padding: 6px 10px 7px 10px;
    font-size: 1.3em;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#showmenu2 {
    margin-left: 100%;
    font-size: 1.8em;
    color: #000;
    margin-right: 254px;
    height: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal-content {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}


/*********************** SEARCH ********************************/

#search-btn:hover {
    cursor: pointer;
}

#search-overlay {
    display: none;
}

.block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    border: #a0a0a0 solid 1px;
    margin: 0;
    z-index: 999;
}

.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-top: -30%;
    margin-right: 0;
    /* Adjusts for spacing */
    /* For visualization 

  background: #808080; width: 5px;

  */
}

.centered {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
}

@media (max-width: 1024px) {
    .centered {
        width: 75%;
    }
}

@media (max-width: 768px) {
    .centered {
        width: 95%;
    }
}

#search-box {
    position: relative;
    width: 100%;
    margin: 0;
}

#search-form {
    height: 4em;
    border: 1px solid #333;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #333;
    overflow: hidden;
}

#search-text {
    font-size: 14px;
    color: #ddd;
    border-width: 0;
    background: transparent;
}

#search-box input[type="text"] {
    width: 100%;
    padding: 5px 10px;
    color: #333;
    outline: none;
    background: rgb(0, 0, 0, 0.4);
    border: 1px solid #333;
    font-size: 1em;
}

#search-box input[type="text"]:hover,
#search-box input[type="text"]:focus {
    border: 1px solid #999;
    transition-duration: 0.3s;
    background: rgb(0, 0, 0, 0.7);
}

#search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 4.7em;
    width: 100px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-width: 0;
    background-color: #4d90fe;
    cursor: pointer;
}

#close-btn {
    position: fixed;
    top: 1em;
    right: 1em;
    font-size: 30px;
}

#close-btn:hover {
    color: #777;
    cursor: pointer;
}

.search-border {
    border: 1px solid #e5e1dc;
    border-radius: 20px;
    text-align: center;
    color: #999 !important;
}

.search-border::placeholder,
.search-border::-webkit-input-placeholder,
.search-border::-ms-input-placeholder {
    color: #CCC !important;
}

.search-border:hover {
    border-color: #CCC;
}


/***************** AJAX SEARCH ******************/

.textbox-clr {
    cursor: pointer;
    width: 20px;
    height: 42px;
    left: 15px;
    top: 10px;
    border: none;
    text-align: center;
    position: absolute;
    z-index: 9999999;
}

#search-layer {
    position: absolute;
    z-index: 9;
    height: 100%;
    left: 0px;
    top: 0px;
}


/***********************************/

#livesearch {
    z-index: 9999;
    max-height: 260px;
    overflow: auto;
    width: 100%;
    box-shadow: 0px 2px 4px #444;
    margin-left: 1.2%;
    position: absolute;
}


/***********************************/

.live-outer {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    overflow: hidden;
}

.live-outer:hover {
    background: #F3F3F3;
}

.live-product-det {
    float: right;
    width: 100%;
    height: 50px;
}

.live-product-name {
    margin-top: 4px;
    line-height: 50px;
    font-size: 13px;
}

.limg {
    width: 50px;
    float: right;
}

.ltext {
    margin-right: 50px;
}

.live-product-name img {
    margin-left: 5px;
    margin-right: 5px;
}

.live-product-price {
    border-right: 1px solid #CCC;
}

.link-p-colr {
    color: #333;
}


/**************************** PRODUCTS ********************************/

.product-grid8 {
    position: relative;
    border-radius: 10px;
}

.product-grid8 .product-image8 {
    position: relative;
    transition: all .3s ease 0s;
    border: 1px solid #FFF;
}

.product-grid8:hover .product-image8 {
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

.product-grid8 .product-image8 a {
    display: block
}

.product-grid8 .product-image8 img {
    border-radius: 10px;
    width: 100%;
    height: auto
}

.product-grid8 .pic-1 {
    opacity: 1;
    transition: all .5s ease-out 0s
}

.product-grid8:hover .pic-1 {
    opacity: 0
}

.product-grid8 .pic-2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease-out 0s
}

.product-grid8:hover .pic-2 {
    opacity: 1
}

.product-grid8 .social {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 10px;
    width: 120px;
    left: calc(50% - 60px);
    z-index: 1;
}

.product-grid8 .social li {
    opacity: 0;
    display: block;
    transform: translateY(3px);
    transition: all .5s ease 0s
}

.product-grid8:hover .social li {
    margin: 0 0 10px;
    opacity: 1;
    transform: translateY(0)
}

.product-grid8:hover .social li:nth-child(1) {
    transition-delay: .1s
}

.product-grid8:hover .social li:nth-child(2) {
    transition-delay: .2s
}

.product-grid8:hover .social li:nth-child(3) {
    transition-delay: .4s
}

.product-grid8 .social li a,
.product-grid8 .social li button {
    font-size: 13px;
    color: #666;
    border-radius: 17px;
    box-shadow: 0px 2px 5px rgb(146, 143, 143, 0.5);
}

.product-grid8 .social li a:hover,
.product-grid8 .social li button:hover {
    color: #FFF;
    background-color: goldenrod;
}

.product-grid8 .social i {
    font-size: 32px;
}

.product-grid8 .product-discount-label {
    display: block;
    padding: 1px 10px 4px 10px;
    font-size: 13px;
    color: #fff;
    background-color: #333;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    border-radius: 10px;
}

.product-grid8 .product-new-label {
    display: block;
    padding: 1px 10px 4px 10px;
    font-size: 13px;
    color: #fff;
    background-color: goldenrod;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 20px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .product-grid8 .product-discount-label {
        display: block;
        padding: 0px 3px 0px 3px;
        font-size: 12px;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .product-grid8 .product-new-label {
        display: block;
        padding: 0px 3px 0px 3px;
        font-size: 12px;
        position: absolute;
        top: 5px;
        left: 5px;
    }
}

.product-grid8 .product-content {
    padding: 20px 0 0
}

.product-content .title {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    font-size: 15px !important;
    font-weight: 900;
}

.product-content .title2 {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 20px;
    overflow: hidden;
    padding-top: 5px;
    text-align: center;
    font-size: 13px !important;
    font-weight: 900;
}

.product-grid8 .price {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: -30px;
    text-align: right;
    display: block;
    transition: all .3s;
}

.product-grid8 .price span {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 7px;
    display: inline-block
}

@media (max-width: 768px) {
    .font-lm {
        font-size: 13px !important;
        line-height: 25px;
    }
    .mtt5 {
        margin-top: -10px !important;
    }
}

.product-grid8 .product-shipping {
    color: rgba(0, 0, 0, .5);
    font-size: 15px;
    padding-left: 35px;
    margin: 0 0 15px;
    display: block;
    position: relative
}

.product-grid8 .product-shipping:before {
    content: '';
    height: 1px;
    width: 25px;
    background-color: rgba(0, 0, 0, .5);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0
}

.product-grid8 .title {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 30px;
    transition: all .3s ease 0s
}

.product-grid8 .title a {
    color: #000
}

.product-grid8 .title a:hover {
    color: #0081c2
}

.product-grid8 .all-deals {
    display: block;
    color: #fff;
    background-color: #2e353b;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 22px 5px;
    transition: all .5s ease 0s
}

.product-grid8 .all-deals .icon {
    margin-left: 7px
}

.product-grid8 .all-deals:hover {
    background-color: #0081c2
}

@media only screen and (max-width:990px) {
    .product-grid8 {
        margin-bottom: 30px
    }
}

.product-btn {
    padding: 0px 15px 0px 15px;
}

.product-btn .btn-custom2 {
    border-radius: 4px;
}

.rang {
    padding: 10px 20px 15px 20px;
    margin-bottom: 15px;
}

.rang h3 {
    font-size: 15px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

.modal-header {
    padding-top: 13px;
    padding-bottom: 10px;
}

.modal-body {
    padding-bottom: 0px;
}

.modal-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-title {
    font-size: 18px;
}


/*********************** ZOOM ************************/


/* CSS for the loading div */

.sp-loading {
    text-align: center;
    min-width: 100%;
    padding: 15px;
    border: 5px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    color: #888;
}

.sp-wrap {
    display: none;
    line-height: 0;
    font-size: 0;
    border-radius: 3px;
    position: relative;
    float: right;
    width: 100%;
}

@media (min-width: 992px) {
    .sp-wrap {}
}


/* Thumbnails */

.sp-thumbs {
    text-align: left;
    display: inline-block;
}

.sp-thumbs img {
    min-height: 50px;
    min-width: 50px;
    max-width: 50px;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
    width: 95px;
    height: 80px;
    margin-left: 10px;
    margin-top: 10px;
    border: 1px solid #CCC;
    border-radius: 5px;
    overflow: hidden;
    opacity: .3;
    display: inline-block;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.sp-thumbs a:hover {
    opacity: 1;
}


/* Styles for the currently selected thumbnail */

.sp-thumbs a:active,
.sp-current {
    opacity: 1!important;
    position: relative;
}


/* Image currently being viewed */

.sp-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
}

.sp-large a img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.sp-large a {
    display: block;
}


/* Panning Zoomed Image */

.sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none;
}


/* Panning Zoomed Image */

.sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none;
}


/* Lightbox */

.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .9);
    z-index: 9999999;
    display: none;
    cursor: pointer;
}

.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #fff;
}

#sp-prev,
#sp-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: .2s;
}

#sp-prev {
    left: 10px;
}

#sp-prev:before {
    content: '';
    border: 7px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    top: 16px;
    left: 7px;
}

#sp-next {
    right: 10px;
}

#sp-next:before {
    content: '';
    border: 7px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    top: 16px;
    left: 18px;
}

#sp-prev:hover,
#sp-next:hover {
    background: #444;
}


/* Tweak styles for small viewports */

@media screen and (max-width: 400px) {
    .sp-wrap {
        margin: 0 0 15px 0;
    }
    #sp-prev,
    #sp-next {
        top: auto;
        margin-top: 0;
        bottom: 25px;
    }
}


/******************** PRO TABLE **********************************/

.mtable {
    width: 100%;
    border: 1px solid #CCC;
    margin-top: 15px;
    font-size: 13px;
    background: #eee;
    transition-duration: 0.5s;
}

.mtable:hover {
    border: 1px solid #3668d4;
    transition-duration: 0.5s;
}

.mtable tr:hover {
    background: #FFF;
}

.mtable tr:first-child td {
    padding-top: 8px;
}

.mtable tr:last-child td {
    padding-bottom: 8px;
}

.mtable td {
    padding: 3px;
}

.mtable td:first-child,
.mtable td:last-child {
    width: 48%;
}

.mtable td:first-child {
    text-align: left;
}


/******************************************/

.oprice {
    text-decoration: line-through;
    font-size: 20px;
    margin: auto 7px;
    font-weight: bold;
    color: red;
}

.darsad {
    font-size: 20px;
    font-weight: bold;
    margin: auto 7px auto 0px;
    color: #28a745;
}

.takh {
    font-size: 20px;
    font-weight: bold;
    margin: auto 7px;
    color: #28a745;
}

.pro-price {
    font-size: 17px;
    text-align: center !important;
}

.product-grid8 .pro-price {
    font-size: 13px !important;
    margin-top: -25px;
}

.product-grid8 .oprice {
    text-decoration: line-through;
    font-size: 13px;
    margin: auto 7px;
    font-weight: bold;
    color: red;
}

.product-grid8 .darsad {
    font-size: 13px;
    font-weight: bold;
    margin: auto 7px auto 0px;
    color: #28a745;
}

.product-grid8 .takh {
    font-size: 13px;
    font-weight: bold;
    margin: auto 7px;
    color: #28a745;
}


/******************************************************************/

.ptab img {
    margin-left: 8px;
}

.pspan {
    margin-top: 5px;
}

@media (max-width: 768px) {
    .ptab {
        display: none;
    }
}


/********************** PRODUCTS TABS ****************************/

.project-tab {}

.project-tab #tabs {
    background: #007b5e;
    color: #eee;
}

.project-tab #tabs h6.section-title {
    color: #eee;
}

.project-tab .nav-link {
    color: #000;
    background-color: transparent;
    border-color: transparent transparent #000;
    border-bottom: 3px solid transparent !important;
    font-size: 14px !important;
}

.nav-tabs .nav-link.active {
    color: #000;
    background-color: transparent;
    border-color: transparent transparent #000;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}

.project-tab .nav-link {
    border: 1px solid transparent;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}

.project-tab .nav-link:hover {
    border: none;
}

.project-tab thead {
    background: #f3f3f3;
    color: #333;
}

.project-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}


/************************* FOOTER ************************/

.pro-tags h2 {
    font-size: 15px;
    font-weight: bold;
    display: inline;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 3% auto 15px auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

.card {
    border-radius: 0px;
}

.card:hover {
    border-color: #0062cc;
}

.card-header,
.card-body {
    padding-top: 10px;
    padding-bottom: 7px;
}

.ppanel {
    line-height: 56px;
}

.conta {
    line-height: 48px;
    text-align: left;
}

@media (max-width:992px) {
    .conta {
        text-align: right;
    }
}

.store_info hr {
    margin: 7px auto;
}

.contact ul li {
    list-style: none;
    line-height: 35px;
    font-size: 14px;
}

.contact li i {
    margin-left: 15px;
    margin-top: 3px;
    font-size: 25px;
    float: right;
}

.card-header button {
    font-size: 13px !important;
    width: 100%;
}

.single {
    padding: 20px 15px;
    background: #fcfcfc;
    border: 1px solid #ccc;
}

.single h3.side-title {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
}

.single h3.side-title:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #ff173c;
    display: block;
    margin-top: 6px;
}

.single ul {
    margin-bottom: 0;
}

.single li a {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0;
    line-height: 40px;
    display: block;
    text-decoration: none;
}

.single li a:hover {
    color: #ff173c;
}

.single li:last-child a {
    border-bottom: 0;
}

.page-content p {
    line-height: 30px;
    text-align: justify;
}

.ftitle {
    font-weight: bold;
    color: #CCC;
}

.page-content h2 {
    font-size: 18px;
}

.flogo h2,
.flogo h1 {
    font-size: 15px;
    font-weight: bold;
    color: #2980b9;
}

.flogo .social img {
    width: 40px;
    margin: 0 8px;
    border-radius: 8px;
}

.footer {
    background: #131313;
}

.footer ul li {
    list-style-image: url('../images/farrow.png');
    line-height: 30px;
}

.footer a:link,
.footer a:visited {
    font-size: 13px;
    color: #CCC;
}

.footer a:hover {
    font-weight: bold;
    color: #FFF;
}

.footer .nemad img {
    width: 45%;
}

.copyright {
    background: #181818;
}

.copyr {
    text-align: right;
    color: #CCC;
    font-size: 13px;
}

.youpage {
    text-align: left;
    color: #CCC;
}

.youpage a:link,
.youpage a:visited {
    color: #CCC;
    font-size: 12px;
}

.youpage a:hover {
    color: #FFF;
}

@media (max-width: 1024px) {
    .copyr,
    .youpage {
        text-align: center;
        font-size: 13px;
    }
    .flogo .social img {
        width: 35px;
        margin: 0 5px;
    }
}

@media (max-width: 768px) {
    .footer .nemad img {
        width: 30%;
    }
}

.feau {
    padding: 15px;
}

.fea {
    padding: 0px 15%;
}

.fea img {
    max-width: 120px;
}

.fea h4 {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .fea {
        padding: 0px 5%;
    }
    .fea img {
        max-width: 70px;
    }
    .fea h4 {
        font-size: 14px;
        line-height: 25px;
    }
}

.slick-prev,
.slick-next {
    width: 34px;
    height: 34px;
    line-height: 38px;
    padding: 0px;
    font-size: 18px;
    border-radius: 20px;
}

.slick-prev {
    position: absolute;
    left: 15px;
    top: -60px;
    padding-right: 3px;
}

.slick-next {
    position: absolute;
    left: 55px;
    top: -60px;
    padding-left: 1px;
}

.cate {
    display: none;
}

@media (max-width:992px) {
    .cate {
        display: block;
        position: absolute;
        top: 13px;
        right: 60px;
    }
}


/************************************************/

.smcolor {
    border: 1px solid #41c1c6;
    padding: 3px;
    display: inline-block;
}

.smcolor:hover {
    border: 1px solid #000;
}

.smcolor img {
    width: 100%;
}


/***********************  pagination  **********************/

.pagination-area {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-top: 1px solid #eee;
    margin: 0px 0 0;
    padding-top: 20px;
    text-align: center;
    display: inline-block;
    width: 100%
}

.pagination-area2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0px 0 0;
    padding-top: 0px;
    text-align: center;
    display: inline-block;
    width: 100%
}

.pagination-area ul {
    margin-bottom: 0px
}

.pagination-area ul li {
    background: #f5f5f5;
    color: #393939;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 5px;
    width: 40px;
}

.pagination-area ul li a {
    border: 1px solid #e0e0e0;
    color: #363636;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    width: 40px;
    text-decoration: none;
    transition: all .4s ease-out .2s
}

.pagination-area ul li a:hover {
    background: #333e48;
    border: 1px solid #333e48;
    color: #fff;
}

.pagination-area ul li a.active {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    transition: all .4s ease-out .2s
}


/******************************************************/

.fav-btn {
    font-size: 30px;
    font-weight: bold;
    background: transparent;
    border: 0px;
    color: #000;
    float: left;
    margin-top: -37px;
}

.fav-btn:hover {
    color: red;
    cursor: pointer;
}

.font-sm {
    font-size: 13px !important;
    line-height: 25px;
}

.add-to-cart {
    background: #FFF;
    color: #333;
    border-radius: 15px;
    height: 34px;
}

.siz {
    height: 43px !important;
    border-radius: 5px;
}


/***************** FILE UPLOAD **************/

label.file-upload {
    position: relative;
    overflow: hidden
}

label.file-upload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: inherit;
    display: block
}

.brand {
    font-size: 18px;
    font-weight: bold;
}

.brand img {
    width: 100px;
    margin-left: 15px;
}

@media (max-width: 992px) {
    .tti {
        margin-top: 25px;
    }
}

.rep {
    margin-top: 10px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-top: 1px solid #EAEAEA;
}

.drilldown a {
    color: #000;
    text-decoration: none;
}

.drilldown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.drilldown li {
    padding: 10px;
    border-bottom: 1px dotted #ededed;
    display: block;
}

.drilldown li a {
    display: block;
}

.drilldown i {
    margin-top: -18px;
}

.drilldown {
    overflow: hidden;
    width: 100%;
    padding: 0px 10px 10px 10px;
    margin: 0px auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.drilldown-sub {
    display: none;
}

.drilldown-back {
    font-weight: bold;
}

#review {
    font-size: 26px;
}

#review i {
    margin-right: 1px;
    margin-left: 1px;
}

.bradius {
    border-radius: 10px !important;
}

.border0 {
    border: 0px !important;
}


/************************* color radio ******************************/

.colors ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.colors li {
    margin: 0 15px 0 0;
    display: inline-block;
}

.colors label {
    cursor: pointer;
}

.colors input {
    display: none;
}

.colors input[type="radio"]:checked+.swatch {
    box-shadow: inset 0 0 0 3px white;
    border-radius: 5px;
    border: 1px solid #000;
}

.swatch {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    margin: 0 5px 0 0;
    border-radius: 5px;
}

#output-text {
    font-size: 60px;
}

.log-bg {}

.img-lists img {
    border-radius: 7px;
}

.goldp {
    text-align: center;
    color: #CCC;
}

.goldp hr {
    margin-right: 15%;
    border-color: #333;
}

.gpri {
    color: #FFF;
    font-size: 17px;
    padding-left: 5px;
}

.g-lists .gtext {
    width: 100%;
    background-color: #000;
    border-radius: 5px;
    color: #FFF;
    font-weight: 900;
    font-size: 16px;
    padding: 10px 15px;
}

.g-lists .gimg {
    position: absolute;
    left: 40px;
    top: -15px;
    padding: 10px;
    background-color: #000;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
    border-radius: 50px;
}

.g-lists .gimg img {
    width: 50px;
    height: 50px;
}

@media(max-width: 992px) {
    .g-lists .gtext {
        width: 100%;
        background-color: #000;
        border-radius: 5px;
        color: #FFF;
        font-weight: 900;
        font-size: 16px;
        padding: 25px 15px 15px 15px;
        text-align: center;
    }
    .g-lists .gimg {
        position: relative;
        text-align: center;
        margin-right: 50%;
        margin-bottom: -30px;
        padding: 13px 5px 10px 5px;
        max-width: 70px;
        background-color: #000;
        border-radius: 10px;
    }
    .g-lists .gimg img {
        width: 40px;
        height: 40px;
    }
}

.prc input[type="radio"] {
    display: none;
}

.prc label {
    color: #000;
    background: #fff;
    border: 1px solid #f15986;
    border-radius: 5px;
    padding: 7px 0px;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
}

.prc label:hover {
    border: 1px solid #f15986;
    background: #f15986;
    color: #FFF;
    transition-duration: 0.5s;
}

.prc input[type="radio"]:checked+label {
    color: #fff;
    background: #f15986;
}

#map {
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.instam {
    display: none;
}

@media(max-width: 768px) {
    .instam {
        display: inline-block;
    }
    .instad {
        display: none;
    }
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.main-pic {
    min-height: 283px;
}

.smc img {
    border-radius: 8px;
}

.customef {
    background: #333;
    border: 1px solid #333;
    color: #FFF;
    text-align: center;
}

.customef:focus {
    background: #333;
    border-color: #CCC;
    color: #FFF;
}

.btn-custome {
    border: 2px solid #666;
    background: #333;
    border-radius: 4px;
    font-size: 14px;
    padding: 7px 20px;
    font-weight: bold;
    color: #CCC;
}

.btn-custome:hover {
    background: #333;
    color: #FFF;
    transition-duration: 0.3s;
    border-color: #CCC;
}