/* ============ Dudamobile Layout Style ============ */

/* ==== General style ==== */

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border: 0px solid #e07629;
}

#iOSWrapper {
    height: auto !important;
}

body {
    width: 100%;
    overflow: hidden;
/*  prevent font scale on orientation change */
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
}

.dmOuter a + a {
    margin-left: 8px;
}

#dm video {
    max-width: 100% !important;
    display: block;
	margin: 10px auto;
}

iframe.fb_ltr {
    max-width: 100%;
}

.navPlaceHolder .dmNav.bordersNav, .navPlaceHolder .dmNav.horizontalNav {
    margin-left: -20px;
    margin-right: -20px;
}

.inlineEditorLeftBar, .inlineEditorRightBar, .inlineEditorBottomBar, .inlineEditorTopBar {
    z-index: 200;
}

#navWrapper {
	/*min-height: 10px;
	margin-bottom: 10px;*/
}

/*.fb_iframe_widget.fb_iframe_widget.fb-like > span { 
	width: auto !important; 
}*/

#hcontainer, #fixHead.dmHeader {
	-webkit-box-shadow: 0px 2px 1px hsla(0, 0%, 0%, 0.5), inset 0px -1px 1px hsla(0, 0%, 100%, 0.3);
	-moz-box-shadow: 0px 2px 1px hsla(0, 0%, 0%, 0.5), inset 0px -1px 1px hsla(0, 0%, 100%, 0.3);
	box-shadow: 0px 2px 1px hsla(0, 0%, 0%, 0.5), inset 0px -1px 1px hsla(0, 0%, 100%, 0.3);
}

.innerPageTitle {
	display: none;
}

.displayNone {
	display: none;
}

/* ==== No-margin element ==== */

#dm .dmNoMargin {
    margin-left: -12px !important;
    margin-right: -12px !important;
}
#dm .dmUpperTabs-var3 .dmNoMargin, #dm .dmUpperTabs-var4 .dmNoMargin {
    margin-left: -18px !important;
    margin-right: -18px !important;
}
#dm .freeHeader .dmNoMargin {
    margin-left: -4px !important;
    margin-right: -4px !important;
}
#dm .dmFooter .dmNoMargin {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

/* ==== Form style ==== */

div.dmInner input[type=text], div.dmInner input[type=email], div.dmInner input[type=number], div.dmInner input[type=tel] {
    border: 2px solid #e07629;
    border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px;
    width: 100%;
    height: 25px;
    margin: 3px 0px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-size:13px;
}

div.dmInner input[type=password] {
    border: 2px solid #e07629;
    border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px;
    width: 100%;
    height: 25px;
    margin: 3px 0px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-size:13px;
}

div.dmInner input[readonly=readonly] {
    border: 2px solid #e07629;
    border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px;
    margin: 3px 0px;
    width: auto;
    height: auto;
}

div.dmInner select {
    border: 2px solid #e07629;
    border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px;
    width: 100%;
    max-width: 100%;
    height: 24px;
    margin: 3px 0px;
}
div.dmInner select[multiple] {
	height:auto;
}

div.dmInner textarea {
    border: 2px solid #e07629;
    width: 100%;
    margin: 3px 0px;
    min-height: 50px;
    border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.dmInner input[type=submit], div.dmInner input[type=reset] {
    margin: 5px auto;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 30px !important;
    background-color: rgb(91, 14, 12);
    color: #fbedd1;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-size:16px;
    border: none;
}


/* ==== Editor only style ==== */

.bodyInsideNee {
/*     overflow: auto; */
}

.bodyInsideNee #fixHead {
    top: 0px;
}

.bodyInsideNee .fixedFooterContainer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 200;
}

.fixedPart {
	position: relative;	
}

.bodyInsideNee .fixedPart {
/*     position: fixed; */
    top: 0px;
    width: 100%;
}

.bodyInsideNee .dmDropAreasMinHeight {
    min-height: 50px;
}

.bodyInsideNee .dmDropAreaFixedHeader {
    position: fixed;
    top: 0px;
}

.bodyInsideNee .dmDrakedElementFixed {
    position: fixed;
}

.bodyInsideNee .dmDropAreasText {
    height: 50px;
    font-size: 13px;
}

.bodyInsideNee #iscrollBody {
/*     height: auto !important; */
	overflow-y: auto;
	overflow-x: hidden;  
}

.bodyInsideNee #slideUpNav ,
.bodyInsideNee #slideDownNav {
    overflow-y: auto;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
}


/* ==== Inner style ==== */

DIV.dmInner {
    background: rgb(255, 108, 2);
    color: #fbedd1;
    font-family: arial;
}
/* DIV.dmInner h1, DIV.dmInner h2 { */
/*     color: #e07629; */
/* } */

.dmInner a {
    color: #ffffff;
}

.dmInner li {
    /*list-style-type: none;*/
}

.dmInner ul, .dmInner ol {
    padding: 0px;
}


/* ==== Header style ==== */

.dmHeader {
    background: #e07629;
    color: #fbedd1;
    text-align: center;
}

/* .dmUpperTabs .dmHeader { */
/* 	background: rgb(255, 108, 2); */
/* } */

.dm-title {    
    font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 21px !important;
    clear: both;
    margin-top: -1px;
  	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0)));
	background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
	
/*     background-color: #e07629; */
/*     color: #fbedd1; */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    padding: 3px 3px 6px;
    max-height: 150px;
	line-height: 1.2;
	margin: -4px;
}
#fixHead .dmdmTitlePlaceholder:after
{
	top: 1px;
}

#fixHead {
    text-align: center;
    z-index: 200;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    overflow: hidden;
    margin: 0px;
    vertical-align: middle;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
}

#fixHead .dm-title {
    position: static;
    box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
/* 	background: none; */
	font-weight: 400;
}
#fixHead .dmdmTitlePlaceholder:after {
	color:#fbedd1;
}

#dmBackArrow {
	-webkit-transition: -webkit-transform .5s cubic-bezier(.25,1,.25,1);
	-moz-transition: -moz-transform .5s cubic-bezier(.25,1,.25,1);
	-o-transition: -o-transform .5s cubic-bezier(.25,1,.25,1);
	-ms-transition: -ms-transform .5s cubic-bezier(.25,1,.25,1);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	display: block !important;
	background-color: #fbedd1;
	width: 6px;
	height: 9px;
	position: absolute;
	top: 10px;
	left: 27px;
}

#dmBackArrow:after {
	content: '';
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	display: block !important;
	background-color: #fbedd1;
	width: 6px;
	height: 14px;
	position: absolute;
	top: 4px;
	left: 4px;
}

#dmBackArrow ,
#dmBackArrow:after {
	-moz-box-shadow: 2px 0px 1px hsla(0, 0%, 0%, 0.25);
	-webkit-box-shadow: 2px 0px 1px hsla(0, 0%, 0%, 0.25);
	box-shadow: 2px 0px 1px hsla(0, 0%, 0%, 0.25);
	
}

#fixHead .uiBtn ,
#innerBar .uiBtn {
    cursor: pointer;
    position: absolute;
    -webkit-transition: all .5s cubic-bezier(.25,1,.25,1);
    -o-transition: all .5s cubic-bezier(.25,1,.25,1);
    -moz-transition: all .5s cubic-bezier(.25,1,.25,1);
    -ms-transition: all .5s cubic-bezier(.25,1,.25,1);
    padding: 10px;
    font: bold 13px/13px arial;
    text-shadow: 0 1px 0 rgba(0,0,0,0.7);
    text-align: center;
    z-index: 200;
}

#slideDownTrigger {
	right: 14px
}

#dmBackBtn {
	left: 14px
}
#fixHead .txt {
    color:#e67b3b;
    position: relative;
    top: 12px;
    font-size: 20px;
}

/* #dm-logo-image { */
/*     max-height: 48px; */
/*     max-width: 200px; */
/* } */

#logo-div {
    position: relative;
}

#fixHead img.fixLogo {
    -webkit-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    height: 50px;
}

/* ==== Footer style ==== */


.dmFooter {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #fbedd1;
    padding: 4px 8px 12px 8px;
    background: rgb(255, 108, 2);
}

#fixFoot {
    text-align: center;
    z-index: 200;
    height: 50px;
    position: relative;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    /*overflow: hidden;*/
    margin: 0px;
    padding: 0px;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    text-transform: uppercase;
 }
 
.footerBtn {
	display: inline-block;
    height: 50px;
    width: 24.8%;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-left: -3px;
}

.footerBtn.dmNavItemSelected {
    position: relative;
}

.footerBtn a {
    width: 100%;
/*     height: 100%; */
    /*left: 0px;
    top: 0px;
    position: absolute;*/
    text-decoration:none;
    margin: 0 auto;
    display: block;
}

#fixFoot .navItemIconBg {
	display: block;
	margin-top: 4px;
}

#fixFoot .navItemIcon {
	display: block;
	width: 24px;
	height: 24px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAABtklEQVR42uWVv0vDQBTHO/hjUQcH3cTZQREcdPEHDm7qLCgU/AdEXQQHFydxcNRBEBx1U5dqEQSF1vbualDookJFTe6COEjvDs4XLSW2TduLCQgGvnTJe5983/veNRL5q49S8QZB0aZgJA6/E6HChJkeFRSrLzF8rVS2OTwYxcdFGEgyMhOmK+mGgdKhuCt1FZo7YZORCq6+ZeGUUkZTMAl8NVqg6UlFUEGckqiT1PqbvhnteZrqkRaZguIFGM+WoOQQZFQDFfQOuuAM70FK1znF88JEYx92urvMtbTwHLyc8xyVf3HQudPfvfxEwJBSJVwwtBoeiDxBiFZ+Jo7h5aBBsLt7bt/0eZ2lpSBBeZbprX6mAnAIoIeaoBIg9wOSDGXrBrlGGvMH07y+nIMI7pL+xogW9WDM6IJC6mtfFt7XgsGCB30HBP5UNWEk+os05tRLplMnHBtVmh0U0nrrdR9yMzOgAzuq0CQG1854ca/0qs2BwsgfyxJpkem6YZLiHVfxpTTxpGeYnnEH3H9r8J5ZrLHJsIYzMgRFp5KiXW6j/tpHJdkoLTQLTs/gQ7eVedca+VfPJ+nWAPbMLO22AAAAAElFTkSuQmCC) no-repeat;
	margin: 0 auto;
	position: relative;
	top: 1px;
}

#fixFoot .navItemText {
	display: block;
	color: #fbedd1;
	font-size: 12px;
	margin: 4px 5px 0px;
	cursor: pointer;
	overflow: hidden;
	height: 14px;
}
.dm-bfs .dmFooter {
    background: none;
}

/* ==== Slide Navigation style ==== */

#slideDownTrigger:hover {
	cursor: pointer;
}

#slideDownTrigger .btnStripe {
    position: relative;
    opacity: 0.9;
    background-color: #fbedd1;
    width: 27px;
    height: 4px;
    margin: 4px 0px;
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

#slideDownNav, #slideUpNav {
    position: absolute;
    z-index: 100;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.25,1,.25,1);
    -moz-transition: -moz-transform .5s cubic-bezier(.25,1,.25,1);
    -o-transition: -o-transform .5s cubic-bezier(.25,1,.25,1);
    -ms-transition: -ms-transform .5s cubic-bezier(.25,1,.25,1);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);  
}

#slideDownNav ul.dmNavigation {
	-webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
	margin: 0px 12px;
}
#slideDownNav .dmNavigation li:last-child {
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}


#slideUpNav {
	background: #e67b3b;
	width: 100%;
	display: none;
}

#slideDownNav {
	display: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#fixHead.fixedHeaderLimitSize {
	height:50px;
}

#fixHead.fixedHeaderLimitSize .freeHeader {
	height:50px;
}

.logoTitleWrapper {
	 height: 100%;
}
#fixHead.fixedHeaderLimitSize .logo-div {
	padding: 0 72px !important;
	display:table;
	vertical-align:middle;
	table-layout: fixed;
	 width: 100%;
	 height:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#fixHead.fixedHeaderLimitSize #dm-logo-image {
	max-height: 47px !important;
}

#fixHead.fixedHeaderLimitSize .dm-title {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding: 2px 75px;
	max-height: 50px;
	line-height: 50px;
	width: 101%;
	margin-left: -1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#fixHead.fixedHeaderLimitSize a.dm-logo-anchor {
	max-height: 49px;
/* 	max-width: 222px; */
	margin-right: auto;
	margin-left: auto;	
	display: table-cell;
	vertical-align: middle;
}



/* ==== Navigation style ==== */

.dmNavigation {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    background-color: #e67b3b;
/*     position: static !important; */
}

.dmNavigation li {
    -webkit-transition: all .5s cubic-bezier(.25,1,.25,1);
    -o-transition: all .5s cubic-bezier(.25,1,.25,1);
    -moz-transition: all .5s cubic-bezier(.25,1,.25,1);
    -ms-transition: all .5s cubic-bezier(.25,1,.25,1);
	-moz-transition-delay: .1s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: .1s;
	/*transition-delay: .1s;*/
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    height: 50px;
}

.dmNavigation li.dmSub {
 	background-color: rgba(255,255,255,0.1);
 	z-index: 0;
}

.dmNavigation li.dmSub.hasdmSub {
 	background-color: rgba(255,255,255,0.1);
 	z-index: 1;
}


.dmNavigation li.dmSub a {
	margin-left: 25px;
}

.dmNavigation li.dmSub2 a {
	margin-left: 30px;
}

.dmNavigation li.hasdmSub {
    cursor: pointer;
    z-index: 2;
    position: relative;
}

.dmNavigation li a {
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    padding: 15px 10px 15px 22px;
    color:#fbedd1;
/*     -moz-box-sizing: border-box; */
/*     -webkit-box-sizing: border-box; */
/*     box-sizing: border-box; */
	margin-top: -17px\9;
}

.dmNavigation li a.currentPage .navItemText {
    font-weight: bold;
    color: #fbedd1;
}

.dmNavigation li:not(.hasdmSub) a.currentPage .navItemArrowBg {
	display:none;
}

.dmNavigation .navItemArrow {
    width: 4px;
    background-color: #fbedd1;
    height: 10px;
	display: block;
	position: absolute;
	left: 10px;
	top: 4px;
}

.dmNavigation .navItemArrow:after {
	content: '';
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    
	display: block !important;
	background-color: #fbedd1;
	width: 4px;
	height: 10px;
	position: absolute;
	top: 3px;
	left: -3px;
}

.dmNavigation .navItemArrow.pointDown {
	/*-webkit-transform: rotate(45deg) translate3d( 0, 0, 0);
    -moz-transform: rotate(45deg) translate( 0, 0);
    -o-transform: rotate(45deg) translate( 0, 0);
    transform: rotate(45deg) translate3d( 0, 0, 0);*/
}


