/*
Theme Name: MobyDick
Author: Marstudio
Author URI: http://marstudio.com/
Description: Custom theme for marstudio.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, responsive-layout
Text Domain: mobydick
*/


/* Reset
------------------------------------------ */

html, body {
/*	height: 100%; */
}
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 {
	font-family: 'Open Sans', Arial, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
blockquote, blockquote p, q {
	quotes: none;
    color: #9d9682;
	font: normal normal normal 18px 'Open Sans' !important;
	line-height: 26px;
	position: relative;
	padding: 5px 0px 0px 5px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
h1,h2,h3, h4, h5, h6 {
	clear: both;
}
p {
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
}
a:focus {
	outline: none;
	text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #4d555a;
}
img {
	border: 0;
	margin: 0;
	display: block;
	-ms-interpolation-mode: bicubic;
}
ins {
	background: #1b305d;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 8px 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
.sticky {
	font-size: 14px;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
/* Clearing floats */
.clear:after {
	clear: both;
}
.clear:before,
.clear:after {
	display: table;
	content: "";
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.inline {
	display: inline-block;
}

/* Links
------------------------------------------ */
a,
a:visited {
	outline: none;
	text-decoration: none;
	color: #ffffff;
}
a:hover,
a:visited:hover,
a:visited:active,
a:visited:focus   {
	text-decoration: none;
	color: #fdbc3e;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
:focus {
	outline: 0;
}
strong {
	font-family: 'Open Sans';
	font-weight: bold;
}


/* Content
------------------------------------------ */
embed,
iframe,
object,
video {
	margin-bottom: 24px;
}
h1,
h1 a {
	margin: 0 0 20px 0;
	font: normal normal normal 32px 'Open Sans';
	line-height: 1;
	color: #ffffff;
}
h1.title  {
	font: normal normal normal 32px 'Open Sans';
    font-weight: bold !important;
	margin-top: 25px;
}		
h2 {
	font: normal normal normal 24px 'Open Sans'; 
	margin: 0 0 10px 0px;
	line-height: 1.2;
	color:  #fdbc3e;	
}
h3 {
	font: normal normal normal 30px 'Open Sans';
    line-height: 1;
    color: #1d315d;	
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
	margin-top: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
h3.widget-title {
	border-bottom: 1px solid #1d315d;
    padding: 10px 0px;	
}
h4 {
	font: normal normal normal 20px 'Open Sans'; 
	margin: 0 0 10px 0;
	line-height: 1.2;
	color: #fdbc3e;
}
h5 {
	font-size: 13px;
	line-height: 1.8;
}
h6 {
	font-size: 12px;
	line-height: 1.8;
}
div#main-content {
    min-height: 100%;
}
#content {
	padding-bottom: 20px;
	min-height: 400px;
}
#content,
#content p {
	font: normal normal normal 16px 'Open Sans';
	line-height: 1.4;
	margin: 0 0 0px 0;
	color: #ffffff;
}
#content p {
	margin: 0 0 10px 0;
	color: #ffffff;
}
#content .container {
	padding: 25px 0;
}
#content li {
	margin: 0 0 0 36px;
}
#content ol,
#content ul {
	margin: 0 0 24px 0;
	line-height: 1.6;
}
#content ol ol,
#content ol ul,
#content ul ol,
#content ul ul {
	margin-bottom: 0;
}
#content ol {
	list-style: decimal outside;
}
#content ul {
	/*list-style-type: none;*/
	padding: 0px;
}
#content ul li {
	/*background-image: url('images/bullet.png');*/
	background-repeat: no-repeat;
	background-position: 6px 6px;
	padding: 0 0 0 22px;
	margin: 0 0 10px 0; 
	line-height: 1.5;
}
#content ol li, 
#content ul li {
	font: normal normal normal 14px Arial;
	line-height: 1.4;
	margin: 10px 0 10px 18px; 
	color: #615B5D;
	color: #ffffff;
}

#content img {
	margin: 0px 0 30px 0;
	max-width: 100%;
	height: auto;
	width: 100%;
}
.home #content .col-onefifth img {
	margin: 30px 0px;
}
#content .col-lg-6 img,
#content .col-md-6 img {
	width: 94%;
	margin-right: 20px;
}
#content .col-sm-6 img {
	width: 100%;
}
#content img.column {
	margin: 10px 0 30px 0;
	max-width: 100%;
	height: auto;
	width: 94%;
}
#content a {
	text-decoration: none;
	color: #fdbc3e;
}
#content a:hover,
#content a:visited:hover,
#content a:visited:active,
#content a:visited:focus   {
	text-decoration: none;
	color: #ffffff;
}
#content a.btn {
	text-decoration: none;
	color: #11366c;
}
#content img.alignleft, 
img.alignleft {
    margin: 4px 15px 12px 0px;
	float: left;
	max-width: 100%;
    height: auto;
}
#content img.alignright,
img.alignright {
    margin: 4px 0px 12px 15px;
	float: right;
	max-width: 100%;
    height: auto;
}
#content img.aligncenter,
img.aligncenter {
	margin: 0 auto;
	max-width: 100%;
    height: auto;
}
#content img.alignnone ,
img.alignnone {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
    height: auto;
}
p.edit-link {
	clear: both;
	color: #a0a6ab;
	margin: 24px 0 0 0 !important;
}
.aligncenter {
	text-align: center;
    margin: 0 auto;
    display: block;
}
.btn.aligncenter {
    text-align: center;
    display: block;
	width: 200px;
	margin: 20px auto;
	color: #11366c;
}

