@import url(//fonts.googleapis.com/css?family=Bitter:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans);

/* ------------------------- DRUPAL 7 FRAMEWORK ------------------------- */
body#body {
	background: #b1b1b1;
	color: #b0b0b0;
	font: 14px/24px Arial, Helvetica, sans-serif;
	position:relative;
	min-width:1152px;
	-webkit-text-size-adjust: none;
}

.main-bg {
	background: #fafafa url(../images/main-bg.png) 50% 0;
}

p {
	margin-bottom:24px;
	color: #767264;
	font-size: 16px;
	line-height: 1.5;
}


.field-name-taxonomy-forums .links a,
.panel-pane.error-page .pane-content .err-title,
.panel-pane.error-page .pane-content span.err,
a {
	color:#7ecefd;
	outline:none;
	text-decoration:none;
}
	a:hover,
	.field-name-taxonomy-forums .links a:hover,
	#block-views-our-team-block .views-field-title a:hover {
		text-decoration: none;
		color: #f7a23f;
	}

.panel-pane.error-page .pane-content .err-title,
.panel-pane.error-page .pane-content span.err {
	text-decoration: none;
}

strong {
	font-weight:bold;
}

.fl-l {float:left;}
.fl-r {float:right;}

.extra {overflow:hidden;}

.align-left {text-align: left;} 
.align-center {text-align: center;}
.align-right {text-align: right;}

/* Selection colours (easy to forget) */
::selection 	 	{background: rgb(80,180,220);}
::-moz-selection 	{background: rgb(80,180,220);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(80,180,220);}


.ajax-progress {
  display:none;
}

#edit-style-options-row--2 {
	clear: both;
}
#admin-menu {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div.messages {
	padding-right: 30px;
}

.dismiss {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform: lowercase;
	padding: 2px 6px 4px;
	width: auto;
	line-height: normal;
	font-family: Helvetica;
}
	.dismiss:hover {
		color: #fff;
		text-shadow: none;
	}

.opacity-hover a {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.opacity-hover a:hover {
	opacity: 0.7;
}

.links, .item-list ul, .marker-list ul, ul.action-links {
	list-style: none;
}

.switcher {
	display: inline-block;
	cursor: pointer;
	margin-top: 10px;
	font-size: 11px;
}
	.switcher:hover {
		text-decoration: underline;
	}


.slider-wide div.contextual-links-wrapper {
	right: auto;
	left: 50%;
}

ul li {
	list-style-position: inside;
}

/* ------------------------- HEADER ------------------------- */
#header {
	position: relative;
	/*background: #fefdee url(../images/header.jpg) 50% 0 no-repeat;*/
	background: url(../images/header-bg.jpg) repeat;
}
#logo {
	display: block;
	text-align: center;
}
.section-1 {
	padding-top: 35px;
	padding-bottom: 60px;
	background: url(../images/header.png) 50% 0 no-repeat;
	background-size: cover;
}
	.col1 {
		float: left;
	}
	.col2 {
		float: right;
	}
	
	
	
	
	
/* ----------- SAN JOSE HEADER LEAD IN  ---------------  */

.san-jose {
	/*background: #fefdf5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;*/
	margin-top: 55px;
	float: right;
}
.san-jose-icon {
	float: left;
	width: 30px;
	margin-top: -24px;
}
.san-jose-text {
	float: left;
	margin-left: 8px;
	margin-right: 15px;
}
.san-jose p {
	color: #979380;
	font-size: 12px;
	margin-left: 0px;
	margin-top: -30px;
	letter-spacing: .09em;
}	
.san-jose a {
	font-family: 'Bitter', serif;
	color: #75c2ee;
	font-size: 16px;
	margin-left: 0px;
	letter-spacing: .07em;
}	
.san-jose a:hover {	
	text-decoration: underline;
}
.clear {
	clear: both;
}


	
.header-call {
	padding-top: 10px;
}
.header-call-text {
	float: left;
}
.header-call h2 {
	color: #f2762e;
	font-size: 16px;
}
.header-call p {
	color: #bbbbbb;
	font-size: 15px;
	margin-left: 40px;
	margin-top: -31px;
	letter-spacing: .08em;
}
.header-call img {
	float: left;
	padding-right: 14px;
	padding-top: 8px;
}


.search-block {
	padding-top: 24px;
}



/* ---------  Opening Hours Block ------------- */

