body {
    margin: 0;
    font-family: "Source Sans Pro";
    background-color: #f0f4f4;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zoom-img {
    
    overflow: hidden;
    margin: 0 auto;
}

.zoom-img img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.zoom-img:hover img {
    transform: scale(1.1);
}

.clear {
    clear: both;
}
.cookie-info {
    text-align: right;
    padding-right: 15px;
    z-index:999 !important;
}
a {
    text-decoration: none !important;
}
.white-bg{background-color: #ffffff;margin-right:0px}
.no-padding-margin h1,
.no-padding-margin h2,
.no-padding-margin h3,
.no-padding-margin h4,
.no-padding-margin h5,
.no-padding-margin p {
    padding: 0;
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.logo h1 {
    padding: 0;
    margin: 0;
}
input[type="button"],
input[type="submit"],
a,
.transition,
li {
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.container {
    width: 1400px;
}

/*header{display: inline-block;width: 100%;}*/
header .logo {
    display: inline-block;
    width: 20%;
    float: left;
    padding: 0 0 10px 20px;
}
header .logo img {
    max-width: 100%;
    max-height: 72px;
}

.mobil-header {
    display: none;
}
.mobil-header .mmenu {
    float: right;
    height: 45px;
    padding: 9px 15px;
    font-weight: 400;
}
.mobil-header .logo {
    display: inline-block;
}
.mobil-header .logo img {
    max-width: 100%;
}
.mobil-header .mobil-ikon {
    float: right;
    margin: 50px 20px;
}

header {
    background: #fff;
    display: inline-flex;
    width: 100%;
}

.top-header {
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    color: #ccc;
}
.top-header li {
    display: inline-block;
}
.top-header .sec2 {
    text-align: right;
}
.top-header .sec2 li {
    margin-left: 12px;
}
.top-header .sec1 li {
    margin-right: 10px;
}
.top-header .sec1 li a:hover {
    color: #aaa;
}
.top-header .sec2 li a:hover {
    color: #aaa;
}

.nav-menu > ul > li {
    display: inline-block;
}
.nav-menu {
    display: inline-block;
    width: 80%;
    float: left;
    text-align: right;
    padding-right: 20px;
}
.nav-menu > ul {
    display: inline-block;
    font-size: 20px;
}
.nav-menu > ul > li > a {
    padding: 36px 20px;
    font-weight: 600;
    display: inline-block;
}
.nav-menu .drop {
    position: absolute;
    color: #fff;
    display: none;
    z-index: 101;
    color: #fff;
}
.nav-menu .drop li {
    text-align: left;
}
.nav-menu .drop li a {
    padding: 5px 15px;
    display: inline-block;
    width: 100%;
}
.nav-menu .drop li a:hover {
    background: #000;
}
.lng-menu {
    display: inline-block;
    border: none;
    margin-left: 20px;
    padding: 5px;
    font-size: 19px;
}

#owl-home .item {
    height: 600px;
    background-size: 110%;
    background-position: center;
    color: #fff;
}
#owl-home .item h3 {
    font-size: 40px;
    font-weight: 500;
    margin-top: 0;
    padding-top: 0;
}
#owl-home .item p {
    font-size: 20px;
    font-weight: 300;
    margin: 15px 0 0 0;
}
#owl-home .item .btn-1 {
    margin-top: 15px;
    display: inline-block;
}
#owl-home .item .caption {
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    width: 50%;
}

.btn-1 {
    font-size: 21px;
    padding: 5px 50px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    border: none;
}

.style-1 {
    text-align: center;
    padding: 30px 0;
    background-color: #fff;
}
.style-1 h1 {
    font-size: 34px;
}
.style-1 p {
    font-size: 24px;
    font-weight: 300;
}

.carousel {
    padding: 0 0 2em 0;
}
.carousel {
    text-align: center;
    padding: 50px 0 100px;
}
.carousel h2 {
    text-align: center;
    border-bottom: solid 2px #000;
    display: inline-block;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    font-size: 30px;
}
.carousel .img {
    background-size: 95%;
    background-position: center;
    height: 320px;
    display: inline-block;
    width: 95%;
    background-repeat: no-repeat;
}

