@font-face {
	font-family: 'Droid Arabic Kufi';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/arfonts/DroidKufi-Regular.eot);
	src: url(../fonts/arfonts/DroidKufi-Regular.eot#iefix) format("embedded-opentype"), url(../fonts/arfonts/DroidKufi-Regular.woff) format("woff2"), url(../fonts/arfonts/DroidKufi-Regular.woff) format("woff"), url(../fonts/arfonts/DroidKufi-Regular.ttf) format("truetype")
}
@font-face {
	font-family: 'Droid Arabic Kufi';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/arfonts/DroidKufi-Bold.eot);
	src: url(../fonts/arfonts/DroidKufi-Bold.eot#iefix) format("embedded-opentype"), url(../fonts/arfonts/DroidKufi-Bold.woff) format("woff2"), url(../fonts/arfonts/DroidKufi-Bold.woff) format("woff"), url(../fonts/arfonts/DroidKufi-Bold.ttf) format("truetype")
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body * {
	font-family: 'Droid Arabic Kufi';
}
body {
	direction: rtl;
	font: 14px/1.42 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #444;
	background: #d8d8d8 url(../images/bgr/body.jpg) 0 0 repeat;
	overflow-x: hidden;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, table, caption, tbody, tfoot, thead, tr, th, td, figure {
	border: 0;
	margin: 0;
	padding: 0
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: #b53a91;
}

img, fieldset, abbr, acronym {
	border: 0;
}
article, aside, figure, figcaption, hgroup, footer, header, nav, section, video, object {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	max-width: 100%;
}

/*LAYOUT*/
.head {
	float: right;
	width: 100%;
	position: relative;
	z-index: 2;
	height: 90px;
}
.home .head {
	position: absolute;
}
.head .wrap {
	height: 100%;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	display: inline-block;
}
.main {
	float: right;
	width: 100%;
	display: block;
	min-height: 500px;
	padding: 45px 0 45px;
}
.foot {
	float: right;
	width: 100%;
}
.wrap {
	margin: 0 auto;
	width: 1170px;
	text-align: right;
	position: relative;
	max-width: 96%;
}

.row {
	margin: 0 -15px;
}
.full-width {
	float: right;
	width: 100%;
	padding: 0 15px 30px;
	max-width: 100%;
}
.three-fourth {
	float: right;
	width: 75%;
	padding: 0 15px 30px;
	max-width: 100%;
}
.one-half {
	float: right;
	width: 50%;
	padding: 0 15px 30px;
	max-width: 100%;
}
.one-third {
	float: right;
	width: 33.33%;
	padding: 0 15px 30px;
	max-width: 100%;
}
.two-third {
	float: right;
	width: 66.66%;
	padding: 0 15px 30px;
	max-width: 100%;
}
.one-fourth {
	float: right;
	width: 25%;
	padding: 0 15px 30px;
	max-width: 100%;
}
.one-fifth {
	float: right;
	width: 20%;
	padding: 0 15px 30px;
	max-width: 100%;
}
.one-sixth {
	float: right;
	width: 16.66%;
	padding: 0 15px 30px;
	max-width: 100%;
}

.content {
	float: right;
}
.cwrap {
	float: right;
	width: 100%;
	overflow-x: hidden;
	border-bottom: 1px solid rgba(0,0,0,.15);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,1);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
	margin: 0 0 30px;
}
.cwrap:last-child {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
}

.entries .one-fourth {
	min-height: 365px;
}

.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: "";
	display: table;
}
.clearfix:after, .row:after {
	clear: both;
}
.oldie .clearfix, .oldie .row {
	zoom: 1;
}

::-moz-selection {
	background: #fff;
	color: #b53a91;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
}
::selection {
	background: #fff;
	color: #b53a91;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
}

/*TYPOGRAPHY*/
h1 {
	font-size: 29px;
	font-weight: 400;
	padding: 0 0 12px;
	margin: 0;
}
h2 {
	font-size: 25px;
	font-weight: 400;
	padding: 8px 0 13px;
}
h3 {
	font-size: 21px;
	font-weight: 700;
	padding: 13px 0 18px;
}
h4 {
	font-size: 18px;
	font-weight: 500;
	padding: 18px 0;
}
h5 {
	font-size: 15px;
	font-weight: 500;
	padding: 10px 0 10px;
}
h6 {
	font-size: 12px;
	font-weight: 600;
	padding: 20px 0;
}

.s-title > h1 {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 300;
	padding: 0 15px 30px;
	margin-top: -10px;
	display: inline-block;
	width: 100%;
}
.s-title > h3 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
	padding: 0 15px 30px;
	margin-top: 35px;
	display: inline-block;
	width: 100%;
}

p {
	padding: 0 0 18px;
	line-height: 1.6;
}
p:empty {
	display: none;
}
.lead {
	font-size: 17px;
	font-weight: 500;
}
strong {
	font-weight: 700;
}
em {
	font-weight: 700;
	font-style: normal;
	color: #b53a91;
}

ul {
	margin: 0 0 20px;
}
ul > li {
	list-style: none;
	position: relative;
	padding: 0 15px 10px 0;
}
/*ul > li:before 	{content:"\2022";font-size:30px;color:#b53a91;position:absolute;top:-10px;right:0;}*/
ul ul {
	margin: 10px 2px -10px 0;
}
ul ul li:before {
	/*content: "\00af";*/
	font-size: 25px;
	top: 0;
	right: -2px;
}
ol {
	margin: 0 25px 20px 0;
}
ol li {
	list-style: decimal outside;
	padding: 0 5px 10px 0;
}
ol ol {
	margin: 10px 15px -10px 0;
}
nav ul {
	margin: 0;
}

nav li, .widget, .widget li {
	padding: 0;
}
nav li:before, .widget:before, .widget li:before, .boxed li:before {
	display: none;
}

hr {
	border: none;
	border-bottom: 1px solid #ddd;
	padding: 0;
	margin: 0 0 30px;
}

img {
	border: none;
	display: block;
	max-width: 100%;
}
a {
	color: #b53a91;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
a:hover, a:focus, .post h2 a:hover {
	color: #b53a91;
}
nav a:hover, .button:hover, .generic-button a:hover, .quicklinks .button:hover {
	text-decoration: none;
}

.alert {
	color: #fff !important;
	width: 45%;
	margin:0 auto !important;
	padding: 5px 5px 5px 5px;
	height:50px;
	line-height :45px;
	font-size: 15px;
	font-weight: 700;
}
.alert .close {
	background: none;
	padding: 0;
	float: right;
	font-size: 18px;
}
.alert-info {
	background: #3498db;
}
.alert-success {
	background: #2ecc71;
}
.alert-warning {
	background: #f1c40f;
}
.alert-danger {
	background: #e74c3c;
}

p.drop-cap::first-letter {
	color: #b53a91;
	font: 74px Georgia, serif;
	margin: 8px 0 0 10px;
	float: right;
}
p.drop-cap.secondary::first-letter {
	background: #b53a91;
	color: #fff;
	padding: 7px;
	margin-top: 4px;
}

table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 0 20px;
	max-width: 100%;
}
th {
	padding: 15px;
	border: 1px solid #b53a91;
	background: #b53a91;
	color: #fff;
}
td {
	padding: 15px;
	border: 1px solid #ddd;
	background: #fff;
}
tr:nth-child(2n+1) td {
	background: #f6f6f6;
}

.left-pic {
	float: left;
	margin: 0 20px 20px 0;
}
.right-pic {
	float: right;
	margin: 0 0 20px 20px;
}
.left {
	float: left;
}
.right {
	float: right;
}

/*PRICING TABLES*/
.two-col div {
	float: right;
	width: 50%;
}
.three-col div {
	float: right;
	width: 33.33%;
}
.four-col div {
	float: right;
	width: 25%;
}
.five-col div {
	float: right;
	width: 20%;
}

.pricing {
	text-align: center;
	padding: 20px 0;
}
.pricing table {
	margin: 0;
}
.pricing th {
	height: 80px;
	font-size: 18px;
	background: #f6f6f6;
	color: #444;
	border-color: transparent;
	text-transform: uppercase;
}
.pricing td {
	border-color: transparent;
}
.pricing tr:nth-child(2) td {
	font-size: 60px;
	font-weight: 500;
}
.pricing tr:nth-child(2) td sup {
	font-size: 20px;
}
.pricing tr:nth-child(2) td span {
	font-size: 14px;
}
.pricing .active {
	margin-top: -20px;
}
.pricing .active th {
	background: #b53a91 !important;
	border-color: #b53a91 !important;
	color: #fff !important;
	height: 100px;
}
.pricing .active .button {
	margin-bottom: 20px;
}

.pricing.secondary table {
	border-collapse: collapse;
	border-spacing: 0;
}
.pricing.secondary th {
	background: #fff;
	border: none;
	border-bottom: 1px solid #ddd;
	color: #444;
}
.pricing.secondary td {
	border: none;
	border-bottom: 1px solid #ddd;
}
.pricing.secondary .active {
	border: 1px solid #b53a91;
	margin-top: -21px;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}

/*HEADER*/
.logo {
	float: right;
	display: block;
	margin: 13px 20px 23px 15px;
	position: relative;
	z-index: 99999;
}

.main-nav {
	float: right;
}
.main-nav ul {
	position: relative;
	display: inline-table;
	z-index: 9999;
}
.main-nav li {
	float: right;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}
