/**
  * Name: ZupaRestaurant
  * Version: 1.0
  * Author: ROLLTHEMES
  * Author URI: http://www.rollthemes.com
*/

@import url("font-awesome.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("supersized.css");
@import url("datepicker.css");
@import url("shortcodes.css");

/**
	* Repeatable Patterns
	* Bootstrap Resetting Elements
	* Header
	* Nvigation
	* Submenu
	* Parallax
	* Fullscreen
	* Control Slider
	* Pages
	* Page Title
	* Blog
	* Blog Single
	* Comment Post
	* Widgets
	* Footer
	* Botttom
	* Elements
	* GoTop Button
	* Media Queries
*/

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

body {
	font: 14px/24px "Source Sans Pro", sans-serif;
	background: #fff;
	color: #767676;
	-webkit-font-smoothing: antialiased !important;
}

a {
	color: #d91d1d;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #443f3f;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

img {
	max-width: 100%;
	height: auto;
}

.img-left {
	margin: 0 33px 0 0 !important;
	float: left;
}

.img-right {
	margin: 0 0 0 33px !important;
	float: right;
}

strong {
	font-weight: 700;
}

.margint1 { margin-top: 10px; }
.margint2 { margin-top: 20px; }
.margint3 { margin-top: 30px; }
.margint4 { margin-top: 40px; }
.margint5 { margin-top: 50px; }
.margint6 { margin-top: 60px; }
.marginb1 { margin-bottom: 10px; }
.marginb2 { margin-bottom: 20px; }
.marginb3 { margin-bottom: 30px; }
.marginb4 { margin-bottom: 40px; }
.marginb5 { margin-bottom: 50px; }
.marginb6 { margin-bottom: 60px; }

h1, h2, h3, h4, h5, h6 {
	color: #443f3f;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	color: #d91d1d;
}

h1 { font: 52px/56px "Raleway", sans-serif;}
h2 { font: 42px/46px "Raleway", sans-serif;}
h3 { font: 32px/36px "Raleway", sans-serif;}
h4 { font: 25px/30px "Raleway", sans-serif;}
h5 { font: 22px/26px "Raleway", sans-serif;}
h6 { font: 18px/22px "Raleway", sans-serif;}

.text-color { color: #d91d1d !important; }
.text-white { color: #fff !important; }
.text-dark { color: #443f3f !important;}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	position: relative;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	background-color: #d91d1d;
	padding: 12px 34px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #d91d1d;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #fff;
	color: #d91d1d;
	-webkit-box-shadow: 200px 0 0 0 #fff inset;
	   -moz-box-shadow: 200px 0 0 0 #fff inset;
            box-shadow: 200px 0 0 0 #fff inset;
}

buttonn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	position: relative;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	background-color: #fff;
	padding: 12px 34px;
	color: #d91d1d;
	text-transform: uppercase;
	border: 1px solid #d91d1d;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}


select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	color: #767676;
	background-color: #fafafa;
	border: 1px solid #dbdbdb;
	height: 50px;
	padding: 4px 20px;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid #d91d1d;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

input, button, select, textarea {
    font-family: "Source Sans Pro",sans-serif;
}

textarea {
	width: 100%;
	height: 120px;
	padding: 15px 20px;
}

input[type="checkbox"] {
	display: inline;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a3a2a2;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c3c3c3;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

.orches-animation {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.orches-animation.animated {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } }
@-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } }
@keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } }

@-webkit-keyframes pop-scale2 { 0% { -webkit-transform: scale(0.5) } 100% { -webkit-transform: scale(1) } }
@-moz-keyframes pop-scale2 { 0% { -moz-transform: scale(0.5) } 100% { -moz-transform: scale(1) } }
@keyframes pop-scale2 { 0% { transform: scale(0.5) } 100% { transform: scale(1) } }

/* Bootstrap Resetting Elements */
.btn {
	background-image: none;
}

textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
}

.color {
	color: #d91d1d;
}

/* Header
-------------------------------------------------------------- */
.header {
	position: relative;
	z-index: 1000;
	background-color: rgba(0,0,0,0);
	padding: 20px ;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}

.header .col-md-2,
.header .col-md-10 {
	min-height: 0;
}

.header .logo {
	margin: 0px 0;
	float: left;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}

.header .logo a {
    margin: -20px 0;
	display: block;
	height: 100%;
}

