/*
Theme Name: MuzikMinds
Theme URI: https://muzikminds.com
Author: Chris Lopez
Author URI: http://xpressidea.com/
Description: Theme updated for Muzik Minds
Version: 1.5
*/

/* =============================================================
   GENERAL STYLES
 ============================================================ */
body {
    font-family: 'Open Sans', sans-serif;
}

h1 { margin-bottom: 30px; }

h2, h3, h4 { margin-bottom: 20px; }

i.fa { padding:5px; }

p { line-height: 24px; margin-bottom: 20px; }

ul { margin-bottom: 20px; }

.pad-row {
    padding-top:40px;
    padding-bottom:40px;
}
.pad-bottom {
    padding-bottom:50px;
}

/* =============================================================
   HEADER STYLES
============================================================ */

header#header-top_3 {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}
.header_set {
    margin: 27px 0 86px 0;
}
.header_set .col-md-10 {
    text-align: right;
}
.get-tuch.text-left {
    display: inline-block;
    margin-left: 40px;
}
.get-tuch.text-left ul {
    padding: 0;
}
a.navbar-brand {
    top: 0px;
    bottom: 0px;
    height: auto;
}
.navbar-fixed-top a img.logo-scrolled {
    display: none;
}
/*.navbar-pad-original a img.logo-display
{
  width:125px;
  height: 60px;
  transition: display 0.4s ease-out , height 0.5s ease-out , width 0.5s ease-out;
}*/
img.logo.logo-display {
    width: 255px;
    height: 80px;
	position:relative;
	top:2rem;
	left: 5rem;
	overflow: show;
    transition: display 0.4s ease-out , height 0.4s ease-out , width 0.4s ease-out;
}
@media(max-width: 1178px){
	img.logo.logo-display {
    width: 225px;
    height: 80px;
	}
}
@media(max-width: 991px){
	img.logo.logo-display {
    width: 255px;
    height: 80px;
	position:relative;
	overflow: show;
	right: -2rem;
    transition: display 0.4s ease-out , height 0.4s ease-out , width 0.4s ease-out;
	}
}
@media(max-width: 380px){
	img.logo.logo-display {
    left: 2rem;
	}
}
a.navbar-brand {
        /* margin-bottom: -104px; */
    margin-top: 0px;
    position: relative;
    zoom: 1;
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    padding: 0px;
    /* background-color: #fff; */
/*     overflow: hidden !important; */
    /* z-index: 99999999; */
}
/*.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: #fff;
}*/
li.current-menu-item a {
    color: #a90101 !important;
	font-weight:bold !important;
}
.get-tuch i {
    display: inline-block;
    font-size: 34px;
    margin-right: 15px;
    vertical-align: text-bottom;
    color: #fff;
}
i.icon-alarmclock:before {
    content: "\e914";
}

#row02 i img {
    border-radius: 100%;
    display: inline-block;
    font-size: 36px;
    height: 106px;
    line-height: 98px;
    text-align: center;
    width: 106px;
}

.get-tuch ul {
    display: inline-block;
    list-style: none;
}
.get-tuch.text-left p {
    color: #fff !important;
    margin: 0;
    padding: 0;
}

.get-tuch h4 {
    color: #fff !important;
    margin: 0;
    padding: 0;
}

.caption {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: block;
    font-weight: 700;
    margin-top: 200px !important;
    padding: 10px;
}
.menu-search-box {
    margin-top: 24px;
}
.menu-search-box form {
    position: relative;
}
.menu-search-box form input {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    color: #000;
    font-size: 13px;
    height: 40px;
    padding-left: 9px;
    width: 98%;
}
#loadMore {
    padding: 10px;
    text-align: center;
    background-color: #33739E;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
div.product-item {
    display:none;
}
#loadMore:hover {
    background-color: #fff;
    color: #33739E;
}
.pre-loader {
    text-align: center;
    margin:20px;
}
.pre-loader img {
    width: 40px;
    height: auto;
}
.map {
    min-width: 300px;
    min-height: 300px;
    width: 100%;
    height: 100%;
}
.menu-search-box form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #050505;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    width: 50px;
    padding: 0px;
    margin: 0px;

}
/* =============================================================
   NAVIGATION STYLES
 ============================================================ */

/*.navbar-pad-original .navbar-collapse.collapse {
    margin-top: 16px;
}*/
.navbar-collapse.collapse {
    margin-top: 34px;
    transition: margin-top 0.4s ease-out;
    margin-bottom: -1px;
}