.main-nav li a {
	color: #444;
	float: right;
	height: 90px;
	line-height: 90px;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	-ms-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
.main-nav li a span {
	float: right;
	line-height: normal;
	margin: 28px 0 29px;
	padding: 8px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.main-nav li:hover a, .main-nav .current-menu-item a {
	color: #fff;
}
.main-nav li:hover span, .main-nav .current-menu-item span {
	background: #b53a91;
	color: #fff;
}
.main-nav ul ul {
	display: none;
	width: 150px;
	margin-right: -30px;
	position: absolute;
	top: 100%;
	padding: 0 15px 10px;
	background: #fff;
	border-top: 3px solid #b53a91;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15), 0 0 3px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.15), 0 0 3px rgba(0,0,0,.15);
	box-shadow: 0 1px 0 rgba(0,0,0,.15), 0 0 3px rgba(0,0,0,.15);
}
.main-nav ul ul:after {
	content: "";
	position: absolute;
	top: -11px;
	right: 43%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #b53a91 transparent;
}
.main-nav ul ul li {
	float: none;
	position: relative;
	background: none;
	text-transform: none;
}
.main-nav ul ul li a {
	height: auto;
	line-height: normal;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	color: #666;
	width: 100%;
}
.main-nav ul ul li span {
	padding: 0;
	background: none !important;
	margin: 0;
	color: #666 !important;
}
.main-nav ul ul li:last-child a {
	border-bottom: none;
	padding-bottom: 0;
}
.main-nav ul ul ul {
	position: absolute;
	right: 100%;
	top: -3px;
	margin-right: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.main-nav ul ul ul li a {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.main-nav ul ul ul:after {
	display: none;
}
.main-nav li:hover > ul {
	display: block;
}
.main-nav li:hover ul a, .main-nav ul ul li:hover ul a, .main-nav .current-menu-item ul a, .main-nav .current-menu-item ul ul a {
	color: #444 !important;
}
.main-nav ul ul li:hover a, .main-nav ul ul li:hover span, .main-nav ul ul li:hover ul a:hover, .main-nav ul ul .current-menu-item a {
	color: #b53a91 !important;
}

.user-nav {
	float: left;
	width: 270px;
	position: absolute;
	top: 0;
	left: 0;
}
.user-nav li {
	float: left;
	width: 90px;
	height: 90px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
}
.user-nav li a {
	color: #fff;
	float: right;
	width: 100%;
	height: 100%;
}
.user-nav .light a {
	background: #b53a91;
}
.user-nav .medium a {
	background: #d131a2;
}
.user-nav .dark a {
	background: #b53a91;
}
.user-nav li span {
	float: right;
	width: 100%;
	padding: 10px 10px 0;
}
.user-nav li:hover a, .user-nav .current-menu-item a {
	background: #fff;
}
.user-nav .light.current-menu-item a, .user-nav .light:hover a {
	color: #b53a91;
}
.user-nav .medium.current-menu-item a, .user-nav .medium:hover a {
	color: #b53a91;
}
.user-nav .dark.current-menu-item a, .user-nav .dark:hover a {
	color: #b53a91;
}

.head select {
	background: none;
	border: 1px solid #ddd;
	padding: 10px;
	height: 40px;
	width: 100%;
	color: #444;
	display: none;
}

.slicknav_menu {
	display: none;
}

/*CONTENT*/
.breadcrumbs {
	float: right;
	width: 100%;
	max-width: 100%;
	margin: 0 0 70px;
}
.breadcrumbs ul {
	float: right;
	width: 100%;
	padding: 0 0 6px;
	border-bottom: 1px solid rgba(0,0,0,.15);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,1);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}
.breadcrumbs li {
	float: right;
	font-weight: 700;
	color: #666;
	white-space: nowrap;
	-webkit-text-shadow: 0 1px 0 rgba(255,255,255,.4);
	-moz-text-shadow: 0 1px 0 rgba(255,255,255,.4);
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
}
.breadcrumbs li a {
	position: relative;
	color: #666;
	font-weight: 400;
}
.breadcrumbs li a:after {
	content: "\005C";
	font-weight: 400;
	padding: 0 8px;
}

.container {
	float: right;
	display: block;
	width: 100%;
	padding: 17px 20px 0;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.2);
	box-shadow: 0 0 1px rgba(0,0,0,.2);
}
.container p {
	color: #666;
}
.idea_container {
	float: right;
	display: block;
	padding: 17px 20px 0;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.2);
	box-shadow: 0 0 1px rgba(0,0,0,.2);
}
.idea_container p {
	color: #666;
}

.recipe-container {
	float: right;
	display: block;
	width: 100%;
	padding: 17px 10px 0;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.2);
	box-shadow: 0 0 1px rgba(0,0,0,.2);
}
.recipe-container p {
	color: #666;
}

.entry .container {
	width: 100%;
}

/*BUTTONS*/
.button {
	border: none;
	display: inline-block;
	text-decoration: none !important;
	position: relative;
	background: #b53a91;
	color: #fff !important;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	padding: 11px 14px;
	min-width: 80px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
}
.button:hover, .button:focus {
	background: #b53a91;
	-webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 0 30px rgba(0,0,0,.2);
	box-shadow: inset 0 0 30px rgba(0,0,0,.2);
}

.innerbutton {
	border: none;
	display: inline-block;
	text-decoration: none !important;
	position: relative;
	color: #b53a91;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	padding: 11px 14px;
	min-width: 80px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
}
.innerbutton:hover, .innerbutton:focus {
	background-color: #f3f3f3;
}

.white {
	color: #b53a91 !important;
	background: #fff !important;
}
.white:hover, .white:focus {
	color: #fff !important;
	background: #b53a91 !important;
}

.gold {
	background: #b53a91 !important;
	font-size: 14px;
	font-weight: 600;
	padding: 7px 10px;
}
.gold:hover, .gold:focus {
	background: #D0B28C !important;
}

.button.more {
	padding: 11px 15px !important;
	min-width: 110px;
	text-align: right !important;
}
.button.more i {
	margin-right: 40px;
}

.button.medium {
	font-size: 16px !important;
	font-weight: 700 !important;
	text-transform: none;
}
.button.big {
	font-size: 18px !important;
	font-weight: 700 !important;
	text-transform: none;
}

/*HOME*/
.home .main {
	padding-top: 0;
}
.intro {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	margin: 0 0 30px;
	overflow: hidden;
	min-height: 740px;
}
.bg img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.intro .wrap {
	margin-top: 180px;
}

.text {
	color: #fff;
}
.text a {
	color: #fff;
	text-decoration: underline;
}
.text a:hover {
	text-decoration: none;
}
.text h1 {
	font-size: 50px;
	line-height: 1.2;
	font-weight: 300;
	padding: 0 0 35px;
	-webkit-text-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-text-shadow: 0 1px 2px rgba(0,0,0,.1);
	text-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.text p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	padding: 10px 0 23px;
	max-width: 85%;
	-webkit-text-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-text-shadow: 0 1px 2px rgba(0,0,0,.3);
	text-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.text .more {
	margin: 40px 0 65px;
}

.intro .widget h3 {
	padding: 3px 0 16px;
	font-size: 16px;
}
.intro .widget p {
	color: #666;
	font-size: 14px;
	padding: 0 0 18px;
}
.textwrap {
	padding: 0 !important;
}
.intro .f-row {
	padding: 3px 0 7px !important;
}
.intro .bwrap {
	padding: 13px 0 20px !important;
}

.icons {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.15);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,1);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}
.icons .s-title {
	text-align: center;
}
.icons .ribbon {
	margin: 0 auto 25px;
}
.icons .container {
	text-align: center;
	padding: 10px 20px 10px;
}
.icons span {
	float: right;
	width: 100%;
}
.icons .title {
	font-size: 32px;
	font-weight: 800;
	color: #b53a91;
	margin: 10px 0 -2px;
}
.icons .subtitle {
	font-size: 17px;
	font-weight: 700;
	color: #777;
}
.cta {
	float: right;
	width: 100%;
	text-align: center;
	margin: 0 0 30px;
}
.cta .button {
	min-width: 170px;
}

.featured {
	float: right;
	max-width: 100%;
	position: relative;
}
h2.ribbon {
	background: url(../images/bgr/ribbons.png) -216px -61px no-repeat;
	padding: 0 !important;
	width: 189px;
	height: 44px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	font-weight: 700;
	color: #fff !important;
	position: absolute;
	top: 20px;
	left: 35px;
	z-index: 9999;
	display: inline-block;
	overflow: hidden;
	margin: 0 0 30px;
	max-width: 100%;
}
h2.star {
	background-position: -408px -61px;
	width: 50px;
	height: 60px;
	text-indent: -99999px;
	top: 0;
}
h2.bright {
	background-position: 0 -60px;
	width: 210px;
	height: 45px;
	position: static;
	font-size: 22px;
	line-height: 43px;
	font-weight: 600;
	margin: 0 0 26px;
}
h2.large {
	background-position: 0 0;
	width: 572px;
	height: 58px;
	position: static;
	font-size: 27px;
	line-height: 56px;
	font-weight: 600;
	max-width: 100%;
}

.entry h2 {
	padding-top: 0;
	color: #666;
}
.entry h2 a {
	color: #666;
}
.entry h2 a:hover {
	color: #b53a91;
}

