@font-face {
	font-family: 'RobotoCondensed-Regular';
	src: url('fonts/RobotoCondensed/RobotoCondensed-Regular.eot');
	src: url('fonts/RobotoCondensed/RobotoCondensed-Regular.woff2') format('woff2'),
	url('fonts/RobotoCondensed/RobotoCondensed-Regular.woff') format('woff'),
	url('fonts/RobotoCondensed/RobotoCondensed-Regular.ttf') format('truetype'),
	url('fonts/RobotoCondensed/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg'),
	url('fonts/RobotoCondensed/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoCondensed-Bold';
	src: url('fonts/RobotoCondensed/RobotoCondensed-Bold.eot');
	src: url('fonts/RobotoCondensed/RobotoCondensed-Bold.woff2') format('woff2'),
	url('fonts/RobotoCondensed/RobotoCondensed-Bold.woff') format('woff'),
	url('fonts/RobotoCondensed/RobotoCondensed-Bold.ttf') format('truetype'),
	url('fonts/RobotoCondensed/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg'),
	url('fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

*{
	font-family: 'RobotoCondensed-Regular';
	border-radius: 0;
	font-size: 16px;
}

strong {
	font-family: 'RobotoCondensed-Bold';
}

.header{
	height: 120px;
}

.top_line{
	height: 20px;
	background-color:#a48661;
}

.header_main{
	height: 100px;
	background-color: #f8f8f8;

}



.navbar{
	position: relative;
	float: right;
	margin-left: 0 !important;

}

.navbar ul{
	margin-right: 50px;
}

.navbar ul li{
	position: relative;
	float: left;

}

.navbar ul li::after{
	content: "/";
	margin-left:10px;
	margin-right: 10px;
	font-size: 16px;
	color: #a44969;

}
.navbar ul li:last-child::after{
	content: "";
}

.navbar ul > li > a{
	font-size: 16px;
	color: #a44969;
	transition: 0.1s;

}

.navbar ul li a:hover,
.navbar ul li .active_menu{
	color: #ee1751;
}


.dropdown {
	background-color:#f8f8f8;
	position:absolute;
	width:150px;
	display:none;
	border:1px solid #ee1751;
}

.dropdown>a {
	background-color:#ee1751;
	color:#fff;
	padding:5px;
}

.dropdown>a:hover {
	background-color:#f8f8f8;
	color:#a44969;
}

.navbar ul li:hover .dropdown {
	display:block;
}

.navbar {
	z-index:9;
	padding-top:20px;
}

/**/

.navbar ul li {
	position:relative;
	float:left;
}

/**/

.navbar>ul>li>a {
	font-size:16px;
	color:#a44969;
	transition:.1s;
}

.footer{
	height: 120px;
	background-color: #a48661;
	border-top: 1px #ede7df;
}

.footer_left_side{
	height: 120px;
	padding-top: 25px;
	padding-left: 50px;
}
.footer_right_side{
	position: relative;
	float: right;
	height: 120px;

}
.social_list{
	margin-right: 50px;
}

.social_li{
	position: relative;
	float: left;
	width: 40px;
	padding: 7px;
	height: 40px;
	transition: 0.2s;
	border-radius: 100%;
	margin-left: 10px;
}

.social_li:hover{
	background-color: #ee1751;

}

.social_li:first-child{
	margin-left: 0;
}
.social_link{
	width: 25px;
	height: 25px;
	background-position: center;
	background-repeat: no-repeat;
}

.twitter_ico a{
	background: url(images/tw_ico.png) no-repeat center;

}


.yt_ico a{
	background-image: url(images/yt_ico.png);
	background-size: contain;
}

.instagram_ico a{
	background-image: url(images/inst_ico.png);
}

.facebook_ico a{
	background-image: url(images/fb_ico.png);
}



.copyright{
	position: relative;
	margin-top: 12px;
	margin-left: 13px;
	font-size: 14px;
	color: #f4f4f4;
}

.footer_container{
	width: 510px;
	height: 120px;
	position: absolute;
	float: left;
}

.footer_container_sides{
	position: relative;
	float: left;
	width: 170px;
	height: 120px;
}

.footer_container_sides ul li{
	float: left;
	width: 100%;
	margin-top: 5px;
	padding-right: 3px;
}



.footer_container_sides ul li a:hover{
	color: #ee1751;
	background-color: #fff;
}

.footer_container_sides ul li a{
	float: right;
	color: #f6f4f0;
	font-size:16px;
	transition: 0.2s;
	padding: 0px 5px;
	border-radius: 3px;
}



#slider{
	height: 469px;
	overflow: hidden;
	width: 100% !important;
}


#slider ul {
	position: relative;
	margin: 0 !important;
	padding: 0;
	height: 469px;
	width: 100%  !important;
}

#slider ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 469px;
	text-align: center;
}