.col-onefifth {
	width: 20%;
	width: 17.68595041%;
	/*padding: 0px 28px; */
	    min-height: 1px;
    margin-right: 2%;
    float: left;
    letter-spacing: normal;
}
.container .col-onefifth:last-child {
	margin-right: 0px;
}
.col-twofifths {
	width: 38.26446281%;
	float: left;
	margin-right: 20px;
}
.col-threefifths {
   width: 58.84297521%; 
   float: left;
}
/* Forms
------------------------------------------ */
form {
	margin-top: 6px;
}
form p {
	margin: 0 !important;
	/*max-height: 130px; */
}
input,
textarea,
number,
.input_number {
	font: normal normal normal 14px Arial;
	margin: 0 0 10px 0 !important;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	color: #cccccc !importnat;
}
input#pwbox-113 {
	color: #999999;
}
textarea {
	height: auto;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	max-height: 120px;
	min-height: 38px; 
	display: block;
}
input[type="submit"] {
	background: #F9B93D;
	border: none;
	color: #FFF;
	display: block;
	font:  normal normal normal 14px 'Open Sans';
	height: 38px;
	line-height: 22px;
	padding: 9px 20px 9px 20px;
	text-transform: uppercase;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	margin: 30px 0px !important;
}
input[type="submit"]:hover {
	background-color: #0094a9;
	cursor: pointer;
}
input[type="text"], 
input[type="email"],
input[type="tel"],
textarea,
select,
number,
.input_number {
	background: none;
	border: 1px solid #000000;
	border: 1px solid #000000\0/ !important; /* IE 8-9 */
	color: #ffffff;
	color: #ffffff\0/ !important; /* IE 8-9 */
	padding: 11px 12px 10px 12px;
	width: 100%;
	max-width: 100%;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	background: rgba(0, 0, 0, 0.4);
}
select { 
	padding: 7px 12px 7px 12px;
}
input[type="text"]:focus, 
input[type="email"]:focus,
input[type="tel"]:focus,
select :focus,
textarea:focus { 
	border-color: #0094A9;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.textwidget input[type="text"], 
.textwidget input[type="email"],
.textwidget input[type="tel"],
.textwidget textarea {
	color: #1b305d;
	width: 100%;
	max-width: 100%;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.textwidget input[type="text"]:focus, 
.textwidget input[type="email"]:focus,
.textwidget input[type="tel"],
.textwidget textarea:focus { 
	border-color: #1b305d;
}
.form_2columns {
	margin-top: 30px;
}
.form_2columns p {
	width: 48%;
	margin-right: 2% !important;
	float: left;
}

/* Mailchimp */
.yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url], .yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=number], .yikes-easy-mc-form input[type=password], .yikes-easy-mc-form select, .yikes-easy-mc-form textarea {
    height: auto;
    padding: 8px 16px !important;
    line-height: 1.428571429;
    color: #555!important;
    vertical-align: middle;
    background: #fff !important;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    text-shadow: none;
    display: block;
}
.yikes-easy-mc-form label.label-inline {
	width: 100% !important;
}
.yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button {
    color: #000!important;
    background-color: #fff!important;
    border-color: #b3b3b3;
    display: inline-block;
    padding: 8px 16px !important;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    text-shadow: none;
    filter: none;
    height: auto;
    width: auto;
    font: normal normal normal 14px 'Open Sans';
    text-transform: uppercase;
    margin-top: 7px !important;
}
#footer .textwidget input[type="text"]:focus, 
#footer .textwidget input[type="email"]:focus, 
#footer .textwidget input[type="tel"],
#footer .textwidget textarea:focus {
    border-color: #ccc;
}
.yikes-easy-mc-success-message {
    background: transparent !important;
}
/*search*/
label.screen-reader-text {
    display: block;
	text-transform: uppercase;
	font: normal normal normal 16px Arial;
	padding: 4px 0px;
}
input#s {
	width: 75%;
	float: left;
}
input#searchsubmit[type="submit"] {
	border: none;
	color: #1d315d;
	display: inline-block;
	float: right;
	font: normal normal normal 16px Arial;
	height: 39px;
	margin-top: 0px !important;
	padding: 9px 20px 9px 20px;
	text-transform: uppercase;
	float: left;
}
input#searchsubmit:after{
	content: "\f054";
    font-family: FontAwesome;
	color: #1d315d;
	font-size: 18px;
}
::-webkit-input-placeholder {
	color: #1b305d;
	font: Arial;
}
:-moz-placeholder { /* Firefox 18- */
	color: #bac7cd;  
	opacity: 1;
	text-transform: uppercase;
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #bac7cd;  
	opacity: 1;
	text-transform: uppercase;
}
/*iPhone*/
input,
textarea {
   /* -webkit-appearance: none; */
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
input[type="password"] {
    height: 35px;
    display: block;
}
/* Layout
------------------------------------------ */
body {
	margin:0;
	padding:0;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #ffffff;
	height: 100%;	
	font-weight: normal;
	font-style: normal;
	background-image: url('images/Reviews_Background.jpg');
    background-position: 0 0;
    background-repeat: repeat;
    background-attachment: scroll;
	position: relative;
	overflow-y: scroll;
}


/* Elements */
.bg_teal {
	background-color: #0894a9;
}
.bg_dark_blue {
    background-color: #1b3668;
}
.bg_dark_texture {
	background-image: url(images/About_Vision_Values_Background.jpg);
    background-repeat: repeat;
    background-position: center center;
}
.bg_transparent_black {
	background: rgba(0, 0, 0, 0.5);
    margin-bottom: 42px !important;
    padding: 24px 0 20px 22px;
	clear: both;
}
.white {
	color: #FFFFFF;
	text-shadow: none;
	text-transform: initial;
}
.column-padding {
	padding: 20px 14px;
}
.rounded-corners {
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

/* Slideshow
----------------------------------*/
.slideshow {
	background: transparent;
}
.slideshow .carousel-indicators {
    position: absolute;
    bottom: 2px;
    left: 50%;
    z-index: 15;
    width: 35%;
    margin-left: -33%;
    padding-left: 0;
    list-style: none;
    text-align: right;
}
.slideshow .carousel-indicators li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 1px;
    text-indent: -999px;
    border: 2px solid #ffffff;
    border-radius: 14px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
	margin: 0px 3px;
}
.slideshow .carousel-indicators .active {
	margin: 0px 3px !important;
}
.slideshow .carousel-indicators .active {
    margin: 0;
    width: 14px;
    height: 14px;
    background: #fff;
}
.slideshow .carousel-caption {
    text-align: center;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-shadow: none;
}
.metaslider {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.metaslider .caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent !important;
    color: white;
    opacity: 1 !important;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
	
	text-align: center;
	color: #ffffff;
	font: normal normal normal 34px 'Open Sans';
	line-height: 42px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: inherit;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.metaslider .caption,
.slideshow .carousel-caption h3 {
    color: #ffffff;
	font: normal normal normal 34px 'Open Sans';
	line-height: 42px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: inherit;
}
.metaslider .caption a.btn {
	text-shadow: none;
}
.metaslider .caption a.btn:hover {
	color: #fff;
}
.slideshow .carousel-caption p {
}
.slideshow .carousel a.learn-more {
    color: #fff;
    background-color: #761734;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 25px 10px 25px;
    margin: 30px 0px 0px 0px;
    position: inherit;
	bottom: 55px;
    left: 0px;
	-webkit-border-radius: 5px;
    -moz-border-radius:5px;
    border-radius: 5px;
	font: normal normal normal 16px 'Open Sans';
}
.slideshow .carousel a.learn-more:hover,
.slideshow .carousel a.learn-more:focus,
.slideshow .carousel a.learn-more:visited {
	text-decoration: none;
}
.slideshow .carousel a.learn-more:hover,
.slideshow .carousel a.learn-more:active,
.slideshow .carousel a.learn-more:focus{
	color: #fff;
    background-color:  #1b305d;
}
.slideshow .carousel-control span.fa {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -25px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img,
.metaslider .slides img {
    display: block;
    max-width: none !important;
    width: auto !important;
	min-width: 100% !important;
    position: relative;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.flex-direction-nav a {
    background: url(images/arrows.png) no-repeat scroll -9px 24px rgba(0, 0, 0, 0) !important;
    height: 85px !important;
    text-align: center;
    width: 71px !important;
	top: 40% !important;
}
.flex-direction-nav .flex-prev,
a.flex-prev {
    background: url(images/arrows.png) no-repeat scroll -9px 24px rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important;
    content: "";
    display: block;
    font: 146px/28px FontAwesome;
    height: 85px;
    left: 20px;
/*    margin-top: 52px; */
    position: absolute;
    text-align: center;
    top: 40%;
    width: 71px;
}
.flexslider:hover .flex-next,
a.flex-next {
 /*   left: auto;
    right: 20px; */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: url(images/arrows.png) no-repeat scroll -87px 24px rgba(0, 0, 0, 0)  !important;
    color: #FFFFFF !important;
    content: "";
    display: block;
    font: 146px/28px FontAwesome;
    height: 85px;
  /*  margin-top: 52px; */
    position: absolute;
    text-align: center;
    top: 40%;
    width: 71px;
}


/*Slideshow Fade
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  max-height: 550px;
  overflow: hidden;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;

	-webkit-transition: visibility 0s, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; 
	-webkit-transition-delay: 0.525s, 0.175s, 0.175s; 
	-moz-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s, -moz-transform 0.35s ease-in-out 0.175s; 
	-o-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s, -o-transform 0.35s ease-in-out 0.175s; 
	transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s, transform 0.35s ease-in-out 0.175s; 
	-webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; 
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}*/
	


/*Font Page Widgets*/
.read-more {
	border: none;
	color: #ffffff;
	font: normal normal normal 16px 'Open Sans';
	width: 131px;
	display: block;
	padding: 10px 15px;
	margin: 5px auto;
	text-transform: uppercase;
	position: inherit;
	text-decoration: none;
	background: #761734;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-align: center;
}
.read-more:hover,
.read-more:focus,
#sidebar .widget .read-more:hover {
	text-decoration: none;
	background: #1b305d;
	color: #ffffff;
}
.widget img {
	max-width: 100%;
	height: auto;
}

/* Snappy Eats From */
form#form1 {
	max-width: 90%;
}
form#form1 hr {
	background-color: none !important; 
}
form#form1 span a {
    margin: 15px 0px;
    clear: both;
    display: inline-block;
}