.entries h2 {
	font-size: 17px;
	font-weight: 600;
	padding: 0 0 17px;
	color: #454545;
}
.entry figure {
	position: relative;
	overflow: hidden;
}
.entry figcaption {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	/*z-index: 10;*/
	text-align: center;
	background: rgba(181,58,145, 0.85);
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.entry figcaption a {
	float: right;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.entry figcaption .icon {
	display: inline-block;
	margin: 27% 0 3px;
	font-size: 30px;
}
.entry figcaption span {
	width: 100%;
	display: inline-block;
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,.15);
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,.15);
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
}
.entry figure:hover figcaption {
	opacity: 1;
}
.entry .excerpt {
	border-top: 1px solid #ddd;
	width: 100%;
	float: right;
	padding: 15px 0 20px;
}
.entry .excerpt p {
	padding: 0;
}

.featured h2 {
	font-size: 16px;
	font-weight: 700;
}
blockquote {
	position: relative;
	color: #666;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding: 18px 0 21px;
	margin: 0 0 23px;
}
blockquote i {
	color: #b53a91;
	font-size: 20px !important;
	margin-right: 5px;
}
.featured .actions > div {
	font-size: 14px;
}
.featured.two-third .button {
	width: 230px;
	float: right;
}
.featured.two-third .more {
	padding: 10px 20px 0 0 !important;
}
.featured.one-third .button {
	width: 100%;
	margin: 0 0 17px;
}

/*.actions .difficulty			{border-left:0;width:40%;}*/
.actions .difficulty {
	border-left: 0;
}
.actions .difficulty .ico {
	margin-bottom: -1px;
}

.main .quicklinks {
	float: right;
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 0 30px;
}
.quicklinks .button {
	margin: 0 13px;
	min-width: 120px;
}

.quicklinks:last-of-type {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
}

.home-page .breadcrumbs {
	display: none;
}
.home-page.logged-in .breadcrumbs {
	display: block;
}

section.cta {
	margin: 0;
	background: #b53a91;
	color: #fff;
	padding: 10px 0;
}
section.cta h2 {
	padding: 0;
	line-height: 48px;
}

/*BLOG*/
.post {
	float: right;
	width: 100%;
	margin: 0 0 30px;
}
.post .entry-meta {
	float: right;
	width: 90px;
}
.post .date {
	float: right;
	width: 90px;
	height: 90px;
	overflow: hidden;
	background: #b53a91;
	color: #fff;
	text-align: center;
}
.day {
	display: inline-block;
	width: 100%;
	height: 61px;
	font-size: 33px;
	line-height: 61px;
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,.15);
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,.15);
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
}
.my {
	font-size: 13px;
	display: inline-block;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid rgba(0,0,0,.1);
}
.avatar {
	float: right;
	width: 90px;
	height: 90px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.avatar span {
	opacity: 0;
	-ms-opacity: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	font-weight: 400;
	width: 100%;
	border: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.avatar:hover span {
	opacity: 1;
	-ms-opacity: 1;
	background: #fff;
	color: #666;
}

.post .container {
	float: right;/*width:780px*/;
	padding: 0;
}
.post .idea_container {
	float: right;/*width:780px*/;
	padding: 0;
}
.post .entry-featured {
	float: right;
	width: 325px;
	overflow: hidden;
}
.post .entry-content {
	float: right;
	width: 455px;
	padding: 17px 20px 0;
	min-height: 148px;
}
.post .entry-content h2 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 500;
	padding: 8px 0 23px;
}
.post h2 a {
	color: #444;
}

.actions {
	display: inline-block;
	width: 100%;
	vertical-align: sub;
	float: left;
	font-size: 11px;
}
.actions > div {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ddd;
	padding: 15px 0 0;
	margin: 0 0 10px;
}
.post .actions {
	width: 455px;
	padding: 0 20px;
}

.topchef-post .post .actions {
	width: 100%;
	padding: 0 20px;
}

.post .actions > div {
	margin: 11px 0 0;
}

.actions div div {
	float: right;
	border-left: 1px solid #ddd;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	color: #666;
}
.actions div div:last-child {
	border: none;
	padding: 0;
	margin: 0;
}
.actions div div a {
	color: #666;
}
.actions div div a:hover {
	color: #b53a91;
}
.actions .comments {
	border-top: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: auto;
}
.actions .more {
	min-width: 50px;
}
.actions .more a {
	color: #b53a91;
	font-weight: 500 !important;
	text-align: left !important;
}
.actions .more a:hover {
	color: #b53a91;
}
.actions .more:after {
	display: none;
}

.pager {
	float: right;
	width: 100%;
	text-align: center;
	margin: 2px 0 30px;
	padding: 30px 0 0;
	border-top: 1px solid rgba(255,255,255,1);
	-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: 0 -1px 0 rgba(0,0,0,.15);
}
.pager a, .pager span {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 3.5px;
	font-size: 15px;
	line-height: 40px;
	font-weight: 500;
	background: #b53a91;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.2);
	box-shadow: 0 0 1px rgba(0,0,0,.2);
}
.pager a:hover, .pager .current {
	color: #b53a91;
	background: #fff;
}

.pager  li {
	float: right;
}

.single .entry-featured {
	width: 100% !important;
	height: auto !important;
}
.single .entry-content {
	width: 100% !important;
	padding: 17px 20px 25px;
}
.single .entry-content p {
	color: #444;
}

.comments {
	float: right;
	width: 100%;
}
.comments h2, .zerocomments {
	font-size: 19px;
	padding: 30px 0;
}
.zerocomments {
	margin-bottom: -30px;
}
.comment-list {
	margin: 0;
}
.comments .children {
	margin: 0;
	display: inline-block;
	width: 100%;
}

.comments li {
	list-style: none;
	float: right;
	width: 100%;
	margin: 0 0 5px;
	position: relative;
	padding-right: 90px;
}
.force{

}
.comment .avatar {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.comment-box {
	width: 100% !important;
}

.comments .depth-2 {
	padding-right: 180px;
	margin-right: 0;
	width: auto;
}
.depth-2 .avatar {
	right: 90px;
}

.comments .depth-3 {
	padding-right: 270px;
	margin-right: 0;
	width: auto;
}
.depth-3 .avatar {
	right: 180px;
}

.comment-list .avatar {
	float: right;
	width: 90px;
}
.comment-box {
	padding: 12px 20px 0 0;
	float: right;
	width: 780px;
	position: relative;
	background: #fff;
	min-height: 90px;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.2);
	box-shadow: 0 0 1px rgba(0,0,0,.2);
}
.comment-box .meta {
	color: #999;
	padding: 0 0 8px;
}
.comment-box a {
	color: #b53a91;
}
.meta {
	font-size: 13px;
}
.meta strong {
	color: #b53a91 !important;
	padding: 0 0 0 10px;
}
.comment-reply-link {
	float: left;
	position: absolute;
	top: 10px;
	left: 10px;
	background: #b53a91;
	color: #fff !important;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	padding: 6px 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.comment-reply-link:focus, .comment-reply-link:hover {
	background: #b53a91;
}
.comment-text {
	float: right;
	width: 90%;
	color: #666;
}
.comment-text p {
	font-size: 13px;
	font-weight: 500;
	padding: 0 0 15px;
}
.comment-meta a {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #b53a91;
	color: #fff;
	height: 30px;
	line-height: 30px;
	color: #fff !important;
	display: inline-block;
	width: 100%;
}

.comment-respond {
	margin: 30px 0 0;
	float: right;
	width: 100%;
	border-top: 3px solid #b53a91;
	-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: 0 -1px 0 rgba(0,0,0,.15);
}
.comment-respond h2 {
	font-size: 19px;
	padding: 30px 0;
}
.comment-respond .container {
	padding: 20px;
}

/*RECIPE*/
.recipe {
	float: right;
	max-width: 100%;
}
.recipe .image {
	float: right;
	width: 100%;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.2);
	box-shadow: 0 0 1px rgba(0,0,0,.2);
}

.recipe .intro {
	width: 100%;
	height: auto;
	min-height: 0;
	margin: 0 0 30px;
	background: #fff;
	padding: 17px 20px;
	border: none;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.2);
	box-shadow: 0 0 1px rgba(0,0,0,.2);
}
.recipe .intro p {
	color: #666;
	padding: 0 0 15px;
}

.instructions {
	margin: 0px 0px 15px 0px;
	float: right;
	width: 100%;
}

.instructions-title {
	margin: 25px 0px 0px 0px;
	float: right;
	width: 100%;
}

.instructions ol {
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
	padding: 0;
	margin: 0;
}
.instructions li {
	position: relative;
	display: block;
	background: #fff;
	color: #666;
	font-size: 13px;
	padding: 15px 20px 18px;
	min-height: 50px;
	margin: 0 50px 10px 0;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.2);
	box-shadow: 0 0 1px rgba(0,0,0,.2);
}
.instructions li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	right: -50px;
	top: 0;
	background: #b53a91;
	color: #fff;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 33px;
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,.15);
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,.15);
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
}
.instructions li:after {
	position: absolute;
	content: '';
	border: .5em solid transparent;
	right: 0;
	top: 20px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.instructions li:hover:after {
	right: 0;
	border-right-color: #b53a91;
}

dl {
	display: inline-block;
	width: 100%;
	margin: 0 0 22px;
}
.recipe dt, .basic dt {
	float: right;
	margin: 0 0 8px;
	padding: 0 10px;
	height: 35px;
	font-size: 13px;
	line-height: 37px;
	background: #fff;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 0 rgba(0,0,0,.15);
}
.recipe dd, .basic dd {
	float: right;
	margin: 0 0 8px;
	padding: 0 15px;
	height: 35px;
	font-size: 14px;
	line-height: 37px;
	font-weight: 600;
	background: #b53a91;
	color: #fff;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 0 rgba(0,0,0,.15);
}

.basic dt {
	width: 35%;
}
.basic dd {
	width: 65%;
	background: #b53a91;
}
.user dt {
	width: 50%;
	font-size: 13px;
}
.user dd {
	width: 50%;
	background: #b53a91;
}
.user dd a {
	color: #fff;
}
.ingredients dt {
	width: 35%;
	font-size: 13px;
}
.ingredients dd {
	width: 100%;
	height: auto
}

.nutrition table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0;
}
.nutrition td {
	border: none;
	border-top: 1px solid #ddd;
	padding: 9px 20px;
	color: #666;
	background: #fff !important;
	font-size: 13px;
}
.nutrition td:last-child {
	text-align: left;
	color: #444;
}

