
/* FILE# 1 /media/system/css/modal.css */
/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.3
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @author		Rouven Weßling <me [at] rouvenwessling.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: absolute;
	background-color: #000;
	left: 0px;
	top: 0px;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 10px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#sbox-window[aria-hidden=true],
#sbox-overlay[aria-hidden=true] {
	display: none;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(/media/system/images/modal/closebox.png) no-repeat center;
	border: none;
}

.sbox-loading #sbox-content {
	background-image: url(/media/system/images/modal/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}

/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}

#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
#sbox-window.shadow {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(/media/system/images/modal/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(/media/system/images/modal/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(/media/system/images/modal/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(/media/system/images/modal/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(/media/system/images/modal/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(/media/system/images/modal/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(/media/system/images/modal/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(/media/system/images/modal/bg_nw.png) no-repeat;
}
@-moz-document url-prefix() {
    .body-overlayed {
	overflow: visible;
    }
}

/* FILE# 2 /templates/gk_restaurant/css/k2.css */
/*

#------------------------------------------------------------------------

# Restaurant -April Joomla! template (for Joomla 2.5)

#

# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.

# License:  Copyrighted Commercial Software

# Website:  http://www.gavick.com

# Support:  support@gavick.com

 */

.k2FeedIcon a,a.k2FeedIcon {

	display: block;

	height: 21px;

	line-height: 21px;

	padding: 0 0 0 28px;

	font-size: 12px;

	background: url(/templates/gk_restaurant/images/style1/rss.png) no-repeat 0 0;

	color: #222;

}



.k2FeedIcon a:hover,a:hover.k2FeedIcon {

	color: #8FBE1D;

}



/* item view */

.itemReadMore {

	display: inline-block !important;

	float: none !important;

}



h1 > sup {

	font-size: 13px;

	top: -2.5em;

	color: #fff;

	background: #CB4900;

	padding: 0 6px;

}



ul li.itemResizer a {

	display: inline-block;

	width: 17px;

	height: 17px;

	background: url(/templates/gk_restaurant/images/style1/fonts.png) no-repeat 0 0;

	text-indent: -9999em;

}



ul li.itemResizer span {

	padding: 0 6px 0 0;

}



ul li.itemResizer a:hover#fontDecrease {

	background-position: 0 100%;

}



ul li.itemResizer #fontIncrease {

	background-position: 100% 0;

}



ul li.itemResizer a:hover#fontIncrease {

	background-position: 100% 100%;

}



.smallerFontSize {

	font-size: 90% !important;

}



.largerFontSize {

	font-size: 115% !important;

}



ul li.itemComments a {

	position: absolute;

	display: block;

	top: -6px;

	width: 21px;

	height: 21px;

	background: url(/templates/gk_restaurant/images/style1/comment.png) no-repeat 0 0;

	font-size: 12px;

	font-weight: bold;

	color: #fff !important;

	text-align: center;

}



ul li.itemComments a:hover {

	background-position: 0 100% !important;

}



.itemImageCaption {

	display: block;

	padding: 8px 0 0 2px;

	font-size: 11px;

	color: #999;

}



.itemExtraFields ul li span.itemExtraFieldsValue,.itemLinks .itemCategory a,.itemLinks .itemAttachmentsBlock ul,.itemLinks .itemTagsBlock ul {

	display: block;

	margin: 0 0 0 27%;

}



.itemBottom .itemRatingBlock span,.itemBottom .itemRatingBlock .itemRatingList,.itemBottom .itemRatingBlock .itemRatingForm ul.itemRatingList li,.itemLinks .itemCategory span,.itemLinks .itemAttachmentsBlock > span,.itemExtraFields ul li span.itemExtraFieldsLabel,.itemLinks .itemTagsBlock span,.itemLinks .itemTagsBlock ul li,.latestView .itemsContainer {

	float: left;

}



.itemBottom,.itemLinks {

	clear: both;

	margin: 0 0 12px;

	font-size: 12px;

}



.itemLinks .itemTagsBlock,.itemLinks .itemSocialSharing {

	clear: both;

	overflow: hidden;

}



.itemSocialSharing {

	margin: 42px 0 0 !important;

	padding: 20px 0 0;

	border-top: 1px solid #eee;

}



.itemExtraFields {

	margin: 0 0 24px;

	padding: 8px;

	border-top: 4px solid #F89A4F;



	-webkit-border-radius: 12px;

	-moz-border-radius: 12px;

	border-radius: 12px;

}



.itemExtraFields h3 {

	padding: 0 0 8px;

}



.itemBottom small.itemDateModified {

	display: block;

	text-align: right;

}



.itemRatingBlock {

	overflow: hidden;

}



.itemRatingBlock span {

	float: left;

}



.itemRatingForm {

	display: block;

	vertical-align: middle;

	line-height: 25px;

	margin-left: 26%;

}



.itemRatingLog {

	margin: -2px 0 0;

	padding: 0 0 0 4px;

	float: left;

	line-height: 25px;

}



span#formLog {

	display: block;

	float: none;

	clear: both;

	color: white;

	background: #e25527;

	text-align: center;

	margin: 10px 0;

	position: relative;

	top: 10px;



	-webkit-border-radius: 8px;

	-moz-border-radius: 8px;

	border-radius: 8px;

}



.itemRatingForm .formLogLoading {

	background: url(/templates/gk_restaurant/images/style1/loading.gif) no-repeat left center;

	height: 25px;

	padding: 0 0 0 20px;

}



.itemRatingList,.itemRatingList a:hover,.itemRatingList .itemCurrentRating {

	background: url(/templates/gk_restaurant/images/style1/star.png) left -1000px repeat-x;

}



.itemRatingList {

	position: relative;

	float: left;

	width: 125px;

	height: 25px;

	overflow: hidden;

	list-style: none;

	margin: 0 6px !important;

	padding: 0;

	background-position: left top;

}



.itemRatingList li {

	display: inline;

	background: none;

	padding: 0;

	border: none !important;

}



.itemRatingList a,.itemRatingList .itemCurrentRating {

	position: absolute;

	top: 0;

	left: 0;

	text-indent: -1000px;

	height: 25px;

	line-height: 25px;

	outline: none;

	overflow: hidden;

	border: none;

	cursor: pointer;

}



.itemRatingList a:hover {

	background-position: left center;

}



.itemRatingList a.one-star {

	width: 20%;

	z-index: 6;

}



.itemRatingList a.two-stars {

	width: 40%;

	z-index: 5;

}



.itemRatingList a.three-stars {

	width: 60%;

	z-index: 4;

}



.itemRatingList a.four-stars {

	width: 80%;

	z-index: 3;

}



.itemRatingList a.five-stars {

	width: 100%;

	z-index: 2;

}



.itemRatingList .itemCurrentRating {

	z-index: 1;

	background-position: 0 bottom;

	margin: 0;

	padding: 0;

}



.itemTags li a,.k2TagCloudBlock a {

	display: block;

	height: 19px;

	margin: 2px 8px 2px 0;

	padding: 0 13px 0 23px;



	-webkit-border-radius: 0 2px 2px 0;

	-moz-border-radius: 0 2px 2px 0;

	border-radius: 0 2px 2px 0;

	font: bold 11px/19px Arial, Helvetica, sans-serif !important;

	color: #fff !important;

	background: url(/templates/gk_restaurant/images/style1/tags.png) no-repeat 0 0;



	-webkit-transition: left 0.12s ease-out;

	-moz-transition: left 0.12s ease-out;

	-o-transition: left 0.12s ease-out;

	-ms-transition: left 0.12s ease-out;

	transition: left 0.12s ease-out;

	position: relative;

	left: 0;

}



.itemTags li a:hover,.k2TagCloudBlock a:hover {

	background: url(/templates/gk_restaurant/images/style1/tags.png) no-repeat 0 0;

	position: relative;

	left: -4px;

}



.itemExtraFields ul li {

	list-style: none;

	padding: 5px 0;

	border-top: 1px solid #eee;

}



.itemLinks ul li {

	list-style: none;

}



.itemLinks .itemAttachmentsBlock ul li a span {

	color: #676767;

}



.itemLinks .itemSocialSharing > div {

	float: left;

}



.itemAuthorBlock {

	clear: both;

	overflow: hidden;

	margin: 40px -40px;

	padding: 40px 40px 60px;

	background: #eab56d url(/templates/gk_restaurant/images/style1/bg_wood1.jpg) repeat 0 0;

}



.itemAuthorBlock h3 {

	text-shadow: 1px 1px 0 #F5D6A6;

}



.itemAuthorBlock > .gkAvatar {

	float: left;

	width: 206px;

	height: 205px;

	line-height: 205px;

	background: url(/templates/gk_restaurant/images/style1/author.png) repeat 0 0;

	text-align: center;

}



.itemAuthorBlock > .gkAvatar > img {

	width: 90px;

	height: 90px;

	margin: 66px 0 0 6px;



	-webkit-transform: rotate(-14deg);

	-moz-transform: rotate(-14deg);

	-o-transform: rotate(-14deg);

	-ms-transform: rotate(-14deg);

	transform: rotate(-14deg);

}



.itemAuthorBlock .itemAuthorDetails {

	margin: 12px 0 0 256px;

	color: #fff;

}



.itemAuthorBlock .itemAuthorDetails a {

	color: #484848;

	text-shadow: 1px 1px 0 #F5D6A6;

}



.itemAuthorBlock h3 a:hover,.itemAuthorBlock .itemAuthorDetails a:hover {

	text-shadow: none;

}



.itemAuthorBlock .itemAuthorDetails a:hover {

	color: #fff;

	text-decoration: underline;

}



.itemAuthorBlock .itemAuthorDetails p {

	margin: 1em 0;

	text-shadow: 0 1px 0 #bd9f74;

}



.itemAuthorUrl,.itemAuthorEmail {

	padding-right: 12px;

	font-size: 12px;

}



.itemAuthorContent {

	overflow: hidden;

}



.itemAuthorContent div {

	float: left;

	width: 45%;

	margin-right: 4%;

}



.itemAuthorContent div ul {

	font-size: 13px;

}



.itemAuthorContent div ul li {

	list-style: inside;

	line-height: 1.7;

}



.itemAuthorContent div ul li a,.itemNavigation {

	clear: both;

	padding: 32px 0 0;

	font-size: 12px;

	color: #7D7B7A;

}



.itemAuthorContent div ul li a:hover {

	color: #353639;

}



.itemImageBlock {

	margin: 0 10px 32px 0;

	padding: 8px;

	border: 1px solid #eee;

	float: left;

}



.itemImage {

	display: block;

	overflow: hidden;

	line-height: 0;

}



.itemImageBlock img {

	-webkit-transition: all 0.4s ease 0s;

	-moz-transition: all 0.4s ease 0s;

	-o-transition: all 0.4s ease 0s;

	-ms-transition: all 0.4s ease 0s;

	transition: all 0.4s ease 0s;

}



.itemImageBlock img:hover {

	-webkit-transform: scale(1.35) rotate(-7deg);

	-moz-transform: scale(1.35) rotate(-7deg);

	-o-transform: scale(1.35) rotate(-7deg);

	-ms-transform: scale(1.35) rotate(-7deg);

	transform: scale(1.35) rotate(-7deg);

}



.itemCommentsForm label {

	display: block;

	clear: both;

	padding: 8px 0 2px;

}



.itemCommentsForm textarea,.itemCommentsForm .inputbox {

	float: left;

}



.itemCommentsForm textarea.inputbox {

	height: 200px;

}



.itemCommentsForm .inputbox {

	width: 400px;

}



.itemCommentsForm #submitCommentButton {

	clear: both;

	margin: 20px 0 0;

}



.itemCommentsForm .itemCommentsFormNotes {

	margin: 0 0 3em;

	color: #999;

	font-size: 11px;

	font-style: italic;

}



#itemCommentsAnchor {

	clear: both;

	margin: 48px 0 0;

}



.itemComments h3 {

	color: #484848;

	line-height: 36px;

	margin: 0 0 16px;

	font-size: 46px;

	font-weight: normal;

}



.itemComments .itemCommentsList {

	padding: 12px 0 0;

}



.itemComments .itemCommentsList li {

	padding: 24px 40px;

	margin: 0 -40px;

	border-bottom: 1px solid #eee;

}



.itemComments .itemCommentsList li.odd {

	background: #fff;

}



.itemComments .itemCommentsList li.even {

	background: #f8f8f8;

}



.itemComments .itemCommentsList li > span.gkAvatar {

	float: left;

	border: 1px solid #eee;

	background: #fff;

	margin: 0.9em 20px 0 0;

	padding: 5px;

}



.itemComments .itemCommentsList li > span > img {

	display: block;

}



.itemComments .itemCommentsList li > div {

	margin: 0 0 0 100px;

}



.itemComments .itemCommentsList li div div {

	border-top: 1px solid #eee;

	padding: 4px 0 0;

	text-align: right;

}



.itemComments .itemCommentsList li div div span {

	margin-left: 24px;

	font-size: 11px;

	color: #999;

}



.itemBackToTop {

	float: right;

}



/* Items views */

.itemList article header h2,.itemsContainerWrap article header h1 {

	margin: 0 0 16px;

	font-size: 46px;

	line-height: 42px;

}



.itemsContainerWrap time {

	display: none;

}



.itemList article header li {

	border: none;

	padding: 0 0 3px;

}



.itemList ul.itemTags {

	clear: both;

	padding: 12px 0 0 0;

}



.itemTags {

	padding-left: 4px !important;

	overflow: hidden;

}



.itemList ul.itemTags li {

	float: left;

}



.clr {

	clear: both;

}



.itemListSubCategories {

	overflow: hidden;

}



.userView article,.genericView article,.itemList article {

	clear: both;

	margin-bottom: 32px;

}



.userView .itemAuthorBlock {

	margin: -40px -40px 60px;

}



/*.itemListSubCategories h2*/

.subCategoryContainer {

	float: left;

	margin-bottom: 32px;

}



.subCategoryContainer .subCategory {

	margin: 0 32px 24px 0;

}



.itemContainer {

	float: left;

	margin-bottom: 48px;

}



.itemList article {

	border-bottom: 1px solid #eee;

	padding-bottom: 37px;

}



.itemContainer article,.latestView .itemsContainerWrap {

	margin: 0;

}



itemContainerLast article {

	margin: 0;

}



#itemListLinks {

	clear: both;

}



/* Modules */

/*----------------------------------------------------------------------

Modules:  mod_k2_comments

----------------------------------------------------------------------*/

/* Latest Comments & Author module*/

.k2LatestCommentsBlock ul li,.k2TopCommentersBlock ul li {

	padding: 20px 0 !important;

	line-height: 1.6 !important;

}



.k2LatestCommentsBlock ul li:first-child {

	margin-top: 0 !important;

}



.k2LatestCommentsBlock .k2CommentItem {

	margin: 0 0 0 71px;

	font-size: 13px;

}