/* Header 
------------------------------------------ */
/*Top nav links*/
#header {
    background: #F9B93D;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    left: 0;
    right: 0;
   /* border-bottom: 16px solid #F9B93D; */
    border-top: 10px solid #1b3668; 
	min-height: 164px;
}
.header_topside {
    float: right;
    height: 78px;
    width: calc(100% - 290px);
}
#app-link {    
	margin-top: 40px;
}
.header_topside .widget {
    max-height: 71px;
	display: inline-block;
}
.get_link {
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 300;
    margin-right: 15px;
    padding-top: 8px;
    float: left;
}
.header_catering {
    background: url("images/catering_icon.png");
    background-repeat: no-repeat;
    background-position: center top;
    padding: 42px 15px 7px 15px;
    float: left;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #1b3668;
}
.header_catering > a {
    color: #FFFFFF;
    font-size: 16px;
    padding: 5px 20px;
}
.header_order {
    background: url("images/order_icon.png");
    background-repeat: no-repeat;
    background-position: center top;
    float: right;
    padding: 42px 15px 7px 15px;
    margin-left: 4px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #1b3668;
}
.header_order > a {
    color: #FFFFFF;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 16px;
}

body.logged-in #header { 
	top:0px; /* sticky header visible when logged in */
} 
.wrapper {
	margin-top: 195px;
	min-height: 500px;
}
.home .wrapper {
	margin-top: 175px;
}
#logo {
	display: inline-block;
	max-width: 255px; 
	padding: 30px 0px 5px 0px;
	float: left;
}
#logo img {
	max-width: 100%;
	height: auto;
}