.share .boxed i {
	margin: 16px 0 9px;
	font-size: 30px;
}

.recipe .members {
	margin-bottom: 0 !important;
}

/*SUBMIT RECIPE*/
.submit_recipe section {
	padding: 0 0 20px;
	display: inline-block;
	width: 100%;
}
.submit_recipe input {
	float: right;
}
.f-row .third {
	width: 33.33%;
	float: right;
	padding-left: 20px;
	position: relative;
}
.f-row .third:nth-child(3n) {
	padding-left: 0;
}
.submit_recipe .ingredient > div {
	padding-left: 20px;
	float: right;
}
.submit_recipe .large {
	width: 50%;
}
.submit_recipe .small {
	width: 11.7%;
}
.submit_recipe .remove {
	float: left;
	font-size: 37px;
	padding: 0;
	width: 37px;
	height: 37px;
	line-height: 37px;
}
.submit_recipe .instruction .full {
	width: 95%;
}
.submit_recipe h2 {
	padding: 0 0 18px;
}
.submit_recipe h2 span {
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
}

.submit_recipe button, .submit_recipe .button {
	width: 263px;
	text-align: center;
	max-width: 100%;
}

/*SEARCH FOR RECIPES*/
.recipefinder {
	width: 100%;
	padding: 22px 30px 30px !important;
	margin: 0 0 30px;
}
.recipefinder h3 {
	color: #666;
	padding: 5px 0 25px;
	font-size: 16px;
}
.recipefinder .left {
	float: right;
	width: 30%;
}
.recipefinder .right {
	float: left;
	width: 70%;
	padding-right: 30px;
}
.recipefinder .f-row {
	padding: 10px 0 0 !important;
}
.recipefinder button {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 37px;
	padding: 0;
	width: 37px;
	height: 37px;
	line-height: 37px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.recipefinder input[type="submit"] {
	float: left;
}
.recipefinder .gold {
	margin: 0 3px 3px 0;
}

.recipefinder .ingredients {
	padding: 0 0 29px;
}
.ingredients .button {
	text-transform: none;
}
.recipefinder .search {
	position: relative;
}
.recipefinder .search input[type="submit"] {
	background: none;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 15px;
	padding: 0 !important;
	font-size: 0px;
	z-index: 10;
}
.recipefinder .search:after {
	content: "\f002";
	font-family: FontAwesome;
	position: absolute;
	top: 8px;
	left: 25px;
	color: #b53a91;
}

.recipefinder .dropdown {
	position: relative;
	float: right;
	width: 270px;
	border: 1px solid #ddd;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 9px 10px;
	color: #999;
}
.recipefinder .dropdown:before {
	content: "\f078";
	font-family: FontAwesome;
	color: #b53a91;
	position: absolute;
	top: 13px;
	left: 13px;
}
.recipefinder .dropdown dt {
	cursor: pointer;
}
.recipefinder .dropdown dd {
	display: none;
	padding: 9px 0 0;
}
.recipefinder .dropdown dd a {
	color: #999;
}
.recipefinder .dropdown dd a:hover {
	color: #666;
}

/*TABS*/
.tabs {
	float: right;
	width: 100%;
	background: #fff;
	margin: 0 0 30px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.15);
	box-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
.tabs li {
	float: right;
	height: 50px;
	font-size: 13px;
	line-height: 50px;
	font-weight: 500;
	border-right: 1px solid #ddd;
	text-transform: uppercase;
	width: 20%;
	text-align: center;
	position: relative;
}
.tabs li:last-child {
	border-left: none;
}
.tabs li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	color: #444;
}
.tabs .active  a, .tabs a:hover {
	background: #b53a91;
	color: #fff;
}
.tabs .active:before {
	display: block;
	border-color: #b53a91 transparent transparent;
	border-style: solid;
	border-width: 8px 8px 0;
	top: 48px;
	content: "";
	height: 0;
	right: 48%;
	position: absolute;
	width: 0;
}

.container .tabs {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
}
.container .tabs li {
	border: 1px solid #ddd;
}
.container .tab-content {
	padding: 0 15px;
	border: 1px solid #ddd;
	border-top: 0;
	margin: 0 0 20px;
	float: right;
	width: 100%;
}

/*MY PROFILE*/
.tab-content .basic dt {
	width: 38%;
	height: 38px;
	line-height: 40px;
}
.tab-content .basic dd {
	width: 62%;
	height: 38px;
	line-height: 38px;
}

.my_account h2 {
	padding: 4px 0 21px;
}

/*SIDEBAR*/
.main .widget {
	float: right;
	width: 100%;
	margin: 0 0 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.2);
	box-shadow: 0 0 1px rgba(0,0,0,.2);
}
.widget h3 {
	font-size: 15px;
	color: #666;
	padding: 16px 20px;
}
.widget h3 span {
	font-size: 13px;
	font-style: italic;
	color: #999;
	display: inline-block;
}
.widget div {
	padding: 0 20px;
}
.widget li div {
	padding: 0;
}
.widget button, .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"] {
	float: right;
}
.widget ul {
	padding: 0;
	margin: 0;
}
.widget ul li {
	border-top: 1px solid #ddd;
	padding: 9px 20px;
}
.widget ul li:before {
	display: none;
}

.widget .boxed {
	float: right;
}

.widget dt, .widget dd {
	float: right;
	border-top: 1px solid #ddd;
	padding: 9px 20px;
}
.widget dt {
	width: 60%;
	color: #666;
}
.widget dd {
	width: 40%;
	text-align: left;
	color: #444;
}
.widget dd strong {
	font-weight: 400;
}

.searchform div {
	display: inline-block;
	padding: 20px;
	width: 100%;
}
.searchform label {
	font-size: 16px;
	font-weight: 500;
	color: #666;
	padding: 0 0 20px;
}
.searchform input[type="submit"] {
	margin: 20px 0 0;
}

.articles_latest li {
	padding: 0 !important;
	float: right;
	width: 100%;
}
.articles_latest li a {
	color: #777;
	font-weight: 600 !important;
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 0 0 10px;
	text-align: right;
}
.articles_latest li a:hover {
	background: #b53a91;
	color: #fff;
}
.articles_latest li img {
	max-width: 90px;
	float: right;
	/*margin: 0 0 0 15px;*/
	width: auto !important;
}
.articles_latest li h6 {
	padding: 0;
	width: 70%;
	display: table-cell;
	vertical-align: middle;
}

