/**********************************************
IMPORT FONTS
**********************************************/
@font-face {
    font-family: Century Gothic;
    src: url(../fonts/GOTHIC_3.TTF);
    font-weight: normal;
}
@font-face {
    font-family: Century Gothic Bold;
    src: url(../fonts/GOTHICB_3.TTF);
    font-weight: normal;
}

/**********************************************
LOADER
**********************************************/
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: rgba(29,149,211,.8);
    display: none;
}
.loader canvas {
    position: absolute;
    left: 40%;
    top: 23%;
}

/**********************************************
NAVIGATION
**********************************************/
.page nav.transparent,
.single nav.transparent,
.archive nav.transparent {
	background: #1d95d3;
}
.page.home nav.transparent {
	background: transparent;
}
.page.home nav.transparent.scroll {
	background: #1d95d3;
}
nav.transparent.stickNav {
	top: -150px;
}
nav.transparent.stickNav.scroll {
	top: 0;
}
nav.transparent.scroll {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;

	-webkit-box-shadow: 0 6px 6px -6px #000000;
	   -moz-box-shadow: 0 6px 6px -6px #000000;
	        box-shadow: 0 6px 8px -6px #000000;
}
nav.transparent.scroll a:hover {
	color: #0a548b !important;
}
.navigation.transparent li.current-menu-item a {
	color: #0a548b !important;
}
.page-wrap {
	position: relative;
}
/**********************************************
HOME
**********************************************/
.page-title-wrapper {
	display: block;
	margin: 0 auto 20px auto;
}
.page-title-wrapper h1 {
	text-align: center;
	line-height: 1.2;
	text-shadow: 0 1px 5px #020303;
}
.home .container .sixteen.columns {
	width: 670px;
	float: none;
	display: block;
    margin: auto;
}
.home-text-wrapper p {
	margin: auto;
	font-size: 13px;
	text-align: center;
}
.page-button-wrapper a {
	background-color: #1d95d3;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 90px 10px 20px; 
	margin-left: 9px;
}
.page4 .page-button-wrapper {
	text-align: center;
	margin-top: 100px;
}

/**********************************************
OUR MENU
**********************************************/
.menu-content-wrapper {
	width: 100%;
	height: 103vh;
	position: relative;
	overflow: hidden;
}
.menu-section-1 {
	background-color: #ffffff;
	height: 50vh;
}
.menu-section-2 {
	background-color: #d8f2ff;
	height: 53vh;
}
.menu-section-2-skew {
    position: relative;
    width: 110%;
    top: -60px;
    margin-left: -50px;
}
.menu-section-2-skew {
	background-color: #d8f2ff;
	-webkit-transform: rotate(4.5deg);
    -moz-transform: rotate(4.5deg);
    -o-transform: rotate(4.5deg);
    -ms-transform: rotate(4.5deg);
    transform: rotate(4.5deg);
	z-index: 10;
}
.menu-section-2-skew .container {
	-webkit-transform: rotate(-4.5deg);
    -moz-transform: rotate(-4.5deg);
    -o-transform: rotate(-4.5deg);
    -ms-transform: rotate(-4.5deg);
    transform: rotate(-4.5deg);
}
.menu-section-1 ul {
	display: inline-block;
	text-align: center;
}
.menu-section-1 ul li {
	float: left;
	color: #0a548b;
	font-size: 13px;
	text-transform: uppercase;
	margin-right: 40px;
}
.menu-section-1 ul li:last-child {
	margin-right: 0;
}
.menu-section-1 h1 {
	padding-top: 45px;
	text-align: center;
	font-size: 30px;
	color: #0a548b;
	font-weight: 700;
	margin-bottom: 30px;
}
.menu-section-2 h2 {
	color: #1d95d3;
	font-weight: 700;
	line-height: 1.2;
}
.menu-description-wrapper {
    padding-top: 40px;
}
.menu-divider-wrapper {
    margin-bottom: 20px;
}
.menu-divider-wrapper p {
	line-height: 1;
	margin-bottom: 5px;
    font-size: 14px;
    color: #666666;
}
.menu-section-2-skew .container {
	position: relative;
}
.menu-description-wrapper, .menu-image {
	float: left;
	width: 50%;
}
.price-wrapper p {
 	color: #0a548b;
 	font-size: 18px;
 	font-family: 'Droid Serif', Arial, Helvetica, sans-serif;
 	font-weight: 700;
 	margin-bottom: 30px;
 }
