@charset "utf-8";

/*** PETER CARDON SALON | MAIN CSS ***/

body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	background: url(../images/body-bg.jpg) no-repeat center top #171717;
	color: #4e4e4e;
}

a {
	outline: none;
	text-decoration: none;
	color: #000;
}

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

hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #333;
	margin: 0;
}

.clear-div {
	clear: both;
}

.item-page p {
	text-align: justify;
}

/*** EXCEPTIONS ***/

.no-margin {
	margin: 0 !important;
}

.no-separator {
	border-right: none !important;
}

.intro-table {
	background-color: rgba(0,0,0,0) !important;
}

/*** DEFAULTS ***/

.center {
	margin: 0 auto;
}

.main-width {
	width: 978px; 
}

.highlight-text {
	color: #e8a713;
}

.page-header h1, .page-header h2, .page-header h3, .bfPage h2 {
	font-family: "Oswald",sans-serif;
    font-size: 2.4em;
	line-height: 1.2em;
    font-weight: 300;
    margin: 0 0 40px;
	color: #4e4e4e;
	border-bottom: 2px dotted #4e4e4e;
}

.back-btn {
	background: url(../images/back-btn.png) no-repeat left center rgba(0,0,0,0);
	padding: 0 0 0 16px;
	float: right;
	opacity: 1;
	transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-webkit-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
}

.back-btn:hover {
	opacity: 0.5;
}

.img-frame {
	border: solid 1px #999;
	padding: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/*** ADDTHIS SHARE SIDEBAR ***/

.atss-right {
    right: 10px !important;
}

.at4-share-title {
	color: #fff;
    font-size: 0.6em;
    text-transform: uppercase;
    margin: 0 0 5px;
    text-decoration: underline;
}

.addthis_32x32_style .dummy .at300bs, .addthis_32x32_style .at300bs, .addthis_32x32_style .at15t {
	background-size: 20px auto !important;
}

.atss a {
	line-height: 20px !important;
    padding: 4px 0 !important;
    width: 30px !important;
}
.atss a:hover {
    width: 40px !important;
}

.atss {
	width: 30px !important;
}

#at4-share a span  {
    height: 20px !important;
    line-height: 20px !important;
    width: 20px !important;
}

.addthis_32x32_style .at15t_facebook {
    background-position: 0 -1580px !important;
}

.addthis_32x32_style .at15t_twitter {
    background-position: 0 -5240px !important;
}

.addthis_32x32_style .at15t_google_plusone, .addthis_32x32_style .at15t_googleplus, .addthis_32x32_style .at15t_google_follow, .addthis_32x32_style .at15t_google_plusone_share {
    background-position: 0 -2220px !important;
}

.addthis_32x32_style .at15t_email {
    background-position: 0 -1440px !important;
}

.addthis_32x32_style .at15t_compact, .addthis_32x32_style .at15t_expanded, .addthis_32x32_style .at15t_more, .addthis_32x32_style .at15t_addthis {
    background-position: 0 -100px !important;
}

/*.atss a {
	padding: 6px 0 !important;
	width: 30px !important;
}

.addthis_32x32_style .dummy .at300bs, .addthis_32x32_style .at300bs, .addthis_32x32_style .at15t {
	background-size: 20px auto !important;
}`

.addthis_32x32_style .dummy .at300bs, .addthis_32x32_style .at300bs, .addthis_32x32_style .at15t {
	width: 20px !important;
	height: 20px !important;
}

.addthis_32x32_style .at15t_email {
    background-position: 0 -100px !important;
}

.addthis_32x32_style .at15t_facebook {
    background-position: 0 -120px !important;
}

.addthis_32x32_style .at15t_twitter {
    background-position: 0 -500px !important;
}

.addthis_32x32_style .at15t_google_plusone, .addthis_32x32_style .at15t_googleplus, .addthis_32x32_style .at15t_google_follow, .addthis_32x32_style .at15t_google_plusone_share {
    background-position: 0 -220px !important;
}
*/
/* READMORE BUTTON */

a.readmore {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
	padding: 4px 12px 4px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../images/right-black-arrow.png) no-repeat right center #e8a713;
	transition: background 0.4s ease-out;
	-moz-transition: background 0.4s ease-out;
	-webkit-transition: background 0.4s ease-out;
	-o-transition: background 0.4s ease-out;
}

a.readmore:hover {
	background: url(../images/right-black-arrow.png) no-repeat right center #ffc000;
}

/*** MAIN STRUCTURE | TOP ***/

#page-top {
	display: block;
	background-color: #000;
	height: 25px;
	overflow: hidden;
}