/*RECIPE CATEGORIES*/
.boxed {
	padding: 0 !important;
	margin: 0 !important;
	display: inline-block;
	width: 100%;
}
.boxed li {
	float: right;
	width: 33.334%;
	height: 90px;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
	padding: 0 !important;
	border-top: none !important;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.boxed li a {
	color: #fff;
	float: right;
	width: 100%;
	height: 100%;
	font-weight: 700 !important;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.boxed .light a {
	background: #b53a91;
}
.boxed .medium a {
	background: #d131a2;
}
.boxed .dark a {
	background: #b53a91;
}
.boxed.gold {
	background: none !important;
	padding: 0;
}
/*.gold .light a 		{background:#b53a91;}
 .gold .medium a 		{background:#D0B28C;}
 .gold .dark a 		{background:#C5A985;}*/
.boxed .icon {
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.boxed li span {
	display: inline-block;
	width: 100%;
	padding: 0 9px;
	vertical-align: sub;
}
.boxed li a:hover {
	-webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 0 30px rgba(0,0,0,.2);
	box-shadow: inset 0 0 30px rgba(0,0,0,.2);
}

.above-sidebar .boxed li {
	width: 11.11%;
}

/*CATEGORIES*/
.categories {
	padding: 0 !important;
}
.categories li {
	float: right;
	display: block;
	width: 100%;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	font-weight: 600;
	border-top: none !important;
	padding: 0 !important;
}
.categories li:last-child {
	border-bottom: none;
}
.categories li a {
	float: right;
	display: block;
	width: 100%;
	color: #777;
	position: relative;
	padding: 15px 20px 15px 50px;
}
.categories li a:before {
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	top: 20px;
	left: 20px;
}
.categories li a:hover, .categories li.active a {
	background: #b53a91;
	color: #fff;
}

.categories.right a {
	padding-right: 50px;
	padding-left: 20px;
}
.categories.right a:before {
	content: "\f053";
	right: 20px;
	right: auto;
}

/*MEMBERS*/
.item-options {
	padding: 0 !important;
	position: relative;
	z-index: 2;
}
.item-options a {
	position: relative;
	float: right;
	width: 90px;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	background: #b53a91;
}
.item-options a:first-child {
	background: #b53a91;
}
.item-options a:last-child {
	background: #b53a91;
}
.item-options a.selected:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 45%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #b53a91 transparent transparent transparent;
}
.item-options a:hover {
	text-decoration: none;
}

.avatar {
	float: right;
	width: 90px;
	height: 90px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 13px !important;
	font-weight: 400 !important;
}
.avatar span {
	font-size: 12px;
	border-right: 1px solid #ddd;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	background: #fff;
	color: #666;
	padding: 6px 10px !important;
	text-transform: none;
}
.avatar a {
	color: #666;
}
.boxed li:nth-child(3n) .avatar span {
	border: none;
}

/*FORM ELEMENTS*/
fieldset {
	display: inline-block;
	width: 100%;
}
label {
	display: inline-block;
	cursor: pointer;
	color: #666;
	position: relative;
}
input, textarea {
	outline: none;
}
button, input, select, textarea {
	font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-appearance: button;
	background: #b53a91;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	padding: 11px 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
	background: #b53a91;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="search"], input[type="email"], input[type="text"], input[type="number"], input[type="password"], textarea {
	width: 100% !important;
	border: 1px solid #ddd;
	color: #666;
	font-size: 13px;
	font-weight: 400;
	padding: 9px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
textarea {
	resize: none;
	height: 150px;
}
select {
	height: 37px;
	font-size: 13px;
	line-height: 1;
	font-weight: 600;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
	color: #666;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, textarea:focus {
	border-color: #bbb;
}
input[type="file"] {
	border: 1px solid #ddd;
	font-size: 14px;
	font-weight: 600;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	padding: 6px;
	margin: 5px 0;
}
form .alert {
	display: none;
}

.f-row {
	float: right;
	display: block;
	width: 100%;
	padding-bottom: 20px !important;
	position: relative;
}
.req {
	color: #b53a91;
	font-size: 35px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}
.f-row .req {
	position: absolute;
	top: 2px;
	left: 7px;
	z-index: 2;
}

.captcha label {
	float: right;
	line-height: 37px;
}
.captcha input {
	width: 100px !important;
	float: left;
}

.bwrap {
	float: left !important;
	padding-left: 0 !important;
}
.bwrap input{
	width: 100%;
}
.bwrap button {
	width:100%;
}

.checkbox {
	padding: 10px 0 !important;
}

/* General settings */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
	-webkit-font-smoothing: antialiased;
}
div.selector, div.checker, div.button, div.radio, div.uploader {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}
div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
	outline: 0;
}
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
	margin: 0;
	padding: 0;
}

/*.highContrastDetect {background: url("https://atbaki.com/theme/images/bg-input.png") repeat-x 0 0;width: 0px;height: 0px; }*/

/* Input & Textarea */
input.uniform-input, select.uniform-multiselect, textarea.uniform {
	padding: 9px 10px;
	border: 1px solid #ddd;
	color: #999;
}
input.uniform-input.active, select.uniform-multiselect.active, textarea.uniform.active, input.uniform-input.focus, select.uniform-multiselect.focus, textarea.uniform.focus {
	border-color: #bbb;
	color: #666;
}

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input, input[type="search"], input[type="search"]:active {
	-moz-appearance: none;
	-webkit-appearance: none;
}

/* Select */
div.selector {
	font-size: 13px;
	border: 1px solid #ddd;
	line-height: 37px;
	height: 37px;
	position: relative;
	overflow: hidden;
	width: 100% !important;
	padding-right: 10px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.selector span {
	color: #999;
	position: relative;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	height: 37px;
	line-height: 37px;
	background: #fff;
	cursor: pointer;
	width: 100% !important;
	display: block;
}
div.selector span:before {
	content: "\f078";
	font-family: FontAwesome;
	color: #b53a91;
	position: absolute;
	top: 0;
	left: 13px;
}
div.selector select {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	position: absolute;
	height: 37px;
	top: 0;
	right: 0;
	width: 100%;
}
div.selector.active, div.selector.focus {
	border-color: #aaa;
}
div.selector.hover span, div.selector.focus span {
	color: #666;
}

/* Checkbox */
div.checker {
	position: relative;
	top: -2px;
	margin-left: 10px;
}
div.checker, div.checker span, div.checker input {
	width: 20px;
	height: 20px;
}
div.checker span {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.checker span.checked {
	position: relative;
}
div.checker span.checked:before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #b53a91;
	position: absolute;
	top: 0;
	left: 2px;
}
div.checker input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

/* Radio */
div.radio {
	position: relative;
	top: -2px;
	margin-left: 10px;
}
div.radio, div.radio span, div.radio input {
	width: 20px;
	height: 20px;
}
div.radio span {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div.radio span.checked {
	position: relative;
}
div.radio span.checked:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #b53a91;
	position: absolute;
	top: 3px;
	left: 3px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.radio input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
}

/* Uploader */
div.uploader {
	height: 37px;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
div.uploader span.action {
	height: 31px;
	margin: 2px;
	padding: 0 14px;
	background: #b53a91;
	color: #fff !important;
	font-size: 13px;
	line-height: 31px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	float: right;
	display: inline;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
div.uploader span.filename {
	text-overflow: ellipsis;
	display: block;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	text-align: left;
	cursor: default;
	height: 37px;
	line-height: 37px;
	width: 200px;
	padding: 0 10px;
	color: #999;
}
div.uploader input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	cursor: default;
	width: 100%;
	height: 100%;
}
div.uploader.active span.action {
	background: #b53a91;
}
div.uploader.focus {
	border-color: #aaa;
	color: #666;
}
div.uploader.hover span.action, div.uploader.focus span.action {
	background: #b53a91;
}
div.uploader.focus.active span.action {
	border-color: #aaa;
	color: #666;
}
div.uploader.disabled, div.uploader.disabled.active {
}
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
}

/*CONTACT PAGE*/
.contactmodal {
	display: inline-block;
	width: 48%;
	margin: 25px auto;
	padding-bottom: 0;
	text-align: right;
	float: none;
}
.contactmodal h3 {
	color: #666;
	padding: 5px 0 20px;
	font-size: 16px;
	font-weight: 600;
}
.contactmodal textarea {
	height: 94px;
}
.contactmodal .captcha {
	float: right;
	width: 48%;
}
.contactmodal .bwrap {
	float: left;
	width: 48%;
}
.contactmodal p {
	font-size: 13px;
	padding: 0 0 5px;
}
.center {
	text-align: center;
}

/*ERROR PAGE*/
.errorPage .content, .errorPage .sidebar {
	margin: 95px 0;
}
.error-container {
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.errorPage .container {
	padding: 20px 20px 2px;
}
.errorPage p {
	padding: 0 0 20px;
}
.error_type {
	color: #fff;
	float: right;
	width: 100%;
	height: 114px;
	background: #b53a91;
	text-align: center;
	font-size: 94px;
	line-height: 100px;
	font-weight: 600;
	-webkit-text-shadow: 0 0 1px rgba(0,0,0,.15);
	-moz-text-shadow: 0 0 1px rgba(0,0,0,.15);
	text-shadow: 0 0 1px rgba(0,0,0,.15);
}
.error_text {
	color: #fff;
	float: right;
	width: 100%;
	height: 57px;
	background: #b53a91;
	text-align: center;
	font-size: 22px;
	line-height: 57px;
	font-weight: 600;
	-webkit-text-shadow: 0 0 1px rgba(0,0,0,.15);
	-moz-text-shadow: 0 0 1px rgba(0,0,0,.15);
	text-shadow: 0 0 1px rgba(0,0,0,.15);
}

/*FOOTER*/
.foot {
	padding: 30px 0 0;
	background: #fff;
	color: #666;
	-webkit-box-shadow: 0 -1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 -1px 2px rgba(0,0,0,.1);
	box-shadow: 0 -1px 2px rgba(0,0,0,.1);
}
.foot article {
	margin-bottom: 0;
	min-height: 142px;
}
.foot h5 {
	font-size: 17px;
	font-weight: 600;
	padding: 0 0 20px;
}
.foot a {
	color: #666;
}
.foot a:hover {
	color: #b53a91;
}

.social li {
	text-align: center;
	float: right;
	display: block;
	margin: 0 2px 2px 0;
	padding: 0 !important;
	border: none !important;
	width: 32px;
	height: 32px;
	background: #eaeaea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.social li:before {
	display: none !important;
}
.social li:last-child {/*margin-right:0;*/
}
.social li:hover {
	background: #eaeaea;
	-webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 0 30px rgba(0,0,0,.2);
	box-shadow: inset 0 0 30px rgba(0,0,0,.2);
}
.social li a {
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff !important;
	line-height: 32px;
	font-size: 16px;
}

.bottom {
	float: right;
	width: 100%;
	border-top: 1px solid #ddd;
	padding: 20px 0 0;
	color: #888;
}
.foot .bottom {
	padding: 20px 0 5px;
	margin: 0 15px;
	width: 1170px;
	max-width: 100%;
}
.copy {
	float: right;
	max-width: 30%;
}
.foot-nav {
	float: left;
	max-width: 70%;
}
.foot-nav li {
	float: right;
	padding: 0 20px 0 0;
}
.foot-nav li a {
	color: #888;
}

/*OTHER ELEMENTS*/
.box h2 {
	font-size: 20px;
	font-weight: 500;
	padding: 3px 0 15px;
	line-height: 1.2;
}

/*ICONS*/
.icon {
	display: inline-block;
}
.boxed .icon {
	font-size: 35px;
	margin: 16px 0 6px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.15);
}
.user-nav .icon {
	font-size: 30px;
	margin: 10px 0 0;
}
/*.dynamic-numbers .icon {
	font-size: 90px;
	color: white;
}*/

.ico {
	margin-left: 5px;
	display: inline-block;
	overflow: hidden;
	background-image: url(../images/ico/icons.png);
	background-repeat: no-repeat
}
.i-easy {
	background-position: 0 0;
	width: 14px;
	height: 13px;
}
.i-medium {
	background-position: -15px 0;
	width: 14px;
	height: 13px;
}
.i-hard {
	background-position: -30px 0;
	width: 14px;
	height: 13px;
}

/*PRELOADER*/
.preloader {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999;
}

.spinner {
	width: 90px;
	height: 90px;
	/*background-color: #b53a91;*/
	margin: 20% auto;
	-webkit-animation: spinner 1.2s infinite ease-in-out;
	-moz-animation: spinner 1.2s infinite ease-in-out;
	animation: spinner 1.2s infinite ease-in-out;
}

@-webkit-keyframes spinner {
0%	{-webkit-transform: perspective(120px) }
50% 	{-webkit-transform: perspective(120px) rotateY(180deg) }
100% 	{-webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes spinner {
0% 	{transform: perspective(120px) rotateX(0deg) rotateY(0deg);-moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);-ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
50% 	{transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);-moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);-ms-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)}
100% 	{transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-ms-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}

/*RESPONSIVENESS*/
@media (max-width: 1240px) {
	.intro .three-fourth {
		width: 66.66%;
	}
	.intro .one-fourth {
		width: 33.33%;
	}

	.foot .bottom {
		margin-left: 1.25%;
		margin-right: 1.25%;
		width: 97.5%;
	}

	.boxed li, .item-options a {
		width: 33.33%;
	}
	.members li, .item-options a {
		height: auto !important;
	}
	.boxed .avatar {
		width: 100%;
		height: auto;
	}

	.basic dt, .ingredients dd {
		width: 58%;
	}
	.basic dd, .ingredients dt {
		width: 42%;
	}

	.post {
		position: relative;
		/*padding-right: 90px;*/
	}
	.post .entry-meta {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}
	.post .container {
		width: 100%;
	}
	.post .entry-featured {
		width: 45%;
	}
	.post .entry-content {
		width: 55%;
	}
	.post .actions {
		width: 100%;
		padding: 0;
	}
	.post .actions > div {
		margin: 0 0 10px;
		padding: 15px 15px 0;
	}

	.share .boxed li {
		width: 100%;
		height: auto;
	}
	.share .boxed i {
		margin-bottom: 5px;
	}
	.boxed li span {
		padding-bottom: 10px;
	}

	.actions .difficulty {
		width: 42%;
	}

	.entries .two-third {
		width: 100%;
	}
	.entries .one-third {
		width: 50%;
	}

	.featured img, .my_account figure img, .entry img {
		width: 100%;
	}
	.featured.one-third {
		width: 100%;
	}
	.featured.one-third figure {
		float: right;
		width: 30%;
	}
	.featured.one-third .container {
		float: right;
		width: 70%;
	}
	.featured:first-child h2 {
		position: static;
	}

	section.cta h2 {
		line-height: 1.4;
	}

	#about .one-third, #about .two-third {
		width: 50%;
	}
}

