@font-face {
	font-family: 'calibribold';
	src: url('../fonts/calibri_bold-webfont.eot');
	src: url('../fonts/calibri_bold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/calibri_bold-webfont.woff') format('woff'), url('../fonts/calibri_bold-webfont.ttf') format('truetype'), url('../fonts/calibri_bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'calibriitalic';
	src: url('../fonts/calibri_italic-webfont.eot');
	src: url('../fonts/calibri_italic-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/calibri_italic-webfont.woff') format('woff'), url('../fonts/calibri_italic-webfont.ttf') format('truetype'), url('../fonts/calibri_italic-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'calibriregular';
	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'), url('../fonts/calibri-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'calibrilight';
	src: url('../fonts/calibril3-webfont.eot');
	src: url('../fonts/calibril3-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/calibril3-webfont.woff') format('woff'), url('../fonts/calibril3-webfont.ttf') format('truetype'), url('../fonts/calibril3-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	max-height: 100000px;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset { margin: 0 0 14px; }
html, body, div, span, applet, embed, object, iframe, frameset, p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center, h1, h2, h3, h4, h5, h6, b, strong, big, u, ins, i, cite, em, var, dfn, address, s, strike, del, dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt, fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	background: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html { background: #000; }
body {
	margin: 0;
	background: #e5e5e5;
	color: #464749;
	font: 12px/14px 'calibriregular', Arial, Helvetica, sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
}
.logo, #wrapper, .container ,#header,.header-content,#main,#main .header,#main .main-holder,.section,.section .detail-section,ul.images,.section blockquote,.menu-section,.menu-section .two-columns,.menu-section .two-columns .col,.gallery-holder,.gallery-holder .img-gallery,#footer,#footer .col-holder,#footer .col-holder .col,#main .main-heading,.list, #content,#content .column-holder,#sidebar,#sidebar ul,#main .header .sub-heading,#main .news-list{
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover { text-decoration: underline; }
a:active { background-color: transparent; }
input, textarea, select {
	font: 14px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #979797;
	overflow: auto;
}
label { vertical-align: middle; }
button, input {
	width: auto;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6, b, strong, th { font-weight: bold; }
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 90%; }
i, cite, em, var, dfn, address { font-style: italic; }
u, ins { text-decoration: underline; }
s, strike, del { text-decoration: line-through; }
blockquote, blockquote:before, blockquote:after, q, q:before, q:after { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
table, caption, tbody, tfoot, thead, tr, th, td {
	border-collapse: collapse;
	border-spacing: 0;
}
ul, ol {
	list-style: none;
	padding: 0;
	margin: 0 15px 0 0;
}
th, td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}
th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}
.aligncenter { text-align: center; }
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft { float: left !important; }
.alignright { float: right !important; }
img { border-style: none; }
input[type="image"] {
	padding: 0;
	border: none;
}
input[type=submit] { -webkit-appearance: none; }
input[type=password], input[type=file] {
	-webkit-appearance: none;
	-webkit-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
 -webkit-appearance:none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}
*::-webkit-input-placeholder {
 color:#565656;
}
*::-moz-placeholder {
 opacity: 1;
 color:#565656;
}
*:-moz-placeholder {
 color:#565656;
}
#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top:125px;
}
.container {
	max-width: 960px;
	margin: 0 auto;
}
.container:after, #header:after {
	content: "";
	display: block;
	clear: both;
}
#header {
	background:#e5e5e5;
	width: 100%;
/*	border-bottom: 1px solid #9b9b9b; */
	padding: 30px 0 0px;
	margin: 0 0 31px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999;
}
#header.home {
	border: 0;
	margin: 0 0 36px;
}
.logo {
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/knife-and-fork-food-logo.png) no-repeat 0 0;
	width: 266px;
	height: 86px;
	margin-bottom:25px;
}
.logo a {
	display: block;
	height: 100%;
}
.header-content {
	float: right;
	width: 70%;
}
.header-content .social-networks {
	overflow: hidden;
	text-align: right;
	padding: 0;
	margin: 0 0 23px;
}
.header-content .social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 2px;
}
.header-content .social-networks li a {
	display: block;
	overflow: hidden;
	text-indent: 9999px;
	background: url(../images/sprite.png) no-repeat 0 -76px;
	width: 17px;
	height: 11px;
}
.header-content .social-networks li.instagram a {
	display: block;
	overflow: hidden;
	text-indent: 9999px;
	background: url(../images/instagram.png) no-repeat;
	width: 15px;
	height: 14px;
}
.header-content .social-networks li.facebook a {
	background-position: -23px -75px;
	width: 7px;
	height: 12px;
}
#nav {
	width: 100%;
	clear: both;
}
#nav .opener { display: none; }
#nav .slide.js-slide-hidden {
	position: relative !important;
	display: block !important;
	left: 0 !important;
	top: 0 !important;
}
#nav > ul {
	float: right;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
