body {
	background-color: #05051c;
	background-image: url(../image/bg-overlay.png);
	background-position: top center;
	background-position: cover;
	background-repeat: no-repeat;
	font-family: helvetica;
}

.ui.modal {
	position: relative;
}

.tac {
	text-align: center;
}

.headerArea {
	background-color: #05051c;
	height: 82px;
	border-bottom: 1px solid #d6a946;
}

.mobileMenu {
	display: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 15px;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #f3b403;
    margin: 6px 0;
    transition: 0.4s;
}

.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 8px);
    transform: rotate(-45deg) translate(-8px, 8px);
}

.active .bar2 {opacity: 0;}

.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.headerLogo {
	margin-top: 10px;
	width: 215px;
}

.headerMenu {
	float: right;
	margin-top: 12px;
	width: 100%;
}

.headerMenuItem {
	float: right;
	font-family: 'Libre Baskerville', serif;
	color: #d6a946;
	font-size: 18px;
	padding: 12px;
	margin: 0 9px;
	border-radius: 12px;
	position: relative;
}

	.headerMenuItem:first-child {
		margin-right: 0;
	}

	.headerMenuItem:last-child {
		margin-left: 0;
	}

	.headerMenuItem:hover, .headerMenuItem.active {
		background-color: #d6a946;
		color: #05051c;
		cursor: pointer;
	}

.productArea {
	float: left;
	width: 100%;
	max-width: 800px;
	margin-top: 20px;
	padding-bottom: 140px;
}