@media (max-width: 1024px) {
	.head {
		position: relative !important;
	}
	.head .wrap {
		width: 100%;
		max-width: 100%;
	}
	.main-nav {
		display: none;
	}
	.slicknav_menu {
		display: block;
		position: absolute;
		width: 100%;
		min-height: 90%;
	}
	.slicknav_btn {
		width: 90px;
		height: 90px;
		float: right;
		text-align: center;
		position: absolute;
		z-index: 99999;
		top: 0;
		left: 270px;
	}
	.slicknav_open {
		background: #ececec;
	}
	.slicknav_open .slicknav_icon-bar {
		background: #fff;
	}
	.slicknav_icon {
		margin: 38px auto 0;
		display: inline-block;
	}
	.slicknav_icon-bar {
		background: #b53a91;
		margin: 0 0 6px;
		display: block;
		width: 40px;
		height: 3px;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	}
	.slicknav_menutxt {
		display: none;
	}
	.slicknav_nav {
		position: absolute;
		z-index: 99999;
		top: 90px;
		right: 0;
		width: 100%;
		background: #ececec;
		clear: both;
		font-weight: 600;
		font-size: 15px;
		text-transform: uppercase;
		padding: 10px 0;
	}
	.slicknav_nav ul, .slicknav_nav li {
		display: block;
		text-align: right;
	}
	.slicknav_nav li ul {
		text-transform: none;
	}
	.slicknav_nav .slicknav_arrow {
		font-size: 0.8em;
		margin: 0 0.4em 0 0;
	}
	.slicknav_nav .slicknav_item {
		cursor: pointer;
	}
	.slicknav_nav .slicknav_row {
		display: block;
	}
	.slicknav_nav a {
		display: block;
		padding: 10px 20px;
		color: #b53a91;
	}
	.slicknav_nav a a {
		padding: 10px 0;
	}
	.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
		display: inline;
	}
	.slicknav_menu:before, .slicknav_menu:after {
		content: " ";
		display: table;
	}
	.slicknav_menu:after {
		clear: both;
	}
	.bg img {
		top: 0;
		bottom: auto;
	}

	.copy, .foot-nav {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	.foot-nav {
		margin-bottom: 15px;
	}
	.foot-nav li {
		display: inline-block;
		float: none;
		padding: 0 10px 10px;
	}

	.recipe .one-half, .recipe .one-fourth {
		margin-left: 0;
		width: 100%;
	}
	.recipe .one-fourth dl {
		float: right;
		width: 33.33%;
		padding: 0 0 0 30px;
	}
	.recipe .one-fourth dl:last-child {
		padding: 0;
	}
	.recipe .one-fourth dt {
		width: 100%;
		margin: 0;
	}
	.recipe .one-fourth dd {
		width: 100%;
	}

	.post .entry-featured {
		width: 50%;
	}
	.post .entry-content {
		width: 50%;
	}

	.entries .one-fourth {
		min-height: 100px;
	}
	.entry .actions > div {
		padding: 0;
		margin: 0;
	}
	.entry .actions div div {
		padding: 15px 0 10px 15px !important;
		margin: 0;
		width: auto !important;
		border: 0;
	}
	.entry .actions div div:last-child {
		border: none;
	}

	.home .head {
		position: relative;
	}
	.intro .wrap {
		margin-top: 40px;
		text-align: center;
	}
	.intro {
		height: 100%;
		background: url(../images/intro.jpg) 50% 50% no-repeat;
		background-size: cover;
		padding-bottom: 30px;
	}
	.bg {
		display: none;
	}
	.intro .row {
		margin: 0;
	}
	.intro .one-fourth, .intro .three-fourth {
		width: 100%;
		padding: 0;
	}
	.intro .widget {
		width: 100% !important;
		margin: 0;
		text-align: right;
		padding-bottom: 15px;
	}
	.textwrap {
		float: right;
		width: 48%;
	}
	.textwrap p {
		padding: 0 !important;
		display: inline;
	}
	.intro .widget form {
		float: left;
		width: 48%;
	}
	.text .more {
		margin: 10px 0 30px;
	}
	.text h1 {
		padding-bottom: 40px;
		font-size: 40px;
	}
	.text p {
		max-width: 100%;
	}

	.recipefinder .left, .recipefinder .right {
		width: 50%;
	}

	.full-width .entries .entry {
		width: 33.33%;
	}

	.icons .one-sixth {
		width: 33.33%;
	}

	.contactmodal {
		width: 55%;
	}
	.recipe-avatar img {
		width: 58px;
	}
}

@media (max-width: 880px) {
	/* * {
	 -o-transition-property: none !important;
	 -moz-transition-property: none !important;
	 -ms-transition-property: none !important;
	 -webkit-transition-property: none !important;
	 transition-property: none !important;
	 -o-transform: none !important;
	 -moz-transform: none !important;
	 -ms-transform: none !important;
	 -webkit-transform: none !important;
	 transform: none !important;
	 -webkit-animation: none !important;
	 -moz-animation: none !important;
	 -o-animation: none !important;
	 -ms-animation: none !important;
	 animation: none !important;
	 }*/
	.top-bar {
		display: none;
	}

	.head .wrap {
		width: 100%;
	}

	.post .entry-featured {
		width: 100%;
	}
	.post .entry-content {
		width: 100%;
	}

	.three-fourth, .one-half, .one-third, .one-fourth, .one-fifth, .one-sixth, .one-third, .two-third {
		width: 100%;
	}

	.main .widget {
		width: 48.25%;
		margin-left: 3.5%;
	}
	.main .widget:nth-child(2n) {
		margin-left: 0;
	}
	.main .widget img {
		width: 100%;
	}
	.recipePage .sidebar {
		margin: 0;
	}

	.f-row .third {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}
	.f-row .third:last-child {
		margin-bottom: 0;
	}

	.entries .one-third {
		width: 100%;
	}

	.my_account figure, .entry figure {
		float: right;
		width: 100%;
	}
	.entry .container, .my_account .container {
		float: right;
		width: 100%;
	}

	.featured.one-third .button {
		margin: 0;
	}
	.featured.two-third .more, .featured .more {
		padding: 15px 0 10px !important;
	}
	.featured.two-third .button {
		width: 100%;
	}

	.icons .one-sixth {
		width: 50%;
	}

	.submit_recipe .large {
		width: 66.66%;
		margin-bottom: 20px;
	}
	.submit_recipe .small {
		width: 33.33%;
		margin-bottom: 20px;
		padding-left: 0 !important;
	}
	.ingredient .third, .submit_recipe .instruction .full {
		width: 90%;
	}

	.recipefinder .left, .recipefinder .right {
		width: 100%;
		padding: 0;
	}

	.full-width .entries .entry {
		width: 100%;
	}

	.contactmodal {
		width: 60%;
	}

	#about .one-third, #about .two-third {
		width: 100%;
	}
	.recipe-avatar img {
		width: 58px;
	}
}