#page-top .tools {
	display: block;
	float: right;
	position: relative;
	z-index: 999;
}

/* TOP MENU */

#top-menu {
	display: block;
	float: left;
}

.moduletable-top-menu ul {
	display: block;
	margin: 0;
	padding: 0;
}

.moduletable-top-menu ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.moduletable-top-menu ul li a {
	font-size: 0.7em;
    line-height: 1.2em;
	padding: 6px 8px;
	display: block;
	color: #989188;
	transition: color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out;
	-webkit-transition: color 0.4s ease-out;
	-o-transition: color 0.4s ease-out;
}

.moduletable-top-menu ul li a:hover {
	color: #FFF;
}

/*** SOCIAL PAGES ***/

#social-pages {	
    display: block;
    height: 16px;
    margin: 5px 0 0;
}

#page-top #social-pages {
	float: left;
	border-left: 1px dotted #989188;
    border-right: 1px dotted #989188;
}

.followus-title {
	display: block;
	float: left;
}

#social-pages ul {
	display: block;
	margin: 0;
	padding: 0;
	float: right;
}

#social-pages ul li {
	display: inline-block;
	float: left;
	list-style: none;
	width: 24px;
	height: 16px;
	margin: 0px 4px;
}

#social-pages ul li a {
	display: block;
	width: 24px;
	height: 16px;
}

#social-pages ul li.facebook {
	background: url(../images/social-btns.png) no-repeat 0 0 transparent;
}

#social-pages ul li.facebook a {
	background: url(../images/social-btns.png) no-repeat 0 -16px transparent;
}

#social-pages ul li.twitter {
	background: url(../images/social-btns.png) no-repeat -24px 0 transparent;
}

#social-pages ul li.twitter a {
	background: url(../images/social-btns.png) no-repeat -24px -16px transparent;
}

#social-pages ul li.instagram {
	background: url(../images/social-btns.png) no-repeat -48px 0 transparent;
}

#social-pages ul li.instagram a {
	background: url(../images/social-btns.png) no-repeat -48px -16px transparent;
}

#social-pages ul li a {
	opacity: 0;
	transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-webkit-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
}

#social-pages ul li a:hover {
	opacity: 1;
}

#social-pages ul li a span {
	display: none;
	position: fixed;
	top: -9999px;
}

/*** TOP BUTTONS ***/

#top-buttons {
	display: block;
	float: left;
	height: 16px;
    margin: 5px 0 0;
}

#top-buttons ul {
	display: block;
	margin: 0;
	padding: 0;
}

#top-buttons ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 0 0 8px;
}

#top-buttons ul li a span img {
	float: left;
	opacity: 1;
	transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-webkit-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
}

#top-buttons ul li a:hover span img {
	opacity: 0;
}

#top-buttons ul li a span span.image-title {
	font-size: 0.7em;
    line-height: 1.4em;
	float: left;
	color: #989188;
	transition: color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out;
	-webkit-transition: color 0.4s ease-out;
	-o-transition: color 0.4s ease-out;
}

#top-buttons ul li a:hover span span.image-title {
	color: #FFF;
}

#top-buttons ul li a.gift-card {
	display: block;
	height: 16px;
	background: url(../images/bow-icon-white.png) no-repeat 0 0 transparent;
	border-right: 1px dotted #989188;
	padding: 0 10px 0 0;
}

#top-buttons ul li a.appointments {
	display: block;
	height: 16px;
	background: url(../images/calendar-icon-white.png) no-repeat 0 0 transparent;
}

/***/

#header-and-content-bg {
	background: url(../images/lights-bg.png) no-repeat center 35px transparent;
	min-height: 545px;
}

/*** HEADER ***/

#header {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 978px;
	height: 120px;
}

#logo {
	display: inline-block;
    position: relative;
    top: -15px;
	z-index: 999999;
	vertical-align: top;
	width: 33%;
}

/*** NAVIGATION ***/

#menu-icon {
	display: none;
	float: right;
	width: 44px;
	height: 44px;
	background: url(../images/menu-icon.png) no-repeat center center rgba(0,0,0,0);
}

#main-nav {
	top: 40px;
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
	vertical-align: top;
	width: 66%;
}

.ux-menu-container {
	z-index: 999 !important;
}

#main-nav .ux-menu-item-main {
	display: block;
	list-style: none;
	float: left;
}

#main-nav .ux-menu a.ux-menu-link-level-0 {
    display: block;
    font-family: 'Oswald',sans-serif;
    font-size: 1em;
	line-height: 1.2em;
    font-weight: 300;
    margin: 0;
    padding: 0 8px;
    text-transform: uppercase;
}