.k2Avatar {

	display: block !important;

	float: left;

	margin: 0 20px 0 0;

	padding: 4px;

	border: 1px solid #eee;

}



.k2LatestCommentsBlock ul li a.lcAvatar img,.itemComments ul.itemCommentsList li .commentAuthorAvatar img,.k2AuthorsListBlock .abAuthorAvatar img {

	display: block;

}



/* restriction */

.wood1 .k2Avatar {

	border: 1px solid #f6e3c4;

}



.wood2 .k2Avatar {

	border: 1px dashed #bea68d;

}



.k2CommentItem p {

	margin: 0 0 8px;

}



.k2CommentItem span {

	display: block;

	font-size: 10px;

	padding: 9px 0 0;

}



.k2AuthorsListBlock ul li {

	border: none;

	border-bottom: 1px solid #eee;

	padding: 12px 0;

}



.k2AuthorsListBlock ul li a.abAuthorLatestItem {

	display: block;

	clear: both;

	margin: 12px 0 0;

	padding: 0 0 0 12px;

	font-size: 11px;

	line-height: 14px;

}



.k2AuthorsListBlock ul li a.abAuthorLatestItem span {

	display: block;

	font-size: 10px;

	color: #777;

}



/* Restrictions */

.box.k2CommentItem > a {

	color: #484848;

}



.box.k2CommentItem > a:hover {

	color: #8FBE1D;

}



.box.k2CommentItem span {

	color: #ababab;

}



/* Top Commenters */

.tcUsername {

	font-size: 18px;

	color: #333;

}



.tcLatestComment {

	display: block;

	margin: 6px 0;

	font-size: 11px;

	color: #777;

	line-height: 16px;

}



.tcLatestCommentDate {

	display: block;

	font-size: 11px;

	color: #999;

}



/*----------------------------------------------------------------------

Modules:  mod_k2_content

----------------------------------------------------------------------*/

div .k2ItemsBlock ul {

	margin-right: -20px;

}



div .k2ItemsBlock ul li {

	margin: 0 0 12px;

	background: none !important;

	padding: 12px 20px 12px 0 !important;

	list-style: none !important;

}



.k2ItemsBlock ul li a.moduleItemTitle {

	display: block;

	color: #000;

	font-size: 14px;

	line-height: 18px;

}



.k2ItemsBlock ul li .moduleItemAuthor {

	color: #666;

	font-size: 90%;

}



.k2ItemsBlock ul li a.moduleItemAuthorAvatar img {

	border: 1px dotted #dadada;

	display: block;

	float: right;

	height: auto;

	margin: 0 4px 0 0;

	padding: 2px;

	width: 14px;

}



.k2ItemsBlock ul li .moduleItemIntrotext {

	display: block;

	padding: 8px 0;

	line-height: 1.6;

}



.k2ItemsBlock ul li .moduleItemIntrotext a.moduleItemImage img {

	float: left;

	overflow: hidden;

	margin: 4px 0;

}



.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {

	display: block;

	float: left;

	font-weight: bold;

	margin: 0 4px 0 0;

	width: 30%;

}



.k2ItemsBlock ul li a.moduleItemCategory {

	font-size: 90%;

}



.k2ItemsBlock ul li .moduleItemTags {

	font-size: 90%;

}



.k2ItemsBlock ul li .moduleItemTags a {

	padding: 0 2px;

}



.k2ItemsBlock ul li .moduleAttachments {

	font-size: 90%;

}



a.moduleItemComments {

	color: #fff;

	font-weight: bold;

	margin: 0 0 0 10px;

	text-align: center;

	display: block;

	width: 31px;

	height: 28px;

	float: left;

	line-height: 24px;

}



a:hover.moduleItemComments {

	background-position: 0 100%;

	color: #fff;

}



.k2ItemsBlock ul li span.moduleItemHits {

	font-size: 90%;

	border-right: 1px solid #dadada;

	padding: 0 4px 0 0;

	margin: 0 8px 0 0;

}



.k2ItemsBlock .moduleItemImage {

	display: block;

	margin-bottom: 10px;

	overflow: hidden;

	width: 100%;

}



.k2ItemsBlock a.moduleCustomLink {

	font-size: 90%;

}



/*---Modules:  mod_k2_login ---*/

.k2LoginBlock fieldset.input {

	margin: 0;

	padding: 0 0 8px 0;

}



.k2LoginBlock fieldset.input p {

	margin: 0;

	padding: 0 0 4px 0;

}



.k2LoginBlock fieldset.input p label,.k2LoginBlock fieldset.input p input {

	display: block;

}



.k2LoginBlock fieldset.input p#form-login-remember label,.k2LoginBlock fieldset.input p#form-login-remember input {

	display: inline;

}



.k2UserBlock p.ubGreeting {

	border-bottom: 1px dotted #eee;

}



.k2UserBlock .k2UserBlockDetails span.ubName {

	display: block;

	font-weight: bold;

	font-size: 14px;

}



/* ---Modules:  mod_k2_tools ---*/

/* ---Breadcrumbs ---*/

.k2BreadcrumbsBlock span.bcTitle {

	padding: 0 4px 0 0;

	color: #999;

}



.k2BreadcrumbsBlock span.bcSeparator {

	padding: 0 4px;

	font-size: 14px;

}



/* ---Calendar ---*/

.k2CalendarBlock {

	margin-bottom: 8px;

}



/* use this height value so that the calendar height won't change on Month change via ajax */

.k2CalendarLoader {

	background: #fff;

}



.k2CalendarBlock table.calendar {

	width: 100%;

	margin: 0 auto;

	background: #fff;

	border-collapse: collapse;

	border-left: 1px solid #e5e5e5;

}



.k2CalendarBlock table.calendar tr td {

	text-align: center;

	vertical-align: middle;

	padding: 3px;

	border: 1px solid #e5e5e5;

	background: #fff;

}



.k2CalendarBlock table.calendar tr td.calendarNavMonthPrev,.k2CalendarBlock table.calendar tr td.calendarNavMonthNext {

	background: #fff;

	text-align: center;

	font-size: 15px !important;

}



.k2CalendarBlock table.calendar tr td.calendarDayName {

	background: #f5f5f5;

	width: 14.2%;

	color: #333;

}



.k2CalendarBlock table.calendar tr td.calendarDateEmpty {

	background: #fbfbfb;

}



.k2CalendarBlock table.calendar tr td.calendarDate {

	font-size: 11px;

}



.k2CalendarBlock table.calendar tr td.calendarDateLinked {

	padding: 0;

}



.k2CalendarBlock table.calendar tr td.calendarDateLinked a {

	display: block;

	padding: 2px;

}



.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover {

	display: block;

	background: #353639;

	color: #fff !important;

	padding: 2px;

}



.k2CalendarBlock table.calendar tr td.calendarToday {

	background: #484848;

	color: #fff;

}



.k2CalendarBlock table.calendar tr td.calendarTodayLinked {

	background: #f47c38;

	color: #fff;

	padding: 0;

}



table.calendar tr td.calendarTodayLinked a {

	display: block;

	padding: 2px;

	color: #fff !important;

}



.k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover {

	display: block;

	background: #252525;

	color: #fff;

	padding: 2px;

}



.calendarCurrentMonth {

	font-size: 20px;

	color: #484848;

}



/* ---Category Tree Select Box ---*/

.k2CategorySelectBlock form select {

	width: auto;

}



/* ---Tag Cloud ---*/

.k2TagCloudBlock {

	padding: 8px 0 0 4px;

	font-size: 15px;

}



.k2TagCloudBlock a {

	float: left;

	margin-bottom: 6px;

}



/* ---Google Search ---*/

#k2Container .gsc-branding-text {

	text-align: right;

}



#k2Container .gsc-control {

	width: 100%;

}



#k2Container .gs-visibleUrl {

	display: none;

}



/* ---Modules:  mod_k2_users ---*/

a.ubUserFeedIcon,a.ubUserFeedIcon:hover {

	display: inline-block;

	margin: 0 2px 0 0;

	padding: 0;

	width: 16px;

	height: 16px;

}



a.ubUserFeedIcon span,a.ubUserFeedIcon:hover span {

	display: none;

}



a.ubUserURL,a.ubUserURL:hover {

	display: inline-block;

	margin: 0 2px 0 0;

	padding: 0;

	width: 16px;

	height: 16px;

}



a.ubUserURL span,a.ubUserURL:hover span {

	display: none;

}



span.ubUserEmail {

	display: inline-block;

	margin: 0 2px 0 0;

	padding: 0;

	width: 16px;

	height: 16px;

	overflow: hidden;

}



span.ubUserEmail a {

	display: inline-block;

	margin: 0;

	padding: 0;

	width: 16px;

	height: 16px;

	text-indent: -9999px;

}



.k2UsersBlock ul li h3 {

	clear: both;

	margin: 8px 0 0 0;

	padding: 0;

}



.catCounter {

	font-size: 11px;

	font-weight: normal;

}



/* K2 Store */

.product_container {

	overflow: hidden;

	margin-bottom: 20px;

}



.product_attributeoptions {

	float: left;

	width: 50%;

	margin: 0 2% 0 0;

	padding: 0 2% 0 0;

	border-right: 1px solid #eee;

}



.product_quantity_input {

	float: left;

	width: 20%;

}



.product_price {

	float: right;

	width: 20%;

	margin: 0 0 0 2%;

	padding: 0 0 0 2%;

	border-left: 1px solid #eee;

	font-size: 36px;

	line-height: 36px;

	text-align: right;

	color: #CB4900;

}



.add_to_cart {

	clear: both;

	padding: 20px 0 0;

	border-top: 1px solid #eee;

}



.add_to_cart .button {

	float: right;

	background: #CB4900;

}



table#carts {

	font-size: 13px;

}



table#carts th {

	font-size: 16px;

	border-width: 2px;

}



.cart_subtotal_price {

	padding: 18px 0;

	font-size: 22px;

	line-height: 22px;

	text-align: right;

	color: #CB4900;

}



.k2storeNewusers,.k2storeLogin {

	background: none !important;

}



.shipping_address_form {

	margin: 52px 0 0;

}



.shipping_address_form .key {

	width: 20%;

	color: #484848;

	font-weight: 600;

}



table.orders {

	background: #f9f9f9 !important;

	width: 660px !important;

}



table.orders td {

	padding: 12px 24px !important;

}



.k2store_users .loginLinks {

	border-top: 1px solid #eee;

	width: 400px;

	margin: 20px 0 40px;

	padding: 6px 0 0;

}



.k2store_users .button,.k2storeNewusers .button {

	float: none !important;

	display: inline-block;

}



#sbox-window {

	padding: 24px 32px 32px;

}



#sbox-content.sbox-content-iframe {

	overflow: auto;

}



.itemBody .adminform {

	margin: 32px 0 20px 0 !important;

}



/* show only the price on the K2 categories/user/tags/latest/generic views */

.itemList .adminform {

	float: right;

	clear: none;

	margin: 0 !important;

	border: none;

}



.itemList .adminform .product_container {

	float: left;

	border: none;

	overflow: visible;

}



.itemList .adminform .product_container > div,.itemList .adminform .add_to_cart {

	display: none;

}



.itemList .product_price {

	float: left;

	border: none;

	margin-top: 0;

}

.itemCommentsPagination ul li {
     display: inline-block;
     margin: 0 3px;    
     font-size: 80%;
}
.itemCommentsPagination ul  {
     text-align: right;    
}

/* FILE# 3 http://www.dondurmaciyasarusta.com/templates/gk_restaurant/css/normalize.css */
/*! normalize.css 2012-01-22T23:30 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: none;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: none;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b, 
strong { 
    font-weight: 600;
	color: #484848 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* FILE# 4 http://www.dondurmaciyasarusta.com/templates/gk_restaurant/css/layout.css */
/*
#------------------------------------------------------------------------
# Restaurant -April Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
/* Base elements and classes */
html {
	border-bottom: 1px solid transparent;
	min-height: 100%;
}

body > div > footer,body > div > header,body > div > section,body > footer,body > header,body > section {
	/* class used in the full template-width containers */
clear: both;
	margin: 0 auto;
}

section#gkPageTop {
	overflow: visible; /* Necessary to make menu working */
width: 100%; /* Necessary to achieve full background width */
}

#gkTop1,#gkTop2,#gkUser1,#gkUser2,#gkBottom1 {
	/* Positions blocks -clearing */
clear: both;
}

/* clearfix */
footer:after,header:after,section:after,aside:after {
	clear: both;
	content: "";
	display: table;
}

/* Columns */
aside#gkLeft,aside#gkInset1,section#gkContent,section#gkComponentWrap,aside#gkInset2,aside#gkRight,#gkBanner1,#gkBanner2 {
	/* Main columns */

-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

#gkTop1 > div,#gkTop2 > div,#gkUser1 > div,#gkUser2 > div,#gkBottom1 > div,#gkBottom2 > div {
	/* Columns in the positions blocks */

-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

/* Columns -especially for the template equal columns */
#gkPage > section.gkColumns {
	display: block;
	width: 100%;
}

#gkLeft,#gkContent,#gkRight {
	display: block;
	float: left !important;
}

/* other spaces */
#gkPageTop + #gkTop1,#gkPageTop + #gkTop2 {
	margin-top: 120px;
}

#gkTop1 + #gkPage #gkContent,#gkTop2 + #gkPage #gkContent {
	margin-top: 90px;
}

#gkTop1 + #gkPage #gkLeft,#gkTop1 + #gkPage #gkRight,#gkTop2 + #gkPage #gkLeft,#gkTop2 + #gkPage #gkRight {
	padding-top: 36px;
}

/* Joomla columns */
.cols-2 .column-1,.cols-2 .column-2 {
	width: 50%;
}

.cols-3 .column-1,.cols-3 .column-2,.cols-3 .column-3 {
	float: left;
	width: 33.3%;
}

.column-1,.column-2,.column-3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

/*

Layout calculations

 */
/* base spaces */
body > div > footer,body > div > header,body > div > section,section#gkPage > section,section#gkContent > section,section#gkComponentWrap > section {
	/* top margins for containers */
margin-top: 34px;
}

body > footer:first-child,body > header:first-child,body > section:first-child,section#gkPage > section:first-child,section#gkContent > section:first-child,section#gkComponentWrap > section:first-child {
	margin-top: 0;
}

#gkPage > #gkTop1:first-child,#gkPage > #gkTop2:first-child {
	padding-top: 24px;
}

/* module spaces */
.box,.box_text,.box_menu {
	margin-top: 34px;
}

.box:first-child,.box_menu:first-child,.box_text:first-child {
	margin-top: 0 !important;
}

#gkMainbody .box,#gkMainbody .box_text,#gkMainbody .box_menu {
	margin-top: 4px;
}

#gkContentTop {
	margin-top: 14px !important;
}