.productTitle {
	color: #dba340;
	background: -webkit-linear-gradient(180deg, #daa842 , white, #daa842, white, #daa842, white, #daa842, white, #daa842);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	font-size: 23px;
  	text-align: center;
  	font-family: 'Libre Baskerville', serif;
}

.product {
	float: left;
	width: 100%;
	max-width: 807px;
	height: 349px;
	background-image: url(../image/image-product.png);
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: -20px;
	min-width: 285px;
}

	.productInner {
		width: 61%;
		margin-top: 121px;
		height: 100px;
		display: inline-block;
		text-align: center;
	}

.clockArea {
	float: left;
	position: relative;
	margin-top: 4px;
}

.clock {
	float: left;
	width: 100%;
	width: 77px;
	text-align: center;
}

.clockDot {
	width: 25px;
	padding-top: 14px;
}

.clockInnerTop {
	float: left;
	width: 100%;
	text-align: center;
	opacity: 0.7;
	cursor: pointer;
}
	
	.clockInnerTop:hover {
		opacity: 1;
	}

.clockInnerCenter {
	float: left;
	font-size: 70px;
	color: #f9b904;
	line-height: 70px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.clockInnerHour, .clockInnerMin {
	min-width: 25px;
}

.clockInnerBottom {
	float: left;
	width: 100%;
	text-align: center;
	opacity: 0.7;
	cursor: pointer;
	min-height: 19px;
}

	.clockInnerBottom:hover {
		opacity: 1;
	}

.clockInnerTop img, .clockInnerBottom img {
	display: inline-block;
}

.footerArea {
	background-color: #05051c;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #d6a946;
}

.footerLogo {
	float: left;
	width: 210px;
	margin-top: 15px;
}

.footerCopyright {
	float: left;
	color: #bba891;
	font-size: 13px;
	line-height: 13px;
	margin-top: 28px;
	margin-left: 15px;
}

.footerSocial {
	float: right;
}

.kaydetIcon {
	float: none;
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url(../image/indir.png);
	background-repeat: no-repeat;
	margin: 0 5px;
	cursor: pointer;
	margin-top: 15px;
}

.kaydetIcon:after {
	content: 'Kaydet';
	color: #f9b800;
	position: absolute;
	margin-top: 5px;
	margin-left: 20px;
}

.paylasTitle {
	margin: 0;
	color: #f9b800;
	font-size: 18px;
}

.socialIcon {
	float: left;
	width: 28px;
	height: 28px;
	background-image: url(../image/icon-social.png);
	background-repeat: no-repeat;
	margin: 0 5px;
	cursor: pointer;
	margin-top: 15px;
}

	.socialIcon:hover {
		opacity: 0.9;
	}

	.socialIcon:active {
		opacity: 0.7;
	}

.fb {
	background-position: top left;
}

.tw {
	background-position: -51px 0;
}

.inst {
	background-position: -102px 0;
}

.yt {
	background-position: -152px 0;
}

.hashImg {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: -30px;
}


.productBottomTag {
	font-size: 24px;
	color: #ebaf40;
	font-family: 'Libre Baskerville', serif;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: -35px;
}

.productBottomTitle {
	color: #c7b99d;
	text-align: center;
	width: 100%;
	float: left;
	font-size: 24px;
	line-height: 28px;
}

.productSend, .formSend {
	float: left;
	width: 100%;
	text-align: center;

}

.productSendButton, .formSendButton {
	border: 2px solid #f7b805;
	background-color: white;
	color: #04167a;
	font-size: 21px;
	line-height: 21px;
	padding: 17px 82px;
	border-radius: 5px;
	margin: 15px auto;
	display: inline-block;
	outline: 0;
	cursor: pointer;
	position: relative;
}

	.productSendButton:hover, .formSendButton:hover {
		background-color: #efefef;
	}

	.productSendButton:active, .formSendButton.active {
		background-color: #dedede;
	}

.productText {
	float: right;
	width: 265px;
	line-height: 30px;
	background-color: transparent;
	border: 0;
	color: #f9b904;
	font-size: 24px;
	overflow: hidden;
}

	.productText span {
		float: left;
		outline: 0;
		resize: none;
		width: 100%;
		height: 80px;
		margin-top: 22px;
		line-height: 37px;
		text-align: left;
		font-size: 30px;
	}

.oneRow {
	font-size: 44px;
	line-height: 44px;
	margin-top: 26px;
}

.pickArea {
	margin-top: 65px;
}

.pickBottomTitle {
	padding-bottom: 50px;
}

.pickTimeArea {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 140px;
}

.pickTimeItem {
	display: inline-block;
	width: 260px;
	height: 260px;
	background-color: #020046;
	margin: 12px;
	cursor: pointer;
	border: 3px solid #d6a946;
}

	.pickTimeItem:hover, .pickTimeItem.active {
		background-color: #062191;
	}

	.pickTimeItem:active {
		background-color: #100d6d;
	}

.pickTimeProduct {
	background-image: url(../image/image-small-product.png);
	width: 232px;
	height: 89px;
	display: inline-block;
	margin-top: 73px;
}

.pickTimeProduct {
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	margin-top: 75px;
	padding-top: 33px;
	color: #f9b904;
}

.ui.modal .content {
	background-color: #030b2a !important;
	border: 1px solid #56441c !important;
}

.ui.modal > .close {
	background-color: #f9b904;
	color: #02020c !important;
	top: 0 !important;
	right: 0 !important;
	margin: 0 !important;
	font-weight: 100;
}

.contentInner {
	margin-top: 20px;
	text-align: center;
}

.contentInnerTitle {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: #f9b904;
	font-family: helvetica;
}

.contentInnerText {
	color: white; 
	text-align: left;
}

.sendMessageTitle {
	display: inline-block;
	text-align: center;
	color: white;
	font-size: 24px;
	color: #ebaf40;
	font-family: 'Libre Baskerville', serif;
	text-shadow: 0px -4px 10px #242d64;
}

.formProduct, .successProduct {
	margin-top: -50px;
	display: inline-block;
	float: none;
}

.formProduct .clockHour .clockInnerTop, .formProduct .clockMin .clockInnerTop, .successProduct .clockHour .clockInnerTop, .successProduct .clockMin .clockInnerTop {
	min-height: 19px;
}

.formTitle {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding-bottom: 10px;
	color: #ce9c36;
}

.formArea {
	width: 100%;
	float: left;
	text-align: center;
}

.formItem {
	float: left;
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 16px;
}

.formItemFull {
	width: 96%;
}

.formItem .formInput {
	float: left;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #daa842;
	background: transparent;
	outline: 0;
	padding: 16px;
	color: #daa842;
}

.formItem .formInput::placeholder, .formItem .formText::placeholder {
	color: #daa842;
}

.formItem .formText {
	float: left;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #daa842;
	background: transparent;
	outline: 0;
	padding: 16px;
	resize: none;
	color: #daa842;
}

.ac {
	z-index: 101;
	position: relative;
}

.formItem .formSelect {
    border: 1px solid #daa842;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: transparent url('../image/icon-arrow-select.png') no-repeat 90% 50%;
}

.formItem .formSelect select {
	padding: 16px;
	color: #daa842;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.tickArea {
	float: left;
	width: 100%;
	color: #daa842;
	text-align: left;
	margin-bottom: 10px;
}

.tick {
	float: left;
	width: 17px;
	height: 17px;
	border: 1px solid #daa842;
	cursor: pointer;
	margin-right: 8px;
}

.tick.active {
	background-image: url(../image/icon-tick.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.tickLink {
	cursor: pointer;
	text-decoration: underline;
	margin-right: 2px;
}

.formItem .formSelect select:focus {
    outline: none;
}

.sendMessage .content {
	float: left;
}

.ui-alert-content-top-center {
	top: 40% !important;
}

.ui.icon.message {
	background-color: rgb(1, 9, 51) !important;
	box-shadow: rgb(249, 185, 2) 0px 0px 0px 1px inset, transparent 0px 0px 0px 0px !important;
}

.successShareArea {
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
}

	.successShareArea .socialIcon {
		float: none;
		display: inline-block;
	}

.overlay {
	float: left;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1000;
}

.nasil2 {
	z-index: 10002;
}

#mainMessage, #mainMessageForm {
	position: relative;
}

.nasil1, .nasil2, .nasil3, .nasil4 {
	display: none;
	position: relative;
}

.nasil {
	width: 100px;
	position: absolute;
	z-index: 10001;
}

.nasilText {
	color: #ebaf40;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	margin-left: -90px;
}

.nasilArrow {
	float: left;
}

.nasil1 {
	margin-left: -190px;
	margin-top: -90px;
}

.nasil2 {
	margin-top: -40px;
	margin-right: -130px;
}

.nasil3 {
	margin-left: 150px;
	margin-top: -80px;
}

.nasil2 .nasil {
	right: 15px;
}

.nasil2 .nasilText {
	margin-right: -360px;
}

.nasil4 .nasil {
	margin-left: -65px;
}

.nasil4 .nasilArrow {
	display: block;
	float: none;
}

.nasil4 .nasilText {
	width: 680px;
	margin-left: -320px;
}

[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-text);
    color: #a5822e;
}

.mobileMenuContent {
	float: left;
	left: 0;
	top: 68px;
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(5, 5, 28, 0.9);
	z-index: 99999;
	padding-top: 45px;
}

.mobileMenuItem {
	float: left;
	width: 80%;
	margin-left: 10%;
	color: #dba340;
	background: -webkit-linear-gradient(180deg, white, #daa737, white, #daa737, white, #daa737);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	font-size: 18px;
  	padding-bottom: 30px;
  	padding-top: 30px;
  	text-align: center;
  	border-bottom: 1px solid #635936;
  	cursor: pointer;
  	z-index: 9999999;
}

.mobileMenuItem:hover {
	text-decoration: underline !important;
}

.pickTimeItem.disabled {
	opacity: 0.3;
}

	.pickTimeItem.disabled:hover {
		background-color: #020046;
	}

.nasilClose {
	float: left;
	right: 15px;
	top: 25px;
	position: fixed;
	z-index: 99999;
	color: #d6a946;
	font-size: 50px;
	cursor: pointer;
	font-weight: lighter;
}

	.nasilClose:hover {
		opacity: 0.8;
	}

	.nasilClose:active {
		opacity: 0.9;
	}

.created_image {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}

.successContent .formTitle {
	font-size: 18px;
	margin-bottom: 5px;
}

.clockInnerCenter.clockInnerHour, .clockInnerCenter.clockInnerMin {
	border: 0;
	outline: 0;
	width: auto;
	display: inline-block;
}

.clockInnerMinSelect, .clockInnerHourSelect {
	display: inline-block;
	position: relative;
	left: 0;
	background: transparent;
	border: 0;
	color: rgb(249, 185, 4);
	 -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
            font-size: 50px;
            font-weight: bold;
            outline: 0;
            display: none;
}

.clockInnerMinSelect option, .clockInnerHourSelect option {
	font-size: 30px !important;
}

