@media only screen and (min-width: 320px) {
}

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
	.outer-menu {
		display: none;
	}

	header.stick-fixed {
		/*position: fixed !important;*/
		top: 0;
		left: 0;
		/*background: rgb(29 42 85 / 70%);*/
		/*box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
		box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
		-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
		animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
		-webkit-transition: all .5s;
		transition: all .5s;*/
		width: 100% !important;
	}

	header.stick-fixed .navbar-brand {
	}

	header.stick-fixed .navbar-collapse {
		box-shadow: unset;
	}

	header.stick-fixed .logo {
		opacity: 1;
	}

	/*.dropdown:hover .dropdown-menu {*/
	/*display: block;*/
	/*left: 0;*/
	/*right: auto;*/
	/*}*/
	a.vertical-align,
	div.vertical-align {
		display: flex;
		align-items: center;
	}

	.flex-center {
		display: flex;
		align-items: center;
	}
}

@media only screen and (min-width: 992px) {
	.ferry-rs-sidebar.affix {
		position: fixed;
		top: 20px;
		z-index: 9;
	}

	.ferry-rs-sidebar.affix {
		width: 212px;
	}

	.birthdaySelect {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.container-fluid.maxWidth {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 1300px) {
	.container-fluid.maxWidth {
		padding: 0 60px;
	}

	section.hizmetler .content,
	section.kurumsal .content {
		padding: 0 30px;
	}

	section.kurumsal .content-bottom {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 1680px) {
	.container-fluid.maxWidth {
		padding: 0 90px;
	}

	section.hizmetler .content,
	section.kurumsal .content {
		padding: 0 90px;
	}

	section.kurumsal .content-bottom {
		padding: 0 50px;
	}

}

@media only screen and (max-width: 1400px) {
	.tum-hizmetler .sub-title,
	.hizmetItem .content .inner .title {
		font-size: 18px;
		line-height: 23px;
	}

	.site-navbar {
	}

	.menu-btn a span {
		font-weight: 600;
		font-size: 11px;
	}

	.menu-btn a i {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
		margin-right: 5px;
	}

	.site-navbar-wrap.v2 .site-navbar .site-navigation .site-menu > li > a {
		padding: 28px 18px;
	}
}

@media only screen and (max-width: 1300px) {
	.site-navbar-wrap.v2 .site-navbar .site-navigation .site-menu > li > a {
	}

	.site-navbar .site-navigation .site-menu > li {
	}

	section.hizmetler .content,
	section.kurumsal .content-bottom,
	section.kurumsal .content {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 1199px) {


	.haberItem .content .btn {
		position: relative;
		left: 0;
		margin-top: 15px;
	}

	.hizmet-item .heading-title {
		font-size: 24px;
		margin-bottom: 15px;
	}

}

@media only screen and (max-width: 991px) {
	.site-navbar {
		padding: 5px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.sm-right {
		text-align: right !important;
		float: right;
	}

	.langMenu,
	.menu-btn {
		display: none;
	}

	.affix {
		position: static;
	}

	.h1, h1 {
		font-size: 32px;
	}

	.kurumsal .heading-title {
		margin-top: 30px;
	}

	.site-navbar-wrap.v2 {
		padding: 0;
		background-color: #fff;
	}

	.hizmet-item .content {
		padding: 30px;
	}

}

@media only screen and (max-width: 767px) {

	header.stick-fixed {
		position: fixed !important;
		top: 0;
		left: 0;
		box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
		background: rgb(29 42 85 / 70%);
	}

	.h1, h1 {
		font-size: 22px;
	}

	.h3, h3 {
		font-size: 16px;
	}

	section.projects .projeItem .content {
		font-size: 20px;
		padding: 15px;
		line-height: 22px;
	}

	#sidebar ul li a {
		padding: 0;
		font-size: 20px;
	}
	.content-page .widgetItem{
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	footer,
	.copyright {
		text-align: center;
	}

	footer .social {
		margin: 15px 0 !important;

	}

	footer ul.m-r-30 {
		margin-right: 0 !important;
	}

	.copyright img,
	footer img {
		margin: 0 auto 15px;
	}

	.copyright .pull-right,
	footer .pull-right {
		float: none !important;
	}

	.projePage .projeItem .content {
		font-size: 16px;
	}

	.projePage .projeItem .content .read-more {
		font-size: 16px;
		margin-top: 5px;
	}

	.navbar-header {
		position: relative;
	}

	section.projeler,
	section.kurumsal {
		padding-top: 0 !important;
		padding-bottom: 0px !important;
	}

	section.widgets {
		padding-bottom: 0 !important;
		margin-bottom: 0;
	}


	.mobileContacts {
		display: block !important;
		position: fixed;
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		max-width: 100%;
		z-index: 1000200;
		box-shadow: 0 0 1px 1px #e2dfe2;
	}

	.mobileContacts a {
		width: calc(100% / 3);
		border: 0;
		padding: 0;
		position: relative;
		display: block;
		margin: 0;
		outline-offset: -1px;
		text-align: center;
		float: left;
		transition: width .15s ease-in-out;
		overflow: hidden;
		background: #e8e8e8;
		z-index: 100030;
		cursor: pointer;
	}

	.mobileContacts a i {
		font-size: 30px;
		color: #fff;
		display: block;
		padding: 8px 0;
		cursor: pointer;
	}

	.mobileContacts a.wa {
		background-color: rgb(77, 194, 71);
	}

	.mobileContacts a.tel {
		background-color: rgb(132, 132, 132);
	}

	.mobileContacts a.mail {
		background-color: rgb(29, 161, 242);
	}

	header .top-bar {
		border-bottom: 1px solid #efefef;
	}

	.popin.generalAnnounce {
		right: 15px;
		width: unset;
		bottom: 65px;
	}


	.navbar {
		min-height: unset;
	}

	.clients-grid.grid-4 li {
		width: 50%;
	}


	section.projects .projeItem > .photo > .title {
		top: 0;
		line-height: 28px;
	}

	section.projects .projeItem > .photo > .title,
	section.projects .projeItem .content .title {
		font-size: 25px;
	}

	section.widgets .ourNumbers .numberItem .number h3 {
		font-size: 60px;
	}

	.heading-title,
	section.kurumsal .hakkimizda h2 {
		font-size: 30px;
	}

	section.kurumsal h3 {
		font-size: 28px;
		line-height: 1.3;
	}

	section.hizmetler .heading-title {
		font-size: 18px;
	}

	section.hizmetler .heading-title span {
		font-size: 24px;
	}

	section.hizmetler .content-bottom a.urun-box {
		text-align: center;
	}

	#sidebar.active {
		width: 100%;
	}

	.header {
	}

	.navbar-brand {
		max-width: 140px;
		padding: 0;
	}

	.slogan {
		font-size: 20px;
		color: #262425;
		line-height: 28px;
	}

	.btnWithIcon {
		width: 100%;
	}

	section.projects .projeItem .title {
		position: relative;
		left: 0;
		right: 0;
	}

	.top-bar .btn {
	}

	.top-bar {
		padding: 5px;
		line-height: 30px;
	}

	.site-navbar-wrap .navbar-brand {
	}

	.copyright img {
		margin-top: 15px;
	}

	.photo-bg {
		display: none;
	}

	header .btn.main {
		font-size: 11px;
		padding: 0 10px;
		line-height: 26px;
		margin-right: 10px;
	}
}

@media only screen and (max-width: 479px) {
	footer .list-inline li,
	footer .footerContact li {
		/* display: block; */
	}

	footer .footerContact li i {
		margin-right: 0;
	}

	section.projects .projeItem .content {
		font-size: 20px;
	}

	.copyright {
		padding-bottom: 48px;
	}

	.copyright p {
		font-size: 12px;
	}

	footer li {
		margin-bottom: 5px;
	}

	.contact-i {
		width: 70px;
	}
	section.hizmetler .btn{
		padding: 0px 10px;
		font-size: 14px;
		line-height: 44px;
		font-weight: 500;
	}
}

@media only screen and (max-width: 319px) {
}