/*Social Icons*/
#social {
	margin-top: 15px;
}
#social a {
    color: #000000;
	border-radius: 0px;
	padding: 0px 0px 2px 0px;
	width: 30px;
	height: 30px;
	font-size: 8px;
	display: inline !important;
	margin: 3px;
		-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#social a:hover {
    background-color: #ffffff;
	color: #000 !important;
}
#social a span {
	padding-top: 3px;
}

/* Menu
------------------------------------------ */

/*Main Menu*/
ul#menu-main {
    margin-top: 15px;
	margin-bottom: 10px;
}
div#main-nav ul.sub-menu {
    display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 160px;
	padding: 7px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #0094a9;
	border: 1px solid #cccccc;
	border: 1px solid #00c0db;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-webkit-background-clip: padding-box;
    background-clip: padding-box;
}
div#main-nav ul.sub-menu  > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
div#main-nav ul.sub-menu  > li > a:hover,
div#main-nav ul.sub-menu  > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: transparent;
}
div#main-nav ul.sub-menu  > .active > a,
div#main-nav ul.sub-menu  > .active > a:hover,
div#main-nav ul.sub-menu  > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

div#main-nav li > ul.sub-menu { 
	display: block; 
	visibility: hidden; 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); 
	opacity: 0; 
	-webkit-transform: translate(0px, 40px); 
	-moz-transform: translate(0px, 40px); 
	-ms-transform: translate(0px, 40px); 
	-o-transform: translate(0px, 40px); 
	transform: translate(0px, 40px); 
	-webkit-transition: visibility 0s, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; 
	-webkit-transition-delay: 0.525s, 0.175s, 0.175s; 
	-moz-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s, -moz-transform 0.35s ease-in-out 0.175s; 
	-o-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s, -o-transform 0.35s ease-in-out 0.175s; 
	transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s, transform 0.35s ease-in-out 0.175s; 
	-webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; 
	
	/* Rounded Corners */
	-webkit-border-radius: 5; 
	-moz-border-radius: 5; 
	-ms-border-radius: 5; 
	-o-border-radius: 5; 
	border-radius: 5; 
}
div#main-nav  li.menu-item-has-children > ul.sub-menu:before {
	z-index: 10;
    position: absolute;
    top: -8px;
    left: 35px;
    margin-left: 0;
    content: '';
    width: 0;
    height: 0;
    border-bottom: solid 8px #00c0db;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
 }
div#main-nav  li.menu-item-has-children:hover ul.sub-menu { 
	display: block;    
	visibility: visible;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); 
	opacity: 1; 
	-webkit-transform: translate(0px, 0px); 
	-moz-transform: translate(0px, 0px); 
	-ms-transform: translate(0px, 0px); 
	-o-transform: translate(0px, 0px); 
	transform: translate(0px, 0px); 
	-webkit-transition: visibility 0s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; 
	-webkit-transition-delay: 0.175s, 0.175s, 0.175s; 
	-moz-transition: visibility 0s ease-in-out 0.175s, opacity 0.35s ease-in-out 0.175s, -moz-transform 0.35s ease-in-out 0.175s; 
	-o-transition: visibility 0s ease-in-out 0.175s, opacity 0.35s ease-in-out 0.175s, -o-transform 0.35s ease-in-out 0.175s; 
	transition: visibility 0s ease-in-out 0.175s, opacity 0.35s ease-in-out 0.175s, transform 0.35s ease-in-out 0.175s; 
}
div#main-nav ul.sub-menu .scroll,
div#main-nav  li.menu-item-has-children.hide-dropdown:hover ul.sub-menu {
	display: none;
}

/*
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}*/
.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
	font-size: 16px;
}
div#main-nav ul.sub-menu {
    background-color: #00c0db;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	min-width: 127px;
	width: 170px;	
}
div#main-nav ul.sub-menu > li > a {
    color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	background-color: #0094a9;
	padding: 10px;
    margin: 0px;
	white-space: normal;
	border-bottom: 1px solid #00c0db;
}
div#main-nav ul.sub-menu > li:last-child > a {
    border-bottom: none;
	padding: 10px;
    margin: 0px;
}
div#main-nav ul.sub-menu > li > a:hover,
div#main-nav ul.sub-menu > .active > a, 
div#main-nav ul.sub-menu > .active > a:hover, 
div#main-nav ul.sub-menu > .active > a:focus,
div#main-nav ul.sub-menu .current-menu-item a {
	color: #fdbc3e;
	background-color: #0094a9;
}


/* Submenu */
#submenu-nav {
	margin: 0 auto;
	text-align: center;
}
#submenu-nav ul li,
#submenu-nav ul li a {
	display: none;
}
#submenu-nav ul li.current_page_item,
#submenu-nav ul li.current_page_ancestor {
	display: inline-block;
	text-align: center;
}
#submenu-nav ul li ul li,
#submenu-nav ul li ul li ul li {
	display: inline-block;
	text-align: center;
}
#submenu-nav ul li ul li ul.sub-menu li {
	border-bottom: none;
}
#submenu-nav ul li ul li a {
	 color: #2a7396;
	display: inline-block;
	font: normal normal normal 16px 'Open Sans';
	margin: 0;
	text-decoration: none;
	line-height: 1.2;
	padding: 12px;
	margin-left: -4px;
	text-align: center;
}
#submenu-nav ul li ul li a:hover, 
#submenu-nav ul li ul li a:focus,
#submenu-nav ul li ul li a:active,  
#submenu-nav ul li .current_page_item > a {
    color: #1B3668;
    background: #FFFFFF;
}
#submenu-nav ul li ul li:hover, 
#submenu-nav ul li ul li:focus,
#submenu-nav ul li ul li:active,  
#submenu-nav ul li .current_page_item  {
    color: #2a7396;
}
#submenu-nav ul li .current_page_item > a {
}
#submenu-nav ul li ul li.current_page_ancestor {
}
#submenu ul li ul li ul.sub-menu li a {
	display: none;
}


