html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

html, body {
    min-height: 100% !important;
    height: auto !important;
}

* {
    outline: none !important;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background: #fff;
    zoom: 1;
    margin: 0;
    font-size: 14px;
}

body, button, input, select, textarea {
    color: #767676;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
}

.top-menu {
    background: #2b324a;
    overflow: hidden;
}

.top-menu ul {
    float: right;
    margin: 0;
    padding: 0;
}

ul {
    list-style: disc;
}

a {
    background-color: transparent;
}

.top-menu li {
    list-style: none;
    float: left;
}

.top-menu a {
    color: #ffffff;
    font-size: .9em;
    text-decoration: none;
    padding: 8px 20px;
    display: block;
}

* {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	outline: none !important;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: transparent;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #767676;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	clear: both;
	margin: 0 0 .75em;
}
h1 {
	color: #ff1063;
	font-size: 1.9em;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 1.2em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	color: #5e98f6;
	font-size: 1.5em;
	font-weight: 500;
	text-transform: uppercase;
}
h4 {
	color: #ff1063;
	font-size: 1.1em;
	text-transform: uppercase;
}
h5 {
	font-size: 1.1em;
	font-weight: 500;
}
p {
	margin: 0 0 .75em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
	font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 1.1em;
}

address {
	margin: 0 0 1.5em;
	font-style: normal;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: transparent;
	text-decoration: none;
}

big {
	font-size: 125%;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
	padding-left: 1em;
}
li > ol {
	list-style-type: lower-alpha;
}
li > ol > li > ol {
    list-style-type: lower-roman;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce button.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    /* text-transform: uppercase; */
    text-decoration: none;
    text-shadow: -1px -1px rgba( 0, 0, 0, .2 );
    text-align: center;
    line-height: 1.5;
    padding: 9px 20px;
    /* border-radius: 5px; */
    /*border: 2px solid #16609E;*/
    display: inline-block;
-webkit-box-shadow: 3px 3px 2px 0px rgba(1,151,253,0.48);
-moz-box-shadow: 3px 3px 2px 0px rgba(1,151,253,0.48);
box-shadow: 3px 3px 2px 0px rgba(1,151,253,0.48);
    background: #0197FD;
    margin: 5px 0;
	-webkit-transition: all ease .4s;
	   -moz-transition: all ease .4s;
			transition: all ease .4s;	    
}

button:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce button.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #ffffff;
	background: #16609E;
	box-shadow: inset 1px 1px 5px rgba( 0, 0, 0, .2 );
	text-decoration: none;
}

button:focus,
.woocommerce a.button:focus,
.woocommerce input.button:focus,
.woocommerce button.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
.woocommerce a.button:active,
.woocommerce input.button:active,
.woocommerce button.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	color: #ffffff;
	background: #79B225;
}

button.full,
.button.full {
	width: 100%;
}
button.large,
.button.large {
	padding: 18px 20px;
}
button.secondary,
.button.secondary,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	color: #ffffff;
	border-color: #e1e1e1;
	background: #6ea2f6; /* Old browsers */
	background: -moz-linear-gradient(top, #6ea2f6 0%, #568ade 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ea2f6), color-stop(100%,#568ade)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6ea2f6 0%,#568ade 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6ea2f6 0%,#568ade 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6ea2f6 0%,#568ade 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6ea2f6 0%,#568ade 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ea2f6', endColorstr='#568ade',GradientType=0 ); /* IE6-9 */
}
button.tertiary,
.button.tertiary {
	color: #ffffff;
	background: #fe2771;
	background: -moz-linear-gradient(top, #fe2771 0%, #e6105a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe2771), color-stop(100%,#e6105a));
	background: -webkit-linear-gradient(top, #fe2771 0%,#e6105a 100%);
	background: -o-linear-gradient(top, #fe2771 0%,#e6105a 100%);
	background: -ms-linear-gradient(top, #fe2771 0%,#e6105a 100%);
	background: linear-gradient(to bottom, #fe2771 0%,#e6105a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe2771', endColorstr='#e6105a',GradientType=0 );
}
button.tertiary:hover,
.button.tertiary:hover {
	color: #ffffff;
	background: #fe2771;
	background: -moz-linear-gradient(top, #fe2771 0%, #e6105a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe2771), color-stop(100%,#e6105a));
	background: -webkit-linear-gradient(top, #fe2771 0%,#e6105a 100%);
	background: -o-linear-gradient(top, #fe2771 0%,#e6105a 100%);
	background: -ms-linear-gradient(top, #fe2771 0%,#e6105a 100%);
	background: linear-gradient(to bottom, #fe2771 0%,#e6105a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe2771', endColorstr='#e6105a',GradientType=0 );
}

/**
 * Others Using
 * 
 * .gform_wrapper .chosen-container-single .chosen-single below as well
 *
 */
input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea,
select {
	font-size: 1.05em !important;
	font-weight: 300;
	padding: 10px 12px !important;
	border: 1px solid #b5b5b5;
	background-color: #ffffff;
	box-shadow: inset 1px 2px 4px rgba( 0, 0, 0, .1 );
	border-radius: 0;
	max-width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type=number] {
	height: 44px;
}

textarea {
	height: 150px;
	width: 100%;
}

/*********************************
 * Gravity Forms
 */
.gform_wrapper {
	
}
.gform_fields {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gform_fields .gfield {
	margin-bottom: 6px;
}
.ginput_container {
	margin-top: 0 !important;
}
@media screen and (min-width: 599px) {
	.gform_fields .gfield.one-third {
		float: left;
		width: 32%;
		margin-right: 2%;
	}
	.gform_fields .gfield.one-third:nth-child(3n) {
		margin-right: 0;
	}
}
.gform_fields .gfield.gfield_contains_required {
	position: relative;
}
.gform_fields .gfield.gfield_contains_required span.gfield_required {
	content: '*';
	color: #E42424;
}
.gform_validation_container {
	position: absolute;
	left: -9999px;
	text-indent: -9999px;
}
.gform_wrapper .gform_footer {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
input[type="text"].large,
input[type="email"].large,
input[type="number"].large,
input[type="url"].large,
input[type="tel"].large,
input[type="password"].large,
input[type="search"].large,
textarea.large,
select.large {
	width: 100% !important;
}
textarea {
	width: 100% !important;
}
.gform_wrapper .chosen-container-single .chosen-single {
	font-size: 1.05em !important;
	font-weight: 300;
	padding: 10px 12px !important;
	border: 1px solid #b5b5b5;
	background-color: #ffffff;
	box-shadow: inset 1px 2px 4px rgba( 0, 0, 0, .1 );
	border-radius: 0;
	max-width: 100%;
	height: 44px;
}

/* Field Icons */
.gfield.name input[type=text] {
	background: #ffffff 12px center/21px no-repeat url('images/forms/name.png');
	padding-left: 46px !important;
}
.gfield.email input[type=text],
.gfield.email input[type=email] {
	background: #ffffff 12px center/21px no-repeat url('images/forms/email.png');
	padding-left: 46px !important;
}
.gfield.phone input[type=text],
.gfield.phone input[type=tel] {
	background: #ffffff 12px center/21px no-repeat url('images/forms/tel.png');
	padding-left: 46px !important;
}
.gfield.message textarea {
	background: #ffffff 12px 12px/21px no-repeat url('images/forms/write.png');
	padding-left: 46px !important;
}
.gform_wrapper ul li.gfield {
	clear: none;
}
.gform_wrapper .gfield .datepicker {
	width: 100% !important;
}
.gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_year input, .gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input {
	width: 90% !important;
}
.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_year, .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
    width: 7em;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #FDCA01;
}

a:hover,
a:active {
	outline: 0;
}
.page-header a.link-red-cta,
a.link-red-cta {
  color: #EF4136;
  border-bottom: 0;
  padding-bottom: 0;	
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
button.navbar-toggle {
  background: #ef4106;
  border-color: #fff;	
}

.top-menu {
	background: #2b324a;
	overflow: hidden;
}
.top-menu ul {
	float: right;
	margin: 0;
	padding: 0;
}
.top-menu li {
	list-style: none;
	float: left;
}

.navbar {
  min-height: 30px;
  padding-bottom: 5px;
  padding-bottom: 2px;
}

.navbar-nav {
  float: right;
}

.navbar-brand {
  display: none;
}

.navbar-inverse .navbar-toggle {
  border-color: #fff;
}

.navbar-inverse .navbar-collapse {
  border-top: 0;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #ef4106;
}

.navbar-inverse .navbar-nav li a,
.top-menu a {
	color: #EF4136;
	font-size: .9em;
	text-decoration: none;
	padding: 10px 20px;
	display: block;
	text-transform:uppercase;
	-webkit-transition: all ease .4s;
	   -moz-transition: all ease .4s;
			transition: all ease .4s;	
}
.navbar-inverse .navbar-nav li a:hover,
.top-menu a:hover {
	color: #6698cc;
}
.top-menu a.dandan-activenav,
.navbar-inverse .navbar-nav li a.dandan-activenav{
	font-weight: 600;
	border-bottom: 2px solid #6698cc;
	padding-bottom: 1px;
	margin-bottom: 9px;
	-webkit-transition: all ease .4s;
	   -moz-transition: all ease .4s;
			transition: all ease .4s;	
}

.navbar-inverse .navbar-nav li a.dandan-activenav:hover
.top-menu a.dandan-activenav:hover {
	color: #6698cc;
	border-bottom: 2px solid #EF4136;
}
.navbar-inverse .navbar-nav li:last-child a,
.top-menu li:last-child a {
	/*padding-right: 0;*/
}

.navbar .dandan-telephone5 {
  display: none;	
}

.dandan-telephone5:before {
	display: none;
}
@media screen and (max-width: 480px) {
	.top-menu {
		display: none;
	}
}

.navigation-container {
	min-height: 20px;
	float: left;
	width: 100%;
	margin: 0 0 1em;
	color: #fff;
}
.main-navigation {
	clear: both;
	display: block;
	position: relative;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	position: relative;
}
.main-navigation ul.menu {
	float: right;
}

.main-navigation li {
	float: left;
}

.main-navigation li.active > a,
.main-navigation ul.menu > li:hover > a,
.main-navigation ul.menu > li.current-menu-item > a,
.main-navigation ul.menu > li.current-menu-parent > a,
.main-navigation ul.menu > li.current-menu-ancestor > a,
.main-navigation ul.menu > li.current-page-ancestor > a {
	color: #ff1063;
}

.main-navigation a {
	color: #404c72;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 0 1.6em;
	height: 54px;
	line-height: 54px;
	position: relative;
}
.main-navigation ul.menu > li:last-child a {
	padding-right: 0;
}
.main-navigation ul ul {
	position: absolute;
	top: 100%;
	display: none;
	background: #0d3057;
	z-index: 100;
	border: 2px solid #ffffff;
	border-radius: 6px;
	width: 200px;
	margin-top: -10px;
	overflow: hidden;
	padding: 10px;
}
.main-navigation ul li.two-col-sub ul {
	width: 360px;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	color: #ffffff;
	font-size: .9em;
	font-weight: 400;
	text-transform: none;
	padding: 0 0 0 1em;
	height: 36px;
	line-height: 36px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 5px;
}
.main-navigation ul ul li.current-menu-item a,
.main-navigation ul ul li:hover a {
	color: #ffffff;
	background: #4188cc;
	text-shadow: none;
}
.main-navigation ul ul li {
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
}
.main-navigation ul li.two-col-sub ul li {
	width: 50%;
}

.main-navigation .menu > li {
	
}
.main-navigation .menu > li:hover ul {
	display: block;
}

.invisible-menu > a {
	display: none;
}

/* Small menu. */
.menu-toggle {
	display: none;
}
a.feather-menu-trigger {
	top: 0;
    right: 0;
    float: right;
    background: url('../images/feather-menu-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


.feather-menu-container {
	background: #0081FF;
}
.feather-menu li:before {
	display: none !important;
}
.feather-menu a {
	text-decoration: none;
}
.feather-menu > li > a {
	background: rgba( 255, 255, 255, .15 );
}
.feather-menu > li ul li a {
	color: #D7E9F0;
	font-weight: 500;
}

.site-header:not(.sticky) .sticky-logo {
	display: none;
	opacity: 0;
}
.site-header.sticky * {
	-webkit-transition: all ease .4s;
	   -moz-transition: all ease .4s;
			transition: all ease .4s;
}
.admin-bar .site-header.sticky .main-navigation {
	top: 32px;
}
.site-header.sticky .main-navigation {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
	min-height: 54px;
	overflow: visible;
	background: #ffffff;
	border-bottom: 4px solid #ff1063;
	-webkit-box-shadow: 0px 5px 25px rgba( 0, 0, 0, .5 );
	   -moz-box-shadow: 0px 5px 25px rgba( 0, 0, 0, .5 );
			box-shadow: 0px 5px 25px rgba( 0, 0, 0, .5 );
}
.site-header.sticky .main-navigation:after,
.site-header.sticky .main-navigation ul ul:before {
	display: none !important;
}
.site-header.sticky .main-navigation .menu > li > a:after {
	border-bottom-color: #ffffff;
}
.site-header.sticky .main-navigation .menu a {
	font-size: .9em;
	padding: 0 1.4em;
}
.site-header.sticky .main-navigation ul ul {
	
}
.site-header.sticky #primary-menu {
	float: right;
}
.site-header.sticky .sticky-logo {
	float: left;
	display: inline-block;
    width: 120px;
    margin-top: -20px;
}
.site-header.sticky .sticky-logo a {
	padding: 0;
}


@media screen and (min-width: 1150px) {
	a.feather-menu-trigger,
	.site-header.sticky .feather-menu-trigger {
		display: none;
	}
}
@media screen and (min-width: 561px) {
	.main-navigation .call-us {
		display: none;
	}
}
@media screen and (max-width: 1349px) {
	.main-navigation .menu-item-3128 {
		display: none;
	}
}
@media screen and (max-width: 1279px) {
	.main-navigation .menu-item-2412 {
		display: none;
	}
}
@media screen and (max-width: 1149px) {
	.main-navigation #primary-menu {
		/*display: none;*/
	}
	.main-navigation #primary-menu * {
		outline: none;
		-webkit-tap-highlight-color: transparent;
	}
	.main-navigation #primary-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 290px;
		height: 100%;
		z-index: 6000;
		overflow: hidden;
		background: #0D3982;
		-webkit-transition: -webkit-transform .5s;
		   -moz-transition: -moz-transform .5s;
		    -ms-transition: -ms-transform .5s;
		     -o-transition: -o-transform .5s;
				transition: transform .5s;
		-webkit-transform: translate3d(-290px,0,0);
		   -moz-transform: translate3d(-290px,0,0);
			-ms-transform: translate3d(-290px,0,0);
		     -o-transform: translate3d(-290px,0,0);
				transform: translate3d(-290px,0,0);
	}
	.main-navigation #primary-menu,
	.main-navigation #primary-menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.main-navigation #primary-menu li {
		display: block;
		width: 100%;
	}
	.site {

	}
	.main-navigation #primary-menu .top-bar {
		overflow: hidden;
		margin: 0 0 10px;
	}
	a.feather-menu-trigger {
		display:  none;
	}
	.site-header.sticky .main-navigation,
	.main-navigation {
		background: #ff1063;
	}
	/*****************************************
	 ** Show when active
	 ****************************************/
	.feather-menu-active {
		overflow-x: hidden;
	}
	.feather-menu-active .main-navigation #primary-menu {
		display: block;
	}
	.site {
		-webkit-animation-delay: .2s; /* Chrome, Safari, Opera */
	    animation-delay: .2s;
		-webkit-transition: -webkit-transform .5s;
		   -moz-transition: -moz-transform .5s;
			-ms-transition: -ms-transform .5s;
			 -o-transition: -o-transform .5s;
				transition: transform .5s;
	}
	.feather-menu-active .site {
		position: relative;
		left: 0;
		top: 0;
		z-index: 250;
		padding-top: 1px;
		margin-top: -1px;
		-webkit-transform: translate3d(290px,0,0);
	       -moz-transform: translate3d(290px,0,0);
	  		-ms-transform: translate3d(290px,0,0);
	  	 	 -o-transform: translate3d(290px,0,0);
	  			transform: translate3d(290px,0,0);
	}

	#active-close-feather-menu {
		width: 50px;
		height: 50px;
		background: rgba( 255, 255, 255, .15 ) center/contain no-repeat url('images/feather-menu-close.svg');
		display: inline-block;
		float: right;
	}

	/*****************************************
	 ** Level 0
	 ****************************************/
	.main-navigation #primary-menu > li > a {
		color: #ffffff;
		display: block;
		padding: 15px;
		border-top: 1px solid rgba( 255, 255, 255, .2 );
		background: rgba( 255, 255, 255, .05 );
		height: auto;
    	line-height: 1.5;
	}
	.main-navigation #primary-menu li.menu-item-has-children > a:after {
		content: '\203A';
		font-size: 2em;
		line-height: 1;
		opacity: .75;
		margin-left: 10px;
		transform: rotate(90deg);
		float: right;
	}
	.main-navigation #primary-menu > li:last-child > a {
		border-bottom: 1px solid rgba( 255, 255, 255, .2 );
	}

	/*****************************************
	 ** Level 1
	 ****************************************/
	.main-navigation #primary-menu > li ul {
		display: none;
		padding: 10px 0;
	}
	.main-navigation #primary-menu > li ul li a {
	  color: #C2C2C2;
	  padding: 5px 15px;
	  display: block;
	}
}
@media screen and (max-width: 480px) {
	.site-header.sticky .sticky-logo {
		margin-top: -20px;
	}
	.site-header.sticky .call-us {
		margin: 0 0 0 15%;
	}
	a.feather-menu-trigger {
		display:  block;
	}

}
@media screen and (max-width: 420px) {
	.site-header.sticky .call-us {
		margin: 0 0 0 10%;
	}
}
@media screen and (max-width: 360px) {
	.site-header.sticky .sticky-logo {
		width: 100px;
		margin-top: -30px;
	}
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left !important;
}
.clear-right {
	clear: right !important;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.widget a {
	text-decoration: none;
}

.widget ul {
	margin: 0 0 1.5em 0;
}

.widgettitle {
	color: #5e98f6;
    font-size: 1.5em;
    font-weight: 500;
    text-transform: uppercase;
	margin: 0 0 .75em;
	clear: both;
}

/*********************************
 * Why dandan.com Widget
 */
#why-dandan-widget {
	color: #ffffff;
	background: #6698CC;
	padding: 1em;
	text-shadow: 0px 1px 3px rgba( 0, 0, 0, .2 );
	/*border-radius: 8px;*/
}
#why-dandan-widget h2 {
	color: #ef4106;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	background: #fdca01;
	padding: .5em 0 .2em;
	margin: .5em -1em 1em;
	-webkit-box-shadow: 0px 2px 3px rgba( 0, 0, 0, .4 );
	   -moz-box-shadow: 0px 2px 3px rgba( 0, 0, 0, .4 );
			box-shadow: 0px 2px 3px rgba( 0, 0, 0, .4 );
}
#why-dandan-widget h3 {
	color: #ffffff;
}
#why-dandan-widget li.certified {
	background-image: url('images/icons/certified-white.png');
}
#why-dandan-widget li.experience {
	background-image: url('images/icons/experience-white.png');
}
#why-dandan-widget li.insurance {
	background-image: url('images/icons/insurance-white.png');
}
#why-dandan-widget li.satisfaction {
	background-image: url('images/icons/satisfaction-white.png');
}
@media screen and (max-width: 767px) {
	#why-dandan-widget {
		margin: 0 1.5em 2em;
	}
	#why-dandan-widget h2 {
		margin: .5em -1em 1em;
	}
}