#main-nav .ux-menu a {
    color: #FFF;
	transition: color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out;
	-webkit-transition: color 0.4s ease-out;
	-o-transition: color 0.4s ease-out;
}

#main-nav .ux-menu a:hover, #main-nav .ux-menu a.current {
	color: #e8a713;
}

#main-nav .ux-menu a.ux-menu-link-last {
	border-right: none !important;
}

#main-nav .ux-menu-link-parent {
	/*padding: 3px 16px 3px 9px !important;*/
}

#main-nav .ux-menu-link-level-0 .ux-menu-arrow {
    background: url("images/menu-arrow-down.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    font-size: 0;
    height: 3px;
    left: 32px;
    position: absolute;
    top: 20px;
    width: 5px;
}

/* DROP DOWN */

.ux-menu-item-level-0 > .ux-menu-sub {
	width: 145px !important;
	padding: 6px 0 0 0 !important;
    left: -38px !important;
    top: 26px !important;
	background: url(images/dropdown-point.png) no-repeat center top transparent;
	border: none !important;
	background-color: transparent !important;
	opacity: 1 !important;
	/*display: block !important; UNCOMMENT TO STYLE*/
}

.ux-menu-item-level-1 > .ux-menu-sub, .ux-menu-item-level-2 > .ux-menu-sub {
	/*display: block !important;UNCOMMENT TO STYLE*/
	background: url(images/flyout-left-pointer.png) no-repeat left 15px transparent;
	border: none !important;
	background-color: transparent !important;
	opacity: 1 !important;
	padding: 0 0 0 6px !important;
	left: 175px !important;
    top: -2px !important;
	width: 200px !important;
}

.ux-menu-sub li {
	background: url(images/dropdown-bg.png) repeat 0 0 transparent !important;
	padding: 10px 10px 0 !important;
	width: 150px !important;
}

.ux-menu-sub li a, .ux-menu-sub li a.current {
	font-family: 'Lato', sans-serif;
	text-transform: none;
	font-size: 0.9em !important;
	padding: 0 0 10px !important;
	color: #FFF !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: dotted 1px #FFF;
	transition: color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out;
	-webkit-transition: color 0.4s ease-out;
	-o-transition: color 0.4s ease-out;
}

.ux-menu-sub li a:hover {
	color: #e8a713 !important;
}

#main-nav .ux-menu-link-level-1 .ux-menu-arrow, #main-nav .ux-menu-link-level-2 .ux-menu-arrow {
    background: url("images/menu-arrow-right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    font-size: 0;
    height: 5px;
    right: 3px;
    position: absolute;
    top: 6px;
    width: 3px;
}

#main-nav .maximenuck ul{
	padding: 0;
	font-size: 15px;
}
#main-nav .maximenuck ul li{
	padding: 0px 10px;
}
#main-nav .maximenuck ul li a:hover, #main-nav .maximenuck ul li span.separator .titreck:hover{
	color: #e8a713;
}
#main-nav .maximenuck ul li.current a{
	color: #e8a713 !important;
}
#main-nav .maximenuck .titreck-title, #main-nav .maxiroundedcenter ul li span.separator .titreck{
	color: #fff;
	font-family: 'Oswald',sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}
div#maximenuck98 ul.maximenuck li.level1.parent > a::after, div#maximenuck98 ul.maximenuck li.level1.parent > span.separator::after {
	border-color: #fff transparent transparent transparent;
	top: 25px;
	right: 31px;
}
div#maximenuck98 ul.maximenuck li div.floatck ul.maximenuck2, div#maximenuck98 ul.maximenuck2 {
	padding: 10px !important;
}
.maxidrop-main2 ul{
	background-color: rgba(0,0,0,0.5) !important;
}
.maxidrop-main2 ul li{}
.maxidrop-main2 ul li a{
	color: #fff;
	font-family: 'Lato', sans-serif !important;
	font-size: 1em !important;
	border-bottom: dotted 1px #FFF;
	text-transform: initial !important;
	line-height: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px 10px;
}
#main-nav div#maximenuck98 ul.maximenuck {
    max-width: 600px;
    width: 100%;
    padding: 0;
}
@media (min-width:992px) {#main-nav div#maximenuck98 ul.maximenuck {display: flex !important;  justify-content: space-evenly;}}
#main-nav div#maximenuck98 div.floatck {
    left: -50%;
    top: 30px;
}
#main-nav div#maximenuck98 ul.maximenuck li.maximenuck.level1 {
    position: relative;
}

/*** SLIDESHOW ***/