@media (max-width: 780px) {
	.wrap {
		width: 94%;
	}
	.categories li a {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.categories li a:before {
		display: none;
	}

	.tabs li {
		width: 100%;
		border-left: none;
	}
	.tabs .active:before {
		display: none;
	}

	.above-sidebar .boxed li {
		width: 16.66%;
	}

	.contactmodal, .contactmodal .bwrap {
		width: 100%;
	}

	.content table, .content thead, .content tbody, .content th, .content td, .content tr {
		display: block;
	}
	.content thead tr {
		position: absolute;
		top: -9999px;
		right: -9999px;
	}
	.content tr {
		border: 1px solid #ddd;
	}
	.content td {
		border: none;
		border-bottom: 1px solid #ddd;
		position: relative;
	}
	.pricing tr:nth-child(2) td {
		font-size: 30px;
	}
}

@media (max-width: 540px) {
	.wrap {
		width: 90%;
	}
	.head {
		height: 180px;
	}
	.logo {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	.logo img {
		margin: 0 auto;
	}
	.user-nav {
		top: 90px;
	}
	.slicknav_btn {
		top: 90px;
		right: 0;
		left: auto;
	}
	.slicknav_nav {
		top: 180px;
	}

	.recipe .one-fourth dl {
		width: 100%;
		padding: 0;
	}
	.main .widget {
		width: 100%;
		margin-left: 0;
	}

	.post {
		padding-left: 0;
	}
	.post .entry-meta {
		position: static;
		width: 100%;
	}

	.post .actions > div {
		border: none;
		padding-top: 0;
		margin: 0;
	}
	.actions div div {
		padding: 10px 0 !important;
		margin: 0;
		width: 100% !important;
		border-left: 0;
		border-bottom: 1px solid #ddd;
	}

	.comments .depth-2, .comments .depth-3 {
		padding-right: 90px;
	}
	.depth-2 .avatar, .depth-3 .avatar {
		left: 0;
	}
	.comment-reply-link {
		position: static;
		margin: 0 10px;
		color: #444 !important;
		background: none;
		padding: 0;
		float: none;
		font-size: 13px;
	}

	.one-third figure, .one-third .container, .two-third figure, .two-third .container, .full-width .entries .entry figure, .full-width .entries .entry .container {
		width: 100% !important;
	}

	section.cta .wrap {
		text-align: center;
	}
	section.cta h2 {
		width: 100%;
		float: right;
	}
	section.cta .button {
		float: none;
		margin: 0 0 20px;
	}

	.ingredient .third, .submit_recipe .instruction .full {
		width: 80%;
	}

	.above-sidebar .boxed li {
		width: 33.33%;
	}

	.pricing  div {
		width: 100%;
		margin: 0 0 30px !important;
	}

	.textwrap, .intro .widget form, .icons .one-sixth {
		width: 100%;
	}
	.intro .widget form {
		padding: 20px 0 0;
	}

	.home .s-title {
		text-align: center;
	}
	h2.large {
		background-size: 100% 123px;
		font-size: 24px;
	}
	.featured:first-child h2, h2.bright {
		margin: 0 auto 20px;
	}

	.tab-content .basic dt {
		width: 100%;
		margin: 0;
	}
	.tab-content .basic dd {
		width: 100%;
	}

	.recipefinder input[type="submit"] {
		width: 100%;
		margin-bottom: 15px;
	}

	.checkbox div.checker, .radio div.radio {
		float: right;
	}
	.checkbox label, .radio label {
		float: right;
		width: 80%;
	}
}

@media (max-width: 360px) {
	.logo {
		text-align: right;
		width: auto;
		max-width: 80%;
		margin-right: 15px;
	}
	.user-nav {
		width: 100%;
	}
	.user-nav li {
		width: 33.33%;
	}

	.slicknav_btn {
		top: 0;
		left: 0;
		right: auto;
	}
	.slicknav_nav {
		top: 90px;
	}

	.quicklinks .button {
		width: 90%;
		margin: 0 0 15px;
	}
}
.at_color {
	color: #b53a91 !important;
}

.likes .fa, .comments .fa, .date .fa {
	margin-left: 5px;
	color: #b53a91;
	font-size: 15pt;
}

.download-app {
	width: 170px;
	border-radius: 5px;
	overflow: hidden;
}
.download-app strong {
	display: block;
	background: #666;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: 1em;
	padding: 5px 0;
}

.download-app a {
	display: block;
	float: left;
	padding-bottom: 5px;
	background: #666;
	width: 50%;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	color: #FFF;
	text-align: center;
}
.download-app a:before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 24px;
	background: url(../images/download-app.png) no-repeat;
	margin-top: 10px;
}

.download-app a.iphone:before {
	background-position: right;
	width: 20px;
}
.download-app a.iphone {
	border-left: 0;
}
md-toolbar *, md-toolbar *:before, md-toolbar *:after {
	box-sizing: border-box;
}

.pad {
	padding-top: 10px;
}

.tags p {
	float: right;
	margin-left: 10px;
	font-size: 13px;
	line-height: 24px;
	padding: 0 0 0px;
}

.recipe-avatar {
	margin-left: 15px;
	float: right;
	width: 64px;
	height: 64px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 13px !important;
	font-weight: 400 !important;
}
.recipe-avatar span {
	font-size: 12px;
	border-right: 1px solid #ddd;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	background: #fff;
	color: #666;
	padding: 6px 10px !important;
	text-transform: none;
}
.recipe-avatar a {
	color: #666;
}
.boxed li:nth-child(3n) .recipe-avatar span {
	border: none;
}

.recipe-avatar-sm {
	margin-left: 5px;
	float: right;
	width: 34px;
	height: 34px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 13px !important;
	font-weight: 400 !important;
}
.recipe-avatar-sm span {
	font-size: 12px;
	border-right: 1px solid #ddd;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	background: #fff;
	color: #666;
	padding: 6px 10px !important;
	text-transform: none;
}
.recipe-avatar-sm a {
	color: #666;
}
.boxed li:nth-child(3n) .recipe-avatar-sm span {
	border: none;
}
.show-pro-sm {
	float: right;
}

.innericon {
	margin-left: 5px;
}

.loginicons {
	font-size: 35pt !important;
	color: #3b5998;
}
.at_top {
}
.icf {
	color: #b53a91;
	font-size: 20px;
}
.form-hint {
	font-size: 11px !important;
	color: #b53a91 !important;
}

.uploadimage {
	font-size: 35pt !important;
	color: #b53a91;
}

.uploadimagecontainer {
	border: 2px solid #b53a91;
	background-color: #f7f7f7;
	border-radius: 5px;
	padding-top: 10px;
	height: 40%;
	width: 100px;
	margin: 0 auto;
}

.article_tags {
	margin-top: 30px;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999999; /* Sit on top */
	padding-top: 130px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 60%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

.modal-content-sm {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 40%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
from {
	top: -300px;
	opacity: 0
}
to {
	top: 0;
	opacity: 1
}
}

@keyframes
animatetop {from {
	top: -300px;
	opacity: 0
}
to {
	top: 0;
	opacity: 1
}
}

/* The Close Button */
.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 2px 16px;
	background-color: #b53a91;
	color: white;
}

.modal-body {
	padding: 60px 16px;
}

.modal-footer {
	padding: 2px 16px;
	background-color: #b53a91;
	color: white;
}

.sea {
	animation: none;
	animation-delay: 0s;
	animation-direction: normal;
	animation-duration: 0s;
	animation-fill-mode: none;
	animation-iteration-count: 1;
	animation-name: none;
	animation-play-state: running;
	animation-timing-function: ease;
	backface-visibility: visible;
	background: 0;
	background-attachment: scroll;
	background-clip: border-box;
	/*background-color: red;*/
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-position-x: 0;
	background-position-y: 0;
	background-repeat: repeat;
	background-size: auto auto;
	border: 0;
	border-style: none;
	border-width: medium;
	border-color: inherit;
	border-bottom: 0;
	border-bottom-color: inherit;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-collapse: separate;
	border-image: none;
	border-left: 0;
	border-left-color: inherit;
	border-left-style: none;
	border-left-width: medium;
	border-radius: 0;
	border-right: 0;
	border-right-color: inherit;
	border-right-style: none;
	border-right-width: medium;
	border-spacing: 0;
	border-top: 0;
	border-top-color: inherit;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top-style: none;
	border-top-width: medium;
	bottom: auto;
	box-shadow: none;
	box-sizing: content-box;
	caption-side: top;
	clear: none;
	clip: auto;
	color: inherit;
	columns: auto;
	column-count: auto;
	column-fill: balance;
	column-gap: normal;
	column-rule: medium none currentColor;
	column-rule-color: currentColor;
	column-rule-style: none;
	column-rule-width: 0px;
	column-span: 1;
	column-width: auto;
	content: normal;
	counter-increment: none;
	counter-reset: none;
	cursor: auto;
	direction: ltr;
	display: inline;
	empty-cells: show;
	float: none;
	/*font : normal;*/
	font-family: inherit;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	hyphens: none;
	left: auto;
	letter-spacing: normal;
	line-height: 100px;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	max-height: none;
	max-width: none;
	min-height: 0;
	min-width: 0;
	opacity: 1;
	orphans: 0;
	outline: 0;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	overflow: visible;
	overflow-x: visible;
	overflow-y: visible;
	padding: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	page-break-after: auto;
	page-break-before: auto;
	page-break-inside: auto;
	perspective: none;
	perspective-origin: 50% 50%;
	position: static;
	/* May need to alter quotes for different locales (e.g fr) */
	quotes: '\201C' '\201D' '\2018' '\2019';
	right: auto;
	tab-size: 8;
	table-layout: auto;
	text-align: inherit;
	text-align-last: auto;
	text-decoration: none;
	text-decoration-color: inherit;
	text-decoration-line: none;
	text-decoration-style: solid;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	top: auto;
	transform: none;
	transform-style: flat;
	transition: none;
	transition-delay: 0s;
	transition-duration: 0s;
	transition-property: none;
	transition-timing-function: ease;
	unicode-bidi: normal;
	vertical-align: baseline;
	visibility: visible;
	white-space: normal;
	widows: 0;
	/*width: 100px;*/
	height: 100px !important;
	word-spacing: normal;
	z-index: auto;
	/* basic modern patch */
	all: initial;
	all: unset;
}

.search-box-min {
	height: 100px;
	width: 100px;
}

.serach-option-container {
	margin: 0 auto;
	float: none !important;
	text-align: center;
}
.checkeditem {
	color: green;
	font-size: 15pt;
	display: none;
}

#noti_Container {
	/*margin : 28px 0 29px;*/
	float: left;
}