.header .logo {
    margin: -20px 0;
	width: 169px;
	height: 35px;
}

.header.header-sticky {
    margin: 0px 0;
	position: relative;
	width: 100%;
	z-index: 1000;
}

.header.float-header {
	background-color: rgba(0,0,0,0);
}

.header.float-header #mainnav {
	padding: 0;
}

.header.float-header #mainnav > ul > li > a {
    height: 18px;
    line-height: 20px;
}

.header.float-header .logo {
    margin: 0;
}

/* Navigation */
#mainnav {
	display: block;
	float: right;
	padding: 27px 0 20px;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}

#mainnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav ul li {
	position: relative;
}

#mainnav > ul > li {
	display: block;
	float: left;
}

#mainnav > ul > li > a {
	position: relative;
	display: block;
	font-size: 14px;
	font-family: "Raleway", sans-serif;
	color: #fff;
	text-decoration: none;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	outline: none;
}

#mainnav > ul > li > a.active,
#mainnav > ul > li > a:hover {
	color: #d91d1d;
}

/* Submenu */
#mainnav ul.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 200px;
	background-color: #10101d;
	z-index: 9999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	margin-top: 5px;
	visibility: hidden;
	-webkit-transition: all .2s ease-out;
	   -moz-transition: all .2s ease-out;
	    -ms-transition: all .2s ease-out;
	     -o-transition: all .2s ease-out;
	        transition: all .2s ease-out;
}

/* Right sub-menu */
#mainnav ul.right-sub-menu {
    left: auto;
    right: 0;
}

#mainnav ul li:hover > ul.sub-menu {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-top: 0;
	visibility: visible;
}

#mainnav ul li ul li {
	margin-left: 0;
}

#mainnav ul.sub-menu li ul {
	position: absolute;
	left: 150px;
	top: 0;
}

#mainnav ul.sub-menu > li {
	border-top: 1px solid #24243d;  
}

#mainnav ul.sub-menu li:first-child {
	border-top: none;
}

#mainnav ul.sub-menu > li > a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 6px 0 6px 20px;
	line-height: 35px;
	-webkit-transition: all .2s ease-out;
	   -moz-transition: all .2s ease-out;
	    -ms-transition: all .2s ease-out;
	     -o-transition: all .2s ease-out;
	        transition: all .2s ease-out;
}

#mainnav ul.sub-menu > li > a:hover,
#mainnav > ul > li > ul > li.active > a {
	color: #d91d1d !important;
}

/* Mobile Navigation
---------------------------------------- */
#mainnav-mobi {
	display: none;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	background-color: #000;
	z-index: 1000;
}

#mainnav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav-mobi ul li {
	margin:0;
	position: relative;
	text-align: left;
	border-top: 1px solid #24243d;
	cursor: pointer;
}

#mainnav-mobi ul > li > a {
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
	color: #fff;
}

#mainnav-mobi ul.sub-menu {
	top: 100%;
	left: 0;
	z-index: 2000;
	position: relative;
	background-color: #161625;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
	position: relative;
	border-top: 1px solid #24243d;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
	padding-left: 70px !important
}

#mainnav-mobi ul.sub-menu > li > a {
	display: block;
	text-decoration: none;
	padding: 0 60px;
	border-top-color: rgba(255,255,255,0.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

.btn-menu {
	float: right;
	font-size: 28px;
	font-family: "FontAwesome";
	color: #fff;
	text-align:center;
	width: 28px;
	height: 28px;
	margin-top: 36px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}

.btn-menu:before{
	content: "\f0c9";
}

.btn-submenu {
	position: absolute;
	right: 20px;
	top: 0;
	font: 20px/50px 'FontAwesome';
	text-align: center;
	cursor: pointer;
	width: 70px;
	height: 44px;
}

.btn-submenu:before {
	content: "\f107";
	color: #fff;
}

.btn-submenu.active:before {
	content: "\f106"
}

.btn-menu {
	display: none 
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size: cover;
}

.parallax-bg1 { background-image: url(../images/parallax-bg1.jpg); }

.parallax-bg2 { background-image: url(../images/parallax-bg2.jpg); }

.parallax-bg3 { background-image: url(../images/parallax-bg3.jpg); }

.parallax-bg4 { background-image: url(../images/parallax-bg4.jpg); }

.parallax-bg5 { background-image: url(../images/parallax-bg5.jpg); }
	
.parallax-bg6 { background-image: url(../images/parallax-bg6.jpg); }

.parallax-bg7 { background-image: url(../images/parallax-bg7.jpg); }

.parallax-bg8 { background-image: url(../images/parallax-bg8.jpg); }

.parallax-bg9 { background-image: url(../images/parallax-bg9.jpg); }

.parallax-bg10 { background-image: url(../images/parallax-bg10.jpg); }

.parallax-bg11 { background-image: url(../images/parallax-bg11.jpg); background-position: center; }

.parallax-bg12 { background-image: url(../images/parallax-bg12.jpg); }

/* Fullscreen
-------------------------------------------------------------- */
#top-slider,
#page-slider {
	position: relative;
}

