/***********************************
**
**	MystiQue Audio & Visual Productions
**  Author - Kt Pau
**	themanofchin@gmail.com 
**	2015/July
**
************************************/
@import url('bootstrap.css');
@import url('jquery.flexmenu.css');
@import url('animate.css');
@import url('fonts.css');
@import url('font-awesome.css');
@import url('../owl-carousel/css/owl-link.css');
@import url('../camera/css/camera.css');
@import url('../fancybox/jquery.fancybox.css');
@import url('../g-map/css/g-map.css');
::selection{
	background: #f10000;
	color: #fff;
}
a{
  color: #f10000;
}
a:hover{
  text-decoration: underline;
  color: #f10000;
}
body{
	font-size: 14px;
	/*font-weight: 500;*/
	font-family: 'open_sansregular', 'roboto';
	color: #222;
	background: #fff;
	line-height: 24px;
	-webkit-font-smoothing: subpixel-antialiased;
}
header{
	background: rgba(255,255,255,0.8);
	box-shadow: 0 1px 2px #000;
	-webkit-box-shadow: 0 1px 2px #000;
	-moz-box-shadow: 0 1px 2px #000;
}
#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}
.home{
	border-top: 5px solid #f10000;
}
.about-us{
	border-top: 5px solid #e1b700;
}
.gallery{
	border-top: 5px solid #ad103c;
}
.apointment{
	border-top: 5px solid #00a3a3;
}
.service{
	border-top: 5px solid #aa40ff;
}
.contactus{
	border-top: 5px solid #e6ff40;
}
li.active a{
	color: #f10000 !important;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(241,0,0,0.9) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: rgba(241,0,0,0.9);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/*** effect layer-title-center hover ***/
.img-layer-image-hover .layer {position:absolute;top:0px;right:0px;bottom:0px;left:0px;opacity:0;background-color:#000;background-image:url("../images/lupe.png");background-repeat:no-repeat;background-position:center center}
.img-layer-image-hover:hover .layer {opacity:0.7;background-color:#000;background-image:url("../images/lupe.png");background-repeat:no-repeat;background-position:center center}

.img-layer-image-hover .layer
{
transition:all .4s ease-in-out;
-webkit-transition:all .4s ease-in-out;
-moz-transition:all .4s ease-in-out;
-ms-transition:all .4s ease-in-out;
-o-transition:all .4s ease-in-out;
}

.img-layer-image-hover:hover .layer
{
transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
}


.img-layer-title-center-hover .layer {position:absolute;top:0px;right:0px;bottom:0px;left:0px;opacity:0;background-color:#000;text-align:center}
.img-layer-title-center-hover:hover .layer {opacity:0.7}
.img-layer-title-center-hover .layer-text {margin-top:30px;padding:8px 15px;background:#fff;color:#000;font-size:16px;display:inline-block;
-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;border-radius:5px}

.img-layer-title-center-hover .layer
{
transition:all .4s ease-in-out;
-webkit-transition:all .4s ease-in-out;
-moz-transition:all .4s ease-in-out;
-ms-transition:all .4s ease-in-out;
-o-transition:all .4s ease-in-out;
}

.img-layer-title-center-hover:hover .layer
{
transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
}

.image-hover * {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}

.image-hover 
{
position:relative;display:inline-block;overflow:hidden;background:#000;border:4px solid #fff; border-radius: 12px;
box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3)
}

.image-hover img {display:block}
.image-hover a {text-decoration:none}

.image-pos {width:450px;height:200px}
.image-pos img {margin:-100px 0px 0px -100px}

.partners .item{
    margin: 0 10px !important;
    color: #222;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
}
.partners .item img{
  min-height: 100px;
  max-height: 100px;
  width: 100%;
}
.customNavigation{
  width: 100%;
  margin-top: -15px !important;
  text-align: right;
}
.customNavigation a{
  margin-left: 5px;
  background: transparent;
  padding: 6px 12px;
  border-radius: 100%;
  color: #f10000;
  border: 2px solid #f10000;
  font-weight: 500;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.customNavigation a:hover{
  color: #111;
}
.customNavigation a.next{
  float: right;
}
.style-hr-black{
  border: 0;
  height: 1px;
  background: #222;
}
.style-hr{
    border: 0;
    height: 1px;
    background: #f10000;
    background-image: linear-gradient(to right, #fff, #f10000, #fff);
}
.style-hr-left{
    border: 0;
    height: 1px;
    background: #f10000;
    background-image: linear-gradient(to right, #f10000, #e3e3e3);
}
.style-hr-right{
    border: 0;
    height: 1px;
    background: #f10000;
    background-image: linear-gradient(to right, #fff, #f10000);
}
.margin-top{
  margin-top: 15px;
}
.img-border-style:hover img{
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  border-left: 3px solid #222;
  border-bottom: 3px solid #222;
  padding: 10px;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  -webkit-filter: grayscale(0);
  filter: none;
}
.img-border-style img{
  padding: 10px;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #f10000;
  border-right: 3px solid #f10000;
   -webkit-filter: grayscale(1);
    /* this is for Firefox 3.5+, Firefox mobile */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'gs\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#gs");
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    /* for IE6+ */
    filter: gray;
     -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


.img-border-style:hover{
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #f10000;
  border-right: 3px solid #f10000;
  padding: 10px;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.img-border-style{
  min-height: 450px;
  border-left: 3px solid #f10000;
  border-bottom: 3px solid #f10000;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  padding: 10px;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.btn-custom{
  background: #222;
  color: #fff;
  border-radius: 0 !important;
  padding: 5px 12px;
  border: 3px solid transparent;
}
.btn-custom:hover{
  background: transparent;
  color: #f10000;
  border-radius: 0 !important;
  padding: 5px 12px;
  border: 3px solid #f10000;
}
.bg-gray{
  background: #e3e3e3;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.title{
  color: #003151;
}
.home-services{
  min-height: 200px;
}
a.rotate img{
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Safari */
  transform: rotate(-90deg);
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
   -webkit-filter: grayscale(1);
    /* this is for Firefox 3.5+, Firefox mobile */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'gs\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#gs");
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    /* for IE6+ */
    filter: gray;
}
a.rotate:hover img{
  -webkit-filter: grayscale(0);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'gs\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 0 0\'/></filter></svg>#gs");
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: gray;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */
  transform: rotate(90deg);
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
footer{
  background: #3d3d3d;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}
ul.footer-link{
  padding-left: 0 !important;
  list-style: none;
}
ul.footer-link li{
  float: none;
}
ul.footer-link li a{
  color: #fff;
}
.social{
  list-style: none;
}
.social li{
  float: left;
  margin-left: 6px;
}
.social li a{
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
.facebook{
  border-radius: 30% 0 30% 0;
  background: #3c599f;
  padding: 5px;
  width: 35px;
  margin-top: 35px;
  float: right;
  margin-right: 5px;
  color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
  -ms-box-shadow:0 3px 6px 0 rgba(0,0,0,0.5);
  -o-box-shadow:0 3px 6px 0 rgba(0,0,0,0.5);
}
.facebook:hover{
  border-radius:0 30% 0 30%;
  background: #3c599f;
  padding: 5px;
  width: 35px;
  margin-top: 30px;
  box-shadow: 0 10px 3px 0 rgba(32,32,32,0.95);
  -moz-box-shadow: 0 10px 3px 0 rgba(32,32,32,0.95);
  -webkit-box-shadow: 0 10px 3px 0 rgba(32,32,32,0.95);
  -ms-box-shadow:0 10px 3px 0 rgba(32,32,32,0.95);
  -o-box-shadow:0 10px 3px 0 rgba(32,32,32,0.95);
  transition-duration: 1s;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.twitter{
  border-radius: 30% 0 30% 0;
  background: #1bb2e9;
  padding: 5px;
  width: 35px;
  margin-top: 35px;
  float: right;
  margin-right: 5px;
  color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
  -ms-box-shadow:0 3px 6px 0 rgba(0,0,0,0.5);
  -o-box-shadow:0 3px 6px 0 rgba(0,0,0,0.5);
}
.twitter:hover{
  border-radius:0 30% 0 30%;
  background: #1bb2e9;
  padding: 5px;
  width: 35px;
  margin-top: 30px;
  box-shadow: 0 10px 3px 0 rgba(32,32,32,0.95);
  -moz-box-shadow: 0 10px 3px 0 rgba(32,32,32,0.95);
  -webkit-box-shadow: 0 10px 3px 0 rgba(32,32,32,0.95);
  -ms-box-shadow:0 10px 3px 0 rgba(32,32,32,0.95);
  -o-box-shadow:0 10px 3px 0 rgba(32,32,32,0.95);
  transition-duration: 1s;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


.google{
  border-radius: 30% 0 30% 0;
  background: #c63725;
  padding: 5px;
  width: 35px;
  margin-top: 35px;
  float: right;
  margin-right: 5px;
  color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
  -ms-box-shadow:0 3px 6px 0 rgba(0,0,0,0.5);
  -o-box-shadow:0 3px 6px 0 rgba(0,0,0,0.5);
}
.google:hover{
  border-radius:0 30% 0 30%;
  background: #c63725;
  padding: 5px;
  width: 35px;
  margin-top: 30px;
  box-shadow: 0 10px 3px 0 rgba(32,32,32,0.95);
  -moz-box-shadow: 0 10px 3px 0 rgba(32,32,32,0.95);
  -webkit-box-shadow: 0 10px 3px 0 rgba(32,32,32,0.95);
  -ms-box-shadow:0 10px 3px 0 rgba(32,32,32,0.95);
  -o-box-shadow:0 10px 3px 0 rgba(32,32,32,0.95);
  transition-duration: 1s;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.linkedin{
  border-radius: 30% 0 30% 0;
  background: #3a9cdd;
  padding: 5px;
  width: 35px;
  margin-top: 35px;
  float: right;
  margin-right: 5px;
  color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
  -ms-box-shadow:0 3px 6px 0 rgba(0,0,0,0.5);
  -o-box-shadow:0 3px 6px 0 rgba(0,0,0,0.5);
}
.linkedin:hover{
  border-radius:0 30% 0 30%;
  background: #3a9cdd;
  padding: 5px;
  width: 35px;
  margin-top: 30px;
  box-shadow: 0 10px 3px 0 rgba(32,32,32,0.95);
  -moz-box-shadow: 0 10px 3px 0 rgba(32,32,32,0.95);
  -webkit-box-shadow: 0 10px 3px 0 rgba(32,32,32,0.95);
  -ms-box-shadow:0 10px 3px 0 rgba(32,32,32,0.95);
  -o-box-shadow:0 10px 3px 0 rgba(32,32,32,0.95);
  transition-duration: 1s;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.instagram{
  border-radius: 30% 0 30% 0;
  background: #905945;
  padding: 5px;
  width: 35px;
  margin-top: 35px;
  float: right;
  margin-right: 5px;
  color: #905945;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
  -ms-box-shadow:0 3px 6px 0 rgba(0,0,0,0.5);
  -o-box-shadow:0 3px 6px 0 rgba(0,0,0,0.5);
}
.instagram:hover{
  border-radius:0 30% 0 30%;
  background: #905945;
  padding: 5px;
  width: 35px;
  margin-top: 30px;
  box-shadow: 0 10px 3px 0 rgba(32,32,32,0.95);
  -moz-box-shadow: 0 10px 3px 0 rgba(32,32,32,0.95);
  -webkit-box-shadow: 0 10px 3px 0 rgba(32,32,32,0.95);
  -ms-box-shadow:0 10px 3px 0 rgba(32,32,32,0.95);
  -o-box-shadow:0 10px 3px 0 rgba(32,32,32,0.95);
  transition-duration: 1s;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.banner-bg{
  background: #eee;
  padding-top: 40px;
  padding-bottom: 15px;
}
li.active ul li a{
  color: #fff !important;
}
.custom-min-height{
  min-height: 650px;
}
#map{
  width: 100%;
  height: 350px;
}
.facebook-iframe{
  width: 100%;
  height: 300px;
}

/*kha.............................................*/
.banner-fix{
  background:rgba(255,255,255,0.8);
  margin:0;
  padding:0;
  position:fixed;
  top:0;
  z-index:99;
  width: 100%;
  box-shadow:0 0 1px #000;
}

.logo{
/*  border:1px solid red;*/
  padding:10px 0;
}
.logo a{
  text-decoration:none;

}

.border-all{
  border:1px solid yellow;
}

.kha-main-menu{
  padding: 0 ;
}
.menu-responsive{
  
}