#slideshow {
	display: block;
	width: 978px;
	margin: -60px auto 0;
	background: url(../images/slideshow-bg.png) no-repeat center top transparent;
    position: relative;
	overflow: hidden;
}

/*** CONTENT ***/

#content-wrapper {
	display: block;
	width: 898px;
	padding: 40px;
	background-color: #fff;
    box-shadow: 0 0 80px 0 #b1ada7 inset;
	-moz-box-shadow: 0 0 80px 0 #b1ada7 inset;
	-webkit-box-shadow: 0 0 80px 0 #b1ada7 inset;
	min-height: 345px;
	overflow: hidden;
}

/*** CONTENT WITH LEFT MODULE ***/

#left-module {
	display: block;
	float: left;
	width: 28%;
}

#component-right {
	display: block;
	float: right;
	width: 68%;
}

/*** MEET OUR STAFF ***/

.staff h3 {
	width: 100% !important;
}

.staff h4, .staff h5, .staff p {
	padding: 0 8px;
}

.staff h4 {
	font-size: 1.4em;
	margin: 20px 0 10px;
}

.staff hr {
	margin: 20px 0 50px;
}

/*** SERVICES ***/

.services-page h3, .staff h3 {
	background-color: #4e4e4e;
    color: #fff;
    display: block;
    font-size: 1.5em;
    margin: 40px 0 1px;
    padding: 2px 1%;
	font-family: 'Oswald', sans-serif;
	width: 98%;
}

.services-page table {
	background-color: #e6e6e6;
	float: none;
	margin: 16px 0px;
	width: 100%;
}

.services-page #wide-table {
	width: 100%;
}

.services-page table thead td {
	background-color: #cecece;
    color: #4e4e4e;
    font-weight: 700;
    padding: 4px 8px;
    text-align: left;
    text-transform: uppercase;
	font-size: 1.2em;
}

.services-page table tbody td {
	padding: 4px 8px;
}

.services-page table tbody td.service-label {
	background-color: #FFF;
    color: #4e4e4e;
    font-weight: 400;
    width: 82%;
}

.services-page table tbody td.service-label .fixed-height-td {
	display: block;
    /*max-width: 240px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.services-page table tbody td.price-box {
	background-color: #EEE;
	width: 18%;
}

.services-page table tbody td.price-box p {
	margin: 0;
	text-align: right;
}

.services-page table tbody td.price-box p.price-label {
	color: #4e4e4e;
    font-size: 0.8em;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

.services-page table tbody td.price-box p.price {
	color: #4e4e4e;
    font-family: sans-serif;
    font-size: 1.0em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0;
}

/*** BRIDES ***/

.brides h4 {
	font-size: 1.4em;
	margin: 0;
}

/*** CONTACT US ***/

.contact-us .column {
	display: block;
	float: left;
	width: 47%;
}

.contact-us-form {
	margin: 0 2% 0 0;
}

.contact-info {
	/*! float: right !important; */
}

.contact-us h3 {
	border-bottom: solid 1px #4e4e4e;
	font-size: 1.5em;
    margin: 0 0 30px;
}

.custom-contact-info p {
	margin: 0 0 20px;
}

.custom-contact-info .orange-icon-btn span {
	font-size: 0.9em;
}

.responsive-google-map iframe {
	border: solid 1px #4e4e4e;
}

/*** BREEZING FORMS ***/
	

.bfLabelBlock {
    width: 70% !important;
}

.career-opportunities .bfLabelBlock {
    width: 40% !important;
}

.ff_elem {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 2px;
    color: #666;
    margin: 0 0 10px;
	max-width: 70% !important;
}

.career-opportunities  .ff_elem {
	max-width: 40% !important;
}

.bfMaxLengthCounter {
	font-size: 0.7em;
}

#recaptcha_image {
    border: 1px solid #000;
    border-radius: 2px;
    display: block;
    height: 42px !important;
    margin: 0 0 8px;
    overflow: hidden;
    width: 300px !important;
	height: 55px !important;
}

#recaptcha_response_field {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 2px;
    color: #666;
    display: block;
    max-width: 93% !important;
    padding: 8px;
}

#recaptcha_widget .button {
    background-color: #e8a713;
    border: medium none;
    border-radius: 2px;
    cursor: pointer;
    height: 22px;
    margin: 10px 3% 0 4%;
	padding: 0;
	width: 25%;
    opacity: 1;
    transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-webkit-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
}
#recaptcha_widget .button:hover {
	opacity: 0.6;
}

#bfSubmitButton {
    background-color: #000;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: left !important;
    font-family: "Lato",sans-serif !important;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.2em;
    margin: 20px 0 0;
    opacity: 1;
    padding: 2px 4px 4px;
    text-transform: uppercase;
    transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
}