/* Layout columns */
#gkLeft {
	padding: 0 34px 0 0;
}

#gkInset1 {
	padding-right: 34px;
}

#gkRight {
	padding: 0 0 0 34px;
}

#gkInset2 {
	padding-left: 34px;
}

.gkColLeft {
	padding-right: 20px;
}

.gkColRight {
	padding-left: 20px;
}

.gkColCenter {
	padding-left: 20px;
	padding-right: 20px;
}

/* Joomla columns */
.cols-2 .column-1,.cols-3 .column-1 {
	padding-right: 30px;
}

.cols-2 .column-2,.cols-3 .column-3 {
	padding-left: 30px;
}

.cols-3 .column-2 {
	padding-left: 30px;
	padding-right: 30px;
}

/* columns fix */
aside#gkLeft,aside#gkRight,#gkContent {
	overflow: hidden;
}

/* FILE# 5 http://www.dondurmaciyasarusta.com/templates/gk_restaurant/css/joomla.css */
/*
#------------------------------------------------------------------------
# Restaurant -April Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
 
/* Form */
select,textarea,input[type="text"],input[type="password"],input[type="url"],input[type="email"] {
	border: 1px solid #e7e7e7;
	border-top-color: #ccc;
	height: 26px;
	line-height: 27px;
	padding: 4px 8px;

	-webkit-box-shadow: inset 0 2px 4px #eee;
	-moz-box-shadow: inset 0 2px 4px #eee;
	box-shadow: inset 0 2px 4px #eee;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	color: #555;
}

textarea {
	height: auto;
	padding: 24px;
}

select {
	height: 32px;
	padding: 6px 4px;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="url"]:focus,input[type="email"]:focus,textarea:focus {
	background: #fffef4;
}

button,input.button,a.button,span.button,button.button,div.button,input[type="submit"],input[type="button"],.pagenav-prev a,.pagenav-next a {
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 2px 2px;
	padding: 0 10px;
	border: none;
	background: #8fbe1d;
	text-align: center;
	color: #fff;
	cursor: pointer;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-transition: background-color 0.15s ease-out;
	-moz-transition: background-color 0.15s ease-out;
	-o-transition: background-color 0.15s ease-out;
	-ms-transition: background-color 0.15s ease-out;
	transition: background-color 0.15s ease-out;
}

button:hover,input.button:hover,a.button:hover,span.button:hover,button.button:hover,div.button:hover,input[type="submit"]:hover,input[type="button"]:hover,.pagenav-prev a:hover,.pagenav-next a:hover {
	background: #353639;
	color: #fff;
}

input[type=checkbox],.checkbox,input[type=radio],.radio {
	height: auto !important;
	background: transparent !important;
	border: none !important;
	margin-top: 7px !important;
}

select[size] {
	height: auto;
	font-size: 12px;
}

select[size="1"] {
	height: 32px !important;
	line-height: 28px;
}

.invalid {
	background: #fffef4;
	border: 1px solid #e2552d !important;
	color: #000;
}

label {
	font-size: 13px;
}

label.invalid {
	color: #e2552d !important;
	background: #fff;
	border: none !important;
}

legend.hidelabeltxt {
	display: none;
}

fieldset.filters {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

fieldset.filters > div > * {
	float: left;
	margin-right: 10px;
}

fieldset.filters > div > select {
	margin-top: 4px;
}

/* Common */
section article {
	margin-top: 20px;
}

section article:first-child {
	margin-top: 0;
}

section > header {
	margin: 0 0 20px 0;
	padding: 0;
}

section > header h1 {
	font-size: 32px;
	line-height: 32px;
}

section > header h2 small {
	font-size: 20px;
	color: #999;
}

section > header div img {
	float: left;
	margin: 0 20px 20px 0;
}

section > header div p {
	font-size: 14px;
}

section img {
	/* to avoid problems with too big images in category/blog view */
max-width: 100% !important;
	height: auto !important;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	margin-right:7px;
}

/* Categories list */
section.categories-list ul {
	clear: both;
}

section.category .children,section.blog .children {
	clear: both;
	margin-top: 32px;
}

section.categories-list ul ul li {
	margin-left: 24px;
	border: none;
}

section.categories-list ul ul li a {
	font-size: 12px;
}

section.categories-list li,section.category .children li,section.blog .children li {
	clear: both;
	padding: 12px 0;
	border-top: 1px solid #eee;
	line-height: 1.4;
	overflow: hidden;
}

section.categories-list li:first-child,section.category .children li:first-child,section.blog .children li:first-child {
	border-top: none !important;
}

/* category title */
section.categories-list li > a,section.category .children li > a,section.blog .children li > a {
	font-size: 14px;
	line-height: 27px;
}

/* category desc */
section.categories-list li > div p,section.category .children li > div p,section.blog .children li > div p {
	color: #999;
	font-size: 11px;
	line-height: 1.2;
	margin: 9px 0;
}

/* category items counter */
section.categories-list li > dl,section.category .children li > dl,section.blog .children li > dl {
	font-size: 11px;
	margin: 0;
}

section.categories-list li > dl > dt,section.category .children li > dl > dt,section.blog .children li > dl > dt {
	float: left;
}

section.categories-list li > dl > dd,section.category .children li > dl > dd,section.blog .children li > dl > dd {
	float: left;
	font-weight: bold;
	margin-left: 5px;
}

/* Category */
/* Information showed if no items in category */
section.category .children h3,section.blog .children h3 {
	font-size: 24px;
	line-height: 24px;
	margin: 20px 0;
}

/* Filters */
.filters .hidelabeltxt {
	display: none;
}

.filters .filter-search button {
	margin-top: 2px;
}

.filters .display-limit {
	float: right;
}

.filters .display-limit select {
	display: inline !important;
	float: none;
}

/* Tables */
table {
	width: 100%;
	margin-bottom: 20px;
}

th {
	padding: 0 10px;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #8fbe1d;
	border-bottom: 4px solid #8fbe1d;
}

tbody tr td {
	border-bottom: 1px solid #eee;
	line-height: 1.6;
	padding: 12px;
}

tbody tr td p {
	margin: 0.5em 0;
}

/* Blog */
section.blog .leading,section.blog-featured .leading {
	margin-bottom: 20px;
}

section.blog .items-row,section.blog-featured .items-row {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

section.blog .items-row article header li,section.blog-featured .items-row article header li {
	border: none;
	padding: 0 0 3px;
}

section.blog .items-row.cols-2 article > time,section.blog .items-row.cols-3 article > time,section.blog .items-row.cols-4 article > time,section.blog .items-row.cols-5 article > time,section.blog-featured .items-row.cols-2 article > time,section.blog-featured .items-row.cols-3 article > time,section.blog-featured .items-row.cols-4 article > time,section.blog-featured .items-row.cols-5 article > time {
	display: none;
}

section.blog .items-row.cols-2 article > header,section.blog .items-row.cols-3 article > header,section.blog .items-row.cols-4 article > header,section.blog .items-row.cols-5 article > header,section.blog-featured .items-row.cols-2 article > header,section.blog-featured .items-row.cols-3 article > header,section.blog-featured .items-row.cols-4 article > header,section.blog-featured .items-row.cols-5 article > header {
	margin-left: 0;
}

section.blog .items-more,section.blog-featured .items-more {
	clear: both;
}

section.blog .items-more h3,section.blog-featured .items-more h3 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
}

section.blog .items-more ol,section.blog-featured .items-more ol {
	margin-top: 0;
}

section.blog .items-more ol li,section.blog-featured .items-more ol li {
	list-style-type: none;
}

/* Lists */
section.blog .items-more li:before,.content-links li:before,article p li:before,.children li:before,#itemListLinks li:before {
	color: #acacac;
	content: "»";
	display: block;
	float: left;
	font-size: 11px;
	line-height: 21px;
	padding-right: 5px;
}

/* Articles */
article {
	position: relative;
}

article time {
	display: block;
	float: left;
	margin: 3px 0 0 -61px;
	padding: 0 10px;
	position: absolute;
	width: 145px;
	height: 77px;
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/time.png) no-repeat 0 0;
	font-size: 21px;
	line-height: 61px;
	text-align: left;
	color: #fff;
	text-shadow: 0px 0px 1px #47351f;
}

article li time {
	background:none;
	font-size:14px;
	height:16px;
	width:auto;
	color:#7D7B7A;
	display:list-item;
	text-shadow:none;
	margin:0;
	padding:0;
	position:static;
	line-height:16px;
} 

article header {
	margin-bottom: -10px;
	margin-top: -30px;
}

article time + header {
	margin-left: 111px;
}

article header h1 {
	line-height: 52px;
	margin: -3 0 0px;
	color: #484848;
}

article header h1 a {
	color: #484848;
}

article header h1 a:hover {
	color: #8FBE1D;
}

article header h2 {
	line-height: 46px;
	color: #484848;
}

article header ul {
	position: relative;
}

article header li {
	float: left;
	margin-right: 16px;
	padding-left: 16px;
	line-height: 16px;
	border-left: 1px solid #eee;
}

article header li:first-child {
	border-left: none;
	padding-left: 0;
}

article header + div,article header + p {
	clear: both;
}

.img-intro-none {
	float: none;
}

.img-intro-none img {
	margin: 0 auto;
	float: none !important;
}

.img-intro-left {
	float: left;
	margin: 0 20px 20px 0;
}

.img-intro-right {
	float: right;
	margin: 0 0 20px 20px;
}

.img-fulltext-none {
	float: none;
}

.img-fulltext-none img {
	margin: 0 auto;
}

.img-fulltext-left {
	float: left;
	margin: 0 20px 20px 0;
}

.img-fulltext-right {
	float: right;
	margin: 0 0 20px 20px;
}

.img_caption {
	font-style: italic;
	margin: 0;
	text-align: center;
}

.item-page ul {
	list-style-type: none;
}

.content-links {
	margin-bottom: 20px;
}

.filter-search .filter-search-lbl {
	margin-top: 5px;
}

/* Weblinks */
.edit fieldset > div {
	clear: both;
	padding: 5px 0;
}

.edit fieldset > div label {
	display: block;
	min-width: 120px;
	float: left;
}

/* User */
section.login .login-fields {
	padding-bottom: 16px;
}

section.login .login-fields label {
	display: block;
	min-width: 100px;
	float: left;
	line-height: 34px;
}

section.login ul {
	margin-top: 40px;
	font-size: 11px;
}

section.login span#fb-auth {
	margin: 2px 0 0 10px;
	float: left;
}

.profile-edit legend {
	font-size: 32px;
	color: #484848;
}

.profile legend {
	font-size: 24px;
	color: #252525;
}

.profile dt {
	min-width: 200px;
	float: left;
	clear: both;
	color: #484848;
}

/* Contact */
.contact .jicons-icons {
	display: none;
}

.contact-image {
	border: 1px solid #eee;
	float: right;
	padding: 3px;
}

dt.inline {
	float: left;
}

.contact h3 {
	margin: 0 0 12px 0;
	border-bottom: 1px solid #eee;
	padding: 0;
}

#jform_contact_email_copy {
	margin-left: 10px;
}

/* Newsfeed */
section.newsfeed > ol {
	list-style: none;
}

section.newsfeed > ol > li {
	border-top: 1px solid #eee;
	padding: 24px 0 0;
}

section.newsfeed > ol > li > a {
	font-size: 42px;
}

/* IFrame */
section.contentpane iframe {
	border: 1px solid #eee;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* tooltips */
.tip {
	max-width: 350px;
	padding: 8px;
	border: 1px solid #eee;
	background: #fff;
}

.tip-title {
	background: #8fbe1d;
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	padding: 5px;
	font-weight: bold;
}

.tip-text {
	color: #555;
	font-size: 12px;
	padding: 5px 0;
}

/* System messages */
#system-message dt {
	display: none;
}

#system-message {
	margin: 0 0 24px;
}

#system-message dd ul {
	list-style: none !important;
}

#system-message dd {
	padding: 0;
	height: 48px;
	line-height: 49px;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_messages.jpg) repeat 0 0;

	-webkit-box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	color: #333;
}

#system-message dd li {
	height: 48px;
	line-height: 49px;
}

#system-message dd.error {
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_messages.jpg) repeat 0 bottom;
	color: #fff;
}

#system-message-container {
	padding: 0;
	margin-bottom: 30px;
}

/* Pagination */
.pagination {
	clear: both;
	margin: 24px 0 32px;
	padding: 16px 0 0 0;
}

nav.pagination {
	border-top: 1px solid #eee;
}

.pagination ul {
	text-align: center;
}

.pagination ul li {
	display: inline-block;
	font-size: 10px;
	margin-right: 5px;
	color: #999;
	cursor: default;
}

.pagination ul li a,.pagination ul li span {
	display: block;
	width: auto;
	height: 24px;
	line-height: 25px;
	margin: 0 4px;
	padding: 0 2px;
	text-align: center;
}

.pagination ul li.counter {
	display: block !important;
	margin: 6px 0 0;
	font-size: 8px;
	text-align: center;
	color: #bbb;
}

.pagination a:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);

	-webkit-transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	-ms-transition: all 0.1s ease-out 0s;
	transition: all 0.1s ease-out 0s;
}

ul.pagenav {
	margin-bottom: 15px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Register */
#member-registration legend {
	font-size: 32px;
	line-height: 32px;
	color: #484848;
}

#member-registration dt,#member-registration dd {
	display: inline-block;
	padding-bottom: 10px;
}

#member-registration dt {
	min-width: 170px;
}

#member-registration dd {
	min-width: 200px;
}

#member-registration dd:after {
	content: '\A';
	white-space: pre;
}

#member-registration fieldset + div {
	line-height: 33px;
}

#gkMainbody .registration {
	width: 500px;
}

/* Banners */
.bannergroup:first-line,.bannergroup_text:first-line {
	font-size: 14px;
	color: #333;
}

div.banneritem {
	border-top: none;
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/menu_separator_bg.png) no-repeat center top;

	-webkit-background-size: 100% 3px;
	-moz-background-size: 100% 3px;
	background-size: 100% 3px;
	padding: 8px 0;
	font-size: 11px;
	color: #555;
}

div.banneritem a {
	font-size: 13px;
}

div.bannerfooter {
	border-top: none;
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/menu_separator_bg.png) no-repeat center top;

	-webkit-background-size: 100% 3px;
	-moz-background-size: 100% 3px;
	background-size: 100% 3px;
	font-size: 11px;
	font-style: italic;
	padding-top: 5px;
	text-align: right;
}

/* Social API */
#gkSocialAPI {
	clear: both;
	margin: 20px 0 10px;
	padding: 20px 0 0;
	border-top: 1px solid #e5e5e5;
}

#gkMainbody {
	padding: 0 0 24px 0;
}

/* reCAPTCHA */
#dynamic_recaptcha_1,#recaptcha_area {
	margin-bottom: -30px;
	max-width: 480px;
	min-height: 112px;
}