/*********************************
 * Individual package list
 */
.ind-package-list {

}
.ind-package-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.ind-package-list li {
	float: left;
	width: 50%;
}
.ind-package-list li a {
	color: #4c4c4c;
	font-size: .95em;
	text-decoration: none;
	line-height: 1;
	background: #f4f4f4;
	display: block;
	padding: 4px 4px 4px 28px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	min-height: 40px;
	position: relative;
}
.ind-package-list li a:before {
	content: "\e026";
	color: #5e98f6;
	font-family: 'FontAwesome';
	margin-right: 10px;
	position: absolute;
	top: 5px;
	left: 5px;
}
.ind-package-list li a:hover {
	color: #ffffff;
	background: #5e98f6;
}
.ind-package-list li a:hover:before {
	color: #ffffff !important;
}
.ind-package-list li:nth-child(odd) a:hover {
	background: #fd2771;
}
.ind-package-list li:nth-child(odd) a:before {
	color: #fd2771;
}

/*********************************
 * We Are Specialists In
 */
#specialist-in {
	color: #ffffff;
	background: #d45ea8;
	padding: 1.5em;
	text-shadow: 0px 1px 3px rgba( 0, 0, 0, .2 );
	border-radius: 8px;
	overflow: hidden;
}
#specialist-in h2 {
	color: #ffffff;
    font-size: 1.7em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 1em 0 .7em;
    margin: -1em -1em 1em;
    background: #5E98F6;
    -webkit-box-shadow: 0px 2px 3px rgba( 0, 0, 0, .4 );
       -moz-box-shadow: 0px 2px 3px rgba( 0, 0, 0, .4 );
    		box-shadow: 0px 2px 3px rgba( 0, 0, 0, .4 );
}
#specialist-in a {
    color: #ffffff;
    font-size: .95em;
    width: 100%;
    float: left;
    line-height: 50px;
    text-decoration: none;
    display: inline-block;
    margin: 0 -5px;
    padding-left: 25%;
}
#specialist-in a:before {
	font-size: 30px;
    display: inline-block;
    margin-right: 18px;
    margin-top: -8px;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
	#specialist-in {
		margin: 0 1.5em 2em;
	}
}

/*********************************
 * Client Testimonials
 */
.client-testimonials {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    border: 5px solid #1C6ED2;
    border-radius: 1em;
    padding: 2em 0 0;
}
.client-testimonials .heading {
	color: #5e98f6;
    font-size: 1.5em;
    font-weight: 500;
    text-transform: uppercase;
	clear: both;
	margin: 0;
}
.client-testimonials img {
	border-radius: 50%;
}
.client-testimonials .testimonial_rotator.format-rotator .slide {
	padding: 0 50px;
}
.client-testimonials ul {
    margin: 0;
    padding: 0;
}
.client-testimonials li {
    list-style: none !important;
    padding: 0;
    margin: 0;
}
.client-testimonials .widgettitle {
	color: #ffffff;
	text-transform: none;
	text-shadow: 1px 1px rgba( 0, 0, 0, .2 );
	-webkit-box-shadow: 0px 2px 3px rgba( 0, 0, 0, .4 );
       -moz-box-shadow: 0px 2px 3px rgba( 0, 0, 0, .4 );
  			box-shadow: 0px 2px 3px rgba( 0, 0, 0, .4 );
	background: #ff1063;
	margin: 0 -7px;
	padding: 20px 26px;
	position: relative;
	z-index: 2;
}
.client-testimonials > .textwidget {
	margin: -5px 0 0;
	padding: 1.5em 1em 1em;
	border: 2px solid #e1e1e1;
	border-radius: 5px;
}

.request-call-form .widgettitle {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: 500;
	text-transform: none;
	clear: both;
}
@media screen and (max-width: 599px) {
	.client-testimonials .testimonial_rotator.format-rotator .slide {
		padding: 0 20px;
	}
}
@media screen and (max-width: 480px) {
	.client-testimonials {
		text-align: center;
	}
	.client-testimonials .testimonial_rotator .has-image .img, 
	.client-testimonials .testimonial_rotator_single.has-image .img {
		width: 100%;
		margin: 0 0 1em;
	}
	.client-testimonials .testimonial_rotator .has-image .text, 
	.client-testimonials .testimonial_rotator_single.has-image .text {
		width: 100%;
	}
}

/*********************************
 * Amazon Links
 */
.amazon-links {
	width: 300px;
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.page-header {
	color: #ffffff;
	background: #6698CC;
	padding: 0;
	margin: -2em 0 5em;
	border-top: 4px solid #ef4106;
	border-bottom: 4px solid #ef4106;
}
.page-header h1,
#contact-form h1 {
	color: #ffffff;
	font-size: 2.5em;
	font-weight: 400;
	text-transform: none;
	text-shadow: 1px 1px 3px rgba( 0, 0, 0, .2 );
	margin: 0 0 1em;
	/*font-variant: small-caps;*/
	text-transform: uppercase;
}
body.page-template-page-sidebar .site-content,
body.page-template-page-utility .site-content,
body.page-template-page-legal .site-content,
body.page-template-default .site-content {
    margin: -2em 0 5em;
    border-top: 4px solid #ff1063;
    padding: 3em 0 0;
}
body.page-template-page-utility .site-content,
body.page-template-page-legal .site-content {
	padding: 6em 0 0;
}
.page-header h1:before {
	margin-right: 20px;
}

.page-header {
	margin: 0 0 3em;
}