#page-slider {
	height: 250px;
}



#top-slider .content {
	position: relative;
	padding-top: 0px;
	z-index: 20;
	text-align: center;
}

#top-slider .text-scroll {
	overflow: hidden;
	height: 90px;
	vertical-align: baseline;
}

#top-slider .text-scroll h1 {
	font-family: "Raleway", sans-serif;
	font-size: 80px;
    color: #fff;
	margin: 0px;
	height: 90px;
	line-height: 90px;
	margin-top: 0;
	text-shadow: 1px 1px 3px rgba(0,0,0,.3);
	-webkit-transition: margin-top 0.5s ease-in-out;
	   -moz-transition: margin-top 0.5s ease-in-out;
		-ms-transition: margin-top 0.5s ease-in-out;
		 -o-transition: margin-top 0.5s ease-in-out;
			transition: margin-top 0.5s ease-in-out;
}

#top-slider .load-video {
    position: absolute;
    background: url('../images/loading.gif');
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 12;
}

#top-slider.video-bg .buttonBar {
    opacity: 0;
}

/* Control Slider */
.control-slider {
	position: relative;
	z-index: 11;
	text-align: center;
	color: #fff;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 130px;
}

.control-slider h2 {
	color: #fff;
	margin: 0;
	font-size: 48px;
	line-height: 53px;
}

.control-slider .divider {
	width: 370px;
	height: 1px;
	background-color: #d91d1d;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 17px;
}

.control-slider .read-more {
	background-color: #d91d1d;
	font-weight: 700;
	padding: 14px 54px;
	display: inline-block;
	color: #fff;
}

.control-slider p {
	font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin-bottom: 97px;
}

.control-slider p b {
	font-weight: 700;
}

.control-slider .flexslider {
	position: static;
}

.control-slider .flex-control-nav {
	bottom: 40px;
}

.contact-slider {
	padding: 13px 0;
	background-color: rgba(0,0,0,0.5);
	position: relative;
	bottom: 20px;
	z-index: 999;
	color: #fff;
	width: 100%;
}

.contact-slider-inner {
	padding: 0 	;
}

.contact-slider-inner span {
	position: relative;
	padding: 0 70px 0 75px;
}

.contact-slider-inner span.address {
	padding-right: 0;
}

.contact-slider-inner span:before {
    color: #d91d1d;
    font-family: "FontAwesome";
    font-size: 20px;
    left: 50px;
    position: absolute;
    top: -2px;
}

.contact-slider-inner span.serve:before {
content: "\f017";
}

.contact-slider-inner span.phone:before {
	content: "\f095";		
}

.contact-slider-inner span.address:before {
	content: "\f041";	
}

.contact-slider-inner span:after {
    background-color: #d91d1d;
    content: "";
    height: 35px;
    left: -10px;
    position: absolute;
    top: -8px;
    width: 1px;
}

.contact-slider-inner span:first-child:after {
	width: 0;
}

/* Page Title
-------------------------------------------------------------- */
.page-title-container {
	background-color: #d91d1d;
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	padding: 13px 0;
}

.page-title {
	height: 100%;
}

.page-title .span6{
	float: none;
}

.page-title-wrapper {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.page-title-captions {
	display: table-cell;
	vertical-align: middle;
}

.page-title .breadcrumbs {
	display: table-cell;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: middle;
}

.page-title h1 {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	line-height: normal;
}

.breadcrumbs ul {
	margin: 0;
}

.breadcrumbs ul li {
	display: inline;
}

.breadcrumbs ul li a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-weight: normal;
	padding-right: 12px;
	margin-right: 1px;
}

.breadcrumbs ul li a:hover {
	text-decoration: underline;
}