.navbar-inverse .navbar-nav > li > a {
    color:#fff;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color:#a90101;
}
ul.nav.navbar-nav li:hover ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}
ul.nav.navbar-nav {
    float: none;
    display: inline-block;
    padding-bottom: 26px;
}
ul.nav.navbar-nav li:last-child ul.sub-menu {
    /* background-color: #fff; */
    left: -134px;
}
ul.nav.navbar-nav.navbar-right li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0px;
    display:none;
}
ul.nav.navbar-nav.navbar-right li ul.sub-menu li:hover ul.sub-menu{
    display:block;
}
/*.navbar-pad-original a.navbar-brand {
    margin-top: 0px;
}*/
/*.navbar-pad-original ul.nav li {
    color: #131313;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0px !important;
    position: relative;
    text-transform: uppercase;
}*/
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
}
.owl-carousel {
    z-index: 0;
}
ul.nav.navbar-nav li ul {
    background: #2e2e2e none repeat scroll 0 0;
    left: 0;
    padding: 5px 0px;
    position: absolute;
    top: 100%;
    width: 230px;
    z-index: 111;
    text-align: left;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    visibility: hidden;
    transition: all .5s;
}
/*.navbar-pad-original ul.nav.navbar-nav.navbar-right li ul.sub-menu li a {
    color: #fff;
}*/
ul.nav.navbar-nav li ul li:last-child{
    border-bottom: none;
}

ul.nav.navbar-nav li ul li {
    position: relative;
    padding: 7px 7px;
    border-bottom: solid 1px #555;
    display: block;
}
/*.navbar-pad-original ul.nav.navbar-nav.navbar-right li ul.sub-menu li a:hover {
    background-color: #fff;
    color: #040404;
}*/

ul.nav.navbar-nav li ul li a {
    color: #ffffff;
    font-size: 14px;
    display: block;
    padding: 2px 0px;
    
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-inverse .navbar-brand {
  color: #FFF;
}
/*.navbar-pad-original .icon-bar {
    background-color: #090909;
}*/
div.navbar-fixed-top .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #070707;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}
a.dropdown-toggle:after {
    font-family: FontAwesome;
    content: "";
    margin-left: 5px;
    margin-top: 2px;
}
ul.nav.navbar-nav li a {
    position: relative;
    font-size: 14px;
    transition: font-size 0.5s ease-out;
    text-transform: uppercase;
    padding: 11px 12px;
}
/*.navbar-pad-original ul.nav.navbar-nav.navbar-right li a {
    font-size: 14px;
    transition: font-size 0.5s ease-out;
}*/
/*ul.nav.navbar-nav {
    margin-right: 200px;
}*/

.navbar-brand {
    padding: 5px 5px;
}
.navbar {
    background-color:rgba(0, 0, 0, 0.7);
    border: none;
	position: fixed;
	top: 0rem;
	width:100%;
	z-index: 2;
    height: 130px;
	border-radius: 0rem;
    margin:0px;
    padding: 0px 0px  0px 0px;
     -webkit-transition: background .8s ease-out,padding .8s ease-out;
        -moz-transition: background .8s ease-out,padding .8s ease-out;
        transition: background .8s ease-out,padding .8s ease-out;
}
@media(max-width: 1161px){
.navbar {
    background-color:rgba(0, 0, 0, 0.7);
    border: none;
	position: fixed;
	top: 0rem;
	width:100%;
	z-index: 2;
    height: 123px;
	border-radius: 0rem;
    margin:0px;
    padding: 0px 0px  0px 0px;
     -webkit-transition: background .8s ease-out,padding .8s ease-out;
        -moz-transition: background .8s ease-out,padding .8s ease-out;
        transition: background .8s ease-out,padding .8s ease-out;
}
}
/*
.navbar-pad-original {
      border-bottom: solid 1px #191919;
      padding:0px;
      background-color: #fff;
}
.navbar-pad-original ul.nav.navbar-nav.navbar-right li a {
    color: #000;
}*/
.row.text-center.pad-row .col-md-4 i.fa:hover img{
      transform: scale(1.1);
    /*background-color: #f19118;*/
   
}
.row.text-center.pad-row i.fa:hover h4{
   color:#f19118;
}
.header {
    display: none;
}

/* =============================================================
   CAROUSEL STYLES
 ============================================================ */

.carousel-inner .item img {
    width: 100%;
    height: 550px;
}
.carousel-inner {
    width: 100%;
    height: 550px;
	background: #666666;
}
.back-light {
    background-color:rgba(0, 0, 0, 0.50);
    padding:10px;
}
.recent_project_3_slider.owl-carousel.owl-theme {
    position: relative;
}
.recent_project_3_slider .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.zzcarousel-control .icon-prev:before {
  content: '<<';
}

.zzcarousel-control .icon-next:before {
  content: '>>';
}
.bs-slider-overlay {
   background-image: url("images/dot.png");
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
.carousel-caption {
/*    padding-bottom: 141px;*/
    z-index: 0;
    text-align: left;
}
.carousel-caption h1{
    font-weight: 700;
    font-size: 32px;
}
.carousel-caption h2 {
    font-weight: 700;
    font-size: 28px;
}
/*#home-slider {
    border-bottom: 5px solid #c49727 ;
}*/
.about-box {
    display: block;
    padding: 1.7rem;
    margin: 0px;
    border: none;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
    min-height: 300px;
	cursor: pointer;
}
.about-box:hover {

	box-shadow: none;
}
.carousel-caption h1 { margin-bottom: 5px; font-weight: 600; }
.carousel-caption h2 { margin-top: 0px; font-weight: 300; }

/*.carousel-caption { padding-bottom: 171px; }*/
/* =============================================================
   MAIN CONTENT STYLES
 ============================================================ */
.home-content-box {
	padding: 30px 0 30px;
	background-color:#000;
}
.home-content-box h1{
	color: #a90101;
}
.home-content-box span{
	color: #fff;
}
section.post_details h1{
  margin-bottom:30px;
}
section.page-content h1{
  margin-bottom:30px;
}
.about-box h1 {
    font-size: 32px;
	color:#a90101;
	text-align:center;
}
.about-box span {
    color:#000;
}
.about-box p {
    color:#000;
}
section.contact h1{
  margin-bottom:30px;
}
/*section#row03 h1 {
  margin-bottom:30px;
}*/
section#row02 h1{
  margin-bottom:30px;
}
section#new-section h1{
  margin-bottom:30px;
}
section.post_details p {
    text-align: justify;
}
section.page-content img {
    margin: 18px;
}
section.contact img {
    margin: 18px;
}
section.post_details img {
    margin: 18px;
}