.opening-hours-block {
	background-color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	margin-top: 20px;
}
.hours-block-header {
	/*background-color: #afab9d;*/
	height: 60px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: -moz-linear-gradient(top,  #c1beae 0%, #b3b0a3 37%, #9d988c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1beae), color-stop(37%,#b3b0a3), color-stop(100%,#9d988c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c1beae 0%,#b3b0a3 37%,#9d988c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c1beae 0%,#b3b0a3 37%,#9d988c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c1beae 0%,#b3b0a3 37%,#9d988c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c1beae 0%,#b3b0a3 37%,#9d988c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1beae', endColorstr='#9d988c',GradientType=0 ); /* IE6-8 */
	margin-bottom: 20px;
}
.opening-hours-block .hours-block-header h2 {
	font-size: 24px;
	color: #ffffff;
	text-shadow: 0px -1px 0 #9d988c;
	padding-top: 12px;
}
.opening-hours-block h3 {
	font-size: 23px;
	color: #afab9d;
	margin-top: 25px;
}
/*.opening-hours-block:first-child h3 {
	margin-top: 80px;
}*/
.opening-hours-block h2 {
	font-size: 23px;
	color: #fd6906;
	margin-top: -20px;
}


/* --------  Gallery Block Lead  ----------- */
.gallery-lead {
	width: 32%;
	float: left;
}
.gallery-lead img {
	padding-left: 0px;
}
.gallery-thumb {
	height: 80px;
	width: 100px;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: 11px;
}

	
/* ---------------  Main Nav BG  -------------------------------- */	
.section-2 {
	background: #f48c37; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0OGMzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2Y0ODYzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMTcwMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f48c37 0%, #f48634 37%, #f1702c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f48c37), color-stop(37%,#f48634), color-stop(100%,#f1702c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f48c37 0%,#f48634 37%,#f1702c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f48c37 0%,#f48634 37%,#f1702c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f48c37 0%,#f48634 37%,#f1702c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f48c37 0%,#f48634 37%,#f1702c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48c37', endColorstr='#f1702c',GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 2px 0 rgba(0,0,0,0.1);
	box-shadow: 1px 2px 0 rgba(0,0,0,0.1);
	position: relative;
	margin-top: -32px;
	margin-bottom: 7px;
}

.section-3 {
	
}

.region-header-right {
	padding-top: 50px;
}

.region-header-left {
	padding-top: 46px;
}

.block-phone .content {
	padding-left: 37px;
	background: url(../images/icon-phone.png) 0 5px no-repeat;
	color: #7b7b7b;
	font-family: 'Bitter', serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
}

.phone-style-1 {
	font-size: 14px;
	color: #f2762e;
}

/* ------------------------- MAIN MENU ------------------------- */
.select-menu {display:none !important;}

#superfish-1 { 
	background:none;
	position:relative;
	width:auto;
}
	#superfish-1 li {
		background:none;
		overflow:inherit;
		padding:0;
		text-align:center;
	}
	#superfish-1 > li {
		border-left: 1px solid #f8ae44;
		border-right: 1px solid #ec4019;
	}
	#superfish-1 > li > a {
		width: 212px;
		text-align: center;
		padding-top: 26px;
		padding-bottom: 26px;
		font-weight: 400;
	}
		#superfish-1 > li.last {
			border-right: none;
			-webkit-border-radius: 0 10px 10px 0;
			-moz-border-radius: 0 10px 10px 0;
			border-radius: 0 10px 10px 0;
		}
	#superfish-1 > li:first-child {
		border-left: none;
		-webkit-border-radius: 10px 0 0 10px;
		-moz-border-radius: 10px 0 0 10px;
		border-radius: 10px 0 0 10px;
	}
	#superfish-1 > li:first-child a {
		text-align: left;
		text-indent: -999em;
		width: 62px;
		background: url(../images/home.png) 50% 48% no-repeat;
	}
		#superfish-1 a {
			border:0;
			color:#ffffff;
			font-size:14px;
			padding:0;
			text-decoration:none;
			font-family: 'Bitter', serif;
			text-transform: uppercase;
		}
			#superfish-1 > li > a:hover, #superfish-1 > li.active-trail > a, #superfish-1 > li.sfHover > a {
				color:#fff;
			}

		

			#superfish-1 > li:hover, #superfish-1 > li.active-trail, #superfish-1 > li.sfHover {
				background: #f16e29; /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxNmUyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZTUyMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
				background: -moz-linear-gradient(top,  #f16e29 0%, #ee5220 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f16e29), color-stop(100%,#ee5220)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #f16e29 0%,#ee5220 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #f16e29 0%,#ee5220 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #f16e29 0%,#ee5220 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #f16e29 0%,#ee5220 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16e29', endColorstr='#ee5220',GradientType=0 ); /* IE6-8 */
			}

	#superfish-1 ul {
		background: #f1702c url(../images/sub-menu-1.png) 0 0 repeat-x;
		display:none;
		padding:20px 0;
		top:64px;
		width:213px !important;
		-webkit-box-shadow: 1px 2px 0 rgba(0,0,0,0.1);
		-moz-box-shadow: 1px 2px 0 rgba(0,0,0,0.1);
		box-shadow: 1px 2px 0 rgba(0,0,0,0.1);
	}
	
		#superfish-1 ul li {
			background:none;
			border-bottom:0;
			height:auto;
			padding:0;
		}
			#superfish-1 ul li a:visited, #superfish-1 ul li a {
				border:0;
				color:#fff;
				font-size:12px;
				font-weight:normal;
				padding:10px !important;
				text-align:center;
			}
				#superfish-1 ul li a:hover, #superfish-1 ul li.active-trail a  { background:#c9d94e;}

			#superfish-1 ul li ul {
				left:218px !important;
				padding:10px 0 !important;
				top:-10px;
			}
				#superfish-1 ul li ul li {
					background:none;
					margin-bottom:1px;
				}

		#superfish-1 ul ul {
			background: #676767 url(../images/sub-menu-2.png) 0 0 repeat-x;
		}
				
				
/* ------------------------- SLIDER ------------------------- */
.flex-viewport {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.flexslider .slides img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#flexslider_views_slideshow_main_slider-block li {
	padding: 0;
}

.flex-control-thumbs li {
	width: 20%;
}

.flexslider .slides img {
	width: 100%;
	height: auto;
}

.flexslider {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    margin-bottom: 0;
}

.flex-control-nav {
	bottom: 0;
	z-index: 20;
}

.flexslider .flex-next,
.flexslider .flex-prev {
	opacity: 1;
}

/* SLIDESHOW ARROWS */
.flexslider .flex-direction-nav a {
    display: none;
}

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
	text-align: left;
	text-indent: -999em;
}

.flexslider:hover .flex-next, .flex-direction-nav .flex-next {opacity: 1; right: 0;}
.flexslider:hover .flex-prev, .flex-direction-nav .flex-prev {opacity: 1; left: 0;}

.flex-control-nav {
	width: auto;
	right: 33px;
	bottom: 26px;
	left: auto;
}

.flex-control-nav li {
	margin: 0;
	margin-left: 7px;
}

.flex-control-nav li a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 19px;
	height: 19px;
}
	.flex-control-nav li a {
		background: url(../images/slider-nav.png) 100% 0 no-repeat;
	}
		.flex-control-nav li a:hover, .flex-control-nav li a.flex-active {
			background: url(../images/slider-nav.png) 0 0 no-repeat;
		}

.flex-caption {
	position: absolute;
	left: 87px;
	top: 80px;
	font-family: 'Bitter', serif;
	font-weight: 400;
	text-transform: uppercase;
}
	.slide-text-1 {
		font-size: 87px;
		line-height: 60px;
		color: #98da4a;
		margin-bottom: 8px;
	}
	.slide-text-2 {
		color: #47add8;
		font-size: 50px;
		line-height: 58px;
	}
	.slide-text-3 {
		color: #c0c5ca;
		font-size: 50px;
		line-height: 51px;
	}

	.slide-text-4 {
		color: #c0c5ca;
		font-size: 31px;
		line-height: 37px;
	}

	.slider-body {
		margin-bottom: 25px;
	}
	
	

/* -------------------------  3 BLOCK NAV  -----------------------*/
.block-2 {
	background-color: #fd5b06;

	margin-bottom: 40px;
}
.block-2:hover {
	background-color: #000000;
}
	

/* ------------------------- MAIN ------------------------- */


.welcome h1 {
	font-family: 'Bitter', serif;
	color: #f2762e;
	font-size: 40px;
}

.welcome h1 span {
	font-family: 'Bitter', serif;
	color: #c8c4b8;
	font-size: 28px;
}

/* --- Chef Text --- */

.chef-text h2 {
	padding-top: 24px;
}
.chef-text h3 {
	font-size: 16px;
	font-weight: normal;
	color: #aba79b;
}


