

/* Containers */

#gkPageContent {
	padding-top: 10px;
}
#gkContent, 
#gkSidebar {
	width: 100% !important;
}
#gkContentWrap {
	margin-top: 20px;
	padding: 0!important;
}
#gkSidebar .box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px!important;
}
#gkSidebar {
	padding: 0!important;
}
#gkSidebar .box:first-child {
	padding-top: 10px!important;
}
#gkSidebar .box {
	border-top: none!important;
	float: left;
	margin-top: 0!important;
	margin-bottom: 30px!important;
	width: 50%;
}
#gkSidebar.gkOnlyOne .box,
#gkInset.gkOnlyOne .box {
	width: 100%!important;
}
#gkInset {
	padding-left: 15px;
}
.itemBody.gkInsetLeft + #gkInset {
	padding-left: 0;
	padding-right: 15px;
}
#gkSidebar .box:nth-child(2n+1) {
	clear: both!important;
}

/* Limitation suffixes */
.box.onlydesktop {
	display: none!important;
}
.box.notablet {
	display: none!important;
}
.box.onlytablet {
	display: block!important;
}
.box.onlymobile {
	display: none!important;
}
.box.notablet.nomobile {
	display: none!important;
}

/* Fix for the contact page */
.contact .contact-image {
	float: left !important;
}
.contact .contact-address {
	clear: both !important;
	padding-top: 20px !important;
}
.contact .contact-form input[type="text"],
.contact .contact-form input[type="email"],
.contact .contact-form textarea {
	width: 95% !important;
}

/* K2 edit popup */
#sbox-window,
#sbox-window iframe {
	width: 720px!important;
	max-width: 720px!important;
	left: 10px!important;
}

/* menu */
#gkMobileMenu {
	float: right;
	margin: 24px 0 0 0;
	position: relative;
}
.gkMenuOverlay + #gkMobileMenu {
	display: none!important;
}
#gkExtraMenu {
	display: none!important;
}
#gkMainMenu {
	display: none;
}
#gkMobileMenu {
	color: #fff;
	display: block!important;
	font-size: 32px;
	height: 44px;
	line-height: 44px;
	margin: 15px 0 9px 0!important;
	position: absolute;
	text-align: center;
	width: 30px;
	right:10px;
}
#gkMobileMenu i {
	color: #fff;
	height: 44px;
	padding: 0!important;
	position: relative;
	right: 12px;
	text-align: center;
	width: 44px;
}

#gkHeaderNav.active #gkMobileMenu,
#gkHeaderNav.active #gkMobileMenu i{
	color: #111;
}

/* top/bottom modules */

/* 4-column layout */
body .gkCols4 .box {
	margin-bottom: 30px!important;
}
body .gkCols4 .box.gkmod-1 {
	width: 100%;	
}
body .gkCols4 .box.gkmod-2 {
	width: 50%;
}
body .gkCols4 .box.gkmod-3 {
	width: 50%;
}
body .gkCols4 .box.gkmod-4,
body .gkCols4 .box.gkmod-more {
	width: 50%;
}
body .gkCols4 .box:nth-child(2n+1) {
	clear: both;
}
body .gkCols4 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
body .gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
body .gkCols4 .box.gkmod-more.gkmod-last-3:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
body .gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 50%!important;
}

/* 6-column layout */
body .gkCols6 .box {
	margin-bottom: 30px!important;
}
body .gkCols6 .box.gkmod-1 {
	width: 100%;	
}
body .gkCols6 .box.gkmod-2 {
	width: 50%;
}
body .gkCols6 .box.gkmod-3 {
	width: 33.3%;
}
body .gkCols6 .box.gkmod-4,
body .gkCols6 .box.gkmod-more {
	width: 33.3%;
}
body .gkCols6 .box.gkmod-5,
body .gkCols6 .box.gkmod-more {
	width: 33.3%;
}
body .gkCols6 .box.gkmod-6,
body .gkCols6 .box.gkmod-more {
	width: 33.3%;
}
body .gkCols6 .box:nth-child(3n+1) {
	clear: both;
}
body .gkCols6 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
body .gkCols6 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
body .gkCols6 .box.gkmod-more.gkmod-last-3:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 33.3%!important;
}
body .gkCols6 .box.gkmod-more.gkmod-last-4:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4) {
	width: 33.3%!important;
}
body .gkCols6 .box.gkmod-more.gkmod-last-5:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5) {
	width: 33.3%!important;
}

.items-row > div {
	margin-bottom: 50px;
	padding: 0!important;
}

/* Suffixes and other elements */