section#row02 {
    border-bottom: solid 1px #e9e9e9;
    border-top: solid 1px #e9e9e9;
	background-color: #F8F8F8;
}

element.style {
}
.recent_project_3_slider .recent_box a:hover .image_s img{
    transform: scale(1.1);
}

.screen-reader-response {
    display: none;
}
span.wpcf7-not-valid-tip {
    color: #ec0e0e;
    float: left;
}
section#row03 div.col-md-4 {
    padding-bottom: 20px;
}
.wpcf7-response-output.wpcf7-validation-errors {
    color: #ef0000;
}
.form-horizontal .control-label {
    color: #0e0e0e;
    text-align: center;
}
section#row03 .col-md-4.col-sm-4 {
    margin-bottom: 20px;
}
.wpf-demo-gallery img {
    width: 100%;
}
section#port-sec h1 {
    margin-bottom: 30px;
}
.m-b-90 {
    margin-bottom: 90px;
}
.p-t-90 {
    padding-top: 90px;
}
.p-b-60 {
    padding-bottom: 60px;
}

.recent_project_3_slider .owl-item {
    float: left;
}
/*.navbar-pad-original .icon-bar {
    background-color: #090909!important;
}*/
.recent_project_3_slider .item {
    margin: 11px 0px;
}
.recent_project_3_slider .recent_box {
    background: #fff;
    transition: all 0.7s ease 0s;
    background: #a6a29c;
}
.recent_project_3_slider .image_s {
    overflow: hidden;
}
.recent_box img {
    transition: all 0.3s ease 0s;
    width: 100%;
}
.recent_box .recent_text {
    padding: 20px 15px 10px;
}
.recent_box a {
    text-decoration: none;
}
.recent_box a:hover div.recent_text {
    background-color: #f19118;
}
.recent_box .recent_text h3 {
    color: #FFFFFF;
	margin-top: 10px;
}
.recent_box .recent_text p {
    color: #FFFFFF;
}

.content-box { padding: 30px 0 70px; text-align: justify; }

.content-box h1 { font-weight: 300; font-size: 42px; }

.content-box h3, .content-box h4 { font-weight: 600; }

.aligncenter { margin: 0 auto; }

.alignleft { margin: 0 20px 20px 0; }

.alignright { margin: 0 0 20px 20px; }

.note-sec {
     padding-bottom:50px;
     background: url("<?php bloginfo("stylesheet_directory"); ?>/images/bg_1.jpg") no-repeat 50% 50%;
     background-attachment: fixed;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
      background-size: cover;
      width: 100%;
      display: block;
      height: auto;
      min-height:300px;
      color:#fff;
}
span.color_#a90101 {
    color: #a6a29c;
}
section.note-sec h2 {
    color: #fff;
    font-size: 42px;
}

inspector-stylesheet:1 .bg_text_box.p-t-80 h3 {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 20px 0;
}

.bg_text_box.p-t-80 {
    display: inline-block;
    margin-right: 75px;
}

.pad-row img {
  float: right;  
}

.head-main-img {
	padding-bottom: 50px;
	background: #464749 url("images/slider-inner2.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	display: block;
	height: auto;
	min-height: 350px;
	color: #fff;
}

.head-main-img h1 {
	padding: 50px 2px 2px 10px;
	text-transform:uppercase;
}

section#news-section .input-append {
    border: 1px solid #d5dadf;
    display: block;
    height: 47px;
    line-height: 43px;
    width: 100%;
    border-radius: 5px;
    background: #fff;
}

#news-section input.input-medium.search-query {
    background: transparent;
    border: 0 none;
    display: inline-block;
    padding-left: 15px;
    width: 80%;
}

section.page-content .pad-row {
    text-align: justify;
}

section.contact .pad-row {
    text-align: justify;
}

#news-section button.add-on {
    background: transparent;
    border: medium none;
    float: right;
    font-size: 18px;
    padding-right: 15px;
    padding-top: 3px;
}

i.icon-icons185:before {
    content: "\e911";
}

.icon-icons185 {
    font-size: 24px;
    color: #1c1c1c;
}

section#news-section {
    padding-top: 90px;
    margin-bottom:50px;
}

