/* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


.featured-image img{
	width:100%;
	height: auto;
}
.page-section{
	padding-bottom: 40px;
	padding-top: 40px;
}
.page-section .titleBar{
	padding-top: 0;
	background-position: 0 38%;
}

.page-padding{
	padding-top: 80px;
}

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

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font:0/0 a !important;
}

.fl{float:left;}

.fr{float:right;}

.leftpadding{
	padding-right:5px;
}

.rightpadding{
	padding-left:5px;
}

body.admin-bar .page-padding{
	padding-top: 58px;
}

.header-logo-area{
	text-align: center;
	padding-top: 40px;
}

/* COLORS/BACKGROUNDS
============================== */
h1, h2, h3, h4, h5, h6 {
	color: #cc6633;
}

a, a:visited { color: #cc6633; text-decoration: none; outline: 0; }
a:hover, a:focus { color: #ad5803; } 

.alternate-bg1,
.alternate-bg1 .titleBar h2,
.alternate-bg1 .heading h1,
.alternate-bg1 .heading h2,
.alternate-bg1 .heading h3,
.alternate-bg1 .heading h4,
.alternate-bg1 .heading h5,
.alternate-bg1 .heading h6{
	background:url('../img/theme/husk.png') #f2f2f2;
}

.alternate-bg2,
.alternate-bg2 .titleBar h2,
.alternate-bg2 .heading h1,
.alternate-bg2 .heading h2,
.alternate-bg2 .heading h3,
.alternate-bg2 .heading h4,
.alternate-bg2 .heading h5,
.alternate-bg2 .heading h6{
	background:url('../img/theme/groovepaper.png') #fff;
}

.headerContent{
	background-color: #000;
}

.topBar{
	background-color:#262626;
	border-color:#000000;
}

.footer{
	background-color: #303030;
}

.topBar h1.hide-text{
	background:url('../img/theme/logo2.png') no-repeat;
	height:31px; 
	width:114px;
}

.topBar h1{
	font-size: 24px;
	padding-left: 4px;
}


/* PARALLAX BACKGROUNDS/STYLES
============================== */


.parallax{
	background-color: #000;
	height: 500px;
	width: 100%;
	position: relative;
	overflow: hidden;
	-moz-box-shadow: inset 0 0px 4px 1px #2b2b2b;
	-webkit-box-shadow: inset 0 0px 4px 1px #2b2b2b;
	box-shadow: inset 0 0px 4px 1px #2b2b2b;
}

.message{
	padding-top: 220px; 
	text-align: center;
	line-height: 30px;
	font-size: 24px;
	color: #f5f5f5;
}

.message .whom{
	text-align: right;
	font-size: 14px;
	line-height: 14px;
	padding-right: 10px;
}

/* #Site Styles
================================================== */

body{
	font-family: 'Open Sans',arial,sans-serif;
	font-size:13px;
	font-weight:400;
	line-height:19px;
	color:#303030; 
	height: 100%;
}


*{ 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

h1,h2,h3,h4,h5,h6,.name{
	font-family: "Oswald", "Times New Roman", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform:uppercase;
}


.sep{
	background:url('../img/theme/sep.png') repeat-x center top;
	height: 2px;
	overflow: hidden;
	clear:both;
	margin:20px 0 5px 0;
	font-size: 0px;
}
.heading{
	background:url('../img/theme/sep.png') repeat-x 0 50%;
	margin-bottom: 5px;
}


.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6{
	display: inline-block;
	padding-right: 8px;
}


.margin-top{
	margin-top: 80px;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;

}


.isotope-item .img-frame{
	opacity:0.999999;
}

/* TOP BAR
============================== */

.topBar{
	width: 100%;
	z-index: 210;
}

.normal-menu{
	position: fixed;
	top:0;
}
.full-header{
	width: 100%;
	position: absolute;
	z-index: 110;
	bottom: 0;
}

.is-sticky{
	height:90px;
}

.topBar{
	min-height: 90px;
	border-bottom: 1px solid #c8c8c8;
}
.topBar h1{
	display: inline-block;
	float:left;
	line-height:28px;
	margin-top: 28px;
}

nav.mainMenu{
	display: inline;
	margin-top: 35px;
	float:right;
}

nav.mainMenu ul li{
	float:left;
	position: relative;
	text-align: left;
}

nav.mainMenu ul li a{
	-webkit-transition:color 0.2s ease-in;  
    -moz-transition:color 0.2s ease-in;  
  	-o-transition:color 0.2s ease-in;  
   	transition:color 0.2s ease-in;
	font-family: "Oswald", "Times New Roman", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color:#b5b5b5;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 8px;
	display: block;

}

nav.mainMenu ul li > a:hover,
nav.mainMenu ul li.active > a{
	color:#cc6633;
}

/*HOVER SUB 1 Level*/
nav.mainMenu ul li:hover > ul,.full-header nav.mainMenu ul li:hover > ul{
	display: block;
}

.full-header nav.mainMenu ul li ul{
	bottom:100%;
	padding:0 0 10px 0;
}

.full-header nav.mainMenu ul li ul li ul{
	bottom:0;
	top:auto;
	padding:0;
	margin: 0;
	margin-bottom: -1px;
}

.is-sticky nav.mainMenu ul li ul,.normal-menu nav.mainMenu ul li ul{
	top:100%;
	padding:10px 0 0 0;
}

nav.mainMenu ul li ul{
	display: none;
	position: absolute;
	left:-50px;
	margin: 0;
}


nav.mainMenu ul li ul li{
	background: #2b2b2b;
	font-weight: 300;
	padding:0 6px;
	border-bottom: 1px solid #333;
	margin: 0;
}

nav.mainMenu ul li ul li:hover{
	background: #3b3b3b;
}

nav.mainMenu ul li ul li a{
	width: 150px;
	padding:8px  4px;
}
nav.mainMenu ul li ul li:last{
	border-bottom:none;
}

/*HOVER 3rd Level*/

nav.mainMenu ul li ul li:hover ul,.normal-menu nav.mainMenu ul li ul li:hover ul{
	display: block;
}
nav.mainMenu ul li ul li ul,.normal-menu nav.mainMenu ul li ul li ul, .is-sticky nav.mainMenu ul li ul li ul{
	display: none;
	position: absolute;
	left:100%;
	top:0;
	margin: 0;
	padding: 0
	
}


.nzs-mobile-menu span.mobile-toggle-menu.mobile-open{
	color:#CC6633;
}
.nzs-mobile-menu nav.mainMenu.mobile-show{
	display: block;
}

.nzs-mobile-menu .mobile-toggle-menu{
	font-weight: normal;
	display: none;
	color:#fff;
	position: absolute;
	right:15px;
	top:50%;
	padding:6px;
	margin-top:-20px;
	font-size: 25px;
	cursor: pointer;

	-webkit-user-select: none;       
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}


#subMenu{
	padding:4px;
	display: none;
	opacity: 0;
}
#subMenu option{
	padding-left:5px;
}

/* MAIN SLIDER
============================== */



.mainSlider .slides > li, .post-slider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */

.headerContent li p{
	padding:0 3px;
}

.headerContent .flex-control-nav li{
	margin: 0;
}

.headerContent .flex-control-paging li a{
	margin:0;
	width:23px;
	height:23px;
	box-shadow: none;
	border-radius: none;
	background:url('../img/theme/slider-bullets.png') left top no-repeat;
}

.headerContent .flex-control-paging li a.flex-active, .headerContent .flex-control-paging li a:hover {
	width:23px;
	height:23px;
	box-shadow: none;
	border-radius: none;
	margin:0 0 0 0;
	background:url('../img/theme/slider-bullets.png') right top no-repeat;
}

/*END MAIN SLIDER*/


.titleBar{
	background:url('../img/theme/sep.png') repeat-x 0 55%;
	padding-top: 40px;
	padding-bottom: 35px;
	margin-left: 10px;
	margin-right: 10px;
}
.posts .titleBar{
	background:url('../img/theme/sep.png') repeat-x 0 55%;
	padding-top: 40px;
	padding-bottom: 35px;
	margin-left: 0px;
	margin-right: 0px;
}
.titleBar span{
	display:block;
	font-weight: 300;
	font-size: 16px;
	color:#303030;
	margin-left: 1px;
	padding: 0;
}
.titleBar h2{
	font-weight: 700;
	font-size: 28px;
	padding-right: 10px;
	display: inline-block;
	line-height:28px;
	background-color:#f2f2f2; 
}


.entice{
	font-size: 15px;
	margin-top: -21px;
	margin-bottom: 14px;
}

div.entice p{
	padding-left: 0;
	padding-right: 0;
}

.services .entice{
	margin-bottom: 30px;
}

/* PROJECT/WORKS AREA
============================== */

.project{
	padding-bottom: 12px;
}

.project p{
}

.gallery-padding .img-frame p{
	margin: 0px 7px 6px 7px; 
}

.gallery-padding .img-frame h5{
	margin: 12px 12px 6px 12px; 
	color:#707070;
	font-size: 15px;
}

.project h4,.services h4,.contact h4{
	font-weight: 700;
	font-size: 15px;
	color:#cc6633;
}
.project span a{
	display: block;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	color:#cc6633;
}


.works{
	padding-bottom:57px;
}

/* SERVICES AREA
============================== */

.services{
	padding-bottom: 50px;
	color:#303030;
}

.info{
	text-align: center;
}

.info img{
	margin-bottom:14px; 
}

.info h5{
	margin-bottom: 6px;
}

.info p{
	padding-bottom: 30px; 
	padding-left:5px;
	padding-right: 5px;
}


/* GALLERY
============================== */

.gallery-padding{
	padding:0 2px 14px 2px;
}

ul.holder,.portfolio-layout{
	margin-bottom: 0;
}

.filter{
	position: relative;
	overflow: hidden;
	margin:-14px 5px 7px 5px;
}
.filter li{
	float: left;
}


.holder,.portfolio-layout{
	overflow: hidden;
}

.holder li,.portfolio-layout li{
	display: inline-block;
	float: left;
}

.gallery-option{
	position: absolute;
	top:12px;
	right:7px;
}

.gallery-option img{
	margin-left: 2px;
}



/* BLOG
============================== */

section.blog{
	padding-bottom: 52px;
}

.blog .titleBar h2{

}

.page-template{
	min-height: 600px;
}

.post{
	border-bottom: 1px dashed #dedede;
	margin-bottom: 30px;
	overflow: hidden;
}
.post h4{
	border-bottom:1px solid #dedede;
	padding-bottom: 7px;
	margin-bottom: 7px; 
}

.post .readmore{
	text-align: right;
	padding-bottom: 15px;
}
.post p{
	padding:0 2px;
}
.post .meta ul{
	overflow: hidden;
	margin-bottom: 7px;
	margin-left: -2px; 
}

.post .meta .comments{
	background:url('../img/theme/comment.png') left center no-repeat;
	padding-left: 19px;
}
.post .meta .postin{
	background:url('../img/theme/postin.png') left center no-repeat;
	padding-left: 18px;
}
.post .meta .date{
	background:url('../img/theme/date.png') left center no-repeat;
	padding-left: 20px;
	margin-left:2px;
}
.post .meta .user{
	background:url('../img/theme/user.png') left center no-repeat;
	padding-left: 18px;
}

.post .meta ul li{
	color:#999999; 
	font-size: 10px;
	float:left;
	margin:7px; 
	padding-left: 10px;
}

.featured-image img{

}

.featured-image{
	border:1px solid #dedede;
	border-bottom: none;
	margin-bottom: 14px; 
} 

.featured-image .img-frame img{

}

.post-slider{
	overflow: hidden;
}
.post-slider{
	position: relative;
}
.post-slider .slides li, .flex-direction-nav li{
	margin: 0;
}
.post-slider img{
	float:left;
}

.post-slider .flex-direction-nav a {width: 30px; height: 30px; margin: 0 0 0; display: block; background: url(../img/theme/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 45%; cursor: pointer; text-indent: -9999px; opacity: 0; z-index: 101; -webkit-transition: all .3s ease;}
.post-slider .flex-direction-nav .flex-next {background-position: 100% 0; right: 5px; opacity: 0.5;}
.post-slider .flex-direction-nav .flex-prev {left: 5px;opacity: 0.5;}


/* POST PAGE
============================== */


.box{
	display: inline-block;
	overflow: hidden;
	padding: 4px;
}


.box-left{
	float: left;
	margin: 1px 14px 3px 0;
}
.box-right{
	float: right;
	margin: 1px 0 3px 14px; 
}

.post .single{
	padding-bottom: 20px;

}

blockquote{
	font-size: 12px;
	border-left: 4px solid #dddddd;
}



/* COMMENTS
============= */

.comment-section{
	margin-bottom: 40px; 
}

.comment-section .heading{
	margin: 12px 0; 
}

.comment-meta{
	font-size: 10px;
	margin: 2px 0 3px 0;
	color: #999999;
}

.comment-content{

}
.comment-meta a{
	font-size: 11px;
} 
.post-comments ul.children article{
	background-color:#f5f5f5; 
	
}


.post-comments{
	margin-top: 10px;
}

.post-comments article{
	border:1px solid #e9e9e9;
	padding: 4px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#f3f3f3; 
	


}
.post-comments article .alignright{
	clear: both;
	padding:3px 5px;
	font-size: 12px;
}

.comment .alignright{
	margin:0;
}

.post-comments article p{
	font-size: 13px;
	padding:0 5px;
	color:#666666;
}

/* Sidebar
============================== */
.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
}

section option{
	word-wrap: break-word;
	width:100%;
}


.posts .tags{
	display: block;
	margin-top: -10px;
	margin-bottom: 20px;
}

form.search{
	margin:9px 2px 8px 2px; 

}
.sidebar{
	padding-top: 4px;
}
.search #s,.search #search{
	background:url('../img/theme/search.png') 3px center no-repeat #f2f2f2;
	width: 100%;
	padding-left: 23px;
}