.page-header h1,
#why-dandan-widget h1,
#contact-form h1 {
  color: #FDCA01;
  font-weight: 600;
  font-size: 2.5em;
 background: inherit;
  border-radius: 6px;
  text-align: center;
  padding: 10px;		
}
.page-header a {
	color: #FDCA01;
	border-bottom: 1px dotted #FDCA01;
	padding-bottom: 1px;
}
.page-header a:hover {
	color: #FDCA01 #FDCA01;
	text-decoration: none;
}
.page-header a.link-red-cta:hover,
a.link-red-cta:hover {
  text-decoration: underline;	
}
.hero-book {
	margin-top: 2em;
	margin-bottom: 2em;
}
.hero-book h2 {
	font-size: 2.5em;
    line-height: 1;
}
.hero-book .ribbon {
	font-size: 1.5em;
    line-height: 1;
}
.hero-book .gform_wrapper li.hidden_label input {
	margin-top: 0;
}
.hero-book .request-call-form {
	box-shadow: 0px 0px 5px rgba( 0, 0, 0, .5 );
}
.hero-book .request-call-form h2 {
	font-weight: 700;
}
.hero-book .request-call-form:before {
	content: '';
	position: absolute;
	top: -90px;
	left: 15px;
	right: 25px;
	background: url('images/forms/party_invitations.png');
	background-size: cover;
	height: 90px;
	z-index: 0;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.utility {
	margin: 0 45px;
}
.utility h1 {
	color: #6bb1f0;
	padding: 0 0 10px;
	border-bottom: 1px solid #dddddd;
}
.utility-header {
	line-height: 1.05;
	text-align: center;
	margin: 0 0 5em;
	position: relative;
}
	.utility-header h2 {
		color: #0165bf;
		font-size: 1.8em;
		font-weight: 500;
		margin: 0 0 10px;
	}
	.utility-header h4 {
		color: #6bb1f0;
		font-size: 1.3em;
		font-weight: 300;
		text-transform: none;
	}
	.utility-header .header-copy {
		font-size: .9vw;
		text-align: left;
	    position: absolute;
	    bottom: 0;
	    left: 8%;
	    border-top-left-radius: 2em;
	    padding: 1.5em 1.5em 1em 2em;
	    background: #ffffff;
	    max-width: 400px;
	}
@media screen and (max-width: 1279px) {
	.utility {
		margin: 0;
	}
	.utility-header .header-copy {
		font-size: 1.1vw;
	}
}
@media screen and (max-width: 991px) {
	body.page-template-page-utility .site-content {
		padding: 3em 0;
	}
	.utility-header {
		margin: 0 0 3em;
	}
	.utility-header .header-copy {
		font-size: 1.4vw;
	}
}
@media screen and (max-width: 767px) {
	.utility-header .header-copy {
		display: none;
	}
}


.legal-content h2 {
	color: #6bb1f0;
	font-size: 2em;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.legal-content {
		margin-top: -11vw;
	    background: #ffffff;
	    padding: 2em;
	    border-top-left-radius: 2em;
	    box-shadow: 0px 0px 12px rgba( 0, 0, 0, .2 );
	}
}
@media screen and (max-width: 767px) {
	.legal-sidebar {
		display: none;
	}
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*********************************
 * Package Sidebar
 */
@media screen and (min-width: 768px) {
	div#package-sidebar,
	div#package-sidebar.col,
	div#single-sidebar {
		width: 28%;
		float: right;
	}
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
	padding: 10px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media screen and (min-width: 768px) {
	.gallery-sidebar {
		float: right;
	}
}
.dandan-gallery {
	display: none;
}
.gallery-tabs {

}
.gallery-tabs a {
    display: block;
    background: #FF1063;
    color: #ffffff;
    text-decoration: none;
    padding: 1em;
    border-bottom: 1px solid rgba( 255, 255, 255, .3 );
}
.gallery-tabs a:hover,
.gallery-tabs a.active {
	background: #1C6ED2;
}

.mfp-title {
	display: none;
}

/*--------------------------------------------------------------
12.3 WooSlider
--------------------------------------------------------------*/
.wooslider {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
body .wooslider .slide-content {
	margin: 0;
}
.wooslider-carousel {
	background: transparent;
	padding: 0;
	margin: 0 0 20px;
	border: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
    	 -o-box-shadow: none;
			box-shadow: none;
}
.wooslider-carousel li.slide {
	border: 4px solid #ffffff;
}

/*--------------------------------------------------------------
12.4 Soliloquy
--------------------------------------------------------------*/
.soliloquy-container {
	background: none !important;
}
.soliloquy-thumbnails-item {
	float: left;
	position: relative;
}
.soliloquy-thumbnails-container .soliloquy-viewport {
	padding: 0 7px;
}
.package-section .soliloquy-container:not(.soliloquy-thumbnails-container) {
	border: 2px solid #cccccc;
	overflow: hidden;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
	.package-content .soliloquy-container .soliloquy-slides .soliloquy-image,
	.imggalpage .soliloquy-container .soliloquy-slides .soliloquy-image {
		max-height: 400px;
	}
.soliloquy-container .soliloquy-thumbnails .soliloquy-item a {
	position: relative;
	opacity: 1;
	border: 2px solid #ffffff;
    max-height: 100%;
}
.soliloquy-container .soliloquy-thumbnails .soliloquy-item:hover .thumb-caption {
	opacity: 0;
}
.soliloquy-container .soliloquy-thumbnails .soliloquy-item .thumb-caption {
	color: #ffffff;
    font-size: .85em;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
    height: 24px;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: auto;
    visibility: visible;
    opacity: 1;
    position: absolute;
    left: -7px;
    right: -7px;
    bottom: 2px;
    z-index: 10 !important;
	background: #6ea2f6;
	background: -moz-linear-gradient(top, #6ea2f6 0%, #568ade 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ea2f6), color-stop(100%,#568ade));
	background: -webkit-linear-gradient(top, #6ea2f6 0%,#568ade 100%);
	background: -o-linear-gradient(top, #6ea2f6 0%,#568ade 100%);
	background: -ms-linear-gradient(top, #6ea2f6 0%,#568ade 100%);
	background: linear-gradient(to bottom, #6ea2f6 0%,#568ade 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ea2f6', endColorstr='#568ade',GradientType=0 );
	-webkit-transition: opacity .2s;
	   -moz-transition: opacity .2s;
	   		transition: opacity .2s;
	-webkit-box-shadow: 0px 2px 3px rgba( 0, 0, 0, .4 );
	   -moz-box-shadow: 0px 2px 3px rgba( 0, 0, 0, .4 );
			box-shadow: 0px 2px 3px rgba( 0, 0, 0, .4 );
	pointer-events: none;
}
.package-section .soliloquy-container .soliloquy-thumbnails .soliloquy-item > a {
	max-height: 80px;
	overflow: hidden;
}
.package-section .soliloquy-container .soliloquy-thumbnails .soliloquy-item > a img {
	height: 80px;
	max-width: 999em;
}
.soliloquy-container .soliloquy-thumbnails .soliloquy-item.soliloquy-active-slide a {
	border-color: #568ADE;
}
.soliloquy-container .soliloquy-thumbnails .soliloquy-item:hover a {
	border-color: #ff1063;
}
.soliloquy-container .soliloquy-thumbnails .soliloquy-item:hover:after {
	background: rgb(255,40,115); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,40,115,1) 0%, rgba(230,15,90,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,40,115,1)), color-stop(100%,rgba(230,15,90,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,40,115,1) 0%,rgba(230,15,90,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,40,115,1) 0%,rgba(230,15,90,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,40,115,1) 0%,rgba(230,15,90,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,40,115,1) 0%,rgba(230,15,90,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2873', endColorstr='#e60f5a',GradientType=0 ); /* IE6-9 */
}
@media screen and (max-width: 767px) {
	.additional-details .soliloquy-container .soliloquy-thumbnails .soliloquy-item {
		width: 200px !important;
	}
}
@media screen and (max-width: 600px) {
	.additional-details .soliloquy-container .soliloquy-thumbnails .soliloquy-item {
		width: 150px !important;
		height: 160px !important;
	}
}

/* Reset bounce thumbnails */
.package-section .bounce-slider .soliloquy-container .soliloquy-thumbnails .soliloquy-item > a img {
	height: auto;
	max-width: 100%;
}


/*--------------------------------------------------------------
13.0 Scaffolding
--------------------------------------------------------------*/
.container {
	width: 1400px;
	max-width: 100%;
	margin: 0 auto;
}
.no-margin {
	margin: 0;
}
.col {
	padding: 0 20px;
}
.col-9 {
	width: 75%;
}
.col-8 {
	float: left;
	width: 66.666%;
}
.col-7 {
	float: left;
	width: 58.333%;
}
.col-6 {
	float: left;
	width: 50%;
}
.col-5 {
	float: left;
	width: 41.666%;
}
.col-4 {
	float: left;
	width: 33.333%;
}
.col-3 {
	float: left;
	width: 25%;
}
.col-2 {
	float: left;
	width: 16.666%;
}
.box {
	border: 1px solid #e1e1e1;
	padding: 1em;
}
.box.extra-padding {
	padding: 2em;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
@media all and (max-width: 1280px) {

}
@media all and (max-width: 960px) {
	.col-3 {
		width: 50%;
	}
}


/*--------------------------------------------------------------
14.0 Header
--------------------------------------------------------------*/
.header-title {
  font-family: Anton;
  font-size: 2.8em;
  color: #ef4106;
  /*text-transform: uppercase;*/
  margin-top: 0;
  padding-top: 0;
  vertical-align: bottom;
}
.header-subtitle {
  color:#fdca01;
}
.header-book {
	color:#6698CC;
	font-size:1.2em;
}
.header-c .header-tel {
	color:#6698CC;
	font-size:1.4em;
}
.site-header {
	
}

.top-header {
  padding-top: 50px;
}

.top-header .container {
	position: relative;
}
.vcenter {
	margin-top: 2.9em;
}
.site-branding {
	float: left;
	margin: 0 0 -18px -46px;
}
.site-info {
	float: right;
	margin-bottom: 10px;
}
.logo {
    width: 280px;
    position: relative;
    z-index: 10;
    margin-bottom: 10px;
    margin-top: -30px;
}
.social-icons {
	/*float: left;*/
	margin-left: 80px;
    float: none;
    position: relative;
    width: auto;	
}
.social-icons .social {
	text-decoration: none;
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 20px 5px 0 0;
}
.social-icons .social.facebook {
	background-color: #4982eb;
}
.social-icons .social.twitter {
	background-color: #4a97e2;
}
.social-icons .social.googleplus {
	background-color: #d6412b;
}
.social-icons .social.youtube {
	background-color: #C3191E;
}
.social-icons .social.instagram {
	background-color: #CFA319;
}
.social-icons .social:before {
	color: #ffffff;
	font-size: 1.4em;
	display: block;
	text-align: center;
	line-height: 40px;
}
.call-us {
	float: left;
	padding-left: 70px;
	min-height: 59px;
}
.call-us.header-c {
	text-align: right;
	color:#F89406;
	font-size: 1.2em;
}
.call-us h4 {
	line-height: 1;
	display: block;
}
.call-us .phone-number {
	color: #ef4106;
	font-size: 1.6em;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: -1px;
	position: relative;
}
.call-us .phone-number:before {
/*	
  font-size: 2em;
  position: absolute;
  right: 100%;
  bottom: 0;
  line-height: 1;
  margin-right: 10px;
*/  
}
.site-address {
	float: left;
}
.site-address h4 {
	line-height: 1;
}
.site-address address {
	font-size: .95em;
	line-height: 1.3;
}
.request-call {
	float: right;
}
.request-call a.button {
	float: left;
}
@media screen and (max-width: 1500px) {
	.site-branding {
		margin: 15px 0 -18px 0;
	}
}
@media screen and (max-width: 1400px) {
	.call-us .phone-number {
		font-size: 1.4em;
	}
	.request-call a.button {
		font-size: 1em;
	}
}
@media screen and (max-width: 1200px) {
	.site-branding {
		width: 200px;
	}
}
@media screen and (max-width: 980px) {
	.site-branding {
		width: 200px;
	}
	.vcenter {
      margin-top: 1.0em;
    }
    .call-us.header-c {
      font-size: 1.0em;	
    }
    .header-title {
      font-size: 2.5em;	
    }
    .social-icons {
      float: none;
      position: relative;
      width: auto;
    }
    .social-icons .social {
    	float: right;
    	margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
	.request-call,
	.site-address {
		display: none;
	}
	.header-c:not(.site-branding) {
		width: auto;
	}
	.social-icons .social {
		font-size: .9em;
		width: 32px;
		height: 32px;
		border-radius: 32px;
		background-size: auto 16px;
	}
	.social-icons .social:before {
		line-height: 32px;
	}
	.vcenter {
		margin-top: 0;
	}
.call-us {
	float: left;
	padding-left: 10px;
	min-height: 59px;
}
.header-title {
  font-size: 2.0em;
}

	.social-icons,
	.call-us {
		float: right;
		clear: right;
		margin: 10px 30px 10px 0;
	}
	.call-us a {
		/*padding: 0;*/
	}
}
@media screen and (max-width: 560px) {
	.top-header,
	.navigation-container {
	  display: none;	
	}
    .navbar-header {
      padding: 5px;	
    }
    .navbar-fixed-top {
      position: relative;
    } 
    .top-menu {
      display: none;	
    }
	.navbar .dandan-telephone5 {
	  color: #6698CC;
	  font-weight: 500;
      text-decoration: none;
      letter-spacing: -1px;
      font-size: 1.4em;
      margin-left: 60px;
      position: relative;
      top: -5px;
      display: block;
	}
	.navbar .dandan-telephone5:before {
	  font-size: 1.5em;
	  margin-right: 10px;
	  display: inline-block;	
	}
	.navbar-brand img {
	  margin-right: 10px;	
	}
	.site-branding {
		width: 40%;
	    margin-left: 3%;
	}
	.call-us.header-c,
	.social-icons {
		display: none;
	}
	.call-us {
		width: auto !important;
		display: block;
		background: #ff1063;
		float: left;
		overflow: hidden;
		min-height: 0;
		padding: 0;
		margin: 0 0 0 50%;
	}
	.call-us h4,
	.call-us .phone-number:before {
		display: none;
	}
	.call-us .phone-number {
		color: #ffffff;
	}
}
@media screen and (max-width: 480px) {
	.site-branding {
		width: 30%;
	}
	.call-us {
		font-size: .9em;
		line-height: 54px;
		margin: 0 0 0 40%;
	}
}
@media screen and (max-width: 420px) {
	.site-branding {
		width: 35%;
	}
	.call-us {
		font-size: .8em;
	}
}

/*--------------------------------------------------------------
14.1 Request a call popup
--------------------------------------------------------------*/
.spu-box {
	max-width: 100% !important;
}
.spu-box input[type="text"], 
.spu-box input[type="email"], 
.spu-box input[type="url"], 
.spu-box input[type="tel"], 
.spu-box input[type="password"], 
.spu-box input[type="search"], 
.spu-box textarea {
	width: 100%;
}


/*--------------------------------------------------------------
15.0 Homepage
--------------------------------------------------------------*/

/*********************************
 * Package Listings
 */
.frontprodthumbs {
	margin-top: -2em;
	padding-top: 2em;
	border-top: 4px solid #ff1063;
}
.frontprodthumbs .thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	text-indent: -9999em;
	overflow: hidden;
}
.frontprodthumbs .package-label {
	color: #ffffff;
	font-size: 1.05em;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px rgba( 0, 0, 0, .1 );
	height: 46px;
	line-height: 46px;
	display: block;
	margin: 67% -9px 0;
	background: #659efd;
	background: -moz-linear-gradient(top, #659efd 0%, #4c86e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#659efd), color-stop(100%,#4c86e4));
	background: -webkit-linear-gradient(top, #659efd 0%,#4c86e4 100%);
	background: -o-linear-gradient(top, #659efd 0%,#4c86e4 100%);
	background: -ms-linear-gradient(top, #659efd 0%,#4c86e4 100%);
	background: linear-gradient(to bottom, #659efd 0%,#4c86e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#659efd', endColorstr='#4c86e4',GradientType=0 );
	-webkit-box-shadow: 0px 3px 3px rgba( 0, 0, 0, .4 );
	   -moz-box-shadow: 0px 3px 3px rgba( 0, 0, 0, .4 );
			box-shadow: 0px 3px 3px rgba( 0, 0, 0, .4 );
	pointer-events: none;
}
.frontprodthumbs .package-label:before {
	position: absolute;
	left: 10px;
}
.frontprodthumbs .package:hover .package-label {
	background: #4e91fc; /* Old browsers */
	background: -moz-linear-gradient(top, #4e91fc 0%, #266ee2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e91fc), color-stop(100%,#266ee2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4e91fc 0%,#266ee2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4e91fc 0%,#266ee2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4e91fc 0%,#266ee2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4e91fc 0%,#266ee2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e91fc', endColorstr='#266ee2',GradientType=0 ); /* IE6-9 */
}
.frontprodthumbs .package {
	float: left;
	width: 14%;
	margin-right: 2.666%;
	margin-bottom: 2.666%;
	height: 1px;
    padding-bottom: 12.8%;
	border: 4px solid #ffffff;
	position: relative;
	z-index: 20;
	-webkit-box-shadow: 0px 3px 5px rgba( 0, 0, 0, .5 );
	   -moz-box-shadow: 0px 3px 5px rgba( 0, 0, 0, .5 );
			box-shadow: 0px 3px 5px rgba( 0, 0, 0, .5 );
	background-size: cover;
    background-repeat: no-repeat;
}
.package.dandan {
	background-image: url('img/thumbs/dandan.jpg');
}
.package.bounces {
	background-image: url('img/thumbs/bounce-house.jpg');
}
.package.characters {
	background-image: url('img/thumbs/character.jpg');
}
.package.princesses {
	background-image: url('img/thumbs/princess.jpg');
}
.package.magicians {
	background-image: url('img/thumbs/magician.jpg');
}
.package.fairies {
	background-image: url('img/thumbs/fairy.jpg');
}
.package.equipment {
	background-image: url('img/thumbs/equipment.jpg');
}
.package.theme {
	background-image: url('img/thumbs/theme.jpg');
}
.package.toddler {
	background-image: url('img/thumbs/toddler.jpg');
}
.package.pirate {
	background-image: url('img/thumbs/pirate.jpg');
}
.package.sport {
	background-image: url('img/thumbs/sport.jpg');
}
.package.corporate {
	background-image: url('img/thumbs/corporate.jpg');
}
.package.communion {
	background-image: url('img/thumbs/communion.jpg');
}
.package.baptism {
	background-image: url('img/thumbs/baptism.jpg');
}
.package.purim {
	background-image: url('img/thumbs/purim.jpg');
}
.package.halloween {
	background-image: url('img/thumbs/halloween.jpg');
}
.package.christmas {
	background-image: url('img/thumbs/christmas.jpg');
}
.package.hanukkah {
	background-image: url('img/thumbs/hanukkah.jpg');
}

#gform_wrapper_14 {
	color: #292F33;
	border: 10px solid #5E98F6;
    border-radius: 1em;
    padding: 1em 2em;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(194,211,237,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(194,211,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(194,211,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(194,211,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(194,211,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(194,211,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c2d3ed',GradientType=0 );
    overflow: hidden;
}
#gform_wrapper_14 .gfield_label {
	color: #FF1063;
}
#gform_wrapper_14 .gfield_checkbox li, 
#gform_wrapper_14 .gfield_radio li {
	margin: 0 0 .25em !important;
}
#gform_confirmation_message_14 {
	color: #ffffff;
    font-size: 1.2em;
    text-align: center;
	background: #8DC140;
    padding: 2em;
    border-radius: 1em;
    margin: 2em 0;
}
.build-your-own {
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 2em;
}
.build-your-own a:hover {
	color: #ffffff;
}
.build-your-own .button {
	color: #ffffff;
	margin: 0 0 10px;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.package-switch .tabs {
	text-align: center;
    margin: 0 0 2em;
}
.package-switch a.tab {
	color: #ffffff;
    text-decoration: none;
    margin: 0 1px 4px 0;
    padding: 4px 10px;
    background: rgba( 255, 255, 255, .15 );
    border-radius: 5px;
    border: 1px solid rgba( 255, 255, 255, .4 );
    box-shadow: inset 0px 5px 10px rgba( 255, 255, 255, .1 );
    width: 9%;
    min-width: 106px;
    display: inline-block;
}
.package-switch a.tab:hover,
.package-switch a.tab.active {
	background: #E069B4;
}

.frontprodthumbs .package-section {
	width: 1000px;
    margin: 0 auto 3em;
    max-width: 100%;
}
.frontprodthumbs .package-section .pricing-tables {
	display: none;
}

@media screen and (max-width: 767px) and (min-width: 481px) {
	.frontprodthumbs .package {
		width: 23%;
		margin-bottom: 50px;
	}
	.frontprodthumbs .package:nth-child(4n+1) {
		margin-right: 0;
	}
	.frontprodthumbs .package-label {
		font-size: .9em;
		margin-top: 55%;
	}
}
@media screen and (max-width: 479px) {
	.frontprodthumbs .package {
		width: 48.75%;
		padding-bottom: 30.5%;
		margin-bottom: 50px;
		margin-right: 5%;
		margin-left: -1.25%;
	}
	.frontprodthumbs .package:nth-child(2n+1) {
		margin-right: -1.3%;
		margin-left: 0;
	}
	.frontprodthumbs .package-label {
		font-size: .9em;
		margin-top: 60%;
	}
	.package-switch a.tab {
		font-size: .95em;
		width: 32%;
	}

}

.dandan-packages h2 {
	color: #0197FD;
	font-size: 2.5em;
	font-weight: bold;
    text-transform: uppercase;
}
.dandan-packages h2:before {
/*	
    color: inherit;
    font-size: 60px;
    vertical-align: middle;
    margin-right: 40px;
*/    
}


/*********************************
 * Request A Call Form
 */
.request-call-form {
	color: #ffffff;
	background: #5E98F6;
	padding: 1em;
	text-shadow: 0px 1px 3px rgba( 0, 0, 0, .2 );
	float: left;
	width: 100%;
}
.request-call-form h2 {
	color: #ffffff;
	margin-bottom: 5px;
}
.request-call-form .ribbon,
.pricing-tables .ribbon {
	background: #FF1063;
	padding: .8em 0 .7em;
	margin: 0 -1.5em 5px;
	-webkit-box-shadow: 0px 2px 3px rgba( 0, 0, 0, .4 );
	   -moz-box-shadow: 0px 2px 3px rgba( 0, 0, 0, .4 );
			box-shadow: 0px 2px 3px rgba( 0, 0, 0, .4 );
}
.request-call-form .ribbon a {
	color: #ffffff;
	font-size: 2.2em;
	text-decoration: none;
	letter-spacing: -1px;
}
.request-call-form .ribbon span {
	font-weight: 500;
}
.request-call-form input[type=text],
.request-call-form input[type=email],
.request-call-form input[type=tel] {
	width: 100%;
}
.request-call-form input[type=submit] {
	font-size: 1.4em !important;
	width: 100%;
	float: right;
}

/*********************************
 * Why dandan.com?
 */
.choose-dandan {
	clear: both;
}
.choose-dandan h2 {
	color: #ff1063;
	font-size: 2em;
	vertical-align: top;
}
.choose-dandan h2 span {
	font-size: 1.3em;
	line-height: .8;
	font-weight: 700;
	display: inline-block;
}
.choose-dandan ul {
	margin: 0;
	padding: 0;
	list-style: none;
    list-style: none;
    font-size: 1.3em;
    margin: 0 auto;
    padding: 20px 10px;
    max-width: 800px;	
}
.choose-dandan li {
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 70px;
	margin: 0 0 1.5em;
}
.choose-dandan li.certified {
	background-image: url('images/icons/certified.png');
}
.choose-dandan li.experience {
	background-image: url('images/icons/experience.png');
}
.choose-dandan li.insurance {
	background-image: url('images/icons/insurance.png');
	min-height: 52px;
}
.choose-dandan li.satisfaction {
	background-image: url('images/icons/satisfaction.png');
	min-height: 58px;
	margin-bottom: 0;
}
.choose-dandan li .cert-label {
	color: #5e98f6;
    font-size: 1.5em;
    font-weight: 500;
    text-transform: uppercase;
	line-height: 1;
	margin-bottom: 5px;
	clear: both;
}
.choose-dandan li p {
	font-size: .95em;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	.choose-dandan {
		border: 0 !important;
	}
}


/*********************************
 * Pink Section
 */
.fronthighlight {
	color: #ffffff;
	background: #E35EB2;
	padding: 2em 0;
	margin: 0 0 2em;
}
.fronthighlight h3 {
	color: #ffffff;
	text-shadow: 1px 2px 3px rgba( 0, 0, 0, .3 );
}
.fronthighlight h3:before {
	font-size: 1.7em;
    margin-right: 40px;
    vertical-align: middle;
}
}
@media screen and (max-width: 767px) {
	.fronthighlight h3:before {
		font-size: 1.2em;
		margin-top: -5px;
	}
}

/*********************************
 * View Our Packages
 */
 @media screen and (max-width: 767px) {
	.center-packages {
		display: none;
	}
}
.highlight.package {
	color: #ffffff;
	font-size: 1.1em;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background: #993173;
	float: left;
	width: 48%;
	border-radius: 5px;
	padding: 1em 0;
	margin-bottom: 10px;
}
.highlight.package:nth-child(2n) {
	float: right;
}
.highlight.package:hover {
	background: #5E98F6;
}


/*********************************
 * View Videos and Photos Gallery
 */
.sview-gallery {
    border: 20px solid #5e98f6;
    padding: 1em;
    margin: 0 auto 4em;
    position: relative;
    height: 400px;
    max-width: 370px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(194,211,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(194,211,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(194,211,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(194,211,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(194,211,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(194,211,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c2d3ed',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	   		transition: all .4s;
}
.sview-gallery:hover {
	border-color: #FF1063;
}
.sview-gallery:before {
	content: '';
    background: url('images/dandan-media-gallery.png') no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -3em;
    left: -3em;
    width: 100%;
    padding-bottom: 100%;
    max-width: 319px;
}
.sview-gallery .heading {
    color: #FF1063;
    font-weight: 900;
    font-size: 1.7em;
    text-transform: none;
    line-height: 1;
    display: inline-block;
}
.sview-gallery .heading strong {
    font-size: 1.2em;
    font-weight: 800;
}
.sview-gallery .heading span {
    float: right;
    font-size: .8em;
    text-transform: none;
    font-weight: 900;
    color: #5E98F6;
    line-height: 1.5em;
}
.sview-gallery .button {
	position: absolute;
    z-index: 20;
    right: 1em;
    bottom: 2em;
    margin-top: 60%;
    padding: .75em 2em;
}
.sview-gallery .action-cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}


/*********************************
 * We Are Specialists In
 */
.specialize-in {
	color: #ffffff;
    background: #fdca01;
    float: left;
    width: 100%;
    /*border-radius: 1em;*/
    overflow: hidden;
}
.specialize-in h3 {
	color: #ffffff;
	background: #6698CC;
    padding: .75em 0;
}
ul.dandan-specialties {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	list-style: none;
}
li.specialty {
	font-size: 1.1em;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 12px 0px 12px 70px;
    margin: 0;
    position: relative;
    color: #fdca01;
}
li.specialty:before {
	font-size: 1.75em;
    position: absolute;
    top: 2px;
	left: 0;
}
@media screen and (max-width: 767px) {
	li.specialty {
		/*
		float: left;
		width: 50%;
		padding-left: 50px;
		background-size: 30px auto;
		font-size: .9em;
		background-position: top left !important;
		padding: 0 0 20px 50px;
		*/
	}
	li.specialty:nth-child(2n+1) {
		clear: left;
	}
	li.specialty.christenings {
		background-size: 25px auto;
	}
	li.specialty.corporate-events {
		background-size: 20px auto;
	}
}
@media screen and (max-width: 599px) {
	.specialize-in {
		display: none;
	}
}


/*********************************
 * Meet the Childrens' Entertainers
 */
.meet-entertainers {
	margin: 0 0 2em;
}
.meet-entertainers h3 {
	color: #fe3f86;
}
.entertainers {
	position: relative;
	min-height: 450px;
}
@media screen and (max-width: 479px) {
	.entertainers {
		min-height: 350px;
	}
}
.entertainers .entertainer {
	position: absolute;
	top: 0;
}
.entertainers .entertainer .name {
	font-size: 1.3em;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin: 10px 0 0;
}
.entertainers .entertainer .photo {
	width: 190px;
	height: 190px;
	border: 9px solid;
	border-color: inherit;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.entertainers .entertainer.jon {
	color: #e35eb2;
	border-color: #e35eb2;
	left: 0;
}
.entertainers .entertainer.jon .photo {
	background-image: url('images/entertainers/jon.png');
}
.entertainers .entertainer.sara {
	color: #41c948;
	border-color: #41c948;
	left: 50%;
	margin-left: -90px;
}
.entertainers .entertainer.sara .photo {
	background-image: url('images/entertainers/sara.png');
}
.entertainers .entertainer.mike {
	color: #2164e0;
	border-color: #2164e0;
	right: 0;
}
.entertainers .entertainer.mike .photo {
	background-image: url('images/entertainers/mike.png');
}
.entertainers .entertainer.steve {
	color: #feb422;
	border-color: #feb422;
	top: 200px;
	left: 33.333%;
	margin-left: -99px;
}
.entertainers .entertainer.steve .photo {
	background-image: url('images/entertainers/steve.png');
}
.entertainers .entertainer.sharon {
	color: #5bc2f7;
	border-color: #5bc2f7;
	top: 200px;
	left: 66.666%;
	margin-left: -81px;
}
.entertainers .entertainer.sharon .photo {
	background-image: url('images/entertainers/sharon.png');
}
@media screen and (max-width: 767px) {
	.entertainers .entertainer .photo {
		width: 200px;
		height: 200px;
	}
	.entertainers .entertainer.sara {
		margin-left: -100px;
	}
}
@media screen and (max-width: 700px) {
	.entertainers .entertainer .photo {
		width: 180px;
		height: 180px;
	}
	.entertainers .entertainer.sara {
		margin-left: -90px;
	}
}
@media screen and (max-width: 600px) {
	.entertainers .entertainer .photo {
		width: 140px;
		height: 140px;
	}
	.entertainers .entertainer.sara {
		margin-left: -70px;
	}
}
@media screen and (max-width: 480px) {
	.entertainers .entertainer .photo {
		width: 120px;
		height: 120px;
		border-width: 6px;
	}
	.entertainers .entertainer.sara {
		margin-left: -60px;
	}
	.entertainers .entertainer.steve,
	.entertainers .entertainer.sharon {
		top: 180px;
	}
}
@media screen and (max-width: 420px) {
	.entertainers .entertainer .photo {
		width: 100px;
		height: 100px;
		border-width: 6px;
	}
	.entertainers .entertainer.sara {
		margin-left: -50px;
	}
	.entertainers .entertainer.steve,
	.entertainers .entertainer.sharon {
		top: 160px;
	}
}

/*********************************
 * Meet the Childrens' Entertainers
 */
.latest-videos {

}
.latest-videos h3 {
	color: #2164e0;
}
.latest-videos iframe {
	margin: 0 auto;
	display: block;
}


/*--------------------------------------------------------------
22.0 Single Package
--------------------------------------------------------------*/
.entry-content p {
	font-size: 1.25em;
}
.package-section {
	margin: 0 0 3em;
	background: #6698CC;
}
.package-brief {
	padding: 3em 0 0;
}

.additional-details.details-bg {
	margin-top: -5em;
    padding-top: 10em;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 80%;
}
@media screen and (max-width: 767px) {
	.entry-content p {
	  font-size: 1.15em;
    } 
	.additional-details.details-bg {
		margin-top: -3em;
	    padding-top: 4em;
	    background-size: 100%;
	}
}
@media screen and (max-width: 480px) {
	.additional-details.details-bg {
	    padding-top: 2em;
	}
}

.package-brief .entry-content {
	padding: 0 0 2em;
}
.package-brief .package-section a.button {
	color: #ffffff;
}
.package-masthead {
	margin: -20px -50px -60px -30px;
}
.party-invitations {
	text-shadow: 1px 1px 3px rgba( 0, 0, 0, .2 );
}
.party-invitations h3 {
	color: #ffffff;
	font-size: 3.4em;
	font-size: 3.4vw;
	margin: 0 0 .5em;
}
.free-invitations {
	float: left;
	width: 100%;
	margin: 0 0 1em;
}
.free-invitations span.num {
	color: #feee5d;
	font-size: 4.5em;
	font-weight: 500;
	line-height: .9;
	margin: 0 10px 0 0;
	display: block;
	float: left;
}
.free-invitations h4 {
	color: #ffffff;
	font-size: 2.5em;
	font-weight: 500;
	line-height: 1em;
	clear: none;
	margin: 0;
}
.free-invitations span.label {
	font-size: 1.1em;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
}
.free-invitations .button {
	width: 240px;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.dandan-packages > h2 {
		font-size: 1.75em;
		line-height: 1;
	}
	.dandan-packages > h2:before {
		display: none !important;
	}
	.package-brief {
		padding: 2em 0;
	}
	.package-masthead {
		margin: 0;
	}
	.party-invitations.pull-right {
		float: none !important;
	}
}
.additional-details .soliloquy-container .soliloquy-thumbnails .soliloquy-item {

}
.additional-details .soliloquy-caption {
	display: none;
}

.package-include {
	text-align: center;
}
.package-include span {
	color: #555555;
	font-size: .9em;
	line-height: 1.3;
	display: block;
}
.package-include .icon {
	
}
.package-include .icon:before {
	color: #538deb;
	font-family: 'FontAwesome';
	font-size: 4em;
}

.locations {
	text-align: center;
	margin: 0 0 1em;
}
.locations a.button {
    background: #2163D0;
    box-shadow: inset 0px -5px 5px rgba( 255, 255, 255, .2 );
    border: 1px solid #2058B3;
    color: #ffffff;
    font-size: .9em;
    display: inline-block;
    padding: 9px 12px;
    margin: 0 0 3px;
}
.locations a.button.active,
.locations a.button:hover {
	color: #ffffff;
	background: #DE67B2;
	border-color: #FF1063;
}
.pricing-tables {
	
}
.pricing-tables h5 {
	color: inherit;
	font-size: .9em;
	text-transform: uppercase;
	margin: 2em 0 .5em;
}
.pricing-tables ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pricing-tables ul li {
	color: #929292;
	font-size: .95em;
	padding: 0 0 0 26px;
	position: relative;
	margin: 0 0 10px;
}
.pricing-tables ul li:before {
	color: #5e98f6;
	font-size: 1em;
	position: absolute;
	top: 0;
	left: 0;
}
.pricing-tables small {
	color: #538DEB;
	line-height: 1.4;
    display: inline-block;
}
.pricing-tables a {
	color: inherit;
}
.pricing-tables .table {
	float: left;
	padding: 0 25px;
	border: 1px solid #dddddd;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.pricing-tables .table a.button {
	color: #ffffff;
	margin: 1em 0;
}
.pricing-tables .table-one {
	color: #588CE0;
}
.pricing-tables .table-two {
	color: #a0c568;
}
.pricing-tables .table-three {
	color: #d45ea8;
}
.pricing-tables .head {
	color: #ffffff;
	text-shadow: 1px 1px 4px rgba( 0, 0, 0, .2 );
	padding: 2em 0 0;
	margin: -1px -26px 80px;
	position: relative;
}

.pricing-tables .head:after {
  content: "";
  position: absolute;
  top: 95%;
  z-index: 100;
  left: -25%;
  padding-bottom: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-30deg) skewX(30deg);
  -ms-transform: rotate(-30deg) skewX(30deg);
  transform: rotate(-20deg) skewX(52.5deg);
}
.pricing-tables .table-one .head {
	background: rgb(117,168,251); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(117,168,251,1) 0%, rgba(88,140,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(117,168,251,1)), color-stop(100%,rgba(88,140,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(117,168,251,1) 0%,rgba(88,140,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(117,168,251,1) 0%,rgba(88,140,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(117,168,251,1) 0%,rgba(88,140,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(117,168,251,1) 0%,rgba(88,140,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75a8fb', endColorstr='#588ce0',GradientType=0 ); /* IE6-9 */
}
.pricing-tables .table-one .head:after {
	background-color: #588CE0;
}
.pricing-tables .table-one a.button {
	background: #588CE0;
}
.pricing-tables .table-two .head {
	background: rgb(161,198,104); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(161,198,104,1) 0%, rgba(133,170,77,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,198,104,1)), color-stop(100%,rgba(133,170,77,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(161,198,104,1) 0%,rgba(133,170,77,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(161,198,104,1) 0%,rgba(133,170,77,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(161,198,104,1) 0%,rgba(133,170,77,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(161,198,104,1) 0%,rgba(133,170,77,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c668', endColorstr='#85aa4d',GradientType=0 ); /* IE6-9 */
}
.pricing-tables .table-two .head:after {
	background-color: #85aa4d;
}
.pricing-tables .table-three .head {
	background: rgb(230,112,186); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(230,112,186,1) 0%, rgba(203,84,159,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,112,186,1)), color-stop(100%,rgba(203,84,159,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(230,112,186,1) 0%,rgba(203,84,159,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(230,112,186,1) 0%,rgba(203,84,159,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(230,112,186,1) 0%,rgba(203,84,159,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(230,112,186,1) 0%,rgba(203,84,159,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e670ba', endColorstr='#cb549f',GradientType=0 ); /* IE6-9 */
}
.pricing-tables .table-three .head:after {
	background-color: #ca549f;
}
.pricing-tables .table-three a.button {
	background: #d45ea8;
}
.pricing-tables .table-name {
	color: #ffffff;
	font-size: 1.8em;
	font-weight: 500;
    text-transform: uppercase;
	margin: 0 0 10px;
	clear: both;
}
.pricing-tables .table-desc {
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.pricing-tables .hourly {
	font-size: 3.8em;
	font-weight: 700;
	line-height: 1;
}
.pricing-tables .limit {
	font-size: 1.2em;
	line-height: 1;
}
.pricing-tables .limit span {
	font-size: 1.2em;
	font-weight: 700;
}

.dandan-addons h3 {
	color: #ff1063;
	font-size: 1.7em;
    height: 60px;
    line-height: 60px;
}
.dandan-addons h3:before {
	color: inherit;
	font-size: 60px;
	vertical-align: middle;
	margin-right: 40px;
}
.party-addons .addon {
	box-shadow: 1px 2px 4px rgba( 0, 0, 0, .35 );
	margin: -5px;
	position: relative;
}
.party-addons .ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	bottom: -3px;
	right: -3px;
	z-index: 5;
}
.party-addons .ribbon-inside {
	color: #ffffff;
	font-size: 1.3em;
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba( 0, 0, 0, .2 );
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: relative;
	padding: 8px 0;
	right: -30px;
	top: 89px;
	width: 160px;
	background: #6ea2f6;
	background: -moz-linear-gradient(top, #6ea2f6 0%, #568ade 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ea2f6), color-stop(100%,#568ade));
	background: -webkit-linear-gradient(top, #6ea2f6 0%,#568ade 100%);
	background: -o-linear-gradient(top, #6ea2f6 0%,#568ade 100%);
	background: -ms-linear-gradient(top, #6ea2f6 0%,#568ade 100%);
	background: linear-gradient(to bottom, #6ea2f6 0%,#568ade 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ea2f6', endColorstr='#568ade',GradientType=0 );
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
@media screen and (max-width: 767px) {
	.party-addons {
		margin: 0 1.5em 2em;
	}
	.party-addons .addon {
		margin: 5px;
	}
}

/*--------------------------------------------------------------
21.1 Christmas
--------------------------------------------------------------*/
/** Gallery Page **/
.page-id-5192 .site-content {
	background-image: url('images/detail/christmas-decor.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 80%;
    padding-top: 15% !important;
}
.button.christmas-gallery {
    font-size: 1.4em;
    line-height: 1;
    text-align: left;
    background: #BC252C;
    padding: 2em 2em 2em 9em !important;
    margin: 2em 0;
    position: relative;
}

.button.christmas-gallery span {
    display: block;
    font-size: 1.2em;
}

.button.christmas-gallery:before {
    content: '';
    position: absolute;
    width: 144px;
    padding-bottom: 60%;
    background: url('images/detail/dandan-christmas-santa-snowman.png') no-repeat;
    background-size: contain;
    bottom: 5px;
    left: 20px;
}

@media screen and (max-width: 560px) {
	.button.christmas-gallery {
		font-size: 1.2em;
		padding: 2em 1em 2em 8em !important;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.button.christmas-gallery {
		font-size: 1em;
		padding: 2em 1em 2em 10em !important;
		width: 100%;
	}
	.christmas-gallery:before {
		width: 100px;
		padding-bottom: 47%;
	}
}
@media screen and (max-width: 450px) {
	.button.christmas-gallery {
		padding: 2em 1em 2em 8.5em !important;
	}
}
@media screen and (max-width: 420px) {
	.button.christmas-gallery {
		padding: 2em 1em 2em 7.5em !important;
	}
}


/*--------------------------------------------------------------
22.0 Footer
--------------------------------------------------------------*/
.site-footer {
	color: #ffffff;
	background: #16619F;
	padding: 2em 0;
	border-top: 2px solid #ef4106;
}
.site-footer a {
	color: inherit;
	text-decoration: none;
}
.site-footer hr {
	opacity: .5;
    background-color: #36A7B7;
    width: 80%;
}
.site-footer .footer-heading {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: none;
	margin: 0 0 .75em;
	clear: both;
}
.site-footer .footer-heading:before {
    font-size: 2em;
    vertical-align: middle;
    margin-right: 20px;
    font-weight: normal;
}
.site-footer .widget {
	overflow: hidden;
    clear: both;
}
.site-footer .widgettitle {
	color: #ffffff;
    font-size: 1.1em;
    text-transform: none;
    margin: 0 0 5px;
}

a.footer-quicklink {
	color: #366095;
	border: 3px solid #e1e1e1;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#e1e1e1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#e1e1e1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fefefe 0%,#e1e1e1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}

.copyright {
	font-size: .9em;
    font-weight: 300;
}
.copyright span:not(:first-child) {
	padding: 0 1em;
}
.copyright span:first-child {
	padding: 0 3em 0 0;
}


/*********************************
 * Mailchimp subscribe form
 */
#mc_embed_signup {
	position: relative;
}
#mc_embed_signup input[type=email] {
	line-height: 48px;
	width: 100%;
	height: 48px;
	border: 1px solid #ffffff;
	background: #ffffff;
	box-shadow: inset 0px 0px 3px 2px rgba( 0, 0, 0, .2 );
	padding: 0px 12px !important;
}
#mc_embed_signup input[type=submit] {
	font-size: 1.05em;
	font-weight: 500;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 10;
	height: 38px;
	border: 0;
	padding: 0 20px;
}
#mc_embed_signup input.mce_inline_error {
	border-color: #F7206A !important;
}
#mc_embed_signup div.mce_inline_error {
	color: #FC78A5 !important;
	font-weight: 400 !important;
	background: transparent !important;
	padding: 0 !important;
	margin: .5em 0 !important;
}


/*********************************
 * Footer Social Media icons
 */
.site-footer .social {
	font-size: 1.3em;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: rgba( 255, 255, 255, .15 );
	background-size: auto 20px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin: 0 7px 0 0;
}
.site-footer .social:hover {
	background-color: rgba( 255, 255, 255, .3 );
}


/*********************************
 * Footer Menu widget
 */
.site-footer .widget_nav_menu ul.menu {
	margin: 0;
    padding: 0;
    list-style-type: none;
}
.site-footer .widget_nav_menu ul.menu > li {
	color: #ffffff;
	line-height: 1;
	float: left;
	width: 100%;
}
.site-footer .widget_nav_menu.two-col ul.menu > li {
	width: 48%;
}
.site-footer .widget_nav_menu ul.menu > li:nth-child(2n) {
	float: right;
}
.site-footer .widget_nav_menu ul.menu > li:hover {
	color: #9EB4CF;
}
.site-footer .widget_nav_menu ul.menu > li > a {
	color: inherit;
	font-size: .9em;
	font-weight: 300;
	text-decoration: none;
	padding: 6px 0;
	display: block;
}


/*********************************
 * Client List
 */
.our-clients {
	padding: 2em 0;
	margin: 0 0 2em;
}
.our-clients .heading {
	color: #fe3f86;
    font-size: 1.5em;
    font-weight: 500;
    text-transform: uppercase;
	margin: 0 0 2em;
	clear: both;
}
.our-clients .client-list img {
	margin: 0px 20px;
}
@media screen and (max-width: 767px) {
	.our-clients .client-list img {
		width: 120px;
	}
}


/*********************************
 * Feeds
 */
.feeds-update {
	color: #ffffff;
	background: #884d9f;
	padding: 1em 0 2em;
	margin: 6em 0 2em;
}
.feeds-update a {
	color: #FF7EAB;
}
.feeds-update .feed-section {
	position: relative;
}
.feeds-update h3 {
	color: #ffffff;
}
.feeds-update .feed-section h3 {
	text-align: right;
	padding-right: 20px;
}
.feeds-update .recent-blogs {
	margin: 0;
	padding: 0;
	list-style: none;
}
.feeds-update .recent-blogs,
.feeds-update .fb-feed,
.feeds-update #twitter-feed-container {
	margin-top: 3em;
}
@media screen and (max-width: 767px) {
	.feeds-update .feed-section.facebook,
	.feeds-update .feed-section.icon-blog {
		display: none;
	}
}
.feeds-update .recent-blogs .post a {
	color: #ffffff;
	text-decoration: none;
}
.feeds-update .recent-blogs .post p {
	font-size: .9em;
}
.feed-section:before {
	font-size: 60px;
	text-align: center;
	line-height: 120px;
	width: 130px;
	height: 130px;
	border-radius: 130px;
	border: 5px solid #ffffff;
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -15px;
	margin: -1em 0 0;
}
.feed-section.icon-blog:before {
	content: '';
	background-color: #ff1063;
	background-image: url('images/social/post.png');
}
.feed-section.twitter:before {
	background: #679BEF;
}
.feed-section.facebook:before {
	background: #2A67C9;
}

#twitter-feed-container {
  list-style: none;
  margin: 0;
  padding: 0;
}
#twitter-feed-container li {
  background: rgba( 255, 255, 255, .1 );
  padding: 1em;
  margin: 0 0 1em;
  border-radius: 10px;
}
#twitter-feed-container li span {
	display: block;
}
#twitter-feed-container li span.meta {
	color: #dddddd;
	font-size: .9em;
	font-style: italic;
	margin: 8px 0 0;
}
#twitter-feed-container li span.meta a {
	color: inherit;
	text-decoration: none;
}

/*********************************
 * Gallery & Videos
 */
.dandan-media .view-gallery h3 {
	color: #5e98f6;
	font-size: 1.7em;
    height: 60px;
    line-height: 60px;
}
.dandan-media .watch-videos h3 {
	color: #ff1063;
	font-size: 1.7em;
    height: 60px;
    line-height: 60px;
}
.dandan-media .widget:before {
	font-size: 60px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 10%;
}
.dandan-media .view-gallery .widget:before {
	color: #5e98f6;
}
.dandan-media .watch-videos .widget:before {
	color: #ff1063;
}

/*********************************
 * Quick Buttons
 */
.quick-buttons {
	padding: 2em 0;
	margin: 0 0 2em;
}


/*********************************
 * Contact Form & Resources
 */
.form-resources {
	margin: 0 0 2em;
}
.form-resources .box.extra-padding {
	padding: 2em 3em;
}
@media screen and (max-width: 767px) {
	.form-resources .box.extra-padding {
		padding: 1.5em;
	}
}

/*********************************
 * Get In Touch
 */
.footer-one-contact .box {
	background: #679bef;
	border-color: #598AD8;
	float: left;
	width: 100%;
}
.footer-one-contact h3 {
	color: #ffffff;
	font-size: 1.7em;
	height: 60px;
	line-height: 60px;
}
.footer-one-contact h3:before {
	font-size: 60px;
	float: left;
}
.footer-one-contact input[type=submit] {
	float: right;
	background: #8dc140 15px center/32px no-repeat url('images/forms/send.png');
	padding-left: 70px;
	padding-right: 40px;
}


/*********************************
 * Resources
 */
.footer-resources h3 {
	color: #884d9f;
	font-size: 1.7em;
	height: 60px;
	line-height: 60px;
}
.footer-resources h3:before {
	font-size: 60px;
	float: left;
}
.footer-resources input[type=submit] {
	float: right;
	padding-left: 70px;
	padding-right: 40px;
}
.footer-resources .button {
	font-weight: 300;
	text-transform: none;
}
.footer-resources .button.party-planning {
	background: #884d9f;
}
.footer-resources .button.decorations {
	background: #679bef;
}

.dandan-media h3:before {
	color: #ff1063;
	font-size: 1.7em;
	height: 60px;
	line-height: 60px;
	font-size: 60px;
	float: left;
	position: absolute;
	left: 10%;
}

/*--------------------------------------------------------------
23.0 Contact Page
--------------------------------------------------------------*/
.contact-bg {
	background-image: url('images/contact/contact-form-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding: 4em 180px 2em;
	position: relative;
}
.contact-bg:after {
	content: '';
	width: 350px;
	height: 425px;
	background: url('images/contact/minion-contact.png');
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	bottom: -60px;
	right: -130px;
	background-size: contain;
	pointer-events: none;
}
.contact-copy {
	padding: 2em 0 2em;
}
@media screen and (max-width: 767px) {
	.contact-bg {
		padding: 3em 140px 2em;
	}
	.contact-bg:after {
		height: 325px;
		right: -70px;
	}
}
@media screen and (max-width: 600px) {
	.contact-bg {
		padding: 3em 1em 2em;
	}
	.contact-bg:after {
		height: 275px;
	}
}


.package-archive-item {
	padding-bottom: 2.5em;
}
.package-archive-item h3 {
	color: #ffffff;
	font-size: 1em;
    line-height: 1.05;
	background: #6ea2f6;
	background: -moz-linear-gradient(top, #6ea2f6 0%, #568ade 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ea2f6), color-stop(100%,#568ade));
	background: -webkit-linear-gradient(top, #6ea2f6 0%,#568ade 100%);
	background: -o-linear-gradient(top, #6ea2f6 0%,#568ade 100%);
	background: -ms-linear-gradient(top, #6ea2f6 0%,#568ade 100%);
	background: linear-gradient(to bottom, #6ea2f6 0%,#568ade 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ea2f6', endColorstr='#568ade',GradientType=0 );
	border-radius: 4px;
	padding: 10px;
}
.package-archive-item h3 a {
	color: inherit;
	text-decoration: none;
}
.package-archive-item .bounce-thumbnail {
	margin: 0 0 1em;
}
.package-archive-item .bounce-thumbnail a {
	display: block;
	min-height: 170px;
}
.package-archive-item .bounce-thumbnail img {
	display: block;
	max-height: 170px;
	width: auto;
}
.package-archive-item.bounce-item:before {
	content: '$299';
	color: #ffffff;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	position: absolute;
	padding: 0 10px;
	background: #ADAEB2;
	top: 0;
	left: 0;
	border-radius: 20px;
	border: 3px solid #ffffff;
	pointer-events: none;
}
.package-archive-item.bounce-item.gold:before {
	content: '$399';
	background: #B0A467;
}
.package-archive-item.bounce-item.platinum:before {
	content: '$550';
	background: #47517B;
}

.bounce-icon {
	display: inline-block;
	background-image: url('images/bounces/bounce-sizes.png');
	background-repeat: no-repeat;
}
.sort-bounces-by {
	max-width: 380px;
	margin: 0 auto;
}
	.sort-bounces-by h5 {
		font-size: 1em;
		line-height: 1;
		margin: 0;
	}
	.sort-bounces-by h5 a {
		color: inherit;
		text-decoration: none;
	}
	.sort-bounces-by .widgettitle {
		color: #ffffff;
		text-transform: none;
		text-shadow: 1px 1px rgba( 0, 0, 0, .2 );
		-webkit-box-shadow: 0px 2px 3px rgba( 0, 0, 0, .4 );
		   -moz-box-shadow: 0px 2px 3px rgba( 0, 0, 0, .4 );
				box-shadow: 0px 2px 3px rgba( 0, 0, 0, .4 );
		background: #ff1063;
		margin: 0 -7px 1em;
		padding: 20px 26px;
	}
	.sort-bounces-by .inside {
		margin-bottom: 20px;
	}
	.sort-bounces-by .bounce-icon {
		background-size: 100%;
		max-width: 100%;
		width: 140px;
		padding-bottom: 71.4%;
		box-sizing: content-box;
	}
	.sort-bounces-by .bounces-by-size {
		margin: 0 -15px;
		width: auto;
	}
	.sort-bounces-by .bounce-icon.indoor {
		background-position: 0 0;
	}
	.sort-bounces-by .bounce-icon.interactive {
		background-position: 0 20%;
	}
	.sort-bounces-by .bounce-icon.water-slide {
		background-position: 0 40%;
	}
	.sort-bounces-by .bounce-icon.large {
		background-position: 0 60%;
	}
	.sort-bounces-by .bounce-icon.medium {
		background-position: 0 80%;
	}
	.sort-bounces-by .bounce-icon.small {
		background-position: 0 100%;
	}
	

.view-all-bounces {
	width: 800px;
	max-width: 100%;
	padding: 1em 0;
}

#bounce-dimensions {
	padding: 1.5em;
}
.page-template-page-bounce-php .pricing-tables .locations {
	display: none;
}
.schematics-link {
	font-size: 1em;
	margin-top: 1em;
}

.stand-alone-price {
	color: #ffffff;
	background: #507ec9;
	padding: 1.5em;
	border-radius: 5px;
}
.stand-alone-icon {
	font-size: 100px;
}
.stand-alone-price h3,
.stand-alone-price p {
	color: inherit;
}
.stand-alone-price p {
	font-size: .9em;
}
.bounce-price {
	font-size: 2.6em;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 1;
}
.bounce-price sup {
	vertical-align: top;
	position: relative;
	line-height: 1;
	top: .2em;
	font-size: .5em;
}

.dandan-bounce-sizes h3:before {
	color: inherit;
	font-size: 60px;
	vertical-align: middle;
	margin-right: 40px;
}


/*--------------------------------------------------------------
24.0 Responsibility Page
--------------------------------------------------------------*/
.responsibility-thinking {
	background: #eeeeee;
	padding: 3em;
}
@media screen and (min-width: 768px) {
	.responsibility-thinking img {
		margin-top: -4em;
	}
}



/*--------------------------------------------------------------
25.0 Icons
--------------------------------------------------------------*/
@font-face {
	font-family: "dandan";
	src: url("icons/flaticon.eot");
	src: url("icons/flaticon.eot#iefix") format("embedded-opentype"),
	url("icons/flaticon.woff") format("woff"),
	url("icons/flaticon.ttf") format("truetype"),
	url("icons/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="dandan-"]:before, [class*=" dandan-"]:before,
[class^="dandan-"]:after, [class*=" dandan-"]:after {   
	font-family: 'FontAwesome';
	font-style: normal;
}.dandan-award52:before {
	content: "\e000";
}
.dandan-baby137:before {
	content: "\e001";
}
.dandan-balloon16:before {
	content: "\e002";
}
.dandan-bible5:before {
	content: "\e003";
}
.dandan-birthday20:before {
	content: "\e004";
}
.dandan-box2:before {
	content: "\e005";
}
.dandan-building104:before {
	content: "\e006";
}
.dandan-camera73:before {
	content: "\e007";
}
.dandan-carnival44:before {
	content: "\e008";
}
.dandan-carnival48:before {
	content: "\e009";
}
.dandan-chemistry3:before {
	content: "\e00a";
}
.dandan-circular76:before {
	content: "\e00b";
}
.dandan-clock96:before {
	content: "\e00c";
}
.dandan-clown1:before {
	content: "\e00d";
}
.dandan-earphones1:before {
	content: "\e00e";
}
.dandan-email5:before {
	content: "\e00f";
}
.dandan-facebook31:before {
	content: "\f09a";
}
.dandan-film62:before {
	content: "\e011";
}
.dandan-floss:before {
/*	
	content: "\e012";
*/	
}
.dandan-gift41:before {
	content: "\e013";
}
.dandan-google29:before {
	content: "\e014";
}
.dandan-horse105:before {
	content: "\e015";
}
.dandan-instagram12:before {
	content: "\f0e0";
}
.dandan-joke:before {
	content: "\e017";
}
.dandan-link23:before {
	content: "\e018";
}
.dandan-magic20:before {
	/*
	content: "\e019";
	*/
}
.dandan-magic27:before {
	content: "\e01a";
}
.dandan-multiple25:before {
	content: "\e01b";
}
.dandan-one62:before {
	content: "\e01c";
}
.dandan-phone21:before {
	content: "\e01d";
}
.dandan-pinterest34:before {
	content: "\e01e";
}
.dandan-plump:before {
	content: "\e01f";
}
.dandan-popcorn:before {
	content: "\e020";
}
.dandan-popcorn3:before {
	content: "\e021";
}
.dandan-send4:before {
	content: "\e022";
}
.dandan-smiling36:before {
	content: "\e023";
}
.dandan-speech56:before {
	content: "\e024";
}
.dandan-square71:before {
	content: "\e025";
}
.dandan-star138:before {
	content: "\e026";
}
.dandan-telephone5:before {
	content: "\f095";
}
.dandan-tie:before {
	content: "\e028";
}
.dandan-tie3:before {
	content: "\e029";
}
.dandan-trophy36:before {
	content: "\e02a";
}
.dandan-twitter21:before {
	content: "\f099";
}
.dandan-user168:before {
	content: "\e02c";
}
.dandan-users6:before {
	content: "\e02d";
}
.dandan-video71:before {
	content: "\e02e";
}
.dandan-woman93:before {
	content: "\e02f";
}
.dandan-youtube18:before {
	content: "\e030";
}



/*--------------------------------------------------------------
25.0 WooCommerce
--------------------------------------------------------------*/
.woocommerce ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product h3 {
	text-align: center;
}
.woocommerce ul.products li.product a.thumb {
	max-height: 240px;
	overflow: hidden;
	display: block;
}
.woocommerce ul.products li.product a img {
	width: auto;
	display: inline-block;
	max-height: 100%;
}
.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li {
	
}
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
	text-align: center;
	width: 20%;
}
.woocommerce div.product div.images img {
	width: auto;
	display: inline-block;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
	float: left;
	width: 80%;
}


/*--------------------------------------------------------------
Halloween Page
--------------------------------------------------------------*/
.halloween-form {
	background-color: #000000;
	background-image: url('https://www.dandan.com/wp-content/uploads/2015/10/Submit_to_RSVP_form.jpg');
	background-size: contain;
	background-repeat: no-repeat;
    height: 1836px;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.halloween-form-container {
	padding-top: 104%;
    padding-left: 4em;
    padding-right: 4em;
}
@media screen and (max-width: 1200px) {
	.halloween-form {
		padding-bottom: 230%;
		height: 1px;
	}
	.halloween-form-container {
		padding-top: 145%;
	}
}
@media screen and (max-width: 479px) {
	.halloween-form {
		padding-bottom: 280%;
	}
	.halloween-form-container {
	    padding-left: 1em;
	    padding-right: 1em;
	}
}

/* PRICING */
/*https://codyhouse.co/demo/pricing-tables/index.html*/
/* -------------------------------- 

xnugget info 

-------------------------------- */
.cd-pricing-list,
.cd-pricing-wrapper {
    list-style: none;
}
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #3aa0d1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch .cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #3aa0d1;
}

/* -------------------------------- 

xcarbonads 

-------------------------------- */
#carbonads-container,
#ui8ads-container {
  position: fixed;
  top: 40px;
  right: 5%;
  width: 180px;
  display: none;
  z-index: 10;
}
#carbonads-container .close-carbon-adv,
#carbonads-container .close-ui8-adv,
#ui8ads-container .close-carbon-adv,
#ui8ads-container .close-ui8-adv {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 100%;
  background: #0c1f28;
  text-indent: 100%;
  overflow: hidden;
  width: 32px;
  height: 32px;
}
#carbonads-container .close-carbon-adv:hover,
#carbonads-container .close-ui8-adv:hover,
#ui8ads-container .close-carbon-adv:hover,
#ui8ads-container .close-ui8-adv:hover {
  background: #112e3c;
}
#carbonads-container .close-carbon-adv::after, #carbonads-container .close-carbon-adv::before,
#carbonads-container .close-ui8-adv::after,
#carbonads-container .close-ui8-adv::before,
#ui8ads-container .close-carbon-adv::after,
#ui8ads-container .close-carbon-adv::before,
#ui8ads-container .close-ui8-adv::after,
#ui8ads-container .close-ui8-adv::before {
  content: '';
  background-color: #fff;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 14px;
  left: 9px;
}
#carbonads-container .close-carbon-adv::after,
#carbonads-container .close-ui8-adv::after,
#ui8ads-container .close-carbon-adv::after,
#ui8ads-container .close-ui8-adv::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#carbonads-container .close-carbon-adv::before,
#carbonads-container .close-ui8-adv::before,
#ui8ads-container .close-carbon-adv::before,
#ui8ads-container .close-ui8-adv::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#carbonads-container .carbonad,
#carbonads-container .ui8ad,
#ui8ads-container .carbonad,
#ui8ads-container .ui8ad {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 100%;
  height: auto;
  padding: 14px;
  text-align: center;
  border-radius: 0 3px 3px 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#carbonads-container .carbonad .carbonad-image img,
#carbonads-container .carbonad .ui8ad-image img,
#carbonads-container .ui8ad .carbonad-image img,
#carbonads-container .ui8ad .ui8ad-image img,
#ui8ads-container .carbonad .carbonad-image img,
#ui8ads-container .carbonad .ui8ad-image img,
#ui8ads-container .ui8ad .carbonad-image img,
#ui8ads-container .ui8ad .ui8ad-image img {
  width: 130px;
}
#carbonads-container .carbonad .carbonad-image img,
#carbonads-container .ui8ad .carbonad-image img,
#ui8ads-container .carbonad .carbonad-image img,
#ui8ads-container .ui8ad .carbonad-image img {
  margin: 0 0 10px 10px;
}
#carbonads-container .carbonad .ui8ad-image img,
#carbonads-container .carbonad .carbon-img img,
#carbonads-container .ui8ad .ui8ad-image img,
#carbonads-container .ui8ad .carbon-img img,
#ui8ads-container .carbonad .ui8ad-image img,
#ui8ads-container .carbonad .carbon-img img,
#ui8ads-container .ui8ad .ui8ad-image img,
#ui8ads-container .ui8ad .carbon-img img {
  margin: 0 10px 10px;
  width: 130px;
}
#carbonads-container .carbonad .carbon-text, #carbonads-container .carbonad .carbonad-tag,
#carbonads-container .carbonad .carbon-poweredby,
#carbonads-container .carbonad .ui8ad-text, #carbonads-container .carbonad .ui8ad-tag,
#carbonads-container .ui8ad .carbon-text,
#carbonads-container .ui8ad .carbonad-tag,
#carbonads-container .ui8ad .carbon-poweredby,
#carbonads-container .ui8ad .ui8ad-text,
#carbonads-container .ui8ad .ui8ad-tag,
#ui8ads-container .carbonad .carbon-text,
#ui8ads-container .carbonad .carbonad-tag,
#ui8ads-container .carbonad .carbon-poweredby,
#ui8ads-container .carbonad .ui8ad-text,
#ui8ads-container .carbonad .ui8ad-tag,
#ui8ads-container .ui8ad .carbon-text,
#ui8ads-container .ui8ad .carbonad-tag,
#ui8ads-container .ui8ad .carbon-poweredby,
#ui8ads-container .ui8ad .ui8ad-text,
#ui8ads-container .ui8ad .ui8ad-tag {
  font-family: 'Helvetica Neue', Arial, sans-serif;
}
#carbonads-container .carbonad .carbon-wrap,
#carbonads-container .carbonad .ui8ad-text,
#carbonads-container .ui8ad .carbon-wrap,
#carbonads-container .ui8ad .ui8ad-text,
#ui8ads-container .carbonad .carbon-wrap,
#ui8ads-container .carbonad .ui8ad-text,
#ui8ads-container .ui8ad .carbon-wrap,
#ui8ads-container .ui8ad .ui8ad-text {
  display: block;
  width: 100%;
  padding: 0;
}
#carbonads-container .carbonad .carbon-wrap a,
#carbonads-container .carbonad .ui8ad-text a,
#carbonads-container .ui8ad .carbon-wrap a,
#carbonads-container .ui8ad .ui8ad-text a,
#ui8ads-container .carbonad .carbon-wrap a,
#ui8ads-container .carbonad .ui8ad-text a,
#ui8ads-container .ui8ad .carbon-wrap a,
#ui8ads-container .ui8ad .ui8ad-text a {
  color: #e97d68;
  font-size: 13px;
  font-weight: bold;
}
.no-touch #carbonads-container .carbonad .carbon-wrap a:hover, .no-touch
#carbonads-container .carbonad .ui8ad-text a:hover, .no-touch
#carbonads-container .ui8ad .carbon-wrap a:hover, .no-touch
#carbonads-container .ui8ad .ui8ad-text a:hover, .no-touch
#ui8ads-container .carbonad .carbon-wrap a:hover, .no-touch
#ui8ads-container .carbonad .ui8ad-text a:hover, .no-touch
#ui8ads-container .ui8ad .carbon-wrap a:hover, .no-touch
#ui8ads-container .ui8ad .ui8ad-text a:hover {
  text-decoration: underline;
}
#carbonads-container .carbonad .carbonad-tag,
#carbonads-container .carbonad .carbon-poweredby,
#carbonads-container .carbonad .ui8ad-tag,
#carbonads-container .ui8ad .carbonad-tag,
#carbonads-container .ui8ad .carbon-poweredby,
#carbonads-container .ui8ad .ui8ad-tag,
#ui8ads-container .carbonad .carbonad-tag,
#ui8ads-container .carbonad .carbon-poweredby,
#ui8ads-container .carbonad .ui8ad-tag,
#ui8ads-container .ui8ad .carbonad-tag,
#ui8ads-container .ui8ad .carbon-poweredby,
#ui8ads-container .ui8ad .ui8ad-tag {
  margin-top: 5px;
  color: #173d50;
}
#carbonads-container .carbonad .carbonad-tag a,
#carbonads-container .carbonad .carbon-poweredby a,
#carbonads-container .carbonad .ui8ad-tag a,
#carbonads-container .ui8ad .carbonad-tag a,
#carbonads-container .ui8ad .carbon-poweredby a,
#carbonads-container .ui8ad .ui8ad-tag a,
#ui8ads-container .carbonad .carbonad-tag a,
#ui8ads-container .carbonad .carbon-poweredby a,
#ui8ads-container .carbonad .ui8ad-tag a,
#ui8ads-container .ui8ad .carbonad-tag a,
#ui8ads-container .ui8ad .carbon-poweredby a,
#ui8ads-container .ui8ad .ui8ad-tag a {
  color: #173d50;
}
#carbonads-container .carbonad .carbonad-tag a:hover,
#carbonads-container .carbonad .carbon-poweredby a:hover,
#carbonads-container .carbonad .ui8ad-tag a:hover,
#carbonads-container .ui8ad .carbonad-tag a:hover,
#carbonads-container .ui8ad .carbon-poweredby a:hover,
#carbonads-container .ui8ad .ui8ad-tag a:hover,
#ui8ads-container .carbonad .carbonad-tag a:hover,
#ui8ads-container .carbonad .carbon-poweredby a:hover,
#ui8ads-container .carbonad .ui8ad-tag a:hover,
#ui8ads-container .ui8ad .carbonad-tag a:hover,
#ui8ads-container .ui8ad .carbon-poweredby a:hover,
#ui8ads-container .ui8ad .ui8ad-tag a:hover {
  color: #e97d68;
}
#carbonads-container .carbonad .ui8ad-tag,
#carbonads-container .carbonad .carbon-poweredby,
#carbonads-container .ui8ad .ui8ad-tag,
#carbonads-container .ui8ad .carbon-poweredby,
#ui8ads-container .carbonad .ui8ad-tag,
#ui8ads-container .carbonad .carbon-poweredby,
#ui8ads-container .ui8ad .ui8ad-tag,
#ui8ads-container .ui8ad .carbon-poweredby {
  display: inline-block;
  font-size: 11px;
  line-height: 15px;
}
@media only screen and (min-width: 1170px) {
  #carbonads-container,
  #ui8ads-container {
    display: block;
  }
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-header {
  height: 100px;
  line-height: 190px;
  position: relative;
}
.cd-header h1 {
  text-align: center;
  color: #FFFFFF;
  font-size: 2.2rem;
}
@media only screen {
  .cd-header {
    height: 160px;
    line-height: 290px;
  }
  .cd-header h1 {
    font-size: 3.6rem;
    font-weight: 300;
  }
}

.cd-pricing-container {
  width: 90%;
  max-width: 1170px;
  margin: 4em auto;
}
@media only screen {
  .cd-pricing-container {
    margin: 3em auto;
  }
  .cd-pricing-container.cd-full-width {
    width: 100%;
    max-width: none;
  }
}

.cd-pricing-switcher {
  text-align: center;
}
.cd-pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 2px;
  border-radius: 50em;
  border: 1px solid #225b78;
}
.cd-pricing-switcher input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.cd-pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 90px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 1.4rem;
  color: #FFFFFF;
}
.cd-pricing-switcher .cd-switch {
  /* floating background */
  position: absolute;
  top: 2px;
  left: 2px;
  height: 40px;
  width: 90px;
  background-color: #0c1f28;
  border-radius: 50em;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.cd-pricing-switcher input[type="radio"]:checked + label + .cd-switch,
.cd-pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .cd-switch {
  /* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
  -webkit-transform: translateX(90px);
  -moz-transform: translateX(90px);
  -ms-transform: translateX(90px);
  -o-transform: translateX(90px);
  transform: translateX(90px);
}

.no-js .cd-pricing-switcher {
  display: none;
}

.cd-pricing-list {
  margin: 0;
  padding: 0;
}
.cd-pricing-list > li {
  position: relative;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-list {
    margin: 3em 0 0;
  }
  .cd-pricing-list::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-pricing-list > li {
    width: 50%; /*33.3333333333% etc. */
    float: left;
  }
  .cd-has-margins .cd-pricing-list > li {
    width: 32.3333333333%;
    float: left;
    margin-right: 1.5%;
  }
  .cd-has-margins .cd-pricing-list > li:last-of-type {
    margin-right: 0;
  }
}

.cd-pricing-wrapper {
  /* this is the item that rotates */
  position: relative;
  margin: 0;
  padding: 0;
}
.touch .cd-pricing-wrapper {
  /* fix a bug on IOS8 - rotating elements dissapear*/
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
.cd-pricing-wrapper.is-switched .is-visible {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: cd-rotate 0.5s;
  -moz-animation: cd-rotate 0.5s;
  animation: cd-rotate 0.5s;
}
.cd-pricing-wrapper.is-switched .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse 0.5s;
  -moz-animation: cd-rotate-inverse 0.5s;
  animation: cd-rotate-inverse 0.5s;
  opacity: 0;
}
.cd-pricing-wrapper.is-switched .is-selected {
  opacity: 1;
}
.cd-pricing-wrapper.is-switched.reverse-animation {
  /* invert rotation direction - clockwise rotation */
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-visible {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: cd-rotate-back 0.5s;
  -moz-animation: cd-rotate-back 0.5s;
  animation: cd-rotate-back 0.5s;
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse-back 0.5s;
  -moz-animation: cd-rotate-inverse-back 0.5s;
  animation: cd-rotate-inverse-back 0.5s;
  opacity: 0;
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-selected {
  opacity: 1;
}
.cd-pricing-wrapper > li {
  background-color: #FFFFFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Firefox bug - 3D CSS transform, jagged edges */
  outline: 1px solid transparent;
}
.cd-pricing-wrapper > li::after {
  /* subtle gradient layer on the right - to indicate it's possible to scroll */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #FFFFFF, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
}
.cd-pricing-wrapper > li.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  display: none;
}
.cd-pricing-wrapper .is-visible {
  /* the front item, visible by default */
  position: relative;
  z-index: 5;
}
.cd-pricing-wrapper .is-hidden {
  /* the hidden items, right behind the front one */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cd-pricing-wrapper .is-selected {
  /* the next item that will be visible */
  z-index: 3 !important;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-wrapper > li::before {
    /* separator between pricing tables - visible when number of tables > 3 */
    content: '';
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #b1d6e8;
  }
  .cd-pricing-wrapper > li::after {
    /* hide gradient layer */
    display: none;
  }
  .cd-popular .cd-pricing-wrapper > li {
    box-shadow: inset 0 0 0 3px #e97d68;
  }
  .cd-has-margins .cd-pricing-wrapper > li, .cd-has-margins .cd-popular .cd-pricing-wrapper > li {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  .cd-secondary-theme .cd-pricing-wrapper > li {
    background: #3aa0d1;
    background: -webkit-linear-gradient( bottom , #3aa0d1, #3ad2d1);
    background: linear-gradient(to top, #3aa0d1, #3ad2d1);
  }
  .cd-secondary-theme .cd-popular .cd-pricing-wrapper > li {
    background: #e97d68;
    background: -webkit-linear-gradient( bottom , #e97d68, #e99b68);
    background: linear-gradient(to top, #e97d68, #e99b68);
    box-shadow: none;
  }
  :nth-of-type(1) > .cd-pricing-wrapper > li::before {
    /* hide table separator for the first table */
    display: none;
  }
  .cd-has-margins .cd-pricing-wrapper > li {
    border-radius: 4px 4px 6px 6px;
  }
  .cd-has-margins .cd-pricing-wrapper > li::before {
    display: none;
  }
}
@media only screen and (min-width: 1500px) {
  .cd-full-width .cd-pricing-wrapper > li {
    padding: 2.5em 0;
  }
}

.no-js .cd-pricing-wrapper .is-hidden {
  position: relative;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  .cd-popular .cd-pricing-wrapper > li::before {
    /* hide table separator for .cd-popular table */
    display: none;
  }

  .cd-popular + li .cd-pricing-wrapper > li::before {
    /* hide table separator for tables following .cd-popular table */
    display: none;
  }
}
.cd-pricing-header {
  position: relative;
  z-index: 1;
  height: 80px;
  padding: 1em;
  pointer-events: none;
  background-color: #3aa0d1;
  color: #FFFFFF;
}
.cd-pricing-header h2 {
  margin-bottom: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
.cd-popular .cd-pricing-header {
  background-color: #e97d68;
  color: #fff;
}
@media only screen {
  .cd-pricing-header {
    height: auto;
    padding: 1.9em 0.9em 1.6em;
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background-color: transparent;
  }
  .cd-popular .cd-pricing-header {
  	/*
    color: #e97d68;
    background-color: transparent;
*/    
  }
  .cd-secondary-theme .cd-pricing-header {
    color: #FFFFFF;
  }
  .cd-pricing-header h2 {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
}

.cd-currency, .cd-value {
  font-size: 3rem;
  font-weight: 300;
}

.cd-duration {
  font-weight: 700;
  font-size: 1.3rem;
  color: #8dc8e4;
  text-transform: uppercase;
}
.cd-popular .cd-duration {
  color: #f3b6ab;
}
.cd-duration::before {
  content: '/';
  margin-right: 2px;
}

@media only screen {
  .cd-value {
    font-size: 7rem;
    font-weight: 300;
  }

  .cd-currency, .cd-duration {
    color: rgba(23, 61, 80, 0.4);
  }
  .cd-popular .cd-currency, .cd-popular .cd-duration {
    color: #e97d68;
  }
  .cd-secondary-theme .cd-currency, .cd-secondary-theme .cd-duration {
    color: #2e80a7;
  }
  .cd-secondary-theme .cd-popular .cd-currency, .cd-secondary-theme .cd-popular .cd-duration {
    color: #ba6453;
  }

  .cd-currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
  }

  .cd-duration {
    font-size: 1.4rem;
  }
}
.cd-pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.is-switched .cd-pricing-body {
  /* fix a bug on Chrome Android */
  overflow: hidden;
}
@media only screen {
  .cd-pricing-body {
    overflow-x: visible;
  }
}

.cd-pricing-features {
  width: 600px;
  padding: 0;
  margin: 0;
}
.cd-pricing-features::after {
  clear: both;
  content: "";
  display: table;
}
.cd-pricing-features li {
  width: 100px;
  float: left;
  padding: 1.6em 1em;
  font-size: 1.4rem;
  text-align: center;
  /*
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  */
}
.cd-pricing-features em {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
@media only screen {
  .cd-pricing-features {
    width: auto;
  }
  .cd-pricing-features li {
    float: none;
    width: auto;
    padding: 1em;
  }
  .cd-popular .cd-pricing-features li {
    margin: 0 3px;
  }
  .cd-pricing-features li:nth-of-type(2n+1) {
    background-color: rgba(23, 61, 80, 0.06);
  }
  .cd-pricing-features em {
    display: inline-block;
    margin-bottom: 0;
  }
  .cd-has-margins .cd-popular .cd-pricing-features li, .cd-secondary-theme .cd-popular .cd-pricing-features li {
    margin: 0;
  }
  .cd-secondary-theme .cd-pricing-features li {
    color: #FFFFFF;
  }
  .cd-secondary-theme .cd-pricing-features li:nth-of-type(2n+1) {
    background-color: transparent;
  }
}

.cd-pricing-footer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  /* on mobile it covers the .cd-pricing-header */
  height: 80px;
  width: 100%;
}
.cd-pricing-footer::after {
  /* right arrow visible on mobile */
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
}
@media only screen  {
  .cd-pricing-footer {
    position: relative;
    height: auto;
    padding: 1.8em 0;
    text-align: center;
  }
  .cd-pricing-footer::after {
    /* hide arrow */
    display: none;
  }
  .cd-has-margins .cd-pricing-footer {
    padding-bottom: 0;
  }
}

.cd-select {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  /* hide button text on mobile */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
@media only screen {
  .cd-select {
    position: static;
    display: inline-block;
    height: auto;
    padding: 1.3em 3em;
    color: #FFFFFF;
    border-radius: 2px;
    background-color: #0c1f28;
    font-size: 1.4rem;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .no-touch .cd-select:hover {
    background-color: #112e3c;
  }
  .cd-popular .cd-select {
    background-color: #e97d68;
  }
  .no-touch .cd-popular .cd-select:hover {
    background-color: #ec907e;
  }
  .cd-secondary-theme .cd-popular .cd-select {
    background-color: #0c1f28;
  }
  .no-touch .cd-secondary-theme .cd-popular .cd-select:hover {
    background-color: #112e3c;
  }
  .cd-has-margins .cd-select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
  }
}

/* overwrites */
ul.cd-pricing-features {
  color: #000;
  list-style: none;
}

.cd-pricing-features li {
  font-size: 1.3em;
  padding-left: 10%;
  text-align: left;	
}

.cd-pricing-features li i.fa-check {
  font-size: 1.5em;
  padding-right: 3%;
  color: #2ECC71;	
}

.cd-pricing-header h2 {
  font-size: 2.0em;
  color: #fff;	
}
.cd-pricing-features li.list-full-width {
  padding-left: 1em;	
}


.cd-time {
  position: relative;
  top: 5px;
  font-size: 1.5em;	
}

.pricing-extras {
    padding-left: 30px;
    padding-top: 50px;
}

.pricing-extras .cd-pricing-features li:nth-of-type(2n+1) {
  background: rgba(253, 202, 1, 0.06);
}	

.pricing-extras .cd-pricing-features li {
  font-size: 1.25em;
  padding-left: 8%;
  text-align: left;	
}

.pricing-extras .cd-pricing-features li i.fa-asterisk {
  font-size: 1.3em;
  padding-right: 2%;
  color: #e97d68;	
}

.pricing-extra-blurb {
    background: #e97d68;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.4em;
    font-weight: 200;
    text-align: center; 
}

.pricing-extra-info .alert {
  font-size: 1.1em;
  margin-top: 10px;
}

.pricing-extra-info .alert i {
  font-size: 1.3em;
  padding-right: 5px;	
}
.package-section {
  /*margin: 0 20px 30px 20px;*/
  border-bottom: 4px solid #ef4106;
  border-top: 4px solid #ef4106;
}

.package-section .row {
  padding: 0;	
}

.additional-details {
  
}  


@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

/*.site-branding.header-c*/
.top-header .container	{ 
	background-image: url(../images/bg-clouds.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	animation: animatedBackground 80s linear infinite;
}

a.bx-prev,
a.bx-next {
	border-bottom: 0;
}

li.specialty i.fa-star {
	padding: 10px 10px 10px 0;
}

.choose-dandan ul ul {
  font-size: 1.1em;
}

@media screen and (max-width: 560px) {
	.navbar-brand {
	  display: block;
	}
	.page-header {
	  margin-bottom: 1.5em;	
	}
	.page-header h1 {
	  font-size: 2.0em;
	  margin-bottom: 0.5em;	
	}
	.additional-details .container,
	.package-section .container {
	  padding: 0;	
	}
	.additional-details .container .row,
	.package-section .container .row {
      margin: 0;
	}
	.package-section {
	  margin: 0 5px 30px 5px;	
	}	
	.cd-pricing-container {
	  width: auto;
	  padding: 0 5px;
	  margin-top: 1.0em;	
	  margin-bottom: 1.0em;
	}
	li.pricing-extras {
		padding-left: 0;
		padding-top: 10px;
	}
	.choose-dandan ul {
		font-size: 1.1em;
	}

	#why-dandan-widget h2 {
	  	margin-bottom: 0.5em;
	  	font-size: 1.5em;
	}
	.choose-dandan .li-dandan-specialties {
	  padding-left: 20px;	
	}
}

.testimonial_rotator_quote {
  font-size: 1.1em;	
}

@media screen and (max-width: 767px) {
  .client-testimonials .testimonial_rotator.format-rotator .slide {
    padding: 0 20px;
  }
  .testimonial_rotator_wrap {
    padding: 0;
    margin: 0;
  }
  .testimonial_rotator_wrap.with-prevnext {
    padding: 10px;
  }
  .testimonial_rotator.template-default .has-image .img {
  	width: auto; 
    margin-right: 0;
    float: none;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .testimonial_rotator.template-default .has-image .text {
  	width: auto;
  	padding-left: 20px;
  	padding-right: 20px;
  }
  .client-testimonials .container {
    padding-left: 0;
    padding-right: 0;	
  }
}  

.dandan-profilepic img {
  float: left;
}

.tc-back-to-top {
    display: inline-block;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    border: 1px solid #53C7FF;
    border-radius: 100%;
    margin: 0;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1001;
    background-color: #53C7FF;
    opacity: 0.8;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0,0,0,.2),0 3px 6px rgba(0,0,0,.28);
    transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);
    transition-property: box-shadow;
    transition-duration: 0.28s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: initial;
    webkit-transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);
    webkit-transition-property: box-shadow;
    webkit-transition-duration: 0.28s;
    webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    webkit-transition-delay: initial;
}
.tc-back-to-top:hover {
    box-shadow: 0 6px 9px rgba(0,0,0,.2),0 6px 9px rgba(0,0,0,.28);
    opacity: 1.0;
}


@media (max-width: 992px) {
	.dandan-profilepic {
      width: 100%;
      text-align: center;
      float: none;		
	}
	.dandan-profilepic img {
    float: none;
  }
}

.site-info.dandan-footer {
  display: none;	
}

.top-header.dandan-footer .site-info.dandan-footer {
  display: block;	
}
.client-testimonials {
  border: 0;
}

.dandan-phone-mobile,
.navbar .dandan-telephone5.dandan-phone-mobile {
  display: none;
}

@media (max-width: 560px) {
  .site-info.dandan-footer {
    display: block;
    float: none;
    border-top: 4px solid #ef4106;
  }

  .top-header.dandan-footer .site-info.dandan-footer {
    border-top: 0;
  }	

  .dandan-footer .call-us.header-c {
    display: block;
    font-size: 1.2em;
    background: inherit;
    margin: 0;
    text-align: center;
    float: none;
  }
  .dandan-footer .call-us .phone-number {
    color: #ef4106;
  }
  .top-header.dandan-footer {
  	display: block;
  }
  .top-header.dandan-footer .container {
  	display: block;
  	width: auto;
  }
  .top-header.dandan-footer .site-branding.header-c {
  	display: none;
  }
  .dandan-phone-mobile,
  .navbar .dandan-telephone5.dandan-phone-mobile {
    display: block;
  }
  .dandan-phone-large,
  .navbar .dandan-telephone5.dandan-phone-large {
    display: none;
  }

}


.dandan-formbody {
  padding: 20px;	
}
#contact-form {
    background-color:#F2F7F9;
    width: 90%;
    max-width:465px;
    padding:0;
    margin: 30px auto;
    margin-top: 0;    
    border: 0;
    position:relative;
}
 
#contact-form h1 {
    font-size:42px;
}
 
#contact-form h2 {
    margin-bottom:15px;
    font-style:normal;
    font-weight:600;
    color:#0197FD;
    text-transform: uppercase;
}
 
#contact-form input, 
#contact-form select, 
#contact-form textarea, 
#contact-form label {
    font-size:15px;
    margin-bottom:2px;
}
 
#contact-form input, 
#contact-form select, 
#contact-form textarea {
    width:450px;
    border: 1px solid #d9d9d9;
    margin-bottom:20px;
    padding:4px;
}
 
#contact-form input:focus, 
#contact-form select:focus, 
#contact-form textarea:focus {
    border: 1px solid #AFCDD8;
    background-color: #EBF2F4;
}
 
#contact-form textarea {
    height:150px;
    resize: none;
}
 
#contact-form label {
    display:block;
    text-align: left;
}
 
#contact-form .required {
    font-weight:bold;
    color:#F00;    
}
 
#contact-form #submit-button {
    width: 100px;
    background-color:#333;
    color:#FFF;
    border:none;
    display:block;
    float:right;
    margin-bottom:0px;
    margin-right:6px;
    background-color:#8FB5C1;
    -moz-border-radius:8px;
}
 
#contact-form #submit-button:hover {
    background-color: #A6CFDD;
}
 
#contact-form #submit-button:active {
    position:relative;
    top:1px;
}
 
#contact-form #loading {
    width:32px;
    height:32px;
    display:block;
    position:absolute;
    right:130px;
    bottom:16px;
    display:none;
}
 
#errors {
    border:solid 1px #E58E8E;
    padding:10px;
    margin:25px 0px;
    display:block;
    width:437px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
    display:none;
}
 
#errors li {
    padding:2px;
    list-style:none;    
}
 
#errors li:before {
    content: ' - ';    
}
 
#errors #info {
    font-weight:bold;
}
 
#errors #info:before {
    content: '';    
}
 
#success {
    border:solid 1px #83D186;
    padding:25px 10px;
    margin:25px 0px;
    display:block;
    width:437px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#D3EDD3 url(../img/accepted_48.png) no-repeat 405px center;
    font-weight:bold;
    display:none;
}
 
#errors.visible, #success.visible {
    display:block;    
}
 
#req-field-desc {
    font-style:italic;
}
 
/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
}
 
/* Normalize placeholder styles */
 
/* chrome, safari */
::-webkit-input-placeholder {
    color:#CCC;
    font-style:italic;
}
 
/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#CCC;
    font-style:italic;
}
 
/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  { 
    color:#CCC;
    font-style:italic;
}

@media (max-width: 480px) {
  .dandan-contact-instructions {
  	margin: 10px 0;
    padding: 10px;
  }
}

#dandan-mobile-social-media {
    display: none;
}

@media (max-width: 560px) {
  #dandan-mobile-social-media {
    display: block;
    margin-top: 0;
    float:left;
    margin-left:60px;
    clear: both;
  }
  #dandan-mobile-social-media a.social {
    margin-top: 0;
  }
  .navbar-fixed-top .dandan-telephone5 {
    float: left;	
  }
} 

#contact-form input, #contact-form select, #contact-form textarea {
  margin-bottom: 0;	
} 

#contact-form label {
  margin-top: 15px;	
}

.dandan-mandatory-info {
  display: none;	
  color: #f00;	
}

.top-menu a.dandan-activenav, .navbar-inverse .navbar-nav li a.dandan-activenav,
.navbar-inverse .navbar-nav li a, .top-menu a {
  text-align: right;
}	


  .dandan-rain-section {
    display:table;margin:0 auto;
  }

.dandan-rain-sectioninner {
    display:table-row;
  }

.dandan-rain-sectioninner>div {
    display: table-cell;
    text-align: left;
  }
.dandan-rain {
	border-radius: 50%;vertical-align: top;max-width: 100%;height:auto;width:200px;height:200px;margin-top: -20px;
}

@media (max-width: 768px) {
  #dandan-mobile-social-media,
  #masthead .dandan-phone-mobile {
  	margin-left: 10px
  }
  .dandan-rain-section {
    display:block;
  }
  .dandan-rain-sectioninner, .dandan-rain-sectioninner>div {
  	display:block;
  }
  .dandan-rain {
    width:100%;
    display:block;
    border-radius: 0;
    padding:0 20px;	
  }
}