
@font-face {
    font-family: 'FranklinGothic';
    src: url('../fonts/framdcn-webfont.eot');
    src: url('../fonts/framdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/framdcn-webfont.woff') format('woff'),
         url('../fonts/framdcn-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/calibri-webfont.eot');
    src: url('../fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri-webfont.woff') format('woff'),
         url('../fonts/calibri-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Georgia';
    src: url('../fonts/georgia-webfont.eot');
    src: url('../fonts/georgia-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/georgia-webfont.woff') format('woff'),
         url('../fonts/georgia-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/************************reset*********************/

* {
	margin: 0;
	padding: 0;
}

html, body{
	height: 100%;
    min-width: 320px;
}

body{	
	font-size: 16px;
    background: url('../i/markup/kuking-bkg.jpg');
}

a {
    text-decoration: none;
}
.visited {
    color: #0B0080;
}
input {
    outline: none;
    /*border: none;*/
}

#general-search input[type="text"] {
	border: none;
}

textarea {
    outline: none;
    max-width: 100%;
}

button {
    border: none;
    cursor: pointer;
    outline: none;
}

img {
    border: 0;
}

.abs {
    position: absolute;
}

.main {
    position: relative;
    width: 999px;
    margin: 0 auto;
}

.span1 {
    position: relative;
    width: 330px;
    float: left;
}

.span2 {
    position: relative;
    width: 647px;
    float: left;
}

.to-l {
    float: left;
}

.to-r {
    float: right;
}

/***********************header*********************/

.header {
    width: 100%;
    position: relative;
    height: 143px;
    background: url('../i/markup/header_bg.jpg') no-repeat;
}

.header-menu {
    list-style: none;
    width: 1053px;
    height: 55px;
    position: absolute;
    top: 0;
    left: -27px;
    background: url('../i/markup/strip_top_red.png') no-repeat;
    padding-left: 45px;
    padding-top: 11px;
}

.header-menu li {
    display: block;
    float: left;
    font-family: 'Calibri', sans-serif; 
    background: url('../i/markup/icons.png') right -42px no-repeat;
}

.header-menu li a {
    color: #fff;
    display: block;
    margin-right: 41px;
    font-size: 15px;
}

.header-menu li a:hover {
    text-decoration: underline;
}
.header-menu li a:visited {
    color: #fff;
}
.logo {
	width: 251px;
	height: 80px;
	background: url('../i/markup/logo.png') no-repeat;
	top: 57px;
	left: 23px;
}

.search {
    top: 78px;
    left: 345px;
}

.to-inp {
    position: relative;
    width: 344px;
    height: 34px;
    background: url('../i/markup/to-inp.png') no-repeat;
}

.search-field {
    background: none;
    width: 286px;
    margin: 6px 0 0 20px;
    font-family: "Tahoma", sans-serif;
    font-size: 12px;
    color: #936526;
}

.search-field::-webkit-input-placeholder {
    color:    #936526;
}
.search-field:-moz-placeholder,
.search-field::-moz-placeholder {
    color:    #936526;
}
.search-field:-ms-input-placeholder {
    color:    #936526;
}

/*button.ui-btn*/ 
.search-button {
    width: 15px;
    height: 16px;
    background: url('../i/markup/icons.png') 0 -790px no-repeat;
    top: 7px;
    right: 10px;
}

.registration {
    top: 65px;
    right: 56px;
}

.registration a {
    color: #77a30b; 
    font-family: "Tahoma", sans-serif;
    font-size: 13px;    
    float: left;
    display: block;
    padding-top: 1px;
}

.registration a span {
    display: block;
    border-bottom: 1px dashed #77a30b;
}

.registration a:hover span {
    border-bottom: 0;
}

.vert-sep {
    float: left;
    width: 1px;
    height: 16px;
    background: #d8c09b;
    margin: 5px 15px;
}

.enter {
    padding-left: 32px;
    background: url('../i/markup/icons.png') 0 -107px no-repeat;
}

.social {
    list-style: none;
    top: 96px;
    right: 47px;
}

.social-item {
    display: block;
    width: 27px;
    height: 26px;
    margin-left: 7px;
}

.social-link {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../i/markup/soc.png') no-repeat;
}

.ok {
    background-position: 0 -76px;
} 

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

.facebook {
    background-position: 0 0;
}

.vk {
    background-position: 0 -228px;
}

.underhead {
    height: 45px;
    background: #fff;
    font-family: 'FranklinGothic', sans-serif;
}

.underhead-menu {
    list-style: none;
    padding: 15px 0 0 20px;
}

.underhead-menu-item {
    float: left;
    background: url('../i/markup/icons.png') 109% -168px no-repeat;
    padding: 0 28px 0 0;
}

.underhead-menu-item:last-child{
    background: none;
    padding: 0;
}

.underhead-menu-item a {
    display: block;
    color: #b72600;
    text-transform: uppercase;
    font-size: 13.3px;
}

.underhead-menu-item a:hover {
    text-decoration: underline;
}


/***********************holiday****************************/

.container {
    width: 100%;
    position: relative;
}

.cell {
    background: url('../i/markup/news_bg.jpg');
    /*border-bottom: 1px dashed #c5bebf;*/
}

.holiday {
    height: 347px;
    background: url('../i/markup/news_pallet_bg.png') no-repeat;
    margin: 20px 0 9px 11px;
}

.holiday-information {
    position: relative;
    width: 367px;
    margin: 15px;
    margin: 15px 0 0 14px;
}

.dishes {
    width: 243px;
}

.holiday-name {
    margin: 6px 0 0 21px;
}

.holiday-name span.to-l {
    display: block;
    float: left;
    color: #85ab21;
    font-family: "Calibri", sans-serif;
    font-size: 27px;
    text-shadow: 2px 1px 0 rgba(0,0,0,.07);
    width: 250px;
    line-height: 21px;
}

.holiday-date {
    color: #fff;
    font-family: "Tahoma", sans-serif;
    font-size: 29px;
    line-height: 25px;
    width: 72px;
}

.date, .month {
    display: block;
    text-align: center;
}

.month {
    font-size: 14px;
}

.holiday-image {
    margin-top: 5px;
}

.holiday-description {
    color: #444343;
    font-family: "Tahoma", sans-serif;
    font-size: 12px;
    margin: 9px 0 0 28px;
    width: 303px;
    height: 81px;
    overflow: hidden;
}

.dish-list {
    list-style: none;
    margin: 30px 0 0 -23px;
    line-height: 17px;
    width: 261px;
    height: 280px;
    overflow: hidden;
}

.dish-list-item {
    display: block;
    padding: 0 30px 18px 43px;
    background: url('../i/markup/icons.png') 20px -604px no-repeat;
    margin-bottom: 16px;
    border-bottom: 1px solid #d4dfaa;
}

.dish-list-item a {
    color: #582906; 
    font-family: "Tahoma", sans-serif;
    font-size: 15px;
    text-decoration: underline;
}

.all-recipes {
    color: #749f02;
    font-family: "Tahoma", sans-serif;
    font-size: 13px;
    text-decoration: underline;
    margin-left: 60px;
    top: -8px;
    position: relative;
    font-weight: 400;
}

.all-recipes:hover {
    color: #fff;
}

.all-recipes:hover, .dish-list-item a:hover {
    text-decoration: none;
}

.selection-of-recipe {
    width: 329px;
    height: 341px;
    background: url('../i/markup/select_recept_bg.png') no-repeat;
    margin: 22px 6px 0 0;
}

.selection {
    width: 271px;
    margin: 0 auto;
    margin-top: 16px;
}

.sel-header {
    color: #FFF;
    font-family: "Georgia", serif;
    font-size: 26px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.07);
    background: url('../i/markup/icons.png') 217px -719px no-repeat;
    border-bottom: 1px solid #FFF;
    padding-bottom: 13px;
    margin-bottom: 11px;
    font-weight: normal;
    z-index: 999999;
}

.sel-label {
    color: #fff; 
    font-family: "Tahoma", sans-serif;
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
}

.find-recipe {
    display: block;
    width: 142px;
    height: 31px;
    background: url('../i/markup/select_recept_btn.png') no-repeat;
    text-align: center;
    color: #fff;
    font-family: "Tahoma", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 7px;
    margin: 10px 0 0 62px;
}

.tomato {
    width: 102px;
    height: 104px;
    background: url('../i/markup/select_recept_tomat.png') no-repeat;
    bottom: -11px;
    left: 115px;
}


/************************new-recipes**********************/

.strokes {
    width: 100%;
    height: 285px;
    background: url('../i/markup/recept_new_bg.jpg');
}

.new-recipes-header {
    width: 1009px;
    height: 46px;
    background: url('../i/markup/recept_new_header.png') no-repeat;
    left: -20px;
    top: 9px;
    z-index: 99999;
}
.new-recipes .new-recipes-header {
    position: relative !important;
    margin-bottom : 10px;
}

 .new-recipes {
    height: 360px;
	z-index: 1;
	position: relative;
} 

.margined-right{
    margin-right: 42px;
}

.head-n {
    float: left;
    color: #fff;
    font-family: "Georgia", serif;
    font-size: 26px;
    text-shadow: 2px 1px 0 rgba(0,0,0,.07);
    display: block;
    padding-right: 33px;
    background: url('../i/markup/icons.png') right -842px no-repeat;
    margin: 2px 0 0 43px;
    font-weight: normal;
}

.all-h {
    color: #fff;
    background: url('../i/markup/icons.png') right -668px no-repeat;
    padding-right: 28px;
    margin: 16px;
}

.new-recipe {
    width: 322px;
    height: 286px;
    background: url('../i/markup/recept_new_pallet_bg.png') no-repeat;
}

.new-recipe {
    margin-left: 8px;
}

.new-recipe-image {
    margin: 12px 0 0 13px;
    display: block;
}

.new-recipe-name {
    position: absolute;
    bottom: 77px;
    padding-bottom: 11px;
    left: 13px;
    width: 298px;
    background: url('../i/markup/recipe-name-bg.png');
    border-radius: 10px 10px 0 0;
}

.new-recipe-n {
    color: #147013;
    font-family: "Tahoma", sans-serif;
    font-size: 20px;
    margin: 7px 0 0 38px;
}

.new-recipe-tag {
    color: #99642e;
    font-family: "Tahoma", sans-serif;
    font-size: 12px;
    margin: 3px 0 0 39px;
}


.new-recipe-author {
    float: left;
    color: #99642e;
    font-family: "Tahoma", sans-serif;
    font-size: 12px;
    padding: 0 32px 5px 0;
    margin: 9px 0 0 80px;
}

.new-recipe-author a {
    color: #719F00;
    background: url('../i/markup/icons.png') right -543px no-repeat;
    padding: 0 30px 8px 0;
}
.new-recipe-author:hover a , .new-recipe-author a:hover{
    text-decoration: underline;
}
.rating {
    margin-top: 25px;
    padding: 0 20px;
}

.coments, .likes {
    float: left;
    color: #664613;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    background: url('../i/markup/icons.png') 0 -287px no-repeat;
    padding-left: 25px;
}

.likes {
    float: right;
    background-position: 0 -350px;
    padding-left: 16px;
}

/***********************video-recipes**********************/

.video-recipes-header {
  width: 680px;
  height: 46px;
  position: absolute;
  left: -20px;
  top: 21px;
  background: url('../i/markup/header_video.png') no-repeat;  
}

.video-recipes {
    padding-top: 68px;
    position: relative;
    padding-left: 12px;
    width: 656px;
}

.video-recipe {
    width: 319px;
    height: 343px;
    background: url('../i/markup/videos_bg.png') no-repeat;
    margin-right: 9px;
}

.video {
    display: block;
    width: 296px;
    height: 197px;
    margin: 26px 0 0 11px;
}

.video-recipe-name {
   /*  height: 50px;
   top: 223px; */
    left: 10px;
    border-radius: 0;
}

.video-recipe-name .new-recipe-n {
    margin-top: 1px;
}

.video-recipe-author {
    margin-top: 53px;
    margin-left: 75px;
    color: #eedbc8;
}

.video-recipe-author a {
    color: #fff;
    background: url('../i/markup/icons.png') right -477px no-repeat;
}

.video-recipe .rating {
    margin-top: 75px;
    padding-left: 12px;
}

.video-recipe .coments {
    background-position: 0 -414px;
}

.in-forum {
    width: 323px;
    height: 394px;
    background: url('../i/markup/inforum_bg.png') no-repeat;
    margin: 21px 7px 0 0;
}

.forum-header {
    margin: 21px 0 0 23px;
    background: url('../i/markup/icons.png') 238px -219px no-repeat;
    border-bottom: 1px solid #f8b573;
    padding-bottom: 10px;
    width: 261px;
}

.forum-list {
    list-style: none;
    margin: 15px 0 0 15px;
    height: 274px;
    overflow: hidden;
    margin-bottom: 5px;
}

.tell-about {
    width: 206px;
    float: right;
    margin-right: 41px;
    color: #fff;
    font-family: "Tahoma", sans-serif;
    font-size: 12px;
}

.tell-about a {
    color: #663b2c;
    text-decoration: underline;
}

.tell-about a:hover {
    text-decoration: none;
}
.com-details {
    position: relative;
    bottom: 3px;
}
.com-details span {
    color: #663b2c;
}

.forum-img {
    float: left;
    margin-left: 5px;
	position: relative;
	width: 48px;
	height: 48px;
	border: 0px solid #fff;
	box-shadow: 1px 1px 5px #c1b4ab;
	border-radius: 50%;
	overflow: hidden;
}

.forum-list-item {
    margin-bottom: 20px;
}

.more {
    display: block;
    height: 40px;
    color: #653B2C;
    font-family: "Tahoma", sans-serif;
    font-size: 13px;
    background: url('../i/markup/icons.png') 187px -906px no-repeat;
    padding: 3px 0 0 97px;
}


/*****************************active-users*********************/

.active-container {
    padding-top: 5px;
}

.active-users {
    padding-top: 80px;
    height: auto;
    padding-bottom: 30px;
}

.active-user {
    text-align: center;
    margin-left: 30px;
    width: 90px;
}
.active-user:hover .user-name { 
    text-decoration: underline;
}
.active-users-header {
   top: 30px; 
}

.active-container a:first-child {
    margin-left: 35px;
}

.user-photo {
    position: relative;
    width: 65px;
    height: 65px;
    border: 11px solid #fff;
    box-shadow: 1px 1px 5px #c1b4ab;
    border-radius: 50%;
    overflow: hidden;
}

.user1 {
    top: 0px;
    left: 0px;
}

.user2 {
    top: -8px;
    left: -53px;
}

.user3 {
    top: -12px;
    left: -16px;
}

.user4 {
    top: -13px;
    left: -70px;
}

.user5 {
    top: -107px;
    left: -42px;
}

.user-name {
    color: #719f00;
    font-family: "Tahoma", sans-serif;
    font-size: 14px;
    top: 7px;
    position: relative;
}

.user-name:hover {
    text-decoration: none;
}

/****************************questioning***********************/

.questioning {
    width: 322px;
    height: 337px;
    background: url('../i/markup/quest_bg.png') no-repeat;
    margin: 9px 0 0px 9px;
    position: relative;
}

.questioning-head {
    color: #719f00;
    font-family: "Georgia", serif;
    font-size: 27px;
    text-shadow: 2px 1px 0 rgba(0,0,0,.07);
    background: url('../i/markup/icons.png') 85px -718px no-repeat;
    margin: 19px 0 0 31px;
}

.answer {
    width: 93px;
    height: 31px;
    text-align: center;
    background: url('../i/markup/quest_submit.png') no-repeat;
    color: #fff;
    font-family: "Calibri", sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 2px 1px 0 rgba(0,0,0,.07); 
    display: block;
    position: relative;
    left: 80px;
    top: 7px;
}

.answer span {
    display: block;
    margin-top: -6px;
}

.quest-label {
    display: block;
}

.question {
    margin: 17px 0 0 29px;
}

.eggs {
    width: 143px;
    height: 157px;
    background: url('../i/markup/quest_img.png') no-repeat;
    right: 21px;
    bottom: 15px;
}

.all {
    margin: 40px 0 0 35px;
    color: #3e3e3e;
    font-family: "Tahoma", sans-serif;
    font-size: 13px;
}

.ans-am {
    color: #71a000;
}

.all-links {
    margin: 27px 0 0 33px;
    line-height: 19px;
}

.all-links a {
    color: #197117; /* text color */
    font-family: "Tahoma", sans-serif;
    font-size: 13px;
    text-decoration: underline;
    display: block;
}

.all-links a:hover {
    text-decoration: none;
}

.popular-recipes {
    width: 666px;
    padding-top: 56px;
}

.popular-recipes-header {
    width: 681px;
    height: 46px;
    top: 10px;
    right: -20px;
    background: url('../i/markup/header_popular.png') no-repeat;
}

.popular-recipes .rating {
    /*margin-top: 50px;*/
    height: 20px;
    padding: 0 25px 0 15px;
}

/****************************footer******************************/

.footer {
    position: relative;
    width: 100%;
    height: 206px;
    background: url('../i/markup/bottom_bg.png') no-repeat;
    padding-top: 80px;
}

.foot-navigation {
    font-family: "Tahoma", sans-serif;
    margin-left: 14px;    
	list-style: none;	
}

.foot-navigation li.submenuItem {
    display: inline;
	float: left;	
	width:150px;
	margin-right:28px;
}
.foot-navigation li.submenuItem:first-child {
    margin-left:32px;
}

.foot-navigation > li.submenuItem > a,
.foot-navigation > li.submenuItem > .head-col-footer  {
    color: #b82600; 
    font-size: 15px;
	pointer-events: none;
	cursor: default;    
}

.foot-menu li {
    color: #a98e79;
    font-size: 11px;
    margin-bottom: 7px;
	
}

.foot-menu li a {
    color: #984e3b; 
    font-family: "Calibri", sans-serif;
    font-size: 15px;
}


.foot-menu li a:hover {
    text-decoration: underline;
}

.first-nav {
    margin-left: 32px;
}

.foot-menu {
    margin-left: 14px;
	margin-top: 10px;
}

.foot-logo {
    position: absolute;
    top: 87px;
    right: 54px;
    left: 704px;
}

.foot-soc {
    top: 179px;
    right: 83px;
}

.copy {
    position: absolute;
    width: 1054px;
    height: 54px;
    bottom: 0px;
    left: -28px;
    background: url('../i/markup/footer_bg.png') no-repeat;
    color: #fff;
    font-family: "Calibri", sans-serif;
    font-size: 13px;
}

.copy .to-l {
    margin: 26px 0 0 62px;
}

.copy .to-r {
    margin: 27px 77px 0 0;
}

/***********************!important**************************/

.hidden {
    display: none;
}

.clr {
    width: 100%;
    height: 1px;
    clear: both;
}

.last-item {/* 
    float: right; */
    background: none;
    padding: 0;/* 
    margin-left: -40px; */
}

.b-core-ui-select, .b-core-ui-select:hover, .b-core-ui-select.open, .b-core-ui-select.focus {
    width: 269px;
    height: 25px;
    background: url('../i/markup/select-bg.png') no-repeat;
    padding: 3px 0 0 13px;
    border: 0;
}

.b-core-ui-select__button {
    border:0;
}
 .selection-of-recipe .b-core-ui-select {
    box-shadow: none;
} 
.video-recipes .head-n {
    padding-left: 11px;
}
.video-recipes .all-recipes {
    padding-right: 9px;
}
.video-recipes .all-recipes {
    color: #FFF;
    background: url('../i/markup/icons.png') 82px -668px no-repeat;
    padding-right: 25px;
    margin: 18px 0 9px 12px;
}
.active-users-header {
    border: none;
    padding: 2px 0 0 9px;
}
.to-visitors {
    margin-right: 22px;
}
.play{
    position: absolute;
    left: 128px;
    top: 92px;
    width: 67px;
    height: 66px;
    background: url("../i/markup/video_play.png");
}
.find-recipe--btn {
	position: relative;
	top: -2px;
}

.b-core-ui-select__value  {
    padding-right: 39px;
    width: 222px;
}

.container .interview-widget{
	padding-top: 5px;
	float:left;
}
.variantAchive{
	width:5px;
	white-space: nowrap;
	
}
ul#files{ 
	list-style-type: none;
}
ul#files li{ 	
}
ul#files li img{ 
	padding: 5px;
}
.del_img{
	cursor: pointer;
}
.inner_content{
	margin-left: 15px;
}