div.messages {
	margin-bottom: 30px;
}
.views-row {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.views-field-title,
.node h2,
article.comment h3 {
	color: #027AC0;
	font-family: 'Bitter', serif;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: 400;
}
	.views-field-title a,
	.node h2 a,
	article.comment h3 a {
		color: #027AC0;
	}
		.views-field-title a:hover,
		.node h2 a:hover,
		article.comment h3 a:hover {
			color: #f7a23f;
		}

.node h2,
article.comment h3 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 5px;
}


.views-field-body {
	margin-bottom: 24px;
}
.img-indent {
	margin-bottom: 20px;
}
.title-indent {
	margin-bottom: 15px;
}

.field-name-field-addthis-blog {
	margin-bottom: 25px;
}

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

.block-indent {
	margin-bottom: 60px !important;
}

#main-wrapper #block-system-main.block {
	padding-bottom: 0;
}

.more-link {
	text-align: left;
}

.view-all {
	float: right;
	background-color: #e92b17;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 4px 12px 4px 12px;
}
.view-all a {
	color: #ffffff;
	letter-spacing: .08em;
}


/* ----- SPECIAL & NEWS BLOCK -----  */
.news-block {
	float: left;
	width: 68%;
}






/* ------------------------- DEFAULT BLOCK STYLE ------------------------- */

.panels-flexible-region-1-center {
	width: 100%;
}

#main-wrapper .block.white-bg, .pane-node.white-bg {
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	-webkit-box-shadow: 1px 2px 0 rgba(200,200,200,0.1);
	-moz-box-shadow: 1px 2px 0 rgba(200,200,200,0.1);
	box-shadow: 1px 2px 0 rgba(200,200,200,0.1);
}

.page-blog #content > .section,
.page-node- #content > .section,
.page-portfolio #content > .section,
.page-portfolio-2 #content > .section,
.page-portfolio-3 #content > .section,
.page-portfolio-4 #content > .section,
.pane-node.white-bg,
.pane-contact.white-bg,
.pane-custom.white-bg {
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-left: 42px;
	padding-right: 30px;
	padding-top: 40px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 1px 2px 0 rgba(200,200,200,0.1);
	-moz-box-shadow: 1px 2px 0 rgba(200,200,200,0.1);
	box-shadow: 1px 2px 0 rgba(200,200,200,0.1);

}

.pane-node.white-bg article {
	padding-bottom: 0;
}

	#main-wrapper .block.white-bg .content {
		padding-left: 40px;
		padding-right: 30px;
	}

	#main-wrapper .block.white-bg h2 {
		background: #c3c3c3; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzYzNjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2MwYzBjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMWIxYjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #c3c3c3 0%, #c0c0c0 32%, #b1b1b1 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3c3c3), color-stop(32%,#c0c0c0), color-stop(100%,#b1b1b1)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #c3c3c3 0%,#c0c0c0 32%,#b1b1b1 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #c3c3c3 0%,#c0c0c0 32%,#b1b1b1 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #c3c3c3 0%,#c0c0c0 32%,#b1b1b1 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #c3c3c3 0%,#c0c0c0 32%,#b1b1b1 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#b1b1b1',GradientType=0 ); /* IE6-8 */
	    border-radius: 10px;
	    font-size: 25px;
	    padding: 22px 10px;
	    font-family: 'Bitter',serif;
	    font-weight: 400;
	    line-height: 30px;
	    text-transform: uppercase;
	    color: #fff;
	    padding-left: 40px;
		padding-right: 30px;
	}

.views-row-last.views-row {
	margin-bottom: 0px;
}

#main-wrapper .block {
	padding-bottom: 15px;
}

#main-wrapper #content .block.block-views {
	padding-bottom: 20px;
}


	body .container-12 .no-alpha-omega {
		margin-left: 10px;
		margin-right: 10px;
	}

#main  {
	padding-bottom: 0px;
	 
}

#main #left {
	width: 367px;
	margin-right: 3px;
}
#main #middle {
	width: 367px;
	margin-right: 6px;
}
#main #right{
	width: 367px;
}

#main p {
	font-size: 16px;

}
.region-header-bottom {
	padding: 0;
}

.region-content-top {
	padding: 0;
	padding-bottom: 0px;
}

.region-content {
	padding: 0;
}

.region-content-bottom {
	padding: 13px 0 0;
}


.region-header-bottom:after,
.region-content-top:after,
.region-content:after,
.region-content-bottom:after,
.region-content:after {
	content: '';
	width: 100%;
	clear: both;
	display: block;
}

.views-clearfix .views-row:after {
	content: '';
	width: 100%;
	clear: both;
	display: block;
}

#main-wrapper img {
	height:auto;
	width: auto;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
	#main-wrapper .getlocations_map_canvas img, #main-wrapper .user-picture img {
		padding: 0;
		background: none;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
#main-wrapper {
	background:transparent;
	padding-bottom: 42px;
	background: url(../images/inner-shadow.png) 0 0 repeat-x;
}
#main .feed-icon img, #main th.active img {
	width:auto;
	border: none;
	background: none;
	padding: 0;
}


#tinymce p {
	margin-bottom: 10px;
}
.location.vcard {
	margin-top: 0;
}


#main-wrapper .block.block-services {
	padding-bottom: 4px;
}

.block-services .views-row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	background: #77cbfd url(../images/bg-blue.jpg);
	color: #ceedff;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Bitter', serif;
	font-weight: 400;
}

.block-services .views-row .views-field-field-service-image img {
	-webkit-box-shadow: 0 2px 0 0 rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 2px 0 0 rgba(50, 50, 50, 0.1);
	box-shadow: 0 2px 0 0 rgba(50, 50, 50, 0.1);
}

.block-services .views-row + .views-row {
	background-image: url(../images/bg-olive.jpg);
	color: #ecf69c;
}

.block-services .views-row + .views-row + .views-row {
	background-image: url(../images/bg-red.jpg);
	color: #ffcea8;
}
	.block-services .views-row + .views-row .button-icon a {
		background: url(../images/button-icon-2.png) 0 0 no-repeat;
	}

	.block-services .views-row + .views-row + .views-row .button-icon a {
		background: url(../images/button-icon-3.png) 0 0 no-repeat;
	}

.s-h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 40px;
	text-transform: uppercase;
	color: #f2762e;
	font-family: 'Bitter', serif;
}

.service-content {
	padding: 12px 20px 4px 30px;
	position: relative;
}
	.button-icon {
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -17px;
	}
		.button-icon a {
			display: inline-block;
			width: 47px;
			height: 48px;
			background: url(../images/button-icon-1.png) 0 0 no-repeat;
			text-indent: -999em;
		}
			.button-icon a:hover {
				opacity: 0.8;
			}

.s-h2 {
	color: #fff;
	font-size: 40px;
	line-height: 40px;
}