.our-menu .menu-section-1 .container {
 	text-align: center;
	z-index: 1000;
 }
.our-menu .page-button-wrapper {
 	text-align: left;
 }
.our-menu .hvr-ripple-out:before {
	border: #0a548b solid 1px;
}
.our-menu .page-button-wrapper a {
 	width: 148px;
 	float: left;
 	background-color: transparent;
 	padding: 5px;
 	border: 1px solid #0a548b;
 	color: #0a548b;
 	font-weight: normal;
 	margin-left: 0;
 	text-align: center;
}
.page-button-wrapper a:nth-child(1) {
 	margin-right: 13px;
}
.menu-image img {
    /*width: 450px;*/
    position: absolute;
    top: -130px;
    margin-left: -90px;
}



/**********************************************
BEST SELLERS
**********************************************/

.best-sellers .featured-image, .best-sellers .default-section, .best-sellers .page-button-wrapper {
	float: left;
}
.best-sellers {
	overflow: visible;
	padding: 40px 0;
}
.best-sellers .featured-image {
	width: 262px;
	height: 10px;
}
.best-sellers .page-button-wrapper {
	margin-left: 30px;
	margin-top: 10px;
}
.best-sellers .featured-image img {
	position: absolute;
	top: -124px;
    margin-left: 50px;
}
.default-section h3 {
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	margin: 0;
}

.best-sellers .page-button-wrapper a {
 	width: 130px;
 	float: left;
 	padding: 5px;
 	font-weight: normal;
 	margin-left: 0;
 	text-align: center;
 	margin-right: 0;
}


/**********************************************
GALLERY-home-section
**********************************************/
.gallery-home-section .container {
	width: 100%;
}
.slider-pro {
	padding-top: 30px;
}
.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
    content: '';
    position: absolute;
    width: 10%;
    height: 50%;
    background-color: #999999;
}
.sp-arrow {
	background-color: #ffffff;
	width: 58px;
	height: 58px;
	border-radius: 5px;
}
.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
	width: 2px;
    height: 10px;
}
.sp-next-arrow:before {
    right: 46%;
    top: 32%;
}
.sp-next-arrow:after {
    right: 46%;
    top: 50%;
}
.sp-previous-arrow:before {
    left: 46%;
    top: 32%;
}
.sp-previous-arrow:after {
    left: 46%;
    top: 50%;
}
.gallery-home-section .default-section {
	text-align: center;
}
.gallery-home-section .default-section p {
	color: #0a548b;
}
.gallery-home-section .page-button-wrapper {
	margin-top: 40px;
	text-align: center;
}
.gallery-home-section .page-button-wrapper a {
 	padding: 10px 30px 10px 30px;
 	font-weight: normal;
 	text-align: center;
}
.gallery-home-section .page-button-wrapper {
	padding-bottom: 40px;
}


/**********************************************
CONTACT
**********************************************/
#contact .title h1.header-text {
	margin: 0 0 50px;
	font-family: Droid Serif, Arial, Helvetica, sans-serif !important;
}
#contact .container p {
	font-family: 'Droid Sans', Arial;
	line-height: 1.2;
	margin-bottom: 0;
	/*letter-spacing: 1px;*/
}
#contact .container h1 {
	font-family: 'Century Gothic Bold', Droid Sans, Arial !important;
	
}
.map-wrapper {
	margin-bottom: 40px;
}
#map {
    height: 350px;
    width: 80%;
    display: block;
    margin: auto;
}
#contact .parallax-content {
	padding: 120px 0 120px;
}
	
.infobox {
    display: inline-block;
    zoom: 1;
    background-color: #fff;
    padding: 10px;
    position: relative;
    width: 270px
}

.infobox:after {
    height: 0;
    content: ".";
    display: block;
    clear: both;
    visibility: hidden
}

.infobox:before {
    bottom: -16px;
    border: 8px solid transparent;
    border-top-color: #fff;
    content: '';
    height: 0px;
    margin-left: -8px;
    left: 50%;
    position: absolute;
    width: 0px;
    z-index: 100
}

.infobox .image {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px
}