#bfSubmitButton:hover {
    background-color: #e8a713;
}

/*** GALLERIES ***/

.blog-galleries .span6 {
    display: block;
    float: left;
    margin: 0 2%;
    width: 46%;
}

.blog-galleries .span6 .item {
	border: 1px solid #000;
    /*border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
	height: 450px;
    margin: 0 0 40px;
    overflow: hidden;
}

.blog-galleries .span6 .item .page-header h2 {
	border-bottom: 2px solid #000;
	background-color: #4e4e4e;
    font-family: "Oswald",sans-serif;
	font-size: 1.5em;
    margin: 0px;
	padding: 6px 8px;
}

.blog-galleries .span6 .item .page-header h2 a {
	color: #FFF;
	font-weight: 400;
	background: url(../images/title-btn.png) no-repeat right center rgba(0,0,0,0);
	padding: 0 25px 0 0;
	opacity: 1;
	transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-webkit-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
}

.blog-galleries .span6 .item .page-header h2 a:hover {
	opacity: 0.5;
}

.item-page-galleries .page-header h2 {
    border-bottom: 1px solid #4e4e4e;
    font-family: "Lato",sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    margin: 0 0 20px;
}

.item-page-galleries .page-header h2 a {
	color: #4e4e4e;
	cursor: default;
}

ul.sigProSleek li.sigProThumb a.sigProLink img.sigProImg {
    background-position: 50% 5%;
}

/*** TOOLTIPS ***/

.tooltip {
	position: absolute;
	z-index: 10099;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

/*** BOTTOM WRAPPER ***/

#bottom-wrapper {
	display: block;
	background: url(../images/bottom-bg.png) no-repeat center top transparent;
	min-height: 400px;
	overflow: hidden;
}

/*** BOTTOM MODS ***/

#bottom-mods {
	display: flex;
	max-width: 978px;
	width:100%;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#bottom-mods .column {
	display: block;
    float: left;
    margin: 0 20px 0 0;
}

#bottom-mods .right {
	margin: 0 !important;
	float: right !important;
}

#bottom-mods .moduletable-bottom-mod {
	width: 100%;
	height: 300px;
	border: solid 1px #6b6b6b;
	box-sizing: border-box;
}

#bottom-mods .custom-bottom-mod {
	height: 120px;
    padding: 20px 150px 20px 20px;
    width: 140px;
	background-repeat: no-repeat;
}

#bottom-mods .moduletable-bottom-mod .contact-info, #bottom-mods .moduletable-bottom-mod .special-offer, #bottom-mods .moduletable-bottom-mod .gift-card {
	height: 100%;
    padding: 20px !important;
    width: 100%;
	background-size: cover;
	float: none !important;
	box-sizing: border-box;
	background-position: right bottom;
}
#bottom-mods .moduletable-bottom-mod .gift-card a {
    color:#fff;
}
#bottom-mods .custom-bottom-mod h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 700;
	margin: 0 0 20px;
	color: #FFF;
}

#bottom-mods .custom-bottom-mod p {
	color: #fff;
    font-size: 0.8em;
    line-height: 1.3em;
    margin: 4px 0 0;
}

.orange-icon-btn {
	background-color: #e8a713;
	border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	padding: 2px 0px 3px 8px;
	margin: 5px 0 0 -2px !important;
	display: block;
}

.orange-icon-btn a {
	text-decoration: none;
}

.orange-icon-btn a:hover {
	text-decoration: underline;
}

.orange-icon-btn span {
    color: #232323;
	font-family: "Oswald",sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2em;
	background: url(../images/right-gray-arrow.png) no-repeat right 5px transparent;
	padding: 0 20px 0 0;
}

#bottom-mods .column.left, #bottom-mods .column.center, #bottom-mods .column.right {
    float:none !important;
    height: 300px;
    box-sizing: border-box;
    width:32%;
}

/*** BOTTOM WIDE MODULE ***/

#bottom-wide-mod {
	display: block;
	width: 978px;
	margin: 30px auto 0;
	padding: 10px 0;
	border-top: dotted 1px #bfbab2;
	border-bottom: dotted 1px #bfbab2;
}

#footer {
	display: block;
	width: 978px;
	margin: 0 auto;
}

#copyright {
	display: block;
	float: left;
	width: 60%;
	margin: 8px 0 20px;
}

#copyright p {
	font-size: 0.8em;
	margin: 0;
	color: #bfbab2;
}

#copyright a {
	color: #bfbab2;
	transition: color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out;
	-webkit-transition: color 0.4s ease-out;
	-o-transition: color 0.4s ease-out;
}