/*  ------------------------ TOP NAV BG  ---------------------------- */
#main-wrapper .block.block-welcome, #main-wrapper .block.block-featured-news, #main-wrapper .block.block-menu {
	/*background: #fff;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 23px 45px 2px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 2px 0 rgba(200,200,200,0.1);
	-moz-box-shadow: 1px 2px 0 rgba(200,200,200,0.1);
	
}

#main-wrapper .block.block-featured-news, #main-wrapper .block.block-menu {
	padding-top: 28px;
}

.block.block-menu .views-row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 90px;
	border: 1px solid #eceded;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 20px;
	overflow: hidden;
	font-family: 'Bitter', serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
}

	.block.block-menu .views-row.views-row-1 {
		background: url(../images/bg1.jpg) 100% 0 no-repeat;
	}
	.block.block-menu .views-row.views-row-2 {
		background: url(../images/bg2.jpg) 100% 0 no-repeat;
	}
		.block.block-menu .views-row.views-row-2 .views-field-title a {
			color: #c9d94e;
		}
			.block.block-menu .views-row.views-row-2 .views-field-title a:hover {
				color: #7CCDFD;
			}
	.block.block-menu .views-row.views-row-3 {
		background: url(../images/bg3.jpg) 100% 0 no-repeat;
	}
		.block.block-menu .views-row.views-row-3 .views-field-title a {
			color: #f2762e;
		}
			.block.block-menu .views-row.views-row-3 .views-field-title a:hover {
				color: #7CCDFD;
			}
	.block.block-menu .views-row.views-row-4 {
		background: url(../images/bg4.jpg) 100% 0 no-repeat;
	}
	.s-h3 {
		color: #b5b5b5;
		font-size: 30px;
		line-height: 36px;
		text-transform: uppercase;
		font-weight: 400;
		font-family: 'Bitter', serif;
	}

.sidebar-second #content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.right-indent {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 26px;
}

.post-date {
	color: #c0c5ca;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Bitter', serif;
}
	.indent-post {
		margin-bottom: 10px;
	}

#main-wrapper .last-block {
	padding-bottom: 0;
}


.block-gallery .views-row.views-row-4,
.block-gallery .views-row.views-row-8 {
	margin-right: 0;
}
.block-gallery .views-row {
	padding-bottom: 0;
	margin-bottom: 7px;
	float: left;
	margin-right: 6px;
}

.block-gallery h2 {
	margin-bottom: 30px;
}

.block-gallery .view-content {
	overflow: hidden;
	margin-bottom: 15px;
}

.header-w {
	margin-bottom: 25px;
}

.img-top {
	padding-top: 4px;
}

.indent-bot-1 {
	margin-bottom: 8px;
}

.indent-bot-2 {
	margin-bottom: 10px;
}

.block-partners h2 {
	margin-bottom: 26px;
}


.post-day-month {
	text-align: center;
	width: 76px;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	font-family: 'Bitter', serif;
	font-weight: 700;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, .1);
	margin-top: 7px;
}

.post-day, .post-month {
	background: #f8b047; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4YjA0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iI2Y3YWM0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNTg1MzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f8b047 0%, #f7ac42 14%, #f58534 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8b047), color-stop(14%,#f7ac42), color-stop(100%,#f58534)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8b047 0%,#f7ac42 14%,#f58534 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8b047 0%,#f7ac42 14%,#f58534 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8b047 0%,#f7ac42 14%,#f58534 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8b047 0%,#f7ac42 14%,#f58534 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b047', endColorstr='#f58534',GradientType=0 ); /* IE6-8 */
}

.post-day {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 63px;
	line-height: 63px;
	font-size: 35px;
	border-bottom: 1px solid #f6a039;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;

}

.post-month {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #f4841f;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.block-news .views-row {
	border-bottom: 1px solid #eceded;
	padding-bottom: 25px;
	margin-bottom: 21px;
}

.block-news .views-row.views-row-last {
	margin-bottom: 6px;
	padding-bottom: 6px;
	border: none;
}

.block-table {
	-webkit-box-shadow: 1px 2px 0 rgba(200,200,200,0.1);
	-moz-box-shadow: 1px 2px 0 rgba(200,200,200,0.1);
	box-shadow: 1px 2px 0 rgba(200,200,200,0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.block-table table {
	margin-bottom: 0;
	background: #fff;
}
.block-table table td, .block-table table th {
	text-align: center;
	font-family: 'Bitter', serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
}

.block-table table th {
	font-size: 25px;
	padding: 22px 10px;
	background: #c3c3c3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzYzNjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2MwYzBjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMWIxYjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #c3c3c3 0%, #c0c0c0 32%, #b1b1b1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3c3c3), color-stop(32%,#c0c0c0), color-stop(100%,#b1b1b1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c3c3c3 0%,#c0c0c0 32%,#b1b1b1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c3c3c3 0%,#c0c0c0 32%,#b1b1b1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c3c3c3 0%,#c0c0c0 32%,#b1b1b1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c3c3c3 0%,#c0c0c0 32%,#b1b1b1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#b1b1b1',GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.block-table table td {
	background: #fbfbfb url(../images/td.jpg) 0 0 repeat-x;
	padding: 23px 10px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #f4f4f4;
}

.block-table table tr.first-row td {
	border-top: none;
}
.block-table table tr.last-row td {
	border-bottom: none;
}

.block-table .content {
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#main-wrapper .block.block-table {
	padding-bottom: 0;
} 

.t-time {
	font-size: 30px;
}
	.t-time.blue {
		color: #027AC0;
	}
	.t-time.green {
		color: #c9d94e;
	}
	.t-time.red {
		color: #f2762e;
	}

.testimonials-views {
	padding-left: 40px;
	background: url(../images/q.png) 0 0 no-repeat;
}


.block-recipes .views-row {
	padding-left: 96px;
	background: url(../images/r-1.png) 0 0 no-repeat;
}

	.block-recipes .views-row + .views-row {
		background-image: url(../images/r-2.png);
	}
			
/* ------------------------- CONTENT REGION ------------------------- */
/*Node heading*/
.front #page-title {display:none;}

#content h1.title, h2, h3 {
	font-size:25px;
	line-height:36px;
	margin-bottom:23px;
	text-transform:uppercase;
	font-family: 'Bitter', serif;
	color: #e92b17;
}

h1.title {
	font-size: 35px;
	line-height: 36px;
	margin-bottom: 23px;
	text-transform: uppercase;
	font-family: 'Bitter', serif;
	color: #e92b17;
	text-align: left;
	margin-left: 6px;
}


h3 {
	font-size: 20px;
	line-height: 26px;
	/* color: #8b1100; */
	color: #E02915;
}

ul {
	color: #aba799;
	font-weight: bold;
	padding-bottom: 18px;
}
a { 
	color: #e92b17;
}



.pane-content article.node {
	margin-bottom: 0;
}

article.node {
	padding-bottom:30px;
	margin-bottom:35px;
}
	article.node.node-blog, .block-events .views-row {
		
	}

	#node-79 {
		margin-bottom: 0;
		padding-bottom: 0;
	}

