@font-face {
    font-family: 'oriya_mnregular';
    src: url('fonts/oriya_mn-webfont-webfont.eot');
    src: url('fonts/oriya_mn-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oriya_mn-webfont-webfont.woff') format('woff'),
         url('fonts/oriya_mn-webfont-webfont.ttf') format('truetype'),
         url('fonts/oriya_mn-webfont-webfont.svg#oriya_mnregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*  CSS definations for Carrot Cake */
/*-------------------------------------------------------------------------------------------

INDEX:

0. RESET

1. SETUP
1.1 Defaults
1.2 Common Tages

2. SITE STRUCTURE & APPEARANCE
2.1 Header
	 2.1.1 Top bar
	 2.1.2 Logo
	 2.1.3 Navigation
2.2 Showcase
2.3 Container
 	2.3.1 Entry
	2.3 .2 Thumbnail

-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline: none;
}
/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */
h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
.left {
	float: left;
}
.right {
	float: right;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: '';
}
.clearfix:after {
	clear: both;
}
.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}
textarea {
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif; /* Body Font Family Will Come Here */
}
a {
	color: #008b2e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
address {
	font-style: normal;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/* 1.2 Common Tags */

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #382d23;
}
.box {
	width: 1200px;
	margin: 0 auto;
}
body .logo {
	display:none;
}
/* 2.1 Header */
.header {
	background: #fff;
	height: 241px;
}
.header .logo {
	display:block;
}
/* 2.1.1 Top bar */
.top-bar {
	background: #008b2e;
	padding: 20px 0 25px 0;
	
}

.top-bar  li.left{
	margin-right: 240px;
	
}.top-bar span {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.3px;
	margin-left: 22px;
}
.top-link {
	float: left;
	margin-right: 31px;

}

.top-link a {
	color: #fff;
	
}
.top-link li {
	float: left;
	font-size: 13px;
	color: #fff;
	margin-left: 20px;
	letter-spacing: 0.2px;
}
/*  2.1.2 Logo */
.logo {
	margin: 35px 0 0 38px;
	float: left;
}
/* 2.1.3 Navigation */
.navigation {
	float: right;
	margin: 90px 74px 0 0;
	font-family: "Times New Roman", Times, serif;
}
.navigation li {
	margin-left: 3px;
	float: left;
	font-size: 19px;
	position: relative;
}
.navigation li .cake {
	background: url(images/img_ice_cream.png) no-repeat center center;
	width: 32px;
	height: 44px;
	margin-left: -16px;
	position: absolute;
	left: 50%;
	top: -39px;
	display: none;
}
.navigation li a {
	padding: 8px 17px;
	display: block;
	color: #000;
	letter-spacing: 0.1px;
	text-transform: uppercase;
}
.navigation li:hover .cake, .navigation li.active .cake, li.current_page_item .cake, li.current-page-ancestor .cake {
	display: block;
	text-decoration: none;
}
.navigation li a:hover, .navigation li.active a, li.current_page_item a, li.current-page-ancestor a {
	background: #008b2e;
	color: #fff;
	text-decoration: none;
}
/* 2.2 Showcase */
.showcase {
	background: #008b2e;
	padding: 9px 0;
}
.showcase img {
	width: 100%;
}
/* 2.3 Container */
.container {
	padding-top: 70px;
}
/* 2.3.1 Entry */
.entry {
	padding: 0 180px 40px 165px;
	
}
.entry h3 {
	font-family: 'oriya_mnregular';
	background: url(images/bg_border.png) no-repeat center bottom;
	padding-bottom: 10px;
	margin-bottom: 18px;
	color: #68411d;
	font-size: 40px;
	font-weight: normal;
}
.entry p {
	padding: 0 85px;
	color: #382d23;
	font-size: 22px;
	line-height: 33px;
	margin-top: 40px;
}
/* 2.3 .2 Thumbnail */
.thumbnail a{
	color: #fff;
}
.thumbnail {
	background: #008b2e;
	padding: 15px 0;
	text-align: center;
}
.thumbnail li:first-child {
	margin-left: 0;
}
.thumbnail li {
	width: 286px;
	margin-left: 18px;
	float: left;
}
.thumbnail li a {
	display: block;
}
.tablepress {
	width: 90%;
	line-height: 35px;
	font-size: 20px;
}

.row-1 {
	color: 000 !important;

}

.tablepress thead th{background-color:#c0e6cd;font-weight:700;vertical-align:middle};

/* Responsive Layout */ /* Responsive Layout */
@media (min-width: 1200px) and (max-width: 1199px) {
.box {
	width: 960px;
}
.top-link {
	margin-right:0;
}
.top-bar span {
	margin-left:0;
}
.logo {
	margin-left:0;
}
.navigation {
	margin-right:0;
}
.showcase {
	height: auto;
	padding: 5px 0;
}
.entry {
	padding: 0 0 40px 0;
}
.thumbnail li {
	width:228px;
	margin-left:15px;
}
}

@media (min-width: 320px) and (max-width: 1199px) {
.box {
	width: auto;
}
.header {
	height: auto;
}
.showcase {
	height: auto;
	padding: 5px 0;
}
.top-bar {
	padding: 18px 0 16px;
}
.top-bar  li.left{
	margin-right: 0px;

	}
.top-bar span {

	width: 100%;
	text-align: center;
}
.top-link {
	float: none;
}
.top-link li {
	margin-left: 0;
	float: none;
	display: block;
	line-height: normal;
	text-align: center;
	
}


body .logo {
	display:block;
}
.header .logo {
	display: none;
}
.logo {
	width: 205px;
	float: none;
	margin: 16px auto 7px;
	text-align: center;
}
.navigation {
	padding: 12px 0 20px;
}
.navigation, .navigation li {
	float: none;
	margin: 0;
}
.navigation li {
	display: block;
}
.navigation li a {
	padding: 0 16px;
	line-height: normal;
}
.navigation li .cake {
	display: none !important;
}
.navigation li a:hover {
	color: #000;
	background: none;
}
.navigation li.active a {
	background: none;
	color: #000;
	font-weight: bold;
}
.container {
	padding-top: 18px;
}
.entry {
	padding: 0 12px 67px;
}
.entry h3 {

	width: 100%;
	margin-bottom: 2px;
	font-size: 28px;
	line-height: 35px;
}
.entry p {
	padding: 0;
	font-size: 16px;
	line-height: 23px;
}
.thumbnail {
	padding:10px 15px 0 15px;
	text-align: center;
}
.thumbnail ul {
	width: auto;
}
.thumbnail li {
	width: 100%;
	margin: 0 0 10px;
	float: none;
}
.tablepress {
	width: 70%;
	line-height: 20px;
	font-size: 14px;
}
}