.widget img{
	max-width: 100%;

}

.widget{
	margin-bottom: 8px;
	text-align: left;
}

.widget .ads{
	text-align:center;
	margin-bottom: 6px; 
}
.widget p{
	margin:6px 0; 
}
.widget .large{
	margin-bottom: 8px;
	margin-top: 5px;
}
.widget .large img{
	width: 97%;
}

.widget .categories{
	padding:0 6px; 
	margin-top: -3px;
}
.widget .categories a, .widget_categories a,.widget a{
	color: #999999;
}
.widget .categories a:hover, .widget_categories a:hover, .widget a:hover{
	color: #cc6600;
}

.widget .categories a{
	display: block;
}
.widget .comments{
	margin-top: -6px;
}
.widget .comments li{
	overflow: hidden;
}

.widget .comments li a{
	overflow: hidden;
	display: block;
}

.widget .comments p{
	font-size: 12px;
	line-height: 18px; 
}

.widget .comments img{
	width:20%;
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 2px;
	float: left;
}

.widget .small img{
	text-align:center;
	display: inline-block;
	width: 43.8%;
	margin: 2%
}

.widget p,.textwidget,.widget{
	padding:0 3px;
	font-size: 13px;
	color:gray;
}

.widget .video-frame{
	margin-top: 10px; 
}