.page-node- .submitted a {
	padding-right: 0;
	margin-right: 0;
}



/*Author & date information*/
p.submitted {
	margin:5px 0 15px;
	float: left;
}
	.submitted, p.submitted span, .comment_count {
		
	}

	.submitted a,
	.comment_count {
		text-decoration:none;
	}
		.submitted a:hover,
		.comment_count:hover {}

.comment_count {
	float: right;
	display: inline-block;
	margin-bottom: 15px;
}

article.node footer {
	padding-top:0px;
}

article footer ul.links.inline {
	display:block;
}
article footer ul li {
	padding:0;
	margin:0 15px 0 0;
	padding: 0 !important;
}
	article footer ul li.first {margin-left:0;}

.node-teaser .comment-add {
	display: none;
}

/*Node Tags*/
article.node footer .field-name-field-tags { padding-bottom:10px;}
	article.node footer .field-name-field-tags .field-label{
		float: left;
		font-size: 16px;
		padding-right: 10px;
		line-height: 24px;
	}
	article.node footer .field-name-field-tags .field-items {
		overflow:hidden;
		padding-bottom:15px;
		width:100%;
	}
	article.node footer .field-name-field-tags ul li {
		float:left;
		padding:0 4px;
		margin-right: 10px;
	}
		article.node footer .field-name-field-tags ul li a{
			font-size: 12px;
			text-decoration: none;
			padding: 2px 5px;
		}
			article.node footer .field-name-field-tags ul li a:hover {
				text-decoration: none;
			}

	article .field-items {
		margin-bottom: 20px;
	}
			
			
.node-maps header {
	display:none;
}

.panels-flexible-region-1-contacts_region {
	width:auto;
}




.item-list ul li {
	margin-left: 0;
	margin-bottom: 20px;
}
ul li.collapsed {
	list-style: none;
}
ul.menu li { /*Mod*/
	margin-left: 0;
	display: inline;
}
ul.menu li a { /*Mod*/
	color: #ffffff;
	font-family: 'Bitter', serif;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 20px 10px 50px;
}
ul.menu li a:hover { /*Mod*/
	color: #f7a23f;
}
body section.block ul {
	margin-bottom: 20px;
}
	section.block ul, section.block .item-list ul li { margin:0;}
	ul li.leaf { 
		list-style-image:none;
		list-style-type:none;
		
	}
		section.block .content li, .marker-list .content li { 
			background:url(../images/a1.png) no-repeat 0 4px;
			padding:0 0 10px 25px;
			line-height:20px;
			font-size: 15px;
			font-family: 'Open Sans', sans-serif;
		}
			section.block .content li a, .marker-list li a { 
				color:#c0c5ca;
				line-height:20px;
				text-decoration:none;
				text-transform: uppercase;
			}
			section.block .content li a:hover, .marker-list li a:hover { color:#f7a23f;}


/* ------------------------- BUTTONS STYLES ------------------------- */
	.form-submit:hover { background:#444;}
	
.button a, .more-link a, ul.links li a, .view-portfolio .views-field-view-node a, #block-poll-recent ul.links li a, #filters li a, .content ul.pager li a, .content ul.pager li.pager-current, .form-submit {
	display: inline-block;
	padding: 10px 16px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Bitter', serif;
	font-size: 14px;
	line-height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #96d7fd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2ZDdmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iIzhlZDRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3N2NiZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #96d7fd 0%, #8ed4fd 38%, #77cbfd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96d7fd), color-stop(38%,#8ed4fd), color-stop(100%,#77cbfd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #96d7fd 0%,#8ed4fd 38%,#77cbfd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #96d7fd 0%,#8ed4fd 38%,#77cbfd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #96d7fd 0%,#8ed4fd 38%,#77cbfd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #96d7fd 0%,#8ed4fd 38%,#77cbfd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96d7fd', endColorstr='#77cbfd',GradientType=0 ); /* IE6-8 */
}
	.button a:hover, .more-link a:hover, ul.links li a:hover, .view-portfolio .views-field-view-node a:hover, #block-poll-recent ul.links li a:hover, #filters li a:hover, #filters li a.selected, .content ul.pager li a:hover, .content ul.pager li.pager-current, .form-submit:hover {
			color: #fff;
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bb2da', endColorstr='#4bb2da',GradientType=0 ); /* IE6-8 */
			background: #f7a23f;
	}

.button.big a {
	padding: 13px 17px;
}

.button-2 a {
	display: inline-block;
	padding: 15px 22px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 26px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 2px 0 rgba(0,0,0,0.1);
	box-shadow: 1px 2px 0 rgba(0,0,0,0.1);
	background: rgb(171,225,88); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiZTE1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2E1ZGY1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MmQ4NDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(171,225,88,1) 0%, rgba(165,223,83,1) 40%, rgba(146,216,70,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(171,225,88,1)), color-stop(40%,rgba(165,223,83,1)), color-stop(100%,rgba(146,216,70,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(171,225,88,1) 0%,rgba(165,223,83,1) 40%,rgba(146,216,70,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(171,225,88,1) 0%,rgba(165,223,83,1) 40%,rgba(146,216,70,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(171,225,88,1) 0%,rgba(165,223,83,1) 40%,rgba(146,216,70,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(171,225,88,1) 0%,rgba(165,223,83,1) 40%,rgba(146,216,70,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abe158', endColorstr='#92d846',GradientType=0 ); /* IE6-8 */
}
	.button-2 a:hover {
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92d846', endColorstr='#92d846',GradientType=0 ); /* IE6-8 */
		background: #92d846;
	}

.form-submit {
	line-height:normal;
	vertical-align:middle;
}


ul.links li a {
	margin-bottom: 10px;
}

/* ------------------------- BACK TO TOP ------------------------- */
#backtotop {
	background: #77cbfd url(../images/up-arrow.png) 50% 50% no-repeat;
	width: 50px;
	height: 50px;
	z-index: 5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	right: 40px;
	bottom: 80px;
}
	#backtotop:hover {
		opacity: 1;
		background-color: #f7a23f;
	}
	
	
/* ------------------------- SUB BANNER ------------------------- */	
	
.sub-banner {
	width: 100%;
	height: 263px;
	padding-bottom: 0px;
}
	
/* ------------------------- SUB CONTENT ------------------------- */	
	
	
.sub-text {
	margin-top: -40px;
}
	
	
/* ------------------------- FOOTER ------------------------- */
#footer {
	clear: both;
	position: relative;
	border-top: 1px solid #eeeeee;
	color: #b5b5b5;
	background: url(../images/footer.png) repeat;
	text-align: center;
}

#footer .footer-menu a {
	color: #f69e90;
	padding-left: 74px;
	letter-spacing: .08em;
}
#footer .footer-menu a:hover {
	color: #fed4ce;
}

#footer .footer-aio {
	background-color: #500a02;
}