a.control_prev, a.control_next {
	z-index: 999;
	cursor: pointer;
}

.control_prev{
	position: relative;
	float: left;
	margin-right: 15px;
}

.control_next{
	float: right;
	position: relative;
	margin-right: 10px;
}

.slider_img{
	position: relative;
	float: left;
	height: 469px;
	width: 100%;

}

.slider_over_img{
	z-index: 88;
	position: absolute;
	margin-left: 170px;
}

.slider_buttons_container{
	position: absolute;
	width: 350px;
	height: 65px;
	z-index: 1000;
	right: 11%;
	bottom: 55px;
}


.slider_over_resp{
	display: none;
}


.slider_link{
	position: relative;
	width: 265px;
	height: 65px;
	font-weight: lighter;
	border: 1px solid #aaa4a3;
	z-index: 888;
	color: #faf9f9;
	padding: 22px 40px;
	font-size: 18px;
	overflow: hidden;

}

.slider_link:before{
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #ee1651;
	transition: 0.2s ease-in-out;
}

.slider_link:hover::before{
	left: 0;
	z-index: -1;
}

.slider_link:hover{
	color: #fff;
	border-color: #ee1651;

}


.search_content{
	height: 85px;
	background-color: #ee1751;

}

.search_content_container{
	position: relative;
	float: left;
	left: 50%;
	top: 50%;
	width: 795px;
	height: 61px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.search_form{
	height: 100%;
}

.search_content_left{
	position: relative;
	float: left;
	width: 550px;
	height: 100%;
}

.search_select{
	position: relative;
	float: right;
	width: 230px;
	height:60px;
	background-color: #fff;
	padding-left: 20px;
}

.search_content_container li{
	margin-top: 17.5px;
}

.search_box{
	position: relative;
	float: left;
	width: 60%;
	height: 50px;
}

.search_inp{
	position: absolute;
	height: 100%;
	width: 100%;
	padding-left: 25px;
	padding-right: 90px;
	font-size: 18px;
	color: #ee1751;
	font-weight: bold;
}

.search_btn{
	position: relative;
	width: 60px;
	margin-right: 5px;
	float: right;
	height: 50px;
	background-color: #ee1751;
	background-image: url(../images/search_ico.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

::placeholder {
	color: #ee1751;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ee1751;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #ee1751;
}

.select_box{
	position: relative;
	padding-left: 20px;
	width: 38%;
	margin-left: 5px;
	height: 50px;
	float: left;
	background-color: #fff;
}

.input_select{
	margin-left: 0px;
	height: 60px;
	color: #ee1751;
	border: 1px solid #fff;
	font-weight: bold;
	font-size: 17px;
	background-repeat: no-repeat;
	background-position:  center right 5px;
	background-image: url(images/select_down.png);
}

.collection_container{
	height: 485px;
	background-color: #fff;
	padding-left: 40px;
	padding-right: 50px;
}

.collection_title{
	height: 110px;
	text-transform: uppercase;
}

.collection_title .collections{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.collections{
	font-size: 26px;
	color: #ee1751;
	font-weight: normal;
	text-align: center;
}


.collection_boxes{
	position: relative;
	float: left;
	width: 100%;
	height: 320px;
	margin-top: 20px;

}

.collection_photo img{
	transition: 0.2s;
}


.collection_boxes:hover .collection_photo img{
	transform: scale(1.1);

}

.collection_boxes:first-child{
	margin-left: 0;
}
.collection_photo{
	width: 100%;
	height: 220px;
}

.collection_desc{
	width: 100%;
	height: 100px;
	padding-right: 35px;
	padding-top: 10px;
	transition: 0.2s;
}

.col_img{
	margin-top: -5px;
}

.col_style , .col_year{
	float: right;
	font-size: 26px;
	color: #ee1751;
}

.col_style{
	font-weight: lighter;
}

.col_year{
	font-weight: bold;
}

.collection_boxes:hover .collection_desc{
	background-color: #ee1751;
}

.collection_boxes:hover .collection_desc span{
	color: #fff;
}

.form_content{
	height: 200px;
	background: url(images/form_background.jpg) no-repeat center;
	background-size: 100% 100%;
}

.form_side{
	position: relative;
	float: left;
	width: 50%;
	height: 200px;
}
.sualiniz_var , .bize_yazin{
	float: right;
	font-size: 50px;
	color: #ee1751;
}

.sualiniz_var{
	font-weight: lighter;
}

.bize_yazin{
	font-weight: bold;
}

.left_side_ul{
	position: absolute;
	padding-right: 25%;
}

.contact_form{
	position: absolute;
	height: 60px;
	width: 250px;
	background-color: #ee1751;
	padding: 18px 69px;
	color: #fff;
	font-size: 20px;
	z-index: 2;
	overflow: hidden;

}

.logo{
	margin-left: 25px;
	width: 250px;
}

.contact_form::before{
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: 0.2s ease-in-out;
}

.contact_form:hover::before{
	left: 0;
	z-index: -1;
}

.contact_form:hover{
	color: #ee1751;
}

.types_and_messages{
	height: 365px;
}

.side{
	position: relative;
	float: left;
	width: 50%;
	height: 365px;
	overflow: hidden;
	text-align: center;
}

.cont{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

.side a{
	text-transform: uppercase;
	width: 100%;
	position: relative;
	float: left;
	overflow: hidden;
	height: 268px;
	top: 50%;
	transform: translateY(-50%);
}

.types_left_side{
	padding-right: 8px;
	padding-left: 15px;


}

.types_right_side{
	padding-left: 8px;
	padding-right: 15px;

}

.left_img , .right_img{
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
}



.tip_msj{
	position: absolute;
	z-index: 9;
	color: #fff;
	font-size: 35px;
	font-weight: lighter;
}

.tel_container {
	position: fixed;
	height: 60px;
	z-index: 1000;
	margin: 0 !important;
	right: -55px;
	top: 260px;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.tel_container a{
	padding: 5px 20px;
	background-color: #00a500;
	color: #fff;
	padding: 5px 0px 5px 20px;
	width: 190px;

}

.tel_container a:after{
	content: "";
	width: 68px;
	height: 68px;
	border-radius: 100%;
	top: -12px;
	left: -50px;
	position: absolute;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/whatsapp.png);
}


.whatsapp{
	z-index: 77;
	padding-top: 6px;
	padding-left: 23px;
	width: 185px;
	height: 43px;
	background-color: #00a500;

}

.whatsapp:after{
	content: "";
	width: 64px;
	height: 64px;
	margin-left: -213px;
	margin-top: -17px;
	background: url(images/whatsapp.png) no-repeat center;
	position: absolute;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: 0.3s;
	cursor: pointer;
}






.tel_number{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.whatsapp_img{
	position: absolute;
	z-index: 9;
	margin-top: -53px;
	margin-left: -14px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: 0.4s;
}



.invitations_content{
	height: auto;
	margin-bottom: 10px;

}
.invitations_list{
	position: relative;
	float: left;
	width: calc(94% / 3);
	height: 340px;
	margin-left: 3%;
	margin-top: 10px;
	margin-left: 10px;
	margin-left: calc((100% - 95%) / 3);

}

.share_long_fb{

	width: 100px;
	height: 25px;
	background-color: #306199;
}

.share_long{
	background-color: #0a88ff;
	width: 100px;
	height: 25px;
}




.test-popup-link {
	height: 100%;
	width: 100%;
}
.invitation_img{
	height: 290px;
	overflow: hidden;
}

.inv_photo{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	transition: 0.5s ease-in-out;
	object-fit: cover;
}

.invitation_img:hover .inv_photo:not(.partner_logo){
	transform: scale(1.1);
}

.partner_logo{
	max-width: 100%;
	width: unset;
	height: unset;
	max-height: 100%;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50% , -50%);
	transition: unset;
}

.partner_list li{
	height: 270px;
}


.invitation_desc{
	height: 50px;
	transition: 0.3s;
	padding-left: 6px;
	padding-right: 6px;
}

.invitation_style{
	position: relative;
	float: left;
	font-weight: lighter;

}

.invitation_value{
	position: relative;
	float: right;
	font-weight: bold;
}
.invitation_desc span{
	font-size: 26px;
	color: #993055;
	margin-top: 10px;

}

.zoom {
	position: absolute;
	float: left;
	z-index: 1111;
	width: 68px;
	height: 68px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/zoom.png);
	display: none;
	background-color: transparent;
}

.hover_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 999;
	opacity: 0.6;
	color: white;
	display: none;
}

.test-popup-link{
	height: 100%;
}

.invitations_list:hover .hover_overlay{
	display: block;
}
.invitations_list:hover .zoom{
	display: block;
}

.invitations_list:hover .invitation_desc{
	background-color: #ee1751;
}

.invitations_list:hover .invitation_desc span{
	color: #fff;
}

.content_box{

	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

.content_n{
	padding-top: 0;
}

.similar_inv{
	height: auto;
}

.contact_form {
	color: #fff;
	font-size: 20px;
}

.content_side{
	position: relative;
	float: left;
	height: inherit;
	padding-top: 75px;
}

.content_side_res{
	height: inherit;
}

.content_left_side{
	width: 50%;
}

.content_right_side{
	width: 50%;
	padding-left: 35px;
}

.content_inv{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

.right_side_text span,
.invitation_style_1,
.right_side_text p,
.right_side_text .rest_tel a{
	position: relative;
	float: left;
	color: #993055;
}

.right_side_text .rest_tel a{
	float: none;
}

.right_side_text{
	position: relative;
	float: left;
	width: 100%;

}

.invitation_style_1,
.rest_tel a{
	font-size: 30px;
	font-weight: lighter;
	margin-bottom: 15px;

}

.invitation_value_1{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;

}

#st-1 .st-btn[data-network='email'] {
	background-color: #0a88ff !important;
	width: 100px !important;
}
#st-1 .st-btn[data-network='facebook'] {
	background-color: #3B5998;
	width: 100px !important;
}
#st-1 .st-btn > svg {

	float: left;


}

.share_this_ico{
	font-size: 10px;
	position: absolute;
	margin-left: 10px;
}


.st-custom-button[data-network] {
	display: inline-block;
	cursor: pointer;
	color: #fff;
	position: relative;
	padding-top: 3px;
	padding-left: 4px;
}

.share_this_container{
	position: relative;
	float: left;
	margin-top: 20px;
}

.st-custom-button[data-network]:hover{
	opacity: 0.8;
}

.menu_open , .menu_close{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	width: 48px;
	height: 48px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
}

.menu_open{
	background-image: url(images/menu-open.png);
}

.menu_close{
	background-image: url(images/menu-close.png);
}


.logo_resp{
	display: none;
}


/*new code*/

.news_content{
	height: auto;
}


.news_desc{
	padding: 30px;
	padding-top: 0;
}

.news_desc p {
	line-height: 1.5;
	font-size: 16px;
}

.news_title{
	padding: 30px;

}



.news_title h1{
	color: #ee1751;
	font-weight: 400;
	font-size: 25px;
}

.share_this_container_news{
	position: relative;
	float: left;
	margin-top: 30px;
	margin-bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
}

.all_news_content{
	padding: 50px 50px;
}



.listed_news_photo{
	transition: 0.2s;
	position: relative;
	float: left;
	width: 300px;
	margin-right: 30px;
	overflow: hidden;
}

.news_main_list:hover .listed_news_photo {
	transform: scale(1.1);
}


.news_container{
	width: 100%;
	padding-top: 30px;

}

.pagination_box{
	position: relative;
	display: table;
	margin: 0 auto;
}

.pagination,
.pagination li{
	position: relative;
	float: left;
}


.pagination{
	margin: 50px 0;
}


.pagination li a{
	background: #ee1751;
	color: #fff;
	padding: 3px 20px;
	margin-left: 6px;
}
.pagination li .page_active{
	background-color: #a48661;
}

.news_box{
	margin-top: 30px;
}
.listed_news_desc{
	margin-top: 10px;
}

.listed_news_desc p {
	line-height: 1.5;
	color: #000;
	font-size: 16px;
}

.listed_news_title h2{
	color: #ee1751;
	font-weight: 400;
	font-size: 26px;
}

.news_img_box{
	width: 300px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}

.news_main_list{

}

.news_main_list:first-child{
	margin-top: 0;
}


.sifaris_title_content{
	padding: 60px 30px;
	padding-bottom: 20px;
}

.sifaris_title{
	font-size: 30px;
	font-weight: 400;
	color: #ee1751;
}

.sifaris_input{
	width: 550px;
	height: 60px;
	background-color: #f5f5f5;
	padding: 0px 20px;
	border-radius: 5px;
	font-size: 18px;
	color:#ee1751;

}

.recaptcha_div,
.sifaris_input{
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.recaptcha_div,
.g-recaptcha{
	width: 304px;
}

.sifaris_area{
	resize: none;
	height: 90px;
	padding-top: 10px;
}

.input_list li{
	margin-top: 35px;
}
.input_list li:first-child{
	margin-top: 0;
}

.sifaris_button{
	position: relative;
	width: 550px;
	height: 60px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f5f5f5;
	padding: 0px 20px;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	transform: 0.3s;
	overflow: hidden;
}

.sifaris_button:before{
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	left: 0;
	bottom: 0;
	border-style: solid;
	border-color: #ee1751;
	border-width: 80px 320px;
	z-index: -1;
	transform: rotate(360deg);
	transition: 0.8s;
	transform-origin: left;
}


.sifaris_button:hover{
	color:#ee1751;
}
.sifaris_button:hover:before{
	transform: rotate(60deg);

}

.contact_title h1{
	color: #ee1751;
	font-weight: 400;
	font-size: 30px;
}

.contact_title{
	padding: 60px 30px;
}

.contacts li{
	position: relative;
	float: left;
	color: #000000;
}

.contacts li a{
	color: #000000;
}

.contacts li:after{
	content: "/";
	margin-left:10px;
	margin-right: 10px;

}

.contacts li:last-child:after{
	content: "";
}

.contacts{
	padding: 5px 30px;
}

.contact_map{
	width: 100%;
	height: 500px;
	padding: 0 30px;
	margin-top: 50px;
}
.map2 {
	height: 100%;
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	float: left;
	border: 0;
	border-radius: 0;
}

.main_content{
	min-height: calc(100% - 240px);
}

.news_in_photo{
	position: relative;
	float: left;
	max-width: calc(100% - 10px);
	margin-right: 10px;
}

.req_input_filled{
	border: 1px solid #00a500 !important;
}

.must_fill{
	border: 1px solid #ee1751 !important;
}

/**/
.flex-control-nav{
	display: block !important;
}

.content_left_side{
	height: inherit;
}

.flexslider .slides img{
	height: auto;
}
/**/
.flex-direction-nav a{
	opacity: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 60px;
	height: 60px;
	margin: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flex-direction-nav{
}

.flex-direction-nav .flex-prev {
	left: 0;
	background-image: url(images/flex_arrow_left.png);

}

.flex-direction-nav .flex-next {
	right: 0;
	background-image: url(images/flex_arrow_right.png);
}

.flex-direction-nav a:before{
	display: none;
}

/**/
.restoran_map{
	height: 200px;
	margin-bottom: 20px;
}

.content_span_text{
	padding-bottom: 30px;
}

.bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 9999;
	background-color: rgba(248 , 248 , 248 , 0.5);
}

.partner_list{
	position: relative;
	float: left;
	margin-bottom: 50px;
}