.dmNavigation .navItemArrowBg {
	-webkit-transition: -webkit-transform .5s cubic-bezier(.25,1,.25,1);
    -moz-transition: -moz-transform .5s cubic-bezier(.25,1,.25,1);
    -o-transition: -o-transform .5s cubic-bezier(.25,1,.25,1);
    -ms-transition: -ms-transform .5s cubic-bezier(.25,1,.25,1);
    
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    
	display: block !important;	
	width: 20px;
	height: 20px;
	position: absolute;
	top: 15px;
	right: 24px;
}

.dmNavigation .navItemArrowBg.pointDown {
	-webkit-transform: rotate(45deg) translate3d( 0, 0, 0);
    -moz-transform: rotate(45deg) translate( 0, 0);
    -o-transform: rotate(45deg) translate( 0, 0);
    transform: rotate(45deg) translate3d( 0, 0, 0);
}

ul.dmNav a
{
	text-decoration:none;
}


/* ==== iscrollBody style ==== */

#iscrollBody {
    position: relative;
   /* you can't put margin or padding on an iscroll object.*/ 
}

.blurry {
	-webkit-filter: blur(1px);
}

#site_content {
    position: relative;
}


/* ==== Body style  ==== */

DIV.dmBody {
    padding: 0px;
    clear: both;
}

/* ==== Content style ==== */

.dmContent {
    margin: 0px;
    padding: 0px;
}

/* .dmContent li, .dm_content li { */
/*     list-style-type: none; */
/* } */

.dmContent ul, .dmContent ol, .dm_content ul, .dm_content ol {
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    list-style-position: inside;
}

.dm_content {
    margin: 0px;
    padding: 0px 20px 10px 20px;
}


/* ==== Matrix Navigation style ==== */

.hasDmMatrixNav #navWrapper {
	margin: 0;
	margin-top: 0px;
	margin-bottom: 20px;
}

.hasDmMatrixNav ul.dmNav {
	/*margin: 0px 20px;*/
	padding: 0;
	list-style-type: none;
}

.hasDmMatrixNav ul.dmNav li {
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
}

.hasDmMatrixNav ul.dmNav li:active ,
.hasDmMatrixNav ul.dmNav li:hover {

}

.hasDmMatrixNav .navIcon {
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	background-size: contain;
	margin-bottom: 6px;
}

.hasDmMatrixNav .navText {
	color: #fbedd1;
	height: 15px;
	overflow: hidden;
	word-break: normal;
	padding: 0px 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
}


#contentShader {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.35);
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	pointer-events: none;
	z-index: 50;
}

#contentShader.active {
	opacity: 1;
}

.dmNav li {
	position: relative;
}

.dmNav li a {
	height: 100%;
	display: block;
	padding: 17px 10px;
	text-decoration: none;
}

.hasDmMatrixNav .dmNav li a {
	padding: 17px 0px;
}

#innerBar {
	background-color: #e67b3b;
	height: 36px;
	z-index: 200;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate3d(0,0,0);
	-o-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	position: relative;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.4);
}

#innerBar .uiBtn {
	top: 3px;
	padding: 3px 9px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.55) , inset 1px 1px 0px rgba(255,255,255,0.3);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.55) , inset 1px 1px 0px rgba(255,255,255,0.3);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.55) , inset 1px 1px 0px rgba(255,255,255,0.3);
	width: 45px;
	height: 29px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	background: url(http://dudamobile-themes.s3.amazonaws.com/direct/gradient-on-light.svg);background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.4)));background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.4) 100%);background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.4) 100%);background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.4) 100%);background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.4) 100%);
	background-color: #e67b3b;	
}

#innerBar #dmBackArrow, #innerBar #dmBackArrow:after, #innerBar .btnStripe {
	background-color: #fbedd1;
}

#innerBar #dmBackArrow {
	left: 20px;
	top: 6px;
}

#innerBar .btnStripe {
	height: 3px;
}

.hasDmInsideListNav #slideDownNav,
.hasDmMatrixNav #slideDownNav {
	text-align: left;
}

#slideDownNav li.lastListItem {
	border-bottom: none;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.fixedPart .freeHeader {
	z-index: 200;
}

.freeHeader {
	z-index: 99;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate3d(0,0);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.dmHeader.freeHeader:not(:empty) {
	padding: 4px;
}



.dmNavigation .navItemText {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 30px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height:21px\9;
}

.dmColumn > div {
	padding: 0px;
}

.dmHT .dmColumn > div.left {
/*	padding-right: 4px;*/
}

.dmHT .dmColumn > div.right {
/*	padding-left: 4px;*/
}

.dmHT .dmCover > img {
	margin-top: 14px;
	max-height: 280px;
}

.dmHT .flex-container {
	margin: 0px;
}

#dmFirstContainer {
	margin-left: 12px;
	margin-right: 12px;
}

.hasDmMatrixNav .dmNav li.dmNavShownItem:last-of-type {
	margin-right: 0px;
}

.hasDmMatrixNav ul.dmNav.navNoIcons li > a .navIconBg {
	display: block;
	opacity: 0;
}

.dmBodyNoIscroll.bodyInsideNee .inlineEditorLeftBar, .dmBodyNoIscroll.bodyInsideNee .inlineEditorRightBar, .dmBodyNoIscroll.bodyInsideNee .inlineEditorBottomBar, .dmBodyNoIscroll.bodyInsideNee .inlineEditorTopBar, .dmBodyNoIscroll.bodyInsideNee .inlineEditor {
	z-index: 200;
}

.bodyInsideNee #slideDownNav {
	overflow:visible !important;
}

.insideList .freeHeader, .matrix .freeHeader {
	z-index: 199;
}

li.liRemoveBorder {
	border-bottom: none;
}

.insideList #ad, .matrix #ad {
	z-index: 201;
	position: relative;
/* 	important so the slide navigations will not be under the ads */
	-webkit-transform: translate3d(0,0,0);
}

.dmNav {
	margin-top: 20px;	
}



/****** New Page Templates Design *******/

#dm .dmTmplTitle, #dm .generalTmplWrapper .dmwidget-title, #dm .generalTmplWrapper .listItemTitle {
	text-align: left;
	font: normal 16px arial !important;
	padding: 6px 12px 5px !important;
	margin: 10px -12px !important;
	text-transform: uppercase !important;
	color: #fbedd1 !important;
	background-color: #e67b3b !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;	
	border-radius: 0 !important;		
	text-shadow: none !important;
	width: auto !important;
	height: 30px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35);
}
#dm .generalTmplWrapper .dmwidget-title .listItemTitle {
	padding: 0 !important;
	height: auto !important;
	margin: 0 !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	
}

.dmProductTmplInner, .dmSimpleTmpl > .dmSimpleTmplInner, .dmAboutusTmplInner, .dmContactusContent {
	background-color: rgba(0,0,0,0.35);
	color: #fbedd1;
	padding: 5px 10px 10px;
	margin: 10px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 0px 2px hsla(0, 0%, 0%, 0.3) , inset 0px 0px 1px 1px hsla(0, 100%, 100%, 0.3);
	-moz-box-shadow: inset 0px 0px 2px hsla(0, 0%, 0%, 0.3) , inset 0px 0px 1px 1px hsla(0, 100%, 100%, 0.3);
	box-shadow: inset 0px 0px 2px hsla(0, 0%, 0%, 0.3) , inset 0px 0px 1px 1px hsla(0, 100%, 100%, 0.3); 
}
.generalTmplWrapper .dmNewParagraph {
	margin: 0;
	padding: 0;
}
.generalTmplWrapper h4.dmNewParagraph {
	margin: 5px 0;
	font: bold 16px arial;
	color: #e07629;
}


/* About-Us Template */

.dmAboutusTmpl > img {
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.35);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-top: 10px !important;
}

/* Product Template */

#dm .dmProductTmplInner {
	padding: 5px 0px 10px;
}

#dm .dmProductSlider {
	display: block !important;
	margin: 0px 10px 10px !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
	background: white;
	height: 150px !important;
}
.dmProductTmpl .dmGoogleCheckoutButton {
	margin-top: 8px;
}
.dmProductTmpl .dmPayPalButton {
	margin: 15px 0 0;
}

.dmProductTmplContent, .dmProductTmplTitle {
	margin-left: 10px !important;
	margin-right: 10px !important;
}



/* ContactUs Template */

.dmContactusContent {
	
}
.dmContactusContent > .dmNewParagraph {
	font-size: 14px;
	margin: 0;
}
#dm .dmContactusTmpl .dmform-title {
	background: none !important;
	color: #e07629 !important;
	font: bold 16px arial !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important; 
	box-shadow: none !important;  
}
.dmContactusTmpl .dmform-wrapper {
	margin-top: 10px;
}
.dmContactusTmpl .dmformsubmit input.dmWidget {
	min-height: 43px;
	line-height: 22px;
	font-size: 18px !important;
}
.dmContactusTmpl .dmforminput {
	margin-top: 2px;
}
.dmContactusTmpl .dmforminput.required label:after{
	display: none;
}


/* Gallery Template */

.dmGalleryTmpl .dmPhotoGalleryHolder {
	margin-left: -12px !important;
	margin-right: -12px !important;
}
.dmGalleryTmpl .dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs {
	border: 0  !important;
/* 	width: 44% !important; */
/* 	height: auto !important; */
}
#dm .dmGalleryTmpl .photogalleryheader {
	margin: 10px 0 !important;
}



.generalTmplWrapper .yelpReviewSubTitleBox {
	margin: 0 !important;
	top: 16px;
	position: relative;
	width: auto;
}

.generalTmplWrapper .youtubeListTitleWrapper .youtubeImage {
	top: 0px;
}
#dm .generalTmplWrapper .youtubeListTitleWrapper .listItemTitle, #dm .generalTmplWrapper .yelpReviewTitle {
	margin-left: 45px !important;
}
.generalTmplWrapper .TwitterTitleWrapper > img {
	left: 12px;
	top: 7px;
}
#dm .generalTmplWrapper .TwitterTitleWrapper .listItemTitle {
	margin-left: 25px !important;
}
#dm .generalTmplWrapper .yelpReviewHeader > img {
	top: 4px;
}



.insideList .dm-bfs #dm_navGroup00_item, .matrix .dm-bfs #dm_navGroup00_item {
	display: none !important;
}

/*innerPageTitle fix for IE9 only*/ 
:root .dm-bfs .innerPageTitle {  
	display: inline-block\0/IE9 !important; 
	width: 190px\0/IE9; 
	height: 30px\0/IE9; 
	margin-left: 40px\0/IE9; 
} 



/****************  General Style for Inside-List layout  *******************/


.insideList  .dmDescription {
	display:none;
}

.insideList .dmNav {
	list-style: none;
	padding: 0px;
}

.insideList .dmNav li {
	vertical-align: middle;
	text-align: left;
	position: relative;
}

.insideList ul.dmNav li a {
	display: table;
	table-layout: fixed;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.insideList .dmNav li .navIconBg {
	display: table-cell;
	width: 47px;
	vertical-align: middle;
}

.insideList .dmNav li .navIcon {
	width: 27px;
	height: 27px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px 10px;
}

.insideList .dmNav li .navText {
	display: table-cell;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right:15px;
	overflow: hidden;
	line-height: normal;
	vertical-align: middle;
	padding: 4px 0;
} 
.insideList #dm-title {
	padding: 12px 5px;
	line-height: 1;
}

.insideList .dmNav li a.dmUserImg .navIcon {
     background-size: 27px;
      background-position: 50% 50%;
}

.insideList .dmWidget {
	color: #fbedd1;
}


/************************************************/
/*** VARIATION #1 className = insideList-var1 ***/
/************************************************/

.insideList-var1 .uiBtn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.insideList-var1 .dmWidget {
	background-color: #e07629;
}

.insideList-var1 ul.dmNav li.lastListItem {
	border-bottom: none;
}

.insideList-var1 ul.dmNav li a, .insideList-var1 .dmWidget {
	/* don't replace this gradient with a place holder */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(255,255,255,0.1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%); 
	
	margin-bottom: 4px;
	-webkit-box-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.5) , inset 1px 1px 1px hsla(0, 0%, 0%, 0.3) , inset -1px 0px 1px hsla(0, 0%, 0%, 0.3);
	-moz-box-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.5) , inset 1px 1px 1px hsla(0, 0%, 0%, 0.3) , inset -1px 0px 1px hsla(0, 0%, 0%, 0.3);
	box-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.5) , inset 1px 1px 1px hsla(0, 0%, 0%, 0.3) , inset -1px 0px 1px hsla(0, 0%, 0%, 0.3);
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	border: 2px solid hsla(0, 100%, 100%, 0.7);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 49px;
}

.insideList-var1 ul.dmNav li a {
	padding: 0px;
	color: #fbedd1;
	background-color: #e67b3b;
}

.insideList-var1 .navPlaceHolder ul.dmNav.navNoIcons li > a .navIconBg {
	width: 5px;
	visibility: hidden;
	display: table-cell;
}

.insideList-var1 .navPlaceHolder ul.dmNav.navNoIcons li > a .navText {
	position: relative;
	left: 10px;
}
.insideList-var1 ul.dmNav li a .navArrowBg {
	display: none;
}

.insideList-var1.widgetStyle-2 .dmHT .dmCover > img {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid hsla(0, 100%, 100%, 0.7);
}

.insideList-var1 .dmHT .dmColumn > div.left {
	padding-left: 0px;
}
.insideList-var1 .dmHT .dmColumn > div.right {
	padding-right: 0px;
}

/************************************************/
/*** VARIATION #2 className = insideList-var2 ***/
/************************************************/

.insideList-var2 ul.dmNav li a, .insideList-var2 .dmWidget {
	/* don't replace this gradient with a place holder */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(255,255,255,0.1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%); 
	
	background-color: #e67b3b;
	margin-bottom: 8px;
	-webkit-box-shadow: 1px 3px 2px -1px hsla(0, 0%, 0%, 0.5) , inset 1px 1px 1px hsla(0, 0%, 0%, 0.3) , inset -1px 0px 1px hsla(0, 0%, 0%, 0.3);
	-moz-box-shadow: 1px 3px 2px -1px hsla(0, 0%, 0%, 0.5) , inset 1px 1px 1px hsla(0, 0%, 0%, 0.3) , inset -1px 0px 1px hsla(0, 0%, 0%, 0.3);
	box-shadow: 1px 3px 2px -1px hsla(0, 0%, 0%, 0.5) , inset 1px 1px 1px hsla(0, 0%, 0%, 0.3) , inset -1px 0px 1px hsla(0, 0%, 0%, 0.3);
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	text-align: left;
	border: 2px solid hsla(0, 100%, 100%, 0.7);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 49px;
}

.insideList-var2 ul.dmNav a {
	padding: 0px;
	color: #fbedd1;
}