#gkMainbody #dynamic_recaptcha_1,#gkMainbody #recaptcha_area {
	margin-bottom: 10px;
}

/* Page break */
.pane-sliders {
	margin-bottom: 20px;
}

.pane-sliders .panel h3 {
	text-transform: uppercase;
	color: #8fbe1d;
	padding: 0;
	border-bottom: 3px solid #8fbe1d;
}

.pagenavcounter {
	font-size: 12px;
}

#article-index {
	float: right;
	margin: 0 0 30px 30px;
	padding: 0 24px 24px 24px;
	width: 200px;
}

#article-index h3 {
	color: #8fbe1d;
}

#article-index ul {
	margin: 0;
	padding: 0;
}

#article-index li {
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/menu_separator_bg.png) no-repeat center bottom;

	-webkit-background-size: 100% 3px;
	-moz-background-size: 100% 3px;
	background-size: 100% 3px;
	border: none;
	line-height: 3;
	font-size: 12px;
}

#article-index li a {
	color: #555;
}

#article-index li a.active {
	color: #8fbe1d !important;
}

#article-index li a:hover {
	color: #8fbe1d;
}

#article-index li a.active {
	font-weight: bold;
	color: #333;
}

#article-index li:first-child {
	margin-top: 10px;
}

dl#tabs,dl.tabs {
	height: 30px;
	padding-bottom: 20px;
}

dl#tabs dt.tabs,dl.tabs dt.tabs {
	float: left;
	margin: 0 6px 0 0;
}

dl#tabs dt.tabs span h3,dl.tabs dt.tabs span h3 {
	margin: 0;
	padding: 0;
	font-size: 115%;
	border: none !important;
}

dl#tabs dt.tabs span h3 a,dl.tabs dt.tabs span h3 a {
	float: left;
	padding: 0 15px;
	height: 30px;
	line-height: 31px;
	border: 2px solid #8fbe1d;

	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	background: #fff;
}

dl#tabs dt.tabs h3:hover a,dl.tabs dt.tabs h3:hover a {
	cursor: pointer;
	color: #8fbe1d;
}

dl#tabs dt.tabs.open a,dl.tabs dt.tabs.open a {
	background: #8fbe1d;
	color: #fff !important;
}

/* Search & smart search */
#finder-search fieldset label[for="q"] {
	margin-top: 5px;
}

#searchForm fieldset input[type="radio"],#searchForm fieldset input[type="checkbox"] {
	margin-top: 11px !important;
}

#search-form fieldset.word label,#search-form fieldset.word input,#search-form fieldset.word button {
	float: left;
	margin-right: 5px;
}

#searchForm label,#searchForm input {
	float: left;
	margin: 0 5px 0 0;
}

#searchForm label {
	margin-top: 5px;
}

#searchForm fieldset,.search-results dt {
	margin: 12px 0 0;
	padding: 12px 0;
	border-top: 1px solid #eee;
}

#searchForm fieldset.word {
	border: none;
	padding: 20px 0;
}

#searchForm fieldset legend {
	color: #252525;
}

.search-results dd {
	font-size: 13px;
}

.search-results dt:first-child {
	border-top: none;
}

.searchintro {
	color: #8fbe1d;
	text-align: center;
}

.form-limit {
	float: right;
}

.result-category,.result-created {
	font-style: italic;
	font-size: 90%;
}

.result-created {
	float: right;
}

.result-title {
	clear: both;
	font-size: 20px;
}

#advanced-search-toggle {
	font-size: 11px;
	display: block;
	padding: 10px 0;
	text-align: center;
}

.advanced-search-tip {
	background: #fff;
	border: 2px solid #eee;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 11px;
	padding: 20px;
}

.advanced-search-tip p {
	margin: 0;
}

#finder-filter-select-list label {
	float: left;
	font-size: 12px;
	min-width: 140px;
	line-height: 36px;
	clear: both;
}

#finder-filter-select-list li {
	padding: 0;
	overflow: hidden;
}

#search-query-explained {
	font-size: 11px;
	padding: 10px 0;
	border-bottom: 4px solid #eee;
}

#search-result-empty h2 {
	font-size: 18px;
}

.autocompleter-queried {
	color: #8fbe1d !important;
}

div.search-pages-counter {
	text-align: center;
	font-size: 12px;
	font-style: italic;
}

.search-results .highlight {
	background-color: #ffc;
	font-weight: bold;
	padding: 1px 4px;
}

/* Archive */
.archive article {
	border-top: 1px solid #eee;
	padding: 32px 0 0;
}

/* FILE# 6 http://www.dondurmaciyasarusta.com/templates/gk_restaurant/css/system/system.css */
/* Fix for the editor */
.item-page.edit .formelm {
	clear: both;
	float: left;
}
.item-page.edit .formelm .button2-left {
	margin-top: 6px;
}
.item-page.edit .formelm-area label {
	display: block;
	width: 100%;
}
.item-page.edit .formelm-buttons {
	margin-top: 5px;
	overflow: hidden;
}
.item-page.edit .fltlft {
	float: left;
}
.item-page.edit legend {
	font-size: 140%;
	font-style: italic;
}
.item-page.edit .toggle-editor {
	margin-top: -5px;
}

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}
.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}
.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 10px;
	font-size: 16px;
	line-height: 25px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}
.button2-left {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/joomla/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}
.button2-right {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/joomla/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}
.button2-left .image {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/joomla/j_button2_image.png) 100% 0 no-repeat;
}
.button2-left .readmore,
.button2-left .article {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/joomla/j_button2_readmore.png) 100% 0 no-repeat;
}
.button2-left .pagebreak {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/joomla/j_button2_pagebreak.png) 100% 0 no-repeat;
}
.button2-left .blank {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/joomla/j_button2_blank.png) 100% 0 no-repeat;
}
/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/joomla/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
/* FILE# 7 http://www.dondurmaciyasarusta.com/templates/gk_restaurant/css/template.css */
/*
#------------------------------------------------------------------------
# Restaurant -April Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
/* Basic elements */
::selection {
	background: #8fbe1d;
	color: #fff;
}

body {
	min-height: 100%;
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_pattern.png) repeat 0 0;
	font-size: 14px;
	line-height: 2;
	color: #7d7b7a;
}

a {
	-webkit-transition: color 0.15s ease;
	-moz-transition: color 0.15s ease;
	-o-transition: color 0.15s ease;
	-ms-transition: color 0.15s ease;
	transition: color 0.15s ease;
	text-decoration: none;
	color: #8fbe1d;
}

a:hover,a:active,a:focus {
	color: #222;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #555;
}

h1 {
	font-size: 34px;
}

h2,.componentheading {
	font-size: 30px;
	color: #555;
	margin: 0 0 -15px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	line-height: 2.0;
}

p {

}

/* Containers */
#gkBg {
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_image.jpg) no-repeat center 45px;
}

#gkMainbody > section {
	padding-bottom: 40px;
}

.nopicture #gkBg {
	background: none !important;
}

#gkPage {
	margin: 0 auto;
	overflow: visible;
}

#gkContent {
	min-height: 400px;
	margin-top: 190px;
	overflow: visible;
	position: relative;
	padding: 40px 40px 0 40px;
	background: #fff url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/paper.png) repeat-x 0 -64px;
}

#gkContent:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 190px;
	z-index: 1;
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/clips.png) no-repeat left -6px, url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/clips.png) no-repeat right -6px, url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/paper.png) repeat-x 0 120px;
	margin: -230px 0 0 -40px;
}

.noclips #gkContent:before {
	height: 132px;
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/paper.png) repeat-x 0 62px;
	margin: -160px 0 0 -40px;
}

.nopaper #gkContent,.noclips #gkContent {
	margin-top: 120px;
}

.nopaper #gkContent:before {
	height: 134px;
	z-index: 1;
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/clips.png) no-repeat left bottom, url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/clips.png) no-repeat right bottom;
	margin: -160px 0 0 -40px;
}

.noclips.nopaper #gkContent:before {
	display: none;
}

#gkTop1 + #gkPage #gkContent:before,#gkTop2 + #gkPage #gkContent:before {
	height: 90px;
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/paper.png) repeat-x 0 26px;
	margin: -120px 0 0 -40px;
}

.nopaper #gkTop1 + #gkPage #gkContent:before,.nopaper #gkTop2 + #gkPage #gkContent:before {
	display: none;
}

.nopaper #gkTop1 + #gkPage #gkContent,.nopaper #gkTop2 + #gkPage #gkContent {
	margin-top: 36px;
}

#gkLeft,#gkRight {
	font-size: 14px;
	padding-top: 120px;
}

/* Logo  */
#gkLogo {
	margin: 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 416px;
	height: 103px;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
}

#gkLogo img {
	display: block;
	margin: 0;
}

#gkLogo.cssLogo {
	/* You can specify there logo size and background */
background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/logo.png) no-repeat 0 center;
	height:104px;
	width: 414px;
	position: relative;
	left: -10px;
	margin: -4px 0 -30px 0;
}

#gkLogo.text {
	text-indent: 0;
	color: #333;
}

#gkLogo.text > span {
	display: block;
	font-size: 29px;
	line-height: 36px;
	margin-top: 5px;
}

#gkLogo.text .gkLogoSlogan {
	display: block;
	font-size: 14px;
	line-height: 14px;
}

/* top */
#gkPageTop {
	margin-top: 20px;
	background: #fff;
	border-top: 1px solid #e0dfdf;
	border-bottom: 1px solid #e0dfdf;
	height: 68px;
}

#gkPageTop > div {
	margin: 0 auto;
	position: relative;
}

#gkCart {
	height: 56px;
	color: #484848;
	font-size: 18px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 106px;
	width: 300px;
	text-shadow: 1px 1px 0 #f4f0f0;
	z-index: 10;
}

#gkCart a {
	color: #cb4900;
	text-decoration: underline;
}

#gkCart a:active,#gkCart a:focus,#gkCart a:hover {
	color: #333;
}

#gkCart #miniK2StoreCart > div {
	float: left;
	margin-left: 37px;
}

#gkCart #miniK2StoreCart > div + div {
	margin-left: 20px;
}

#gkCart #miniK2StoreCart p {
	margin: 0;
}

.gkMenu > ul > li.login a {
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/menu_login_bg.png) no-repeat 0 center;
}

/* standard breadcrumb */
#gkBreadcrumb {
	font-size: 11px;
	border-bottom: 1px solid #eee;
	margin: -24px 0 0 !important;
	padding: 0 0 3px;
}

#gkBreadcrumb .breadcrumbs {
	line-height: 22px;
	float: left;
}

#gkBreadcrumb .breadcrumbs li.separator {
	margin: 0 15px;
	color: #ccc;
	display: block;
	float: left;
}

#gkBreadcrumb .breadcrumbs > ul {
	line-height: 32px;
}

#gkBreadcrumb .breadcrumbs > ul > li {
	float: left;
	line-height: 22px;
}

#gkTools {
	float: right;
	margin: 0 10px 11px 0;
}

#gkTools a {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	margin: 0 0 0 4px !important;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: -99999em;
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/font_size.png) no-repeat -38px 50%;
	border: 1px solid #ececec;
}

#gkTools a:hover {
	border-color: #8fbe1d;
}

a#gkToolsReset {
	background-position: -15px 50%;
	margin-left: 6px;
}

a#gkToolsDec {
	background-position: 6px 50%;
}

/* footer */
#gkBg > footer {
	color: #888;
	font-size: 10px;
	padding: 20px 0 20px 0;
	text-align: center;
	overflow: hidden;
	position: relative;
	text-shadow: 1px 1px 0 #fff;
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_underscore.png) no-repeat center top;

	-webkit-background-size: 95% 12px;
	-moz-background-size: 95% 12px;
	background-size: 95% 12px;
}

#gkBg > footer nav {
	float: left;
}

#gkBg > footer a {
	color: #888;
}

#gkBg > footer a:active,#gkBg > footer a:focus,#gkBg > footer a:hover {
	color: #444;
}

#gkBg > footer nav ul {
	height: 26px;
}

#gkBg > footer nav li {
	float: left;
	line-height: 26px;
	padding: 0 10px;
}

#gkBg > footer nav li:first-child {
	border-left: none;
}

#gkBg > footer p,#gkBg > footer > span {
	float: right;
}

#gkBg > footer > span > .mobileSwitch {
	margin-right: 15px;
	font-weight: bold;
}

#gkStyleArea {
	display: block;
	text-align: center;
	clear: both;
	margin: 0 0 70px 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#gkStyleArea > a {
	width: 10px;
	height: 10px;
	margin-right: 5px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	text-indent: -9999px;

	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);

	-webkit-transition: -webkit-transform 0.2s ease-out;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

#gkStyleArea > a:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

#gkColor1 {
	background: #8fbe1d;
}

#gkColor2 {
	background: #cb4900;
}

#gkColor3 {
	background: #333;
}

#gkBg > footer p {
	margin: 0;
}

#gkBg > #retrojanslogo {
	display: block;
	width: 100px;
	height: 20px;
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/retrojans-logo.png) no-repeat 0 0;
	text-indent: -9999em;
	margin: 0 auto;
	padding-bottom: 12px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	clear: both;
}

/* Suffixes */
.box,.box_text,.box_menu {
	overflow: hidden;
	background: #fff;
	padding: 24px;
	color: #777;
}

.box > div,.box_text > div,.box_menu > div {
	padding: 0;
}

div.content {
	clear: both;
}

.box li,.box_menu li {
	border-top: 1px solid #eee;
	list-style-type: none;
	line-height: 26px;
	padding: 6px 0;
}

.box li:first-child {
	border-top: none;
}

.box li a,.box_text li a {
	text-decoration: none;
}

.box a,.box_text a {
	text-decoration: none;
}

/* default suffix */
.box .header,.box_menu .header,.box_text .header {
	color: #484848;
	font-size: 24px;
	padding-bottom: 24px;
	font-weight: 400;
	line-height: 28px;
}

/* clear suffix */
.box.clear,.box_text.clear,.box_menu.clear {
	margin: 0;
	padding: 0;
}

.box.clear > div,.box_text.clear > div,.box_menu.clear > div {
	margin: 0;
	padding: 0;
}

.clear div.content {
	clear: both;
}

.clear .header {
	display: none;
}

/* _menu suffix */
.box_menu {
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_paper.png) no-repeat right top;
	position: relative;
}

.box_menu .header {
	margin: 5px 0 0 0;
}

.box_menu ul {
	margin: 0;
	padding: 0;
}

.box_menu ul li {
	position: relative;
	padding: 0 !important;
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/menu_separator_bg.png) no-repeat center bottom;

	-webkit-background-size: 100% 3px;
	-moz-background-size: 100% 3px;
	background-size: 100% 3px;
	border: none !important;
}