#nav > ul > li {
	float: left;
	position: relative;
	list-style: none;
}
#nav > ul > li > a {
	color: #000;
	float: left;
	padding: 10px 20px;
	font-size:14px;
	position: relative;
}
#nav > ul > li > a:after {
	position: absolute;
	content: "";
	left: 0;
	top: 13px;
	background: url(../images/sprite.png) no-repeat -38px -75px;
	width: 3px;
	height: 10px;
}
#nav > ul > li:first-child > a:after { background: none; }
#nav > ul > li.hover > a, #nav > ul > li.active > a {
	background: #fff;
	text-decoration: none;
	z-index: 999;
	padding: 10px 23px 10px 20px;
	margin: 0 -3px 0 0;
}
#nav > ul > li.hover > a:after, #nav > ul > li.active > a:after { background: none; }
.drop-slide-wrapper {
	top: 34px !important;
	width: 150px !important;
}
.drop {
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	width: 150px;
	padding: 10px 0;
	z-index: 9999;
}
.drop ul {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 14px;
	text-transform: capitalize;
	overflow: hidden;
}
.drop ul li {
	list-style: none;
	float: none;
	padding: 8px 0;
	margin: 0 20px;
	overflow: hidden;
	border-top: 2px solid #d9d9d9;
}
.drop ul li:first-child { border: 0; }
#main { overflow: hidden; }
#main .main-heading {
	overflow: hidden;
	/*margin: 0 5px 10px 0;*/
	margin:10px 5px 10px 0;
}
#main .main-heading h1 {
	color: #000;
	margin: 0 0 25px;
	font: 32px/40px 'calibrilight', Arial, Helvetica, sans-serif;
}
#main .header {
	overflow: hidden;
	/*margin: 0 0 3px 0;*/
	margin:15px 0 3px;
}
#main .header h1 {
	color: #333;
	overflow: hidden;
	text-transform: uppercase;
	margin: 0 0 25px;
	font: 54px/54px 'calibrilight', Arial, Helvetica, sans-serif;
}
#main .header.add h1 { color: #92906f; }
#main .header .sub-heading {
	display: block;
	color: #000;
	margin: 0 0 33px;
	font: 32px/40px 'calibrilight', Arial, Helvetica, sans-serif;
}
#main .header .tel {
	float: right;
	position: relative;
	/*margin: 82px 0 0;*/
	margin:58px 0 0;
	padding: 3px 0 0 22px;
	text-decoration: none;
	cursor: text;
	font-size: 17px;
	line-height: 22px;
	color: #3c4753;
}
#main .header .tel:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: url(../images/sprite.png) no-repeat -83px -93px;
	width: 11px;
	height: 21px;
}
#main .header .tel:hover { text-decoration: none; }
.list {
	padding: 0;
	margin: 0 -0.5%;
	overflow: hidden;
}
.list > li {
	float: left;
	list-style: none;
	width: 29.5%;
	margin: 0 1.8% 36px;
	background: #fff;
}
.list li > img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}
.list li .text {
	padding: 7px 14px;
	overflow: hidden;
	font-family:"calibrilight",Arial,Helvetica,sans-serif;
}
.list li .text h2 {
	font-family:"calibrilight",Arial,Helvetica,sans-serif;
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}
.list li .text p { margin: 0 0 16px; }
.list li .text p a { color: #464749; }
.contact-list {
	overflow: hidden;
	padding: 0;
	margin: 0 0 5px;
	font-size: 10px;
	line-height: 14px;
}
.contact-list li {
	float: left;
	margin: 0 8% 0 0;
	list-style: none;
}
.contact-list li a {
	color: #464749;
	display: block;
	position: relative;
}
.contact-list li a:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
}
.contact-list li.ico1 a { padding: 0 0 0 18px; }
.contact-list li.ico1 a:after {
	background: url(../images/sprite.png) no-repeat -1px -95px;
	width: 15px;
	height: 8px;
	top: 3px;
}
.contact-list li.facebook a { padding: 0 0 0 18px; }
.contact-list li.facebook a:after {
	background: url(../images/sprite.png) no-repeat -25px -92px;
	width: 16px;
	height: 15px;
	top: -2px;
}
.contact-list li.tel a {
	padding: 0 0 0 10px;
	text-decoration: none;
	cursor: text;
}
.contact-list li.tel a:hover {
	text-decoration: none;
	color: #464749;
}
.contact-list li.tel a:after {
	background: url(../images/sprite.png) no-repeat -50px -93px;
	width: 7px;
	height: 12px;
	top: 1px;
}
.contact-list li a:hover {
	color: #000;
	text-decoration: none;
}
.list li address {
	display: block;
	font-style: normal;
	font-size: 10px;
	line-height: 12px;
	margin: 0 0 10px;
}
#footer {
	background: #000;
	padding: 42px 0;
	color: #fff;
}
#footer a { color: #fff; }
#footer a:hover {
	color: #ccc;
	text-decoration: none;
}
#footer .col-holder { overflow: hidden; }
#footer .col-holder .col {
	float: left;
	width: 22%;
	margin: 0 3.5% 0 0;
}
#footer h3 {
	margin: 0 0 10px;
	font: 14px/16px 'calibribold', Arial, Helvetica, sans-serif;
}
#footer ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#footer ul li {
	position: relative;
	padding: 3px 0 4px;
}
#footer ul li:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: url(../images/sep.png) repeat-x;
	width: 999px;
	height: 2px;
	margin: 0 1px 0 0;
}
.copyright{
	margin:15px 0 0;
	}