.breadcrumbs ul li a:after {
	content: "/";
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

/* Pages
-------------------------------------------------------------- */
.page-wrap {
	padding: 83px 0 100px;
	background-color: #f5f5f5;
}

.entry-page p, 
.entry-post p {
	margin-bottom: 24px;
}

.entry-post img {
	margin: 10px 0 20px;
}

/* Blog
-------------------------------------------------------------- */
.blog-post .title-post {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 26px;
	margin-bottom: 24px;
}


.blog-post .feature-post {
	margin-bottom: 30px;
}

.blog-post .feature-post iframe {
	border: 0;
}

.blog-post .feature-post img {
	border: 3px solid #fff;
}

.blog-post .title-post:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #dbdbdb;
}

.blog-post .title-post:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #dbdbdb;
}

.blog-post blockquote {
	border-left: 2px solid #d91d1d;
	padding: 23px 10px 25px 28px;
	margin: 3px 0 32px 0;
	font-size: 16px;
	font-style: italic;
	background-color: #fff;
}

.blog-post .meta-post {
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	padding: 8px 0;
}

.blog-post .meta-post,
.blog-post .meta-post a {
	color: #767676;
	font-size: 12px;
}

.blog-post .meta-post a:hover {
	color: #d91d1d;
}

.blog-post .meta-post .author a {
	font-weight: 700;
}

.blog-post .meta-post span {
	position: relative;
	padding-left: 20px;
	margin-right: 18px;
}

.blog-post .meta-post span:before {
	position: absolute;
	left: 0;
	top: 1px;
	font-family: "FontAwesome";
	line-height: normal;
	color: #d91d1d;
}

.blog-post .meta-post span.author:before,
.blog-post .meta-post span.date:before,
.blog-post .meta-post span.comment:before,
.blog-post .meta-post span.categories:before {
	content:"\f007";
}

.blog-post .meta-post span.date:before {
	content:"\f133";
}

.blog-post .meta-post span.comment:before {
	content:"\f086";
}

.blog-post .meta-post span.categories:before {
	content:"\f02b";
}

.blog-post .post {
	margin-bottom: 50px;
}

.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination li {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	color: #d91d1d;
	display: inline-block;
	margin-right: 7px;
	text-align: center;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}

.pagination li a {
	font-weight: 700;
	font-family: "Raleway";
	font-size: 18px;
	margin-top: 14px;
	display: inline-block;
}

.pagination li:hover,
.pagination li.active {
	border-color: #d91d1d;
	background-color: #d91d1d;
}

.pagination li:hover a,
.pagination li.active a {
	color: #fff;
}

/* Widgets
-------------------------------------------------------------- */
.sidebar .widget {
	margin-bottom: 27px;
}

.sidebar .widget-search {
	margin-bottom: 44px;
}

.widget .widget-title {
	font-size: 18px;
	color: #d91d1d;
	font-weight: 700;
	padding-bottom: 23px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 0;
}

.widget ul li {
	padding: 15px 0;
	border-top: 1px solid #dbdbdb;
}

.widget ul li:first-child {
	border-top: 0;
}

.widget ul li a {
	color: #767676;
}

.widget-flickr .flickr-photos .thumb .overlay-pop,
.widget-recent-news .news .thumb .overlay-pop {
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	background: url(../images/plus.svg) no-repeat center center;
	background-color: rgba(217,29,29,0.85);
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}

.widget-flickr .flickr-photos .thumb:hover .overlay-pop,
.widget-recent-news .news .thumb:hover .overlay-pop {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-animation: pop-scale2 0.3s 1 cubic-bezier(0.15, 0.85, 0.35, 1.5);
	   -moz-animation: pop-scale2 0.3s 1 cubic-bezier(0.15, 0.85, 0.35, 1.5);
	        animation: pop-scale2 0.3s 1 cubic-bezier(0.15, 0.85, 0.35, 1.5);
}

/* Widget Search */
.widget-search #search-form {
	position: relative;
	width: 100%;
	height: 50px;
	margin-bottom: 17px;
}

.widget-search .search-input {
	width: 100%;
	margin: 0;
}

.widget-search #search-form #search-submit {
	position: absolute;
	right: 2px;
	top: 2px;
	font-family: "FontAwesome";
	font-size: 18px;
	color: #c3c3c3;
	font-weight: normal;
	background-color: transparent;
	height: 46px;
	width: 46px;
	padding: 0;
	border: none;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}

