@font-face {
    font-family: 'bariol';
    src: url('../fonts/bariol_light-webfont.eot');
    src: url('../fonts/bariol_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bariol_light-webfont.woff') format('woff'), url('../fonts/bariol_light-webfont.ttf') format('truetype'), url('../fonts/bariol_light-webfont.svg#bariol_lightlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bariol';
    src: url('../fonts/bariol_regular-webfont.eot');
    src: url('../fonts/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bariol_regular-webfont.woff') format('woff'), url('../fonts/bariol_regular-webfont.ttf') format('truetype'), url('../fonts/bariol_regular-webfont.svg#bariol_regularregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
background-color: #000;
background-image: url("../images/zyag.png");
}

h1, h2, h3, h4, h5 {
font-weight: normal;
text-transform: uppercase;
}

#topheader {
min-height: 65px;
}

.no-cssgradients #topheader {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e43373', endColorstr='#be0358',GradientType=0 ); /* IE6-9 */
background: #be0358; /* Old browsers */
}

.cssgradients #topheader {
background: -moz-linear-gradient(top, #800041 0%, #be0358 5%, #b50257 49%, #e43373 92%, #ec82a7 96%, #a90056 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#800041), color-stop(5%,#be0358), color-stop(49%,#b50257), color-stop(92%,#e43373), color-stop(96%,#ec82a7), color-stop(100%,#a90056)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #800041 0%,#be0358 5%,#b50257 49%,#e43373 92%,#ec82a7 96%,#a90056 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #800041 0%,#be0358 5%,#b50257 49%,#e43373 92%,#ec82a7 96%,#a90056 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #800041 0%,#be0358 5%,#b50257 49%,#e43373 92%,#ec82a7 96%,#a90056 100%); /* IE10+ */
background: linear-gradient(top, #800041 0%,#be0358 5%,#b50257 49%,#e43373 92%,#ec82a7 96%,#a90056 100%); /* W3C */
}

#topheader ul,
#topheader ul li {
    display: inline-block;
    vertical-align: middle;
}

#topheader ul {
    padding: 0px;
    margin: 20px 0;
}

#topheader ul li {
    margin: 0px;
    padding: 0;
}

#topheader ul li a {
    display: inline-block;
    font-family: 'bariol';
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    padding: 0 10px;
    border-left: 1px solid white;
    font-weight: bold;
}

#topheader ul li:first-child a {
    border: none;
    padding-left: 0;
}

#topheader ul li a:hover {
    color: #252525;
}

#phonedrop {
    display: block;
    margin: 20px 0; 
}

#phonedrop select {
    padding: 10px;
}

.platterline {
height: 30px;
background-image: url("../images/platterline.jpg");
background-position: top left;
background-repeat: no-repeat;
}

.platterline2 {
height: 10px;
background-image: url("../images/platterline.jpg");
background-position: top left;
background-repeat: no-repeat;
}

#logo-box {
background-color: #252525;
background-image: url("../images/shadow-wide.png");
background-position: top left;
background-repeat: repeat-x;
padding-top: 20px;
padding-bottom: 0px;
}

#logo-box h2 {
margin: 0 0 20px 0;
}

#logo,
#headline-box {
    padding-bottom: 20px;
}

#logo img {
padding: 0;
}

#logo.show-for-small img {
    display: block;
    margin: 0 auto;
}

#logo.show-for-small a.pink-button {
    display: block !important;
    margin-top: 20px;
    text-align: center;
}

#main {
    background-color: white;
}

#kicker {
background-color: #252525;
background-image: url("../images/shadow-wide.png");
background-position: top left;
background-repeat: repeat-x;
min-height: 120px;
padding: 20px 0;
color: #cccccc;
font-size: 10px !important;
}

#kicker * {
    font-size: 10px !important;
}

#kicker ul li {
    display: block;
}

a {
    color: #E43373;
} 

a:hover {
    color: #fff;
} 

h1 {
color: #e43373;
font-family: 'bariol';
font-size: 35px;
line-height: 41px;
}

h1 span {
color: white;
font-family: 'bariol';
}

h2,
h3,
h4 {
color: #e43373;
font-family: 'bariol';
}

.row .row {
    margin: 0px !important;
}