#main .main-holder { overflow: hidden; }
#content {
	float: right;
	width: 74.4%;
}
#content .column-holder {
	margin: 0 -0.9%;
	overflow: hidden;
	padding: 6px 0 0;
}
#content .column {
	float: left;
	width: 31.5%;
	margin: 0 0.9% 35px;
	background: #fff;
}
#content .column img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 16px;
}
#content .column .text {
	overflow: hidden;
	padding: 5px 17px 12px 13px;
}
#content .column .info-holder {
	overflow: hidden;
	margin: 0 0 14px;
}
#content .column .heading {
	overflow: hidden;
	margin: 0 0 5px;
}
#content .column .heading h2 {
	margin: 0;
	color: #464749;
	font: 12px/16px 'calibribold', Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
#content .column .heading .designation { display: block; }
#content .column p { margin: 0 0 17px; }
#content .column .contact-section { overflow: hidden; }
#content .column .contact-section .email { color: #464749; }
#content .column .contact-section .email:hover {
	color: #000;
	text-decoration: none;
}
#content .column .social-area {
	padding: 11px 0 0;
	margin: 0;
	overflow: hidden;
}
#content .column .social-area li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
}
#content .column .social-area li a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/sprite.png) no-repeat -56px -76px;
	width: 17px;
	height: 11px;
}
#content .column .social-area li.facebook a {
	background-position: -79px -75px;
	width: 7px;
	height: 12px;
}
#content .column .info-holder p{
	display:inline;
	}