/* Page elements */
#gkMainbody {
	margin-bottom: 30px;
}
.gkCols[data-cols="4"] > div,
.gkCols[data-cols="5"] > div { 
	margin-bottom: 30px;
	width: 25%; 
}
.gkCols[data-cols="4"] > div:nth-child(2n+1),
.gkCols[data-cols="5"] > div:nth-child(2n+1)  {
	
}
#k2Container .itemsContainerWrap article header h2 {
	font-size: 18px;
	line-height: 24px;
}
article header h1, 
article header h2 {
	font-size: 32px;
}
article header li:before {
	display: none;
}
article header li {
	padding-right: 20px;
}
article header li:last-child {
	padding-right: 0;
}
.pagination ul li a, 
.pagination ul li span {
	margin: 3px 7px 3px 0;
}

/* Subpages */
.one-page-layout .bigtitle.has-bg {
	height: 320px;
	line-height: 360px;
}
.gkCols3 > div, 
.gkCols4 > div, 
.gkCols6 > div {
	margin: 0 -10px;
}
.gkCols3 .box.gkmod-1, 
.gkCols3 .box.gkmod-2, 
.gkCols3 .box.gkmod-3, 
.gkCols3 .box.gkmod-more {
	padding: 0 10px;
}
.gk-menu-container .gkCols {
	margin: 10px -20px 100px -20px;
}
.gk-menu-container .gkCols > div {
	padding: 0 20px;
}

/* Frontpage elements */
.frontpage #gkHeader,
.box.parallax {
	background-attachment: scroll;
}
#gkHeaderMod h1 {
	font-size: 66px;
}
#gkHeaderMod h2 {
	width: 72%;
}
.gk-menu-left-img,
.gk-menu-right-img,
.gk-description-left-img {
	display: none;
}
.gk-menu .gkCols > div {
	padding: 0 20px;
}

.box.big-icon a {
	font-size: 30px;
}
.box.newsletter input {
	margin: 3px 0!important;
	width: 100%!important;
}
.box.newsletter .header {
	font-size: 20px;
}
.box.newsletter .header small {
	font-size: 16px;
}
.box.parallax {
	padding: 80px 0!important;
}
.bigtitle .header, 
.bigtitle > header h1 {
	font-size: 40px;
}
.bigtitle .header a:before, 
.bigtitle .header a:after, 
.bigtitle .header span:before, 
.bigtitle .header span:after, 
.bigtitle > header h1 > span:before, 
.bigtitle > header h1 > span:after {
	top: 20px;
}
.bigtitle .header small {
	font-size: 20px;
	margin: 4px 0 20px 0;
}
.gk-special-menu li {
	padding: 16px 10px;
}
.gk-special-menu h4 {
	font-size: 18px;
}
.gk-special-menu strong {
	font-size: 15px;
}

.gk-menu .gkCols h3 {
	font-size: 16px;
}
.gk-menu dd strong {
	font-size: 13px;
}
.gk-menu dd small {
	font-size: 12px;
}

/* NSP Grid News Portal Mode */
.gkNspPM-GridNews hr.separator {
	margin: 10px auto 0 auto!important;
	padding: 0 0 10px 0!important;
	width: 130px;
}
.gkNspPM-GridNews h3 {
	font-size: 18px;
}
.gkNspPM-GridNews time {
	font-size: 11px;
}
.gkNspPM-GridNews figcaption p {
	font-size: 12px;
}

.parasut{
	width: 150px;
	height: 140px;
	background-size:cover;
}


ul.hizmetler li{
	width:100%;
}

div#telefon {
    float: right;
  margin-right: 100px;
    margin-top: 45px;
    position: relative;
}

div#hava{
	right: 388px;
    top: 8px;
}

.rl_tabs.color_inactive_handles>ul.nav>li>a, .rl_tabs.outline_content>.tab-content>.tab-pane{
	font-size:11px;
}

div#owl-example-ekibimiz div.owl-buttons{
	display:none;
}

#gkHeaderNav.static{
	position:fixed;
}

.gkCols{
	margin:0;
}

div#doktor_bolumu .gkCols > div{
	padding:0 10px;
}

div#doktor_bolumu div.gkCols a{
	padding: 5px 15px;
}

span#telcik {
    padding-left: 30px;
}

div#tel_ikon{
	position:absolute;
	margin-left: -5px;

}



div#dil_ust{
    float: right;
    margin-right: 105px;
}

div.istatistikler .gkCols[data-cols="5"] > div{
	width:20%;
}

div.fullscreenvideo div.tp-thumb-image{
	display:none !important;
}