.orbit-wrapper .slider-nav span { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 400ms; -moz-transition: opacity 400ms; -o-transition: opacity 400ms; transition: opacity 400ms; }
.orbit-wrapper:hover .slider-nav span { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }

#slideshow img.fluid-placeholder {
    width: 50% !important;
    margin-top: 30px;
}

#slideshow {
    margin-top: 10px;
}

.sliderpage {
    background-color: #252525;
    padding: 20px;
    color: white;
}

.sliderpage p {
    color: #CCC !important;
}

.sliderpage a, .sliderpage a img {
    border: none !important;
}

.sliderpage img {
    width: 50% !important;
    float: left;
}

.sliderpage a.green-button {
    display: inline-block;
    margin-top: 10px;
}

#main .su-list {
    display: block !important;
}

#main .su-list ul {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#main h1,
#main h2,
#main h3,
#main h4 {
    border-bottom: 1px solid #e43373;
}

#main h1 span,
#main h2 span,
#main h3 span,
#main h4 span {
    font-family: "bariol";
    font-weight: bold;
}

#main .wpcf7-form .six:first-child {
    padding-left: 0px;
}

#main .wpcf7-form .six:last-child {
    padding-right: 0px;
}

#main .block-grid li a img {
    border: 1px solid #999;
}

#main .block-grid li a img:hover {
    border: 1px solid #e43373;
}

#main a:hover {
    color: #555;
}

.ajax-loader {
    display: none;
}

a.pink-button,
a.green-button,
input.green-button,
input.wpcf7-submit {
padding: 10px;

cursor:pointer;

font-family: 'bariol';
font-weight: bold;
text-transform: uppercase;
font-size: 20px;
color: #252525;

-webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.8);
-moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.8);
box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.8);
}

a.pink-button {
border: solid 1px #a90056;
}

.no-cssgradients a.pink-button {
    background: #a90056; /* Old browsers */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e43373', endColorstr='#be0358',GradientType=0 ); /* IE6-9 */
    border-radius: none !important;
}