.box_menu ul li a {
	display: block;
	line-height: 17px;
	min-height: 15px;
	padding: 8px 0 8px 30px;
	font-size: 15px;
	color: #777;
}

.box_menu ul li a:active,.box_menu ul li a:focus,.box_menu ul li a:hover,.box_menu ul li.current a,.box_menu ul li.activeCategory a {
	color: #777;
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/menu_active.png) no-repeat left center;
}

.box_menu ul ul {
	margin: 0 0 0 20px;
}

/* paper suffix */
.box.paper {
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_paper.png) no-repeat right top;
}

/* border suffix */
.box.border {
	border: 5px solid #ececec;
}

/* advertisement suffix */
.box.advertisement .header {
	border-bottom: 1px solid #ececec;
	color: #aaa !important;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px !important;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 17px;
	text-align: right;
	text-transform: uppercase;
	padding: 0 !important;
}

/* pattern suffix */
.box.pattern {
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_light_pattern.png) repeat 0 0;
}

.box.dark.pattern {
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_dark_pattern.png) repeat 0 0;
}

/* nomargin suffix */
.box.nomargin {
	margin: -40px -40px -24px -40px !important;
}

.box.nomargin + .box.nomargin {
	margin: 24px -40px -24px -40px !important;
}

/* transparent suffix */
.box.transparent {
	background: transparent !important;
	padding: 0 !important;
	overflow: visible;
}

/* underscore suffix */
.box.underscore .header {
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_underscore.png) no-repeat 10px bottom;

	-webkit-background-size: 65% 12px;
	-moz-background-size: 65% 12px;
	background-size: 65% 12px;
}

/* dark suffix */
.box.dark {
	background: #282828;
	color: #ccc;
}

.box.dark h3.header {
	color: #d1c5a1;
}

.box.dark a {
	color: #d1c5a1;
}

.box.dark a:hover,.box.dark a:active,.box.dark a:focus {
	color: #fff !important;
}

.box.dark li {
	border-top: 1px solid #4a4a4a;
}

.box.dark li:first-child {
	border-top: none;
}

/* wood1 suffix */
.box.wood1 {
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_wood1.jpg) repeat 0 0;
	color: #fff;
	text-shadow: 1px 1px 2px #98784b;
}

.box.wood1 .header {
	color: #fff;
}

.box.wood1 a {
	color: #484848;
}

.box.wood1 a:active,.box.wood1 a:focus,.box.wood1 a:hover {
	color: #fff;
	text-decoration: underline;
}

.box.wood1 li {
	border-top: none;
}

/* wood 2 suffix */
.box.wood2 {
	padding: 8px;
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_wood2.jpg) repeat 0 0;
	text-shadow: 1px 1px 2px #5f4726;
	color: #ddc7b0;
}

.box.wood2 > div {
	border: 1px dashed #bea68d;
	padding: 18px;
}

.box.wood2 .header {
	color: #fff;
}

.box.wood2 a {
	color: #fff;
}

.box.wood2 a:active,.box.wood2 a:focus,.box.wood2 a:hover {
	text-decoration: underline;
}

.box.wood2 li {
	border-top: none;
}

/* Modules in the mainbody */
#gkContent .box,#gkContent .box_menu,#gkContent .box_text {
	margin: -24px;
}

#gkUser1 .box,#gkUser1 .box_menu,#gkUser1 .box_text,#gkUser2 .box,#gkUser2 .box_menu,#gkUser2 .box_text {
	margin: 0 -24px !important;
}

/* Bottom modules */
#gkBottom2 {
	margin-top: 48px;
	color: #a6a6a6;
	font-size: 13px;
	text-shadow: 1px 1px 0 #fff;
}

#gkBottom2 .box {
	background: transparent;
	padding: 0;
	overflow: visible;
}

#gkBottom2 .header {
	font-size: 20px;
	line-height: 21px;
	font-weight: normal;
	color: #888;
	margin-bottom: 0 !important;
}

#gkBottom2 a {
	color: #828282;
}

#gkBottom2 a:active,#gkBottom2 a:focus,#gkBottom2 a:hover {
	color: #8fbe1d;
}

#gkBottom2 li {
	border-top: none;
	padding: 0;
}

.socialBlock {
	margin-top: 12px;
	padding-top: 12px;
}

/* search module */
#mod-search-searchword {
	width: 92%;
}

/* Login form */
#gkFBLogin {
	float: left;
	width: 45%;
}

#gkFBLogin p {
	line-height: 18px;
	margin: 14px 0 20px;
}

#gkFBLogin + #login-form,#gkFBLogin + #com-login-form {
	float: left;
	width: 45%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
}

#form-login-remember {
	margin: 10px 0;
}

#form-login-remember label {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
}

#loginForm:after {
	clear: both;
	content: "";
	display: table;
}

#login-form fieldset {
	margin: 0 0 20px;
}

#login-form fieldset p {
	margin: 0.5em 0;
}

#login-form ul {
	border-top: 1px solid #E7E7E7;
	overflow: hidden;
	padding: 2px 0 0;
}

#login-form ul li {
	float: left;
	font-size: 11px;
}

#login-form ul li:first-child {
	margin-right: 10px;
}

#gkPopupLogin #loginForm > div > div {
	width: 45%;
	float: right;
}

#gkPopupLogin #loginForm > div > div:first-child {
	float: left;
	padding: 0;
}

#gkPopupLogin #loginForm ul.menu li {
	line-height: 1.7;
}

label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

.logout-button .login-greeting {
	float: left;
	margin-right: 32px;
	font-size: 14px;
}

/* Login with Facebook button */
span#fb-auth small {
	width: 20px;
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/fbauth.png) no-repeat 0 2px;
	text-indent: -999em;
	display: block;
	float: left;
	border-right: 1px solid #a0aecd;
	margin: 2px 7px 0 0;
	height: 17px;
}

span#fb-auth {
	background-color: #798db9;
	border: 1px solid #4d576b;
	display: inline-block;
	color: #fff;
	font-family: arial;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 18px 7px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #445375;
	cursor: pointer;
	height: 17px;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	float: right;
}

span#fb-auth:hover {
	background-color: #556b9b;
}

#loginForm span#fb-auth {
	margin: 0 auto;
	float: none;
}

/* popup */
#gkPopupOverlay,#gkPopupLogin {
	display: none;
	overflow: hidden;
	width: 520px;
	margin-left: -260px;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 50%;
	background: #fff;
}

#gkPopupLogin {
	position: absolute;
	top: 100px;
}

#gkPopupLogin {
	width: 720px;
	margin-left: -360px;
}

.gkPopupWrap {
	padding: 35px;
}

.gkPopupWrap input[type="text"],.gkPopupWrap input[type="password"] {
	width: 280px !important;
}

.gkPopupWrap h3 {
	margin: 0 0 24px;
	padding: 0 0 6px 0;
	font-size: 32px;
	line-height: 32px;
	border-bottom: 1px solid #e7e7e7;
}

#gkPopupOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter: alpha(opacity=45);
	opacity: 0.45;
	margin-left: 0;
}

/* FILE# 8 http://www.dondurmaciyasarusta.com/templates/gk_restaurant/css/menu/menu.css */
/*
#------------------------------------------------------------------------
# Restaurant -April Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
/* Base for all menus */
#gkMainMenu {
	float: right;
}

#gkMainMenu .gkMenu {
	display: block;
}

.gkMenu > ul > li {
	float: left;
	width: auto;
}

.gkMenu > ul > li > a {
	display: block;
}

.gkMenu > ul > li a small {
	display: block;
	font-size: 11px;
	line-height: 11px;
}

.gkMenu > ul > li > .childcontent,.gkMenu > ul > li > .childcontent .childcontent {
	position: absolute;
	left: -999em;
	z-index: 999;
}

.gkMenu > ul > li > .childcontent .gkcol {
	float: left;
}

.gkMenu > ul > li:hover > .childcontent,.gkMenu > ul > li:hover > .childcontent li:hover > .childcontent {
	left: inherit;
}

.gkMenu > ul > li:hover > .childcontent .childcontent {
	margin-left: 140px !important;
	margin-top: -35px !important;
}

/* main menu CSS */
.gkMenu {
	position: relative;
	margin: 0;
	z-index: 1000;	margin-right: 20px;
}

.gkMenu > ul {
	height: 68px;
	margin: 0;
	padding: 0;
}

.gkMenu > ul > li {
	height: 68px;
	font-size: 14px;
	font-weight: 400;
}

.gkMenu > ul > li:first-child {
	background: none;
}

.gkMenu > ul > li > a {
	color: #555;
	display: block;
	height: 68px;
	line-height: 71px;
	margin: 0;
	padding: 0 8px;
}

.gkMenu > ul > li:last-child > a {
	padding: 0 0 0 20px;
}

.gkMenu > ul > li:hover > a,.gkMenu > ul > li:active > a,.gkMenu > ul > li:focus > a,.gkMenu > ul > li.active:hover > a,.gkMenu > ul > li.active:active > a,.gkMenu > ul > li.active:focus > a {
	color: #8fbe1d;
}

.gkMenu > ul > li.active > a {
	color: #8fbe1d;
}

.gkMenu > ul ul {
	margin: 0;
	padding: 0;
}

.gkMenu > ul > li.login a {
	color: #8fbe1d;
}

.gkMenu > ul > li.login a:active,.gkMenu > ul > li.login a:focus,.gkMenu > ul > li.login a:hover {
	color: #555;
}

.gkMenu > ul div.childcontent div.childcontent {
	padding-top: 0 !important;
	margin-top: -10px;
}

.gkMenu > ul div.childcontent-inner {
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_menu.png) no-repeat right bottom;
	padding: 6px 0 12px 0;
	overflow: hidden;
	text-align: left;
	border-left: 1px solid #e0dfdf;
	border-top: 1px solid #e0dfdf;
}

.gkMenu > ul > li > .childcontent .gkcol {
	padding-bottom: 0;
}

.gkMenu > ul div.childcontent li {
	line-height: 1.6;
	margin: 0 1px 0 0;
	padding: 6px 24px;
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/menu_separator_bg.png) no-repeat center top;

	-webkit-background-size: 100% 3px;
	-moz-background-size: 100% 3px;
	background-size: 100% 3px;
}

.gkMenu > ul div.childcontent li:first-child {
	background-image: none;
}

.gkMenu > ul div.childcontent a {
	font-size: 14px;
	color: #555;
}

.gkMenu > ul div.childcontent small {
	color: #a6a6a6;
	margin: 0 0 6px;
}

.gkMenu > ul div.childcontent li.group {
	padding: 0;
	margin: 0;
	height: auto;
	border: none !important;
	background: none;
}

.gkMenu > ul div.childcontent li.active > a,.gkMenu > ul div.childcontent li:hover > a,.gkMenu > ul div.childcontent li > a:hover {
	color: #8fbe1d;
}

.gkMenu > ul div.childcontent header {
	padding: 8px 20px 6px 20px;
	display: block;
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/menu_separator_bg.png) no-repeat center bottom;

	-webkit-background-size: 100% 3px;
	-moz-background-size: 100% 3px;
	background-size: 100% 3px;
	margin: 2px 1px 4px 0;
}

.gkMenu > ul div.childcontent header a {
	font-size: 16px;
	line-height: 24px;
	color: #8fbe1d;
	text-transform: uppercase;
}

.gkMenu > ul div.childcontent header small {
	display: block;
	text-transform: none;
}

#gkMainMenu .module p {
	font-size: 12px;
	line-height: 18px;

}

/* FILE# 9 http://www.dondurmaciyasarusta.com/templates/gk_restaurant/css/gk.stuff.css */
/*
#------------------------------------------------------------------------
# Restaurant -April Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
 
/*
 * Tabs Module
 */
.gkTab,
.gkTabsGK5 {
	position: relative;
	margin: -24px;
}

.gkTabWrap {
	margin: 0 auto;
}

.gkTab ul.gkTabs,
.gkTabsWrap.vertical ol {
	height: 44px;
	background: #f3f3f3;
	padding: 8px 16px 0 16px;
}

.gkTab ul.gkTabs li,
.gkTabsWrap.vertical ol li {
	float: left;
	padding: 0 14px !important;
	height: 44px;
	line-height: 45px !important;
	list-style-type: none;
	background: none;
	color: #aaa;
	font-size: 18px;
	border: none;
	cursor: pointer;
}

.gkTab ul.gkTabs li span,
.gkTabsWrap.vertical ol li span {
	display: block;
}

.gkTab ul.gkTabs li:hover,
.gkTabsWrap.vertical ol li:hover {
	color: #555;
}

.gkTab ul.gkTabs li.active,
.gkTabsWrap.vertical ol li.active {
	color: #555;
	background: #fff;
}

.gkTabContainer0 {
	clear: both;
	margin: 0;
}

.gkTabContainer1 {
	overflow: hidden;
}

.gkTabItem {
	float: left;
	overflow: hidden;
	padding: 0;
}

.gkTabButtonNext,.gkTabButtonPrev,
.gkTabsButtonNext,.gkTabsButtonPrev {
	display: none;
}

.gkTabContainer0,.gkTabContainer1,.gkTabContainer2 {
	position: relative;
}

.gkTabItem {
	position: absolute;
	left: -999em;
	top: 0;
	width: 100%;
}

.gkTabItem.active {
	position: static;
	left: 0;
}

.gkTabItemSpace {
	padding: 24px;
}

/* dark suffix */
.dark .gkTab ul.gkTabs,
.dark .gkTabsWrap.vertical ol {
	background: #1c1c1c;
}

.dark .gkTab ul.gkTabs li,
.dark .gkTabsWrap.vertical ol li {
	color: #ccc;
}

.dark .gkTab ul.gkTabs li:hover,
.dark .gkTabsWrap.vertical ol li:hover {
	color: #d1c5a1;
}

.dark .gkTab ul.gkTabs li.active,
.dark .gkTabsWrap.vertical ol li.active {
	color: #d1c5a1;
	background: #282828;
}

.dark.pattern .gkTab ul.gkTabs li.active,
.dark.pattern .gkTabsWrap.vertical ol li.active {
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_dark_pattern.png) repeat 0 0;
}

#gkContent .gkTab {
	margin: 0 !important;
}

/*
 * News Show Pro GK4
 */
.nsp {
	position: relative;
}

.nspMain {
	overflow: hidden;
}

/* interface */
.nspBotInterface,.nspTopInterface {
	overflow: hidden;
	width: auto;
	margin: 0;
}

.nspBotInterface {
	margin: 0;
	padding: 5px 0 0 0;
}

.nspTopInterface div {
	position: absolute;
	right: 20px;
	padding: 0 3px;
}

.nspBotInterface div {
	float: right;
	margin-top: 2px;
}

#gkContent .nspTopInterface div {
	top: 28px !important;
}