.insideList-var2 .navPlaceHolder ul.dmNav.navNoIcons li > a .navIconBg {
	width: 5px;
	visibility: hidden;
	display: table-cell;
}

.insideList-var2 .navPlaceHolder ul.dmNav.navNoIcons li > a .navText {
	position: relative;
	left: 10px;
}

.insideList-var2 ul.dmNav .navIcon {
	float: none;
	position: relative;
}

.insideList-var2 ul.dmNav li a .navArrowBg {
	display: none;
}

.insideList-var2 ul.dmNav li.lastListItem {
	border-bottom: none;
}

.insideList-var2.widgetStyle-1 .dmHT .dmCover > img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 2px solid hsla(0, 100%, 100%, 0.7);
	border-right: 0px;
	border-left: 0px;
}



/************************************************/
/*** VARIATION #3 className = insideList-var3 ***/
/************************************************/

.insideList-var3 ul.dmNav li.lastListItem {
	border-bottom: none;
}

.insideList-var3 ul.dmNav, .insideList-var3 .dmWidget {
	/* don't replace this gradient with a place holder */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(255,255,255,0.1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%); 

	background-color: #e67b3b;
	-webkit-box-shadow: 1px 1px 2px 1px hsla(0, 0%, 0%, 0.4);
	-moz-box-shadow: 1px 1px 2px 1px hsla(0, 0%, 0%, 0.4);
	box-shadow: 1px 1px 2px 1px hsla(0, 0%, 0%, 0.4);
}

.insideList-var3 ul.dmNav li a {
	height: 54px;
	padding: 0px 0px 0px 23px;
	-webkit-box-shadow: inset 0px -1px 1px hsla(0, 0%, 0%, 0.3) , inset 0px 1px 1px hsla(0, 0%, 100%, 0.3);
	-moz-box-shadow: inset 0px -1px 1px hsla(0, 0%, 0%, 0.3) , inset 0px 1px 1px hsla(0, 0%, 100%, 0.3);
	box-shadow: inset 0px -1px 1px hsla(0, 0%, 0%, 0.3) , inset 0px 1px 1px hsla(0, 0%, 100%, 0.3);
	color: #fbedd1;
}

.insideList-var3 ul.dmNav li:first-of-type a {
	-webkit-box-shadow: inset 0px -1px 1px hsla(0, 0%, 0%, 0.3);
	-moz-box-shadow: inset 0px -1px 1px hsla(0, 0%, 0%, 0.3);
	box-shadow: inset 0px -1px 1px hsla(0, 0%, 0%, 0.3);
}

.insideList-var3 ul.dmNav li:last-of-type a {
	-webkit-box-shadow: inset 0px 1px 1px hsla(0, 0%, 100%, 0.3);
	-moz-box-shadow: inset 0px 1px 1px hsla(0, 0%, 100%, 0.3);
	box-shadow: inset 0px 1px 1px hsla(0, 0%, 100%, 0.3);
}

.insideList-var3 ul.dmNav .navIconBg {
	display: none;
}

.insideList-var3 .navArrow.topPart {
	width: 3px;
	height: 14px;
	background-color: #fbedd1;
	position: absolute;
	right: 14px;
	top: 15px;
	-webkit-transform: skew(30deg);
}

.insideList-var3 ul.dmNav .navText {
	position: static;
	height: auto;
	padding-right: 0px;
	display: table-cell;
	vertical-align: middle;
	padding: 8px 0;
}

.insideList-var3 .dmNav .navArrowBg {
	width: 38px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.insideList-var3 .dmNav .navArrow {
	width: 3px;
	height: 15px;
	background-color: #fbedd1;
	margin: -15px auto 0;
	-webkit-transform: skewX(27deg);
	-moz-transform: skewX(27deg);
	-o-transform: skewX(27deg);
	-ms-transform: skewX(27deg);
	transform: skewX(27deg);
}

.insideList-var3 .dmNav .navArrowBottom {
	width: 3px;
	height: 15px;
	background-color: #fbedd1;
	margin: 0 auto -15px;
	-webkit-transform: skewX(-27deg);
	-moz-transform: skewX(-27deg);
	-o-transform: skewX(-27deg);
	-ms-transform: skewX(-27deg);
	transform: skewX(-27deg);
	display: block !important;
}

/************************************************/
/*** VARIATION #4 className = insideList-var4 ***/
/************************************************/

.insideList-var4 .uiBtn {

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.insideList-var4 ul.dmNav li.lastListItem {
	border-bottom: none;
}

.insideList-var4 ul.dmNav li {
	margin: 10px 0px;	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.insideList-var4 ul.dmNav a {
	padding: 0px;
	-webkit-box-shadow: 0px 3px 2px -1px hsla(0, 0%, 0%, 0.5) , inset 1px 1px 1px hsla(0, 0%, 0%, 0.3) , inset -1px 0px 1px hsla(0, 0%, 0%, 0.3);
	-moz-box-shadow: 0px 3px 2px -1px hsla(0, 0%, 0%, 0.5) , inset 1px 1px 1px hsla(0, 0%, 0%, 0.3) , inset -1px 0px 1px hsla(0, 0%, 0%, 0.3);
	box-shadow: 0px 3px 2px -1px hsla(0, 0%, 0%, 0.5) , inset 1px 1px 1px hsla(0, 0%, 0%, 0.3) , inset -1px 0px 1px hsla(0, 0%, 0%, 0.3);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align: left;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
 	background: -moz-linear-gradient(top,  rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.1) 100%);
 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.3)), color-stop(100%,rgba(0,0,0,0.1)));
 	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.1) 100%); 
 	background: -o-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.1) 100%); 
 	background: -ms-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.1) 100%); 
 	background: linear-gradient(to bottom,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.1) 100%);
 	background-color: rgba(230,123,59,0.5);
	color: #fbedd1;
	height: 49px;
}

.insideList-var4 .navPlaceHolder ul.dmNav.navNoIcons li > a .navIconBg {
	width: 5px;
	visibility: hidden;
	display: table-cell;
}

.insideList-var4 .navPlaceHolder ul.dmNav.navNoIcons li > a .navText {
	position: relative;
	left: 10px;
}

.insideList-var4 ul.dmNav .navIcon {
	float: none;
	position: relative;
}

.insideList-var4 ul.dmNav li a .navArrowBg {
	display: none;
}

.insideList-var4 .dmWidget {
	margin-bottom: 9px;
	-webkit-box-shadow: 0px 3px 2px -1px hsla(0, 0%, 0%, 0.5) , inset 1px 1px 1px hsla(0, 0%, 0%, 0.3) , inset -1px 0px 1px hsla(0, 0%, 0%, 0.3);
	-moz-box-shadow: 0px 3px 2px -1px hsla(0, 0%, 0%, 0.5) , inset 1px 1px 1px hsla(0, 0%, 0%, 0.3) , inset -1px 0px 1px hsla(0, 0%, 0%, 0.3);
	box-shadow: 0px 3px 2px -1px hsla(0, 0%, 0%, 0.5) , inset 1px 1px 1px hsla(0, 0%, 0%, 0.3) , inset -1px 0px 1px hsla(0, 0%, 0%, 0.3);
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	margin: 10px 0px;
	
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 49px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
 	background: -moz-linear-gradient(top,  rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.1) 100%);
 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.3)), color-stop(100%,rgba(0,0,0,0.1)));
 	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.1) 100%); 
 	background: -o-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.1) 100%); 
 	background: -ms-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.1) 100%); 
 	background: linear-gradient(to bottom,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.1) 100%);
	background-color: rgb(91, 14, 12);
	color: #fbedd1;
}

.insideList-var4.dmContent {
	margin: 0px auto;
	padding: 0px;
}

.insideList-var4 .dmHT .dmColumn > div.left {
padding-left: 0px;
}
.insideList-var4 .dmHT .dmColumn > div.right {
padding-right: 0px;
}


/************************************************/
/*** VARIATION #5 className = insideList-var5 ***/
/************************************************/

.insideList-var5 .uiBtn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.insideList-var5 ul.dmNav li.lastListItem {
	border-bottom: none;
}

.insideList-var5 ul.dmNav, .insideList-var5 .dmWidget {
	-webkit-box-shadow: 1px 1px 3px 0px hsla(0, 0%, 0%, 0.4) , inset 1px 1px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: 1px 1px 3px 0px hsla(0, 0%, 0%, 0.4) , inset 1px 1px 0px rgba(255,255,255,0.4);
	box-shadow: 1px 1px 3px 0px hsla(0, 0%, 0%, 0.4) , inset 1px 1px 0px rgba(255,255,255,0.4);
	
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
 	background: -moz-linear-gradient(top,  rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.1) 100%);
 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.3)), color-stop(100%,rgba(0,0,0,0.1)));
 	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.1) 100%); 
 	background: -o-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.1) 100%); 
 	background: -ms-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.1) 100%); 
 	background: linear-gradient(to bottom,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.1) 100%);
 	background-color: rgba(230,123,59,0.5);
}

.insideList-var5 ul.dmNav a {
	height: 54px;
	padding: 0px 0px 0px 23px;
	-webkit-box-shadow: inset 0px -1px 1px hsla(0, 0%, 0%, 0.3) , inset 0px 1px 1px hsla(0, 0%, 100%, 0.3);
	-moz-box-shadow: inset 0px -1px 1px hsla(0, 0%, 0%, 0.3) , inset 0px 1px 1px hsla(0, 0%, 100%, 0.3);
	box-shadow: inset 0px -1px 1px hsla(0, 0%, 0%, 0.3) , inset 0px 1px 1px hsla(0, 0%, 100%, 0.3);
	color: #fbedd1;
}

.insideList-var5 ul.dmNav li:first-of-type a {
	-webkit-box-shadow: inset 0px -1px 1px hsla(0, 0%, 0%, 0.3);
	-moz-box-shadow: inset 0px -1px 1px hsla(0, 0%, 0%, 0.3);
	box-shadow: inset 0px -1px 1px hsla(0, 0%, 0%, 0.3);
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}

.insideList-var5 ul.dmNav li:last-of-type a {
	
	-webkit-box-shadow: inset 0px 1px 1px hsla(0, 0%, 100%, 0.3);
	-moz-box-shadow: inset 0px 1px 1px hsla(0, 0%, 100%, 0.3);
	box-shadow: inset 0px 1px 1px hsla(0, 0%, 100%, 0.3);
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
}

.insideList-var5 ul.dmNav .navIconBg {
	display: none;
}

.insideList-var5 ul.dmNav .navText {
	position: static;
	height: auto;
	padding-right: 0px;
	display: table-cell;
	vertical-align: middle;
	padding: 8px 0;
}

.insideList-var5 ul.dmNav .navArrowBg {
	width: 38px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.insideList-var5 ul.dmNav li:first-of-type a .navArrowBg {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}

.insideList-var5 ul.dmNav li:last-of-type a .navArrowBg {
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}

.insideList-var5 .dmNav .navArrow {
	width: 3px;
	height: 15px;
	background-color: #fbedd1;
	margin: -15px auto 0;
	-webkit-transform: skewX(27deg);
	-moz-transform: skewX(27deg);
	-o-transform: skewX(27deg);
	-ms-transform: skewX(27deg);
	transform: skewX(27deg);
}

.insideList-var5 .dmNav .navArrowBottom {
	width: 3px;
	height: 15px;
	background-color: #fbedd1;
	margin: 0 auto -15px;
	-webkit-transform: skewX(-27deg);
	-moz-transform: skewX(-27deg);
	-o-transform: skewX(-27deg);
	-ms-transform: skewX(-27deg);
	transform: skewX(-27deg);
	display: block !important;
}

.insideList-var5 .navArrow.topPart {
	width: 3px;
	height: 14px;
	background-color: #fbedd1;
	position: absolute;
	right: 14px;
	top: 15px;
	-webkit-transform: skew(30deg);
}

.insideList-var5.dmContent {
	margin: 0px auto;
	padding: 0px;
}

.insideList-var5 .dmHT .dmColumn > div.left {
padding-left: 0px;
}
.insideList-var5 .dmHT .dmColumn > div.right {
padding-right: 0px;
}


/************************************************/
/*** VARIATION #6 className = insideList-var6 ***/
/************************************************/

.insideList-var6 .uiBtn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.insideList-var6 li.dmNavShownItem.lastListItem {
	border-bottom: none;
}

.insideList-var6 .dmNav li {
	margin: 10px 0px;	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.insideList-var6 .dmNav li a {
	padding: 0px;
	-webkit-box-shadow: 0px 3px 2px -1px hsla(0, 0%, 0%, 0.5) , inset 1px 1px 1px hsla(0, 0%, 0%, 0.3) , inset -1px 0px 1px hsla(0, 0%, 0%, 0.3);
	-moz-box-shadow: 0px 3px 2px -1px hsla(0, 0%, 0%, 0.5) , inset 1px 1px 1px hsla(0, 0%, 0%, 0.3) , inset -1px 0px 1px hsla(0, 0%, 0%, 0.3);
	box-shadow: 0px 3px 2px -1px hsla(0, 0%, 0%, 0.5) , inset 1px 1px 1px hsla(0, 0%, 0%, 0.3) , inset -1px 0px 1px hsla(0, 0%, 0%, 0.3);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align: left;
	height: 49px;
	
	background: rgb(242,242,242);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIwLjQ1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(242,242,242,0.5) 50%, rgba(229,229,229,0.45) 51%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(242,242,242,0.5)), color-stop(51%,rgba(229,229,229,0.45)));
	background: -webkit-linear-gradient(top,  rgba(242,242,242,0.5) 50%,rgba(229,229,229,0.45) 51%);
	background: -o-linear-gradient(top,  rgba(242,242,242,0.5) 50%,rgba(229,229,229,0.45) 51%);
	background: -ms-linear-gradient(top,  rgba(242,242,242,0.5) 50%,rgba(229,229,229,0.45) 51%);
	background: linear-gradient(to bottom,  rgba(242,242,242,0.5) 50%,rgba(229,229,229,0.45) 51%);

	background-color: #e67b3b;
	color: #fbedd1;
}

.insideList-var6 .navPlaceHolder .navNoIcons li > a .navIconBg {
	width: 5px;
	visibility: hidden;
	display: table-cell;
}

.insideList-var6 .navPlaceHolder .navNoIcons li > a .navText {
	position: relative;
	left: 10px;
}

.insideList-var6 .dmNav li .navText {
	display: table-cell;
	position: static;
	vertical-align: middle;
	padding-right: 10px;
}