edia-body p {
    margin-top: -7px;
    margin-bottom: 10px;
    font-size: 15px;
}
h4.media-heading a {
    font-size: 16px;
    color: #111111;
}
.p-t-60 {
    padding-top: 60px;
}
.media {
    border-bottom: 1px solid #cfcfcf;
}
.p-b-20 {
    padding-bottom: 20px;
}
style.css:141
.p-t-20 {
    padding-top: 20px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: middle;
    vertical-align: top;
}
.latest_page_box .btn-dark:hover {
    color: #fff;
}
.have_qus {
    border-radius: 5px;
    padding: 30px 25px;
    background: #f19118;
}
.have_qus h3 {
    color: #fff;
    margin-bottom: 25px;
}
.have_qus > p {
    color: #fff;
}
.latest_page_box .btn-dark:hover {
    background: #f19118;
}
.media-body p {
    margin-top: -7px;
    margin-bottom: 10px;
    font-size: 15px;
}
.latest_page_box news_image {
    margin-bottom: 30px;
    position: relative;
}
.latest_page_box img {
    vertical-align: middle;
    margin-right: 10px;
    width:80%;
}
.latest_page_box p {
    display: inline-block;
    font-size: 15px;
    margin-right: 30px;
}
.latest_page_box h2 {
    margin: 30px 0 20px;
}
a.btn-dark.button-black {
    border: 1px solid transparent;
    padding: 15px 36px;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    position: 0;
    overflow: hidden;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
    background: #0a0a0a;
    color: #fff;
}
.news_border {
    background: #cfcfcf;
    height: 1px;
    margin: 80px 0;
    width: 100%;
}
p.m-b-30 {
    margin-bottom: 30px;
}

.portfolio-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-items {
  margin-right: -20px;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}

.portfolio-items.col-3 > li {
  width: 33%;
}

.portfolio-item .item-main {
  margin: 0 10px 10px 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  border:1px solid #E8EAEE;
  
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .portfolio-image {
  position: relative;
  padding-bottom: 65%;
}
.portfolio-item .item-main p{
    /* margin: 0 10px 10px 0; */
    height: 190px;
    text-align: justify;
}
.portfolio-item h2 {
	margin: 0;
	padding: 30px 0 30px 0;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	height: 140px;
}
.portfolio-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	opacity: 0;
	background-color: rgb(228, 228, 228);
	text-align: center;
	vertical-align: middle;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}
.portfolio-item h2 a {
    text-decoration: none;
    color: #fff;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}

.cnt {
	width: 100%;
	min-height: 350px;
	border: 1px solid #e1e1e1;
}
.add {
    font-size:20px;
    font-weight:800;
    padding:30px;
}
#contact-sec {
	padding-top:0px;
}

.prjbox {
	background-color: #f8f8f8;
}
.prjbox h4 {
	background: #1f5d8a;
	height: 100px;
	color: #FFFFFF;
	padding: 10px;
	margin: 0;
	font-size: 17px;
	line-height: 23px;
}

.prjbox p {
	margin: 0;
	padding: 10px;
	font-size: 13px;
}

/* Form */

.formbox { background-color: #F8F8F8; padding: 10px; border-left: 1px #CCCCCC; }
.wpcf7-form { padding: 20px; }
.wpcf7-form p { margin: 0 0 10px 0;}
.wpcf7-form label { margin: 0;}
.wpcf7-form input { border-radius: 0 !important; }

/* homepage division */

.division-box { border: none; margin-bottom: 20px;height:auto!important; }
.division-box img { display: block; width: 100%; height: 150px;margin-bottom: 10px; }
.division-box h1 { font-size:18px; font-weight: 600; margin-top: 10px;margin-bottom: 10px; color: #fff; padding: 0px 8px;    text-align: center; }
.division-box h1 a{ font-size:18px; font-weight: 600; text-decoration:none; margin-bottom: 10px; color: #fff; padding: 0;    text-align: left; }
.division-box p { margin-bottom: 10px !important; padding: 0 10px; }
.traininglist{background-color: #fff;}
section#about-main .btn {    background-color: #a90101 ;  color: #fff;border-radius: 0px;}
section#row03 .owl-next {
    right: -54px;
}
section#row03 .owl-prev {
    left: -54px;
}
section#row03 .owl-next,section#row03 .owl-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    margin-top: -50px;
    text-align: center;
    background-color: none;
    color: #fff;
    /* font-size: 20px; */
    border: none;
    border-radius: 79px;
    padding: 4px;
}
section#row03 .owl-nav {
    /*
}*/
    border-radius: 20px;
    padding: 5px;
}
section#row03 .owl-next:hover, section#row03 .owl-prev:hover {
    color: #a90101;
}
section#row03 .owl-item .col-md-12 {
    padding: 0px;
}

.boximg img {
    border: 1px solid #CCCCCC;
    padding: 3px;
    margin-bottom: 10px;
}
.gallery-image img {
    padding-right: 10px;
    padding-bottom: 10px;
}
div#portfolio {
    margin-bottom: 40px;
}
.btn-primary {
    background-color: #a6a29c;
    border: none;
    color: #ffffff;
    border-radius: 0 !important;
}

.btn-primary:hover { 
    background-color: #c49727;
}

.page-title h1 {
    margin-top: 190px;
    background-color: rgba(0, 0, 0, 0.7);
    font-weight: 300;
    padding: 10px;
    display: inline-block;
}