/* Footer
------------------------------------------ */
#footer {
	background-color: #0094a9;
	padding-bottom: 30px;
	color: #FFFFFF;
	font: normal normal normal 15px 'Open Sans';
	line-height: 35px;
	font-weight: bold !important;
	background-image: url(images/Footer_Background.jpg);
    background-repeat: repeat;
    background-position: center top;
}
#footer p {
	color: #ffffff;
	line-height: 1.4;
    font-size: 14px;
	margin: 20px 0px 10px 0px;
}
#footer .col-lg-12 {
    clear: both;
}

/* Back to top button */
.cssanimations #backToTopBtn {
    display: block;
    visibility: visible;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    -moz-transition: -moz-transform 0.35s ease-in-out;
    -o-transition: -o-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
}
.cssanimations #backToTopBtn.off { 
	visibility: hidden; 
	-webkit-transform: translate(0px, 80px); 
	-moz-transform: translate(0px, 80px); 
	-ms-transform: translate(0px, 80px); 
	-o-transform: translate(0px, 80px); 
	transform: translate(0px, 80px); 
	-webkit-transition: visibility 0s, -webkit-transform 0.35s ease-in-out; 
	-webkit-transition-delay: 0.35s, 0s; 
	-moz-transition: visibility 0s 0.35s, -moz-transform 0.35s ease-in-out; -o-transition: visibility 0s 0.35s, -o-transform 0.35s ease-in-out; 
	transition: visibility 0s 0.35s, transform 0.35s ease-in-out; 
}
#backToTopBtn {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    text-indent: 100%;
    white-space: nowrap;
    background: #000000;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
#backToTopBtn:before {
    width: 100%;
    height: 28px;
    margin-top: -14px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    text-indent: 0;
    text-align: center;
    font: 28px/28px FontAwesome;
    content: "\f106";
}
#backToTopBtn:hover { 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75); 
	opacity: 0.75; 
}

/*#backToTopBtn.off { display: none; }*/

@media only screen and (max-width: 768px) { 
	#backToTopBtn{ 
		width: 32px; 
		height: 32px; 
} }
.cssanimations #backToTopBtn { 
	display: block; 
	visibility: visible; 
	-webkit-transform: translate(0px, 0px); 
	-moz-transform: translate(0px, 0px); 
	-ms-transform: translate(0px, 0px); 
	-o-transform: translate(0px, 0px); 
	transform: translate(0px, 0px); 
	-webkit-transition: -webkit-transform 0.35s ease-in-out; 
	-moz-transition: -moz-transform 0.35s ease-in-out; 
	-o-transition: -o-transform 0.35s ease-in-out; 
	transition: transform 0.35s ease-in-out; -webkit-backface-visibility: hidden; 
}
.cssanimations #backToTopBtn.off { 
	visibility: hidden; 
	-webkit-transform: translate(0px, 80px); 
	-moz-transform: translate(0px, 80px); 
	-ms-transform: translate(0px, 80px); 
	-o-transform: translate(0px, 80px); 
	transform: translate(0px, 80px); 
	-webkit-transition: visibility 0s, -webkit-transform 0.35s ease-in-out; 
	-webkit-transition-delay: 0.35s, 0s; 
	-moz-transition: visibility 0s 0.35s, -moz-transform 0.35s ease-in-out; -o-transition: visibility 0s 0.35s, -o-transform 0.35s ease-in-out; 
	transition: visibility 0s 0.35s, transform 0.35s ease-in-out; 
}


	
/* Footer Menu*/
#footer .menu-main-container,
#footer .menu-secondary-footer-menu-container {
	width: 100%;
}
#footer ul.nav-footer li {
	list-style: none;
	display: block;
	font-size: 14px;
	padding: 2px 0px;
	 width: 50%;
	 float: left;
}
#footer ul.nav-footer li a {
	color: #FFFFFF;
	font: normal normal normal 14px 'Open Sans';
	padding: 5px 0px;
	font-weight: bold;
}
#footer ul.nav-footer li a:hover,
#footer ul.nav-footer li a:focus,
#footer ul.nav-footer li a:active,
#footer ul.nav-footer li.current_page_item a,
#footer ul.nav-footer li.current-page-ancestor  a {
	color: #fdbc3e;
	text-decoration: none;
}
#footer ul.nav-footer li ul {
	display: none;
}
div#copyright p {
    text-align: center;
    font-weight: normal;
   font-size: 14px; 
   margin-top: 10px;
}


/* Specific Styles
------------------------------------------ */
.orange-color {
    color: #FEBD3E !important;
}
.orange-color.title {
    font-size: 20px;
    padding: 0 0 15px;
	display: block;
}
#menu2 {
	min-height: 700px;
}
#menu2 p {
	font-size: 14px;
	padding: 10px;
}
#menu2 h2 {
	padding: 0px 10px;
	margin: 0;
}
@media only screen and (max-width: 979px) and (min-width: 768px)
#menu2 {
    min-height: 1431px !important;
}

/* Ingredients */
.ingredients {
	background: #ffffff;
	color: #000000;
	text-align: center;
	height: 200px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 15px;
	position: relative;
}
.ingredients p {
	color: #000000 !important;
}

#content ul.cnOurHolder li.item .cnportfolio-image img {
	margin-bottom: 0px;
}
.ingredients.arrow-top:after {
    z-index: 10;
    position: absolute;
    top: -13px;
    margin-left: -16px;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    border-bottom: solid 15px #ffffff;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}
ul#cnFilterOptions li {
	padding: 0 !important;
} 
ul#cnFilterOptions li a {
    color: #fff;
    font-weight: bold;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
    outline: 0 none;
    margin: 0;
}
ul#cnFilterOptions li.active, ul#cnFilterOptions li:hover {

}
ul#cnFilterOptions li {
	background: #fdbc3e;
	border: none;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-radius: 5px;
}
/*#content #cnfolioHolder ul.cnOurHolder  li {
    padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}*/