.region-footer-top h2 {
	color: #b5b5b5;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 17px;
}

.footer-top-wrapper {
	background: url(../images/footer-top.jpg/index.html) 50% 0;
}

.footer-top-shadow {
	background: url(../images/footer-top-shadow.png) 0 0 repeat-x;
	padding-top: 50px;
	padding-bottom: 55px;
}

.block-hello {
	text-align: center;
}

.footer-wrapper {
	padding: 8px 0;
	background: #500a02;
}

#block-block-5 {
	
}

#block-block-5 .content {
	font-family: 'Bitter', serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	color: #e6e6e6;
}
	#block-block-5 .content a {
		color: #e6e6e6;
	}

		#block-block-5 .content a:hover {
			color: #fff;
		}

	#block-block-5 .content span {
		font-weight: 700;
	}
	
/*--------------- FOOTER BODY ------------------------*/

.footer-body p {
	margin-top: 40px;
	color: #d16b5f;
	letter-spacing: .08em;
}
	

/*--------------- MY SOCIAL ICONS ------------------------*/

.social-media {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}
.social-block {
	width: 90px;
	float: left;
	margin-left: 12px;
	text-align: center;
}
.social-block:first-child {
	margin-left: 0;
}
.social-block a {
	font-family: 'Bitter', serif;
	padding-top: 12px;
	color: #ffffff;
	padding-left: 0px;
	letter-spacing: .08em;
}
.social-block a:hover {
	color: #e0877b;
}
.social-icon {
	width:49px;
	height:48px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding:0;
}


/* ------------------------- SOCIAL-ICONS BLOCK ------------------------- */
#block-follow-site {
	text-align: center;
}

	.follow-link-wrapper {
		display: inline-block;
		margin-left: 101px;
	}
	.follow-link-wrapper:first-child {
		margin-left: 0;
	}
	a.follow-link {
		width:49px;
		height:48px;
		text-indent:-9999px;
		opacity:1;
		padding:0;
		display: inline-block;
	}
		a.follow-link:hover {
			opacity:1;
			background-position: 0 100%;
		}


a.follow-link-googleplus {
  background-image: url(../images/icon-googleplus.png);
}
a.follow-link-twitter {
  background-image: url(../images/icon-twitter.png);
}
a.follow-link-this-site {
  background-image: url(../images/icon-feed.png);
}	
a.follow-link-facebook {
  background-image: url(../images/icon-facebook.png);
}



/* ------------------------- PAGINATOR ------------------------- */
.content ul.pager {text-align:left;}

.content ul.pager li {
	margin:0px 1px;
	padding: 0;
	margin-bottom: 5px;
	display: inline-block;
}

	.content ul.pager li a:hover, .content ul.pager li.pager-current ,
	.content ul.pager li a, .content ul.pager li.pager-current {
		
	}


/* ------------------------- PORTFOLIO ------------------------- */

#main-wrapper .isotope-element img {
	width: 100%;
}

.add-magnify {
	margin-bottom:20px;
	background: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.view-portfolio .isotope-element .views-field-field-portfolio-image a {
	display:block;
	background: url(../images/magnify.png) 50% 50% no-repeat;
}

	.view-portfolio .isotope-element .views-field-field-portfolio-image a img {
		-webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
	    -ms-transition: all 400ms ease;
	    -o-transition: all 400ms ease;
		transition: all 400ms ease;
	}
	.view-portfolio .isotope-element .views-field-field-portfolio-image a img:hover {
		opacity: 0.5;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	}

.isotope-element .views-field-title {
	margin: 10px 0;
}

#filters {
	margin-bottom: 20px;
	text-align: right;
}

#isotope-options {
	background: none;
}

#filters li {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0;
	background: none;
}

.isotope-element img {
	width: 100%;
	height: auto;
}

#isotope-container {
	margin-left: -10px;
	margin-right: -10px;
}

.isotope-element {
	background: none;
	color: inherit;
	margin: 0px;
	height: auto;
	width: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}



/* ------------------------- POLL'S BARS ------------------------- */
.poll .total, .poll .title  {margin-bottom:15px;}
.poll .bar { 
	background-color:#fff;
	border:1px solid #8c8c8c;
	padding:1px;
	height:10px;
	margin-bottom:15px;
}
.poll .bar .foreground { 
	height:10px; 
	display:none;
	background-color:#7ecefd;
}
	
.poll .percent { float:right;}
.poll .vote-form { text-align: left; padding-bottom: 15px;}
.poll .vote-form .choices { width: 100%;}

#block-poll-recent ul.links li {
	background: none;
	padding-left: 0;
}

#block-comment-recent .content li a { display:inline-block;}

#block-comment-recent li span, .views-field-timestamp {
	display: block;
}

#block-forum-new .contextual-links-wrapper { display:none;}

#block-system-navigation .content li { margin:0;}

.links {
	list-style: none;
}

.links li {
	display: inline-block;
	margin-right: 10px;
}


/* ------------------------- BLOCK SEARCH ------------------------- */
#block-search-form {
	text-align: right;
}
#block-search-form .form-text, #search-block-form .container-inline .form-text {
	width:212px;
	padding:8px 14px;
	padding-right: 44px;
	border:none;
	background:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family: 'Bitter', serif;
	font-weight: 400;
	font-size: 14px;
}
#block-search-form .container-inline, #search-block-form .container-inline {
	overflow:hidden;
	background: #ebebec url(../images/search-bg.png);
	display:inline-block;
	position: relative;
	border: 1px solid #e3e3e3;
	border-right: none;
	border-bottom: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 0 0 rgba(100, 100, 100, .1);
	-moz-box-shadow: 1px 1px 0 0 rgba(100, 100, 100, .1);
	box-shadow: 1px 1px 0 0 rgba(100, 100, 100, .1);
}
#block-search-form .container-inline .form-item, #search-block-form .container-inline .form-item {float:left; margin:0;}
#block-search-form .container-inline .form-actions, #search-block-form .container-inline .form-actions {position: absolute; top: 0; right: 0;}

	
#block-search-form .form-submit, #search-block-form .form-submit { 
	background: url(../images/search.png) no-repeat center center;
	border:0;
	line-height:normal;
	width:34px;
	height:34px;
	padding:0;
	margin:0;
	vertical-align:middle;
	cursor:pointer;
	text-indent:-9999px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	filter:none;
}
	#search-block-form #edit-submit:hover, #search-block-form .form-submit:hover {opacity: 0.8; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);}

	