.content-box {
    padding-top: 50px;
    padding-bottom: 50px;
}

.homecaptxt  {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    display: inline-block;
}
section.product-page .owl-next, section.product-page .owl-prev {
    position: absolute;
    top: 0px;
    width: 30px;
    margin-top: -50px;
    text-align: center;
    background-color: #a6a29c;
    color: #fff;
    /* font-size: 20px; */
    border: solid 1px #909090;
    padding: 4px;
}
 section.product-page .owl-prev{
    right: 50px;
}
section.product-page .owl-next{
    right: 15px;
}
.division-box h1 a {
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
}
div.packing-materials .division-box h3{
    margin-top:10px;
    height: 45px;
}
div.packing-materials .building-prod h3.packing-title {
    text-align: center;
    font-size: 18px;
}
div.packing-materials .building-prod h3.packing-title {
    margin-bottom: 10px;
}
p.prod-code span {
    font-weight: 700;
}
div.packing-materials .division-box {
    height: 360px!important;
}
div.packing-materials .division-box img {
   margin-bottom: 10px;
}
a.event-link {
    color: #000;
    text-decoration: none;
}
a.more-event {
    color: #000;
    text-decoration: none;
}
img.event {
    height: 200px;
    width: 300px;
    margin-bottom: 20px;
}
p.more-btn{
   padding-bottom: 10px;
   padding-top: 20px;
   vertical-align: middle;
}
.modal-backdrop {
    z-index: 0;
}
.modal-body img {
    width: 100%;
    height: 260px;
}
.modal-body p.prod-code {
    margin-top: 20px;
}
.modal-body p.more-btn {
    padding-bottom: 0px;
    padding-top: 0px;
}
.modal-footer {
    margin-top: 5px;
}
section#content .thumb img {
    width: 100%;
    height: 180px;
    margin-bottom: 30px;
}
h3.modal-title{
    text-decoration: none;
    color: #333;
}
.modal {
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
section#content {
    min-height: 500px;
    height: auto;
}
.search {
   /* background-color: rgba(243, 243, 243, 0.7); */
    /* font-size: 14px; */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 0 24px 0px;
    padding: 0px 0px 20px 0px;
}
section#content a img {
    width: auto;
    height: 100%;
}
section#content .gallery-image{
    margin-bottom: 30px;
}
.gallery-image div {
    display: inline-block;
}
 .gallery-image div p.wp-caption-text {
    font-size: 13px;
}
section#content .gallery-image a img {
    width: 300px;
    height: 200px;
}

/*Chris*/

.post_item {
	padding: 15px 0 15px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
	min-height: 130px;
}

.post_item h4 {
	margin-top: 0;
	margin-bottom: 10px; 
}

.post_item_thumbnail {
	float: left;
	margin: 0 10px 10px 0;
    border: 1px solid #cccccc;
    padding: 2px;
	width: 100px;
	height: 100px;
}

.sbox {
	display: block;
	margin-bottom: 20px;
}

.sbform {
	background-color: #F8F8F8;
	padding: 5px;
}

.sbform h3 {
	background: #EEEEEE;
	margin-top: 0;
	margin-bottom: 10px; 
	padding: 10px;
	font-size: 16px;
}
.sbox.sbform h4 {
    /* background: #EEEEEE; */
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 12px;
}
.sbform .wpcf7-form {
	padding: 10px !important;
}
div#ftrlogo img{
    width: 270px;
    height: 100px;
}
a.post-edit-link {
    border: solid 1px #333;
    padding: 0px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background-color: #333;
}

.mainban {
	display: block;
	text-align: center;
	padding: 40px 10px;
}

.mainban img {
	margin: 0 auto;
	border: 1px solid #CCCCCC;
}

.content-box iframe {
	width: 100%;
	height: 500px;
}

/* =============================================================
   FOOTER STYLES
 ============================================================ */

.footer-sec {
	background: #000;
    color:#fff;
	padding: 30px 0;
	/*border-top: 5px solid #c49727;*/ /* #c29528 */
}

.footer-sec h4 {
	text-transform:uppercase;
	color:#fff;
}

.social-icons ul li {
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    height: 29px;
    line-height: 29px;
    margin-right: 2px;
    text-align: center;
    width: 29px;
}

.social-icons ul li a {
    color: #3a3a3a;
    display: block;
}