.infobox .title {
    font-size: 15px;
    color: #1d95d3;
    text-align: left;
}

.infobox .title a:href {
    text-decoration: none
}

.infobox .area {
    color: #313131;
    margin-top: 5px;
    font-size: 13px;
}

.infobox .area .key {
    float: left;
    font-weight: bold
}
.infobox .link a {
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    background-image: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    background-color: #0581b5;
    background-image: url("../images/arrow-right-white.png");
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 8px 11px;
    color: #ffffff;
    border: 0px;
    padding: 7px 30px 7px 15px;
    clear: right;
    float: right
}

.infobox .link a:hover,
.infobox .link a:active,
.infobox .link a:focus {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none
}

/**********************************************
FOOTER
**********************************************/

.copyright table tr {
	display: block;
	margin-bottom: 15px;
}
.copyright table tr:nth-child(4) {
	margin-bottom: 0;
}
.copyright table td {
	font-family: 'Century Gothic', Droid Sans, Arial;
	font-size: 12px;
	color: #999999;
	line-height: 1.5;
}
.copyright table td a {
	color: #999999;
}
.copyright table td p {
	margin-bottom: 0;
}
.copyright table td:nth-child(1) {
	width: 100px;
}
.copyright .container p {
	font-family: 'Century Gothic', Droid Sans, Arial;
	font-size: 12px;
	color: #999999;
}
.copyright .container span {
	float: left;
	margin: 18px 10px 0 0;
}
.copyright .social-network {
	width: 100%;
}
.copyright .social-network td:nth-child(1) {
	width: auto;
	vertical-align: middle;
}
.copyright .social-icon {
	background-color: transparent;
	margin-top: 5px;
}
.copyright .container p.copyright-reserve {
	position: absolute;
	bottom: 0;
	right: 0;
}
.copyright .one_half {
	height: 162px;
	margin-bottom: 0;
}
.copyright .one_half.last {
	text-align: right;
}
.social-network tr {
	float: right;
}
.social-icon.social-facebook {
	position: relative;
    left: 5px;
}

/********eric**************************************
PAGE TITLE
**********************************************/
.page-title{
	height: 190px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 80px;
}
.page-title h1{
	color: #FFF;
	margin-top: 50px;
	font-weight: bold;
	font-size: 30px;
}

.page-title hr{
	width: 65px;
	height: 4px;
	border: 0;
	background-color: #FFF;
	display: block;
	margin: auto;
}
.page-title-background{
	height: 100%;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0px;
	right: 0px;
	z-index: -1;
}


/********eric**************************************
ABOUT US
**********************************************/
.home #about-us{
	display: none;
	
}
#about-us .container{
	width: 100%;
	margin-top: 125px;
}

#about-us .page-content > div{
	width: 50%;
	float: left;
	height: 484px;
}
#about-us .page-content a{
	background-color: #1d95d3;
	padding: 11px 33px;
	color: #FFF;
	margin: 0px 11px;
}
#about-us .page-content > div:nth-child(2) > div{
	width: 556px;
	float: left;
	padding-left: 55px;
}


#about-us .page-content > div:nth-child(2) > div h1{
	color: #1d95d3;
	font-size: 48px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 31px;
}
#about-us .page-content > div:nth-child(2) > div p{
	color: #999;
}

#about-us .page-content > div:nth-child(3) {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 73px;
	margin-bottom: 102px;
	height: auto;
}

/********eric**************************************
NEWS
**********************************************/
.page-template-news .page-content{
	margin-bottom: 50px;

}
.page-template-news .page-content > p{
	text-align: center;
    margin-top: 36px;

}
.news-item{
	height: 235px;
	padding-top: 31px;
	padding-bottom: 38px;
	display: block;
	position: relative;
	border-bottom: 1px solid #999999;
}
.news-item > div:first-child{
	width: 425px;
	height: 235px;
	float: left;
	overflow: hidden;
}
.news-item > div:first-child img{
	-webkit-transition: transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}
.news-item > div:first-child img:hover{
	-webkit-transform: scale(1.2);
	-moz-trans{form: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale}(1.2);
}
.news-item > div:last-child{
	width: 552px;
    float: left;
    margin-left: 30px;
}
.news-item > div:last-child h2{
	color: #1d95d3;
	font-size: 18px;
	margin-bottom: 0px;
	font-size: bold;
}
.news-item > div:last-child p{
	color: #333333;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 25px;
}
.news-item > div:last-child > span{
	color: #999999;
	font-size: 13px;
	font-family: Droid Serif;

}
.news-item > div:last-child > span i{
	text-decoration: underline;
    font-style: italic;
	
}

