@import url('../css2.css');
@import url('../css2-1.css');


a{color:#ffffff;}
a:hover{color:black; text-decoration:none;}
img {max-width: 100%;}


li{color:#ffffff !important; }


#myGallery li, .photogalleryimglist li{ float:left; width:49.5%; margin:2px !important; list-style:none;} 
#myGallery1 li{display: inline;
    /* flex: 1 1 auto; */
    width: 30%;
    margin: 10px;
    border-radius: 10px;
    float: left;
    } 
#myGallery li img{ border:solid 1px #E7C27E; /*border-radius:12px;*/ /*max-height:350px;*/}
#myGallery1 li img{ border: solid 1px #E7C27E;
    border-radius: 12px;
    /* max-height: 325px; */
    margin: 11px;
    /* float: left; */}

.carousel{ width:100% !important;}
@media(min-width: 1200px){.container{max-width:1200px;}}

/* Added Dropdown menu */
.dropdown-submenu{ position: relative;}
.dropdown-submenu a::after{transform: rotate(-90deg); position: absolute; right: 10px; top: 20px}
.dropdown-submenu .dropdown-menu{top: 0; left: 100%; margin-left: 0; margin-right: 0; border-left: 1px solid #cca662 !important;}


@media all and (min-width: 992px){
.navbar .nav-item .dropdown-menu{ display: none; }
.navbar .nav-item:hover .dropdown-menu .dropdown-menu{display: none;}
.navbar .nav-item:hover .dropdown-menu .dropdown-submenu:hover .dropdown-menu .dropdown-submenu .dropdown-menu{display: none;}
.navbar .nav-item .dropdown-menu{ margin-top:0;}
.navbar .nav-item:hover .dropdown-menu .dropdown-submenu:hover .dropdown-menu{ display: block; }
.navbar .nav-item:hover .dropdown-menu .dropdown-submenu:hover .dropdown-menu .dropdown-submenu:hover .dropdown-menu{display: block;}

}


.btn-primary{background: #6a0200; border-color: #6a0200; color: #fff; border-radius: 5px; font-size: 16px; font-weight: 400; width: auto; padding: 12px 20px; width: auto; min-width: initial;}
.btn-primary:hover{background:#8e0705; border-color:#8e0705; color:#fff;}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover, .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary{background:#8e0705; border-color:#8e0705; outline:none !important; box-shadow: none !important;color:#fff;}
.btn-default{background: transparent; border-color: #6a0200; color: #fff; padding: 12px 20px; border-radius: 5px; font-size: 16px; font-weight: 500; width:auto; }
.btn-default:hover{background: #8e0705; color:#fff;}
.form-control{border-radius:0px; outline:none; font-weight: 400; font-size: 14px; height:30px; border: 1px solid #bbbcbd;}
.form-control:focus{outline:none; box-shadow:none; border-color:#ff4500;}
label{color:#010101; font-weight:400;}
.btn{font-weight:600;}
 
header{padding: 0px 0 0;}
header .logo{margin-bottom:25px;}
header .header-right{text-align:right;}
header .header-right .row2{margin-top:15px;}
header .header-right .row2 a{width: 42px; height: 42px; /*background: #bdab46;*/ border-radius: 50%; display: inline-block; text-align: center; line-height: 32px; color: #000; /*margin-left:6px; border:2px solid #bdab46;*/}
header .header-right .row2 a:hover{background-color:transparent; color:#bdab46;}
header .header-right .row1 .phone{display: inline-block; margin-right: 30px;}
header .header-right .row1 .phone a{color:#f8e9bd; display:inline-block;}
header .header-right .row1 .contact{display: inline-block;}
header .header-right .row1 .contact a{color:#f8e9bd; display:inline-block;}
header .header-right .row1 .phone a i, header .header-right .row1 .contact a i{margin-right:5px;}
header .navbar{background-color: #e08514; box-shadow: 0px 0px 9px 0px rgb(6 22 58 / 7%); padding: 0;}
header .navbar-nav .nav-link{color:#f8e9bd; font-size:16px; font-weight:600; text-transform:uppercase; letter-spacing: 1px;padding:0; text-shadow: 0px 1px 1px #000; position:relative; }
header .navbar-nav > .nav-item{position:relative;padding:0px 20px !important;}
header .navbar-nav > .nav-item:before{content:""; display:block; background:#f8e9bd; height:18px; position:absolute; top:30px; left:0; width: 1px; }
.nav-link a{content: "";
    background-color: #e7c27e;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.9s ease; border-bottom:solid 1px #e7c27e;}
header .navbar-nav li:first-child:before{display:none;}
header .navbar-nav > .nav-item > a:before{left: 8px; bottom: -3px; width: 100%; height: 1px; display: block; opacity: 0; position: absolute; content: ""; background-color: #e7c27e; transition: all 0.9s ease;}
header .navbar-nav > .nav-item:hover > a:before{width: 15px; opacity: 1;}
.dropdown-toggle::after{ display:none !important;}
header .navbar-nav li:first-child:before{display:none;}
header .navbar-nav .nav-link:hover{color:#e7c27e;}
header .searchbox{position:relative;}
header .searchbox i{color:#fff; line-height:40px;}
@media all and (min-width: 992px){.navbar .nav-item .dropdown-menu{ display: none; }.navbar .nav-item:hover .dropdown-menu{ display: block; }.navbar .nav-item .dropdown-menu{ margin-top:0;}}	
.navbar .nav-item:hover .dropdown-menu{padding:0; border: 0; min-width: 200px;}
.navbar .nav-item:hover .dropdown-menu a{padding: 15px 20px; background: #6a0200; color: #f8e9bd; font-size: 14px; text-shadow: 1px 1px #000; letter-spacing:2px; line-height:18px; -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;}
.navbar .nav-item:hover .dropdown-menu a:hover{color:#e7c255;}
header .searchbox .searchitem{position: absolute; right: 0; top: 50px; z-index: 1; width: 350px; padding: 0; background: #bdab46; border: 2px solid #fff; display:none;}
header .searchbox .searchitem .btn-primary{position:absolute; top:-15px; right:0; width:50px; height:50px; background:#e7c266 !important; border:0; padding:0; border-radius:0;}
header .searchbox .searchitem .form-control{height:50px; border:0;}
header .searchbox .btn-search.open i:before{content:"\f00d";}
header .searchbox .btn-search{text-align: center; width: 40px; height: 40px; display: block; line-height: 40px; border-radius: 50%; transition:0.3s all ease;}
header .searchbox .btn-search:hover, header .searchbox .btn-search.open{background: #bdab46;color: #f8e9bd;}

.home-banner{overflow:hidden; /*border-bottom:2px solid #e7c266;*/ border-bottom: 10px solid #000;
    border-image: linear-gradient(to right, #9e6b3e 30%, #fcf0bf 60%, #9e6b3e 85%);
    border-image-slice: 1;}
.home-banner img{/*height:600px;*/ width:100%; object-fit:cover; object-position:center;}
.home-banner .owl-pagination{position: absolute; right: 40px; bottom: 30px;}
.home-banner .owl-pagination > div{width: 14px; height: 14px; background: #bdab46; border-radius: 50%; margin: 0 5px; display: inline-block; border: 2px solid #bdab46; }
.home-banner .owl-pagination > div:hover{background:#6a0200;}
.home-banner .owl-buttons > div{position:absolute; top:50%; transform:translateY(-50%); left:-60px; width:50px; height:50px; background:#e7c266; overflow: hidden;transition:0.3s all ease;}
.home-banner .owl-buttons .owl-next{left:auto; right:-60px;}
.home-banner .owl-buttons .owl-prev:before{content:"\f104"; display:block; width:50px; height:50px; font: normal normal normal 14px/1 FontAwesome; color: #fff; font-size: 30px; text-align: center; line-height: 50px;}
.home-banner .owl-buttons .owl-next:before{content:"\f105"; display:block; width:50px; height:50px; font: normal normal normal 14px/1 FontAwesome; color: #fff; font-size: 30px; text-align: center; line-height: 50px;}
.home-banner:hover .owl-buttons .owl-next{right:0; }
.home-banner:hover .owl-buttons .owl-prev{left:0; }
.home-banner .owl-buttons > div:hover{background:#410403;}
.home-banner .owl-buttons > div:hover:before{color:#bdab46;}



.home_tier2{padding:20px 0; border-bottom:1px solid #e7c266;}
.home_tier2 .item{width:100%; height:280px; overflow:hidden; position:relative; border:2px solid #e7c266; margin-bottom:30px;}
.home_tier2 .item a{display:block;}
.home_tier2 .item a .img{width:100%; height:280px; position:relative}
.home_tier2 .item a .img img{width:100%; height:280px; object-fit:cover; object-position:center;}
.home_tier2 .item a .img:before{content:""; display:block; width:100%; height:100%; background:#000; opacity:0; visibility:hidden; z-index:1; position:absolute; top:0; left:0; transition:0.5s all ease;}
.home_tier2 .item a .img:after{content: ""; display: block; border: 1px solid #838383; opacity: 0; visibility: hidden; z-index: 1; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; transition: 0.5s all ease;}
.home_tier2 .item:hover a .img:before, .home_tier2 .item:hover a .img:after{opacity:0.9; visibility:visible;}
.home_tier2 .item .text{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden;transition: 0.3s all ease;}
.home_tier2 .item:hover .text{opacity:1; visibility:visible;}
.home_tier2 .item .text h3{position:relative; font-size:24px; font-weight:600;color: #e7c266; text-transform:uppercase;}
.home_tier2 .item .text h3:after{content:""; display:block; width:60px; height:3px; background:#e7c266; margin:10px auto 0;}
.home_tier3{/*padding-bottom:50px; padding-top:50px*/}
.home_tier3 .img{text-align:center;}
.home_tier3 .img img{max-height: 425px;}

.home_tier1{/*background:url(../img/khilna.jpg) no-repeat; background-position:left center; background-size: auto 100%;*/ padding:60px 0;}
.home_tier1 .img{display:none;}
.home_tier1 h2{margin-bottom: 20px; font-weight: 400; font-size: 22px; color: #f8e9bd; border-bottom:solid 1px; padding-bottom:8px;}
.vgallery h2{ color:#e7c266; text-align:center; font-size:22px; margin-bottom:1%;}
.home_tier1 .text{max-width:100%; margin-bottom:30px;} 
.home_tier1 .text p{color:#cba4a4;}
.home_tier1 .link a{color:#bdab46;}
.home_tier1 .link a i{transition:0.3s all ease;}
.home_tier1 .link a:hover i{margin-left:5px;}

.home-packeges{padding:20px 0; border-bottom:1px solid #e7c266;}
.home-packeges h2, .vgallery h2{text-align: center; margin-bottom: 20px;  font-size: 24px; color: #e7c266;}
.home-packeges .col-sm-3{flex: 0 0 20%; max-width: 20%;}
.home-packeges .item{padding:0px; border:1px solid #e7c266; transition:0.5s all ease;}
.home-packeges .item:hover{background: rgba(231, 194, 126, 0.2);}
.home-packeges .item .img{margin-bottom:30px; height:220px;}
.home-packeges .item .img img{height: 250px; width: 100%; object-fit: cover; object-position: center;}
.home-packeges .item h6{color:#e7c266; margin-bottom:20px; font-weight: 600; font-size: 15px; text-align:center;}
.home-packeges .item p{  overflow: hidden; font-size:14px; text-align:center; color:white !important;}
.home-packeges .link a{color:#bdab46;}
.home-packeges .link a i{transition:0.3s all ease;}
.home-packeges .link a:hover i{margin-left:5px;}

.innerpage{padding-top:40px;}
.innerpage .sidebar .block{margin-bottom:15px; clear:both;}
.innerpage .sidebar .block .block-title{color: #f8e9bd;
    /* background: #6a0200; */
    font-weight: 400;
    font-size: 18px;
     border-bottom:solid 1px #f8e9bd; line-height:30px;}
.innerpage .sidebar .block .block-content, .about-block{padding:10px; background: -moz-linear-gradient(top,  rgba(20,2,2,1) 0%, rgba(20,2,2,0.9) 70%, rgba(20,2,2,0.7) 85%, rgba(20,2,2,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,2,2,1)), color-stop(70%,rgba(20,2,2,0.9)), color-stop(85%,rgba(20,2,2,0.7)), color-stop(100%,rgba(20,2,2,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(20,2,2,1) 0%,rgba(20,2,2,0.9) 70%,rgba(20,2,2,0.7) 85%,rgba(20,2,2,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(20,2,2,1) 0%,rgba(20,2,2,0.9) 70%,rgba(20,2,2,0.7) 85%,rgba(20,2,2,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(20,2,2,1) 0%,rgba(20,2,2,0.9) 70%,rgba(20,2,2,0.7) 85%,rgba(20,2,2,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(20,2,2,1) 0%,rgba(20,2,2,0.9) 70%,rgba(20,2,2,0.7) 85%,rgba(20,2,2,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#140202', endColorstr='#00140202',GradientType=0 ); /* IE6-9 */

-webkit-border-radius: 5px;  
    border-radius: 5px 5px 0px 0px;}
.innerpage .sidebar .block .block-content ul{margin:0; padding:0;}
.innerpage .sidebar .block .block-content ul li{list-style:none; margin-bottom:5px; border-bottom:1px dotted #8c5151; clear:both;}
.innerpage .sidebar .block .block-content ul li a{display:inline-block; padding:8px 0; color:#cba4a4 !important; clear:both;}
.innerpage .sidebar .block .block-content ul li a:hover{ color:#E7C27E !important;}
.innerpage .sidebar .block iframe{width:100%;}

.about-block-text{margin-bottom:50px;}
.about-block-text h2{font-weight: 500;
    font-size: 20px;
    color: #d8c27e !important;
    border-bottom: 1px solid #d8c27e;
    font-weight:normal; margin-bottom:20px;}
.about-block-text p{color:#fff; margin-bottom:30px; line-height:24px;}
.about-video-block{padding:10px; background:#fff;}
.about-video-block iframe{width:100%; height:385px; display:block;}
.aboutpage .row-reversed{flex-direction: row-reverse;}
.home-block-thumbs{margin-bottom:50px;}
.hlink a{ display:block; margin-bottom:8px;}
.btn-danger{ background-color:#eec551; color:#000; padding:8px 16px !important; font:0.80rem !important;}
.btn-danger:hover{ background-color:#eec551; color:#fff;}
.home-block-thumbs .item{ min-height: 120px; max-width: 100%; border-radius: 5px; border: 1px solid #ac9c50;}
.home-block-thumbs .item .title{font-size: 15px; text-shadow: 1px 1px 1px #000; font-weight: 600; color: #E7C27E; text-align: right; margin-top: 10px; margin-right: 10px; margin-bottom:10px;}
.thumb-box1 .title, .thumb-box2 .title, .thumb-box3 .title, .thumb-box4 .title{ border-bottom:none !important;}
.home-block-thumbs .item .text{padding-right:10px;}
.home-block-thumbs .item .text p{font-size: 12px; text-align: right; margin-top: 5px; margin-right: 10px; max-width: 130px; margin-left: 2px; color: #cba4a4; line-height: 16px; margin: 0 0 0 auto;}
.home-block-thumbs a{color:inherit; display: block;}
.home-block-thumbs .item.thumb-box1{background: url(../img/footer-bridal-collection-img.png) no-repeat; position: relative; z-index: 99; cursor: pointer; background-size:cover !important;}
.home-block-thumbs .item.thumb-box1:hover{background: url(../img/footer-bridal-collection-img-hover.png) no-repeat;}
.home-block-thumbs .item.thumb-box2{background: url(../img/footer-press-media-img.png) no-repeat; position: relative; z-index: 99; cursor: pointer; background-size:cover !important;}
.home-block-thumbs .item.thumb-box2:hover{background: url(../img/footer-press-media-img-hover.png) no-repeat;}
.home-block-thumbs .item.thumb-box3{background: url(../img/footer-services-img.png) no-repeat; position: relative; z-index: 99; cursor: pointer; background-size:cover !important;}
.home-block-thumbs .item.thumb-box3:hover{background: url(../img/footer-services-img-hover.png) no-repeat;}
.home-block-thumbs .item.thumb-box4{background: url(../img/footer-mehndi-shop-img.png) no-repeat; position: relative; z-index: 99; cursor: pointer; background-size:cover !important;}
.home-block-thumbs .item.thumb-box4:hover{background: url(../img/footer-mehndi-shop-img-hover.png) no-repeat;}
.home-block-thumbs .item.thumb-box3 .text{padding-left:10px; padding-right:0;}
.home-block-thumbs .item.thumb-box3 p{margin: 0; text-align: left; margin-right: 0;}
.home-block-thumbs .item.thumb-box4 .text{padding-left:10px; padding-right:0;}
.home-block-thumbs .item.thumb-box4 p{margin: 0; text-align: left; margin-right: 0;}
.home-block-thumbs .item.thumb-box3 .title{text-align: left; padding-left:10px;}
.home-block-thumbs .item.thumb-box4 .title{text-align: left; padding-left:10px;}

.contactpage .row-reversed{flex-direction: row-reverse;}
.contact-form label{color:#fff;}
.contact-form .form-group{}
.contact-form .form-control{border:0; height:40px;}
.contact-form textarea.form-control{height:100px; resize:none;}
.contact-form .btn-container .btn{width:160px; margin-right:10px;}
.contact-form .customradio{margin-top: 10px;}
.contact-form .customradio label{position:relative; margin:0 30px 0 0; }
.contact-form .customradio label input{position:absolute; top:0; left:0; opacity:0; cursor:pointer;z-index: 1;width: 100%; height: 100%;}
.contact-form .customradio label span:before{content:""; vertical-align: middle;border:1px solid #fff; display:inline-block; width:16px; height:16px; border-radius:50%; margin-right:10px;}
.contact-form .customradio label input:checked ~ span:after{content: ""; display: block; position: absolute; left: 4px; top: 7px; width: 8px; height: 8px; background: #fff; border-radius: 50%;}

.gallery-content{
	float: left; width:32.5% !important;
	margin:5px; margin-bottom:30px;
	border-radius:10px; margin-right:0px; text-align:center; 
	/*border:#E7C27E thin solid;*/
background: -moz-linear-gradient(top,  rgba(55,6,2,0.7) 20%, rgba(55,6,2,0.5) 80%, rgba(55,6,2,0.2) 90%, rgba(55,6,2,0) 100%);
/*background: #640b04;
background: -moz-linear-gradient(top,  #640b04 0%, #370602 100%); /* FF3.6+ */
background: -moz-linear-gradient(top,  rgba(55,6,2,1) 0%, rgba(55,6,2,1) 1%, rgba(100,11,4,0.89) 32%, rgba(112,8,4,0.8) 54%, rgba(112,8,4,0.8) 55%, rgba(100,11,4,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(55,6,2,1)), color-stop(1%,rgba(55,6,2,1)), color-stop(32%,rgba(100,11,4,0.89)), color-stop(54%,rgba(112,8,4,0.8)), color-stop(55%,rgba(112,8,4,0.8)), color-stop(100%,rgba(100,11,4,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(55,6,2,1) 0%,rgba(55,6,2,1) 1%,rgba(100,11,4,0.89) 32%,rgba(112,8,4,0.8) 54%,rgba(112,8,4,0.8) 55%,rgba(100,11,4,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(55,6,2,1) 0%,rgba(55,6,2,1) 1%,rgba(100,11,4,0.89) 32%,rgba(112,8,4,0.8) 54%,rgba(112,8,4,0.8) 55%,rgba(100,11,4,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(55,6,2,1) 0%,rgba(55,6,2,1) 1%,rgba(100,11,4,0.89) 32%,rgba(112,8,4,0.8) 54%,rgba(112,8,4,0.8) 55%,rgba(100,11,4,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(55,6,2,1) 0%,rgba(55,6,2,1) 1%,rgba(100,11,4,0.89) 32%,rgba(112,8,4,0.8) 54%,rgba(112,8,4,0.8) 55%,rgba(100,11,4,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#370602', endColorstr='#00640b04',GradientType=0 ); /* IE6-9 */

    }
	.gallery-content:hover{background: -moz-linear-gradient(bottom,  rgba(55,6,2,0.7) 20%, rgba(55,6,2,0.5) 80%, rgba(55,6,2,0.2) 90%, rgba(55,6,2,0) 100%); background: -webkit-linear-gradient(bottom,  rgba(55,6,2,1) 0%,rgba(55,6,2,1) 1%,rgba(100,11,4,0.89) 32%,rgba(112,8,4,0.8) 54%,rgba(112,8,4,0.8) 55%,rgba(100,11,4,0) 100%);}
.gallery-content h2{margin:5px 0px 10px 0px; color:#d8c27e !important; font-size:14px; font-weight:700;}
/*.gallery-content img{margin:0px 12px 5px 18px;} */
.gallery-content p{margin:5px 12px 0px 18px; text-align:justify;}

@media(max-width:1199px){
header .navbar-nav .nav-link{padding: 20px 15px !important;}
.home-banner img{height: 450px;}
}

@media(max-width:991px){
.home_tier2 .item .text h3{font-size:18px;}
.home-packeges .col-sm-3 {flex: 0 0 50%; max-width: 50%; margin-bottom: 30px;}
.home-banner img{height: 350px;}
.navbar-toggler-icon:before{content:"\f0c9"; font: normal normal normal 14px/1 FontAwesome; display:block; width:30px; height:30px; font-size:20px; color:#fff; line-height: 30px;}
.navbar-toggler:focus, .navbar-toggler:hover{outline:none;}
header .searchbox{position: absolute; top: 0; right: 0;}
.navbar-nav .nav-item{border-top:1px solid rgba(255,255,255,0.2);}
.navbar-nav .nav-item:first-child{border-top:0;}
footer .footer-block.block2 .item-container a, footer .footer-block.block2 .item-container a img{height:75px;}
}
@media(max-width:767px){
.header-right{display: block;
       margin: 0 auto;
    width: 100%;
    float: none !important;}	
    header .header-right{ text-align:center;}
    .copyright span{display:block;}
    .home_tier1 h2, .home-packeges h2{ font-size:20px !important;}
header{padding-top:15px;}
header .logo{margin-bottom:15px;}
header .logo{text-align:center;}
header .logo img{height:50px;}
.home-banner img{height: 250px;}
.home-banner .owl-pagination{right: 20px; bottom: 10px;}
.home_tier1{background:transparent; padding: 40px 0;}
.home_tier1 h2, .home-packeges h2{font-size:30px; line-height:30px; text-align:center;}
.home-packeges .col-sm-3{flex: 0 0 100%; max-width: 100%;}
.home-packeges .item p{height:auto;}
.home-packeges{padding:40px 0 0 0;}
.home_tier2{padding:20px 0 0 0;}
footer .footer-block{margin-bottom:40px;}
footer .copyright .text{text-align:center;}
footer .socoalmedia{text-align:center; margin-top:30px;}


#myGallery li, #myGallery1 li, .photogalleryimglist li{ display:block; width:95%;}
.gallery-content{ width:95% !important; }


}

