@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{font-family:'Roboto', sans-serif;}
.container{max-width:1320px;}
@keyframes slideShow{ 0% {transform:scale(1);} 50% {transform:scale(1.1);} 100% {transform:scale(1);} }

.header{width:100%;height:auto;display:block;position:relative;float:left;background-color:#ffffff;box-shadow:1px 1px 5px 0px rgba(0,0,0,0.2);z-index:50;}
.header::before{content:"";width:100%;height:55px;display:block;position:absolute;left:0;top:0;background-color:#753939;background:linear-gradient(to left, #753939 0% 50%, #3f4b3d 50% 100%);}
.header .navbar{padding:0 0 0 250px;}
.header .logo{width:250px;height:100%;display:block;position:absolute;left:0;top:0;background-color:#ffffff;z-index:10;box-shadow:0 5px 10px rgba(0,0,0,0.07);}
.header .logo a{width:100%;height:100%;display:flex;position:relative;float:left;text-decoration:none;justify-content:center;align-items:center;}
.header .logo a span{width:147px;height:115px;display:block;position:relative;float:left;background-image:url(images/logo.svg);background-position:center;background-size:cover;background-repeat:no-repeat;}
.header .top{width:100%;height:55px;display:flex;position:relative;float:left;padding-left:30px;background-color:#753939;flex-wrap:wrap;justify-content:space-between;align-items:center;}
.header .top .contact{width:auto;height:auto;display:block;position:relative;float:left;}
.header .top .contact a{width:auto;height:auto;display:flex;position:relative;float:left;margin-right:20px;text-decoration:none;align-items:center;color:#ffffff;transition:0.3s;}
.header .top .contact a svg{width:25px;height:25px;margin-right:7px;fill:#ffffff;}
.header .top .contact a:hover{opacity:0.75;}
.header .top .social{width:auto;height:auto;display:block;position:relative;float:left;}
.header .top .social a{width:auto;height:auto;display:block;position:relative;float:left;margin-left:15px;text-decoration:none;}
.header .top .social a svg{width:20px;height:20px;fill:#ffffff;transition:0.3s;}
.header .top .social a:hover svg{opacity:0.75;}
.header .bottom{width:100%;height:auto;display:flex;position:relative;float:left;padding:25px 0 25px 30px;flex-wrap:wrap;justify-content:space-between;align-items:center;}
.header .bottom .menu{width:auto;height:auto;display:block;position:relative;float:left;}
.header .bottom .menu ul{width:auto;height:auto;display:block;position:relative;float:left;margin:0;padding:0;list-style:none;}
.header .bottom .menu ul li{width:auto;height:auto;display:block;position:relative;float:left;margin-right:30px;}
.header .bottom .menu ul li:last-child{margin-right:0;}
.header .bottom .menu ul li a{width:auto;height:auto;display:block;position:relative;float:left;text-decoration:none;color:#1f242c;font-weight:500;font-size:18px;transition:0.3s;}
.header .bottom .menu ul li a:hover{color:#753939;}
.header .bottom .button{width:auto;height:auto;display:block;position:relative;float:left;}
.header .bottom .button a{display:inline-block;padding:10px 20px;text-decoration:none;background-color:#3f4b3d;color:#ffffff;font-weight:500;border:2px solid #3f4b3d;border-radius:.25rem;transition:0.3s;}
.header .bottom .button a:hover{background-color:#753939;border-color:#753939;}
.header .mobile-button{width:auto;height:auto;display:none;position:absolute;float:right;outline:none;padding:0;background-color:transparent;border:1px solid transparent;border-radius:.25rem;right:0;top:50%;margin-top:-10.50px;}
.header .mobile-button:focus{outline:none;}
.header .mobile-button .menu-icon{width:30px;height:19px;position:relative;transform:rotate(0deg);transition:.5s ease-in-out;cursor:pointer;}
.header .mobile-button .menu-icon span{width:100%;height:3px;display:block;position:absolute;background-color:#753939;border-radius:3px;opacity:1;left:0;transform:rotate(0deg);transition:.35s ease-in-out;}
.header .mobile-button .menu-icon span:nth-child(1){top:0;border-bottom-left-radius:0;border-bottom-right-radius:0;}
.header .mobile-button .menu-icon span:nth-child(2), .menu-icon span:nth-child(3){top:8px;}
.header .mobile-button .menu-icon span:nth-child(4){top:16px;border-top-left-radius:0;border-top-right-radius:0;}
.header .mobile-button .menu-icon.open span:nth-child(1){top:8px;width:0%;left:50%;}
.header .mobile-button .menu-icon.open span:nth-child(2){transform:rotate(45deg);}
.header .mobile-button .menu-icon.open span:nth-child(3){transform:rotate(-45deg);}
.header .mobile-button .menu-icon.open span:nth-child(4){top:8px;width:0%;left:50%;}

.slider{width:100%;height:auto;display:block;position:relative;float:left;background-color:#753939;}
.slider .item{width:100%;height:700px;display:flex;position:relative;float:left;align-items:center;overflow:hidden;}
.slider .item::before{content:"";width:100%;height:100%;display:block;position:absolute;left:0;top:0;background-color:#0c0f0c;opacity:0.6;z-index:1;}
.slider .item .image{width:100%;height:100%;display:block;position:absolute;left:0;top:0;background-position:center;background-size:cover;z-index:0;animation:slideShow 10s linear infinite 0s;}
.slider .item .container{z-index:2;}
.slider .item .content{width:100%;height:auto;display:block;position:relative;float:left;padding-right:50px;}
.slider .item .content .title{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:15px;color:#ffffff;font-size:40px;font-weight:700;}
.slider .item .content .description{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:25px;color:#ffffff;font-size:18px;}
.slider .item .content .button{width:100%;height:auto;display:block;position:relative;float:left;}
.slider .item .content .button a{display:inline-block;padding:8px 20px;background-color:#753939;color:#ffffff;border-radius:.25rem;text-decoration:none;font-weight:500;letter-spacing:0.2px;border:7px solid #986b6b;transition:0.3s;}
.slider .item .content .button a:hover{background-color:#3f4b3d;border-color:#6f786e;}
.slider.owl-carousel .owl-dots{width:30px;height:auto;display:block;position:absolute;right:30px;top:50%;transform:translateY(-50%);z-index:5;}
.slider.owl-carousel button.owl-dot{width:30px;height:30px;display:block;position:relative;float:left;margin:5px 0;background-color:transparent;border:2px solid transparent;border-color:transparent;outline:none;border-radius:100%;transform:scale(0.8);transition:0.3s;}
.slider.owl-carousel button.owl-dot::before{content:"";width:8px;height:8px;display:block;position:absolute;left:50%;top:50%;margin:-4px 0 0 -4px;background-color:#ffffff;border-radius:100%;}
.slider.owl-carousel button.owl-dot.active{border-color:#ffffff;transform:scale(1);}

.services{width:100%;height:auto;display:block;position:relative;float:left;padding:50px 0;}
.services .title{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:35px;font-size:35px;text-align:center;font-weight:700;}
.services .title::after{content:"";width:100px;height:4px;display:block;position:absolute;float:left;background-color:#753939;bottom:-5px;right:0;left:0;top:auto;margin:auto;border-radius:3px;}
.services .item{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:30px;}
.services .item a{width:100%;height:auto;display:block;position:relative;float:left;text-decoration:none;color:#212529;background-color:#fce8d7;border-radius:30px;overflow:hidden;transition:0.3s;}
.services .item a .image{width:100%;height:100%;display:block;position:relative;float:left;overflow:hidden;}
.services .item a .image span{width:100%;height:100%;display:block;position:relative;float:left;background-position:center center;background-size:cover;transition:0.3s;}
.services .item a .content{width:100%;height:auto;display:flex;position:relative;float:left;padding:30px 30px 30px 0;min-height:250px;align-items:center;}
.services .item a .content .textarea{width:100%;height:auto;display:block;position:relative;float:left;margin:auto;}
.services .item a .content .textarea .txt{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:10px;font-size:23px;font-weight:600;}
.services .item a .content .textarea .desc{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:15px;max-height:96px;overflow:hidden;}
.services .item a .content .textarea .more{width:auto;height:auto;display:block;position:relative;float:left;background-color:#753939;color:#ffffff;text-decoration:none;padding:4px 15px;border-radius:30px;font-size:14px;transition:0.3s;}
.services .item a:hover{background-color:#fbdabf;}
.services .item a:hover .image span{transform:scale(1.1);}
.services .item a:hover .content .textarea .more{background-color:#3f4b3d;}

.page{width:100%;height:auto;display:block;position:relative;float:left;}
.page .banner{width:100%;height:auto;display:block;position:relative;float:left;padding:80px 0;background-position:center;background-size:cover;}
.page .banner::before{content:"";width:100%;height:100%;display:block;position:absolute;left:0;top:0;background-color:#010816;opacity:0.55;}
.page .banner .title{width:100%;height:auto;display:block;position:relative;float:left;text-align:center;font-size:40px;font-weight:700;color:#ffffff;}
.page .content{width:100%;height:auto;display:block;position:relative;float:left;padding:30px 0;}
.page .content .left{width:73%;height:auto;display:block;position:relative;float:left;}
.page .content .right{width:27%;height:auto;display:block;position:relative;float:left;padding-left:20px;}
.page .content .title{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:10px;font-size:30px;font-weight:600;}
.page .content .description{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:15px;font-size:17px;}
.page .content .img-text{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:15px;}
.page .content .img-text .img{width:100%;height:auto;max-width:320px;display:block;position:relative;float:left;margin-bottom:15px;margin-right:15px;z-index:1;}
.page .content .img-text .text{width:auto;height:auto;display:block;position:relative;float:none;font-size:17px;}
.page .content .big-image{width:100%;height:auto;display:block;position:relative;float:left;}
.page .content .big-image .item{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:15px;}
.page .content .gallery{width:100%;height:auto;display:block;position:relative;float:left;}
.page .content .gallery .row{margin-right:-7.5px;margin-left:-7.5px;}
.page .content .gallery .col-sm-6{padding-right:7.5px;padding-left:7.5px;}
.page .content .gallery .item{width:100%;height:auto;display:block;position:relative;float:left;border-radius:.25rem;margin-bottom:15px;overflow:hidden;transition:0.3s;}
.page .content .gallery .item a{width:100%;height:auto;display:block;position:relative;float:left;padding-top:56.25%;border-radius:.25rem;overflow:hidden;background-color:#ebebeb;}
.page .content .gallery .item a img{width:100%;height:100%;display:block;position:absolute;top:0;right:0;bottom:0;left:0;max-width:100%;max-height:100%;min-width:100%;min-height:100%;border-radius:.25rem;-webkit-object-fit:cover;-moz-object-fit:cover;-o-object-fit:cover;-ms-object-fit:cover;object-fit:cover;-webkit-object-position:center;-moz-object-position:center;-o-object-position:center;-ms-object-position:center;object-position:center;transition:0.3s;}
.page .content .gallery .item a:hover img{transform:scale(1.1);}
.page .content .video{width:100%;height:auto;display:block;position:relative;float:left;}
.page .content .video .row{margin-right:-7.5px;margin-left:-7.5px;}
.page .content .video .col-md-6{padding-right:7.5px;padding-left:7.5px;}
.page .content .video .item{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:15px;border-radius:.25rem;overflow:hidden;}
.page .content .video .item video{display:block;}
.page .content .file{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:15px;}
.page .content .file .item{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:15px;}
.page .content .file .item a{width:100%;height:auto;display:block;position:relative;float:left;border-radius:.25rem;color:#ffffff;text-decoration:none;padding:15px 20px;background-color:#753939;transition:0.3s;}
.page .content .file .item a:hover{background-color:#212529;}
.page .content .file .item a .text{width:auto;height:auto;display:block;float:left;position:relative;color:#ffffff;margin:0;}
.page .content .file .item a .icon{width:35px;height:35px;display:block;float:right;position:relative;margin-top:9px;}
.page .content .categories{width:100%;height:auto;display:block;position:relative;float:left;padding:20px;background-color:#fce8d7;border-radius:10px;}
.page .content .categories .item{width:100%;height:auto;display:block;position:relative;float:left;}
.page .content .categories .item a{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:10px;padding:10px 15px;background-color:#753939;color:#ffffff;font-weight:500;text-decoration:none;border-radius:.25rem;transition:0.3s;}
.page .content .categories .item a:last-child{margin-bottom:0;}
.page .content .categories .item a:hover{background-color:#3a1c1c;}
.page .content .categories .item a.active{background-color:#3a1c1c;}
.page .content .lists{width:100%;height:auto;display:block;position:relative;float:left;}
.page .content .lists .item{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:30px;}
.page .content .lists .item a{width:100%;height:auto;display:block;position:relative;float:left;text-decoration:none;color:#212529;background-color:#fce8d7;border-radius:30px;overflow:hidden;transition:0.3s;}
.page .content .lists .item a .image{width:100%;height:100%;display:block;position:relative;float:left;overflow:hidden;}
.page .content .lists .item a .image span{width:100%;height:100%;display:block;position:relative;float:left;background-position:center center;background-size:cover;transition:0.3s;}
.page .content .lists .item a .box{width:100%;height:auto;display:flex;position:relative;float:left;padding:30px 30px 30px 0;min-height:250px;align-items:center;}
.page .content .lists .item a .box .textarea{width:100%;height:auto;display:block;position:relative;float:left;margin:auto;}
.page .content .lists .item a .box .textarea .txt{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:10px;font-size:23px;font-weight:600;}
.page .content .lists .item a .box .textarea .desc{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:15px;max-height:96px;overflow:hidden;}
.page .content .lists .item a .box .textarea .more{width:auto;height:auto;display:block;position:relative;float:left;background-color:#753939;color:#ffffff;text-decoration:none;padding:4px 15px;border-radius:30px;font-size:14px;transition:0.3s;}
.page .content .lists .item a:hover{background-color:#fbdabf;}
.page .content .lists .item a:hover .image span{transform:scale(1.1);}
.page .content .lists .item a:hover .box .textarea .more{background-color:#3f4b3d;}
.page .content .info{width:100%;height:auto;display:block;position:relative;float:left;padding:30px 30px 0 30px;background-color:#753939;border-radius:.25rem;}
.page .content .info .item{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:30px;padding:25px;background-color:#ffffff;border-radius:.25rem;}
.page .content .info .item .txt{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:8px;color:#080C24;font-size:18px;font-weight:700;}
.page .content .info .item .area{width:100%;height:auto;display:block;position:relative;float:left;}
.page .content .info .item .area .icon{width:auto;height:auto;display:block;position:absolute;left:0;top:50%;margin-top:-25px;}
.page .content .info .item .area .icon span{width:50px;height:50px;display:flex;position:relative;float:left;border-radius:.25rem;justify-content:center;align-items:center;}
.page .content .info .item .area .icon span svg{width:20px;height:20px;}
.page .content .info .item .area .itm{width:100%;height:auto;display:flex;position:relative;float:left;padding-left:60px;min-height:50px;flex-wrap:wrap;align-items:center;}
.page .content .info .item .area .itm span{width:100%;height:auto;display:block;position:relative;float:left;color:#383a45;word-break:break-word;}
.page .content .info .item .area .itm span a{color:#383a45;}
.page .content .form .form-control{height:60px;padding:0 25px;background-color:#f0f0f2;border-color:#f0f0f2;}
.page .content .form textarea.form-control{height:auto;padding:20px 25px;}
.page .content .form .form-control:focus{border-color:#753939;box-shadow:0 0 0 .2rem rgba(117,57,57,.25);}
.page .content .alert-primary{background-color:#753939;color:#ffffff;border:none;}

.footer{width:100%;height:auto;display:block;position:relative;float:left;padding:50px 0 30px 0;background-color:#060706;}
.footer .content{width:100%;height:auto;display:flex;position:relative;float:left;justify-content:space-between;flex-wrap:wrap;}
.footer .content .box-1{width:auto;height:auto;display:block;position:relative;float:left;max-width:400px;}
.footer .content .box-2{width:auto;height:auto;display:block;position:relative;float:left;}
.footer .content .box-3{width:auto;height:auto;display:block;position:relative;float:left;}
.footer .content .box-4{width:auto;height:auto;display:block;position:relative;float:left;max-width:270px;}
.footer .content .logo{width:auto;height:auto;display:block;position:relative;float:left;margin-bottom:20px;}
.footer .content .logo a{width:120px;height:94px;display:block;position:relative;float:left;background-image:url(images/footer-logo.svg);background-position:center;background-size:cover;background-repeat:no-repeat;}
.footer .content .description{width:auto;height:auto;display:block;position:relative;float:left;color:#ffffff;}
.footer .content .social{width:100%;height:auto;display:block;position:relative;float:left;margin-top:15px;}
.footer .content .social a{width:auto;height:40px;display:flex;position:relative;float:left;text-decoration:none;border-radius:40px;margin-right:20px;}
.footer .content .social a:last-child{margin-right:0;}
.footer .content .social a svg{width:22px;height:auto;fill:#ffffff;margin:auto;transition:0.3s;}
.footer .content .social a.facebook svg{width:21px;margin:auto auto 10px auto;}
.footer .content .social a.instagram svg{width:21px;}
.footer .content .social a.whatsapp svg{width:30px;}
.footer .content .social a:hover svg{opacity:0.65;}
.footer .content .title{width:auto;height:auto;display:block;position:relative;margin-bottom:10px;color:#ffffff;font-size:19px;font-weight:600;}
.footer .content .menu{width:auto;height:auto;display:block;position:relative;}
.footer .content .menu ul{width:auto;height:auto;display:block;position:relative;margin:0;padding:0;list-style:none;}
.footer .content .menu ul li a{color:#ffffff;}
.footer .content .contact{width:auto;height:auto;display:block;position:relative;}
.footer .content .contact span{width:auto;height:auto;display:block;position:relative;margin:0 15px 15px 0;color:#ffffff;}
.footer .content .contact span:last-child{width:100%;}
.footer .content .contact span a{width:auto;height:auto;display:block;position:relative;color:#ffffff;text-decoration:none;transition:0.3s;}
.footer .content .contact span svg{width:25px;height:auto;margin-right:5px;fill:#ffffff;}
.footer .content .contact span a:hover{opacity:0.65;}
.footer .copyright{width:100%;height:auto;display:block;position:relative;float:left;margin-top:30px;padding-top:30px;border-top:1px solid #424250;}
.footer .copyright .text{width:100%;height:auto;display:block;position:relative;float:left;padding-right:50px;color:#ffffff;font-size:15px;}
.footer .copyright .ka{width:40px;height:30px;display:block;position:absolute;right:0;top:50%;background-image:url(images/ka.net.tr.svg);}

@media (min-width: 992px) {
	.services .container > .row > div:nth-child(3) .item a .content, .services .container > .row > div:nth-child(4) .item a .content, .services .container > .row > div:nth-child(7) .item a .content, .services .container > .row > div:nth-child(8) .item a .content, .services .container > .row > div:nth-child(11) .item a .content, .services .container > .row > div:nth-child(12) .item a .content{padding:30px 0 30px 30px;}
	.services .container > .row > div:nth-child(3) .item a .row, .services .container > .row > div:nth-child(4) .item a .row, .services .container > .row > div:nth-child(7) .item a .row, .services .container > .row > div:nth-child(8) .item a .row,.services .container > .row > div:nth-child(11) .item a .row, .services .container > .row > div:nth-child(12) .item a .row{flex-direction:row-reverse;}
	
	.page .content .lists > .row > div:nth-child(3) .item a .box, .page .content .lists > .row > div:nth-child(4) .item a .box, .page .content .lists > .row > div:nth-child(7) .item a .box, .page .content .lists > .row > div:nth-child(8) .item a .box, .page .content .lists > .row > div:nth-child(11) .item a .box, .page .content .lists > .row > div:nth-child(12) .item a .box{padding:30px 0 30px 30px;}
	.page .content .lists > .row > div:nth-child(3) .item a .row, .page .content .lists > .row > div:nth-child(4) .item a .row, .page .content .lists > .row > div:nth-child(7) .item a .row, .page .content .lists > .row > div:nth-child(8) .item a .row,.page .content .lists > .row > div:nth-child(11) .item a .row, .page .content .lists > .row > div:nth-child(12) .item a .row{flex-direction:row-reverse;}
}
@media (max-width: 991px) {
	.header{padding:15px 0;}
	.header::before{display:none;}
	.header .navbar{padding:0;}
	.header .logo{width:auto;height:auto;position:relative;float:left;box-shadow:none;}
	.header .logo a{display:block;}
	.header .logo a span{width:115px;height:90px;}
	.header .top{display:none;}
	.header .mobile-button{display:block;}
	.header .bottom{padding:0;}
	.header .bottom .menu{width:100%;display:none;position:absolute;top:15px;left:0;z-index:20;}
	.header .bottom .menu.show{display:block;}
	.header .bottom .menu.collapsing{display:block;height:0;overflow:hidden;transition:height .35s ease;}
	.header .bottom .menu ul{width:100%;background-color:#753939;overflow:hidden;border-radius:0 0 .25rem .25rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);}
	.header .bottom .menu ul li{width:100%;margin-right:0;border-bottom:1px solid #ffffff;}
	.header .bottom .menu ul li:last-child{border-bottom:none;}
	.header .bottom .menu ul li a{width:100%;padding:10px 15px;color:#ffffff;font-size:17px;}
	.header .bottom .menu ul li a:hover{background-color:#3f4b3d;color:#ffffff;}
	.header .bottom .button{display:none;}
	
	.slider .item{height:450px;}
	.slider .item .content{padding-right:40px;}
	.slider .item .content .title{font-size:32px;line-height:42px;}
	.slider .item .content .description{font-size:16px;}
	.slider .item .content .button a{padding:5px 15px;border-width:4px;font-size:14px;}
	.slider.owl-carousel .owl-dots{right:10px;}
	
	.services{padding:20px 0;}
	.services .title{font-size:32px;}
	.services .item{margin-bottom:15px;}
	.services .item a .image{height:auto;padding-top:56%;}
	.services .item a .image span{position:absolute;left:0;top:0;}
	.services .item a .content{display:block;padding:20px;min-height:auto;}
	.services .item a .content .textarea .txt{font-size:21px;}
	.services .item a .content .textarea .desc{max-height:100%;font-size:15px;}
	
	.page .banner{padding:65px 0;}
	.page .content{padding:15px 0;}
	.page .content .left{width:100%;}
	.page .content .right{width:100%;margin-top:10px;padding-left:0;}
	.page .content .title{font-size:25px;}
	.page .content .lists .item{margin-bottom:15px;}
	.page .content .lists .item a .image{height:auto;padding-top:56%;}
	.page .content .lists .item a .image span{position:absolute;left:0;top:0;}
	.page .content .lists .item a .box{display:block;padding:20px;min-height:auto;}
	.page .content .lists .item a .box .textarea .txt{font-size:21px;}
	.page .content .lists .item a .box .textarea .desc{max-height:100%;font-size:15px;}
	
	.footer{padding:30px 0 20px 0;}
	.footer .content .box-1, .footer .content .box-2, .footer .content .box-3, .footer .content .box-4{width:100%;margin-bottom:20px;}
	.footer .content .title{margin-bottom:5px;}
	.footer .copyright{margin-top:0;padding-top:20px;}
	.footer .copyright .ka{margin-top:-5px;}
}
@media (max-width: 767px) {
	.page .banner{padding:50px 0;}
	.page .banner .title{font-size:32px;}
	.page .content .description{font-size:16px;}
	.page .content .img-text{margin-bottom:0;}
	.page .content .img-text .img{max-width:100%;margin-right:0;}
	.page .content .img-text .text{width:100%;float:left;margin-bottom:15px;font-size:16px;}
	.page .content .gallery .item a{padding-top:0;}
	.page .content .gallery .item a img{position:relative;height:auto;min-height:auto;}
	.page .content .info{padding:15px 15px 0 15px;}
	.page .content .info .item{margin-bottom:15px;padding:15px;}
}