/* pagination */
.nspBotInterface .nspPagination li,.nspTopInterface .nspPagination li,.nspBotInterface .nspPagination li.active,.nspTopInterface .nspPagination li.active {
	display: block;
	float: left;
	border: none !important;
	width: 13px;
	height: 13px;
	margin: 0 4px 0 0 !important;
	padding: 0 !important;
	background: #dedede;
	text-indent: -999px !important;
	cursor: pointer;
	overflow: hidden;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.nspBotInterface .nspPagination li:hover,.nspBotInterface .nspPagination li.active,.nspTopInterface .nspPagination li:hover,.nspTopInterface .nspPagination li.active {
	background: #8fbe1d;
	cursor: pointer;
}

.nspTopInterface .nspPagination,.nspBotInterface .nspPagination {
	border: none !important;
	float: left;
	width: auto;
	padding: 0 !important;
	list-style-type: none;
	margin: 3px 0 0 0;
}

.nspBotInterface .nspCounter,.nspTopInterface .nspCounter {
	padding: 4px 8px !important;
	font-size: 10px;
	font-weight: normal !important;
	height: 10px;
	line-height: 10px;
	background: transparent;
	color: #ccc !important;
	cursor: pointer;
	float: left;
	margin: 0 0 0 8px !important;
}

.nspBotInterface .nspCounter span,.nspTopInterface .nspCounter span {
	color: #dfdfdf !important;
}

/* buttons:  prev & next */
.nspBotInterface,.nspTopInterface {
	margin: 0 !important;
}

.nspTopInterface div {
	top: 32px !important;
}

.nspBotInterface .nspPrev,.nspTopInterface .nspPrev,.nspBotInterface .nspNext,.nspTopInterface .nspNext {
	display: block;
	float: left;
	border: none !important;
	height: 17px;
	width: 12px;
	margin: 1px 0 0 2px;
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/nsp_interface.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: 999px;
	padding: 0 !important;
	overflow: hidden;
}

.nspBotInterface .nspNext,.nspTopInterface .nspNext {
	background-position: -12px 0;
}

.nspBotInterface .nspPrev,.nspTopInterface .nspPrev {
	background-position: 0 0;
	margin-left: 4px;
}

.nspBotInterface .nspPrev:hover,.nspTopInterface .nspPrev:hover {
	background-position: 0 -17px;
}

.nspBotInterface .nspNext:hover,.nspTopInterface .nspNext:hover {
	background-position: -12px -17px;
}

/* article layout */
.nspArts {
	overflow: hidden;
}

.nspArt > div {
	overflow: hidden;
	padding: 0 10px;
	font-size: 13px;
	border-bottom: 1px solid #e5e5e5;
}

.nspArt .nspHeader {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.nspArt .nspImageWrapper {
	border: none;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
	background: #fff;
	overflow: hidden;
	display: inline-block;
	line-height: 1px;
}
.nspArt {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.nspArt img {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.nspArt .nspImageWrapper:hover img {
	-webkit-transform: scale(1.2) rotate(-7deg);
	-moz-transform: scale(1.2) rotate(-7deg);
	-o-transform: scale(1.2) rotate(-7deg);
	-ms-transform: scale(1.2) rotate(-7deg);
	transform: scale(1.2) rotate(-7deg);
}

.nspArt p.nspText {
	margin: 0 !important;
	line-height: 1.4;
}

.nspArt p.nspInfo {
	font-size: 11px;
	margin: 6px 0;
}

.nspArt .tleft {
	text-align: left;
}

.nspArt .tright {
	text-align: right;
}

.nspArt .tcenter {
	text-align: center;
}

.nspArt .tjustify {
	text-align: justify;
}

.nspArt .fleft {
	float: left;
}

.nspArt .fright {
	float: right;
}

.nspArt .fnone {
	clear: both;
	width: 100%;
	float: none;
}

.nspArt {
	float: left;
}

.nspReadon_class.left,.nspReadon_class.right,.nspReadon_class.center {
	clear: both;
}

.nspReadon_class.left {
	float: left;
}

.nspReadon_class.right {
	float: right;
}

.nspReadon_class.center {
	display: inline;
	float: none;
}

.nspLinks > div.nspLinkScroll1 > div > ul li {
	list-style-type: none !important;
	background: none !important;
	padding-left: 0 !important;
	margin: 0 !important;
	margin-right: 0 !important;
}

.nspLinks > div.nspLinkScroll1 > div > ul li:first-child {
	padding-top: 0px;
}

.nspLinks ul li h4 {
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 1.2 !important;
}

.nspLinks ul li p {
	margin: 0;
	font-size: 12px;
	line-height: 130%;
}

.nspLinks > div.nspLinkScroll1 > div > ul li {
	margin: 0;
	padding: 10px 0;
	height: auto;
	border-bottom: none;
}

.nspLinks > div.nspLinkScroll1 > div > ul {
	padding: 0;
	margin: 0;
	list-style-type: none !important;
	clear: none !important;
}

.nspArts.left {
	float: right;
	text-align: inherit !important;
}

.nspLinksWrap.left {
	float: left;
	text-align: inherit !important;
}

.nspArts.right {
	float: left;
	text-align: inherit !important;
}

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

.nspMain .unvisible {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.nspAvatar {
	margin-bottom: -5px;
}

.nspArt .nspReadon {
	margin-top: 14px;
}

.nspText .readon {
	display: inline !important;
	float: none !important;
}

/* dark suffix */
.dark .nspArt a {
	color: #d1c5a1 !important;
}

.dark .nspArt a:active,.dark .nspArt a:focus,.dark .nspArt a:hover {
	color: #fff !important;
}

.dark .nspArt > div {
	border-bottom: 1px solid #4a4a4a;
}

.dark.big .nspArt .nspImageWrapper {
	border: 5px solid #282828;

	-webkit-box-shadow: 0 0 1px #111;
	-moz-box-shadow: 0 0 1px #111;
	box-shadow: 0 0 1px #111;
	background: #282828;
}

.dark .nspBotInterface .nspPagination li,.dark .nspTopInterface .nspPagination li,.dark .nspBotInterface .nspPagination li.active,.dark .nspTopInterface .nspPagination li.active {
	background: #dedede;
}

.dark .nspBotInterface .nspPagination li:hover,.dark .nspBotInterface .nspPagination li.active,.dark .nspTopInterface .nspPagination li:hover,.dark .nspTopInterface .nspPagination li.active {
	background: #d1c5a1;
}

.dark .nspBotInterface .nspNext,.dark .nspTopInterface .nspNext {
	background-position: -12px 0;
}

.dark .nspBotInterface .nspPrev,.dark .nspTopInterface .nspPrev {
	background-position: 0 0;
}

.dark .nspBotInterface .nspPrev:hover,.dark .nspTopInterface .nspPrev:hover {
	background-position: 0 -34px;
}

.dark .nspBotInterface .nspNext:hover,.dark .nspTopInterface .nspNext:hover {
	background-position: -12px -34px;
}

/* wood1 suffix */
.wood1 .nspArt,.wood1 .nspText {
	color: #fff !important;
	text-shadow: 1px 1px 2px #98784b !important;
}

.wood1 .nspArt a {
	color: #484848 !important;
}

.wood1 .nspHeader {
	text-shadow: 1px 1px 0 #f5d6a6 !important;
}

.wood1 .nspHeader:hover {
	text-shadow: 1px 1px 0 #98784b !important;
}

.wood1 .nspHeader a:hover {
	text-decoration: none !important;
}

.wood1 .nspArt a:active,.wood1 .nspArt a:focus,.wood1 .nspArt a:hover {
	color: #fff !important;
	text-decoration: underline;
}

.wood1 .nspArt > div {
	border-bottom: 1px solid #98784b;
}

.wood1.big .nspArt .nspImageWrapper {
	-webkit-box-shadow: 0 0 1px #98784b;
	-moz-box-shadow: 0 0 1px #98784b;
	box-shadow: 0 0 1px #98784b;
}

.wood1 .nspBotInterface .nspPagination li,.wood1 .nspTopInterface .nspPagination li,.wood1 .nspBotInterface .nspPagination li.active,.wood1 .nspTopInterface .nspPagination li.active {
	background: #fff;
}

.wood1 .nspBotInterface .nspPagination li:hover,.wood1 .nspBotInterface .nspPagination li.active,.wood1 .nspTopInterface .nspPagination li:hover,.wood1 .nspTopInterface .nspPagination li.active {
	background: #8fbe1d;
}

.wood1 .nspBotInterface .nspNext,.wood1 .nspTopInterface .nspNext {
	background-position: -12px -51px;
}

.wood1 .nspBotInterface .nspPrev,.wood1 .nspTopInterface .nspPrev {
	background-position: 0 -51px;
}

.wood1 .nspBotInterface .nspPrev:hover,.wood1 .nspTopInterface .nspPrev:hover {
	background-position: 0 -17px;
}

.wood1 .nspBotInterface .nspNext:hover,.wood1 .nspTopInterface .nspNext:hover {
	background-position: -12px -17px;
}

/* wood2 suffix */
.wood2 .nspArt,.wood2 .nspText {
	color: #ddc7b0 !important;
	text-shadow: 1px 1px 2px #98784b !important;
}

.wood2 .nspArt a {
	color: #fff !important;
}

.wood2 .nspArt a:active,.wood2 .nspArt a:focus,.wood2 .nspArt a:hover {
	color: #fff !important;
	text-decoration: underline;
}

.wood2 .nspArt > div {
	border-bottom: 1px solid #98784b;
}

.wood2.big .nspArt .nspImageWrapper {
	-webkit-box-shadow: 0 0 1px #98784b;
	-moz-box-shadow: 0 0 1px #98784b;
	box-shadow: 0 0 1px #98784b;
}

.wood2 .nspBotInterface .nspPagination li,.wood2 .nspTopInterface .nspPagination li,.wood2 .nspBotInterface .nspPagination li.active,.wood2 .nspTopInterface .nspPagination li.active {
	background: #fff;
}

.wood2 .nspBotInterface .nspPagination li:hover,.wood2 .nspBotInterface .nspPagination li.active,.wood2 .nspTopInterface .nspPagination li:hover,.wood2 .nspTopInterface .nspPagination li.active {
	background: #8fbe1d;
}

.wood2 .nspBotInterface .nspNext,.wood2 .nspTopInterface .nspNext {
	background-position: -12px -51px;
}

.wood2 .nspBotInterface .nspPrev,.wood2 .nspTopInterface .nspPrev {
	background-position: 0 -51px;
}

.wood2 .nspBotInterface .nspPrev:hover,.wood2 .nspTopInterface .nspPrev:hover {
	background-position: 0 -17px;
}

.wood2 .nspBotInterface .nspNext:hover,.wood2 .nspTopInterface .nspNext:hover {
	background-position: -12px -17px;
}

/* big suffix */
.big .nspHeader {
	color: #555;
	font-size: 36px;
}

.big .nspText {
	color: #777;
	font-size: 15px;
}

.big .header {
	margin-bottom: 30px;
}

.big .nspArt a {
	color: #555;
}

.big .nspArt a:active,.big .nspArt a:focus,.big .nspArt a:hover {
	color: #8fbe1d;
}

.big .nspArt > div {
	border-bottom: none !important;
}

.big .nspArt .nspImageWrapper {
	border: 5px solid #fff;

	-webkit-box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	box-shadow: 0 0 1px #888;
	padding: 0;
	background: #fff;
	overflow: hidden;
	display: inline-block;
	line-height: 1px;
	position: relative;
	top: 1px;
	left: 1px;
}

/* centernav suffix */
.centernav .nspTopInterface > div {
	top: auto !important;
	bottom: 4px;
	left: auto !important;
	width: 100%;
	text-align: center;
}

.centernav .nspTopInterface ul {
	display: inline-block;
	float: none;
	margin-left: 36px;
}

.centernav .nspArts {
	margin-bottom: 20px;
}

.centernav .nspTopInterface .nspNext,.centernav .nspTopInterface .nspPrev {
	display: none;
}
.gkTabsGK5 { 
	position: relative;
}
.gkTabsGK5 ol {
	margin: 0;
}
.gkTabsWrap {
	margin: 0;
}


/* containers */
.gkTabsContainer { 
	clear: both; 
	overflow: hidden;
	position: relative;
}
.gkTabsItem { 
	left: -9999px;
	padding: 24px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.gkTabsItem.active {
	left: 0;
	position: relative;
	z-index: 2;
}


/* FILE# 10 http://www.dondurmaciyasarusta.com/templates/gk_restaurant/css/style1.css */
/*
#------------------------------------------------------------------------
# Restaurant -April Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
/* Style 1 */
/* template.css */
::selection {
	background: #8fbe1d;
}

body {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_pattern.png);
	color: #7d7b7a;
}

a {
	color: #8fbe1d;
}

a:hover,a:active,a:focus {
	color: #222;
}

#gkBg {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_image.jpg);
}

.nopicture #gkBg {
	background: none !important;
}

#gkContent {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/paper.png);
}

#gkContent:before {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/clips.png), url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/clips.png), url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/paper.png);
}

.noclips #gkContent:before {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/paper.png);
}

.nopaper #gkContent:before {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/clips.png), url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/clips.png);
}

#gkTop1 + #gkPage #gkContent:before,#gkTop2 + #gkPage #gkContent:before {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/paper.png);
}

#gkLogo.cssLogo {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/logo.png);
	margin-top: -4px;
}

#gkLogo.text {
	color: #333;
}

#gkPageTop {
	background: #fff;
	border-top: 1px solid #e0dfdf;
	border-bottom: 1px solid #e0dfdf;
}

#gkCart {
	color: #484848;
	text-shadow: 1px 1px 0 #f4f0f0;
}

#gkCart a {
	color: #cb4900;
}

#gkCart a:active,#gkCart a:focus,#gkCart a:hover {
	color: #333;
}

.gkMenu > ul > li.login a {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/menu_login_bg.png);
}

#gkTools a:hover {
	border-color: #8fbe1d;
}

#gkBg > footer {
	color: #888;
	text-shadow: 1px 1px 0 #fff;
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_underscore.png);
}

#gkBg > footer a {
	color: #888;
}

#gkBg > footer a:active,#gkBg > footer a:focus,#gkBg > footer a:hover {
	color: #444;
}

.box_menu {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_paper.png);
}

.box_menu ul li {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/menu_separator_bg.png);
}

.box_menu ul li a:active,.box_menu ul li a:focus,.box_menu ul li a:hover,.box_menu ul li.current a,.box_menu ul li.activeCategory a {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/menu_active.png);
}

.box.paper {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_paper.png);
}

.box.border {
	border: 5px solid #ececec;
}

.box.transparent .header {
	color: #484848;
	text-shadow: 1px 1px 0 #fff;
}

.box.pattern {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_light_pattern.png);
}

.box.dark.pattern {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_dark_pattern.png);
}

.box.underscore .header {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_underscore.png);
}

.box.wood1 {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_wood1.jpg);
}