/* A CIRCLE LIKE BUTTON IN THE TOP MENU. */
#noti_Button {
	text-align: center;
	color: white;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #b53a91;
	margin: 5px 10px 0 10px;
	cursor: pointer;
}

/* THE POPULAR RED NOTIFICATIONS COUNTER. */
#noti_Counter {
	display: block;
	position: absolute;
	background: #E1141E;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding: 1px 3px;
	margin: 5px 0 0 5px;
	border-radius: 2px;
	height: 20px;
	line-height: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	z-index: 1;
}

/* THE NOTIFICAIONS WINDOW. THIS REMAINS HIDDEN WHEN THE PAGE LOADS. */
#notifications {
	padding: 10px;
	line-height: 15px !important;
	display: none;
	width: 430px;
	position: absolute;
	top: 30px;
	left: 0;
	background: #FFF;
	border: solid 1px rgba(100, 100, 100, .20);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .20);
	z-index: 9999999;
}

#notifications a {
	color: #b53a91;
	height: auto;
	/*margin-bottom: 20px;*/
	/*float: right;*/
}
#notifications a img{
	height:40px;
	float: right;

}
#notifications p {
	width: 100%;
	display: block;
	height: 40px;
	padding: 5px;
}
#notifications p:hover {
	background-color: #f3f3f3;
	cursor: pointer;
}

#notifications a:hover {
	background-color: #f3f3f3;
	cursor: pointer;
}

.noti-header {
	margin-bottom: 20px !important;
}

/* AN ARROW LIKE STRUCTURE JUST OVER THE NOTIFICATIONS WINDOW */
#notifications:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	color: transparent;
	border: 10px solid #CCC;
	border-color: transparent transparent #FFF;
	margin-top: -20px;
	margin-left: 10px;
}

#noti_Container h3 {
	display: block;
	color: #333;
	background: #FFF;
	font-weight: bold;
	font-size: 13px;
	padding: 8px;
	margin: 0;
	border-bottom: solid 1px rgba(100, 100, 100, .30);
}

.seeAll {
	padding: 8px;
	font-size: 12px;
	margin-top:30px;
	font-weight: bold;
	border-top: solid 1px rgba(100, 100, 100, .30);
	text-align: center;
}

.seeAll a {
	line-height: 12px !important;
}

.top-bar {
	height: 35px;
	line-height: 35px;
	background: #fdfdfd;
	margin: 0 auto;
	border-bottom: 2px red;
	width: 1170px;
	text-align: right;
	position: relative;
	max-width: 96%;
}
.top-bar .social li {
	background-color: white;
}

.top-bar .social li a {
	color: #b53a91 !important;
}
.top-nav li {
	float: right;
	padding-right: 10px;
	font-size: 15px;
}

.top-nav {
	float: right;
	margin-left: 30px;
}

.auth-clients li {
	float: right;
}

.cuisines-entries .one-fourth {
	min-height: 300px;
}

.cuisines-entries img {
	height: 135px;
}

.uploaduserimage {
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: none;
}

.small-avatar img {
	height: 35px;
	width: 35px;
}

.fa-facebook {
	color: #3b5998;
}
.fa-youtube {
	color: #bb0000;
}
.fa-twitter {
	color: #0084b4;
}
.fa-pinterest-p {
	color: #c8232c;
}
.fa-instagram {
	/*color: #fb3958;*/
	color: #666;
}
.black {
	color: #444;
}

.share .fa-facebook {
	color: white;
}
 
.share .fa-twitter {
	color: white;
}


.notification-container {
	/*float: right;*/
	display: block;
	width: 100%;
	line-height:20px;
	padding: 17px 20px 0;
	position: relative;
	background: #fff;
	/*border:none !important;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.2);
	box-shadow: 0 0 1px rgba(0,0,0,.2);*/
}
.notification-container-top {
	float: right;
	display: block;
	width: 100%;
	padding: 17px 20px 0;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.2);
	box-shadow: 0 0 1px rgba(0,0,0,.2);
}

.flash_messages{
}

.seo_assistant{
	color:#f3f3f3;
}

.full-size{
	width:100%;
}
.saved-coocbook{
	background-color:#c3c3c3;
}

#cookbooks_list{
	width:98%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
#cookbooks_list .entry{
	 display: inline-block;
    vertical-align: middle;
    float:none;
}

#cookbooks_list h1 {
	padding:0px;
}

#cookbooks_list h5 {
	padding:5px 0 10px
}

#cookbooks_list .container {
	padding: 5px 20px 0;
}

#following_list{
	width:98%;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}
#following_list .entry{
	display: inline-block;
	vertical-align: middle;
	float:none;
}

#following_list h1 {
	padding:0px;
}

#following_list h5 {
	padding:5px 0 10px
}

#following_list .container {
	padding: 5px 20px 0;
}
#add_to_cookbook_modal .modal-body{
	padding:15px 16px;
}

.user-image-container{
	height:200px;
}

.one-third .recipe-image-container{
	height:160px;
}
 .one-fifth .recipe-image-container{
	height:160px;
}
.one-third .recipe-actions-container{
	min-height: 235px;
}

.one-fifth .recipe-actions-container{
	min-height: 235px;
}
 
.follow-actions-container{
	min-height: 185px;
}
.topchef-follow-actions-container{
	min-height: 125px;
}
.inner-recipe-image-container{
	height:190px;
}

.inner-recipe-actions-container{
	min-height: 160px;
}

.cookbook-image-container{
	height:155px;
}
.cookbook-actions-container{
	min-height: 145px;
}
.article-image-container {
	height: 255px;
}
.atbaki-chefs-container{
	height: 90px;
	width: 90px;
}
.atbaki-articles-container {
	height: 68px ;
	width: 90px;
	margin-left:10px
}

.atcookbook{
	font-size: 15pt;
    padding: 6px;
    border-radius: 21px;
    color: #b53a91;
    margin-bottom: 10px;
    background: #ccc7c4;
    float: right;
    /* margin-bottom: 10px; */
}
/* topchef*/
.topchef-menu li {
	float: right;
	color:black;
}

.topchef-menu li a {
	color:rgb(68, 68, 68);
	font-size: 15px;
}
.topchef-menu .active a {
	border-bottom:3px solid rgb(246, 146, 30) !important;
}

.blink {
	/*animation: blinker 1s linear infinite;*/
}
.blink span{
	border: 1px solid #b53a91;
	/*background-color: #f1f1f1;*/
}

@keyframes blinker {
	50% { opacity: 0; }
}


 

.topchef-action-container{
	min-height: 150px;
}

.article-actions-container{
	min-height: 120px;
}

.topcheftexture{
	background: rgb(245, 245, 245) url(../images/topchef/top-chef-texture.png) 0 0 repeat;
}



.excIcon {
	position: absolute;
	top: 0px;
	height: 70px;
	right: 25px;
	z-index: 3;
}

.thumbIcon {
	position: absolute;
	bottom: 10px;
	height: 50px;
	left: 10px;
	z-index: 3;
}

.qlinks .one-third{
	margin-top: 25px;
	background: white;
	border-left: 3px solid #f3f3f3;
	line-height: 55px;
	height: 55px;
}
/* end topchef*/

/*Remove Purple Rectangle in main menu*/
span.caret {
    display: none;
}