.style-2 {
    background-color: #fff;
    padding: 50px 0;
}
.style-2 h3 {
    font-size: 30px;
    border-bottom: solid 2px #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.style-2 .item {
    font-size: 25px;
    border-bottom: dashed 1px #000;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.style-2 .item .sec-2 {
    text-align: right;
}
.style-2 .item .tarih {
    color: #5b5b5b;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}
.style-2 h4 {
	font-size: 22px;
    height: 25px;
}
.style-2 .sec-2 h4 {
    margin: 0;
    height: 53px;
}
.style-2 .sec-2 p {
    font-size: 16px;
    font-weight: 300;
    height: 53px;
}
.style-2 .sec-2 .item {
    border: none;
}
.style-2 .col-2 {
    text-align: right;
}

.style-3 {
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
    margin-top: 0;
}
.style-3-1 {
    margin-top: 100px;
}
.style-3 h3 {
    font-size: 30px;
    border-bottom: solid 2px #000;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.style-3 .item img {
    width: 100%;
	border-radius:4px
}
.style-3 .item h4 {
    font-size: 21px;
    margin-top: 25px;
    height: 25px;
    font-weight: 600;
}
.style-3-2 .item h4 {
    height: 60px;
    margin-top: 20px;
}
.style-3 .item p {
    text-align: justify;
    font-size: 18px;
    font-weight: 300;
    color: #5b5b5b;
    margin-top: 15px;
    line-height: 25px;
	padding:0 10px;
	height:100px
}
.style-3-3 .item img {
    width: 75%;
}

.style-4 {
    padding: 100px 0;
}
.style-4 h2 {
    font-size: 45px;
    display: inline-block;
    padding-bottom: 15px;
}
.style-4 img {
    width: 100%;
	border-radius:4px;
}
.style-4 .item {
    margin-bottom: 30px;
}
.style-4-1 {
    padding: 50px 0;
}

.style-5 .carousel {
    padding: 50px 0 50px;
}
.style-5 .carousel article {
    padding: 0;
    width: 13.33%;
}
.style-5 .carousel article .image {
    margin-bottom: 0;
    background: #fff;
}
.style-5 .carousel .forward,
.style-5 .carousel .backward {
    top: 64%;
}
.style-5 .carousel .reel {
    padding: 0;
}

.style-6 {
    text-align: center;
    padding: 30px 0;
    background-color: #fff;
}
.style-6 h2 {
    font-size: 32px;
    border-bottom: solid 2px #000;
    display: inline-block;
    padding-bottom: 10px;
}
.style-6 h5 {
    font-size: 25px;
    margin-top: 30px;
}
.style-6 p {
    font-size: 25px;
    color: #5b5b5b;
    font-weight: 300;
}
.style-6 .item {
    padding: 10px 5% 0;
    text-align: center;
}
.style-6 .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}
.style-6 .item .img {
    max-width: 150px;
    display: inline-block;
}
.style-6 .item img {
    width: 100%;
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 7px;
}

.style-7 {
    padding: 20px 0;
    margin-top: 0;
}
.style-7 .img img {
    width: 100%;
	border-radius:4px
}
.style-7 h2 {
    font-size: 28px;
    border-bottom: solid 2px #000;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.style-7 p {
    font-size: 18px;
    color: #5b5b5b;
    font-weight: 300;
    line-height: 35px;
}

.style-8 .img img {
    width: 100%;
}

footer {
    background-color: #25252b;
    color: #fff;
    padding: 30px 0;
    font-size: 20px;
    font-weight: 20px;
    font-weight: 300;
}
footer h6 {
    font-size: 24px;
    border-bottom: solid 2px #000;
    display: inline-block;
    padding-bottom: 15px;
}
footer .sec-2 li {
    display: inline-block;
    margin-right: 5px;
}