.box.wood2 {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_wood2.jpg);
}

.box.border {
	border: 5px solid #ececec;
}

#gkBottom2 {
	text-shadow: 1px 1px 0 #fff;
	color: #a6a6a6;
}

#gkBottom2 .box,#gkBottom2 .box_menu,#gkBottom2 .box_text {
	color: #828282;
}

#gkBottom2 .header {
	color: #888;
}

#gkBottom2 a {
	color: #686868;
}

#gkBottom2 a:active,#gkBottom2 a:focus,#gkBottom2 a:hover {
	color: #8fbe1d;
}

.socialBlock {
}

/* menu.css */
.gkMenu > ul > li > a {
	color: #555;
}

.gkMenu > ul > li:hover > a,.gkMenu > ul > li:active > a,.gkMenu > ul > li:focus > a,.gkMenu > ul > li.active:hover > a,.gkMenu > ul > li.active:active > a,.gkMenu > ul > li.active:focus > a {
	color: #8fbe1d;
}

.gkMenu > ul > li.active > a {
	color: #8fbe1d;
}

.gkMenu > ul > li.login a {
	color: #8fbe1d;
}

.gkMenu > ul > li.login a:active,.gkMenu > ul > li.login a:focus,.gkMenu > ul > li.login a:hover {
	color: #555;
}

.gkMenu > ul div.childcontent-inner {
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_menu.png) no-repeat right bottom;
	border-left: 1px solid #e0dfdf;
	border-top: 1px solid #e0dfdf;
}

.gkMenu > ul div.childcontent a {
	color: #555;
}

.gkMenu > ul div.childcontent li {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/menu_separator_bg.png);
}

.gkMenu > ul div.childcontent small {
	color: #a6a6a6;
}

.gkMenu > ul div.childcontent li.active > a,.gkMenu > ul div.childcontent li:hover > a,.gkMenu > ul div.childcontent li > a:hover {
	color: #8fbe1d;
}

.gkMenu > ul div.childcontent header {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/images/style1/menu_separator_bg.png);
}

.gkMenu > ul div.childcontent header a {
	color: #8fbe1d;
}

/* joomla.css */
button,input.button,a.button,span.button,button.button,div.button,input[type="submit"],input[type="button"],.pagenav-prev a,.pagenav-next a {
	background: #8fbe1d;
}

th {
	color: #8fbe1d;
	border-bottom: 4px solid #8fbe1d;
}

article header h1 a:hover {
	color: #8FBE1D;
}

.tip-title {
	background: #8fbe1d;
}

#system-message dd {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_messages.jpg);

	-webkit-box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	color: #333;
}

#system-message dd.error {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_messages.jpg);
	color: #fff;
}

div.banneritem {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/menu_separator_bg.png);
}

div.bannerfooter {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/menu_separator_bg.png);
}

.pane-sliders .panel h3 {
	color: #8fbe1d;
	border-bottom: 3px solid #8fbe1d;
}

#article-index h3 {
	color: #8fbe1d;
}

#article-index li {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/menu_separator_bg.png);
}

#article-index li a.active {
	color: #8fbe1d !important;
}

#article-index li a:hover {
	color: #8fbe1d;
}

dl#tabs dt.tabs span h3 a,dl.tabs dt.tabs span h3 a {
	border: 2px solid #8fbe1d;
}

dl#tabs dt.tabs h3:hover a,dl.tabs dt.tabs h3:hover a {
	color: #8fbe1d;
}

dl#tabs dt.tabs.open a,dl.tabs dt.tabs.open a {
	background: #8fbe1d;
}

.searchintro {
	color: #8fbe1d;
}

.autocompleter-queried {
	color: #8fbe1d !important;
}

/* gk_stuff.css */
.dark.pattern .gkTab ul.gkTabs li.active,
.dark.pattern .gkTabsWrap.vertical ol li.active {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_dark_pattern.png);
}

.nspBotInterface .nspPagination li:hover,.nspBotInterface .nspPagination li.active,.nspTopInterface .nspPagination li:hover,.nspTopInterface .nspPagination li.active {
	background: #8fbe1d;
}

.nspBotInterface .nspPrev,.nspTopInterface .nspPrev,.nspBotInterface .nspNext,.nspTopInterface .nspNext {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/nsp_interface.png);
}

.nspBotInterface .nspNext,.nspTopInterface .nspNext {
	background-position: -12px 0;
}

.nspBotInterface .nspPrev,.nspTopInterface .nspPrev {
	background-position: 0 0;
}

.nspBotInterface .nspPrev:hover,.nspTopInterface .nspPrev:hover {
	background-position: 0 -17px;
}

.nspBotInterface .nspNext:hover,.nspTopInterface .nspNext:hover {
	background-position: -12px -17px;
}

.dark .nspBotInterface .nspNext,.dark .nspTopInterface .nspNext {
	background-position: -12px 0;
}

.dark .nspBotInterface .nspPrev,.dark .nspTopInterface .nspPrev {
	background-position: 0 0;
}

.dark .nspBotInterface .nspPrev:hover,.dark .nspTopInterface .nspPrev:hover {
	background-position: 0 -34px;
}

.dark .nspBotInterface .nspNext:hover,.dark .nspTopInterface .nspNext:hover {
	background-position: -12px -34px;
}

.wood1 .nspBotInterface .nspPagination li:hover,.wood1 .nspBotInterface .nspPagination li.active,.wood1 .nspTopInterface .nspPagination li:hover,.wood1 .nspTopInterface .nspPagination li.active {
	background: #8fbe1d;
}

.wood2 .nspBotInterface .nspPagination li:hover,.wood2 .nspBotInterface .nspPagination li.active,.wood2 .nspTopInterface .nspPagination li:hover,.wood2 .nspTopInterface .nspPagination li.active {
	background: #8fbe1d;
}

.wood2 .nspBotInterface .nspNext,.wood2 .nspTopInterface .nspNext {
	background-position: -12px -51px;
}

.wood2 .nspBotInterface .nspPrev,.wood2 .nspTopInterface .nspPrev {
	background-position: 0 -51px;
}

.wood2 .nspBotInterface .nspPrev:hover,.wood2 .nspTopInterface .nspPrev:hover {
	background-position: 0 -17px;
}

.wood2 .nspBotInterface .nspNext:hover,.wood2 .nspTopInterface .nspNext:hover {
	background-position: -12px -17px;
}

.big .nspArt a:active,.big .nspArt a:focus,.big .nspArt a:hover {
	color: #8fbe1d;
}

/* k2.css */
.k2FeedIcon a,a.k2FeedIcon {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/rss.png);
}

.k2FeedIcon a:hover,a:hover.k2FeedIcon {
	color: #8FBE1D;
}

ul li.itemResizer a {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/fonts.png);
}

ul li.itemResizer a:hover#fontDecrease {
	background-position: 0 100%;
}

ul li.itemResizer #fontIncrease {
	background-position: 100% 0;
}

ul li.itemResizer a:hover#fontIncrease {
	background-position: 100% 100%;
}

ul li.itemComments a {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/comment.png);
}

.itemRatingList,.itemRatingList a:hover,.itemRatingList .itemCurrentRating {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/star.png);
}

.itemTags li a,.k2TagCloudBlock a {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/tags.png);
}

.itemTags li a:hover,.k2TagCloudBlock a:hover {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/tags.png);
}

.itemAuthorBlock {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_wood1.jpg);
}

.itemAuthorBlock > .gkAvatar {
	background-image: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/author.png);
}

.box.k2CommentItem > a:hover {
	color: #8FBE1D;
}

/* FILE# 11 http://www.dondurmaciyasarusta.com/templates/gk_restaurant/css/typography/typography.style1.css */
/*
#------------------------------------------------------------------------
# Restaurant -April Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
/* headings */
p.gkHeadline {
	margin: 5px 0 0 !important;
	text-align: center;
	font: normal 2em/1.9 "Lucida Grande", Tahoma;
	color: #222;
}

p.gkSubHeadline {
	margin: 0 0 24px !important;
	letter-spacing: 0.3em;
	text-align: center;
	text-transform: uppercase;
	font: lighter 0.75em/1em "Lucida Grande", Tahoma;
	color: #666;
}

p.gkSmallHeadline {
	margin: 1em 0 !important;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #bbb;
}

p.gkLargeHeadline {
	margin: 0 !important;
	padding: 0px 0px 6px 0px;
	letter-spacing: -2px;
	font: normal 44px/38px Arial, Helvetica, sans-serif;
	color: #444;
}

/*icons*/
.gkfile1,.gkfile2,.gksearch,.gkzoomminus,.gkzoomplus,.gkerror,.gktick,.gkbook,.gkmap,.gktag,.gkstats,.gkstar,.gkribbon,.gknav,.gkgraph,.gkflash,.gklocation,.gklocationminus,.gklocationplus,.gkbulb {
	min-height: 62px !important;
	padding: 0 0 2px 62px !important;
	background-repeat: no-repeat !important;
	background-position: 0 5px !important;
}

/*blocks*/
p.gkInfo1,p.gkTips1,p.gkWarning1 {
	padding: 0 8px 8px 78px;
	min-height: 68px;
	line-height: 26px;
}

/*highlight*/
.gkHighlight1,.gkHighlight2,.gkHighlight3,.gkHighlight4 {
	padding: 1px 5px;
	text-shadow: none;
	cursor: default;
}

.gkHighlight1:hover {
	background: #fff;
}

.gkHighlight2:hover {
	background: #333;
	color: #fff;
}

.gkHighlight3:hover {
	background: #fff;
	color: #000;
}

.gkHighlight4:hover {
	background: #fff;
	color: #000;
}

/*code */
pre,.gkCode1,.gkCode2,.gkCode3 {
	margin: 10px 0 15px !important;
	padding: 10px 15px !important;
	font: normal 0.92em/18px 'Curier New', monospace !important;
}

pre,.gkCode1,.gkCode2 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.gkCode3 {
	padding-left: 82px !important;
}

.gkCode3 h4 {
	width: 35px;
	position: relative;
	top: 0;
	margin: 0 0 0 -64px !important;
	padding: 2px 5px 0;
	font-size: 15px;
}

pre:hover,.gkCode1:hover {
	background: #fff;
}

div.gkCode2:hover,div.gkCode3:hover {
	color: #000;
}

/* lists */
ol {
	margin: 2em 0;
	padding: 0;
	list-style-position: inside;
}

ol.gkDec {
	list-style-type: decimal;
}

ol.gkRoman {
	list-style-type: upper-roman;
}

ol.gkAlpha {
	list-style-type: lower-alpha;
}

ol.gkDecimalLeadingZero {
	list-style-type: decimal-leading-zero;
}

/* unordered lists */
ul.gkBullet1,ul.gkBullet2,ul.gkBullet3,ul.gkBullet4,ul.gkCircle1,ul.gkCircle2,ul.gkSquare1,ul.gkSquare2,ul.gkSquare3 {
	margin: 2em 0;
	padding: 0;
}

ul li {
	list-style-position: outside;
}

ul.gkBullet1 li,ul.gkBullet2 li,ul.gkBullet3 li,ul.gkBullet4 li,ul.gkCircle1 li,ul.gkCircle2 li,ul.gkSquare1 li,ul.gkSquare2 li {
	margin: 0 !important;
	padding: 2px 0 2px 28px;
	line-height: 1.8em !important;
	list-style: none;
	overflow: inherit;
}

/* Definition lists */
dl.gkDef1 dt,dl.gkDef2 dt,dl.gkDef3 dt {
	margin: 10px 0 5px 0;
}

dl.gkDef1 dd,dl.gkDef2 dd,dl.gkDef3 dd {
	padding: 10px;
}

dl.gkDef2 dt {
	text-decoration: underline;
}

dl.gkDef3 dt {
	margin-top: 10px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font: lighter 1.1em/1.2em "Lucida Grande", Tahoma;
	font-variant: normal;
	color: #666666;
}

/* acronyms and abbrs */
acronym,abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

acronym:hover,abbr:hover {
	border-bottom-style: solid;
	cursor: pointer;
}

/* Legends */
div.gkLegend1 h4,div.gkLegend2 h4,div.gkLegend3 h4,div.gkLegend4 h4 {
	float: left;
	position: relative;
	top: -18px;
	left: 11px;
	margin: 0 0 -9px !important;
	padding: 0 10px;
	line-height: 18px;
	font-weight: normal;
	background: #fff;
	text-shadow: none;
}

div.gkLegend1,div.gkLegend2,div.gkLegend3,div.gkLegend4 {
	margin: 25px 0;
	padding: 6px;
}

div.gkLegend1 p,div.gkLegend2 p,div.gkLegend3 p,div.gkLegend4 p {
	margin: 7px;
	clear: both;
}

/* Dropcaps */
span.gkDropcap1,span.gkDropcap2,span.gkDropcap3 {
	display: block;
	float: left;
	line-height: 1.0em;
	font-size: 5.0em;
	color: #333;
}

span.gkDropcap1 {
	height: 61px;
	margin: -4px 5px -3px 0;
}

p.gkDropcap2 {
	padding: 0 0 0 50px;
}

span.gkDropcap2 {
	height: 61px;
	margin: -4px 0 0 -50px;
}

p.gkDropcap2 {
	padding-left: 50px;
}

p.gkDropcap3 {
	margin-top: 32px;
}

span.gkDropcap3 {
	height: 61px;
	margin: -32px 5px 0 0;
}

/* Blockquotes */
blockquote {
	margin: 20px 0;
	font-style: italic;
}

blockquote div {
	display: block;
}

blockquote div.gkBlockquote1 div,blockquote div.gkBlockquote2 div {
	padding: 0 24px;
}

blockquote div.gkBlockquote3 {
	padding-bottom: 1px;
}

blockquote div.gkBlockquote3 div {
	padding: 5px 48px 0;
}

blockquote div.gkBlockquote4 div {
	padding: 0 48px;
}

/* Floated blocks */
.gkBlockTextLeft,.gkBlockTextRight,.gkBlockTextCenter {
	display: block;
	font-size: 16px;
	font-style: italic;
	line-height: 150%;
	padding: 30px;
	width: 38%;
}

.gkBlockTextLeft {
	float: left;
	text-align: left;
}

.gkBlockTextRight {
	float: right;
	text-align: right;
}

.gkBlockTextCenter {
	margin: 0 auto;
	text-align: center;
}

/* numBlocks*/
p.numblocks {
	position: relative;
	min-height: 71px;
	margin: 30px 0;
	padding: 0 0 0 92px !important;
}

p.numblocks span {
	position: absolute;
	top: 4px;
	left: 0;
	height: 71px;
	width: 54px;
	color: #fff;
	display: block;
	font-size: 29px;
	line-height: 62px;
	text-align: center;
}

p.num-1 span {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/number-1.png) no-repeat 0 0;
	text-shadow: 0 1px 0 #81ac1a;
}