.widget ul{
	padding-left: 4px;
}

.widget ul li,
.shortcode-list-icons li{
	border-bottom: 1px solid #dedede;
	padding:4px 0px;
	margin:0
}
.shortcode-list-icons li i{
	margin-right: 3px;
}
#flickrImages{
	margin-bottom: 6px;
}

#flickrImages .img-frame{
	display: inline-block;
}
#flickrImages img{
	width:29%;
	margin: 2%;
}

/* CONTACT AREA
============================== */

.contact{
	color:#303030;
	padding-bottom: 20px;
}

.contact-area{
	padding-right:5px;
}


.quote p{
	background:url('../img/theme/quote.png') no-repeat;
	padding-left:40px;
	display: block;
	color:#666666;
	font-size:13px;
	margin-top:20px;
	padding-bottom:5px;
}
.contact .widget .heading h5{
	line-height: 17px;
}
.contact .widget{
	margin-bottom: 30px;
}
.contact .widget .heading{
	background-position: 0 40%;
	padding-top:0px;
}


ul.contact-info{
	margin-top:4px; 
	padding:0 4px;

}
ul.contact-info li{
	background:url('../img/theme/user.png') 2px 6px no-repeat;
	padding:4px 6px 4px 26px;
	margin:0;
	margin-bottom: 0;
	display: block;
	border-bottom: 1px dashed #cccccc;
	
}
ul.contact-info li.address{
	background:url('../img/theme/location.png') 2px 6px no-repeat;
}
ul.contact-info li.email{
	background:url('../img/theme/mail.png') 3px 6px no-repeat; 
}
ul.contact-info li.phone{
	background:url('../img/theme/phone.png') 2px 6px no-repeat;
}
.alignright{
	text-align: right;
	float: right;
}