#copyright a:hover {
	color: #FFF;
}

.footer-social {
	float: right;
	margin: 5px 0 0 0;
}

.footer-social ul li.facebook {
	background: url(../images/social-btns-footer.png) no-repeat 0 0 transparent !important;
}

.footer-social ul li.facebook a {
	background: url(../images/social-btns-footer.png) no-repeat 0 -16px transparent !important;
}

.footer-social ul li.twitter {
	background: url(../images/social-btns-footer.png) no-repeat -24px 0 transparent !important;
}

.footer-social ul li.twitter a {
	background: url(../images/social-btns-footer.png) no-repeat -24px -16px transparent !important;
}

.footer-social ul li.instagram {
	background: url(../images/social-btns-footer.png) no-repeat -48px 0 transparent !important;
}

.footer-social ul li.instagram a {
	background: url(../images/social-btns-footer.png) no-repeat -48px -16px transparent !important;
}

.footer-social .instagram {
	margin: 0 0 0 4px !important;
}


/*** MAXIMENU ***/

@media screen and (max-width: 991px) {
    #main-nav div#maximenuck98 div.floatck {
    left: 0px;
    top: 0px;
    position: relative;
}
    
#main-nav {
	top: 0;
}
    
    div#maximenuck98 ul.maximenuck li.level1.parent > a::after, div#maximenuck98 ul.maximenuck li.level1.parent > span.separator::after {
    top: 8px;
    right: 20px;
}
    
   #main-nav #maximenuck98 .maximenumobiletogglericonck {
        display: block !important;
        font-size: 33px !important;
        text-align: right !important;
        padding-top: 40px !important;
        color:#fff;
        
        padding-right: 50px !important;
        margin-bottom: 30px;
    }
    #main-nav #maximenuck98 .maximenumobiletogglerck + ul.maximenuck {
        display: none !important;
        
    }
    #main-nav #maximenuck98 .maximenumobiletogglerck:checked + ul.maximenuck {
        display: block !important;
        
        position: absolute;
        width: 100%;
        background-color: rgba(0,0,0,0.4);
        padding: 15px;
        box-sizing: border-box;
    }
    #main-nav div#maximenuck98 ul.maximenuck li.maximenuck.level1 {
        position: relative;
        width: 100%;
}
    
}
@media screen and (max-width: 991px) {
    #main-nav div#maximenuck98 ul.maximenuck li.maximenuck.nomobileck,
    #main-nav div#maximenuck98 .maxipushdownck ul.maximenuck2 li.maximenuck.nomobileck { 
        display: none !important; 
        
    }
    
}
@media screen and (min-width: 992px) {
   #main-nav div#maximenuck98 ul.maximenuck li.maximenuck.nodesktopck,
   #main-nav div#maximenuck98 .maxipushdownck ul.maximenuck2 li.maximenuck.nodesktopck {
        display: none !important;
        
    }
    
}
	

/*
@media screen and (max-width: 991px) {
#maximenuck98 .maximenumobiletogglericonck {
		display: block !important;
		font-size: 33px !important;
		text-align: right !important;
		padding-top: 10px !important;
		 padding-bottom: 10px !important;
		  padding-right: 10px !important;
		  }
#maximenuck98 ul.maximenuck .maximenumobiletogglerck ~ li.maximenuck.level1 
{display: none !important;
	}
#maximenuck98 ul.maximenuck .maximenumobiletogglerck:checked ~ li.maximenuck.level1 {display: block !important;}
}

@media screen and (max-width: 991px) {
div#maximenuck98 ul.maximenuck li.maximenuck.nomobileck, 
div#maximenuck98 .maxipushdownck ul.maximenuck2 li.maximenuck.nomobileck { 
		display: none !important;
 }
}
@media screen and (min-width: 992px) {
div#maximenuck98 ul.maximenuck li.maximenuck.nodesktopck, 
div#maximenuck98 .maxipushdownck ul.maximenuck2 li.maximenuck.nodesktopck
 { display: none !important; }
}


@media only screen and (min-width:320px) and (max-width: 991px){
	#maximenuck98 .maximenumobiletogglericonck {
	display: block !important;
	font-size: 33px !important;
	text-align: right !important;
	padding-top: 10px !important;
	color: #fff;
}
#main-nav .maxiroundedcenter ul li {
	padding:10px;
	background-color: #fff;
	text-align: left !important;
	position: relative !important;
	left: -25px;
	width: 150px !important;
}
#main-nav .maxiroundedcenter ul li a, #main-nav .maxiroundedcenter ul li span.separator .titreck{
	color: #000;
	margin-left: 10px;
}
#main-nav .maxiroundedcenter ul li a{
	margin-left: 10px;
}
div#maximenuck98 ul.maximenuck li.level1.parent > a::after, div#maximenuck98 ul.maximenuck li.level1.parent > span.separator::after {
	border-color: #000 transparent transparent transparent;
	top: 7px;
	right: 72px;
}
div#maximenuck98 ul.maximenuck li div.floatck ul.maximenuck2, div#maximenuck98 ul.maximenuck2 {
	padding: 0px !important;
}
div#maximenuck98 ul.maximenuck2 li{
	left: 0 !important;
}
} */
/************************************************************** CSS MEDIA QUERIES **********************************************************************/