.cssgradients a.pink-button {
    background: -moz-linear-gradient(top,  #a90056 0%, #ec82a7 4%, #e43373 8%, #b50257 51%, #be0358 95%, #800041 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90056), color-stop(4%,#ec82a7), color-stop(8%,#e43373), color-stop(51%,#b50257), color-stop(95%,#be0358), color-stop(100%,#800041)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a90056 0%,#ec82a7 4%,#e43373 8%,#b50257 51%,#be0358 95%,#800041 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a90056 0%,#ec82a7 4%,#e43373 8%,#b50257 51%,#be0358 95%,#800041 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a90056 0%,#ec82a7 4%,#e43373 8%,#b50257 51%,#be0358 95%,#800041 100%); /* IE10+ */
    background: linear-gradient(top,  #a90056 0%,#ec82a7 4%,#e43373 8%,#b50257 51%,#be0358 95%,#800041 100%); /* W3C */
   
   -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

a.pink-button:hover {
    color: white !important;
}

a.pink-button:hover span {
    color: #252525 !important;
}

a.green-button,
input.green-button,
input.wpcf7-submit {
border: solid 1px #8c9900;
}

.no-cssgradients a.green-button,
.no-cssgradients input.green-button,
.no-cssgradients input.wpcf7-submit {
background: #a5b409; /* Old browsers */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5b409', endColorstr='#8c9900',GradientType=0 );  /* IE6-9 */
}

.cssgradients a.green-button,
.cssgradients input.green-button,
.cssgradients input.wpcf7-submit {
background: -moz-linear-gradient(top, #687900 0%, #fff799 4%, #fff799 4%, #a5b409 8%, #8c9900 95%, #687300 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#687900), color-stop(4%,#fff799), color-stop(4%,#fff799), color-stop(8%,#a5b409), color-stop(95%,#8c9900), color-stop(100%,#687300)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #687900 0%,#fff799 4%,#fff799 4%,#a5b409 8%,#8c9900 95%,#687300 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #687900 0%,#fff799 4%,#fff799 4%,#a5b409 8%,#8c9900 95%,#687300 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #687900 0%,#fff799 4%,#fff799 4%,#a5b409 8%,#8c9900 95%,#687300 100%); /* IE10+ */
background: linear-gradient(top, #687900 0%,#fff799 4%,#fff799 4%,#a5b409 8%,#8c9900 95%,#687300 100%); /* W3C */

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

a.green-button:hover,
input.green-button:hover,
input.wpcf7-submit:hover {
    color: white !important;
}

input.wpcf7-submit {
    display: block;
    width: 100%;
}


a.pink-button span,
a.green-button span,
input.green-button span {
color: white;
}

a.pink-button img {
display: inline-block;
margin: 5px 10px 5px 0px;
vertical-align: middle;
}

.platterline-thin {
padding-top: 5px;
background-image: url("../images/platterline.jpg");
background-position: top left;
background-repeat: no-repeat;
}

.white {
background-color: white;
}

.no-cssgradients .pink {
background: #be0358; /* Old browsers */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e43373', endColorstr='#be0358',GradientType=0 ); /* IE6-9 */
}

.cssgradients .pink {
background: -moz-linear-gradient(top,  #a90056 0%, #ec82a7 4%, #e43373 8%, #b50257 51%, #be0358 95%, #800041 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90056), color-stop(4%,#ec82a7), color-stop(8%,#e43373), color-stop(51%,#b50257), color-stop(95%,#be0358), color-stop(100%,#800041)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a90056 0%,#ec82a7 4%,#e43373 8%,#b50257 51%,#be0358 95%,#800041 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a90056 0%,#ec82a7 4%,#e43373 8%,#b50257 51%,#be0358 95%,#800041 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a90056 0%,#ec82a7 4%,#e43373 8%,#b50257 51%,#be0358 95%,#800041 100%); /* IE10+ */
background: linear-gradient(top,  #a90056 0%,#ec82a7 4%,#e43373 8%,#b50257 51%,#be0358 95%,#800041 100%); /* W3C */
}

p {
font-size: 12px;
}

#main p {
color: #333;
font-size: 12px;
text-align: justify;
}

.juggernaut a.pink-button {
display: block;
padding: 20px;
text-align: center;
}

#newsletter {
margin: 0 0 20px 0;
padding: 20px;
}

.grey {
background-color: #252525;
-webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.8);
-moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.8);
box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.8);
padding: 20px 10px;
}

.cssgradients .grey {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; 
}

.grey h2 {
color: #e43373;
font-family: 'bariol';
font-weight: bold;
font-size: 20px;
margin: 0;
padding: 0;
}

.pink h2 {
color: #252525;
font-family: 'bariol';
font-weight: bold;
font-size: 20px;
margin: 20px;
}

h2 span {
color: white;
font-family: 'bariol';
font-weight: bold;
}



.grey p {
color: #cccccc;
padding: 0px;
margin-bottom: 0px;
}

.grey input.green-button {
display: block !important;
text-align: center;
width: 100%;
}

.grey small {
display: block;
margin: 0px 0px 10px 0px;
color: #999999;
font-size: 10px;
}

.three-way {
text-align: center;
padding-top: 20px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e0e0e0 20%, #ffffff 48%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(20%,#e0e0e0), color-stop(48%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e0e0e0 20%,#ffffff 48%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e0e0e0 20%,#ffffff 48%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e0e0e0 20%,#ffffff 48%); /* IE10+ */
background: linear-gradient(top,  #ffffff 0%,#e0e0e0 20%,#ffffff 48%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.three-way h2 {
color: #252525;
font-family: 'bariol';
font-size: 20px;
margin: 10px 20px;
border-bottom: dashed 1px #888888;
}

.three-way h2 span {
color: #e43373;
font-family: 'bariol';
font-weight: bold;
}

.three-way p {
text-align: justify;
}

.three-way a.green-button {
display: block;
text-align: center;
margin: 20px;
}

.reveal-modal {
    background-color: #fff;
}

.reveal-modal h2 {
    font-family: 'bariol';
    color: #E43373;
}

.reveal-modal h2 span {
    font-family: 'bariol';
font-weight: bold;
    color: #555;
}

.reveal-modal .close-reveal-modal {
    color: #E43373 !important;
}

.kitty {
    position: fixed;
    bottom: -20px;
    right: -200px;
}

@media only screen and (min-width: 1800px) {
    .kitty {
        right: -10px;
        
-webkit-transition: right 1s ease-in-out;
-moz-transition: right 1s ease-in-out;
-ms-transition: right 1s ease-in-out;
-o-transition: right 1s ease-in-out;
transition: right 1s ease-in-out;
    }
}