#cnfolioHolder ul.cnOurHolder li.item {
	margin-right: 10px;
}
#content #cnfolioHolder ul.cnOurHolder li:first-child,
#content #cnfolioHolder ul.cnOurHolder  li:nth-child(1+2n) {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
/* Archive
------------------------------------------ */

/* Menu Page */
span.floatright.print-menu-buttons {
    margin-top: -57px;
}
span.floatright.print-menu-buttons a {
    font-size: 15px;
    margin-left: 20px;
}

/* Contact Page
------------------------------------------ */
img.ajax-loader {
	width: auto !important; /* otherwise content overflows past the footer */
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px !important;
    font-weight: normal !important; 
}
/* Catering Page */
.catering_links a {
    background: none repeat scroll 0 0 #E9AD39;
    border-radius: 4px;
    margin-bottom: 45px;
    margin-left: 65px;
    margin-top: 37px;
    padding: 9px;
    text-align: center;
    display: block;
    width: 26%;
    float: left;
    color: #000000 !important;
}

/* Quiz */
.watupro-qnum-info {
    font-style: italic !important;
    margin-top: 25px !important;
}
div#watupro_quiz,
div#watupro_quiz p {
    font-size: 14px;
}
#watupro_quiz input[type="text"], 
#watupro_quiz input[type="email"], 
#watupro_quiz textarea {
    width: 300px !important;
    background: #ffffff !important;
    color: #000000 !important;
}

#watupro_quiz button,
html #watupro_quiz   input[type="button"], 
#watupro_quiz  input[type="reset"], 
#watupro_quiz  input[type="submit"] {
    color: #000000;
	font-size: 14px;
	background: #cccccc;
    border: none;
    padding: 5px 10px;
    margin-right: 10px !important;
}
.quiz-form input[type='radio'] {
	display: inline-block !important;
    border: 2px solid #e6e6e6;
    border-radius: 3px;
}
.question-content {
    margin-left: 0px !important;
   font-weight: normal; 
    font-size: 16px;
    margin-bottom: 20px;
}
.watupro-question-choice span {
    display: inline !important;
    font-weight: normal;
}


#cnfolioHolder ul.cnOurHolder li.item {
	min-width: 250px;
}

/* Training, password protected page */
form.post-password-form { 
	margin-left: auto;
  	margin-right: auto;
  	padding-top: 50px;
  	padding-left: 168px;
  	display: table;
 	position: relative;
	margin-top: 45px
}	
form.post-password-form:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font: 210px/210px FontAwesome;
    content: "\f023";
	color: #e6e6e6;
}

/* Top padding for pages without a title */
.page-template-page-no-title #article-content {
    padding-top: 45px;
}

a.orange-color {
    margin-top: 10px;
    display: inline-block;
}
a.orange-color:hover {
	color: #ffffff !important;
}

.padding-top {
	padding-top: 15px;
}

.column-right-25 {
	width: 25%;
	float: right;
	margin-top: 42px;
}
.column-left-75 {
	width: 72%;
}

.mobile-show {
	display: none !important;
}
/*Responsive tweaks*/
@media screen and (min-width: 1220px) {
	div#cnfolioHolder {
		width: 100%;
		margin: 10px -40px;
	}
}
@media screen and (max-width: 1219px) {
	.container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.img-responsive, 
	.thumbnail > img, 
	.thumbnail a > img, 
	.carousel-inner > .item > img, 
	.carousel-inner > .item > a > img,
	.metaslider .slides img 	{
		width: 100% !important;
		min-height: auto !important;
		height: auto !important;
	}
	
	#menu2 {
		height: auto !important;
	}
	.col-onefifth {
		width: 29%;
		margin-right: 25px;
		margin-bottom: 30px;
	}
	.bg_dark_texture {
		background-image: none;
	}
	.home #content .col-onefifth img {
		margin: 30px auto;
		height: auto;
		width: auto;
	}
	.wrapper {
		min-height: 0px;
	}
	#content ol li, 
	#content ul li {
		margin: 10px 0px;
	}
	.page-id-103 .wrapper {
		margin-top: 280px;
	}

}
@media screen and (max-width: 1219px) and (min-width: 995px) {
	div#cnfolioHolder {
		width: 100%;
		margin: 10px -40px;
	}
}

}
@media screen and (max-width: 1260px) and (min-width: 767px) {
	.wrapper {
		margin-top: 230px;
	}
	.home .wrapper 	{
		margin-top: 175px;
	} 
	.carousel-control.left,
	.carousel-control.right,
	.flex-direction-nav .flex-prev,
	.flex-direction-nav .flex-next		{
		height: 85px;
		margin-top: 20px;
		top: 30%;
		width: 71px;
	}
}

@media screen and (min-width: 767px) {	
	#navbar-collapse-mobile {
		display: none !important;
	}	
}	

@media screen and (max-width: 1024px) {
	.catering_links a {
		margin-bottom: 10px;
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
		float: none;
	}	
	.catering_links {
		margin-bottom: 20px;
	}
	#submenu-nav ul li ul li a {
		color: #2a7396;
		display: inline-block;
		font: normal normal normal 14px 'Open Sans';
		margin: 0;
		text-decoration: none;
		line-height: 1.2;
		padding: 12px;
		margin-left: -4px;
		text-align: center;
	}
}	