.readmore{
	display:inline-block;
	color:#000;
	margin-bottom:17px;
	}
#sidebar {
	float: left;
	width: 21.5%;
}
#sidebar ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#sidebar ul li {
	overflow: hidden;
	padding: 3px 0 6px;
	border-bottom: 1px solid #a1a1a1;
}
#sidebar ul li a { color: #333; }
#sidebar ul li a:hover, #sidebar ul li.active a {
	text-decoration: none;
	color: #000;
}
#main .news-list {
	overflow: hidden;
	margin: 0 -0.5%;
	padding: 0;
}
#main .news-list li {
	float: left;
	width: 32.3%;
	background: #fff;
	margin: 0 0.5% 41px;
}
#main .news-list li img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 16px;
}
#main .news-list li .text {
	overflow: hidden;
	padding: 1px 15px 6px;
	font-family:"calibrilight",Arial,Helvetica,sans-serif;
}
#main .news-list li .text h2 {
	margin: 0 0 5px;
	font-family:"calibrilight",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
	line-height: 16px;
}
#main .news-list li p { 
	margin: 0 0 16px;
	font-size:14px;
	line-height:14px; 
}
#main .news-list a { color: #464749; }
#main .news-list a:hover {
	color: #000;
	text-decoration: none;
}
#main .news-list a.share { font-size: 10px; }
.section {
	overflow: hidden;
	padding: 4px 0 0;
	margin: 0 0 11px;
}
.section .detail-section {
	float:left;
	width: 32.7%;
	margin: 0 1.2% -999px 0;
	padding-bottom:999px;
	background: #fff;
}
.section .detail-section .text {
	padding: 16px 17px 17px 15px;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
}
.section .detail-section h2 {
	margin: 0 0 6px;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
}
.section .detail-section p { margin: 0 0 20px; }
ul.images {
	float:left;
	padding: 0 0 999px;
	margin: 0 0 -999px;
	width: 32.5%;
}
ul.images li {
	overflow: hidden;
	list-style: none;
	margin: 0 0 4px;
}
ul.images li:last-child {
	margin:0;
}
ul.images li img {
	display: block;
	width: 100%;
	height: auto;
}
.section blockquote {
	position: relative;
	float: right;
	quotes: none;
	margin: 0 0 -999px;
	padding: 0 0 999px;
	width: 32.3%;
	background: #b9b48a;
}
.section blockquote q {
	display: block;
	padding: 18px 74px 24px 37px;
	position: relative;
	quotes: none;
	color: #fff;
	font: 33px/39px 'calibrilight', Arial, Helvetica, sans-serif;
}
.section blockquote q:after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	background: url(../images/bg-box.png) no-repeat ;
	width: 70px;
	height: 253px;
}
/*.section blockquote q:before {
	position: absolute;
	left: 24px;
	top: 29px;
	content: "";
	background: url(../images/sprite.png) no-repeat -87px -98px;
	width: 10px;
	height: 8px;
}
*/
.menu-section {
	overflow: hidden;
	padding: 23px 12px 28px 15px;
	background: #fff;
	margin: 0 0 14px;
}
.menu-section h2 {
	border-bottom: 1px dotted #000;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	padding: 0 0 14px;
	margin: 0 0 30px;
}
.menu-section .two-columns { overflow: hidden; }
.menu-section .two-columns .col {
	float: right;
	width: 24%;
}
.menu-section .two-columns .col:first-child {
	float: left;
	width: 74%;
}
.menu-section .two-columns h3 {
	margin: 0 0 18px;
	font: 16px/18px 'calibribold', Arial, Helvetica, sans-serif;
}
.menu-section .two-columns .inner-holder { overflow: hidden; }
.menu-section .two-columns .col ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.menu-section .two-columns .col:first-child ul {
	float: left;
	width: 31.5%;
	margin: 0 0 0 2.7%;
}
.menu-section .two-columns .col:first-child ul.last {
	float: right;
	margin: 0;
}
.menu-section .two-columns .col:first-child ul:first-child { margin: 0; }
.menu-section .two-columns .col ul li {
	overflow: hidden;
	line-height: 16px;
	margin: 0 0 10px;
}
.menu-section .two-columns .col h4 {
	margin: 0 0 1px;
	font: 12px/16px 'calibribold', Arial, Helvetica, sans-serif;
}
.menu-section .two-columns .col p { margin: 0 0 5px; }
.menu-section .two-columns .col a {
	text-decoration: underline;
	color: #464749;
}
.menu-section .two-columns .col a:hover {
	text-decoration: none;
	color: #000;
}
.gallery-holder {
	overflow: hidden;
	background: #fff;
	margin: 0 0 23px;
	padding: 23px 12px 4px 15px;
}
.gallery-holder h2 {
	border-bottom: 1px dotted #000;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	padding: 0 0 14px;
	margin: 0 0 41px;
}
.gallery-holder .img-gallery {
	overflow: hidden;
	padding: 0;
	margin: 0 -0.7%;
}
.gallery-holder .img-gallery li {
	list-style: none;
	float: left;
	margin: 0 0.7% 16px;
}
.gallery-holder .img-gallery li img {
	display: block;
	width: 100%;
	height: auto;
}
/*#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(../images/fancybox/fancybox.png);
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px; 
	z-index: 1101;
	outline: none;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff; 
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(../images/fancybox/fancybox.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(../images/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}
#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(../images/fancybox/fancybox-x.png);
}
#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -162px;
}
#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(../images/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}
#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -182px; 
}
#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(../images/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}
#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -142px;
}
#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(../images/fancybox/fancybox-y.png);
}
#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -122px;
}
#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}
.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}
.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}
.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	background-image: url(../images/fancybox/fancy_title_over.png);
	display: block;
}
.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}
#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}
#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}
#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(../images/fancybox/fancybox.png) -40px -90px no-repeat;
}
#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(../images/fancybox/fancybox-x.png) 0px -40px;
}
#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(../images/fancybox/fancybox.png) -55px -90px no-repeat;
}*/


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	background-color: #fcfcfc;
    border-radius: 5px;
    -moz-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.15) inset, 0 2px 2px white inset, -1px 0 2px rgba(0, 0, 0, 0.05) inset, 1px 0 2px rgba(0, 0, 0, 0.05) inset;
	-webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.15) inset, 0 2px 2px white inset, -1px 0 2px rgba(0, 0, 0, 0.05) inset, 1px 0 2px rgba(0, 0, 0, 0.05) inset;
	box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.15) inset, 0 2px 2px white inset, -1px 0 2px rgba(0, 0, 0, 0.05) inset, 1px 0 2px rgba(0, 0, 0, 0.05) inset;
    padding: 20px;
	color: #626a6e;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #626a6e;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox_sprite-2x.jpg');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox_loading-2x.jpg');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.watch-action{
	display:none;
	}