.widget-search #search-form #search-submit:hover {
	background-color: transparent;
	color: #d91d1d;
}

/* Widget Recent News */
.widget-recent-news .news li:before,
.widget-recent-news .news li:after {
	display: table;
	content:"";
	clear: both;

}

.widget-recent-news .news li {
	border: none;
	padding-top: 0;
	clear: both;
	margin-top: 17px;
	padding: 0;
}

.widget-recent-news .news li:first-child {
	margin-top: 25px;
}

.widget-recent-news .news li:last-child {
	margin-bottom: 35px;
}

.widget-recent-news .news .thumb {
	position: relative;
	width: 82px;
	height: auto;
	margin-right: 18px;
	margin-top: 7px;
	float: left;
}

.widget-recent-news .news h6 {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 0 2px;
}

.widget-recent-news .news h6:hover a {
	color: #d91d1d;
}

.widget-recent-news .news p {
	line-height: 22px;
}

/* Widget Categories */
.widget-categories .categories li a {
	position: relative;
	display: block;
}

.widget-categories .categories li span {
	position: absolute;
	right: 0;
	top: 0;
}

.widget-categories .categories li a:hover {
	color: #d91d1d;
}

/* Widget Tweets */
.widget-twitter .latest-tweets {
	padding-bottom: 17px;
}

.widget-twitter ul li {
	position: relative;
	padding: 0 0 0 40px;
	margin-top: 23px;
	border: none !important;
	line-height: 24px;
}

.widget-twitter ul li:before {
	content: "\f099";
	font-family: "Fontawesome";
	font-size: 22px;
	position: absolute;
	left: 0;
	top: 3px;
	color: #d91d1d;
}

.widget-twitter ul li a {
	font-weight: 700;
	color: #767676;
}

/* Widget Flickr Photo */
.widget-flickr .flickr-photos {
	margin: 30px -3px 0;
}

.widget-flickr .flickr-photos li {
    float: left;
    margin: 0 3px 6px;
    padding: 0;
    position: relative;
    width: 63px;
	border: none;
}

/* Blog Single
-------------------------------------------------------------- */
.single-post .share-post {
	float: right;
}

.single-post .share-post .share {
	float: right;
	margin-right: 9px;
}

.single-post .share-post .socials {
	float: right;
}

.single-post .share-post .socials li {
	display: inline-block;
	padding: 0 10px;
}

.single-post .share-post .socials li i {
	font-size: 14px;
}

.single-post .author-post {
	margin-top: 50px;
}

.single-post .author-post .author-avatar {
	float: left;
	width: 160px;
	border: 3px solid #fff;
}

.single-post .author-post .author-info {
	background-color: #d91d1d;
	color: #fff;
	padding: 26px 40px 21px;
	margin-left: 160px;
}

.single-post .author-post .name {
	margin-bottom: 16px;
}

.single-post .author-post .name h6 {
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	padding-right: 5px;
	margin: 0;
}

.single-post .author-post .name h6 a {
	color: #fff;
}

.single-post .author-info {
	position: relative;
}

.single-post .author-info ul {
	display: inline-block;
	position: absolute;
	right: 100px;
	bottom: -25px;
	list-style: none;
}

.single-post .author-info ul li {
	float: left;
	text-align: center;
	margin-right: 5px;
}

.single-post .author-info ul li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 26px;
	background-color: #ededed;
	border: 2px solid #fff;
	color: #d91d1d;
}

.single-post .author-info .intro {
	margin: 0;
}

.single-post .author-info ul li a:hover {
	background-color: #d91d1d;
	color: #fff;
}

/* Comment Post */
.comment-post {
	margin-top: 90px;
}

.comment-post .comment-title {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #d91d1d;
	padding-bottom: 22px;
	margin-bottom: 30px;
}

.comment-post .comment-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #ddd;
}

.comment-list {
	margin-left: 0;
}

.comment {
	clear: both;
	margin-bottom: 30px;
}

.comment-list .children {
	margin-left: 120px;
}

.comment .comment-avatar {
	float: left;
	width: 96px;
	margin-right: 22px;
	margin-top: 2px;
}

.comment .comment-detail {
	overflow: hidden;
	padding-left: 19px;
	border-left: 2px solid #d91d1d;
}