.ftrbox h4, .ftrbox p, .ftrbox a { color: #EEEEEE; }
.ftrbox a:hover { color: #FFFFFF; text-decoration: none; font-weight: bold; }
.ftrbox h4 { font-weight: bold; }
.ftrbox p { line-height: 22px !important; }

.ftrbox ul { padding: 0; margin: 0; }
.ftrbox ul li {
    border-bottom: 1px dotted #666666;
    list-style-type: none;
    margin-bottom: 10px;
    padding: 5px;
    text-transform: uppercase;
}

.ftrbox ul li:last-child { border-bottom: none; }

.copy { 
	padding: 20px; 
	font-size: 12px; 
	color: #FFFFFF; 
	background-color: #a90101; /* #1d1e1f */
	text-transform: uppercase; 
	color: #eeeeee; 
	border-top: none; 
}
#scroll {
    position:fixed;
    right:10px;
    bottom:28px;
    cursor:pointer;
    outline: none;
    width:50px;
    height:50px;
    z-index: 999;
    background-color:#000000;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#261c04;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}




/* =============================================================
   JM MENU STYLES
 ============================================================ */

nav:not(.mm-menu)
{
  display: none;
}

.header {
  text-align: center;
}

.header {
  zbackground: #777;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  width: 100%;
  zheight: 40px;
  padding: 0 50px;
}

.header.fixed {
  position: fixed;
  top: 0;
  right: 0;
}

section.page-content ul li {
    font-weight: 300;
    line-height: 30px;
}

section.contact ul li {
    font-weight: 300;
    line-height: 30px;
}

.header a {
    display: block;
    width: 43px;
    height: 35px;
    padding: 10px;
    position: absolute;
    top: 44px;
    transition:top 0.5s ease-out;
    right: 25px;
}

/*.navbar-pad-original .header a {
    top: 16px;
}*/

.header a:before, .header a:after {
  content: '';
  display: block;
  background: #fff;
  height: 2px;
}

.header a span {
  background: #fff;
  display: block;
  height: 2px;
  margin: 6px 0;
}

.mm-navbar.mm-navbar-top.mm-navbar-top-2.mm-navbar-size-1.mm-hasbtns .mm-title {
    display: none;
}

ul.menu.mm-listview a {
    font-size: 16px;
    transition: font-size 0.3s ease-out;
    text-transform: uppercase;
    padding: 11px 21px;
}
ul.sub-menu.mm-listview li a{
  text-transform: uppercase;
}
.mm-search { }

.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
    top: 40px;
}
.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
    top: 0px;
}
.mm-navbar-top-1 {
    /* top: 199px; */
    display: none;
}
.mm-navbar.mm-navbar-bottom.mm-navbar-bottom-1.mm-navbar-size-1 {
    display: none;
}
.mm-menu.mm-offcanvas {
    max-width: 304px;
}
html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-303px,0);
    -ms-transform: translate(-303px,0);
    /* transform: translate(-440px,0); */
    /* -webkit-transform: translate3d(-440px,0,0); */
    /* transform: translate3d(-440px,0,0); */
}
.mm-menu {
    background: #2e2e2e;
    color: #fff;
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: #fff;
}
.mm-menu em.mm-counter {
    color: #fff;
}
.mm-menu .mm-listview>li .mm-next:after {
    border-color: #fff;
}

.mm-clear::before, .mm-close::before {
	right: 18px;
}

.mm-clear::after, .mm-clear::before, .mm-close::after, .mm-close::before {
    height: 7px;
    width: 7px;
}


/*---- END  Of JMMENU -----*/


/* =============================================================
   MEDIA QUERY STYLES
 ============================================================ */
@media(max-width: 345px){
		img.logo.logo-display {max-width:200px;}
}
@media only screen and (min-width: 360px) and (max-width: 767px) {

	.portfolio-item h2 { font-size: 14px; height: 111px; } 
	.portfolio-item .item-main p { height: auto; padding: 10px 10px 10px 10px; }
	.navbar-nav .open .dropdown-menu { padding-left: 29px; background-color: #dfd9d9; }
	.carousel-caption { bottom: 0px; padding-bottom: 8px; }   
	.back-light { font-size: 14px; }
	img.logo.logo-display {width: 266px; height: 76px; top:0rem;}
	section.page-content ul li { font-size: 16px; font-weight: 300; line-height: 30px; }
	section.contact ul li { font-size: 16px; font-weight: 300; line-height: 30px; }
	.footer-sec .row { padding-top: 20px; }
	ol.carousel-indicators { display: none; }
	.carousel-inner .item img{ width: 100%; height: 250px; }
	.carousel-inner { width: 100%; height: 250px; }
	.zrecent_box .recent_text { padding: 4px 15px; height: 130px; }
    .navbar {background-color: rgba(0,0,0,0.8);}
	.header a { height: 35px; top: 14px; }
	.mm-navbar.mm-navbar-bottom.mm-navbar-bottom-1.mm-navbar-size-1 { display: none; }
	.mm-menu.mm-offcanvas { max-width: 256px; }
	html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate(-256px,0); -ms-transform: translate(-256px,0); }
	section.page-content img { margin: 0px; padding-bottom: 8px; }
	section.contact img { margin: 0px; padding-bottom: 8px; }
	.carousel-control { top: 70px; }
    .header {display: block;}
    .about-box {margin-bottom: 10px;}
    .carousel-caption h1 {font-size: 18px;}
    .carousel-caption h2 {font-size: 13px;}
    .head-main-img {min-height: 280px;height: 280px;background-position: center top, -550px 50px;background-size: 100% 100%;}
    section#row03 .owl-item .col-md-12 {padding-left: 21px;}
    section#row03 .owl-next {right: -17px;}
    section#row03 .owl-prev {left: 3px;}
    .navbar-header {padding-left: 16px;}
    section#content a img {width: 100%;height: 300px;}
    #scroll {bottom: 58px;}
    .about-box h1 {font-size: 30px;}
    .heading h1 {font-size: 30px;}
    .page-title h1 {font-size: 31px;}
    div.packing-materials .division-box {height: auto!important;}
    section.product-page .owl-next {right: 0px;}
    section.product-page .owl-next, section.product-page .owl-prev {top: 50%;}
    section.product-page .owl-prev {left: 0px;}
    .packing-materials div.heading h2.packing-title {font-size: 26px;}
    div#ftrlogo {text-align: center;}
    .navbar {height: 80px;}
    .carousel-caption { bottom: 0px; padding-bottom: 0px;   }
    .carousel-caption h1 {font-size: 16px;}
    .carousel-caption h2 p{font-size: 14px;}
    .about-box h1 {font-size: 25px;}
    .heading h1 {font-size: 25px;}
    .homecaptxt {padding: 5px;}
    p {font-size: 15px;}
    .page-title h1 {font-size: 25px;}
    .content-box h1 {font-size: 30px;margin-bottom: 20px;}
    .content-box {padding-top: 15px;padding-bottom: 15px;}
    div.gallery-image div {width: 100%!important;}
    section#content .gallery-image a img {width: 100%;height: 100%;}
    iframe {width: 100%;height: auto;margin-top: 20px;}
    .ftrbox h4 {font-size: 16px;}
    .ftrbox p {line-height: 26px !important;}
    .ftrbox h4 {font-size: 16px;}
    .division-box h1 a {font-size: 13px;}
    .footer-sec {padding: 0px 0;}
    div#ftrlogo img {width: 235px;height: 75px;}
    div#ftrlogo {text-align: left;}
    .head-main-img {min-height: 200px;height: 200px;}
    .page-title h1 {margin-top: 110px;background-color: rgba(0, 0, 0, 0.7);font-weight: 300;padding: 10px;display: inline-block;}
    .carousel-inner .item img {width: 100%;height: 200px;}
    .carousel-inner {width: 100%;height: 200px;}
    .owl-carousel .owl-item img {width: 100%;height: auto;}
    section#content a img {width: 100%;height: auto;}
    div#ftrinfo {margin-bottom: 15px;}
}