@media only screen and (min-width: 768px) {
.cawidth{
	width:39%;
	float:left;
	padding-right:1%;
}
.cawidth img{
	width:100%;
	height:100%;
}
.cbwidth{
	width:60%;
	float:right;
	text-align:justify;
}
}
@media only screen and (max-width: 999px) {
	.container { padding: 0 5px; }
	.header-content { width: 64%; }
	#main .main-heading h1, #main .header .sub-heading {
		font-size: 30px;
		line-height: 38px;
	}
	.list li .text, #main .news-list li .text { padding: 7px; }
	.contact-list li { margin: 0 5% 0 0; }
	#footer .col-holder .col {
		width: 23.5%;
		margin: 0 2% 0 0;
	}
	#content { width: 77%; }
	#content .column .text { padding: 10px; }
	.section blockquote {
		float: none;
		overflow: hidden;
		width: 100%;
		clear: both;
	}
	.section blockquote q { min-height: 220px; }
	.section .detail-section { width: 60%; }
	ul.images {
		width: 34%;
		margin: 0 0 10px;
	}
	.menu-section { padding: 15px 5px; }
	.gallery-holder .img-gallery li { width: 23.5%; }
}
@media only screen and (max-width: 767px) {
	.menu-section { padding: 15px 5px; }
	.gallery-holder .img-gallery li { width: 23.5%; }
	#header {
		padding: 30px 0 10px;
		margin: 0 0 20px
	}
	.logo {
		float: none;
		display: block;
		margin: 0 auto 10px;
	}
	.header-content {
		width: 100%;
		position: relative;
	}
	#nav {
		position: absolute;
		left: -5px;
		top: 0;
		padding: 0 9999px;
		margin: 0 -9999px;
	}
	#nav .slide.js-slide-hidden {
		display: block !important;
		left: -9999px !important;
		position: absolute !important;
		top: -9999px !important;
	}
	#nav ul {
		float: none;
		overflow: hidden;
		clear: both;
		width: 100%;
		background: #fff;
	}
	#nav > ul > li {
		float: none;
		overflow: hidden;
	}
	#nav > ul > li > a {
		float: none;
		padding: 5px;
		text-align: center;
		display: block;
	}
	#nav > ul > li.hover > a, #nav > ul > li.active > a {
		padding: 5px;
		margin: 0;
	}
	#nav > ul > li > a:after { background: none !important; }
	.drop-slide-wrapper {
		position: static !important;
		width: 100% !important;
		height:auto !important;
	}
	.drop {
		width: 100% !important;
		padding: 0;
	}
	.drop ul li, .drop ul li:first-child {
		margin: 0;
		border: 0;
		border-bottom: 2px solid #d9d9d9;
		text-align: center;
		padding: 5px;
	}
	#nav .opener {
		margin: 5px 5px 0;
		display: inline-block;
		vertical-align: top;
		padding: 5px 0 5px 50px;
		height: 30px;
		font: 20px/30px 'calibribold', Arial, Helvetica, sans-serif;
		background: url(../images/opener.png) no-repeat;
	}
	#nav .opener:hover, #nav.active .opener {
		text-decoration: none;
		background-position: 0 100%;
	}
	#main .main-heading h1, #main .header .sub-heading {
		font-size: 24px;
		line-height: 28px;
	}
	.list, #main .news-list { margin: 0; }
	.list > li, #main .news-list li {
		height: auto !important;
		width: 100%;
		margin: 0 0 30px;
	}
	#footer h3 { margin: 0 0 5px; }
	#footer .col-holder .col {
		width: 100%;
		margin: 0 0 25px;
	}
	#content, #sidebar {
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}
	#content .column-holder {
		padding: 0;
		margin: 0;
	}
	#content .column {
		width: 100%;
		height: auto !important;
		margin: 0 0 25px;
	}
	.header-content .social-networks {
		position: relative;
		z-index: 999;
		float:right;
		padding: 15px 10px 0;
		margin: 0 0 10px;
	}
	#main .header .tel { margin: 0 0 10px; }
	#main .header h1 { clear: both; }
	.section blockquote {
		padding:0;
		margin:0;
	}
	.section .detail-section, ul.images {
		width: 100%;
		margin: 0 0 10px;
		padding:0;
	}
	.menu-section .two-columns .col, .menu-section .two-columns .col:first-child { width: 100%; }
	.menu-section .two-columns .col:first-child ul:first-child, .menu-section .two-columns .col:first-child ul, .menu-section .two-columns .col:first-child ul.last {
		margin: 0 0 10px;
		width: 100%;
		float: left;
	}
	.gallery-holder .img-gallery li { width: 48.5%; }
	.section .detail-section p { margin: 0 0 20px; }
	.header .next-link a{
		margin-top:6px !important;
	}
	.cawidth{
		width:100%;
		float:none;
	}
	.cawidth img{
		width:100%;
		height:100%;
	}
	.cbwidth{
		width:100%;
		float:none;
		text-align:justify;
	}
	
	
}