@media screen and (min-width: 990px) and (max-width: 1024px) {
	.home .wrapper {
		margin-top: 195px;
	}

} 
@media screen and (min-width: 830px) and (max-width: 990px) {
	.home .wrapper {
		margin-top: 210px;
	}
}
@media screen and (max-width: 992px) {
	.photo_container.mobile-show {
		display: block !important;
	}
	.photo_container.mobile-hide {
		display: none !important;
	}
	.header_topside {
		width: 60%;
	}
	#logo {
		max-width: 35%;
	}
	.nav > li > a {
		padding: 10px 10px;
	}
}
@media screen and (max-width: 900px) {
	#logo img {
		max-width: 180px;
		padding-left: 10px;
	}	
	.page-id-103 .wrapper {
		margin-top: 270px;
	}	
	span.floatright.print-menu-buttons {
		margin: 10px 0px;
		float: none;
		clear: both;
	}
	span.floatright.print-menu-buttons a {
		margin-left: 0px;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	.col-twofifths {
		width: 100%;
		float: none;
		margin-right: 20px;
	}
	.bg_transparent_black {
		padding: 24px 22px 20px 22px;
	}	
	.page-template-page-no-title #article-content {
		padding-top: 10px;
	}
	#footer .mod.column-padding {
		clear: both !important;
	}
	.column-right-25,
	.column-left-75 {
		width: 100%;
		float: none;
	}
	.mobile-show {
		display: block !important;
	}
	.mobile-hide {
		display: none !important;
	}
	.home .wrapper {
		margin-top: 220px;
	}
	.slideshow .carousel-caption h3,
	.metaslider .caption	{
		font: normal normal normal 30px 'Open Sans';
		line-height: 34px;
		text-align: center;
		margin: 0px 50px 10px 50px; 
	}
}

@media screen and (max-width: 767px) {
	/*Hide */
	#submenu-nav {}
	div#submenu-nav ul li a {
		display: none;
		height: 0px;
		margin-top: -20px;
		margin-bottom: 0px;
		visibility: hidden;
		padding: 0px;
	}
	div#submenu-nav ul li.scroll a {
		display: inline-block;
		margin: 1px 0px;
		visibility: visible;
		height: auto;
	}
	.home .wrapper {
		margin-top: 225px;
	}

	/* Header */
	.header_topside {
        float: none;
		height: 45px;
		width: 100%;
		clear: both;
	}
	.header_topside .widget {
		width: 100%;
	}
	#app-link {    
		margin-top: 0px;
	}
	.header_topside .widget {
		display: inline-block;
	}
	.header_catering {
		background-position: center right;
		padding-top: 5px;
		padding-bottom: 6px;
		/* float: left; */
		padding-right: 25px;
		border-bottom-right-radius: 0px; 
		border-bottom-left-radius: 0px; 
		width: 49%;
		margin-top: 2px;
	}
	.header_catering > a {
		font-size: 14px;
		padding: 5px 15px;
	}
	.header_order {
		background-position: center right;
		float: right;
		padding-top: 5px;
		padding-bottom: 6px;
		margin-left: 4px;
		padding-right: 25px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		width: 49%;
		margin-top: 2px;
	}
	.header_order > a {
		padding-left: 15px;
		padding-right: 25px;
		font-size: 14px;
	}
	#logo {
		max-width: 300px;
		width: 100%;
		margin: 0 auto;
		display: block;
		padding-bottom: 15px;
		float: none;
	}
	#logo img {
		max-width: 100%;
		padding-left: 0px;
	}
	span.social {
		padding-bottom: 6px;
		clear: both;
		position: absolute;
		bottom: 5px;
		right: 23px;
	}
	ul#menu-main {
		margin-top: 0px;
	}
	ul#menu-main .navbar-default .navbar-collapse, 
	ul#menu-main .navbar-default .navbar-form {
		width: 100%;
		float: none;
	}
	.navbar-nav {
		margin: 0px;
	}
	#header {
		position: relative;
	}
	.mobile-menu-icon {
		padding-top: 4px;
	}
	div#navbar-collapse-1 {
		float: none;
		width: 100%;
	}
	.navbar-default {
		padding-bottom: 55px;
		margin-bottom: 15px;
	}
	.app-links {
		position: absolute;
		bottom: 8px;
		max-width: 180px;
	}
	#content {
		padding-bottom: 0px;
	}
	/* Other */
	.home .wrapper,
	.wrapper,
	.page-id-103 .wrapper	{
		margin-top: 0px;
	}
	.col-onefifth {
		width: 100%;
		margin-right: 10px;
	}
	.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img,
	.metaslider .slides img	{
		height: 300px !important;
		width: auto !important;
		overflow: hidden;
	}
	.slideshow .carousel-caption h3,
	.metaslider .caption	{
		font: normal normal normal 22px 'Open Sans';
		line-height: 27px;
		margin-bottom: 10px;
	}
	.carousel-control.left,
	.carousel-control.right,
	.flex-direction-nav a,
	.flex-direction-nav .flex-prev,
	.flex-direction-nav .flex-next,
	.flex-direction-nav .flex-prev:hover,
	.flex-direction-nav .flex-next:hover	{
		height: 85px;
		margin-top: 0px;
		top: 15% !important;
		width: 71px;
	}
	/* Snappy Eats form */
	form#form1 {
		padding-left: 25px !important;
	}
	.locations h1 {
		margin-left: -75px;
	}
	.form_2columns p {
		width: 99%;
		margin-right: 0 !important;
		float: none;
	}
}
@media screen and (max-width: 480px) {
	/* Header */
	.navbar-default {
		padding-bottom: 95px;
	}
	.header_catering,
	.header_order	{
		width: 100%;
	}
	.wrapper {
		margin-top: 20px;
	}
	#content ul li {
		padding: 0px;
	}
	span.social {
		position: absolute;
		bottom: 45px;
		right: 23px;
	}
	.app-links {
		position: absolute;
		bottom: 8px;
		right: 27px;
		max-width: 180px;
	}
	
	/* Other */	
	.col-onefifth {
		width: 100%;
		margin-bottom: 10px;
	}
	.slideshow {
		height: auto;
	}
	.home  > .slideshow {
		height: 200px;		
	}
	.slideshow .item {
		height: 200px;
		overflow: hidden;
	}
	.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img,
	.metaslider .slides img	{
		height: 200px;
		width: auto;
		overflow: hidden;
	}
	.slideshow .carousel-caption h3,
	.metaslider .caption	{
		font: normal normal normal 16px 'Open Sans';
		line-height: 20px;
	/*	margin-bottom: -30px; */
	}
	.ingredients.arrow-top:after {
		display: none;	}

}