@media only screen 
and (min-width : 760px) 
and (max-width : 1024px) {

.main-width {
    width: 750px;
}

#header-and-content-bg {
	min-height: 480px;
    background-size: 880px auto;
}

#header {
    height: 95px;
    width: 750px;
}

#logo {
    top: 12px;
    max-width: 230px;
}
#main-nav .maxiroundedcenter ul {
	padding: 0;
	font-size: 13px;
}
#main-nav .ux-menu a.ux-menu-link-level-0 {
    font-size: 0.9em;
    padding: 0 4px;
}

#main-nav .ux-menu-link-level-0 .ux-menu-arrow {
    left: 25px;
}

.ux-menu-item-level-0 > .ux-menu-sub {
    left: -45px !important;
}

/*.ux-menu-item-level-2 > .ux-menu-sub {
	display: block !important;
}*/

#main-nav .ux-menu-item-level-2 .ux-menu-arrow {
	background: url(images/menu-arrow-down.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 5px;
	height: 3px;
}

.ux-menu-item-level-2 > .ux-menu-sub {
    left: 26px !important;
    top: 21px !important;
	background: url(images/flyout-top-pointer-submenu.png) no-repeat 123px top transparent !important;
	padding: 6px 0 0 0 !important;
}

.ux-menu-item-level-2 > .ux-menu-sub li {
	background: none #1d1d1d !important;
	z-index: 999999;
}

#slideshow {
    background-size: 700px auto;
    width: 700px;
	margin: -30px auto 0;
}

#content-wrapper {
    padding: 20px;
    width: 650px;
}

.page-header h1, .page-header h2, .page-header h3 {
    font-size: 2em;
}

.item-page p {
    font-size: 0.9em;
    line-height: 1.1em;
}

#bottom-mods {
	max-width: 750px;
}

#bottom-mods .custom-bottom-mod h3 {
    margin: 0 0 10px;
	font-size: 1.1em;
}

/*
#bottom-mods .column {
	margin: 0 10px 0 0;
}
#bottom-mods .moduletable-bottom-mod {
    height: 124px;
    width: 240px;
}

#bottom-mods .custom-bottom-mod {
    height: 104px;
    padding: 10px 100px 10px 10px;
    width: 130px;
    background-size: 240px 124px;
}
#bottom-mods .moduletable-bottom-mod .contact-info {
    height: 104px;
    padding: 10px !important;
    width: 220px !important;
} */

#bottom-mods .custom-bottom-mod p {
    font-size: 0.7em;
}

#bottom-mods .moduletable-bottom-mod .contact-info p {
	line-height: 1em;
}

.orange-icon-btn {
    margin: 7px 0 0 -2px !important;
}

.orange-icon-btn span {
    background: url("../images/right-gray-arrow.png") no-repeat scroll right 2px transparent;
    font-size: 1.1em;
    line-height: 1.3em;
}

#bottom-wide-mod {
    width: 750px;
}

#footer {
    width: 750px;
}

}

@media only screen 
and (min-width : 320px) 
and (max-width : 759px) {

.page-header h1, .page-header h2, .page-header h3, .bfPage h2 {
    font-size: 1.8em;
}

#page-top {
	height: auto;
	padding: 5px 0 0 0;
}

#page-top .main-width {
	overflow: hidden;
    width: 320px;
    margin: 0 auto;
}

#page-top .tools {
	float: none;
	padding: 0 0 10px 0;
    overflow: hidden;
}

#top-menu {
	float: none;
}

.moduletable-top-menu ul li a {
    border-right: 1px dotted #989788;
    margin: 0 0 8px;
    padding: 0 6px;
}

#page-top #social-pages {
    border-left: none;
	margin: 5px 0 0 50px;
}

#header {
    height: 90px;
    width: 98%;
    padding: 10px 0;
}

#logo {
	top: 0;
	width: 80%;
	max-width: 230px;
}