@media ( max-width:480px ) {

	.portfolio-item h2 { font-size: 14px; height: 111px; } 
	.portfolio-item .item-main p { height: auto; padding: 10px 10px 10px 10px; }
	.carousel-inner .item img { width: 100%; height: 250px; }
	section.page-content ul li { font-size: 16px; font-weight: 300; line-height: 30px; }
	section.contact ul li { font-size: 16px; font-weight: 300; line-height: 30px; }
	ol.carousel-indicators { display: none; }
	.footer-sec .row { padding-top: 20px; }
    section#content a img {width: 100%;height: 300px;}
	section.page-content img { margin: 0px; padding-bottom: 8px; }
	section.contact img { margin: 0px; padding-bottom: 8px; }
	.carousel-control { top: 70px; } 
	.carousel-caption { bottom: 0px; padding-bottom: 8px; }   
	.back-light { font-size: 14px; }    
	.zrecent_box .recent_text { padding: 4px 15px; height: 130px; }
	.carousel-inner { width: 100%; height: 250px; }
	p { font-size: 16px; font-weight: 300; line-height: 25px; }
	.header a { height: 35px;top: 22px; }
	.mm-menu.mm-offcanvas { max-width: 256px; }
	html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate(-256px,0); -ms-transform: translate(-256px,0); }
	.carousel-control { top: 70px; }
	#row02 h4 { font-size: 14px; }
    .header {display: block;}
    .about-box {margin-bottom: 10px;}
    .carousel-caption h1 {font-size: 18px;}
    .carousel-caption h2 {font-size: 13px;}
    .head-main-img {min-height: 280px;height: 280px;background-position: center top, -550px 50px;background-size: 100% 100%;}
    section#row03 .owl-item .col-md-12 {padding-left: 21px;}
    section#row03 .owl-next {right: -17px;}
    section#row03 .owl-prev {left: 3px;}
    .navbar-header {padding-left: 16px;}
    #scroll {bottom: 58px;}
    .about-box h1 {font-size: 30px;}
    .heading h1 {font-size: 30px;}
    .page-title h1 {font-size: 31px;}
    div.packing-materials .division-box {height: auto!important;}
    section.product-page .owl-next {right: 0px;}
    section.product-page .owl-next, section.product-page .owl-prev {top: 50%;}
    section.product-page .owl-prev {left: 0px;}
    .packing-materials div.heading h2.packing-title {font-size: 26px;}
    div#ftrlogo {text-align: center;}
    .navbar {height: 80px;}
    .carousel-caption {     top: 45px; padding-bottom: 0px; }
    .carousel-caption h1 {font-size: 16px;}
    .carousel-caption h2 p{font-size: 14px;}
    .about-box h1 {font-size: 25px;}
    .heading h1 {font-size: 25px;}
    .homecaptxt {padding: 5px;}
    p {font-size: 15px;}
    .page-title h1 {font-size: 25px;}
    .content-box h1 {font-size: 30px;margin-bottom: 20px;}
    .content-box {padding-top: 15px;padding-bottom: 15px;}
    div.gallery-image div {width: 100%!important;}
    section#content .gallery-image a img {width: 100%;height: 100%;}
    iframe {width: 100%;height: auto;margin-top: 20px;}     
    .ftrbox h4 {font-size: 16px;}
    .ftrbox p {line-height: 26px !important;}
    .ftrbox h4 {font-size: 16px;}
    img.logo.logo-display {width: 235px;height: 75px; top:0rem;}
    ul.menu.mm-listview a {font-size: 14px;}
    .division-box h1 a {font-size: 13px;}
    .footer-sec {padding: 0px 0;}
    div#ftrlogo img {width: 235px;height: 75px;}
    div#ftrlogo {text-align: left;}
    .head-main-img {min-height: 200px;height: 200px;}
    .page-title h1 {margin-top: 110px;background-color: rgba(0, 0, 0, 0.7);font-weight: 300;padding: 10px;display: inline-block;}
    .carousel-inner .item img {width: 100%;height: 200px;}
    .carousel-inner {width: 100%;height: 200px;}
    .owl-carousel .owl-item img {width: 100%;height: auto;}
    section#content a img {width: 100%;height: auto;}
    div#ftrinfo {margin-bottom: 15px;}
	.content-box iframe { width: 100%; height: auto; }
}