.insideList-var6 .dmWidget {
	margin-bottom: 9px;
	-webkit-box-shadow: 0px 3px 2px -1px hsla(0, 0%, 0%, 0.5) , inset 1px 1px 1px hsla(0, 0%, 0%, 0.3) , inset -1px 0px 1px hsla(0, 0%, 0%, 0.3);
	-moz-box-shadow: 0px 3px 2px -1px hsla(0, 0%, 0%, 0.5) , inset 1px 1px 1px hsla(0, 0%, 0%, 0.3) , inset -1px 0px 1px hsla(0, 0%, 0%, 0.3);
	box-shadow: 0px 3px 2px -1px hsla(0, 0%, 0%, 0.5) , inset 1px 1px 1px hsla(0, 0%, 0%, 0.3) , inset -1px 0px 1px hsla(0, 0%, 0%, 0.3);
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	margin: 10px 0px;
	
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 49px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
 	background: -moz-linear-gradient(top,  rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.1) 100%);
 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.3)), color-stop(100%,rgba(0,0,0,0.1)));
 	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.1) 100%); 
 	background: -o-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.1) 100%); 
 	background: -ms-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.1) 100%); 
 	background: linear-gradient(to bottom,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.1) 100%);
	background-color: rgb(91, 14, 12);
	color: #fbedd1;
}

.insideList-var6.dmContent {
	margin: 0px auto;
	padding: 0px;
}

.insideList-var6 .dmHT .dmColumn > div.left {
	padding-left: 0px;
}

.insideList-var6 .dmHT .dmColumn > div.right {
	padding-right: 0px;
}

.insideList-var6 .navArrowBg {
	display: table-cell;
	height: 100%;
	width: 42px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	background-color: rgba(0,0,0,0.4);
	vertical-align: middle;
}

.insideList-var6 .navArrow {
	background-image: url('/resources/default_theme_icons/arrow_white.png');
	width: 35px;
	height: 19px;
	margin: 0 auto;
}

.insideList-var6 #dmMore .navArrowBg, .insideList-var6 #dmLess .navArrowBg {
	display: none;	
}




/* ===== General buttons style ===== */

.dmInner .dmWidget, .dmInner .dmWwr {
    display: block;
    width: auto;
    line-height: 22px;
    height: auto;
	background-position: top;
    background-repeat: repeat-x;
    text-decoration: none;
    margin: 10px 0px;
    padding: 0px;
    clear: both;
    position: relative;
    min-height: 35px;
    min-width:40px;
    overflow:hidden;
    color: #fbedd1;
    border: none;
}

.dmInner .dmWwr.dmWidget, .dmInner .dmWidget {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yOCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.28) 0%, rgba(0,0,0,0.28) 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.28)), color-stop(100%,rgba(0,0,0,0.28))) !important;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.28) 0%,rgba(0,0,0,0.28) 100%) !important;
	background: -o-linear-gradient(top, rgba(255,255,255,0.28) 0%,rgba(0,0,0,0.28) 100%) !important;
	background: -ms-linear-gradient(top, rgba(255,255,255,0.28) 0%,rgba(0,0,0,0.28) 100%) !important;
	background: linear-gradient(to bottom, rgba(255,255,255,0.28) 0%,rgba(0,0,0,0.28) 100%) !important;
	background-color: rgb(91, 14, 12) !important;
	font-weight: normal !important;
	text-align: center;
	-webkit-box-shadow: inset -1px -1px 0px hsla(0, 0%, 0%, 0.1), inset 1px 1px 0px hsla(0, 0%, 100%, 0.3), 2px 2px 2px 0px hsla(0, 0%, 0%, 0.35);
	-moz-box-shadow: inset -1px -1px 0px hsla(0, 0%, 0%, 0.1), inset 1px 1px 0px hsla(0, 0%, 100%, 0.3), 2px 2px 2px 0px hsla(0, 0%, 0%, 0.35);
	box-shadow: inset -1px -1px 0px hsla(0, 0%, 0%, 0.1), inset 1px 1px 0px hsla(0, 0%, 100%, 0.3), 2px 2px 2px 0px hsla(0, 0%, 0%, 0.35); 
}

.dmInner .dmWwr {
	background-color: rgba(0,0,0,0.35);
	-webkit-box-shadow: inset 0px 0px 2px hsla(0, 0%, 0%, 0.3) , inset 0px 0px 1px 1px hsla(0, 100%, 100%, 0.3);
	-moz-box-shadow: inset 0px 0px 2px hsla(0, 0%, 0%, 0.3) , inset 0px 0px 1px 1px hsla(0, 100%, 100%, 0.3);
	box-shadow: inset 0px 0px 2px hsla(0, 0%, 0%, 0.3) , inset 0px 0px 1px 1px hsla(0, 100%, 100%, 0.3); 
}

#dm .dmWidget .iconBg, #dm .dmWidget > span:not(.text) {
 	display: block;
    float: left;
    width: 27px;
    height: auto;
    margin-left: 7px;
}

#dm .dmWidget .icon {
    display: block;
    float: left;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 50%;
    margin-top: -13.5px;
}

.dmWidget.dmUserImg .icon
{
	background-size:27px;
}

#dm .dmWidget .text
{
    display: block;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    padding: 12px 5px 9px 37px;
    text-decoration: none;
}

.dmHeader .dmWidget {
	margin:10px 20px;
}

.dmFooter .dmWidget {
	margin:10px 12px;
}

.widgetStyle-3 .dmHT .dmCover > img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px 1px hsla(0, 0%, 0%, 0.4);
	-moz-box-shadow: 0px 0px 3px 1px hsla(0, 0%, 0%, 0.4);
	box-shadow: 0px 0px 3px 1px hsla(0, 0%, 0%, 0.4);
}


.dmGoogleCheckoutButton {
	margin-top: 18px;
	margin-bottom: -18px;
}

.dmPayPalButton {
	margin: 20px 0px;
}

.dmPayPalButton {
	argin: 20px 0;
}

.dmform label, .dmform input, .dmform select, .dmform textarea, .radiowrappern, .checkboxwrapper {
	font-size: 15px;
}



/* ===== widgetStyle-1 : rounded colored ===== */

.widgetStyle-1 .dmWwr,
.widgetStyle-1 .dmWidget, 
.widgetStyle-1 .youtubeListTitleWrapper,
.widgetStyle-1 .dmHT .dmCover > img,  
.widgetStyle-1 .dmwidget-title, 
.widgetStyle-1 div.dmInner input[type="text"], 
.widgetStyle-1 div.dmInner input[type="email"], 
.widgetStyle-1 div.dmInner input[type="number"], 
.widgetStyle-1 div.dmInner input[type="tel"], 
.widgetStyle-1 div.dmInner textarea,
.widgetStyle-1 div.dmInner select,
.widgetStyle-1 .dmform .radiowrapper,
.widgetStyle-1 .dmform .checkboxwrapper,
.widgetStyle-1 .dmform .dmTimePicker,
.widgetStyle-1 .dmform .dmDatePicker,
.widgetStyle-1 .dmRestaurantMenu ul,
.widgetStyle-1 .dmTwitterFeed,
.widgetStyle-1 .yelpReviewBox,
.widgetStyle-1 .listItemTitle,
.widgetStyle-1 .listItemTitle,
.widgetStyle-1 .twtr-widget em {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.widgetStyle-1 .dmHT .dmCover > img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.widgetStyle-1 .dmRSSFeed .listItemTitle {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.widgetStyle-1 .dmRestaurantMenu ul li:first-of-type,
.widgetStyle-1 .shapeRssFeed ul li:first-of-type .dmTitleDiv,
.widgetStyle-1 .yelpReviewSubTitleBox, 
.widgetStyle-1 .dmTwitterFeed .twtr-hd {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.widgetStyle-1 .twtr-ft > div {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* ===== widgetStyle-2 : squared colored ===== */




/* ===== widgetStyle-3 : rounded opacity ===== */

.widgetStyle-3 .dmWidget {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==) !important;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.3)), color-stop(100%,rgba(0,0,0,0.1))) !important; 
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.1) 100%) !important; 
	background: -o-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.1) 100%) !important; 
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.1) 100%) !important; 
	background: linear-gradient(to bottom,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.1) 100%) !important; 
	
	background-color: rgb(91, 14, 12) !important;
}

.widgetStyle-3 .dmWwr,
.widgetStyle-3 .dmWidget,
.widgetStyle-3 .youtubeListTitleWrapper,
.widgetStyle-3 .dmHT .dmCover > img,  
.widgetStyle-3 .dmwidget-title, 
.widgetStyle-3 div.dmInner input[type="text"], 
.widgetStyle-3 div.dmInner input[type="email"], 
.widgetStyle-3 div.dmInner input[type="number"], 
.widgetStyle-3 div.dmInner input[type="tel"], 
.widgetStyle-3 div.dmInner textarea,
.widgetStyle-3 div.dmInner select,
.widgetStyle-3 .dmform .radiowrapper,
.widgetStyle-3 .dmform .checkboxwrapper,
.widgetStyle-3 .dmform .dmDatePicker,
.widgetStyle-3 .dmform .dmTimePicker,
.widgetStyle-3 .dmRestaurantMenu ul,
.widgetStyle-3 .dmTwitterFeed,
.widgetStyle-3 .yelpReviewBox,
.widgetStyle-3 .listItemTitle,
.widgetStyle-3 .listItemTitle,
.widgetStyle-3 .twtr-widget em {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.widgetStyle-3 .dmRestaurantMenu ul li:first-of-type,
.widgetStyle-3 .shapeRssFeed ul li:first-of-type .dmTitleDiv,
.widgetStyle-3 .yelpReviewSubTitleBox, 
.widgetStyle-3 .dmTwitterFeed .twtr-hd {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.widgetStyle-3 .twtr-ft > div {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}


/* ===== widgetStyle-4 : squared opacity ===== */





/* ===== Back To Home button style ===== */

.dmInner .dmHome {
	width: 52px;
	display: block;
	margin: 10px 0;
	position: relative;
	min-height: 45px;
	background-color: rgb(91, 14, 12) !important;
}

.dmHome .iconBg {
	height: 100%;
	width: 100%;
	display: block;
	background: none;
	position: absolute;
}

.dmHome .icon {
    height: 27px;
    width: 100%;
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAABYklEQVR42mNgGAVQ8OvtRYvfby+e/PPuQgxM7M/bC+G/311s+/3mUvuft5dCqWLRnzcXgoAWvQfi/0D8/debSwkgcaBF+6BiILyDYot+v7tUDjToH5KhYPzrzcU8IL0NIXZpJ9mW/L9/n+PP24uz0S2B4zcXfwDpzxRb9v/NBWm0ICIGbyc9Ibw5bwrUeItEi0A+PUBaQnh7MRio8QPJFiHwhP//VzETkRAuVGBLCGTgtf/fneHHHj//b7MD88gMKliCjI9/f39eAS3/XPInIyEQhYGFwENQ/kRKDBeW0MIihIWXVsIt+/HhkhIRFh758+5iBNClyTD8592lKGDQzyWg78qPD5eVseWpDcCSYj82TcDybz72IuxiPA5LLoLy3O/X5x3wFLQXkqhh2a93FxcSUapfShy1bNSyEWgZsFTwBGbuM+DMDcNvL54GNQuw1hJvL7hjqr90ClivVY42D2kCAA0r31Mh5ATlAAAAAElFTkSuQmCC) no-repeat 50%;
    position: absolute;
	top: 50%;
	margin-top: -13.5px;
}

.dmHome .text {
    display: none;
    white-space: nowrap;
}


/*===== General widget style =====*/

.dmColumn {
	padding: 0px;
	display: block;
	margin: 10px 0px;
	height: auto;
	clear: both;
}

.dmWs {
	margin-top: 20px;	
}

.dmwidget-title, 
.shapeRssFeed .listItemTitle {
	text-transform: uppercase;
	font-size: 16px !important;
	color: #fbedd1;
	background: #e07629;
	padding: 3px 0px !important;
	margin-top: 20px;
	border: none;
	text-shadow: 1px 1px 1px hsla(0, 0%, 0%, 0.4);
	text-align: center;
	min-height: 0px;
	position: relative;
	font-weight: normal !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	display: block !important;
}

.dmWs[showheader="false"] .dmwidget-title {
	display: none !important;
}

.dmwidget-title {
	margin-bottom: 20px;	
}

/* ===== Click To call button style ===== */

.dmCall .icon
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAABlklEQVR42u2WzysFURTHH/HCxoqFIvkL+AP4A7BhZSXFs7Cy8SdIthQlC5LsWFhYPvXKQq83c65mYaERkrx776hHTzNPx5np5cd0xzPPHRtunaZm6n7mnO8533tTqf+V1KpIc9QTbN+TLOtxtoSIjcmAuDnuCbihwGqUUZx1awe5jjlAm5c+gIJwBctoh9HGR2FQEBwO9Wcm4FIJE1DEO+jUq5cAOwJGpYQZ3WU0voDNa+5EWFdrZi5rb/+KNEbCIPqBtURmDK9PWmmYrU8waa4m5h6kzXQou0d//pLJDvPNBMiFgDm07ZZksnOMfgI8/V45JcypujK6Itjww+5kK4p528JSoeMdYqXJDDbJ0o79E8I3cpRWD2K2KbZ+Loddxeydu5xNYbHQRc8dxXcyc3bqSVjA23xbDKCVppJuRziLiHKct3DYUHwrk7BYc2NFkBTDdWoIE6TZ1bdBAi7KjtFbd9M8P7C+qo4vNWEcJvWcEBIGKcs91clOnXnvSjar121kvt1vdSrXRnA5CsI8oHdjf+uK+Aq6SMBOKZSrBQAAAABJRU5ErkJggg==) no-repeat 50%;
}


/* =====  Click to Map button style ===== */


.dmMap .icon
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACD0lEQVR42s2WTUgbQRTHU2iLFYr0IijViwWlpagHb1qhFBQU2qNHj9JD24OCetGrX+jVkwhehEpRPKjQxl5yaIOZN1GQlhKt+JmZWUXQZGd1fAmiiDuT7CaCC3+WJG/mN3lf8wKB+/aoWKxAWrRRMjIgOVmSDJYlh5/4npMCupKCvlZKPcgdFA+X4MajqH2UctE5at1m8Cl1KN8gR5BW3GhbA3FTKBGHSh8gaMPF0gMoLZvDRpKTV1mDbCtSIzk98gq6Fv2ldsKFWcHQeN4/6FIMejODGLw1b0SIw8m4LWASP28Z3LlpjJ+Krz9FwyEDrF+p8KMr+z0oloJ80wIFfNTHikXq0Oi3+0nptOsBEYhZ+1cDnDG60OHwz22hw+h7fYxh0BUmaNCQGKQJYTH3hdBgOGSPd5hF36DRH03Avxj+2VeNG79rYYmD1Re6gKez6zBacav4Gf2Av59pYGPmghakQ5ddqXjajLYnGa2yrdVq/K4Pdayxd1DN5sbLo2VotJuhYBP4tjMU9kJWXQQNO3PsIKcYjvrsrhW19hizb9Y3TJBub/fYIX2GwB8+YMP+Ls40kAY9dPuRHG/qldJU880EwuY8kZ8ZRKyV44agbbiMTCkVfJi3oSfJV15iYf93cd2i2go9yfuUZVuk9kYN4pSlRLjozsY6yeg7BJ2goorD8zufI9Gdnx0RaQnc5+cC5T/XSJOZPhEAAAAASUVORK5CYII=) no-repeat 50%;
}