.dl-menuwrapper {
    z-index: 1000 !important;
    margin: 61px 0 0 0;
    float: right;
    max-width: 50%;
}
.dl-menuwrapper button {
    float: right;
}
.dl-menuwrapper .dl-menu {
    margin: 60px 0 0 0;
}
.dl-menuwrapper:first-child {
    margin-right: 0;
    float: right;
}

.style-9 {
    padding: 10px 0;
    font-size: 40px;
}
.style-9 h1 {
    font-size: 26px;
}
.style-9 p {
    font-size: 21px;
}

.style-10 {
    padding: 10px 0;
}
.style-10 li {
    display: inline-block;
}
.style-10 .sec-1 {
    padding-top: 7px;
	 width: 50%;
    float: left;
}
.style-10 .sec-1 li a {
    color: #5b5b5b;
    font-size: 12px;
}
.style-10 .sec-1 li a:after {
    content: "\00a0\00a0>\00a0\00a0";
}
.style-10 .sec-1 li:last-child a:after {
    content: "";
}
.style-10 .sec-2 {
    text-align: right;
	 width: 50%;
    float: right;
}
.style-10 .sec-2 img {
    width: 35px;
}
.style-10 .sec-2 select {
    display: none;
}

.style-11 {
    background-color: #fff;
    padding: 30px 0;
}
.style-11 h3 {
    font-size: 20px;
    border: none;
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-top: 0;
}
.style-11 .content {
	
}
.style-11 .content .img img {
    max-width: 100%;
	border-radius:4px;
}
.style-11 .content h2 {
    font-size: 21px;
    margin: 0 0 10px 0;
    line-height: 30px;
    font-weight: 600;
}
.style-11 .content .txt a {
    padding: 10px;
    margin-top: 10px;
    display: inline-block;
}
.style-11 .content .cnt {
    font-size: 21px;
    margin-top: 15px;
    line-height: 30px;
}
.style-11 .content .btn-1 {
    width: 100% !important;
    border-radius: 0;
    margin-top: 30px;
}
.style-11 .sec-1 {
    font-size: 17px;
}
.style-11 .sec-x {
	font-size: 20px;
    color: #5b5b5b;
    font-weight: 300;
    margin-bottom: 20px;
}
.style-11 .sec-2 {
    font-size: 17px;
    color: #5b5b5b;
    font-weight: 300;
    margin-top: 20px;
}
.style-11 .sec-2 ul {
    list-style: disc;
    list-style-position: inside;
}
.style-11 .sec-2 .tarih {
    color: #aaa;
    text-align: left;
    font-size: 16px;
    font-style: italic;
}
.style-11 .fiyat {
    margin-top: 30px;
}
.style-11 .style-12 {
    margin-top: 30px;
}
.style-11 .style-12 td {
    padding-right: 15px;
}
.files i {
    font-size: 24px;
    margin-right: 15px;
}
.files .item {
    margin-bottom: 10px;
    font-size: 21px;
}
.style-11 .files {
    margin-top: 50px;
}
.style-11 .video {
    margin-top: 50px;
}
.style-11 .video iframe {
    width: 100%;
    height: 650px;
}

.style-13 .item {
    text-align: center;
    margin-bottom: 30px;
}
.style-13 .item h2 {
    font-size:18px;
	margin:0;
	line-height: 22px;
	text-align:center
}
.style-13 .item.blog {
    text-align: left;
}
.style-13 .item.blog .cont {
    background-color: #f0f4f4;
}
.style-13 .item.blog .txt p {
    font-size: 16px;
}
.style-13 .item .img {
    background-size: 100%;
    background-position: center;
    height: 320px;
    display: inline-block;
    width: 100%;
    background-repeat: no-repeat;
	border-radius:4px;
}
/*.style-13 .item .img{ background-size:100%; background-position:center; height:232px; display:inline-block; width: 100%; background-repeat:no-repeat}*/