@media( min-width: 768px ) and ( max-width: 1023px ){ 

	/*.navbar-pad-original ul.nav.navbar-nav.navbar-right li a { font-size: 13px; }*/
	ul.nav.navbar-nav { display: none; }
	.header a { right: 7px; }
	ul.nav.navbar-nav li a { padding: 11px 4px; font-size: 12px; }
	section.page-content div.col-md-12 p { font-size: 16px; line-height: 30px; }
	section.contact div.col-md-12 p { font-size: 16px; line-height: 30px; }
	.carousel-inner .item img { width: 100%; height: 450px; }
	section.page-content img { margin: 46px; }
	section.contact img { margin: 46px; }
	.latest_page_box img { width: 100%; }
	section#row03 div.col-md-4 { padding-bottom: 20px; }
	.zrecent_box .recent_text { padding: 1px 12px; height: 124px; }
	.carousel-inner { width: 100%; height: 450px; }
	.recent_box div.image_s img { height: 200px; width: auto; }
	.footer-sec div.col-md-4 { padding-top: 30px; }
	.mm-menu.mm-offcanvas { max-width: 265px; }
	html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate(-256px,0); -ms-transform: translate(-256px,0); }
	.portfolio-item h2 {    height: 175px;}
	.portfolio-item .item-main p { height: 260px;}
    .header {display: block;}
    h1.about-text {font-size: 24px;}
    .carousel-caption {padding-bottom: 30px;}
    .head-main-img {background-position: center top, -550px 50px;background-size: 100% 100%;}
    .about-box {min-height: 400px;}
    section#content a img {width: 100%;height: 100%;}
    section#content form div div{float: none;width: 100%;height: auto;}
    iframe {width: 100%;height: 300px;}
    .gallery-image div {width: 335px!important;}

	.content-box iframe { width: 100%; height: auto; }
    
}


@media( min-width:1024px ) and ( max-width:1030px ) {

	.mm-menu.mm-offcanvas { max-width: 304px; }
	html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate(-256px,0); -ms-transform: translate(-256px,0); }
	ul.nav.navbar-nav {display: block;padding-right: 70px; }
	section.page-content div.col-md-12 p { font-size: 16px; line-height: 30px; }
	section.contact div.col-md-12 p { font-size: 16px; line-height: 30px; }
	.latest_page_box img { width: 100%; }
	.recent_box div.image_s img { height: 200px; width: auto; }
	.zrecent_box .recent_text { padding: 1px 12px; height: 124px; }
	section#row03 div.col-md-4 { padding-bottom: 30px; }
	/*.navbar-pad-original ul.nav.navbar-nav.navbar-right li a { font-size: 16px; }*/
	ul.nav.navbar-nav li a { padding: 11px 10px; }
	.carousel-inner .item img{ width: 100%; height: 450px; }
	.carousel-inner { width: 100%; height: 450px; }
	.mm-menu.mm-offcanvas { max-width: 256px; }
	.footer-sec div.col-md-4 { padding-top: 30px; }
	html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate(-256px,0); -ms-transform: translate(-256px,0); }
    .header {display: block;}
    .head-main-img {background-position: center top, -550px 50px;background-size: 100% 100%;}
    .about-box {min-height: 400px;}
    section#content a img {width: 100%;height: 100%;}
    section#content form div div{float: none;width: 100%;height: auto;}
    iframe {width: 100%;height: 300px;}
    .loc-map {margin-left: 0px;}
    .gallery-image div {width: 445px!important;height: auto;}
}


.navbar .container{
	width: 100% !important;
}
.skip{
	height: 150px;
	width: 100%;
	background-image: url("http://budgetwebdesign.ae/muzikminds/wp-content/uploads/2021/11/product2-1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.mm-menu.mm-offcanvas.mm-right{
	z-index: 999;
}
/* .infos{
	height: 150px;
}
@media(max-width: 405px){
	.infos{
		height: 160px;
	}
} */