

/* Start:/styles/madyar-main.css?17852402945696*/
.bg1 {
  background: url(/images/portfolio/madyar-main/bg1.jpg) no-repeat bottom center;
}

.bg2 {
  background: url(/images/portfolio/madyar-main/bg2.jpg) no-repeat bottom center #06191d;
}

.slider .prev, .slider .next, .design-slider .prev, .design-slider .next {
  background: url(/images/portfolio/madyar-main/ctrl.png) no-repeat;
  width: 50px;
  height: 92px;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -46px;
  border: none;
  padding: 0;
}
.slider .prev, .design-slider .prev {
  left: -50px;
}
.slider .prev:hover, .design-slider .prev:hover {
  background-position: 0 -92px;
}
.slider .next, .design-slider .next {
  background-position: -50px 0;
  right: -50px;
}
.slider .next:hover, .design-slider .next:hover {
  background-position: -50px -92px;
}
body .container{
  overflow: visible;
}
.main-page {
  position: relative;
  text-align: center;
}
.main-page .slider {
  position: absolute;
  top: 72px;
  left: 50px;
  right: 50px;
}

.star-line {
  overflow: hidden;
  width: 100%;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin: 25px 0;
}
.star-line:before {
  content: "";
  position: absolute;
  width: 50%;
  right: 50%;
  margin-right: 15px;
  height: 1px;
  top: 50%;
}
.star-line:after {
  content: "";
  position: absolute;
  width: 50%;
  left: 50%;
  margin-left: 15px;
  height: 1px;
  top: 50%;
}
.star-line.black {
  background-image: url("/images/portfolio/madyar-main/star_b.png");
}
.star-line.black:before, .star-line.black:after {
  background: #222c31;
}
.star-line.white {
  background-image: url("/images/portfolio/madyar-main/star_w.png");
}
.star-line.white:before, .star-line.white:after {
  background: #90979a;
}

.design-slider {
  position: relative;
  margin: 80px 50px 0;
}

.tiles .tile {
  float: left;
  width: 20%;
  position: relative;
  overflow: hidden;
}
.tiles .tile:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/images/portfolio/madyar-main/shadow.png) center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translate3D(0, -100%, 0);
  -ms-transform: translate3D(0, -100%, 0);
  transform: translate3D(0, -100%, 0);
  -webkit-transition: .2s;
  transition: .2s;
  opacity: .7;
}
.tiles .tile:hover:after {
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}

.dis1 {
  position: relative;
  text-align: center;
  margin-bottom: 195px;
}
.dis1 .add {
  position: absolute;
  bottom: -154px;
  left: -69px;
}

.mobile-presentation .left {
  float: left;
  width: 31.57895%;
}
.mobile-presentation .left .top {
  float: right;
}
.mobile-presentation .left .bot {
  float: left;
  margin-right: -50%;
  margin-top: 101px;
}
.mobile-presentation .center {
  float: left;
  width: 38.37012%;
}
.mobile-presentation .right {
  float: left;
  width: 30.05093%;
}
.mobile-presentation .right .top {
  float: right;
  margin-left: -50%;
  margin-top: 101px;
  position: relative;
  z-index: 1;
}
.mobile-presentation .right .bot {
  float: left;
}
.mobile-presentation .phone {
  background: url(/images/portfolio/madyar-main/phone.png) no-repeat top center;
  height: 610px;
  border-top: 1px solid transparent;
}

.mobile-page {
  margin: 87px 50px 0 107px;
  max-height: 426px;
  overflow: hidden;
  text-align: left;
}

.text {
  margin: 45px 0;
}

.bg1 .text, .bg2 .text {
  color: #fff;
}
body .modal-backdrop{
  background: rgba(0,0,0,.5);
}
.modal-dialog{
  text-align: center;
}
.img-container{
  display: inline-block;
  position: relative;
}
body .img-container .close{
  width: 85px;
  height: 85px;
  background: url(/images/portfolio/madyar-main/close.png) no-repeat center center #172126;
  position: absolute;
  top: 0;
  right: -85px;
}

.hovers {
	width: 91.44067796610169%;
	margin: 0 auto 0 auto;
	position: relative;
}

.hovers::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
}

.hovers__item {
	width: 16.66666666666667%;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

@media (max-width: 1199px) {
	.hovers__item {
		/*width: 20%;*/
	}
}

.hovers__image {
	max-width: 100%;
}

.hovers__item-info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(34, 44, 49, 0.7);
	text-align: center;
	padding: 18.93939393939394%;
	-webkit-transition: all 0.1s ease;
     -moz-transition: all 0.1s ease;
     -o-transition: all 0.1s ease;
     transition: all 0.1s ease;
}

.hovers__item-info p {
	font-size: 12px;
	color: #fff;
}

.hovers__item:hover .hovers__item-info {
	top: 100%;
	-webkit-transition: all 0.1s ease;
     -moz-transition: all 0.1s ease;
     -o-transition: all 0.1s ease;
     transition: all 0.1s ease;
}

.hovers__item:hover .hovers__item-link {
	top: 50%;
	-webkit-transition: all 0.35s ease;
     -moz-transition: all 0.35s ease;
     -o-transition: all 0.35s ease;
     transition: all 0.35s ease;
}

.hovers__item-title {
	border-bottom: 1px solid #FFF;
	font-size: 18px;
	margin-bottom: 10px;
	color: #fff;
	margin-top: 0px;
}

.clear {
	clear: both;
}

.hovers__item-link {
	display: block;
	width: 170px;
	background: #222C31;
	padding: 14px 36px;
	color: #fff;
	transition: all 0.35s ease 0s;
	position: absolute;
	top: -200%;
	margin-top: -29px;
	left: 50%;
	margin-left: -85px;
	-webkit-transition: all 0.35s ease;
     -moz-transition: all 0.35s ease;
     -o-transition: all 0.35s ease;
     transition: all 0.35s ease;
}

.hovers__item-link:hover {
	background: #A1B2BC;
}

/*# sourceMappingURL=madyar-main.css.map */

/* End */
/* /styles/madyar-main.css?17852402945696 */