/* ------------------------- FORUM ------------------------- */
.action-links {
	padding: 0 0 25px 0px;
}
	.action-links a {
		font-weight:bold;
	}
		.action-links a:hover {
			text-decoration:none;
		}

#forum a {
	font-size:12px;
}
	#forum a:hover {text-decoration: underline;}

#forum table {
	border:1px solid #c8c8c8;
	width:100%;
}

#forum th {
	border:1px solid #7ecefd;
	color:#fff; 
	font-size:14px;
	padding:3px 5px;
}
	#forum th a {
		color:#fff;
	}

#forum td.container { 
	padding:10px;
}

#forum td {
	border:1px solid #c8c8c8;
	padding: 5px;
}

#forum td.topics, #forum td.posts, #forum td.replies{
	text-align:center;
}

.field-name-taxonomy-forums {
	overflow:hidden;
	padding-bottom:20px;
	margin-top: 20px;
	width:100%;
}
	.field-name-taxonomy-forums .field-label {
		font-size:14px;
		vertical-align:middle;
		margin-bottom: 0;
		line-height:22px;
		float:left;
		margin-right:10px;
		font-family:Arial;
		letter-spacing:0;
	}

	.field-name-taxonomy-forums .links a {
		background:none;
		box-shadow: none;
		display:inline;
		font-size: 14px;
		padding:0;
		text-transform: none;
	}
		.field-name-taxonomy-forums .links a:hover {
			background:none;
		}

.page-forum- #main-wrapper .active img {
	padding: 0;
	background: 0;
	border: none;
	margin-left: 5px;
	margin-top: 4px;
}


/* ------------------------- COMMENTS FORM ------------------------- */
.panels-flexible-region-1-contacts_region {
	width:auto;
}


#edit-actions input {
	margin-right: 10px;
}


#edit-comment-body {margin-bottom:15px;}
.filter-help a {font-size:10px; display:inline-block;}
.filter-help a {
	padding-left: 0;
}
#comments {
	margin-bottom: 30px;
	clear: both;
}

article.comment header{overflow:hidden; margin-bottom: 0;}
.user-picture { float:left; margin-right:15px;}

section#comments h2.title {
	margin-bottom:15px;
}

#comment-form label,
#contact-site-form label {
	vertical-align:middle;
}
.form-required {
	color: #f00 !important;
}

#comment-form .form-text,
#user-login .form-text,
#contact-site-form input.form-text,
.search-form .form-text {
	width:220px;
}
	
#comment-form .form-textarea {
	height:120px;
	margin-bottom: 10px;
	
}
	#contact-site-form textarea#edit-message {  /*Contact form texrarea*/
		margin-right:0;
		width:98%;
		height: 100px;
	}
	
.resizable-textarea .grippie {
	display:none;
}

.form-type-item {
	overflow:hidden;
	width:100%;
}
	.form-type-item label {
		float:left;
		padding-right:10px;
	}	
	
.form-type-select { margin:0;}

#edit-comment-body-und-0-format-guidelines {
	padding-top:15px;
}
	#edit-comment-body-und-0-format-guidelines ul li{
		font-size:12px;
		overflow:hidden;
		width:100%;
	}

/* ------------------------- COMMENTS OUTPUT ------------------------- */
#comments {
	margin-top: 30px !important;
}
.comment-wrapper {overflow:hidden;}

article.comment .submitted {
	margin:2px 0 10px;
}
	article.comment .submited .permalink, p .permalink {
		display:none;
	}

article.comment {
	background:transparent;
	border:1px solid #f2f2f2;
	margin-bottom:15px;
	padding:15px;
	padding-bottom: 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}	
	article.comment h2 {
		color:#292a2b;
		font-size:18px;
		font-weight:normal;
		text-decoration:none;
	}
	
.node article.comment footer {
	overflow:hidden;
	padding:0;
}

#edit-comment-body-und-0-format {
	border:1px solid #eceded;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
	#edit-comment-body-und-0-format .fieldset-wrapper > * {padding-left:0; padding-right:0;}
	#edit-comment-body-und-0-format .fieldset-wrapper {padding:20px 10px;}
	#edit-comment-body-und-0-format .fieldset-wrapper label {display:inline;}

#comment-form-wrapper { margin-top:30px;}
#comment-form-wrapper .title {
	margin-left:0;
	margin-right:0;
}
article.comment span.new { position:absolute; top:0; right:0;}
.comment-preview { background:none;}

.compose-tips li {margin-bottom:10px;}
.compose-tips h3 {margin-bottom:10px;}

.comment .field-items {margin-bottom: 20px;}

/* ------------------------- TABLE STYLES ------------------------- */
tr.odd, tr.even {
	background: #fff;
	border-bottom: 1px solid #E0E0E0;
}
	tr.even {
		background: #f8f8f8;
	}

th {background:#7ecefd; color: #fff; padding: 5px;}



.page-faq-questions-top .views-row {
	margin-bottom: 30px;
}


.view-faq {
	margin-bottom: 30px;
}



/* ------------------------- 404 PAGE NOT FOUND ------------------------- */
.page-page-404 #search-block-form {width:400px;}
.panel-separator {display:none;}

.panel-pane.error-page {margin-bottom:30px;}
	.panel-pane.error-page .pane-content {overflow:hidden;}
		.panel-pane.error-page .pane-content span.err {
			float:left;
			font-weight:bold;
			font-size:150px;
			line-height:180px;
		}
.panel-pane.error-page .pane-content .extra {
	background:url(../images/v_line.gif) 40px 0 repeat-y;
	padding-left:80px;
}
.panel-pane.error-page .pane-content .err-title {
	display:block;
	font-size:70px;
	line-height:84px;
	padding-top:20px;
	text-transform:uppercase;
}
.panel-pane.error-page .pane-content .err-body {
	display:block;
	font-size:20px;
	line-height:24px;
	margin-bottom:15px;
	width:300px;
}
.page-page-404 .pane-search-form {text-align:center;}
	.page-page-404 .pane-search-form .pane-content {display:inline-block;}
	.page-page-404 .pane-search-form #search-block-form .form-text {width:300px;}


html.js .collapsible.collapsed.collapsible .fieldset-legend {background-image:url(../images/menu-collapsed.png);}
html.js .collapsible.collapsible .fieldset-legend {background-image:url(../images/menu-expanded.png);}

input[type="text"], input[type="password"], input[type="search"], textarea {
	background:#fff;
	border:1px solid #f2f2f2;
	color:#d3d3d3 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:8px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* ------------------------- FIRST-TIME PAGE ------------------------- */
#first-time {
	display:none;
}
	#first-time p {
		padding:10px 0;
	}
	