/* New Catering Page */
#catering {
    margin-top: -76px;
    padding-top: 0px;
}

.banner_container {
	height: 420px;   
	width: 100%;
   	position: relative;
    	background-image: url(images/catering_banner.png); 
    	background-repeat: no-repeat; 
    	background-size: 1130px 420px;
    	background-position: 0px 0px;
}

.textOverlay_container {
    	padding: 47px 61px 50px 41px;
    	text-transform: uppercase;
    	font-weight: 900; 
    	line-height: 60px;
    	color: #ffffff;
    	font-size: 24px;
    	margin: 0px;
    	background-image: url(images/catering_banner.png);
    	background-repeat: no-repeat;
    	background-color: rgba(77, 104, 145,0.9);
    	max-width: 567px;
    	position: absolute;
    	margin-top: 60px;
    	background-blend-mode: multiply;
    	max-width: 100%;
    	background-size: 1130px 420px;
    	background-position: 2px -60px;
}

.cater_header{
 font-size: 70px; 
 color: #ffbf3b;
}

.cater_subheader{
 font-size: 26px; 
text-transform: uppercase;
font-weight: bold;
}
.text_container {
    min-height: 275px;
    font-size: 20px;
    color: #ffffff;
    position: relative;
    padding: 40px 48px 35px 60px;
    background-size: cover;
    background-image: url('images/Txt_bkg.png');
    background-position: bottom right;
    background-size: 100%;
    background-repeat: no-repeat;	
}


#top_container .text_container {
    background-color: #ffb900;
}

#mid_container .text_container {
    background-color: #0097ac;

}

#bottom_container .text_container {
    background-color: #11366c;
}

.text_container.arrow_right:after
 {
    z-index: 10;
    position: absolute;
    left: 100%;
    top: 45%;
    margin-top: -9px;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 24px transparent;
    border-bottom: solid 24px transparent;
    border-left: solid 23px #ffb900;
}

#mid_container .text_container.arrow_left:after {
    z-index: 10;
    position: absolute;
    right: 100%;
    top: 45%;
    margin-top: -10px;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 24px transparent;
    border-bottom: solid 24px transparent;
    border-right: solid 23px #0097ac;
}

#bottom_container .text_container.arrow_right:after
 {
    z-index: 10;
    position: absolute;
    left: 100%;
    top: 45%;
    margin-top: -9px;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 24px transparent;
    border-bottom: solid 24px transparent;
    border-left: solid 23px #11366c;
}

.photo_container {
   display: block;
   min-height: 275px;
   background-size: cover !important;
}

.btn.small {
   font-size: 18px;
   margin-top: 30px;
}

.btn.smallBlue {
   font-size: 18px;
   margin-top: 30px;
   background: #0097ac;
	color: #fff !important;
}
.btn,
.btn:visited {
    color: #1b3668 !important;
}
.btn:hover {
    color: #fff !important;
}


@media screen and (min-width: 992px) {
/* Equal height columns */
	.row.equal-height {
		/*flex-wrap: wrap;
		 -webkit-flex-wrap: wrap; */
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;          	/*	OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */ 
	}
	.row.equal-height > [class*='col-'] {
		display: flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		display: block;		
	}

}

@media screen and (max-width: 991px) {

#top_container .text_container.arrow_bottom:after {
    z-index: 10;
    position: absolute;
    top: 100%;
    left: 15%;
    margin-left: -10px;
    content:'';
    width: 0;
    height: 0;
    border-top: solid 30px #ffb900;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}


#mid_container .text_container.arrow_bottom:after {
    z-index: 10;
    position: absolute;
    top: 100%;
    left: 15%;
    margin-left: -10px;
    content:'';
    width: 0;
    height: 0;
    border-top: solid 30px #0097ac;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}


#bottom_container .text_container.arrow_bottom:after {
    z-index: 10;
    position: absolute;
    top: 100%;
    left: 15%;
    margin-left: -10px;
    content:'';
    width: 0;
    height: 0;
    border-top: solid 30px #11366c;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}

}

@media screen and (max-width: 612px) {

.textOverlay_container {
 font-size: 20px; 
 line-height: 30px;
}

.cater_header{
    font-size: 40px;
    color: #ffbf3b;
    line-height: 50px;
}



.banner_container {
	height: 420px;   
	width: 100%;
   	position: relative;
    	background-image: url(images/catering_banner.png); 
    	background-repeat: no-repeat; 
    	background-size: 1130px 420px;
    	background-position: center center;
}

.textOverlay_container {
    	padding: 25px 20px 35px 25px;
    	text-transform: uppercase;
    	font-weight: 900; 
    	line-height: 60px;
    	color: #ffffff;
    	font-size: 24px;
    	background-image: none;
    	max-width: 567px;
    	position: absolute;
    	margin-top: 60px;
    	background: rgba(51, 72, 105, 0.9);
    	max-width: 100%;
}
.text_container {
    	padding: 25px 20px 35px 25px;
}

}

@media screen and (max-width: 480px) {

.textOverlay_container {
 font-size: 20px; 
 line-height: 30px;
}

.cater_header{
    font-size: 34px;
    color: #ffbf3b;
    line-height: 36px;
}
.btn.smallBlue {
   font-size: 15px;
   margin-top: 30px;
   background: #0097ac;
	color: #fff;
}
}
/* Marstudio Inc. - Marketing Redefined */