.style-13 table {
    width: 100%;
    background-color: #f0f4f4;
}
.style-13 table tr:nth-child(2) {
    height: 70px;
}
.style-13 table tr:nth-child(4) {
    height: 60px;
}
.style-13 table tr:nth-child(3) {
    height: 30px;
}
.style-13 table tr i {
    margin: 0 2px;
}
.style-13 table tr:nth-child(1) td {
    position: relative;
}

.style-13 img {
    width: 100%;
	border-radius:4px;
}
.style-13-1 table {
    width: 100%;
    background-color: transparent;
}

.style-14 .item {
    background-color: #f0f4f4;
    margin-bottom: 15px;
    position: relative;
    font-size: 17px;
}
.style-14 .item .btn-1 {
    margin-top: 0;
}
.style-14 .bottom {
    position: absolute;
    bottom: 0;
    width: 50%;
    right: 0;
}
.style-14 .bottom span {
    margin-left: 15px;
}
.style-14 .item .txt {
    padding: 15px 0;
}
.style-14 .item h2 {
    font-size: 21px;
}

.side-menu {
    margin-bottom: 60px;
}
.side-menu a {
    background-color: #f0f4f4;
    font-size: 17px;
    display: block;
    font-weight: 300;
    padding: 10px 2px 10px 35px
}
.side-menu a:hover {
    background-color: #d9dddd;
}
.side-menu > ul > li {
    margin-top: 2px;
}
.side-menu .drop:before,
.side-menu .more:before {
    content: "+";
    font-size: 28px;
    position: absolute;
    margin: -7px 0 0 10px;
}
.side-menu .drop.active:before {
    content: "-";
    font-size: 39px;
    margin: -17px 0 0 10px;
}

.side-menu .drop.active ul {
    display: block;
}
.side-menu .drop > a {
    font-weight: 600;
}
.side-menu select {
    display: none;
}

.oynat {
    background-image: url("../img/oynat.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.contact-form {
    margin-top: 30px;	
}
.style-15 .table-1{
	margin-bottom:25px
}
.style-15 td:first-child{
	width:180px
}
.style-15 td:nth-child(2){
	width:30px
}
.style-15 h2 {
    font-size: 25px;
	margin:0 0 8px
}
.style-15 .form-1 {
    margin-top: 30px;
}
.style-15 .bottom {
    text-align: center;
}
.style-15 .txt {
    font-size: 21px;
    color: #5b5b5b;
    font-weight: 300;
}
.style-15 .txt ul {
    list-style-type: disc;
    list-style-position: inside;
}
.dosya-yukle {
    text-align: center;
    padding: 0 15%;
}
.dosya-yukle #uploadFile {
    height: 165px;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}
.dosya-yukle .img {
    position: relative;
    margin-bottom: -165px !important;
    cursor: pointer;
}
.dosya-yukle .info {
    margin-bottom: 15px;
    font-size: 17px;
}
.dosya-yukle .not {
    margin-top: 15px;
    font-size: 17px;
}

.form-1 .form-group {
    padding-bottom: 35px;
}
.form-1 label {
    font-size: 21px;
    font-weight: 400;
}
.form-1 .form-control {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #f0f4f4;
}
.g-recaptcha {
    display: inline-block;
}
.form-group-2 {
    margin-top: 35px;
    display: inline-block;
    width: 100%;
}
.form-1 textarea {
    height: 100px;
}

.table-1 {
    width: 100%;
    font-size: 20px;
    font-weight: 300;
}
.table-1 td:nth-child(1) {
    font-weight: 500;
    min-width: 100px;
}
.table-1 td {
    padding-right: 15px;
    vertical-align: top;
}
#mapcanvas {
    height: 730px;
}

.videoGetir iframe {
    width: 100%;
    height: 500px;
}
.rota {
    position: absolute;
    margin-top: -70px;
    left: 50px;
    display: none;
}

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.carousel article p {
    height: 190px;
    line-height: 30px;
}
.carousel article header {
    height: 70px;
    display: block !important;
}
.carousel article header h3 {
    margin:0;
	font-size:22px
}
.carousel article header a {
    color: #000;
}
.carousel article header a:hover {
    color: #ccc;
}
.carousel article {
    display: inline-table;
}