#first-time .item-list ul li{
	background:none;
	display:block;
	float:left;
	margin:0;
}
	#first-time .item-list ul li a {
		color:#7ecefd;
		display:block;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}
		#first-time .item-list ul li:hover { background:none; }
		#first-time .item-list ul li a:hover { background:none; }
		
/* ------------------------- BREADCRUMB ------------------------- */
#breadcrumb { 
	color:#444;
	margin-top:16px;
	padding:0px 3px 15px;
}
	#breadcrumb a { 
		color:#444;
		font-size:12px;
		text-decoration:none;
		padding:0 3px;
	}
		#breadcrumb a:last-child { padding-right:0;}
		#breadcrumb a:hover { color:#7ecefd;}
	
/* ------------------------- ADMIN TAB ------------------------- */
.tabs-wrapper { margin: 1px 0 20px;}
div.tabs { overflow:hidden;}

.tabs ul.primary {
	border:0;
	border-bottom:1px solid #c9c9c9;
	margin:10px 0 10px 0;
	overflow:hidden;
	padding:4px 0;
}
	.tabs ul.primary li {
		margin-bottom:-1px;
	}
		.tabs ul.primary li a { 
			background:#EDEDED;
			border:1px solid #BBB;
			border-bottom:0;
			border-radius:3px 3px 0 0;
			color:#444;
			font-size:12px;
			font-weight:normal;
			margin:0;
			overflow:hidden;
			padding:3px 15px 4px;
			text-shadow:0 1px 0 #FFF;
			-webkit-transition:background 0.1s linear;
			-moz-transition:background 0.1s linear;
		}
			.tabs ul li a.active, .tabs ul li a:hover { 
				background:#7ecefd;
				color:#fff;
				text-shadow:none;
			}

/* ------------------------- ADMIN MENU BG ------------------------- */
ul.contextual-links li a:hover {}



.page-blog .node-teaser .field-type-image {margin-bottom: 20px;}
.field-type-image {margin-bottom:20px;}

.profile .user-picture { margin-left:20px;}
.profile h3 { overflow:hidden;}

#block-views-our-team-block .views-field-field-employee-photo { width: 100px; float:left; margin-right:15px;}
#block-views-our-team-block .views-row { border-top:1px solid #CCC; overflow:hidden; padding:15px 0 10px;}
#block-views-our-team-block .views-row.views-row-first {
	border-top: none;
}
#block-views-our-team-block .views-field-title a { font-weight:bold; text-decoration:none;}

#block-views-our-team-block .views-field-body, #block-views-our-team-block  .views-row {
	margin-bottom: 0;
}


.filter-type {margin-bottom:30px;}

label.option {vertical-align:middle;}

.node-author .username {
	padding-right: 0;
	margin-right: 0;
	border: none;
}

#block-views-home-page-trial-block .views-content .views-row {
	
	float: left;
	width: 100%;
	position: absolute;
	left: 30px;
	top: 5px;
	table: 50px;
	
}

#block-views-home-page-trial-block {
	float:left;
	width:778px;
	background:white;
	border-radius:10px;
	height: 410px;
	margin-right:-13px;
	padding-top: 21px;

}

#block-views-home-page-trial-block h2 {
	padding-left: 21px;
}

#block-block-25 {
	height: 410px;
	background:#fff;
	border-radius:10px;
	padding-right:17px;
	padding-top: 21px;
}

#block-views-home-page-trial-block .views-row{
	width:300px;
}

#block-views-home-page-trial-block .views-field-body{
	float:left;
	width:239px;
	margin-top: 17px;
}


#block-views-home-page-trial-block .views-field-nothing{
	float:left;
	width:90px;
}

#block-views-home-page-trial-block .row-2 .views-field-title{
	padding-top:22px;
}

.view-home-page-trial p{
	text-align: center;	
}

.view-home-page-trial .views-field-title {
	text-align: center;
}

.front .view-home-page-trial p{
	text-align: left;	
}

.front .view-home-page-trial .views-field-title {
	text-align: left;
}

#main-wrapper .block.block-welcome, #main-wrapper .block.block-featured-news, #main-wrapper .block.block-menu { 
    padding: 23px 45px 2px 0; 
}
p { 
    color: #767264; 
}
h1.title { 
    font-size: 35px; 
}

.content .snapwidget-widget{
	padding: 8px;	
	border-radius: 10px;
}

#block-block-25 h2 {
	text-align: center;	
}

/*TO ADD HUKILAU*/

.region-header-bottom .content {
  border-radius: 10px;
  background-color: #fff;
  padding: 15px 10%;
  text-align: center;
}
.region-header-bottom .block-block p {
  font-size: 16px;
  font-weight: normal;
  color: #767264;
}
#block-block-27 h2, #block-block-30 h2 {
    font-family: 'Bitter', serif;
    color: #f2762e;
    font-size: 30px;
    margin: 10px 0 7px 0;
}

/* ------------------------- QUICKTABS ------------------------- */
.quicktabs-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px !important;
}
.quicktabs-tabs li {
    background-image: none !important;
    padding: 0 !important;
    margin: 12px 5px !important;
	line-height: 1 !important;
	font-size: 15px;
	font-weight: normal;
}
.quicktabs-tabs li a {
    padding: 4px 20px;
    color: #027AC0 !important;
    border: 1px solid #027AC0; 
    border-radius: 25px;
}
.quicktabs-tabs li.active a {
    color: #ffffff !important;
    background: #46a7e2 !important;
}
.quicktabs-tabs li a:hover,
.quicktabs-tabs li a:focus {
    background: #027AC0 !important;
    color: #ffffff !important;
}
#block-system-main + .block-quicktabs {
    margin-top: -55px;
}
/* -------------------- ORDER ONLINE BUTTON ------------------------- */
.region-header-right .order-online {
	text-align: right;
}
@media only screen and (max-width: 767px) {
	.region-header-right .order-online {
		text-align: center;
    	margin: 30px 20px 20px;
	}
}
.order-online h2 {
    margin-bottom: 0 !important;
    font-size: 16px;
}
a.text-button {
    line-height: 36px;
    margin-bottom: 23px;
    text-transform: uppercase;
    font-family: 'Bitter', serif;
    color: #ffffff;
    background: #F27A34;
    padding: 5px 15px;
    border-radius: 10px;
}
a.text-button:hover,
a.text-button:focus {
    background: #f1702c;
}
.order-online p {
    color: #bbbbbb;
    font-size: 15px;
    letter-spacing: .08em;
    margin: 0;
}