/* ===== Click to SMS button style ===== */



.dmSms .icon
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAABbUlEQVR42mNgGGjw//Exzt9vLlb+envx0e+3Fz8D8QcCGKjmwoU/by+FkmwZUNMMoAH/ycF/3lyMJ9qi328vWQI1/UYy4AsQv8fjq/fAUPiBpP7G9/fnFYiy7NfbS4kIjReO/n95Wfz/q6s8/9+d4ceKn53hAga3BdRBEH2vzzuQbNmftxfmER8iF2+NWjZq2ahlg9AyYKlRRKllRBfIoNKebpYhB+OvNxeXElUl/b/K9uftxXsUxRkQvwHWAr3AoK0Fshuw4jeXaoAF8TIg+w+llpGHibXsz7uLkXgrR0hwvcCj5juoTiQ2gTjjNujSlv//VzF//3BREdpkwFADEv/55rImUZaBalmgprdYLXtzoRMpixzFrubigf+vb/CS0DS4OBGHQa+AKTQPyO4G4r9Yg/ndxQjSWlf373NADfxDQsJ4Q1JjByNlvrlgBmpp/Xl34TbQsE+oDZ1LH8H0u4tnQFng//tz8gwjFgAA4M4I8jKm4ZcAAAAASUVORK5CYII=) no-repeat 50%;
}

/* ===== Click to Appointment button style ===== */


.dmAppoint .icon
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACvklEQVR42sVWzWsTQRQvVq2K4LeeFLwICor/gOBN9CSIX6Cg4kEFD3rw6MGDorWiV8GLHzH2oB56bvVSFNdm3oTgoWiV0to0O9M0sdrsLo7vzUzS3XSTJmmkhR/lvfzmvXmfsx0dS/0XCHbCF/AeMegL3leSfG99Pj8e5af3NewMD/TgQQ+hEIKM1edDd4gv8bInm3AGPxGuJ/grMuC57PkClxunS3kCkpovINGQIzUBW+3BhHUs0NhrlU1vqwVzMUhavutLeKumUutrO5nMrMV0PUFywUTDn5EejXxHOUD8roO/5egDAd8sf8wX7LpSallc6h7ZnFvwabxhf1RXD/F8LMW1mI6Cr+WGQEzodAgoIrJWXgjE/xXiF7U9F97FRUaED1QzNTq4erHwplL70dEs2YxzJjwJT9s5r+hsEu1+inPmei68iG0e5azQERPGnTVaJ511Wi582WQ4A8urOS05C1x2dq7z2APNl/DZ6qSazmzEmh8LdefDlp15kl2a667y/OlB1jqatUCyMyHOy0VExo/qgwQJt21k/SSj4R80wBjxoQrH5XdadvafGsRsAfx/FeV7mKpbSg13lcTQHoqIEEh+2KQWrmidYDfVyMiqkpveHeIcacCZWVF2QE09sLswVRfn1wxy4Zrhpjgf4iQbjswOuDFUcDZXFT8RehkMpzi0JZBwuqUGwYOnaKdRqpTKrPyTh51aRmCaDtTi+JLf0MilDjbVIEr1doY3tpF7O6PDHuU02SC2ZmZgZ2iFqTzfYJ/9GQPeYzlOhSMzO1ruxkg9qEFcfq7eUM/m2K5mncnyIqZnwXbbKO1AamUr5yoDK/lAhSPS22t8XmQpS3E/5HzJ3rR1qAXkER9jQmZ36TnHhfrYDHQZ+kvrfkjXbXVVnHno02mXcDnmGRnuoo1ut3bQBox5gl1Yso/ffymoOBKidKGJAAAAAElFTkSuQmCC) no-repeat 50%;
}

/* ===== Click to Email button style ===== */

.dmEmail .icon
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACD0lEQVR42u2VPWgUQRTHA5GkEGxCSAQbbSwECyuLQAgIdnYiWGkRSWURSysxhJA0gqC9WmmljYjimVQRjM6beCSQGKNNPnZm7jw/cjt7+nyz8zw3l1xuN2sj3MAfZt/szm/2zfvo6GiP/3JEBsYiBdVIwy/SFqlEKufQN97L0t6PrREjdVhNwwotIC2MR1qIeJ5PQaTlDavhU/ys4FUS9pGMP0MtTmBloYfmr3OBjBhALByg+Xu2Tf+FKVhm4xqd5jTiUjfNn2YFOQ9VAzjOB56trxlZ2A3mVKkFcM7ZrZL3M8De4de3vVtlOJr4o5Ywp9AaeSUOHg1TKUDPUc8esgGcIs983rHeAoZ8sdc9UIzuAXqE+LAzCsQQRzHuD+Z1K37HyItxKCfvSMFdH2DyvPNG0z0ywNAq8YD/8CyF9Jc/aeLvFa5yTuE/gXnJZ7gOB11YWy2HGX4zVfCkgNVIG9tObWAOgzeH+Zs7De+vcRXaB0yJCZ9vstiwtkh60WCroIYjrixlhlkD92I3leQg17mWriLXXmbXXksPU/DE2UIzf9LXuNRJHda0uMC5OdkcpuED38lLxGJXtSyP1YtoNn2PlDzjU0Xc3hXGWW9ws9iPG/N9NIcchbjk3O9blyywbSYJWyXDD1eiXIXO22LcflRXLyUOPb29efoKEHLzzNM4S7E7/V7RjubZHu3RbPwGbyIasJ/mE/sAAAAASUVORK5CYII=) no-repeat 50%;
}

/* ===== Share Widget style ===== */

.dmShare .icon
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAB6UlEQVR42u1WzytEURRGfhNF2YoSJSXlx04pkYWNHztCRPkDpGzsLJWslI0UW/+AjQwZ5p7LpFiMiDRz75shYu67dZ07qGky92neIwu3zub23vnud853vnuzsv6Xw1KWv/wlBjWKH5T9HMjNfpHNyJLgcG1zeJQcQjani0r587wFUipbMLqBICo1JINVT8EEC7R+BfQZcYs2eQZmW3TOBIasx1yDvEagXpcJe/NgAsP+DWQOEg7USYusaCGYQBLBIKzuocrc9MfzSjzRoOB03I7SThRBTpzRhg+Q2BeJ4xgiZe9Zcjpk7gGHXpTwVcqPR2lAhGCwKaKBZsFIW6KsDHZwf1lEoMVcohitxQ+jjuXhIJH1NgK1Z64sRhccQJ6Q9RZGh2uFSU7Wzcoiw97NDIN5B2YH2JdRFQoVuree6Ek1JuTOPSNEK9U1qM1PuzHhRbIYMG7TzNGJZGREqd1cpS4LpEX7hEVm8DA9SgXzv31VyAj069Nr71MPwQq0nVl0i2Aatoe2Bccpez5tAJmX+c5fjEqcxERn3xiPRI81Y3e9vYcSLNe0gWlyqbu8ucvCwVK0tTWj63M65d24oBh+hdknO0x6mgbM58lMJq84J40fZp0MtKe99mcePcjg/cYgE3pWPX/s/Pn1BtIKgpbvDJVjAAAAAElFTkSuQmCC) no-repeat 50%;
}

/* ===== Button Widget style ===== */

.dmButtonLink .icon
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAABtklEQVR42uWVv0vDQBTHO/hjUQcH3cTZQREcdPEHDm7qLCgU/AdEXQQHFydxcNRBEBx1U5dqEQSF1vbualDookJFTe6COEjvDs4XLSW2TduLCQgGvnTJe5983/veNRL5q49S8QZB0aZgJA6/E6HChJkeFRSrLzF8rVS2OTwYxcdFGEgyMhOmK+mGgdKhuCt1FZo7YZORCq6+ZeGUUkZTMAl8NVqg6UlFUEGckqiT1PqbvhnteZrqkRaZguIFGM+WoOQQZFQDFfQOuuAM70FK1znF88JEYx92urvMtbTwHLyc8xyVf3HQudPfvfxEwJBSJVwwtBoeiDxBiFZ+Jo7h5aBBsLt7bt/0eZ2lpSBBeZbprX6mAnAIoIeaoBIg9wOSDGXrBrlGGvMH07y+nIMI7pL+xogW9WDM6IJC6mtfFt7XgsGCB30HBP5UNWEk+os05tRLplMnHBtVmh0U0nrrdR9yMzOgAzuq0CQG1854ca/0qs2BwsgfyxJpkem6YZLiHVfxpTTxpGeYnnEH3H9r8J5ZrLHJsIYzMgRFp5KiXW6j/tpHJdkoLTQLTs/gQ7eVedca+VfPJ+nWAPbMLO22AAAAAElFTkSuQmCC) no-repeat 50%;
}

/* =====  Sms Info Widget style ===== */

.dmSmsInfo .icon
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAABbUlEQVR42mNgGGjw//Exzt9vLlb+envx0e+3Fz8D8QcCGKjmwoU/by+FkmwZUNMMoAH/ycF/3lyMJ9qi328vWQI1/UYy4AsQv8fjq/fAUPiBpP7G9/fnFYiy7NfbS4kIjReO/n95Wfz/q6s8/9+d4ceKn53hAga3BdRBEH2vzzuQbNmftxfmER8iF2+NWjZq2ahlg9AyYKlRRKllRBfIoNKebpYhB+OvNxeXElUl/b/K9uftxXsUxRkQvwHWAr3AoK0Fshuw4jeXaoAF8TIg+w+llpGHibXsz7uLkXgrR0hwvcCj5juoTiQ2gTjjNujSlv//VzF//3BREdpkwFADEv/55rImUZaBalmgprdYLXtzoRMpixzFrubigf+vb/CS0DS4OBGHQa+AKTQPyO4G4r9Yg/ndxQjSWlf373NADfxDQsJ4Q1JjByNlvrlgBmpp/Xl34TbQsE+oDZ1LH8H0u4tnQFng//tz8gwjFgAA4M4I8jKm4ZcAAAAASUVORK5CYII=) no-repeat 50%;
}


/* ===== Open Table Widget style ==== */

.dmopentable .iconBg .icon
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACvklEQVR42sVWzWsTQRQvVq2K4LeeFLwICor/gOBN9CSIX6Cg4kEFD3rw6MGDorWiV8GLHzH2oB56bvVSFNdm3oTgoWiV0to0O9M0sdrsLo7vzUzS3XSTJmmkhR/lvfzmvXmfsx0dS/0XCHbCF/AeMegL3leSfG99Pj8e5af3NewMD/TgQQ+hEIKM1edDd4gv8bInm3AGPxGuJ/grMuC57PkClxunS3kCkpovINGQIzUBW+3BhHUs0NhrlU1vqwVzMUhavutLeKumUutrO5nMrMV0PUFywUTDn5EejXxHOUD8roO/5egDAd8sf8wX7LpSallc6h7ZnFvwabxhf1RXD/F8LMW1mI6Cr+WGQEzodAgoIrJWXgjE/xXiF7U9F97FRUaED1QzNTq4erHwplL70dEs2YxzJjwJT9s5r+hsEu1+inPmei68iG0e5azQERPGnTVaJ511Wi582WQ4A8urOS05C1x2dq7z2APNl/DZ6qSazmzEmh8LdefDlp15kl2a667y/OlB1jqatUCyMyHOy0VExo/qgwQJt21k/SSj4R80wBjxoQrH5XdadvafGsRsAfx/FeV7mKpbSg13lcTQHoqIEEh+2KQWrmidYDfVyMiqkpveHeIcacCZWVF2QE09sLswVRfn1wxy4Zrhpjgf4iQbjswOuDFUcDZXFT8RehkMpzi0JZBwuqUGwYOnaKdRqpTKrPyTh51aRmCaDtTi+JLf0MilDjbVIEr1doY3tpF7O6PDHuU02SC2ZmZgZ2iFqTzfYJ/9GQPeYzlOhSMzO1ruxkg9qEFcfq7eUM/m2K5mncnyIqZnwXbbKO1AamUr5yoDK/lAhSPS22t8XmQpS3E/5HzJ3rR1qAXkER9jQmZ36TnHhfrYDHQZ+kvrfkjXbXVVnHno02mXcDnmGRnuoo1ut3bQBox5gl1Yso/ffymoOBKidKGJAAAAAElFTkSuQmCC) no-repeat 50%;
}


/* ===== Home Page Template Widget style ===== */

.dmHT .dmopentable.dmWwr {
	width: 100%;
	margin: 20px 0px 0px;
}

.dmHT .dmDescription {
	background-color: hsla(0, 100%, 0%, 0.1);
	padding: 15px 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 23px;
	-webkit-box-shadow: inset 0px 0px 0px 1px hsla(0, 100%, 100%, 0.5) , inset 0px 0px 5px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 0px 1px hsla(0, 100%, 100%, 0.5) , inset 0px 0px 5px 1px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 0px 1px hsla(0, 100%, 100%, 0.5) , inset 0px 0px 5px 1px rgba(0,0,0,0.25);
	margin: 20px 0px 0px;
}

.widgetStyle-1 .dmHT .dmCover > img {
	-webkit-box-shadow: 0px 0px 3px 1px hsla(0, 0%, 0%, 0.4);
	-moz-box-shadow: 0px 0px 3px 1px hsla(0, 0%, 0%, 0.4);
	box-shadow: 0px 0px 3px 1px hsla(0, 0%, 0%, 0.4);
}


/* ===== RSS Widget style ===== */

.shapeRssFeed {
	position: relative;
}

.shapeRssFeed .dmLinkList li:first-of-type .dmTitleDiv {
	box-shadow: 0px 2px 1px hsla(0, 0%, 0%, 0.2), inset 1px 1px 1px hsla(0, 0%, 100%, 0.2);
}

.shapeRssFeed .listItemTitle {
	font-weight: 400;
	text-transform: uppercase;
/* 	font-size: 17px !important; */
	color: #fbedd1;
	background-color: #e07629;
	padding: 4px 0px 3px;
	margin: 0px;
	border: none;
	text-shadow: 1px 1px 1px hsla(0, 0%, 0%, 0.2);
	text-align: center;
	min-height: 0px;
}

.shapeRssFeed .dmReadMoreArrow, .shapeRssFeed .dmCloseArrow {
	display: inline-block;
	margin: 0px 4px;
}

.shapeRssFeed .dmReadMoreArrow .dmRMLeft, .shapeRssFeed .dmReadMoreArrow .dmRMRight {
	display: inline-block;
	width: 2px;
	height: 9px;
	background-color: #ffffff;
	transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
}

.shapeRssFeed .dmReadMoreArrow .dmRMRight {
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	position: relative;
	right: 1px;
}

