
@font-face {
  font-family: 'CormorantGaramond-Regular';
  src: url('../fonts/CormorantGaramond-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/CormorantGaramond-Regular.woff') format('woff'), url('../fonts/CormorantGaramond-Regular.ttf')  format('truetype'), url('../fonts/CormorantGaramond-Regular.svg#CormorantGaramond-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CormorantGaramond-Light';
  src: url('../fonts/CormorantGaramond-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/CormorantGaramond-Light.woff') format('woff'), url('../fonts/CormorantGaramond-Light.ttf')  format('truetype'), url('../fonts/CormorantGaramond-Light.svg#CormorantGaramond-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'CormorantGaramond-Medium';
  src: url('../fonts/CormorantGaramond-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/CormorantGaramond-Medium.woff') format('woff'), url('../fonts/CormorantGaramond-Medium.ttf')  format('truetype'), url('../fonts/CormorantGaramond-Medium.svg#CormorantGaramond-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CormorantGaramond-Bold';
  src: url('../fonts/CormorantGaramond-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/CormorantGaramond-Bold.woff') format('woff'), url('../fonts/CormorantGaramond-Bold.ttf')  format('truetype'), url('../fonts/CormorantGaramond-Bold.svg#CormorantGaramond-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
font-family: 'rupee-foradian';
src: url('../fonts/Rupee_Foradian.eot');
src: url("../fonts/Rupee_Foradian.eot") format("embedded-opentype"), url('../fonts/Rupee_Foradian.woff') format('woff'), url('../fonts/Rupee_Foradian.ttf') format('truetype'), url('../fonts/Rupee_Foradian.svg') format('svg');}

@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url('../fonts/AvenirLTStd-Light.eot');
  src: url('../fonts/AvenirLTStd-Light.woff2') format('woff2'),
       url('../fonts/AvenirLTStd-Light.woff') format('woff'),
       url('../fonts/AvenirLTStd-Light.ttf') format('truetype'),
       url('../fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg'),
       url('../fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body { color:#404040; }
.container-fluid { padding:0px; }
.container-1160 { width:1160px; margin:0 auto;}
.container-980 { width:980px; margin:0 auto;}
.row { margin:0px; padding:0px;}
.left-right-clr { padding:0px !important; }
.left-clr { padding-left:0px; }
.right-clr { padding-right:0px; }
a{ text-decoration:none !important; }
.rs {font-family: 'rupee-foradian';}
.white-bg { background-color:#FFF !important; }
.light-pink-bg { background-color:#fff9f5; }
.wow {
  visibility: hidden;
}
/* HEADER */
#top { background-color:#e8e8e8; text-align:right; position:fixed; top:0px; width:100%; z-index:9999;}
#top a { text-transform:uppercase; padding:8px 10px; display:inline-block; font-family: 'AvenirLTStd-Light'; color:#999999; font-size:12px;}
#top a.placeenquiry { background-color:#b70c0e; padding-right: 90px; color:#FFF;}


#header { position:fixed; top:33px; width:100%; z-index:9999; background-color:#FFF; border-bottom:solid 1px #e4e4e4; padding:0px 0px;}
.logo img { width:18%; margin-left: 85px;}


/* NAV */
.navbar { margin-bottom:0px; }
.navbar-brand
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
    padding:0;
	
}




/*.aboutusbannernew{position: relative;}

.aboutusbannernew p.banner-tag{font-family: 'CormorantGaramond-Regular';
    position: absolute;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    background-color: #000;
    color: #FFF;
    margin: 0px;
    left: 50%;
    top: 50%;
    font-size:35px;
    margin-left:-144px;
    margin-top:20px; z-index: 10;}*/


.navbar-toggle {
    z-index:1;
}
.navbar-default { background-color:transparent; border-color:transparent;}
.navbar-brand>img { display:initial;}
.navbar-default .navbar-nav>li>a {font-family: 'CormorantGaramond-Regular'; font-size:15px; color:#414040; text-transform:uppercase;}
.navbar-nav>li>a {padding-top: 20px;padding-bottom: 5px;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active { color:#df0202; }
.navbar-nav {margin-left: -108px;}
.navbar-right {margin-right: -97px;}
.nav>li>a {padding: 26px 0px; margin: 0 22px;}

.nav>li>a:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    transition: width 0s ease, background .4s ease;
}

.nav>li>a:hover:before {
    width: 100%;
    background: #101010;
    transition: width .4s ease;
}

.nav>li>a:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #101010;
    transition: width .4s ease;
}

.nav>li>a:hover:after{
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}


.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 10px 0px;
    width: 20%;
	border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
	background-color: rgba(255, 255, 255, 0.96);
	border-top: none;
}
.glyphicon-chevron-down:before {font-size: 11px;}

ul.mega-dropdown-menu li { font-family: 'CormorantGaramond-Regular';border-bottom: 1px solid #e4e4e4; }
.dropdown-menu li:last-child { border-bottom:none; }
.dropdown-menu>li>a { padding:16px 20px;font-size:18px; color:#000 !important;} 
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { background-color:transparent; color:#df0202 !important; }

.dropdown-toggle .glyphicon{top:2px; color:#414040;}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover { background-color:transparent; color:#df0202 !important; }

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {color: #df0202;
    background-color:transparent;}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover { background-color:transparent; }	

.our-services-nav { left:135px; }

@media screen and (max-width: 768px) {
  .logo img
  {
    width: 100%
  }
.side-collapse-container{
width:100%;
position:relative;
left:0;
transition:left .4s;
}
.side-collapse-container.out{
left:200px;
}
.side-collapse {
top:50px;
bottom:0;
left:0;
width:200px;
position:fixed;
overflow:hidden;
transition:width .4s;
}
.side-collapse.in {
width:0;
}
.fn-1 ul li a{
color:#fff!important;
}
.side-collapse {

overflow-y: scroll;

}
}


/* END */
#roses { position:relative; margin-top:35px}
#banner { position:relative; margin-top: 85px;}

.banner-links a {position:absolute; width:100%; height:100%; left:0px; top:0px; z-index:999; min-height:505px; display:block; text-align:center; color:#FFF; margin-top:10px;/* background-color:rgba(0,0,0,0.2);*/}
.banner-links a.soluxe {padding-top:34%; }
.banner-links a.soluxe img { padding-bottom:28px; }
.banner-links a.soluxe p { color:#000;font-family: 'AvenirLTStd-Light'; font-size:16px; font-weight:600;padding: 0px 50px; margin-top:-15px;}
.banner-links a:hover span.know-more { background-color:#b70c0e; color:#FFF; border:solid 1px rgba(255,255,255,0.5); }
.banner-links a.play-bt { padding-top:54%; opacity:.6}
.banner-links a:hover.play-bt { opacity:1; }

/*.banner-links a:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: solid 1px #FFF;
    -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	opacity:0;
}

.banner-links a:hover:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
	opacity:1;
}*/

.parallax {
  position: absolute;
  width: 100%;
  height: 600px;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index:999;
}
.parallax div {
  /*enable 3D rendering*/
  transform: translateZ(0);
  will-change: transform;
}


.fancybox-opened {
    top: 115px !important;
}

.layer {
  position: absolute;
  width: 100%;
  height:550px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}

.source-layer1 {
  background-image:url(../images/rose2.png);
   background-position:left top ;
   
}

.source-layer2 {
 background-image:url(../images/rose3.png);
  background-position:center top;
}

.source-layer3 {
  background-image:url(../images/rose1.png);
   background-position:right bottom;
}



#about-us { background-color:#fff9f5; padding-top:70px; padding-bottom:60px; }
.about-content { padding:20px;padding:22px 37px;}
.about-content h2 {  font-family: 'CormorantGaramond-Bold'; font-size:30px; margin:0px; margin-bottom:20px;}
.about-content p {font-family: 'AvenirLTStd-Light'; font-size:16px; line-height:20px; padding-bottom:0px;}
#what-role { background-color:#fff9f5; padding-top:70px; padding-bottom:0px; text-align:center;}
.what-role-content {padding:40px 20px;}
.what-role-content h2 { font-size:56px; color:#404040;font-family: 'CormorantGaramond-Regular'; text-transform:uppercase; line-height:40px;}
.what-role-content p {font-family: 'CormorantGaramond-Light'; font-style:italic; font-size:14px; color:#686868; text-transform:uppercase;}
.what-role-content .shaadi-logo img { padding:10px; border:solid 1px #fff1e7; width:18%;margin-top: 14px;margin-bottom: 11px;}
#what-role .roles { border:solid 1px #fff1e7; text-align:center; padding:30px 0px; position:relative; width:100%;}
#what-role .roles a { color:#414040; }
#what-role .roles h3 { text-transform:uppercase; font-size:15px;font-family: 'AvenirLTStd-Light';}
#what-role .roles:before,#what-role .roles:nth-child(3):before { content:''; position:absolute; width:9px; height:26px; left:50%; top:-44px; z-index:9; background-image:url(../images/downarrow.png); background-repeat:no-repeat;}
#what-role .singleline { background-image:url(../images/singleline.jpg); background-repeat:no-repeat;  background-position: 48.7% top; padding-top:43px;margin-top: 30px; }
#what-role .roles.role3:before {background-image:url(../images/downarrow2.png) !important;height: 47px !important;top: -63px;}


#vid { padding-top:30px; padding-bottom:70px; text-align:center;}
.vid-title h2 { font-size:56px; color:#404040;font-family: 'CormorantGaramond-Regular'; text-transform:uppercase; line-height:40px;}
.vid-title p {font-family: 'CormorantGaramond-Light'; font-style:italic; font-size:14px; color:#686868; text-transform:uppercase;}
.vid-content { text-align:left;  padding: 0px 78px; margin-top:30px;}
.vid-content h3 { color:#404040; font-size:36px; font-family: 'CormorantGaramond-Regular'; margin:0px;}
.vid-content p {font-family: 'AvenirLTStd-Light'; font-size:14px; color:#414040; }
.video-box { text-align:center; margin-top:30px;}
.video-box img:hover {-webkit-box-shadow: 0px 0px 41px 1px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 41px 1px rgba(0,0,0,0.25);
box-shadow: 0px 0px 41px 1px rgba(0,0,0,0.25);}
 
.know-more{
	color: #414040;
    text-decoration: none;
    text-transform: uppercase;
	background-color:#f0e3db;
    display: inline-block;
    padding: 10px 15px 10px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
	text-transform:uppercase;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
	text-decoration: none;
	font-family: 'AvenirLTStd-Light';
	letter-spacing:1px;
}

a:hover.know-more { background-color:#c4122f; color:#FFF; }

#footer { background-color:#111111; color:#FFF; padding-top:30px; padding-bottom:30px; text-align:center;}
.footer-link { position:relative; }
.footer-link a { color:#FFF; text-transform:uppercase; font-family: 'CormorantGaramond-Regular'; font-size:16px;margin-right: 60px;}
.social { margin-top:20px; }
.copyright { color:#777777; font-family: 'AvenirLTStd-Light'; font-size:14px; padding-top:20px;}
.footer-logo { position:absolute; right:14px; bottom:48px; }

.down-arrow { position:absolute; z-index:999; left:50%;bottom: 30px; width:50px; height:50px;}

#toTop{
	position: fixed;
	bottom: 50px;
	right: 10px;
	cursor: pointer;
	display: none;
	background-color:#c4122f;
	border:solid 1px #FFF;
	color:#FFF;
	z-index:9999;
	
}
#toTop .glyphicon {
    color: #FFF;
}

ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* VID */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  /* Allows right click menu on the video */
  /*background: url("https://d3k5xyayaartr5.cloudfront.net/_assets/pattern-overlays/patterns/black-medium-checks.png") left top repeat;*/
  opacity: 0.3;
}

.video-hero--content {
  position: relative;
  text-align: center;
  color: #FFF;
  height: 515px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}





.video-hero--content h2 {
  font-size: 34px;
  margin: 0 0 10px;
}

.video-hero--content p {
  font-size: 20px;
  margin: 0;
}

.vid-container { width:965px; margin:0 auto; position:relative; }

.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.js .jquery-background-video.is-visible {
  opacity: 1;
}

/**
 * Pause/play button
 */
.jquery-background-video-pauseplay {
  position: absolute;
  background: transparent;
  border: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0;
  cursor: pointer;
  outline: none !important;
}

.jquery-background-video-pauseplay span {
  display: none;
}

.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF;
}

.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 5px solid #FFF;
}

.jquery-background-video-pauseplay.pause:after {
  left: 10px;
}

/* INNER PAGE */
.inner-page-title {font-family: 'CormorantGaramond-Regular'; margin:0px; font-size:40px; text-transform:uppercase;margin-bottom: 14px;} 

#soluxe { margin-top:94px; padding-top:23px; padding-bottom:50px;}
.soluxe-logo { margin-bottom:18px; }
.inner-content-area {}
.inner-content-area h2,.inner-content-area h3 { margin:0px; margin-bottom:15px; padding:0px; font-size:30px; color:#404040; line-height:36px;font-family: 'CormorantGaramond-Regular';}
.inner-content-area h3 {}
.inner-content-area p { font-size:17px; color:#414040; line-height:25px;font-family: 'AvenirLTStd-Light'; font-weight:600}
.inner-content-area a {}

#services { padding-bottom:40px; }
#services h1 { padding-bottom:30px; }
#Destination { padding-bottom:20px; padding-top:20px; }

.services-list ul { margin:0px; padding:0px; list-style-type:none; }
.services-list ul li a { display:block; background-color:#FFF;box-shadow: 0 0px 0px rgba(0,0,0,0.15);transition: box-shadow 0.3s ease-in-out;margin-right: 11px; margin-bottom:18px;height: 229px; overflow:hidden;}
.services-list ul li a h2 { margin:0px; padding-left:20px; padding-top:15px; margin-bottom:12px;line-height: 28px;}
.services-list ul li a p { padding-left:20px; line-height:20px;font-family: 'CormorantGaramond-Regular'; font-weight:normal;}
.services-list ul li a:hover {box-shadow: 0 5px 15px rgba(0,0,0,0.3);}
.pop-text {font-family: 'CormorantGaramond-Regular' !important; font-weight:normal !important; font-style:18px !important;}
.pop-listing { background-image:url(../images/dots1.png); background-position:8px 7px; background-repeat:no-repeat; padding-left:20px; padding-bottom:5px; margin-left: 17px;}
.services-list ul li a h2.internalional-pad { padding-top:95px; }

#gallery { background-color:#FFF; padding-top:30px;  padding-bottom:30px;}
#gallery h1 { margin-bottom:30px; }
#gallery h1 span {font-family: 'CormorantGaramond-Light'; font-style:italic; font-size:14px; color:#686868; text-transform:uppercase; display:block;}
.gallery-container { width:966px; margin:0 auto; }

#touch-testimonial {padding-top: 50px;padding-bottom: 50px;}
.get-in-touch { background-color:#FFF; padding: 30px 40px;min-height: 300px;}
.get-in-touch h2 { font-size:36px; margin:0px; color:#404040; font-family: 'CormorantGaramond-Regular'; margin-bottom:20px;}

.get-in-touch form .form-control { border:solid 1px #f0e3db;  border-radius:0px; padding:23px 15px;  font-family: 'AvenirLTStd-Light'; font-weight:600; box-shadow:none; position:relative;}
.get-in-touch form .form-control.city {height: 48px; border:solid 1px #f0e3db; text-transform:uppercase; border-radius:0px; padding:0px 15px;  font-family: 'AvenirLTStd-Light'; font-weight:600; box-shadow:none; position:relative;}
.submit-bt {width:27% !important; margin:0 auto !important; border-radius:0px; background-color:#000; border:none !important;padding: 10px 12px !important;}
.contact-bt {width:16% !important; margin-top:10px !important; } 

.get-in-touch form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
  text-transform: uppercase;
}
.get-in-touch form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #555;
  text-transform: uppercase;
}
.get-in-touch form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #555;
  text-transform: uppercase;
}
.get-in-touch form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #555;
  text-transform: uppercase;
}

/*.form-group { position:relative; }
.form-group:before { content:''; position:absolute; left:0px; bottom:0px; height:2px; width:0%; background-color:#000; z-index:99; }
.form-group:hover:before { width:100%; }*/

.testimonial { background-color:#FFF; padding: 30px 40px;min-height: 300px;}
.testimonial h2 { font-size:36px; margin:0px; color:#404040; font-family: 'CormorantGaramond-Regular'; margin-bottom:20px;}
.testimonial p {font-family: 'CormorantGaramond-Light'; font-size:22px; color:#686868; line-height: 27px; background-image:url(../images/q1.png); background-repeat:no-repeat; background-position:left top;padding-left: 41px;}
.testimonial p strong { display:block; font-size:16px; }
.testimonial .carousel-indicators li { background-color:#d9d9d9; border:none; margin:0px;}
.testimonial .carousel-indicators .active { background-color:#000; width:10px; height:10px;}
.testimonial .carousel li { margin-right:0px; }
.testimonial .carousel-indicators { bottom: -40px; }

.testimonial .carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.testimonial .carousel-fade .carousel-inner .item,
.testimonial .carousel-fade .carousel-inner .active.left,
.testimonial .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.testimonial .carousel-fade .carousel-inner .active,
.testimonial .carousel-fade .carousel-inner .next.left,
.testimonial .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.testimonial .carousel-fade .carousel-inner .next,
.testimonial .carousel-fade .carousel-inner .prev,
.testimonial .carousel-fade .carousel-inner .active.left,
.testimonial .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.testimonial .carousel-fade .carousel-control {
  z-index: 2;
}
.testimonial .glyphicon { color:#101010;}
.testimonial .carousel-control { opacity:1; width:7%;}
.testimonial .carousel-control.left,.carousel-control.right { background-image:none; }
.testimonial .carousel-control.left {left: -32px;}
.testimonial .carousel-control.right {right: -36px;}

#other-links { background-color:#FFF; padding-top:40px; padding-bottom:60px;}
#other-links h1 { padding-bottom:40px; }
#other-links a { background-color:#f0e3db; display:block; font-family: 'CormorantGaramond-Regular'; transition: all 0.7s ease;}
#other-links a h2 { margin:0px; text-align:center; color:#404040; font-size:40px;padding-top: 110px;}
#other-links a h2.wedding { padding-top:100px; }
#other-links a:hover img { transition: all 0.7s ease; -webkit-transform:scale(1); transform:scale(1);}
#other-links a:hover img {-webkit-transform:scale(0.96); transform:scale(0.96);}
#other-links a:hover {box-shadow: 0 5px 15px rgba(0,0,0,0.2);}

#about-us-banner {margin-top: 92px; text-align:center; width:100%; display:block; position:relative; min-height:312px;}
#about-us-banner h2 { font-family: 'CormorantGaramond-Regular'; position:absolute; text-transform:uppercase; color:#FFF; left:50%; margin-left:-9% !important; bottom:0px; display:block; }
#about-us-banner h2 span { display:inline-block; padding:10px; background-color:#000; color:#FFF; font-size:25px; }
.destination-title { left:45% !important; }

.about-logo { width:15%; margin-top: -22px; }
.about-logo2 { width:23%; margin-top: -22px; }

#about-us-banner h2.our-wedding {margin-left:-124px} 

#about-sol-peta { padding-top:50px; padding-bottom:50px; }
#about-sol-peta .container-1160 {background-color:#FFF;}
.about-pets-sol {padding-left: 60px; padding-top: 25px;}
.about-pets-sol h2 { font-size:34px; margin-bottom:37px}
.about-pets-sol p { padding-right:30px; margin-top:8px; line-height:23px;margin-bottom: 37px;}

#contact-us {position:relative; text-align:center; width:100%; display:block;}
.contactus a { color:#414040; }
.contactus { text-align:left; padding-left: 70px;padding-right: 20px; padding-top: 57px;} 
.contactus h1 { margin-bottom:30px; }
.contact-form { padding:0 60px; padding-top:50px; background-color:#FFF; padding-bottom:30px; background-image:url(../images/patterns.png);}
.contact-form h2 { text-transform:uppercase; color:#666666; font-size:30px;font-family: 'AcuminProExtraCond-Semibold'; letter-spacing:1px; margin-bottom:0px; }
.contact-form form { margin-top:20px; } 
.contact-left-title{margin-left:-124px !important;}

.map { min-height:450px; background-image:url(../images/map.jpg); background-repeat:no-repeat; background-size:cover;}
.contact-form input.input-sm { height: 50px; border:solid 1px #C8C8C8; border-radius:0; font-size:16px; color:#7d7d7d; opacity:0.8; width: 100%;}
input[type=submit].btn-block {  background-color: #000; color:#FFF; border-radius:0px; text-transform:uppercase; width: inherit;}
.contact-form select.input-sm { height: 50px; color: #a0a0a0; font-size: 16px;}
select {   -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.contact-form textarea.input-sm { padding-top:10px; font-size: 16px; }

.place-form .input-sm { padding:18px 10px; border:solid 1px #C8C8C8; border-radius:0; font-size:16px; color:#7d7d7d; opacity:0.8; width: 100%;}
.place-form select.input-sm { height: 41px; padding:0px 10px;}
.place-form textarea.input-sm { padding-top:10px; }
.form-lable { font-size:13px !important; text-align: left;padding-left: 4px;}
.time-textbox { margin-left:10px; }

.map-container {
	width: 100%;
}
.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}

.modal-dialog {
margin: 0px auto;
}

.modal-backdrop.fade {
opacity: 0.5;
filter: alpha(opacity=0.5);
}

.modal-content {
position: relative;
background-color: #FFF;
border: 1px solid #CECECE;
border-radius: 0px;
-webkit-box-shadow:none; 
 box-shadow: none;
background-clip: padding-box;
outline: 0;
background-image: url(../images/patterns.png);
border: none;
}
.modal-header { background-color:transparent !important; background:none !important; border:none !important; }


.modal-header {
    padding: 11px 15px;
	background-color: #F8F8F8;
background: -webkit-linear-gradient(top, #F8F8F8, #F2F2F2);
background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
background: linear-gradient(top, #f8f8f8, #f2f2f2);
}

.modal.in .modal-dialog {-webkit-transform: translate(0,100%);
    -ms-transform: translate(0,22%);
    -o-transform: translate(0,22%);
    transform: translate(0,22%);}
.modal-title { text-align:center; font-family: 'AcuminProExtraCond-Semibold';font-size: 24px;}
.modal-header .close {margin-top: -4px;font-size: 40px; outline:none;}
.place-form form { text-align:center; }

#testimonial { padding-top:50px; }
#testimonial ul { margin:0px; padding:0px; list-style-type:none; }
#testimonial ul li { background-image:url(../images/red-line.jpg); background-repeat:no-repeat; background-position:center bottom;margin-bottom: 60px;padding-bottom: 60px;}
#testimonial ul li:last-child { background-image:url(../images/red-line-2.jpg);} 

#testimonial ul li.testimonial-container .testimonial-img { margin:0 auto; position:relative;}
#testimonial ul li.testimonial-container h2 {color:#b70c0e;font-family: 'AcuminProExtraCond-Semibold'; font-size:32px; margin:0px; line-height: 26px;margin-top: 60px;}
#testimonial ul li.testimonial-container h2 span { display:block; font-size:16px; color: #101010;}
#testimonial ul li.testimonial-container p {line-height: 24px;font-family: 'CormorantGaramond-Regular';font-weight: normal; margin:0px;font-size:23px; padding-top:10px;}
#testimonial ul li.testimonial-container .team-content { margin-left:0px; }
#testimonial ul li.testimonial-container .team-content h2 {margin-top:0px;color: #404040;font-size: 26px;}
#testimonial ul li.testimonial-container .team-content h2 span { display:block; font-size:16px; }

/*#testimonial ul li.testimonial-container .row.sibling {
  overflow: hidden; 
}
#testimonial ul li.testimonial-container .row.sibling [class*="col-"] {
	 margin-bottom: -99999px;
    padding-bottom: 99999px;
	background-color: #fef1e9;
}*/

/**/
.wedding-gallery a,.wedding-video a { position:relative; display:block; outline:none;}
.wedding-video a { margin-bottom:25px; }
.wedding-gallery a::before,.wedding-video a::before {content: '';
    display: block;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out; }
.wedding-gallery a img
{
  height: 154px;
}
	
.wedding-gallery a::after,.wedding-video a::after{ content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: url(../images/zoom.png) no-repeat;
    position: absolute;
    /* top: 40%; */
    top: 15%;
    left: 34%;
    opacity: 0;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out; transition: all 0.3s ease; -webkit-transform:scale(1.2);
transform:scale(1.2);}	

.wedding-video a::after { background: url(../images/play.png) no-repeat;}

.wedding-gallery a:hover:before, .wedding-gallery a:hover:after,.wedding-video a:hover:before, .wedding-video a:hover:after {
    opacity: 1;
	-webkit-transform:scale(1);
transform:scale(1);
}


.our-services-list { padding-top:50px; padding-bottom:50px; }	
.our-services-list ul { margin:0px; padding:0px; list-style-type:none; }
.our-services-list ul li { display:inline-block; margin: 0 23px;}
.our-services-list ul li a { display:block; padding:8px 0px; position:relative; text-transform:uppercase;font-size:30px;font-family: 'CormorantGaramond-Regular'; font-size:26px; color:#000;}

.our-services-list ul li a:after,.our-services-list ul li a span:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    border: solid;
    border-width: 1px 0 0;
    position: absolute;
    bottom: 0;
}
.our-services-list ul li a:after {
    width: 0;
    left: 50%;
    -moz-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.our-services-list ul li a:hover:after {
    width: 100%;
}

#careers { background-color:#fff9f5; padding-top:30px; padding-bottom:30px; }
#careers h2 { margin:0px; margin-bottom:8px; background-image:url(../images/bullet-points1.png); background-repeat:no-repeat; background-position:left 9px; padding-left:26px;}
#careers p { margin-bottom:0px; padding-bottom:0px; margin-bottom:20px;padding-left: 30px;}

#our-team {background-color:#fff9f5; padding-top:60px; padding-bottom:30px}
#our-team .row { margin-bottom:60px; }
.team-pic img {border-radius: 130px; border: solid 4px #e4e4e4; font-weight:600;margin-top: 60px;}

.team-content { padding:15px; background-color:#fef1e9; border-radius:15px; margin-top: 20px; position:relative;margin-left:40px;padding-left:40px;}
.team-content:before { content:""; position:absolute; left:-16px; top:46%; background-image:url(../images/bullet-points2.png); background-repeat:no-repeat; z-index:99; width:34px; height:28px; } 
#our-team h2 span { display:block; font-size:16px; }

.client-left-title {margin-left: -184px !important; } 
.modal { width:998; }
.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xs-15 {
    display: inline-block;
    float: none;
    margin-right: -4px;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-15 {
    width: 20%;
    float: left
}

#our-services .col-lg-15,#our-services .col-md-15,#our-services .col-sm-15,#our-services .col-xs-15 {margin-right:0px;}

.destination-shaadionline-logo { width:11%}

/* CYCLE SLIDER */
.cycle-slideshow.about-content { padding:0px !important; }
.cycle-slide { z-index:0 !important; }

/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow { width:100%; padding: 0; position: relative;
    background: url(../images/spinner.gif) 50% 50% no-repeat;

 }

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #FFF; cursor: pointer; line-height: 0.3; border-radius:50px;
}
.cycle-pager span.cycle-pager-active { color: #df0202;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}


/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(../images/right.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(../images/left.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }

/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

.error{  
	display: block;
    max-width: 100%; 
    margin-bottom: 10px;
    font-weight: 700;
    color: #e21738;
    float: left;
}



/* 
    media queries 
    some style overrides to make things more pleasant on mobile devices
*/

.modal-dialog-width { width:830px; margin-top: 60px;}

@media (min-width:768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}

/* RESPONSIVE */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
{
.container,.container-1200,.container-980,.container-1160,.vid-container { width:100%;}

.banner-links a { min-height: 375px; }
.banner-links a.pretasol {padding-top:34%;}
.banner-links a.play-bt {padding-top:67%;}
#about-us { padding-top:0px; }
.about-content {padding: 30px 20px;}
#what-role { padding-top:0px;padding-bottom: 20px; }
.what-role-content h2,.vid-title h2 { font-size:30px; }
#what-role .roles {margin-bottom: 11px;}
.what-role-content .shaadi-logo img {width: 50%;}
#what-role .roles:before { display:none; }
#what-role .singleline { background-image:none;padding-top: 23px;margin-top: 0px;}
#vid { padding-bottom:20px; padding-top:0px; }
.vid-content {padding: 0px 0px;}
.vid-content h3 { font-size: 30px; margin-bottom:10px;} 
.video-box img { width:100%; }
.navbar-brand { text-align:left; }
.navbar-nav>li>a { padding-top: 12px; padding-bottom: 12px;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color:transparent; }
.navbar-default .navbar-toggle { border-color:transparent;}
.navbar-toggle .icon-bar {    width: 25px;}
.navbar-default .navbar-toggle .icon-bar {background-color: #df0202}
#top a.placeenquiry {padding-right: 15px;}
.navbar-toggle {margin-right: 5px;}
.video-hero--content {height: 285px;}
.video-js { width:100% !important; height: 206px !important;  }
.navbar-nav {margin-left: 0; margin:0px;}
.navbar-right {margin-right: 0;}
.nav>li>a { margin:0 12px; }
.nav>li { border-bottom:solid 1px #e4e4e4; }
.dropdown-menu { position:relative; float:none; width:100%; border:none;}
.mega-dropdown-menu {width:100%;background-color: rgb(247, 247, 247); }  
.our-services-nav { left:0px; }
#about-us-banner h2 {font-size:14px;margin-left:-52px;margin-top: -20px;}
.inner-page-title {font-size: 30px;padding-top: 30px;}
.inner-content-area h2, .inner-content-area h3 {font-size: 24px;padding: 0px 10px;}
.about-logo {width: 29%;margin-top: -17px;} 
#about-us p { padding-left:10px; padding-right:10px; }
.about-pets-sol { text-align:center; padding-left:0px; padding-top:20px; }
.about-pets-sol p { padding-right:10px; }
#soluxe { padding-bottom: 10px;}
.services-list ul li a {margin-right: 11px;margin-left: 11px;}
#inline1,#inline2,#inline3,#inline4,#inline5,#inline6,#inline7,#inline8,#inline9,#inline10,#inline11,#inline12,#inline13 { width:100% !important; }
.fancybox-wrap {top: 120px !important;}
.gallery-container { width:100%; }
.flex-direction-nav { display:none !important; }
.get-in-touch {padding: 30px 0px;}
.testimonial p {margin-top: 20px;}
#other-links a { margin-bottom:20px; }
#other-links a h2 {padding-top: 23px;padding-bottom: 20px;}
#other-links a h2.wedding {padding-top: 20px;}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {padding: 11px 15px 11px 15px;}
.navbar-nav .open .dropdown-menu { background-color: rgb(247, 247, 247);width: 93%; margin:0 auto; }
.nav>li>a:before,.nav>li>a:after { display:none; } 
.inner-content-area p {    padding: 0 10px;}
.fancybox-wrap { position:fixed !important }
.contactus {padding-left: 10px;padding-top:0;padding-bottom: 30px; text-align:center;}
.contact-form { padding:20px 0px; }


.team-content:before {left: 44%;top: -12px;}
.destination-shaadionline-logo {width: 28%;}
.contact-form select.input-sm { margin-left:0px; padding: 0px 0px; margin-top:10px; }
.contact-bt {width: 26% !important;}
.contact-left-title {margin-left: -55px !important;}
#about-us-banner h2.our-wedding {margin-left: -54px;}
.container-1160 { padding-top:0px !important; }
#our-services .col-md-15 { float:left; }
.client-left-title {margin-left: -54px !important;}
}

@media only screen 
  and (min-device-width: 481px) 
  and (max-device-width: 767px) 
 {
.container,.container-1200,.container-980,.container-1160,.vid-container { width:100%;}

.banner-links a.pretasol {padding-top:34%;}
.banner-links a.play-bt {padding-top:67%;}
#about-us { padding-top:0px; }
.about-content {padding: 30px 20px;}
#what-role { padding-top:0px;padding-bottom: 20px; }
.what-role-content h2,.vid-title h2 { font-size:30px; }
#what-role .roles {margin-bottom: 11px;}
.what-role-content .shaadi-logo img {width: 50%;}
#what-role .roles:before { display:none; }
#what-role .singleline { background-image:none;padding-top: 23px;margin-top: 0px;}
#vid { padding-bottom:20px; padding-top:0px; }
.vid-content {padding: 0px 0px;}
.vid-content h3 { font-size: 30px; margin-bottom:10px;} 
.video-box img { width:100%; }
.navbar-brand { text-align:left; }
.navbar-nav>li>a { padding-top: 12px; padding-bottom: 12px;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color:transparent; }
.navbar-default .navbar-toggle { border-color:transparent;}
.navbar-toggle .icon-bar {    width: 25px;}
.navbar-default .navbar-toggle .icon-bar {background-color: #df0202}
#top a.placeenquiry {padding-right: 15px;}
.navbar-toggle {margin-right: 5px;}
.video-hero--content {height: 285px;}
.video-js { width:100% !important; height: 206px !important;  }
.navbar-nav {margin-left: 0; margin:0px;}
.navbar-right {margin-right: 0;}
.nav>li>a { margin:0 12px; }
.nav>li { border-bottom:solid 1px #e4e4e4; }
.dropdown-menu { position:relative; float:none; width:100%; border:none;}
.mega-dropdown-menu {width:100%;background-color: rgb(247, 247, 247); }  
.our-services-nav { left:0px; }
#about-us-banner h2 {font-size:14px;margin-left:-52px;margin-top: -20px;}
.inner-page-title {font-size: 30px;padding-top: 30px;}
.inner-content-area h2, .inner-content-area h3 {font-size: 24px;padding: 0px 10px;}
.about-logo {width: 29%;margin-top: -17px;} 
#about-us p { padding-left:10px; padding-right:10px; }
.about-pets-sol { text-align:center; padding-left:0px; padding-top:20px; }
.about-pets-sol p { padding-right:10px; }
#soluxe { padding-bottom: 10px;}
.services-list ul li a {margin-right: 11px;margin-left: 11px;}
#inline1,#inline2,#inline3,#inline4,#inline5,#inline6,#inline7,#inline8,#inline9,#inline10,#inline11,#inline12,#inline13 { width:100% !important; }
.fancybox-wrap {top: 120px !important;}
.gallery-container { width:100%; }
.flex-direction-nav { display:none !important; }
.get-in-touch {padding: 30px 0px;}
.testimonial p {margin-top: 20px;}
#other-links a { margin-bottom:20px; }
#other-links a h2 {padding-top: 23px;padding-bottom: 20px;}
#other-links a h2.wedding {padding-top: 20px;}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {padding: 11px 15px 11px 15px;}
.navbar-nav .open .dropdown-menu { background-color: rgb(247, 247, 247);width: 93%; margin:0 auto; }
.nav>li>a:before,.nav>li>a:after { display:none; } 
.inner-content-area p {    padding: 0 10px;}
.fancybox-wrap { position:fixed !important }
.contactus {padding-left: 10px;padding-top:0;padding-bottom: 30px; text-align:center;}
.contact-form { padding:20px 0px; }

-left:0px; padding: 0px 0px; margin-top:10px; }
.contact-bt {width: 26% !important;}
.contact-left-title {margin-left: -55px !important;}
#about-us-banner h2.our-wedding {margin-left: -54px;}
.container-1160 { padding-top:0px !important; }
#our-services .col-md-15 { float:left; }
.client-left-title {margin-left: -54px !important;}
}
@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait)
{

.container,.container-1200,.container-980,.container-1160,.vid-container { width:100%;}

.banner-links a.pretasol {padding-top:34%;}
.banner-links a.play-bt {padding-top:67%;}
#about-us { padding-top:0px; }
.about-content {padding: 50px 20px;}
#what-role { padding-top:0px;padding-bottom: 20px; }
.what-role-content h2,.vid-title h2 { font-size:30px; }
#what-role .roles {margin-bottom: 11px;}
.what-role-content .shaadi-logo img {width: 50%;}
#what-role .roles:before { display:none; }
#what-role .singleline { background-image:none;padding-top: 23px;margin-top: 0px;}
#vid { padding-bottom:20px; padding-top:0px; }
.vid-content {padding: 0px 0px;}
.vid-content h3 { font-size: 30px; margin-bottom:10px;} 
.video-box img { width:100%; }
.navbar-brand { text-align:left; }
.navbar-nav>li>a { padding-top: 12px; padding-bottom: 12px;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color:transparent; }
.navbar-default .navbar-toggle { border-color:transparent;}
.navbar-toggle .icon-bar {    width: 25px;}
.navbar-default .navbar-toggle .icon-bar {background-color: #df0202}
#top a.placeenquiry {padding-right: 15px;}
.navbar-toggle {margin-right: 5px;}
.video-hero--content {height: 735px;}
.video-js { width:100% !important; height: 426px !important;  }
.navbar-nav {margin-left: 0; margin:0px;}
.navbar-right {margin-right: 0;}
.nav>li>a { margin:0 12px; }
.nav>li { border-bottom:solid 1px #e4e4e4; }
.dropdown-menu { position:relative; float:none; width:100%; border:none;}
.mega-dropdown-menu {width:100%;background-color: rgb(247, 247, 247); }  
.our-services-nav { left:0px; }
#about-us-banner h2 {font-size: 21px;margin-left: -62px;margin-top: -20px;}
.inner-page-title {font-size: 30px;padding-top: 28px;}
.inner-content-area h2, .inner-content-area h3 {font-size: 24px;padding: 0px 10px;}
.about-logo {width: 29%;margin-top: -17px;} 
#about-us p { padding-left:10px; padding-right:10px; }
.about-pets-sol { text-align:center; padding-left:10px; padding-top:20px; }
.about-pets-sol p { padding-right:10px; }
#soluxe { padding-bottom: 10px;}
.services-list ul li a {margin-right: 11px;margin-left: 11px;}

#other-links a h2.wedding {padding-top: 20px;}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {padding: 11px 15px 11px 15px;}
.navbar-nav .open .dropdown-menu { background-color: rgb(247, 247, 247);width: 93%; margin:0 auto; }
.nav>li>a:before,.nav>li>a:after { display:none; } 
.inner-content-area p {    padding: 0 10px;}
.fancybox-wrap { position:fixed !important }

 .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
	  padding: 5px 5px;
	  border-radius:1px;
	  margin-top:13px;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
	  /*height:273px;*/
      overflow: scroll;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
	  position:relative;
  }
  .collapse.in{
      display:block !important;
  }
  .navbar-nav .open .dropdown-menu,.dropdown-menu { position:relative; width:100%;}
.mega-dropdown-menu.product-nav { width:100%; }

}