#main-nav {
    position: absolute;
    width: 100%;
    /*! padding: 50px; */
    top: 0px;
    z-index: 99999;
    box-sizing: border-box;
}

#menu-icon {
	display: none;
}

#main-nav ul.ux-menu, #main-nav:active ul.ux-menu {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000;
    border-radius: 4px;
    display: none;
    padding: 10px !important;
    position: absolute;
    right: 10px;
    top: 40px;
    width: 200px;
}

#main-nav .ux-menu-item-main {
	float: none;
	background: none transparent;
	display: block;
}

#main-nav:hover ul.ux-menu {
	display: block;
}

#main-nav .ux-menu a.ux-menu-link-level-0 {
    display: block;
    font-family: "Oswald",sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0;
    padding: 8px;
    text-transform: uppercase;
}

#main-nav .ux-menu a {
    color: #000;
    transition: color 0.4s ease-out 0s;
}

#main-nav .ux-menu a:hover, #main-nav .ux-menu a.current {
    color: #e8a713;
}

#main-nav .ux-menu-link-level-0 .ux-menu-arrow {
    background: url("images/menu-arrow-down-black.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: 0px;
    top: 16px;
}

.ux-menu-item-level-0 > .ux-menu-sub {
	width: 170px !important;
	padding: 6px 0 0 0 !important;
    left: -82px !important;
    top: 21px !important;
	background: url(images/flyout-top-pointer-submenu.png) no-repeat center top transparent;
	border: none !important;
	background-color: transparent !important;
	opacity: 1 !important;
	z-index: 9999;
	/*display: block !important; UNCOMMENT TO STYLE*/
}

.ux-menu-sub li {
    background: url("images/dropdown-bg-black.png") repeat scroll 0 0 transparent !important;
}

#slideshow {
    margin: -30px auto 0;
	width: 98%;
}

#content-wrapper {
	width: 85%;
	padding: 20px;
}

.services-page table {
    width: 100%;
}

.tab-pane  h2.nn_tabs-title {
	display: none !important;
}

.services-page table tbody td.price-box p.price-label {
    font-size: 0.7em;
}

/*** GALLERIES***/

.blog-galleries .span6 {
    margin: 0 auto;
    width: 98%;
}

/***/

/*** CONTACT US & CAREER OPORTUNITIES FORM ***/

.contact-us .column {
    width: 98%;
	margin: 0 auto;
}
.contact-us-form {
    margin: 0 auto 40px !important;
}

.career-opportunities .ff_elem {
    max-width: 98% !important;
}

/***/

#bottom-wrapper {
	display: block;
	background: url(../images/bottom-bg.png) no-repeat center top transparent;
	min-height: 400px;
	overflow: hidden;
}
#bottom-mods {
    max-width:300px;
    flex-wrap:wrap;
}
#bottom-mods .column.left, #bottom-mods .column.center, #bottom-mods .column.right {
    width:100%;
}

#bottom-mods .column {
	float: none;
    margin: 0 auto 20px auto;
}

#bottom-mods .right {
    float: none !important;
    margin: 0 auto 20px auto !important;
}

#bottom-wide-mod {
	width: 98%;
}

#bottom-wide-mod .custom img {
    width: 85%;
}

#footer {
	width: 98%;
}

#copyright {
    float: none;
    margin: 8px 0 10px;
    width: 100%;
}

#copyright p {
    font-size: 0.7em;
    text-align: center;
}

.footer-social {
    float: none;
    margin: 0 auto 8px !important;
	width: 100px;
}

}

@media only screen 
and (min-width : 479px) 
and (max-width : 736px) {

#header-and-content-bg {
	min-height: 350px;
    background-size: 790px 328px;
	background-position: center 80px;
}

}

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

#header-and-content-bg {
	min-height: 250px;
    background-size: 580px 241px;
	background-position: center 92px;
}

}

@media only screen 
and (min-width : 322px) 
and (max-width : 460px) {

#header-and-content-bg {
	min-height: 250px;
    background-size: 440px 183px;
	background-position: center 100px;
}

}

@media only screen 
and (min-width : 320px) 
and (max-width : 321px) {

#header-and-content-bg {
	min-height: 250px;
    background-size: 390px 162px;
	background-position: center 105px;
}

#copyright p {
    font-size: 0.6em;
}

}

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

.services-page table tbody td.service-label .fixed-height-td {
    font-size: 0.7em;
}

.services-page table tbody td.price-box p.price {
    font-size: 0.8em;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 360px) {

#copyright p {
    font-size: 0.6em;
}

}

@media only screen 
and (min-width : 320px) 
and (max-width : 414px) {

.item-page p {
    text-align: left;
}

}