.shapeRssFeed .dmLinkList .dmTitleDiv {
	padding: 5px 14px 4px;
	color: #fbedd1;
	background-color: #e67b3b;
	-webkit-box-shadow: 0px 2px 1px hsla(0, 0%, 0%, 0.2), 0px -1px 1px hsla(0, 0%, 0%, 0.2);
	-moz-box-shadow: 0px 2px 1px hsla(0, 0%, 0%, 0.2), 0px -1px 1px hsla(0, 0%, 0%, 0.2);
	box-shadow: 0px 2px 1px hsla(0, 0%, 0%, 0.2), 0px -1px 1px hsla(0, 0%, 0%, 0.2);

}

.shapeRssFeed .dmLinkList .dmListItemMiddle {
	padding: 0px;
	display: block;
}


.shapeRssFeed .dmLinkList .dmListItemDescriptionDiv {
	margin: 0px; 
	padding: 15px 14px 20px;
	/*-webkit-box-shadow: -1px 0px 0px 0px hsla(0, 100%, 100%, 0.3) , inset 0px 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: -1px 0px 0px 0px hsla(0, 100%, 100%, 0.3) , inset 0px 0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: -1px 0px 0px 0px hsla(0, 100%, 100%, 0.3) , inset 0px 0px 0px 1px rgba(0,0,0,0.1);*/
}

.shapeRssFeed .dmLinkList {
	margin-top: 20px;
	color: #fbedd1;
	border: none;
}

.shapeRssFeed .dmLinkList .rssListReadMore {
	float: right;
	padding: 10px;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	margin: 0px 0px 6px;
}

.default .dmLinkList .itemContainer {
/* 	border-bottom: 0px; */
}

.default .dmLinkList .itemContainer {
	padding: 0px;
}

.shapeRssFeed .dmLinkList .dmListItemTitle {
	line-height: 16px;
	font-size: 15px;
	color: #fbedd1;
	font-weight: 400;
}

.parentOfOpenDescription .rssListClose {
	display: inline-block;
	color: #e07629;
	float: right;
	padding: 10px;
	cursor: pointer;
	font-size: 14px;
	margin: -10px 0px 5px;
	cursor: pointer;
	font-size: 14px;
}

.parentOfOpenDescription .rssListClose .dmCloseInnerText {
	margin-right: 4px;
}

.shapeRssFeed .dmCloseArrow .dmCLLeft, .shapeRssFeed .dmCloseArrow .dmCLRight {
	display: inline-block;
	width: 2px;
	height: 9px;
	color: #fbedd1;
	background-color: #e67b3b;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
}

.shapeRssFeed .dmCloseArrow .dmCLRight {
	transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	position: relative;
	right: 1px;
}


/* ===== YouTube Widget style ===== */

.youtubeListTitleWrapper {
	text-transform: uppercase;
	font-size: 17px !important;
	color: #fbedd1;
	background-color: #e07629;
	padding: 4px 0px 3px;
	margin: 0px;
	border: none;
	text-shadow: 1px 1px 1px hsla(0, 0%, 0%, 0.4);
	text-align: center;
	min-height: 0px;
	position: relative;
	font-weight: 400;
}

.shapeYouTube .dmLinkList .dmListItemLeft .dmListItemImage {
	margin: 0px !important;
}

.shapeYouTube .listItemTitle {
	display: inline-block;
	text-align: inherit;
	padding: 0px;
	font-size: inherit;
	color: inherit;
	font-weight: normal;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.shapeYouTube li {
	min-height: 103px;
}


.shapeYouTube[feedtype="Search"] .listItemTitle,
.shapeYouTube[feedtype="favorites"] .listItemTitle,
.shapeYouTube[feedtype="playlist"]  .listItemTitle {
	width: 231px;
	text-align: left;
	left: 27px;
}

.youtubeListTitleWrapper .youtubeImage{
	display: block;
	position: absolute;
	top: -3px;
	left: 4px;
	height: 31px;
	width: 54px;
}

.dmYouTubeFeed {
	background-color: transparent !important;
	border: none;
	margin-bottom: 0px;
}

.shapeYouTube .dmLinkList .dmListItem:first-child .itemContainer {
	border: none;
}

.dmYouTubeFeed .dmLinkList {
	background-color: rgba(0,0,0,0.35);
	color: #fbedd1;
	border: none;
}

.shapeYouTube .dmLinkList .dmListItemLeft {
	width: 50%;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #e67b3b;
	float: left;
	position: relative;
}

.shapeYouTube .dmLinkList .dmListItemInner {
	display: block;
	position: relative;
	padding: 15px 14px;
	border: none;
	width: auto;
}

.shapeYouTube .dmListItem {
	-webkit-box-shadow: inset 0px 1px 0px hsla(0, 100%, 100%, 0.5), inset 0px -1px 0px hsla(0, 0%, 0%, 0.1);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), inset 0px -1px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 1px 0px hsla(0, 100%, 100%, 0.5), inset 0px -1px 0px hsla(0, 0%, 0%, 0.1);
	border: none;
}

.shapeYouTube .dmLinkList .dmListItem:first-of-type {
	-webkit-box-shadow: inset 0px -1px 0px hsla(0, 0%, 0%, 0.1);
	-moz-box-shadow: inset 0px -1px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px -1px 0px hsla(0, 0%, 0%, 0.1);
}

.shapeYouTube .dmLinkList .dmListItem:last-of-type {
	-webkit-box-shadow: inset 0px 1px 0px hsla(0, 100%, 100%, 0.5);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
	box-shadow: inset 0px 1px 0px hsla(0, 100%, 100%, 0.5);
}

.shapeYouTube .dmListItem:first-of-type,
.shapeYouTube .dmLinkList .dmListItem:first-child .itemContainer {
	border-top: none;
}

.shapeYouTube .dmLinkList .dmListItemMiddle {
	padding: 0px 5px;
	/*float: right;*/
	width: 32%;
	display: inline-block;
	position: relative;
	/*height: 92px;*/
	margin: 0px 0px 0px 10px;
	width: 40%;
}

.shapeYouTube .dmListItemMiddleInner {
	display: block;
}

.shapeYouTube .dmLinkList .dmTitleDiv {
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	max-height: 47px;
	color: #fbedd1;
}

.shapeYouTube .dmLinkList .dmListItemLeft:after {
	content: url('https://s3.amazonaws.com/dudamobile-themes/Icons/Play.png');
	position: absolute;
	left: 50%;
	bottom: 50%;
	margin-left: -17px;
	margin-bottom: -17px;
}

.shapeYouTube .dmLinkList .dmListItemDescriptionDiv span:first-of-type {
	color: #e67b3b;
	bottom: 10px;
}

.shapeYouTube .dmLinkList .dmListItemDescriptionDiv span:last-of-type {
	bottom: 14px;
	color: #e67b3b;
}

.shapeYouTube .dmListItemThumbnail {
	margin-left: 0px !important;
}


/* ===== Form Widget style ===== */

.dmform-wrapper {
	margin-top: 14px;	
}

.dmforminput {
	margin-top: 10px;
}

#dm div.dmInner input[type="text"], 
div.dmInner input[type="email"], 
div.dmInner input[type="number"], 
div.dmInner input[type="tel"], 
div.dmInner textarea,
div.dmInner select,
.dmform .radiowrapper,
.dmform .checkboxwrapper,
.dmform .dmDatePicker,
.dmform .dmTimePicker {
	border: 1px solid hsla(0, 0%, 0%, 0.2);
	margin-top: 4px;
	-webkit-box-shadow: 0px 1px 2px hsla(0, 0%, 0%, 0.1), inset 1px 1px 1px hsla(0, 100%, 100%, 0.3);
	-moz-box-shadow: 0px 1px 2px hsla(0, 0%, 0%, 0.1), inset 1px 1px 1px hsla(0, 100%, 100%, 0.3);
	box-shadow: 0px 1px 2px hsla(0, 0%, 0%, 0.1), inset 1px 1px 1px hsla(0, 100%, 100%, 0.3);
	padding: 0px 6px;
	color: #fbedd1;
}

.dmform .radiowrapper,
.dmform .checkboxwrapper {
	background-color: hsla(0, 100%, 100%, 0.55);
}

.dmform .radiowrapper,
.dmform .checkboxwrapper,
.dmform .dmDatePicker,
.dmform .dmTimePicker,
div.dmInner textarea {
	padding: 7px 12px;
	font-size: 15px;
}

div.dmInner select {
	padding: 0px;
}

.dmform .radiowrapper div, .dmform .checkboxwrapper div {
	margin: 0;
	padding: 3px 0px;
}

.dmform .radiowrapper input[type="radio"]:checked+lable {
	font-weight: bold;
}

.dmform .dmformsubmit {
	margin-top: 10px;
}

.dmForm .checkboxwrapper  span {
	display: inline-block;
	position: relative;
	top: 2px;
}
.widgetStyle-1 .dmform .dmTimePicker,
.widgetStyle-1 .dmform .dmDatePicker {
	width:100%;
}

/* ===== Restaurant Menu Widget style ===== */

.dmRestaurantMenu ul {
	margin-top: 10px;
	background-color: rgba(0,0,0,0.35);	
	color: #fbedd1;
	border: none;
	padding-bottom: 4px;
	-webkit-box-shadow: inset 0px 0px 2px hsla(0, 0%, 0%, 0.3) , inset 0px 0px 1px 1px hsla(0, 100%, 100%, 0.3);
	-moz-box-shadow: inset 0px 0px 2px hsla(0, 0%, 0%, 0.3) , inset 0px 0px 1px 1px hsla(0, 100%, 100%, 0.3);
	box-shadow: inset 0px 0px 2px hsla(0, 0%, 0%, 0.3) , inset 0px 0px 1px 1px hsla(0, 100%, 100%, 0.3);
}

.dmRestaurantMenu .menuCategory {
	padding: 5px 10px 4px;
	-webkit-box-shadow: 0px 2px 1px hsla(0, 0%, 0%, 0.2), 0px -1px 1px hsla(0, 0%, 0%, 0.2);
	-moz-box-shadow: 0px 2px 1px hsla(0, 0%, 0%, 0.2), 0px -1px 1px hsla(0, 0%, 0%, 0.2);
	box-shadow: 0px 2px 1px hsla(0, 0%, 0%, 0.2), 0px -1px 1px hsla(0, 0%, 0%, 0.2);
	margin-bottom: 10px;
	font-weight: normal !important;
	border: none;
	color: #fbedd1;
	background-color: #e67b3b;
}

.dmRestaurantMenu .menuItemName {
	color: #e07629;
}

.dmRestaurantMenu li {
	 list-style-type: none;
	}

.dmRestaurantMenu .menuCategory.first {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.dmRestaurantMenu .menuCategory.last {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.dmRestaurantMenu .menuItemBox {
	border: none;
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), inset 0px -1px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), inset 0px -1px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), inset 0px -1px 0px rgba(0,0,0,0.1);
	padding: 15px 14px;
	color: #fbedd1;
}

.dmRestaurantMenu .menuItemDesc {
	color: #fbedd1;
}

.dmRestaurantMenu .menuItemBox.first {
	-webkit-box-shadow: inset 0px -1px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px -1px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px -1px 0px rgba(0,0,0,0.1);
	margin-top: -10px;
}

.dmRestaurantMenu .menuItemBox.last {
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
	margin-bottom: 10px;
}


/* ===== Twitter Widget style ===== */

.dmTwitterFeed {
	-webkit-box-shadow: inset 0px 0px 3px hsla(0, 0%, 0%, 0.3);
	-moz-box-shadow: inset 0px 0px 3px hsla(0, 0%, 0%, 0.3);
	box-shadow: inset 0px 0px 3px hsla(0, 0%, 0%, 0.3);
	background-color: hsla(0, 100%, 100%, 0.55);
	color: #fbedd1;
	border: none;
}

.dmTwitterFeed[twittertype="Faves"] .twtr-tweets .twtr-img,
.dmTwitterFeed[twittertype="Search"] .twtr-tweets .twtr-img {
	width: 100%;
	height: 100%;
}

.dmTwitterFeed[twittertype="Faves"] .twtr-tweets .twtr-avatar,
.dmTwitterFeed[twittertype="Search"] .twtr-tweets .twtr-avatar {
	margin-right: 4%;
	width: 21%;
	height: 21%;
	position: relative;
	overflow: visible;
}

.dmTwitterFeed[twittertype="Faves"] .twtr-tweet-text,
.dmTwitterFeed[twittertype="Search"] .twtr-tweet-text {
	margin: 0px !important;
	float: left;
	width: 74%;
	padding-left: 1%;
}

.dmTwitterFeed[twittertype="Faves"] .twtr-tweet-text p a:first-of-type,
.dmTwitterFeed[twittertype="Search"] .twtr-tweet-text p a:first-of-type {
	display: block !important;
}

.dmTwitterFeed[twittertype="Faves"] .twtr-tweet-text p a,
.dmTwitterFeed[twittertype="Search"] .twtr-tweet-text p a {
	margin-left: 0px;
}

#dm .dmTwitterFeed[twittertype="Faves"] .twtr-widget .twtr-bd .twtr-tweet p em,
#dm .dmTwitterFeed[twittertype="Search"] .twtr-widget .twtr-bd .twtr-tweet p em {
	width: 190px;
}

.dmTwitterFeed[twittertype="Faves"] .twtr-widget a img,
.dmTwitterFeed[twittertype="Search"] .twtr-widget a img {
	width: 56px;
	height: 56px;
	position: relative;
	top: 2px;
	left: 2px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 0px 2px #e67b3b;
	-moz-box-shadow: 0px 0px 0px 2px #e67b3b;
	box-shadow: 0px 0px 0px 2px #e67b3b;
	overflow: visible;
}

.dmTwitterFeed[twittertype="Faves"] .twtr-widget .twtr-tweet-wrap,
.dmTwitterFeed[twittertype="Search"] .twtr-widget .twtr-tweet-wrap {
	padding: 0px;
}

.dmTwitterFeed .twtr-widget .twtr-tweet-wrap {
	padding: 0px;
}