.comment .comment-body {
	line-height: 24px;
	margin-top: -7px;
	margin-bottom: 23px;
}

.comment .comment-meta {
	position: relative;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    padding: 9px 0 8px 0;
}

.comment .comment-meta .comment-reply {
	font-family: "Raleway", sans-serif;
	line-height: 38px;
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	right: 0;
	bottom: 0;
}

.comment .comment-meta span {
	position: relative;
	padding-left: 20px;
	margin-right: 18px;
	display: inline-block;
	font-size: 12px;
	font-family: "Raleway", sans-serif;
}

.comment .comment-meta .comment-author a {
	font-weight: 700;
	color: #767676;
}

.comment .comment-meta span:before {
	position: absolute;
	left: 0;
	top: 4px;
	font-family: "FontAwesome";
	line-height: normal;
	color: #d91d1d;
}

.comment .comment-meta span.comment-author:before,
.comment .comment-meta span.comment-date:before,
.comment .comment-meta span.comment-website:before {
	content:"\f007";
}

.comment .comment-meta span.comment-date:before {
	content:"\f133";
}

.comment .comment-meta span.comment-website:before {
	content:"\f0ac";
}

.comment-respond {
	margin-top: 92px;
}

.comment-form .input-wrap.name,
.comment-form .input-wrap.website {
	width: 48.27%;
	float: left;
	margin-right: 3.44%;
}

.comment-form .input-wrap.website {
	margin-right: 0;
}

.comment-form .input-wrap input {
	width: 100%;
	margin-bottom: 30px;
	background-color: transparent;
}

.comment-form .textarea-wrap textarea {
	background-color: transparent;
}

.comment-form .submit-comment {
	text-align: right;
}

/* Footer
-------------------------------------------------------------- */
.footer.simple {
	padding: 95px 0;
	text-align: center;
	background-color: #fafafa;
}

.footer.simple .thanks {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 13px;
	margin-bottom: 13px;
}

.footer.simple .thanks:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -15px;
	width: 30px;
	height: 1px;
	background-color: #d91d1d;
}

.footer.simple .copyr {
	color: #a8a8a8;
	margin-bottom: 0;
}

/* Botttom
-------------------------------------------------------------- */
.bottom {
	text-align: center;
	background-color: #f5f5f5;
	border-top: 1px solid #fff;
	padding: 48px 0 40px 0;
}

/* Elements
-------------------------------------------------------------- */
.notification_error {
	color: #d91d1d;
}

.subscribe-form .notification_error {
	margin-top: 5px;
}

.notification_ok {
	color: #46b809;
}

.mail-subscribe.dark .notification_error {
	color: #fc6d6d;
}

.mail-subscribe.dark .notification_ok {
	color: #bbf999;
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
	position: fixed !important;
	right: 12px;
	bottom: -45px;
	background-color: #d91d1d;
	border: 1px solid #d91d1d;
	color: #fff; 
	display: block;
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	width: 40px;
	height: 40px;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 9999;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
}

.go-top:hover {
	color: #d91d1d;
	-webkit-box-shadow: 200px 0 0 0 #fff inset;
	   -moz-box-shadow: 200px 0 0 0 #fff inset;
            box-shadow: 200px 0 0 0 #fff inset;
}

.go-top.show {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	bottom : 12px;
}

/* Media Queries
-------------------------------------------------------------- */
@media only screen and (min-width: 1930px) {
	.parallax {
		background-size: cover;
	}
}

/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {
	.roll-menu .food-filter {
        text-align: center;
		padding-left: 50px;
       
	}

	.roll-menu .food-filter li {
		width: 120px;
	}

	.roll-menu .food-filter li a {
		font-size: 12px;
	}

	.roll-blog-slider .roll-blog {
		width: 220px;
		margin: 0 10px;
	}

	.mail-subscribe {
		text-align: center;
		padding: 0;
	}

	.mail-subscribe .text {
		text-align: inherit;
		float: none;
		margin-bottom: 15px;
		margin-right: 0;
	}

	.mail-subscribe #subscribe-form {
		width: auto;
	}

	.mail-subscribe.dark #subscribe-form #subscribe-email,
	.mail-subscribe.dark #subscribe-form .input-wrap,
	.mail-subscribe.dark #subscribe-form .button-wrap {
		display: inline-block;
	}

	.mail-subscribe.dark #subscribe-form #subscribe-button {
		position: relative;
		display: inline-block;
		padding: 12px 34px 11px 34px;
		margin-left: 10px;
	}

	.roll-gallery.fullwidth .gallery-item {
		width: 25%;
	}

	.contact-slider {
		bottom: 10px;
		padding: 0;
	}

	.contact-slider-inner span {
		padding: 0 30px 0 35px;
		line-height: 50px;
	}

	.contact-slider-inner span:before {
		left: 0;
		top: 0;
		line-height: 20px;
	}

	.single-post .share-post .socials {
		margin-left: 0;
	}

	.single-post .share-post .share {
		margin-right: 5px;
		margin-left: 4px;
	}

	.single-post .share-post .socials li {
		padding: 0 7px;
	}

	.roll-event .event-detail {
		padding-left: 30px;
	}
}