.news-item > div:last-child > .ssba{
	position: absolute;
	bottom: 42px;
	font-family: Droid Serif;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
	right: 0px;
	opacity: 0;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
div.news-item:hover .ssba{
	opacity: 1;
}
.news-item > div:last-child > .ssba  img{
	padding: 3px;
	

}

.news-item > div:last-child > a {
	position: absolute;
    bottom: 48px;
    color: #FFF;
    background-color: #1d95d3;
    padding: 6px 33px;
}
.archive a.read-more {
    color: #FFF;
    background-color: #1d95d3;
    padding: 6px 33px;
}

/********eric**************************************
GALLERY
**********************************************/
.gallery {
	padding: 80px 0 100px;
}
.gallery .container {
	width: 1050px;
	padding-top: 50px;
}
.gallery-item {
	width: 33%;
	float: left;
	margin: 0 1px;
	overflow: hidden;
	padding-bottom: 100px;
}
.gallery-item h2 {
	color: #ffffff;
	font-size: 36px;
	font-weight: bolder;
	padding-top: 30%;
}
.gallery-item-desc h3 {
	color: #1d95d3;
	border-bottom: 1px solid #999999;
}
.gallery-item-desc {
	float: left;
	padding-top: 30px;
	width: 95%;
}
.gallery .page-button-wrapper {
	text-align: center;
	clear: both;
}
.gallery .page-button-wrapper a {
	padding: 10px 40px 10px 40px;
	font-weight: normal;
	margin-right: 0;
	margin-left: 15px;
}

/**********************************************
CELEBRATE WITH US
**********************************************/
.celebrate-with-us {
	background-color: #dbe0e4;
	padding: 60px 0 40px;
}
.celebrate-with-us .container {
	width: 900px;
}
.celebrate-with-us .one_third {
	margin-right: 4%;
	margin-bottom: 0;
}
.celebrate-with-us h1 {
	color: #1e94d2;
	line-height: 1;
	font-weight: bolder;
	text-align: center;
	font-size: 50px;
	padding-right: 30px;
	border-right: 2px solid #f0f4f5;
}
.celebrate-with-us p {
	color: #555555;
}
.celebrate-with-us .page-button-wrapper {
	text-align: center;
}
.celebrate-with-us .page-button-wrapper a {
	padding: 10px 30px 10px 30px;
	font-weight: normal;
	margin-right: 0;
	margin-left: 0;
}

/**********************************************
GALLERY
**********************************************/
.page-template-gallery .section {
	padding: 80px 0 80px;
}
.page-template-gallery .section .container {
	width: 1060px;
}
.page-template-gallery .page-title {
	margin-bottom: 50px;
}
.page-template-gallery .page-content h1 {
	color: #1d95d3;
	text-align: center;
	padding-bottom: 40px;
	font-weight: 700;
}

/**********************************************
NEWS INNER PAGE
**********************************************/
.page-template-news .page-title,
.single .page-title,
.archive .page-title {
	margin-bottom: 40px;
}
.single .section,
.archive .section {
	padding: 80px 0 80px;
}
.single .section .twelve.columns,
.archive .section .container .twelve.columns {
	width: 70%;
	margin-left: 0;
	margin-right: 4.8%;
	padding-right: 4.8%;
	border-right: 1px solid #999999;
}
.single .section .four.columns,
.archive .container .four.columns {
    width: 20%;
    margin-right: 0;
	margin-left: 0;
}
.single .ssba {
	padding-top: 30px;
}
.postid-138 .wp-caption {
	clear: both;
	width: 100% !important;
	text-align: left;
}
.archive .post-media img {
	width: 100%;
}

/**********************************************
MENU INNER PAGES
**********************************************/
.page-template-menu-template .page-title {
	margin-bottom: 50px;
}
.page-template-menu-template .section .container {
	width: 1050px;
}
.page-template-menu-template .section table {
	width: 100%;
}
.page-template-menu-template .section td:nth-child(1) {
	width: 85%;
}
.page-template-menu-template .section td:nth-child(2) {
	width: 15%;
	text-align: center;
}
.page-template-menu-template .section td[colspan="2"] {
	width: 100%;
	background: url('../images/line.png') repeat-x center 45%;
	padding: 20px 0;
}
.page-template-menu-template .section h3 {
	float: left;
	background-color: #ffffff;
	padding-right: 20px;
}
.page-template-menu-template .section h4 {
	padding-top: 20px;
}
.page-template-menu-template .section h4.no-padd {
	padding-top: 0;
}

/**********************************************
WEEKDAY SPECIALS
**********************************************/
.page-id-440.page-template-menu-template .section .container,
.page-id-450.page-template-menu-template .section .container {
	width: 98%;
}
.weekday-specials {
	padding-bottom: 80px;
}
.weekday-specials td {
	width: 35% !important;
	margin-right: 0;
	vertical-align: top;
}
.weekday-specials td:nth-child(3) {
	width: 30% !important;
}
.weekday-specials td .row1,
.weekday-specials td .row2 {
	position: relative;
	float: left;
}
.weekday-specials td img {
	float: left;
}
.menu-special-wrapper {
	float: left;
	width: 232px;
	text-align: left;
}
.menu-special-day {
	color: #f15a2d;
	font-style: italic;
	font-size: 11px;
}
.menu-special-wrapper h4 {
	color: #0471ae;
	line-height: 1;
	font-size: 16px;
}
.menu-special-wrapper p {
	color: #6d6e70;
	font-size: 12px;
}
.weekday-specials .menu-special-wrapper {
	position: absolute;
}
.weekday-specials .container td:nth-child(1) .row1 img {
	width: 230px;
}
.weekday-specials .container td:nth-child(1) .row1 .menu-special-wrapper {
	left: 245px;
	top: 60px;
}
.weekday-specials .container td:nth-child(1) .row2 {
	left: 150px;
}
.weekday-specials .container td:nth-child(1) .row2 .menu-special-wrapper {
	left: 257px;
    top: 110px;
}
.weekday-specials .container td:nth-child(1) .row2 img {
	width: 230px;
}
.weekday-specials .container td:nth-child(2) .row1 img {
	width: 300px;
	position: relative;
    top: 40px;
}
.weekday-specials .container td:nth-child(2) .row1 .menu-special-wrapper {
	left: 310px;
	top: 60px;
}
.weekday-specials .container td:nth-child(2) .row2 {
	left: 180px;
}
.weekday-specials .container td:nth-child(2) .row2 .menu-special-wrapper {
	left: 232px;
    top: 115px;
}
.weekday-specials .container td:nth-child(2) .row2 img {
	width: 220px;
}
.weekday-specials .container td:nth-child(3) .row1 {
	float: right;
}
.weekday-specials .container td:nth-child(3) .row1 img {
	width: 230px;
    float: right;
    left: -57px;
    position: relative;
}
.weekday-specials .container td:nth-child(3) .row1 .menu-special-wrapper {
	left: -7px;
    top: 225px;
}

/**********************************************
CAREER SECTION
**********************************************/
.career {
	padding: 0;
}
.career .container {
	width: 100%;
}
.career .one_half img {
	width: 100%;
	float: left;
}
.career .one_half {
	margin-bottom: 0;
	min-height: 251px;
	background: url('../images/career.jpg') no-repeat;
	background-size: cover;
}
.career .one_half.last {
	background: none;
}
.career .one_half .title,
.career .one_half h1 {
	text-align: left;
	color: #1e94d2;
}
.career .one_half h1 {
	margin: 60px 0 20px;
}
.career p {
	font-family: 'Droid Sans', Arial;
	font-size: 16px;
	color: #333333;
}

/**********************************************
PROMO SECTION
**********************************************/
.page486 .one_half h2 {
	color: #016aa1;
	margin-bottom: 20px;
}
.page486 .one_half .page-button-wrapper a {
	padding: 10px 20px 10px 20px;
	margin-left: 0;
}


/**********************************************
1771 GROUP OF RESTAURANT
**********************************************/
.page507 {
	background-color: #1d95d3;
	padding: 50px 0 50px 0;
}
.page507 {
	text-align: center;
}
.page507 img {
	margin: 10px 20px;
	vertical-align: middle;
}