/*-----------------------------Custom Css------------------------------------------ */
.wrapper{
	padding:0;
	margin:0;
	-webkit-font-smoothing: subpixel-antialiased;
 -webkit-text-stroke:1px transparent;
  font-family: sans-serif;
}

a{text-decoration:none !important;}
/*-------Use Horizontal wd-row------------------------------*/

.gallery-section{padding:60px 0; background:#eee;overflow:hidden;}
.gallery{margin:15px 0;}

.horizontal-row-section{
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	background-color: #fff;
	padding:30px;
}
 .gallery-image img{width:100%;}

.horizontal-row{
	display:block;
	background:#fff;
	border: #c6c6c6 2px solid;
    background-color: white;
    min-height: 100px;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
    border-radius: 4px;
	margin-bottom:30px;
}
.horizontal-row .wd-media-object {
    max-width: 350px;
    min-height: 100px;
    border-radius:2px;
}
.horizontal-row .gallery-content{
	padding:15px;
	overflow:hidden;
	width:auto !important;
}
.horizontal-row .wd-media-heading{
	margin:15px 0;
	color: #313536;
	font-size:24px;
}
.horizontal-row .gallery-content p{
	color:#6C7476;
	font-size:15px;
	line-height:26px;
}
.readmore-btn {
    font-size: 14px;
    font-family: sans-serif;
    padding: 10px 0px ;
    line-height: 1;
     transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
    display: inline-block;
    outline: none !important;
    text-decoration: none !important;
    font-weight: 700;
    margin: 0px !important;
	
}

.readmore-btn:hover {
  color:#fff;
  background:#2B60DE;
  padding: 10px 15px ;
}
/*-----wd-media Responsive-----------*/
@media only screen and (min-width:480px) and (max-width: 600px) {
.horizontal-row .gallery-content{
  float:left !important;
}
.horizontal-row .wd-media-object {
   max-width:100% !important;
}
	
}

@media only screen and (min-width:200px) and (max-width: 480px) {
.horizontal-row .gallery-content{
  float:left !important;
}
.horizontal-row .wd-media-object {
   max-width:100% !important;
}

}


/*---------Mansory Gallery Css---------------------------------------------------------*/
#my-gallery-wd-container {
	background-color: #ededed;
}
#my-gallery-wd-container p {
	text-align: center;
	color: #4d4d4d;
}
.item {
	border: #c6c6c6 2px solid;
	width: 100%;
	background-color: white;
	min-height: 100px;
	padding: 5px;
	margin: 10px 0px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
	border-radius: 4px;,
	
}

.item:hover {
	opacity: 0.5;
}
.item p {

}
.item.h150{
	width: 100%;
	min-height: 150px;
}

.item.h200{
	width: 100%;
	min-height: 200px;

}

.item.h250{
	width: 100%;
	min-height: 200px;
}
.padding{
	padding:5px !important;
}