.carousel article .image {
    margin-bottom: 1em;
}

.carousel article {
    padding: 0 1em 1em 1em;
}
.carousel {
    line-height: 1.35em;
}
.carousel {
    text-align: center;
    padding: 25px 0;
}

.style-16 {
    padding: 150px 0;
    text-align: left;
    color: #fff;
    background-position: center;
    background-size: 100%;
    min-height: 500px;
	position:relative
}
.style-16 .overlay {
    position: absolute;
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: inline-block;
	z-index:0
}
.style-16 .out {
	z-index:101;
	position:relative
}
.style-16 .container {
	z-index:101;
}
.style-16 h4 {
    margin: 0 0 30px 0;
    font-size: 36px;
    font-weight: 600;
    width: 50%;
	z-index:1;
	position:relative
	
}
.style-16 p {
    margin: 0 0 30px 0;
    font-size: 20px;
    width: 50%;
	z-index:1;
	position:relative
}

.style-17 {
    text-align: center;
    padding: 40px 0;
    background-color: #fff;
}
.style-17 h5 {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 600;
}
.style-17 p {
    font-size: 18px;
	margin: 20px 30px 0;
    font-weight: 400;
}
.style-17 .img {
    max-height: 150px;
    border-radius: 50%;
    background-size: auto 100%;
    background-position: center;
    width: 150px;
    height: 150px;
    display: inline-block;
    border: solid 2px;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 20px;
}

.owl-next {
    right: 20px;
}
.owl-theme .owl-nav [class*="owl-"] {
    font-size: 28px;

    padding: 4px 7px;
    background: rgba(0, 0, 0, 0.5);

    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.show-mobil-1 {
	display:none
}
@media (max-width: 1680px) {
    .owl-theme .owl-nav [class*="owl-"] {
        padding: 9px 0;
    }
	.style-7 .img img {
    width: 100%;
	border-radius:4px
}
}
@media (max-width: 1600px) {
    .nav-menu > ul {
        font-size: 18px;
    }
    .nav-menu > ul > li > a {
        padding: 52px 20px;
    }
	#owl-home .item .caption {
    margin-left: 70px
	}
	.style-16 {
		padding: 100px 0;
		min-height: auto;
		background-size: 150%;
	}
	.style-7 .img img {
    width: 100%;
	border-radius:4px
}
}
/*
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
	.container {width:100%}
}
*/
.copyright {
    padding: 5px 0;
    text-align: center;
}

/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}

/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #f56505;
}
.social-network a.icoFacebook:hover {
    background-color: #3b5998;
}
.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
    background-color: #bd3518;
}
.social-network a.icoVimeo:hover {
    background-color: #0590b8;
}
.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
    color: #44bcdd;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
}
.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: #d3d3d3;
}

#arayin {
    font-size: 30px;
    text-align: center;
    background-color: orange;
    color: #fff;
    font-weight: 500;
    margin: 0 5%;
    padding: 10px;
    display: none;
    width: 90%;
    position: fixed;
    bottom: 0;
    z-index: 102;
	
}
#whatsapp {
    font-size: 30px;
    text-align: center;
    background-color: #25D366;
    color: #fff;
    font-weight: 500;
    margin: 0 5%;
    padding: 10px;
    display: none;
    width: 90%;
    position: fixed;
    bottom: 0;
    z-index: 102;
	
}
.cookie-info {
    padding: 15px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 102;
    color: #fff;
    min-height: 66px;
    padding-right: 215px;
    font-size: 14px;
}
.cookie-info .btn-1 {
    position: absolute;
    right: 15px;
    top: 15px;
}