.dmTwitterFeed .twtr-widget {
	background: none !important;
	font-size: 15px !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.dmTwitterFeed .twtr-hd {
	padding: 7px 14px;
	color: #fbedd1;
	background-color: #e67b3b;
	-webkit-box-shadow: 0px 2px 1px hsla(0, 0%, 0%, 0.2), 0px -1px 1px hsla(0, 0%, 0%, 0.2) , inset 1px 1px 1px hsla(0, 100%, 100%, 0.2);
	-moz-box-shadow: 0px 2px 1px hsla(0, 0%, 0%, 0.2), 0px -1px 1px hsla(0, 0%, 0%, 0.2) , inset 1px 1px 1px hsla(0, 100%, 100%, 0.2);
	box-shadow: 0px 2px 1px hsla(0, 0%, 0%, 0.2), 0px -1px 1px hsla(0, 0%, 0%, 0.2) , inset 1px 1px 1px hsla(0, 100%, 100%, 0.2);
	
	height: 48px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.dmTwitterFeed[twittertype="Search"] .twtr-hd,
.dmTwitterFeed[twittertype="Faves"] .twtr-hd {
	display: none;
}

.dmTwitterFeed .twtr-hd * {
	color: #fbedd1 !important;
}

.dmtabs .dmTwitterFeed .twtr-hd {
	padding: 6px 14px 5px;
}

.dmTwitterFeed .twtr-hd h3 {
	font-size: 16px !important;
	top: 8px;
	position: absolute;
	color: #fbedd1 !important;
	left: 20px;
	text-transform: uppercase;
	width: 200px !important;
}

.dmTabs .dmTwitterFeed .twtr-hd h3 {
	top: -1px;
}

.dmTwitterFeed .twtr-hd h4 {
	font-size: 13px !important;
	top: 26px;
	position: absolute;
	color: #fbedd1;
	left: 20px;
	font-weight: normal;
}

.dmTabs .dmTwitterFeed .twtr-hd h4 {
	top: -1px;
}

.dmTwitterFeed[twittertype="Profile"] .twtr-hd h4:before {
	content: '@';
}

.TwitterTitleWrapper > img {
	position: absolute;
	left: 8px;
	top: 4px;
	margin: 0 !important;	
}

.twtr-widget-profile img.twtr-profile-img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 35px !important;
	height: 35px !important;
	margin-right: 11px !important;
	position: absolute;
	top: 7px;
	margin-top:	0px !important;
}

.twtr-widget .twtr-bd .twtr-tweet {
	margin: 0px;
	padding: 15px 14px 19px;
	border-bottom: none;
	background: none;
	color: inherit;
	
	-webkit-box-shadow: inset 0px 1px 0px hsla(0, 100%, 100%, 0.5), inset 0px -1px 0px hsla(0, 0%, 0%, 0.1);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), inset 0px -1px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 1px 0px hsla(0, 100%, 100%, 0.5), inset 0px -1px 0px hsla(0, 0%, 0%, 0.1);
}

#dm .twtr-widget .twtr-bd .twtr-tweet p {
	color: #fbedd1 !important;
	line-height: 20px !important;
	font-weight: 300;
}

.twtr-user {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 124px;
	overflow: hidden;
}

.twtr-img img {
	
}

.twtr-user:first-letter {
	text-transform: capitalize;
}

.twtr-user:after {
	content: " :";
}

.twtr-widget-profile h3, .twtr-widget-profile h4 {
	margin: 5px 0 -3px 40px !important;
}

#dm .twtr-widget .twtr-bd .twtr-tweet p a.twtr-user,
#dm .twtr-widget .twtr-bd .twtr-tweet p a.twtr-timestamp,
#dm .twtr-widget .twtr-bd .twtr-tweet p a,
.twtr-join-conv {
	color: #ffffff !important;
}

#dm .twtr-widget .twtr-bd .twtr-tweet p em {
	color: #fbedd1 !important;
	background-color: #e67b3b !important;
	font-size: 12px !important;
	margin-top: 12px;
	padding: 0px 0px 1px 12px;
	width: 206px;
	text-align: center;
}

#dm .twtr-widget .twtr-bd .twtr-tweet p a.twtr-reply,
#dm .twtr-widget .twtr-bd .twtr-tweet p a.twtr-rt,
#dm .twtr-widget .twtr-bd .twtr-tweet p a.twtr-fav {
	color: #fbedd1 !important;
	display: inline-block;
	margin: 0px;
	position: relative;
}

.twtr-reply:before,
.twtr-rt:before,
.twtr-fav:before {
	content: '';
	width: 9px;
	height: 10px;
	top: 6px;
	display: inline-block;
	position: absolute;
	left: -12px;
}
.twtr-reply:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAjElEQVR42mNgIBX8fnuh+f+rqzx4FFw8CMT////fz4Ih+f//bfbf7y5uBCmA4EtXf729uOzPmwuBCBPeXdyHUICBu8GKgLpS8Cj6//vNJReIaUAGTPDPm4vxQNNLf7+7sB4s9u7iWbi1f95eCgWa+gDFM28uOoPciOqJ9+fk/3+8KoQs9uv9BUOiwg8AQf2WACZCKp8AAAAASUVORK5CYII=);
}
.twtr-rt:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAsUlEQVR42mNggILf7y6VM+AC/+/f5/j99mI3EP//8+bi1N/vLraB8ZsLHUC69ffbC0UMv99esgQpwIehVl0sBXF+vb1o8f/tZdnvHy4q/v90XfjX20srwYpAxv34cFkZKJD4/+0JPmSn/Hl7cRZUEdjIiSjuBCoGmpr84/UFNaDmQrCiX28uLf7/8aoQ2BqgdUjuLIG4h4CjQRrAbgJ7FeJlsPfBQQFR1A0KIpzhhxy4AHuX2wOWuTMqAAAAAElFTkSuQmCC); 
}
.twtr-fav:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAkklEQVR42mNgIBX8/3+V7fe7S2UgGqei328uOv1+e/E/iMZuyrsz/EAFe8GKgDSIj9D99lLTn7cX7wElnkIVwPBTiPilJoZfby9aAAX+oimA4b8gebBp39+fVwAKPEZT8BgkjurotxcvoSm6hOrot5dloRJfgcYvANEgPkgcyZQLbkDJZT9enVcF8UE0iA8SB/EBPA23PJ0tdzcAAAAASUVORK5CYII=); 
	top: 4px;
}

#dm .twtr-widget .twtr-bd .twtr-tweet p a.twtr-timestamp {
	position: absolute;
	right: 0px;
	top: 1px;
	font-size: 13px !important;
	color: #ffffff;
}

#dm .twtr-widget .twtr-bd .twtr-tweet p a.twtr-rt {
	margin: 0px 31px;
	color: #ffffff;
	margin: 0px 26px 0px 27px;
}

.twtr-tweet-wrap {
	position: relative;
}

.twtr-ft img {
	display: none;
}

.twtr-ft > div {	
	background-color: rgba(255,255,255,0.25);
	-webkit-box-shadow: inset 0px 0px 3px hsla(0, 0%, 0%, 0.5);
	-moz-box-shadow: inset 0px 0px 3px hsla(0, 0%, 0%, 0.5);
	box-shadow: inset 0px 0px 3px hsla(0, 0%, 0%, 0.5);
}

.dmTwitterFeed .twtr-ft span {
	text-align: center;
	float: none;
}

.twtr-widget .twtr-bd .twtr-tweet:last-of-type {
	-webkit-box-shadow: inset 0px 1px 0px hsla(0, 100%, 100%, 0.5);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
	box-shadow: inset 0px 1px 0px hsla(0, 100%, 100%, 0.5);	
}

.twtr-widget .twtr-bd .twtr-reference-tweet + .twtr-tweet {
	-webkit-box-shadow: inset 0px -1px 0px hsla(0, 0%, 0%, 0.1);
	-moz-box-shadow: inset 0px -1px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px -1px 0px hsla(0, 0%, 0%, 0.1);
}

.dmOuter .twtr-widget a + a {
	margin: 0px;
}



/* ===== Yelp Widget style ===== */

.yelpReviewTitle {
	font: inherit;
	float: none;
	margin: 0;
	width: auto;
}

.yelpReviewImage {
	position: absolute;
	left: 79px;
	top: 11px;
	float: none;
}
.yelpReviewItemLeft {
	width: auto;
	float: none;
}
.dmYelp .yelpReviewReviewer {
	position: relative;
	top: 19px;
	margin-left: 11px;
	color: #ffffff;
	font-size: 13px;
}

.yelpReviewItemRight {
	margin-top: -3px;
}

.dmYeop .yelpReviewDate {
	text-align: left;
	position: absolute;
	top: 55px;
	left: 79px;
	color: #ffffff;
	font-size: 13px;
}

.yelpReviewText .yelpReviewItemMore {
	text-decoration: none;
	display: block;
	float: right;
	position: absolute;
	bottom: 10px;
	right: 11px;
	color: #e67b3b;
}

#dm .yelpReviewText {
	margin-bottom: 19px;
	color: #fbedd1 !important;
	font-size: 15px;
}

.yelpReviewText .yelpReviewItemMore:after {
	content: '>';
	margin-left: 6px;
	top: 1px;
	position: relative;
}

.yelpReviewAuthorImg {
	width: 56px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 0px 2px #e67b3b;
	-moz-box-shadow: 0px 0px 0px 2px #e67b3b;
	box-shadow: 0px 0px 0px 2px #e67b3b;
}

.yelpReviewHeader > img {
	margin: 0 !important;
	float: none;
	position: absolute;
	top: 2px;
	left: 12px;
	height: 19px;
}

.yelpReviewHeader {
	position: relative;
}

.dmYelp {
	background: none;
	margin-bottom: 0;
	border: none;
}

.yelpReviewBox {
	margin-top: 10px;
	background-color: hsla(0, 100%, 100%, 0.55);
}

.yelpReviewSubTitleBox {
	position: absolute;
	width: 100%;
	float: none;
	margin: 0;
	text-align: left;
	padding: 6px 10px;
	color: #fbedd1;
	background-color: #e67b3b;
	-webkit-box-shadow: 0px 2px 1px hsla(0, 0%, 0%, 0.2), 0px -1px 1px hsla(0, 0%, 0%, 0.2);
	-moz-box-shadow: 0px 2px 1px hsla(0, 0%, 0%, 0.2), 0px -1px 1px hsla(0, 0%, 0%, 0.2);
	box-shadow: 0px 2px 1px hsla(0, 0%, 0%, 0.2), 0px -1px 1px hsla(0, 0%, 0%, 0.2);
	font-weight: normal !important;
	border: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: 0 0 0;
	height: 24px;
	top: 45px;
	z-index: 1;
}

#dm .yelpReviewSubTitle {
	color: inherit;
	font-size: 12px;
	font-weight: normal;
	padding-right: 85px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-height: 24px;
	white-space: nowrap;
}

.yelpAllReviewImage {
	position: absolute;
	right: 5px;
	top: 1px;
}

.dmInner .dmWwr.yelpReviewBox {
	margin-top: 0px;
	padding-top: 26px;
	padding-bottom: 30px;
	margin-bottom: -30px;
}

.yelpReviewMore {
	cursor: pointer;
	position: relative;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	line-height: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 30px;
	-webkit-box-shadow: inset 0px 0px 2px hsla(0, 0%, 0%, 0.3);
	-moz-box-shadow: inset 0px 0px 2px hsla(0, 0%, 0%, 0.3);
	box-shadow: inset 0px 0px 2px hsla(0, 0%, 0%, 0.3);
	
	background: none;
	background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.02) 100%);
	
	background-color: rgba(255,255,255,0.2);
}

#dm .yelpReviewMore  a {
	font-size: 15px;
	padding-top: 9px;
	color: #ffffff !important;
}

.yelpReviewItem {
	-webkit-box-shadow: inset 0px 1px 0px hsla(0, 100%, 100%, 0.5), inset 0px -1px 0px hsla(0, 0%, 0%, 0.1);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), inset 0px -1px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 1px 0px hsla(0, 100%, 100%, 0.5), inset 0px -1px 0px hsla(0, 0%, 0%, 0.1);
	border: none;
	position: relative;
	padding: 15px 14px;
}

.yelpReviewItem:first-of-type {
	-webkit-box-shadow: inset 0px -1px 0px hsla(0, 0%, 0%, 0.1);
	-moz-box-shadow: inset 0px -1px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px -1px 0px hsla(0, 0%, 0%, 0.1);
}

.yelpReviewItem:last-of-type {
	-webkit-box-shadow: inset 0px 1px 0px hsla(0, 100%, 100%, 0.5);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
	box-shadow: inset 0px 1px 0px hsla(0, 100%, 100%, 0.5);
}

.dmYelp[reviewphotos="false"] .yelpReviewItemFooter {
	position: absolute;
	top: 5px;
}

.dmYelp[reviewphotos="false"] .yelpReviewReviewer {
	position: static;
	float: none;
	margin: 0;
}

.dmYelp[reviewphotos="false"] .yelpReviewDate {
	position: static !important;
	display: block;
	margin-top: -5px;	
}

.dmYelp[reviewphotos="false"] .yelpReviewText {
	padding-top: 16px;
}

.dmYelp[reviewphotos="false"] .yelpReviewImage {
	position: static;
	float: right;
}

.dmWwr a {
	color: #ffffff !important;
}

/* ===== Gallery Widget style ===== */

.dm-bfs .shadowEffectToChildren li
{
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2) !important;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2) !important;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2) !important;
}