/*------------------Gallery With Caption----------------------------------------------------*/
.gallery-area{
  margin-bottom:30px;
}
.gallery-caption{
	 text-align:center;
	 display:block;
	 padding:15px;
	 background:#eee;
}
.gallery-caption h4{
	 font-size:18px;
	 line-height:36px;
	 padding:0;
	 margin:0;
}
.gallery-caption h4 a{
	 color:#101010;
	 font-family: sans-serif;
	 transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.gallery-caption{
   font-family: sans-serif;
   font-size:14px;
   line-height:24px;
}

/*---Shadow Css-----------------------------------*/
.shadow1,.shadow6{
  position:relative;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
.shadow1:before, .shadow1:after{
  position:absolute;
  content:"";
  bottom:12px;left:15px;top:80%;
  width:45%;
  background:#9B7468;
  z-index:-1;
  -webkit-box-shadow: 0 20px 15px #9B7468;
  -moz-box-shadow: 0 20px 15px #9B7468;
  box-shadow: 0 20px 15px #9B7468;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.shadow1:after{
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  transform: rotate(6deg);
  right: 15px;left: auto;
}
.shadow6:before, .shadow6:after{
  position:absolute;
  content:"";
  top:100px;bottom:5px;left:30px;right:30px;
  z-index:-1;
  box-shadow:0 0 40px 13px #486685;
  border-radius:100px/20px; 
}
/*------Gallery overly Caption Css-----------------------------*/
.item-box {
    position: relative;
    display: block;
	margin-bottom:30px;
}
.item-box a {
  display:block;
  overflow:hidden;
}

.item-box:hover .item-mask {
opacity: 1;
visibility: visible;
}

.item-box:hover .item-mask .item-caption {
		bottom: 30px;
		opacity: 1;
	}
.item-box:hover .item-wd-container {
	transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
	
	}
.item-wd-container {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    min-height: 250px;
	
}

.item-mask {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
	text-align:center;
}
.item-mask h4, .item-mask h6, .item-mask p {
	margin-bottom: 0px;
	color:#fff;
	text-align:center;
}
.item-mask h4{
  font-size:18px;
  line-height:36px;
}

.item-mask p {
	text-transform: uppercase;
	font-size: 12px;
	line-height:24px;
	letter-spacing: 1.5px;
	margin-top: 0;
}

.item-mask .item-caption {
    width:100%;
	position: absolute;
	bottom: -60px;
	padding-left: 30px;
	padding-right: 30px;
	text-align:center;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	opacity: 0;
}

/*---Text Align Css-------------*/
.text-center{
  text-align:center;
}
.text-left{
  text-align:left;
}
.text-right{
  text-align:right;
}
.gallery-caption h4 a:hover {
  color:#337ab7;
}



/*---------Responsive Custom Class----------------------------------------------------------*/
@-ms-viewport {
  width: device-width;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wd-img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.wd-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .wd-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .wd-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .wd-container {
    width: 1170px;
  }
}
.wd-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.wd-row {
  margin-left: -15px;
  margin-right: -15px;
}
.wd-col-xs-1, .wd-col-sm-1, .wd-col-md-1, .wd-col-lg-1, .wd-col-xs-2, .wd-col-sm-2, .wd-col-md-2, .wd-col-lg-2, .wd-col-xs-3, .wd-col-sm-3, .wd-col-md-3, .wd-col-lg-3, .wd-col-xs-4, .wd-col-sm-4, .wd-col-md-4, .wd-col-lg-4, .wd-col-xs-5, .wd-col-sm-5, .wd-col-md-5, .wd-col-lg-5, .wd-col-xs-6, .wd-col-sm-6, .wd-col-md-6, .wd-col-lg-6, .wd-col-xs-7, .wd-col-sm-7, .wd-col-md-7, .wd-col-lg-7, .wd-col-xs-8, .wd-col-sm-8, .wd-col-md-8, .wd-col-lg-8, .wd-col-xs-9, .wd-col-sm-9, .wd-col-md-9, .wd-col-lg-9, .wd-col-xs-10, .wd-col-sm-10, .wd-col-md-10, .wd-col-lg-10, .wd-col-xs-11, .wd-col-sm-11, .wd-col-md-11, .wd-col-lg-11, .wd-col-xs-12, .wd-col-sm-12, .wd-col-md-12, .wd-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.wd-col-xs-1, .wd-col-xs-2, .wd-col-xs-3, .wd-col-xs-4, .wd-col-xs-5, .wd-col-xs-6, .wd-col-xs-7, .wd-col-xs-8, .wd-col-xs-9, .wd-col-xs-10, .wd-col-xs-11, .wd-col-xs-12 {
  float: left;
}
.wd-col-xs-12 {
  width: 100%;
}
.wd-col-xs-11 {
  width: 91.66666667%;
}
.wd-col-xs-10 {
  width: 83.33333333%;
}
.wd-col-xs-9 {
  width: 75%;
}
.wd-col-xs-8 {
  width: 66.66666667%;
}
.wd-col-xs-7 {
  width: 58.33333333%;
}
.wd-col-xs-6 {
  width: 50%;
}
.wd-col-xs-5 {
  width: 41.66666667%;
}
.wd-col-xs-4 {
  width: 33.33333333%;
}
.wd-col-xs-3 {
  width: 25%;
}
.wd-col-xs-2 {
  width: 16.66666667%;
}
.wd-col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .wd-col-sm-1, .wd-col-sm-2, .wd-col-sm-3, .wd-col-sm-4, .wd-col-sm-5, .wd-col-sm-6, .wd-col-sm-7, .wd-col-sm-8, .wd-col-sm-9, .wd-col-sm-10, .wd-col-sm-11, .wd-col-sm-12 {
    float: left;
  }
  .wd-col-sm-12 {
    width: 100%;
  }
  .wd-col-sm-11 {
    width: 91.66666667%;
  }
  .wd-col-sm-10 {
    width: 83.33333333%;
  }
  .wd-col-sm-9 {
    width: 75%;
  }
  .wd-col-sm-8 {
    width: 66.66666667%;
  }
  .wd-col-sm-7 {
    width: 58.33333333%;
  }
  .wd-col-sm-6 {
    width: 50%;
  }
  .wd-col-sm-5 {
    width: 41.66666667%;
  }
  .wd-col-sm-4 {
    width: 33.33333333%;
  }
  .wd-col-sm-3 {
    width: 25%;
  }
  .wd-col-sm-2 {
    width: 16.66666667%;
  }
  .wd-col-sm-1 {
    width: 8.33333333%;
  }

}
@media (min-width: 992px) {
  .wd-col-md-1, .wd-col-md-2, .wd-col-md-3, .wd-col-md-4, .wd-col-md-5, .wd-col-md-6, .wd-col-md-7, .wd-col-md-8, .wd-col-md-9, .wd-col-md-10, .wd-col-md-11, .wd-col-md-12 {
    float: left;
  }
  .wd-col-md-12 {
    width: 100%;
  }
  .wd-col-md-11 {
    width: 91.66666667%;
  }
  .wd-col-md-10 {
    width: 83.33333333%;
  }
  .wd-col-md-9 {
    width: 75%;
  }
  .wd-col-md-8 {
    width: 66.66666667%;
  }
  .wd-col-md-7 {
    width: 58.33333333%;
  }
  .wd-col-md-6 {
    width: 50%;
  }
  .wd-col-md-5 {
    width: 41.66666667%;
  }
  .wd-col-md-4 {
    width: 33.33333333%;
  }
  .wd-col-md-3 {
    width: 25%;
  }
  .wd-col-md-2 {
    width: 16.66666667%;
  }
  .wd-col-md-1 {
    width: 8.33333333%;
  }

}
@media (min-width: 1200px) {
  .wd-col-lg-1, .wd-col-lg-2, .wd-col-lg-3, .wd-col-lg-4, .wd-col-lg-5, .wd-col-lg-6, .wd-col-lg-7, .wd-col-lg-8, .wd-col-lg-9, .wd-col-lg-10, .wd-col-lg-11, .wd-col-lg-12 {
    float: left;
  }
  .wd-col-lg-12 {
    width: 100%;
  }
  .wd-col-lg-11 {
    width: 91.66666667%;
  }
  .wd-col-lg-10 {
    width: 83.33333333%;
  }
  .wd-col-lg-9 {
    width: 75%;
  }
  .wd-col-lg-8 {
    width: 66.66666667%;
  }
  .wd-col-lg-7 {
    width: 58.33333333%;
  }
  .wd-col-lg-6 {
    width: 50%;
  }
  .wd-col-lg-5 {
    width: 41.66666667%;
  }
  .wd-col-lg-4 {
    width: 33.33333333%;
  }
  .wd-col-lg-3 {
    width: 25%;
  }
  .wd-col-lg-2 {
    width: 16.66666667%;
  }
  .wd-col-lg-1 {
    width: 8.33333333%;
  }

}

.wd-media {
  margin-top: 15px;
}
.wd-media:first-child {
  margin-top: 0;
}
.wd-media,
.wd-media-body {
  zoom: 1;
  overflow: hidden;
}
.wd-media-object {
  display: block;
}
.wd-media-object.img-thumbnail {
  max-width: none;
}
.wd-media-right, .wd-media {
  padding-left: 10px;
}
.wd-media-left, .wd-media {
  padding-right: 10px;
}
.wd-media-left,
.wd-media-right,
.wd-media-body {
  display: table-cell;
  vertical-align: top;
}