.offices .item {
	font-size: 20px;
    font-weight: 300;
	color: #483949;
}
.offices .item a{
	color: #483949;
}
.offices .item li span {
    font-weight: 600;
}
.offices {
	margin-top: 30px
}
.social-icon li a {
	display:inline-block;
	height:34px;
	width:34px;
	border-radius:50%;
	background-color:#ddd;
	color:#999;
	text-align:center;
	padding-top: 4px;
    font-size: 18px;
}
.social-icon li a:hover {
	color:#ddd;
	background-color:#999;
}

form label.check a:hover {
  text-decoration:underline !important
}
form label.check {
   font-size:14px
}

.show767 {
	display:none
}
	
@media (max-width: 1600px) {
    .side-menu .drop.active:before {
        margin: -2px 0 0 10px;
    }
    .side-menu .drop:before,
    .side-menu .more:before {
        margin: 2px 0 0 10px;
    }
	.style-7 .img img {
    width: 100%;
	border-radius:4px
}
}
@media (max-width: 1440px) {
	.style-1 p {
		font-size: 20px;
	}
	.style-2 {
		padding: 20px 0;
	}
	.style-7 .img img {
    width: 100%;
	border-radius:4px
}
}
@media (max-width: 1400px) {
    .container {
        width: 100%;
    }
    .nav-menu > ul {
        font-size: 17px;
    }
    .nav-menu > ul > li > a {
        padding: 40px 9px;
    }
    .lng-menu {
        margin-left: 10px;
        font-size: 14px;
    }
    #owl-home .item {
        height: 500px;
    }
    
    header .logo img {
        max-height: 100px;
    }
	.style-16 .caption {
		margin-left: 50px;
	}
	.style-7 .img img {
    width: 100%;
	border-radius:4px
}
}
@media (max-width: 1365px) {
	.style-13 .item .img {
		background-size: 100%;
		height: 300px;
	}
	.style-13 .item .img {
		height: 300px;
	}
	.style-7 .img img {
    width: 100%;
	border-radius:4px
}
}
@media (max-width: 1280px) {
    #owl-home .item h3 {
        font-size: 44px;
    }
    .btn-1 {
        font-size: 16px;
        padding: 5px 35px;
    }
    #owl-home .item {
        height: 400px;
    }

    /*#owl-home .item .caption { width:100%}*/

    #owl-home .item h3 {
        font-size: 30px;
    }

    #owl-home .item p {
        font-size: 16px;
    }

    .nav-menu > ul {
        font-size: 16px;
    }
	.style-3 .item p {
		line-height: 20px;
	}
	.style-7 .img img {
    width: 100%;
	border-radius:4px
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }
}
@media (max-width: 1199px) {
	.style-13 .item.blog .txt p {
		height: 105px;
		overflow:hidden
	}
	.side-menu select {
        display: block;
    }
    .side-menu ul {
        display: none;
    }
	.style-13 .item .img {
		height: 225px;
	}
	.style-7 .img img {
    width: 100%;
	border-radius:4px
}
}
@media (max-width: 1024px) {
    .nav-menu > ul {
        font-size: 14px;
    }
    header {
        display: none !important;
    }
    .mobil-header {
        display: block;
		background-color: #FFF;
    }
    .style-2 h3 {
        font-size: 30px;
    }
    .style-2 h4 {
        font-size: 20px;
    }
    .style-2 .sec-2 p {
        font-size: 17px;
        line-height: 19px;
    }
    .style-2 .sec-2 .item {
        padding-bottom: 0;
        margin-bottom: 5px;
    }
    .style-3 h3 {
        font-size: 30px;
    }
    .style-3 .item h4 {
        font-size: 17px;
        margin-top: 20px;
    }
    .style-3 .item p {
        font-size: 17px;
        margin-top: 15px;
    }
    .logo {
        text-align: center;
		margin: 15px;
    }
    .side-menu .drop.active::before {
        margin: -3px 0 0 10px;
    }
    .side-menu .drop::before {
        margin: 1px 0 0 10px;
    }
   
    /*
	.style-10 .sec-2  select {display:block}
	.style-10 .sec-2 ul {display:none}
	*/
    .style-10 .sec-2 img {
        width: 25px;
    }
    .style-11 h3 {
        font-size: 20px;
    }
    .style-11 .sec-1 {
        font-size: 17px;
    }
    .style-11 .content h2 {
        font-size: 17px;
    }
    .style-11 .fiyat {
        margin-top: 15px;
    }
    .style-11 .style-12 {
        margin-top: 15px;
    }
    .style-11 .sec-2 {
        font-size: 16px;
    }
    .style-11 .img {
        margin-bottom: 15px;
    }
    .style-9 {
        padding: 10px 0;
    }
    .style-9 h1 {
        font-size: 25px;
    }
    .files a {
        font-size: 14px;
    }
    .style-14 .item .txt {
        padding: 15px;
    }
    .style-14 .bottom {
        position: inherit;
        bottom: 0;
        width: 100%;
        right: 0;
    }
    .style-14 p {
        font-size: 14px;
    }
    /*.form-1 .form-group {
		padding-bottom: 0;
	}*/
    #owl-home .item p {
        display: none;
    }
    .rota {
        display: inline-block;
    }

    .mobil-header .logo img {
        max-width: 250px;
    }
    .dl-menuwrapper {
        margin: 25px 0 0 0;
        /*position: absolute;*/
        right: 10px;
        top: 10px;
    }
    .mobil-header .logo {
        text-align: left;
    }
    .style-7 p {
        font-size: 19px;
    }

    .style-16 {
        background-size: 150%;
    }

    .top-header .sec1 {
        text-align: left;
    }
    .top-header .sec2 {
        text-align: right;
    }
    .style-11 .content h2 {
        margin: 5px 0 20px 0;
    }
    .cookie-info {
        text-align: right;
        padding-right: 15px;
    }
    .cookie-info .txt {
        text-align: left;
    }
    .cookie-info .btn-1 {
        position: relative;
        right: inherit;
        top: inherit;
    }
	#owl-home .item .caption {
		margin-left: 0;
		width: 40%;
	}
	.container {
		padding-right: 25px;
		padding-left: 25px;
	}
	.side-menu-2 {
		display:none
	}
	.style-7 .img img {
    width: 100%;
	border-radius:4px
}
}
@media (max-width: 1023px) {
    .style-16 h4 {
        width: 100%;
    }
    .style-16 p {
        width: 100%;
    }
	.style-7 .img img {
    width: 100%;
	border-radius:4px
}
	footer {
		padding-bottom: 65px;
	}
#whatsapp{
        display: inline-block;
    }
}
@media (max-width: 991px) {
	.style-2 .sec-2 p {
    height: auto;
	}
	.style-2 .sec-2 h4 {
		margin: 0 0 8px;
		height: auto;
	}
	.style-13 .item .img {
		height: 385px;
	}
	.style-7 .img img {
    width: 100%;
	border-radius:4px
}
}
@media (max-width: 980px) {
    .style-1 h1 {
        font-size: 24px;
    }
    .style-1 {
        padding: 20px 0;
    }
    .carousel h2 {
        font-size: 24px;
    }
    .style-5 .carousel article {
        width: 33.33%;
    }
	/*
    .style-6 h2 {
        font-size: 24px;
    }
    .style-6 p {
        font-size: 15px;
    }
	*/
    .style-6 .item {
        padding: 10px 0 0;
    }
    .style-6 h5 {
        font-size: 20px;
        margin-top: 15px;
    }
    .style-6 {
        padding: 20px 0;
    }
    .style-7 h2 {
        font-size: 24px;
    }
    .style-7 p {
        font-size: 16px;
        line-height: 23px;
        margin-top: 0px;
    }
    .style-3-1 {
        margin-top: 50px;
    }
    .carousel {
        padding: 50px 0 50px;
    }

    .style-16 h4 {
        width: 100%;
    }
    .style-16 p {
        width: 100%;
    }
	.style-13 .item .img {
		height: 330px;
	}
	.style-7 .img img {
    width: 100%;
	border-radius:4px
}
}