.widget{
	overflow: hidden;
}


.alignright img{
	background-color: #fff;
	padding:4px;
	margin-right:4px;
	box-shadow: 1px 1px 3px #999999;
	-moz-box-shadow: 1px 1px 3px #999999;
	-webkit-box-shadow: 1px 1px 3px #999999;
}

.alignright span{
	display: block;
	font-size: 12px;
	padding-top: 5px;
	font-weight:bold;
	color:#666666;
}
.alignright span a{
	text-decoration: none;
	font-weight: normal;
	color:#cc6633;
}

form{
	overflow: hidden;
	margin-top: 6px; 
}

input[type="text"],textarea{
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f2f2f2;
	padding:5px;
}

input[type="text"]{
	width:50%;
	margin-bottom:6px;
}

textarea{
	width:100%;
	margin-bottom:7px;
}

p.form-submit input[type="submit"],button{
	float: right;
	color:#f5f5f5!important;
	margin-right:1px !important;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

p.form-submit input[type="submit"],button,button:active,button:focus,button:visited{
	font-weight: 400; 
	font-size: 12px;
	cursor: pointer;
}

label{
	text-decoration: none;
	font-weight: 400;
	font-size: 12px;
	color:#303030; 
	margin-bottom: 1px;
	color: #666666;
}


label.error{
	color:#990000;
	margin-bottom:3px;
	padding-top: 0;
}

.user-links{
	overflow: hidden;
}

.user-links a{
	float: right;
	margin-right:3px;
}

/* Pricing
============================== */
ul.pricing-table{
	overflow: hidden;
	display: block;
	margin:21px 0 42px 0;
	padding-top:4px;
}
ul.pricing-table > li{
	width: 25%;
	min-width: 130px;
	float: left;
	display:block;
	margin: 0;
	padding:0;
}
ul.plan{
	text-align: center;
	display: block;
	width:100%;
	margin: 30px 0 0 0;
	background-color: #f3f3f3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #dedede;
}
ul.plan.best{
	position: relative;
	text-align: center;
	display: block;
	width:100%;
	margin-top: 0px;
	background-color: #f7f7f7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #dedede;
}
ul.plan.best img{
	position: absolute;
	top:-2px;
	right:-2px;
}
ul.plan.best .plan-head{
	color:#cc6600;
	font-family: "Oswald", "Times New Roman", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 43px;
	padding-top: 43px;
	border-bottom: 2px solid #cc6600;


}
ul.plan .plan-head{
	color:#cc6600;
	font-family: "Oswald", "Times New Roman", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 28px;
	padding-top: 28px;
	border-bottom: 2px solid #cc6600;


}

ul.plan li{
	display: block;
	-moz-box-shadow: inset 0 0 4px #fff;
	-webkit-box-shadow:inset  0 0 4px #fff;
	box-shadow:inset 0 0 4px #fff;
	margin:0;
	padding:21px 14px 18px 14px;
	border-bottom: 2px solid #e8e8e8;
}

ul.plan .plan-head span{
	color:#303030;
	text-transform: uppercase;
	font-weight: normal;
}

ul.plan .order-btn{
	border: none;
}


/* SOCIAL LINKS
============================== */
ul.social-links{
	float: right;
	margin:0;
	overflow: hidden;
	padding-right: 5px;
}
ul.social-links li{
	float: left;
	display: inline-block;
	margin-left: 3px;
	border: none;
}
ul.social-links li a, .social a{
	background: url('../img/theme/social-icons.png') left bottom;
	width: 24px;
	height: 24px;
	display: block;
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
  	-o-transition:all 0.3s ease-in;  
   	transition:all 0.3s ease-in;

}
ul.social-links li a.facebook, .social a.twitter{
	background-position:left bottom;
}

ul.social-links li a.facebook, .social a.facebook{
	background-position:-30px bottom;
}
ul.social-links li a.google, .social a.google{
	background-position:-60px bottom;
}
ul.social-links li a.dribbble, .social a.dribbble{
	background-position:-90px bottom;
}
ul.social-links li a.flickr, .social a.flickr{
	background-position:-119px bottom;
}
ul.social-links li a.deviantart, .social a.deviantart{
	background-position:-149px bottom;
}
ul.social-links li a.linkedin, .social a.linkedin{
	background-position:-180px bottom;
}
ul.social-links li a.pinterest, .social a.pinterest{
	background-position:-209px bottom;
}
ul.social-links li a:hover, .social a.twitter:hover{
	background-position:left 0;
}

 /*NEW*/

ul.social-links li a.rss, .social a.rss{
	background-position:-238px bottom;
}

ul.social-links li a.instagram, .social a.instagram{
	background-position:-267px bottom;
}

ul.social-links li a.vimeo, .social a.vimeo{
	background-position:-298px bottom;
}

ul.social-links li a.email, .social a.email{
	background-position:-328px bottom;
}

ul.social-links li a.youtube, .social a.youtube{
	background-position:-358px bottom;
}

ul.social-links li a.behance, .social a.behance{
	background-position:-386px bottom;
}

ul.social-links li a.soundcloud, .social a.soundcloud{
	background-position:-416px bottom;
}
ul.social-links li a.ustream, .social a.ustream{
	background-position:-447px bottom;
}


ul.social-links li a.facebook:hover, .social a.facebook:hover{
	background-position:-30px 0;
}
ul.social-links li a.google:hover, .social a.google:hover{
	background-position:-60px 0;
}
ul.social-links li a.dribbble:hover, .social a.dribbble:hover{
	background-position:-90px 0;
}
ul.social-links li a.flickr:hover, .social a.flickr:hover{
	background-position:-119px 0;
}
ul.social-links li a.deviantart:hover, .social a.deviantart:hover{
	background-position:-149px 0;
}
ul.social-links li a.linkedin:hover, .social a.linkedin:hover{
	background-position:-180px 0;
}
ul.social-links li a.pinterest:hover, .social a.pinterest:hover{
	background-position:-209px 0;
}

/*NEW*/
ul.social-links li a.rss:hover, .social a.rss:hover{
	background-position:-238px 0;
}

ul.social-links li a.instagram:hover, .social a.instagram:hover{
	background-position:-267px 0;
}

ul.social-links li a.vimeo:hover, .social a.vimeo:hover{
	background-position:-298px 0;
}
ul.social-links li a.email:hover, .social a.email:hover{
	background-position:-328px 0;
}

ul.social-links li a.youtube:hover, .social a.youtube:hover{
	background-position:-358px 0;
}
ul.social-links li a.behance:hover, .social a.behance:hover{
	background-position:-386px 0;
}

ul.social-links li a.soundcloud:hover, .social a.soundcloud:hover{
	background-position:-416px 0;
}

ul.social-links li a.ustream:hover, .social a.ustream:hover{
	background-position:-447px 0;
}



/* FOOTER AREA
============================== */

.footer{
	border-top: 1px solid #fff;
	/*margin-top:20px;*/
	padding:20px 0 20px 0;
	color:#999999;
}


/* IMAGE/VIDEO BORDERS
============================== */


.image-wrapper{
	position: relative;
	display:block;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.image-wrapper .extra-links{
	position: absolute;
	z-index: 1;
	top:-50%;
	margin-top: -19px;
	line-height: 0;
	padding: 0;
	text-align: center;
	left: 0;
	width: 100%;
	display: block;
}
.image-wrapper a{line-height: 0;padding:0;margin:0;display: block;}
.image-wrapper a.photo-up, .image-wrapper a.go-link,.image-wrapper a.web-link{
	background-color: #000;
	display: inline-block;
	width:34px;
	line-height: 34px;
	height: 34px;
	margin: 0 4px; 
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius:34px; 
	opacity: 0.7;
}

.image-wrapper a.photo-up{
	background-image:url('../img/theme/icon-glass.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.image-wrapper a.web-link{
	background-image:url('../img/theme/icon-web-link.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.image-wrapper a.go-link{
	background-image:url('../img/theme/icon-link.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.image-wrapper .mouse-effect{
	background-color: #2e2e2e;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	filter: alpha(opacity=0);
}
.image-wrapper a:hover.photo-up, .image-wrapper a:hover.go-link, .image-wrapper a:hover.web-link{
	opacity:0.9;

	-moz-transition: all 0.2s ease-in-out;
 	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}
ul.item-detail li{
	margin-bottom: 6px;
}
.img-frame{
	background-color: #fff;
	padding:2px;
	display: block;
	/*position: relative;*/
	max-width: 100%;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	height:auto;
	overflow: hidden;
	box-shadow: 0 1px 1px #999999;
	-moz-box-shadow: 0 1px 1px #999999;
	-webkit-box-shadow: 0 1px 1px #999999;
}

.img-frame h5{
	font-size: 14px;
	margin: 8px 5px 0 5px;
	border-bottom: 1px solid #dedede;
	color:#303030;
}

.img-frame p{
	font-size: 12px;
	color:#666666;
	margin: 0;
	padding: 3px 5px 7px 5px;
}

.link-preview{
}

.featured-video{
	padding:3px;
}
.video-preview{
	overflow: hidden;
	display:block;
}
.img-preview{
}

.img-frame img{
	opacity: 1;
	-webkit-transition:opacity 0.3s ease-in;  
    -moz-transition:opacity 0.3s ease-in;  
  	-o-transition:opacity 0.3s ease-in;  
   	transition:opacity 0.3s ease-in;
	float: left;
}

.video-frame{
	background-color: #fff;
	padding:4px;
	display: block;
	margin:7px 5px;
	width:auto;
	max-width: 100%;
	height:auto;
	overflow: hidden;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0 1px 1px #999999;
	-moz-box-shadow: 0 1px 1px #999999;
	-webkit-box-shadow: 0 1px 1px #999999;
}

.nzs-responsive-video{
	position: relative;
	padding: 0 0 56.25% 0;
	height: 0;
	overflow: hidden;
}

.nzs-responsive-video iframe{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
/* TEAM
============================== */

ul.team > li.four.columns:nth-child(4n+1),
ul.team > li.eight.columns:nth-child(2n+1),
ul.team > li.one-third.column:nth-child(3n+1){
    clear: both;
}

ul.team{
	text-align: center;
}

ul.team li{
	float: left;
	display: inline-block;
	position: relative;
}
ul.team li .rounded{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 100%;
	display: block;
	max-width: 202px;
	overflow: hidden;
	background-color: #fff;

}
.img-wrap{
	background-color: #fff;
	padding:4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	margin: 21px 10px;

	-webkit-transition:background-color 0.3s ease-in-out;  
    -moz-transition:background-color 0.3s ease-in-out;  
  	-o-transition:background-color 0.3s ease-in-out;  
   	transition:background-color 0.3s ease-in-out;
}
ul.team li .rounded{}
ul.team li .img-wrap:hover{
	background-color: #cc6600;
}
ul.team li .name{
	color:#cc6600;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 21px;
}

ul.team li .name span{
	color:#303030;
	text-transform: uppercase;
}
ul.team li .name em{
	text-transform: none;
	color:#999999;
	font-weight: normal;
	font-size: 12px;
	display: block;
}

ul.team li .social a{
	display:inline-block;
	margin-top: 7px;
}

/* Buttons/progress
============================== */

p.form-submit input[type="submit"], a.color-btn,button.color-btn{
	font-weight: 400 !important; 
	font-size: 12px;
	text-rendering: optimizeLegibility;
	background:url('../img/theme/btn-glow.png') 0 0 repeat-x;
	padding:3px 15px 4px 15px;
	display: inline-block;
	text-shadow:0 1px 1px #333333;
	margin: 5px;
	color:#f5f5f5;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

a.color-btn:hover,button.color-btn:hover{
	/*color:#e8e8e8;*/
}

a.blue,.progress .blue{
	background-color: #009999;
	border:1px solid #009999;
}

a.green,.progress .green{
	background-color: #006633;
	border:1px solid #006633;
}

p.form-submit input[type="submit"], a.main-btn, a.orange,.progress .orange,button.main-btn{
	background-color: #cc6600;
	border:1px solid #cc6600;
}

a.black,.progress .black{
	background-color: #2b2b2b;
	border:1px solid #2b2b2b;
}
a.red,.progress .red{
	background-color: #990000;
	border:1px solid #990000;
}

a.gray{
	background-color: #999999;
	border:1px solid #999999;
	color:#fff;
}

a.brown,.progress .brown{
	background-color: #663300;
	border:1px solid #663300;
}

a.purple,.progress .purple{
	background-color: #660066;
	border:1px solid #660066;
}

span.buttons{
	display:block;
	margin-top:40px;
}
span.buttons a.orange,span.buttons a.blue{
	border:none;
}

a.btn{
	width:230px;
	height:61px;
	display: inline-block;
	line-height:60px;
	text-align: center;
	font-weight: 400;
	color:#f5f5f5;
	text-shadow:1px 1px 1px #2b2b2b;
	text-transform: uppercase;
	font-size: 16px;
}

a.btn.orange{
		background:url('../img/theme/btn-orange.png') left top no-repeat;
}

a.btn.blue{
		background:url('../img/theme/btn-blue.png') left top no-repeat;
}

a.btn:hover{
	opacity: 0.9;
}

.progress{
	position: relative;
	margin: 30px 0;
	width:100%;
	padding:4px 3px 3px 3px;
	background:url('..//img/theme/btn-glow.png') top left repeat-x #cccccc;

	display:block;
	text-shadow:0 1px 1px #333333;

	color:#000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	box-shadow: 1px 1px 1px #666666;
}
.progress span{
	position: absolute;
	top:-20px;
	left:25%;
}

.inner{
	background:url('../img/theme/btn-glow.png') repeat-x ;
	display: block;
	border-radius: 10px;
	height:15px;
}

.logo-box{
	text-align: center;
	padding-top: 20px;
}




/******** CUSTOM *************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/



/*** LAYOUT ***/
body {line-height: 1.4em!important;}


/* box shadows */
.topBar,
.parallax,
#header-option {-moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.7); -webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.7); box-shadow: 0px 0px 40px rgba(0,0,0,0.7);}
.parallax {-moz-box-shadow: inset 0px 0px 60px rgba(0,0,0,0.8); -webkit-box-shadow: inset 0px 0px 60px rgba(0,0,0,0.8); box-shadow: inset 0px 0px 60px rgba(0,0,0,0.8);}

/* text shadows */
.parallax .message {text-shadow: 0px 2px 2px rgba(46, 42, 33, 0.7), 0px 0px 22px rgba(0, 0, 0, 0.7), 0px 0px 40px rgba(0, 0, 0, 0.7), 0px 0px 60px rgba(0, 0, 0, 0.7);}
.parallax-sections-89 .message {text-shadow: 0px 2px 2px rgba(243, 233, 213, 0.7), 0px 0px 22px rgba(243, 233, 213, 0.7), 0px 0px 40px rgba(243, 233, 213, 0.7), 0px 0px 60px rgba(243, 233, 213, 0.7);}

/* lines */
ul.contact-info li {border-bottom: 1px dashed #b4b1aa;}
#our-history blockquote {border-top: 1px dashed #b4b1aa; border-bottom: 1px dashed #b4b1aa;}
hr {border:dashed #b4b1aa; border-width:1px 0 0 0; height:0;line-height:0px;font-size:0;margin:0;padding:0;}

/*** SOCIAL LINKS ***/
ul.social-links {float:none;}
li.social-facebook a {width:63px; height:65px; display:block; text-indent: -9999px; background:url('../img/social-facebook.png') no-repeat;}
li.social-instagram a {width:63px; height:65px; display:block; text-indent: -9999px; background:url('../img/social-instagram.png') no-repeat;}
li.social-foursquare a {width:120px; height:33px; margin-top:15px; display:block; text-indent: -9999px; background:url('../img/social-foursquare.png') no-repeat;}
li.social-yelp a {width:63px; height:65px; display:block; text-indent: -9999px; background:url('../img/social-yelp.png') no-repeat;}

.social-links-big li a:hover {opacity:0.8; filter:alpha(opacity=80);}

.social-links-big .left {margin-right:10px!important;}





/*** GENERAL ***/
.clearer {clear: both;}
h3 {text-transform: none;}
h4 {text-transform: none;}
blockquote {border:none; margin:0px;}
blockquote {font-size:18px; line-height: 1.4em; color:#746f69; border:none; font-family: 'Libre Baskerville', helvetica, arial, sans-serif; font-style: italic!important;}
.left {float: left;}
.right {float: right;}
.center {text-align: center;}
.text-right {text-align: right!important;}
.text-left {text-align: left!important;}
.page-section {padding-bottom: 60px; padding-top: 60px;}


/*** HEADER ***/
.topBar {opacity:0.95; filter:alpha(opacity=95);}
section#top.topBar.nzs-mobile-menu.normal-menu {min-height:90px!important; height:90px!important;}
.topBar div.container {min-height:90px!important; height:90px!important;}
.topBar h1 {margin-top:10px;}



#header-option {max-height:100%!important; min-height:560px!important;}
.fullheader .container {position: absolute; bottom: 0px; width: 100%;}
.container .sixteen.columns.header-logo-area {width: 100%important;}
.header-logo-area {line-height: 0px;}

/*** PARALLAX ***/
.parallax .message {line-height: 1.25em; padding-top: 180px;}
.parallax .message {color:#f3e9d5; font-size:30px; font-family:"Trocchi",helvetica,arial,sans-serif;}
.parallax-sections-80 .message {padding-top: 40px;}
.parallax-sections-89 .message {color:#2e2a21;}

/*** OUR STORY ***/
#our-history {background-image:url('../img/top-shadow.png')!important; background-repeat: repeat-x;}
#our-history .container,
#our-story .container {max-width:650px;}
#our-story .container,
#our-history .container {font-size:18px; line-height: 1.5em; color:#605142;}
#our-story .container blockquote,
#our-history .container blockquote {font-size:20px; color:#958370; padding:20px 0px; line-height: 1.5em; }
#our-story .container blockquote img,
#our-history .container blockquote img {padding-top:20px; padding-right:20px; border:none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;}
#our-story .container img,
#our-history .container img {border:7px solid #ffffff; -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2); -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2); box-shadow: 0px 0px 5px rgba(0,0,0,0.2);}


/*** food-made-from-the-best-ingredients ***/
#food-made-from-the-best-ingredients h3 {margin-top:34px;}

/*** delivery ***/
#delivery p.text-left strong, 
#delivery p.text-right strong {font-size: 18px;}
#delivery p.text-left, 
#delivery p.text-right {font-family:"Trocchi",helvetica,arial,sans-serif; padding: 20px; text-transform: uppercase; line-height: .8em!important; font-size: 28px!important;}
#delivery p.text-right {border-right: 1px dashed #b4b1aa;}
#delivery .eight {margin:0px;}
#delivery blockquote {font-size: 18px;}


/*** MENUS ***/
#menu-section h2 {margin-bottom:0px;}
#menu-section {text-align: center!important;}
#menu-section a {}
#menu-section a:hover {}

#menu-section a img {border-right: 1px dashed #b4b1aa; margin:0px; opacity:1; filter:alpha(opacity=100);}
#menu-section a:hover img {opacity:0.9; filter:alpha(opacity=90);}

#menu-section a img.no-border {border:none;}
#menu-icons {max-width: 618px; margin: 0 auto;}
#menu-section .titleBar {background-image:none; padding-bottom:0px;}

nav.mainMenu ul li a {padding-right: 7px; padding-left:7px;}

ul#main-menu li {border-right: 1px dashed #b4b1aa; }
ul#main-menu li:last-child {border: none; }

nav.mainMenu {margin-top:0px; height:100%;}
nav.mainMenu ul,
nav.mainMenu ul li,
nav.mainMenu ul li a {height:100%;}
nav.mainMenu ul li a {padding-top:35px;}

nav.mainMenu .active a {}
nav.mainMenu a:hover {background-color:#f0f8f1;}
nav.mainMenu .active a {border-bottom: 7px solid #b4b1aa;}




/*** in-the-news ***/
#in-the-news {background-image:url('../img/top-shadow.png')!important; background-repeat: repeat-x;}
#in-the-news blockquote {padding:0px; padding-bottom:10px; margin-bottom:10px; padding-left:20px; border-bottom: 1px dashed #b4b1aa; }
#in-the-news blockquote:last-child {border:none; }
#in-the-news .container .columns {margin:0px;}
.blockquote-wrapper {border-left: 1px dashed #b4b1aa;}
#in-the-news ul.disc {margin:0px;}
#in-the-news ul.disc li {list-style-type: none; border-bottom: 1px dashed #b4b1aa; padding:7px 0px; margin-bottom:0px; padding-right:20px;	}
#in-the-news ul.disc li:last-child {border:none}
#in-the-news ul.disc li a {background-color:#ffffff; padding: 5px 10px; display: block; }



/*** LOCATIONS/CONTACT AREA ***/
.alternate-bg2 {background-image: none;}
.google-maps {border:7px solid #ffffff; -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2); -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2); box-shadow: 0px 0px 5px rgba(0,0,0,0.2); overflow: hidden; margin-bottom:20px;}
/* contact form area */
input[type="text"] {width:100%; font-size:18px;}

/*** FOOTER ***/
.footer .container p {margin-bottom:0px;}


#header-option .message {display:none;}





/****
****
****
****
****
****
MOBILE 
****
****
****
****
****
****/


@media only screen and (max-device-width: 480px) {

#header-option .message {display:block;}
#header-option {max-height: none!important; min-height: none!important; background-repeat: no-repeat!important;}
.header-logo-area img {display: none;}
#header-option .message h2 {font-size:22px; line-height: 1em; border:none; padding:0px; margin:0px;}
#header-option .message p {font-size:18px;}

hr {display:none;}
#in-the-news blockquote {padding-left: 0px;}
.blockquote-wrapper {border:none;}
.mobile-off {display:none;}
.parallax {display:none;}
#menu-section a img {border:none!important;}
#menu-icons a {width:45%; display: inline-block;}


/* menu */
#menu-icons {max-width: auto!important;}
nav.mainMenu ul li a {padding-right: 0px; padding-left:0px;}
ul#main-menu li {border:none; }
nav.mainMenu {height:auto!important;}
nav.mainMenu ul,
nav.mainMenu ul li,
nav.mainMenu ul li a {height:auto!important;}
nav.mainMenu ul li a {padding-top:5px;}
nav.mainMenu .active a {}
nav.mainMenu a:hover {background-color:transparent;}
nav.mainMenu .active a {border-bottom: none!important;}


#delivery p.text-left, 
#delivery p.text-right {display: none!important;}



}






#gallery-1 {margin-top: 60px!important; margin-bottom: 30px!important;}




/**** food and drink menu  *****/

.page-id-231 .titleBar span,
.page-id-221 .titleBar span {
	display: none;
}

body.page-id-231 .titleBar,
body.page-id-221 .titleBar  {
	text-align: center;
	margin-top: 20px;
}

body.page-id-231 .titleBar h2,
body.page-id-221 .titleBar h2 {
	padding-left: 10px;

}

.fdm-item {
	margin-bottom: 1em!important;
}

.fdm-item-panel {
	margin-bottom: .5em!important;
}

.page-id-231 hr,
.page-id-221 hr {
	border: solid #605142;
    border-width: 4px 0 0 0;
}

.fdm-menu .fdm-item-title {
	font-size: 16px;
}

ul.fdm-section {
	padding-bottom:40px;
}

.fdm-item {
	border-bottom: 1px dashed #b4b1aa;
}

.fdm-item:last-child {
	border-bottom: none;
}

.fdm-menu blockquote {
	padding:0px;
}

.fdm-menu blockquote p {
	line-height: 18px;
}

.fdm-item-content p em {
	color: #ee8220;
}



.page-id-231 .fdm-sectionid-39 hr, 
.page-id-221 .fdm-sectionid-38 hr {
	border:none;
	border-bottom: 1px dashed #b4b1aa;
}