/* Smaller than standard 980 */
@media only screen and (max-width: 979px) {
	.parallax {
		background-size: cover;
		background-attachment: scroll;
		background-position: top center!important;
	}

	.btn-menu {
		display: block ;
	}

	#header .socials-list,
	#mainnav {
		display: none;
	}

	.header-wrap .col-md-2,
	.header-wrap .col-md-10 {
		width: auto;
	}

	.control-slider p {
		margin-bottom: 70px;
	}

	.contact-slider-inner {
		text-align: center;
	}

	.contact-slider-inner span {
		padding: 0 70px 0 75px;
	}

	.contact-slider-inner span:before {
		top: 0;
		left: 50px;
	}

	.roll-menu .food-filter li {
		margin-bottom: 1px;
	}

	.roll-menu .food-wrap .food-item .food-detail .food-info {
		width: 80%;
	}

	.roll-menu .food-wrap .food-item .food-price,
	.roll-menu .food-wrap .food-item .food-rate {
		right: 10px;
	}

	.roll-menu .food-wrap .food-item .food-detail {
		padding-left: 120px;
	}

	.menu-section .span12 {
		padding: 70px 15px 70px !important;
	}

	.roll-menu .food-filter li {
		width: 110px;
	}

	.roll-gallery.fullwidth .gallery-item {
		width: 33.33%;
	}

	.events-section .offset1 {
		margin-left: 0;
	}

	.events-section .span10 {
		width: 100%;
	}

	.roll-event .event-detail {
		padding-left: 5px;
	}

	.roll-blog-slider .roll-blog {
		width: 98%;
		padding-left: 20px;
		margin: 0;
	}

	.roll-reserve .contact-form {
		padding: 20px 5px;
	}

	.contact-form .send-wrap input {
		padding: 8px 15px;
		font-size: 12px;
	}

	.notification_ok, 
	.notification_error { 
		margin-bottom: 15px 
	}

	.control-slider p {
		margin-bottom: 60px;
	}

	.blog-post .meta-post {
		float: left;
		width: 100%;
	}

	.blog-post .meta-post span {
		display: inline-block;
	}

	.blog-post .meta-post .comment,
	.single-post .share-post .socials {
		margin-bottom: 0;
	}

	.single-post .share-post {
		float: none;
		display: inline-block;
	}

	.blog-post .meta-post {
		padding-bottom: 0;
	}

	.blog-post .meta-post span:before {
		top: 5px;
	}

	.single-post .author-post .author-info {
		padding: 20px 30px 21px;
	}

	.widget-flickr .flickr-photos li {
		width: 50px;
	}
}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	body {
		padding: 0;
	}

    
    .header .logo {
	display: none;
        
}

.header .logo a {
	display: none;
	
}