/* ===== Open Hours Widget style ===== */
.dmHoursOfOperation    
{
    
}
.dmHoursOfOperation .open-hours-data
{
  	padding: 10px 10px 0;
  	background-color: rgba(0,0,0,0.35);
    -webkit-box-shadow: inset 1px 1px 2px 0px #fff , 1px 1px 2px 0px rgba(0, 0, 0, 0.4), inset 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 1px 1px 2px 0px #fff , 1px 1px 2px 0px rgba(0, 0, 0, 0.4), inset 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 1px 1px 2px 0px #fff , 1px 1px 2px 0px rgba(0, 0, 0, 0.4), inset 1px 1px 2px 0px rgba(0, 0, 0, 0.4); 
    margin: 0 0 15px 0;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.dmHoursOfOperation .open-hours-data .open-hours-item { 
	overflow: hidden;
	padding-bottom: 10px;
}
.dmHoursOfOperation .open-hours-data dt
{
  	font-size: 14px;
    width: 30%;
    display: inline-block;
    text-align: center;
}
.dmHoursOfOperation .open-hours-data dd
{
  font-size: 14px;
   width: 65%;
    display: inline-block;
    text-align:center;
    float: right;
}
.splitHours {
	display: block;
}
.dmHoursOfOperation .we-are-open{
	color: #fbedd1;
	background: #e07629;
	font-size: 28px;
	text-align: center;
  	padding: 8px 5px;
    margin: 0 0 15px 0;
    -webkit-box-shadow: inset 1px 1px 2px 0px #fff , 1px 1px 2px 0px rgba(0, 0, 0, 0.4), inset 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 1px 1px 2px 0px #fff , 1px 1px 2px 0px rgba(0, 0, 0, 0.4), inset 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 1px 1px 2px 0px #fff , 1px 1px 2px 0px rgba(0, 0, 0, 0.4), inset 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.dmHoursOfOperation .we-are-open.off{
	font-size: 16px;
	padding: 4px;	
}
	

.dmHoursOfOperation  .open-hours-special
{
  background-color: rgba(0,0,0,0.35);
    -webkit-box-shadow: inset 0px 0px 2px hsla(0, 0%, 0%, 0.3) , inset 0px 0px 1px 1px hsla(0, 100%, 100%, 0.3);
    -moz-box-shadow: inset 0px 0px 2px hsla(0, 0%, 0%, 0.3) , inset 0px 0px 1px 1px hsla(0, 100%, 100%, 0.3);
    box-shadow: inset 0px 0px 2px hsla(0, 0%, 0%, 0.3) , inset 0px 0px 1px 1px hsla(0, 100%, 100%, 0.3); 
    padding: 10px;
    
}

.dmHoursOfOperation  .open-hours-special div div
{
  display: inline-block;
  font-size: 14px;
}

.dmHoursOfOperation  .open-hours-special > div
{
  margin: 5px 0;
}

.dmHoursOfOperation .open-hours-special:empty,
.dmHoursOfOperation .open-hours-data:empty
{
  display: none;
}

.dmHoursOfOperation  .open-hours-special div div:after
{
  content: ' - ';
}

.dmHoursOfOperation  .open-hours-special div div:last-child:after
{
  content: '';
}

.dmHoursOfOperation.rectangleToChildren .we-are-open
{
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.dmHoursOfOperation.normalRoundedToChildren .we-are-open
{	
	 -moz-border-radius: 5px !important;
	 border-radius: 5px !important;
	 -webkit-border-radius: 5px !important;
	 
}

.dmHoursOfOperation.bottomRoundedToChildren .we-are-open
{
	-webkit-border-bottom-right-radius: 5px !important;
	-webkit-border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
	-moz-border-radius-bottomright: 5px !important;
	-moz-border-radius-bottomleft: 5px !important;
}

.dmHoursOfOperation.topRoundedToChildren .we-are-open
{
	 -webkit-border-top-right-radius: 5px !important;
	-webkit-border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	border-top-left-radius: 5px !important;
	-moz-border-radius-topright: 5px !important;
	-moz-border-radius-topleft: 5px !important;
	
}

.dmHoursOfOperation.shadowEffectToChildren .we-are-open
{
	-moz-box-shadow: 2px 2px 2px 0px #888 !important;
  	-webkit-box-shadow: 2px 2px 2px 0px #888 !important;
 	 box-shadow: 2px 2px 2px 0px #888 !important;
}

/* ===== smart table style ===== */
#dm .footable > thead > tr > th, #dm .footable > thead > tr > td, #dm .footable > tbody > tr > th {
    color: #fbedd1;
	background-color: #e67b3b;
    background-image: none;
}
.footable > tbody > tr > td{
	background-color: hsla(0, 100%, 100%, 0.55);
	color: #fbedd1;
}
.footable > tbody > tr td.expand div.icon_container{
	position: relative;
}
.footable > tbody > tr td.expand span.icon{
	background: url("/_dm/s/rt/images/sdtExpand.png") no-repeat scroll center center #e07629;
    height: 100%;
    left: -40px;
    padding-bottom: 6px;
    position: absolute;
    top: -3px;
    width: 34px;
}
.footable > tbody > tr.footable-detail-show td.expand span.icon{
	background-image: url("/_dm/s/rt/images/sdtColapse.png");
}


/****** Social Hub *******/

.dmSocialHub > div {
	text-align: center;
}
.dmSocialHub > div.horizontal {
    text-align: left;
}
#dm .dmSocialHub a {
	display: inline-block;
	text-decoration: none;
	margin: 0;
}

#dm .dmSocialHub .horizontal a{
    display: block;
}
.socialHubIcon {
	width: 50px;
	height: 50px;
	display: inline-block;
	background-size: 50px;
}
.dmSocialTwitter.style1 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_01/Twitter_3d.png");
}
.dmSocialTwitter.style2 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_03/Twitter_square.png");
}
.dmSocialTwitter.style3 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_02/Twitter_round.png");
}
.dmSocialTwitter.style4 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_04/Twitter_grey.png");
}

.dmSocialFacebook.style1 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_01/Facebook_3d.png");
}
.dmSocialFacebook.style2 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_03/Facebook_square.png");
}
.dmSocialFacebook.style3 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_02/Facebook_round.png");
}
.dmSocialFacebook.style4 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_04/Facebook_grey.png");
}

.dmSocialInstagram.style1 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_01/Instagram_3d.png");
}
.dmSocialInstagram.style2 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_03/Instagram_square.png");
}
.dmSocialInstagram.style3 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_02/Instagram_round.png");
}
.dmSocialInstagram.style4 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_04/Instagram_grey.png");
}

.dmSocialYoutube.style1 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_01/YouTube_3d.png");
}
.dmSocialYoutube.style2 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_03/YouTube_square.png");
}
.dmSocialYoutube.style3 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_02/YouTube_round.png");
}
.dmSocialYoutube.style4 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_04/YouTube_grey.png");
}

.dmSocialLinkedin.style1 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_01/Linkedin_3d.png");
}
.dmSocialLinkedin.style2 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_03/Linkedin_square.png");
}
.dmSocialLinkedin.style3 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_02/Linkedin_round.png");
}
.dmSocialLinkedin.style4 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_04/Linkedin_grey.png");
}

.dmSocialYelp.style1 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_01/Yelp_3d.png");
}
.dmSocialYelp.style2 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_03/Yelp_square.png");
}
.dmSocialYelp.style3 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_02/Yelp_round.png");
}
.dmSocialYelp.style4 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_04/Yelp_grey.png");
}

.dmSocialPinterest.style1 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_01/Pinterest_3d.png");
}
.dmSocialPinterest.style2 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_03/Pinterest_square.png");
}
.dmSocialPinterest.style3 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_02/Pinterest_round.png");
}
.dmSocialPinterest.style4 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_04/Pinterest_grey.png");
}

.dmSocialVimeo.style1 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_01/Vimeo_3d.png");
}
.dmSocialVimeo.style2 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_03/Vimeo_square.png");
}
.dmSocialVimeo.style3 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_02/Vimeo_round.png");
}
.dmSocialVimeo.style4 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_04/Vimeo_grey.png");
}

.dmSocialGooglePlus.style1 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_01/Google_Plus_3d.png");
}
.dmSocialGooglePlus.style2 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_03/Google_square.png");
}
.dmSocialGooglePlus.style3 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_02/Google_round.png");
}
.dmSocialGooglePlus.style4 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_04/Google_grey.png");
}

.dmSocialFoursquare.style1 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_01/FourSquare_3d.png");
}
.dmSocialFoursquare.style2 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_03/FourSquare_square.png");
}
.dmSocialFoursquare.style3 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_02/FourSquare_round.png");
}
.dmSocialFoursquare.style4 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_04/FourSquare_grey.png");
}

.dmSocialPicasa.style1 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_01/Picassa_3d.png");
}
.dmSocialPicasa.style2 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_03/Picassa_square.png");
}
.dmSocialPicasa.style3 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_02/Picassa_round.png");
}
.dmSocialPicasa.style4 {
	background-image: url("/_dm/s/rt/images/socialBtn/Skin_04/Picassa_grey.png");
}

.dmSocialRss.style1 {
    background-image: url("/_dm/s/rt/images/socialBtn/Skin_01/Rss_3d.png");
}
.dmSocialRss.style2 {
    background-image: url("/_dm/s/rt/images/socialBtn/Skin_03/Rss_square.png");
}
.dmSocialRss.style3 {
    background-image: url("/_dm/s/rt/images/socialBtn/Skin_02/Rss_round.png");
}
.dmSocialRss.style4 {
    background-image: url("/_dm/s/rt/images/socialBtn/Skin_04/Rss_grey.png");
}



div.dmInner, .dm-layout-home div.dmInner
{
	background: rgb(255, 108, 2);
	background: -moz-linear-gradient(top,  rgb(255, 108, 2) 0%, #9f1c0f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255, 108, 2)), color-stop(100%,#9f1c0f));
	background: -webkit-linear-gradient(top,  rgb(255, 108, 2) 0%,#9f1c0f 100%);
	background: -o-linear-gradient(top,  rgb(255, 108, 2) 0%,#9f1c0f 100%);
	background: -ms-linear-gradient(top,  rgb(255, 108, 2) 0%,#9f1c0f 100%);
	background: linear-gradient(to bottom,  rgb(255, 108, 2) 0%,#9f1c0f 100%);
}
.dm-layout-home div.dmInner
{
	background-image:url("https://s3.amazonaws.com/dm-direct/bfs-images/Bg_spicyPepper2.png");
	background-position:center bottom;
	background-repeat: no-repeat;
	background-color: rgb(255, 108, 2);
}
body, div.dmInner, .insideList #dm-title
{
	font-family: Tahoma;
}

/* Header */

.dm-layout-home #hcontainer, .dm-layout-home #fixHead.dmHeader
{
	background-color:transparent;
	/*background-image:url("https://s3.amazonaws.com/dm-direct/bfs-images/Bg_spicyPepper2.png");*/
	/*background-position:center top;*/
}
.insideList #dm-title
{
	font-size: 44px !important;
	text-transform: uppercase;
	font-weight: normal;
	padding:12px 5px 12px 0px;
}
#hcontainer, #fixHead.dmHeader
{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.dmRestaurantMenu ul
{
	background:rgba(0,0,0,0.20) !important;
}


/* Navigation Menu */

.dmNav
{
	margin-top:5px;
}
.insideList-var3 ul.dmNav, .insideList-var3 .dmWidget
{
	background-color:transparent !important;
}
.insideList-var3 ul.dmNav li:first-of-type a
{
	box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.28);
	-moz-box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.28);
}

.dmNav.dmNavCustom.default.dmn
{
	border:rgba(54,54,54,0.28) 1px solid;
	-moz-box-shadow:inset 0px 0px 1px 1px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow:inset 0px 0px 1px 1px rgba(0, 0, 0, 0.20);
	box-shadow:inset 0px 0px 1px 1px rgba(0, 0, 0, 0.20);	
}
.insideList-var3 .dmNav .navArrowBg
{
	width:48px;
}
.insideList .dmNav
{
	text-transform:uppercase;
}
.navIcon
{
	display:none;
}
.insideList-var3 ul.dmNav li a
{
	height:45px;
	color:#fbedd1;
	text-shadow:1px 0px 1px rgba(0, 0, 0, 0.45);
	margin-bottom:0px;
	border:0px;
	box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.28);
	-moz-box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.28);
}
.insideList-var3 ul.dmNav li:last-child a
{
	box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.28);
	-moz-box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.28);
}
.insideList-var3 ul.dmNav li:nth-child(1) a
{
	background:rgba(0, 0, 0, 0.15);
}
.insideList-var3 ul.dmNav li:nth-child(2) a
{
	background:rgba(0, 0, 0, 0.18);
}
.insideList-var3 ul.dmNav li:nth-child(3) a
{
	background:rgba(0, 0, 0, 0.21);
}
.insideList-var3 ul.dmNav li:nth-child(4) a
{
	background:rgba(0, 0, 0, 0.24);
}
.insideList-var3 ul.dmNav li:nth-child(5) a
{
	background:rgba(0, 0, 0, 0.27);
}
.insideList-var3 ul.dmNav li:nth-child(6) a
{
	background:rgba(0, 0, 0, 0.30);
}
.insideList-var3 ul.dmNav li a
{
	background:rgba(0, 0, 0, 0.30);
}
.insideList .dmNav li .navIconBg
{
	width:20px;	
}

/* Sub Menu */

ul.dmNavigation
{
	background-color:#fbedd1;
	margin:0px !important;
	border-bottom-right-radius:0px !important;
	border-bottom-left-radius:0px !important;
}
.navItemText, .dmNavigation li a.currentPage .navItemText
{
	color:black;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
.navItemArrow
{
	display:none !important;
}
.dmNavigation li a
{
	padding:15px 10px 15px 30px;
}
.navListLi.dmNavItemSelected
{
	background-color:rgba(255,255,255,0.3);
}
.navText
{
	font-size:20px;
}
.dmSub.navListLi
{
	background-color:#fbefd7 !important;
}
.dmNavigation li.dmSub a
{
	margin-left:20px;
}

/* HP Content */

.dmDivider.trasparentDivider
{
	padding:35px 0px;
	border:none;
}
.dm-home-page .dmDivider.trasparentDivider
{
	display:none;
}
.dmNewParagraph
{
	margin:12px 0px 12px 0px !important;
	padding:12px !important;
	background-color:rgba(0,0,0,0.3);
}
.generalTmplWrapper h4.dmNewParagraph
{
	margin:0px !important;
	padding:0px !important;
	background-color:rgba(0,0,0,0.0);
}

/* Widgets */

.adsensePreviewSmall .dmad_bbox
{
	background-color:transparent !important;
	border:1px solid  !important;
}
.adsensePreviewSmall .adsenseplacetitle
{
	color:#fbedd1 !important;
}
.dmwidget-title, .shapeRssFeed .listItemTitle
{
	background-color:#e67b3b;
}
.dmInner .dmWwr
{
	background-color:rgba(0,0,0,0.20) !important;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;	
}
a.itemContainer
{
 	border-bottom:none !important;
}
.dmPageWidget .dmwidget-title, .dmNewParagraph.dmTmplTitle, .dmPageWidget .listItemTitle
{
	display:none !important;
}
.dmProductTmplInner, .dmSimpleTmpl > .dmSimpleTmplInner, .dmAboutusTmplInner, .dmContactusContent
{
	background-color:transparent;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	padding:0px;
}
.dmParagraphPlaceholder
{
	background-color:transparent !important;
	color: !important;
	border:1px solid  !important;
}
.dmFacebookLike
{
	margin-top:12px;
}
div.dmInner .dmform input[type="submit"]
{
	background-color:rgb(91, 14, 12) !important;
}

/* Inner Bar */

.innerPageTitle
{
	display:block;
	text-align:center;
	text-transform:uppercase;
	color:;
	font-size:22px;
	overflow:hidden;
	text-overflow:ellipsis;
	height:80%;
	padding:1.5% 18% 0% 18%;
	font-weight:bold;
}
#innerBar .uiBtn
{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background:#e67b3b;
}

/* Inner Page Content */

#dm .generalTmplWrapper .dmwidget-title, #dm .dmTmplTitle
{
    background-color:#e67b3b !important;
    color:#fbedd1 !important;
}
.dmAboutusRestTmpl .innerPageTmplBox
{
	background-color:rgba(0,0,0,0.3);
}
.dmAboutusRestTmpl .innerPageTmplBox .dmNewParagraph
{
	background-color:rgba(0,0,0,0);
}
.dmNewParagraph
{
	padding:6px !important;
	margin:5px 0px !important;
}
.generalTmplWrapper h4.dmNewParagraph.dmProductTmplTitle
{
	padding:0px 10px !important;
}
#dm .dmProductSlider
{
	margin:10px !important;
}

/* Show Social Icons*/ 
.dmAboutusRestTmpl .dmSocialHub.displayNone 
{ 
	display: block; 
}