@media (max-width: 768px) {
    #owl-home .item {
        height: 300px;
		text-align: center;
		position: relative;
    }
    #owl-home .item h3 {
        display: none;
    }
    #owl-home .item p {
        display: none;
    }
	
	#owl-home .item .caption {
		display: inline-block;
		margin-left: 0;
		width: auto;
		padding: 0;
		background-color:transparent
	}
	#owl-home .item .btn-1 {
		margin-top: 0;
	}
    .mobil-header .logo {
        width: 50%;
        margin: 15px 0;
    }
    .carousel article p {
        font-size: 16px;
        line-height: 25px;
    }
    .carousel article p {
        height: 162px;
    }
    footer h6 {
        font-size: 22px;
    }
    footer {
        font-size: 16px;
    }
    .style-16 {
        padding: 80px 0;

        background-size: 330%;
    }
    .style-16 h4 {
        margin: 0 0 15px 0;
        font-size: 30px;
    }
    .style-16 p {
        margin: 0 0 15px 0;
        font-size: 17px;
    }
    .style-17 .img {
        margin-top: 30px;
    }
	.show-mobil-1 {
		display:inline-block
	}
	.style-7 .img img {
    width: 100%;
	border-radius:4px
	}
    .style-7 p {
        font-size: 16px;
        line-height: 23px;
        margin-top: 10px;
    }	
}
@media (max-width: 767px) {
	.top-header .sec1 {
		text-align: center;
	}
	.top-header .sec2 {
		text-align: center;
	}
	.style-13 .item.blog .txt p {
    height: auto;
    overflow: inherit;
	}
	.style-10 .sec-1 {
		padding-top: 0;
		width: 100%;
		text-align:center
	}
	.style-10 .sec-2 {
		width: 100%;
		text-align:center
	}
	.social-icon li a {
		height: 26px;
		width: 26px;
		padding-top: 0px;
		font-size: 14px;
	}
	.style-10 .sec-2 li:first-child {
		display: none;
	}
	.style-13 .item .img {
		height: 470px;
	}
	.form-1 .form-group {
		padding-bottom: 0;
	}
	.table-1 .show-mobil-1 {
		display: table-row;
	}
	.style-7 .img img {
		width: 100%;
		border-radius:4px
	}
	.hide767 {
		display:none
	}
	.show767 {
		display:block
	}
}
@media (max-width: 640px) {
    .style-5 .carousel article {
        width: 100%;
    }
    .copyright {
        margin-bottom: 50px;
    }
    #arayin {
        display: inline-block;
    }
    .cookie-info .txt {
        line-height: 18px;
    }
	#mapcanvas {
		height: 300px;
	}
	.style-7 .img img {
    width: 100%;
	border-radius:4px
}
}
@media (max-width: 600px) {
	.style-16 {
    background-size: 100%;
	}
	.style-3 .item {width:100%}
	.table-1 {
		font-size: 16px;
	}
	.style-15 td:first-child {
		width: 100px;
	}
	.table-1 .btn-1 {
		margin-top:10px
	}
	.style-7 .img img {
    width: 100%;
	border-radius:4px
}
}
@media (max-width: 480px) {
    .mobil-header .logo img {
        max-width: 160px;
    }
    .dl-menuwrapper {
        top: 0;
    }
	.style-13 .item .img {
		height: 240px;
	}
	.style-7 .img img {
    width: 100%;
	border-radius:4px
}
	#whatsapp {
        font-size: 22px;
    }
}
@media (max-width: 320px) {
    .logo img {
        max-width: 100%;
    }
    #arayin  {
        font-size: 22px;
    }
	.mobil-header .mmenu {
		display: none;
	}
	.dl-menuwrapper {
		top: -6px;
	}
	.style-7 .img img {
    width: 100%;
	border-radius:4px
}
}