.header .logo {
	display: none;
    
}
    
    	.roll-menu .food-wrap .food-item p.food-price {
		top: 0;
		right: 0;
       
		margin-top: 12px;
            font-size: 12px;
	}
    

    h3 { font: 16px/20px "Raleway", sans-serif;}
    h2 { font: 26px/40px "Raleway", sans-serif;}
    
	.roll-row {
		padding-left: 10px;
		padding-right: 10px;
	}

	.about-section {
		text-align: center;
	}

	.about-section .span6 p,
	.about-section .roll-icon-list {
		text-align: left;
	}

	.roll-gallery .gallery-filter li {
		margin-bottom: 1px;
	}

	.roll-gallery.fullwidth .gallery-item {
		width: 50%;
	}

	.roll-event .countdown {
		width: 100%;
	}

	.roll-reserve {
		margin-bottom: 30px;
	}

	.contact-slider-inner {
		padding: 0 10px;
	}

	.contact-slider-inner span {
		padding: 0 30px 0 35px;
		display: inline-block;
	}

	.contact-slider-inner span:before {
		left: 10px;
		top: 15px;
	}

	.contact-slider-inner span:after {
		top: 5px;
	}

	.roll-contact .contact-form {
		margin-top: 30px;
	}

	.page-title-container {
		padding: 0 10px;
	}

	.page-title-captions {
		width: 35%;
	}

	.single-post .share-post {
		float: right;
	}

	.blog-post .meta-post {
		text-align: center;
		padding-bottom: 8px;
	}

	.pagination {
		margin-bottom: 30px;
	}

	.page-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	.single-post .author-post {
		text-align: center;
	}

	.single-post .author-post .author-avatar {
		float: none;
		display: inline;
	}

	.single-post .author-post .author-info {
		margin-left: 0;
		text-align: left;
	}
}

/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
	.header .logo {
		margin: 0 0 0 10px;
	}

	.btn-menu {
		margin-top: 0;
		margin-right: 5px;
	}

	.control-slider {
		margin-top: 10px !important;
		padding: 0 0 50px 0 !important;
	}

	.control-slider .divider {
		width: 200px;
	}

	.control-slider p {
		margin-bottom: 30px;
	}

	.control-slider h2 {
		font-size: 30px;
		line-height:  40px;
	}

	.contact-slider-inner span {
		padding: 0 0 0 35px;
		line-height: 20px;
	}

	.contact-slider-inner span:before {
		top: 0;
	}

	.contact-slider-inner span:after {
		width: 0;
	}

	.contact-slider {
		bottom: 0;
	}

	.control-slider .flex-control-nav {
		display: none;
	}

	.roll-menu .food-wrap .food-item {
		text-align: center;
	}

	.roll-menu .food-wrap .food-item .food-thumb {
		float: none;
		display: inline-block;
	}

	.roll-menu .food-wrap .food-item .food-detail {
		padding: 0 0 5px 0;
	}

	.roll-menu .food-wrap .food-item .food-detail .food-info {
		width: 100%;
	}

	.roll-menu .food-wrap .food-item .food-price,
	.roll-menu .food-wrap .food-item .food-rate {
		position: relative;
	}

	.roll-menu .food-wrap .food-item p.food-price {
		top: 0;
		right: 0;
		margin-top: 10px;
	}

	.roll-menu .food-wrap .food-item .food-rate {
		bottom: 0;
		margin-left: 0;
		right: 0;
		margin-top: 5px;
	}

	.roll-gallery .gallery-filter li {
		width: 135px;
	}

	.roll-gallery.fullwidth .gallery-item,
	.roll-reserve .input-wrap.date, 
	.roll-reserve .input-wrap.people,
	.roll-blog-slider .roll-blog,
	.mail-subscribe #subscribe-form #subscribe-email,
	.roll-event .event-thumb {
		width: 100%;
	}

	.roll-event .event-detail {
		padding-right: 5px;
	}

	.roll-blog-slider .roll-blog {
		padding: 10px;
	}

	.roll-blog-slider {
		margin: 0;
	}

	.mail-subscribe.dark #subscribe-form .input-wrap {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 5px;
	}

	.mail-subscribe.dark #subscribe-form #subscribe-button {
		margin-left: 0;
	}

	.roll-icon-list .icon {
		margin-right: 10px;
	}

	.roll-menu .food-filter li {
        
		width: 122px;
	}

	.roll-menu .food-filter li a {
       
		font-size: 14px;
	}

	.roll-reserve {
		padding: 10px;
	}

	.single-post .share-post {
		float: none;
	}

	.pagination {
		text-align: center;
	}

	.pagination li {
		margin-bottom: 1px;
	}

	.single-post .author-post .author-info {
		padding: 20px 15px 30px;
	}

	.single-post .author-info ul {
		margin-left: 0;
		right: 0;
		text-align: center;
		width: 100%;
	}

	.single-post .author-info ul li {
		float: none;
		display: inline-block;
	}

	.comment .comment-avatar {
		width: 50px;
		margin-right: 5px;
	}

	.comment .comment-detail {
		padding-left: 5px;
	}

	.comment-list .children {
		margin-left: 55px;
	}
}

/* Retina Devices */
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {

}