p.num-2 span {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/number-2.png) no-repeat 0 0;
	text-shadow: 0 1px 0 #BD9F74;
}

p.num-3 span {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/number-3.png) no-repeat 0 0;
	text-shadow: 1px 1px 2px #5F4726;
}

p.numblocks span.highlight {
    font-size: 16px;
    position: static;
    width: auto;
    display: inline;
	color:#7D7B7A;
	line-height:28px;
	background:none;
}

/* Blocks*/
.gkblock-1,.gkblock-2,.gkblock-3,.gkblock-4,.gkblock-5,.gkblock-6,.gkblock-7,.gkblock-8,.gkblock-9 {
	margin: 20px 0;
	padding: 18px 24px;
}

/* Blocks*/
.bubble-1,.bubble-2,.bubble-3 {
	position: relative;
	margin: 20px 0 40px;
	padding: 18px 24px;
}

.bubble-1 cite,.bubble-2 cite,.bubble-3 cite {
	height: 38px;
	position: absolute;
	bottom: -17px;
	display: block;
	left: 26px;
	bottom: -38px;
	font-size: 10px;
	line-height: 50px;
	padding-left: 36px;
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/buble_arrow.png) no-repeat 0 0;
	color: #484848 !important;
}

/*blockquote*/
blockquote div.gkBlockquote1 {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/open1.png) no-repeat left bottom;
}

blockquote div.gkBlockquote1 div {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/close1.png) no-repeat right top;
}

blockquote div.gkBlockquote2 {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/open1.png) no-repeat left top;
}

blockquote div.gkBlockquote2 div {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/close1.png) no-repeat right top;
}

blockquote div.gkBlockquote3 {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/open2.png) no-repeat left bottom;
}

blockquote div.gkBlockquote3 div {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/close2.png) no-repeat right top;
}

blockquote div.gkBlockquote4 {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/open2.png) no-repeat left top;
}

blockquote div.gkBlockquote4 div {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/close2.png) no-repeat right top;
}

/*tables*/
.gkTable {
	border-collapse: collapse;
	font-style: normal;
}

.gkTable thead {
	padding: 5px 10px;
	text-align: left;
	font: normal 19px/32px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.gkTable td {
	padding: 10px;
}

.gkTable tfoot {
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	text-align: right;
	font-size: 0.8em;
	font-style: italic;
}

.gkTable2 {
	border-collapse: collapse;
	font-style: normal;
}

.gkTable2 thead {
	text-align: left;
	font: normal 20px/32px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 5px 10px;
}

.gkTable2 td {
	padding: 10px;
}

.gkTable2 tfoot {
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	text-align: right;
	font-size: 0.8em;
	font-style: italic;
}

/*tooltips*/
.gkTooltip {
	position: relative;
	outline: none;
	cursor: help;
	text-decoration: none;
	color: #000;
	text-shadow: none;
}

.gkTooltip span {
	position: absolute;
	margin-left: -999em;
	font-size: 11px;
	line-height: 16px;
}

.gkTooltip:hover span {
	position: absolute;
	left: 0.5em;
	top: 1em;
	z-index: 99;
	width: 250px;
	margin-left: 0;
}

.gkTooltip:hover em {
	display: block;
	padding: 0;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none !important;
	text-shadow: none;
	font-style: normal !important;
}

.classicTooltip {
	padding: 0.6em 0.8em;
	text-shadow: none;
}

.customTooltip {
	padding: 0.6em 0.8em;
	text-shadow: none;
}

/**
 *
 * colors
 *
 * --------------------------------------------------------------------------------------------------------
 *
 *
 *
 **/
pre,.gkCode1,.gkCode2 {
	padding-left: 32px;
	border: 1px solid #EAE8CC;
	border-left: 4px solid #8FBE1D;
	background: #FFFEF4;
	color: #333;
}

.gkCode2 {
	background: #fff;
	border: 1px solid #eee;
	border-left: 4px solid #CB4900;
}

.gkCode3 {
	border: 1px solid #eee;
	background: #fff;
}

.gkCode3 h4 {
	background: #8FBE1D;
	color: #fff;
	text-align: center;
	text-shadow: none;
}

/* Warning message */
p.gkInfo1 {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/info_small.png) no-repeat 0 0;
}

p.gkTips1 {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/tips_small.png) no-repeat 0 0;
	color: #484848;
}

p.gkWarning1 {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/warning_small.png) no-repeat 0 0;
	color: #CB4900;
}

/* Legends */
div.gkLegend1 {
	border: 1px solid #e5e5e5;
}

div.gkLegend2 {
	border: 1px solid #CB4900;
}

div.gkLegend3 {
	border: 1px solid #8FBE1D;
}

div.gkLegend4 {
	border: 4px double #e5e5e5;
}

div.gkLegend1 h4 {
	background: #fff;
	color: #333;
}

div.gkLegend2 h4 {
	background: #fff;
	color: #CB4900;
}

div.gkLegend3 h4 {
	background: #fff;
	color: #8FBE1D;
}

.gkHighlight1 {
	background: #ffd;
}

.gkHighlight2 {
	background: #eee;
	color: #282828;
}

.gkHighlight3 {
	background: #282828;
	color: #fff;
}

.gkHighlight4 {
	background: #8FBE1D;
	color: #fff;
}

/* Blocks */
.gkblock-1 {
	border: 1px dashed #ddd;
}

.gkblock-2 {
	border: 1px dashed #8FBE1D;
}

.gkblock-3 {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_wood1.jpg)repeat 0 0;
	color: #fff !important;
	text-shadow: 0 1px 0 #BD9F74;
}

.gkblock-4 {
	border: 1px solid #eee;
	background: #fff;
}

.gkblock-5 {
	border: 1px solid #EAE8CC;
	background: #FFFEF4;
}

.gkblock-6 {
	border: 1px solid #e5e5e5;
	background: #f8f8f8;
}

.gkblock-7 {
	background: #282828;
	color: #fff !important;
}

.gkblock-8 {
	background: #8FBE1D;
	color: #fff !important;
}

.gkblock-9 {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_wood2.jpg) repeat 0 0;
	color: #fff !important;
	text-shadow: 1px 1px 2px #5f4726;
}

/* Bubbles */
.bubble-1 {
	border: 6px solid #eee;
	background: #fff;
}

.bubble-2 {
	border: 6px solid #EAE8CC;
	background: #FFFEF4;
}

.bubble-3 {
	border: 6px solid #8FBE1D;
	background: #fff;
}

.bubble-2 cite {
	background-position: 0 -38px;
}

.bubble-3 cite {
	background-position: 0 -76px;
}

/* list */
ul.gkBullet1 li {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/bullet1.png) no-repeat 0 8px !important;
}

ul.gkBullet2 li {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/bullet2.png) no-repeat 0 8px !important;
}

ul.gkBullet3 li {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/bullet3.png) no-repeat 0 6px !important;
}

ul.gkBullet4 li {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/bullet4.png) no-repeat 0 7px !important;
}

ul.gkCircle1 li {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/bullet-circle1.png) no-repeat 0 6px !important;
}

ul.gkCircle2 li {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/bullet-circle2.png) no-repeat 0 6px !important;
}

ul.gkSquare1 li {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/bullet-square1.png) no-repeat 0 8px !important;
}

ul.gkSquare2 li {
	background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/bullet-square2.png) no-repeat 0 8px !important;
}

.gkBlockTextLeft,.gkBlockTextRight,.gkBlockTextCenter {
	color: #8FBE1D;
}

span.classicTooltip {
	background-color: #ffffdd;
	color: #656565;
}

span.criticalTooltip {
	background: #cb260a;
	color: #fff;
}

span.helpTooltip {
	background: #333;
	color: #fff;
}

span.infoTooltip {
	background: #F0F0F0;
	color: #5b5b5b;
	border: 1px solid #dedede;
}

span.warningTooltip {
	background: #fff;
	color: #F93B3B;
	border: 1px solid #fff;
}

/* Social Icons */
.iconDigg,.iconDelicious,.iconTwitter,.iconMobyPicture,.iconYoutube,.iconVimeo,.iconFacebook {
	display: block;
	height: 32px;
	line-height: 32px !important;
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/social_icons.png) no-repeat;
	padding: 0 0 0 46px;
	margin: 0 0 12px;
	font-size: 12px !important;
}

.iconFacebook {
	background-position: 0 0;
}

.iconTwitter {
	background-position: 0 -32px;
}

.iconVimeo {
	background-position: 0 -64px;
}

.iconMobyPicture {
	background-position: 0 -96px;
}

.iconYoutube {
	background-position: 0 -128px;
}

.iconDigg {
	background-position: 0 -160px;
}

.iconDelicious {
	background-position: 0 -192px;
}

/* demo */
ul#demo-typography {
	background: transparent;
	overflow: hidden;
	padding: 10px 30px 30px 30px;
}

ul#demo-typography li {
	list-style-position: none;
	list-style-type: disc;
	line-height: 24px;
	width: 23.9%;
	float: left;
	color: #cb260a;
	font-size: 11px;
}

ul#demo-typography li a {
	font-size: 11px;
	text-shadow: 2px 2px 0 #fff;
}

.demo-typoDiv {
	clear: both;
	overflow: hidden;
	margin: 0 0 30px;
}

h4.demo-typo {
	font-size: 32px;
	font-weight: normal;
	color: #484848;
	margin: 30px 0;
	border-bottom: 1px solid #eee;
}

.demo-typo-col2 {
	width: 50%;
	float: left;
}

.demo-typo-col3 {
	width: 33%;
	float: left;
}

.demo-typo-col4 {
	width: 25%;
	float: left;
}

.demo-typo_padd {
	padding: 0 30px 0 0;
}

#warnings .demo-typo_padd p {
	margin: 1em 0 1.6em;
}

.typoDesc small {
	font: normal 10px Monaco, Consolas, "Courier News", monospace;
	color: #999;
}

.gkblock-7 small,.gkblock-9 small,.bubble-4 small,.bubble-5 small,.bubble-6 small,.gkblock-8 small {
	color: #fff !important;
}

.gkblock-3 small {
	color: #fff !important;
	text-shadow: 0 1px 0 #BD9F74;
}

/* Social icons */
.gkFacebook,.gkTwitter,.gkVimeo,.gkMoby,.gkSkype,.gkYoutube,.gkDigg,.gkDropbox {
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/social_icons.png) no-repeat 0 0;
	display: inline-block;
	height: 17px;
	margin-right: 2px;
	width: 20px;
	text-indent: -9999px;
}

.gkFacebook {
	background-position: -20px 0;
}

.gkVimeo {
	background-position: -40px 0;
}

.gkMoby {
	background-position: -60px 0;
}

.gkSkype {
	background-position: -80px 0;
}

.gkYoutube {
	background-position: -99px 0;
}

.gkDigg {
	background-position: -120px 0;
}

.gkDropbox {
	background-position: -140px 0;
}

.gkTwitter:hover {
	background-position: 0 100%;
}

.gkFacebook:hover {
	background-position: -20px 100%;
}

.gkVimeo:hover {
	background-position: -40px 100%;
}

.gkMoby:hover {
	background-position: -60px 100%;
}

.gkSkype:hover {
	background-position: -80px 100%;
}

.gkYoutube:hover {
	background-position: -99px 100%;
}

.gkDigg:hover {
	background-position: -120px 100%;
}

.gkDropbox:hover {
	background-position: -140px 100%;
}

/**
 *
 * Special typography elements
 *
 **/
.gkDemoLogo {
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/footer_logo.png) no-repeat 0 0;
	display: block;
	float: none;
	height: 52px;
	text-indent: -9999px;
	width: 291px;
}

.gkHeader {
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/bg_demo.jpg) no-repeat left bottom;
	min-height: 425px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.gkHeader > * {
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.gkHeader h1 {
	color: #fff;
	font-size: 38px;
	font-weight: normal;
	width: 365px;
}

.gkHeader p {
	color: #efefef;
	font-size: 18px;
	width: 365px;
	line-height: 1.3;
}

.gkHeader p small {
	color: #ccc;
	font-size: 14px;
	display: block;
	margin-top: 20px;
	line-height: 1.5;
}

.gkHeaderHat {
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/bg_demo_hat.png) no-repeat 0 0;
	height: 248px;
	text-indent: -9999px;
	width: 305px;
}

.gkHeaderOrder {
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/bg_demo_order.png) no-repeat 0 0;
	height: 129px;
	text-indent: -9999px;
	width: 393px;
}

.gkHeaderSign {
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/bg_demo_sign.png) no-repeat 0 0;
	height: 92px;
	text-indent: -9999px;
	width: 310px;
}

.gkTitle {
	color: #fff;
	font-size: 36px;
}

.gkTitle sub {
	font-size: 36px;
	position: relative;
	top: 36px;
}

.gkDemoImage {
	display: block;
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_papers.png) no-repeat 0 0;
	float: left;
	width: 399px;
	height: 364px;
	text-indent: -9999px;
}

.gkChalkboard {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 90px 50px 0 50px;
	width: 375px;
	height: 338px;
	color: #eee;
	text-shadow: none;
	background: transparent url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/bg_chalkboard.png) no-repeat 0 0;
	float: right;

	-webkit-transform: rotate(6deg);
	-moz-transform: rotate(6deg);
	-o-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg);
	margin-top: 0px;
}

.gkChalkboard strong {
	border-bottom: 1px solid #aaa;
	font-size: 17px;
	margin-bottom: 20px;
	text-align: center;
	display: block;
	color: #eee;
}

.gkChalkboard p {
	text-align: center;
	font-size: 12px;
}

/* FILE# 12 http://www.dondurmaciyasarusta.com/templates/gk_restaurant/css/typography/typography.iconset.style1.css */
/*
#------------------------------------------------------------------------
# Restaurant - April Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

.gkfile1 { background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/icons/file1.png); }
.gkfile2 { background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/icons/file2.png); }
.gksearch { background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/icons/search.png); }
.gkzoomminus { background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/icons/zoomminus.png); }
.gkzoomplus { background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/icons/zoomplus.png); }
.gkerror { background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/icons/error.png); }
.gktick { background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/icons/tick.png); }
.gkbook { background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/icons/book.png); }
.gkmap { background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/icons/map.png); }
.gktag { background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/icons/tag.png); }
.gkstats { background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/icons/stats.png); }
.gkstar { background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/icons/star.png); }
.gkribbon { background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/icons/ribbon.png); }
.gknav { background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/icons/nav.png); }
.gkgraph { background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/icons/graph.png); }
.gkflash { background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/icons/flash.png); }
.gklocation { background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/icons/location.png); }
.gklocationminus { background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/icons/locationminus.png); }
.gklocationplus { background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/icons/locationplus.png); }
.gkbulb { background: url(http://www.dondurmaciyasarusta.com/templates/gk_restaurant/images/style1/typography/icons/bulb.png); } 