﻿/*
 * jQuery thankYou v2.0
 * http://www.woothemes.com/thankYou/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
 
/* Browser Resets */
.thanx-container a:active,
.thankYou a:active,
.thanx-container a:focus,
.thankYou a:focus {outline: none;}
.slides,
.thanx-control-nav,
.thanx-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* thankYou Necessary Styles
*********************************/ 
.thankYou {
    /*width: 440px;
    margin-left: 20px;*/
}
.thankYou .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.thankYou .slides img {width: 100%; display: block;}
.thanx-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* thankYou Default Theme
*********************************/
.thankYou {
    /*border: 4px solid #fff; */
    position: relative; 
    /*-webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    -o-border-radius: 4px; 
    border-radius: 4px; 
    box-shadow: 0 1px 4px rgba(0,0,0,.2); 
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);*/ 
    zoom: 1;
    }
.thanx-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .thanx-viewport {max-height: 300px;}
.thankYou .slides {
 /*   zoom: 1;
    box-shadow:         0 0 5px 5px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 0 8px 5px rgba(0,0,0,.25); */
}

.carousel li {margin-right: npx}

.thankYou .slides li .slideContainer {
    width: ;
    padding: 30px;
    /*margin: 20px 4px 4px 0;*/
    margin: 22px 0 0;
    position: relative;
    /*box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2);*/
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2), 0 8px 10px #EBEBEB inset, 4px 35px 65px 5px rgba(242, 242, 242, 0.9) inset;
	transition: all 0.21s ease 0s;
	border-radius: 10px;
	background-color: #fff;
	display: block;
}

html.ie8 .thankYou .slides li .slideContainer {
    background-color: #f0f0f0;
}

/*.thankYou .slides li .slideContainer:focus, .thankYou .slides li .slideContainer:hover {
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2), 0 8px 10px #EBEBEB inset, 4px 35px 65px 5px rgba(242, 242, 242, 0.9) inset;
    transition: all 0.21s ease 0s;
}

html.ie8 .thankYou .slides li .slideContainer:focus, html.ie8 .thankYou .slides li .slideContainer:hover {
    background-color: #e8e8e8;
}*/

.thankYouTitle {
    font-size: 19px;
    margin-bottom: 1em;
    color: #707070;
}

/*.msg:before { content: "“"; }*/
.msg { color: #707070; }
/*.msg:after { content: "“"; }*/

.thankYouSig { color: #959595; margin-top: 1em; }
.thankYouSig:before { content: "-"; }

.thankYouBg {
    background-color: #fff;
    display: block;
    overflow: hidden;
    margin: 30px 0;
    padding: 20px;
    width: 940px;
    border-radius: 10px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2);
}

html.ie8 .thankYouBg { background-color: #f0f0f0; }

.thankYouBg p { color: #959595; }

/* Direction Nav */

.thanx-direction-nav {*height: 0;}

.thanx-direction-nav a {
    width: 30px; 
    height: 30px; 
    margin: 0; 
    display: block; 
    background: url(/images/bg_direction_nav.png) no-repeat 0 0; 
    position: absolute; 
    top: -4px; 
    z-index: 10; 
    cursor: pointer; 
    text-indent: -9999px; 
    opacity: 0.8;  
    -webkit-transition: all .3s ease;
}

html.ie8 .thanx-direction-nav a {
    background: url(/images/bg_direction_nav_80.png) no-repeat 0 0;
}

html.ie8 .thanx-direction-nav a:hover {
    background: url(/images/bg_direction_nav.png) no-repeat 0 0;
}

.thanx-direction-nav .thanx-next {
    background-position: 100% 0;
    right: 0;
}

html.ie8 .thanx-direction-nav .thanx-next {
    background-position: 100% 0;
    right: 0;
}

.thanx-direction-nav .thanx-prev { right: 30px; }

.thankYou:hover .thanx-next {
    opacity: 0.8;
    /*right: 5px;*/
}

.thankYou:hover .thanx-prev {
    opacity: 0.8;
    /*right: 36px;*/
}

.thankYou:hover .thanx-next:hover, .thankYou:hover .thanx-prev:hover {
    opacity: 1;
}

html.ie8 .thankYou:hover .thanx-next:hover {
    background-position: 100% 0;
    right: 5px;
}

.thanx-direction-nav .thanx-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */

.thanx-control-nav {width: 100%; position: absolute; bottom: -32px; text-align: center;}
.thanx-control-nav li {margin: 0 7px; display: inline-block; zoom: 1;}
.thanx-control-paging li a {width: 13px; height: 13px; display: block; background: #666; background: rgba(0,0,0,0.1); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.thanx-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.6); }
.thanx-control-paging li a.thanx-active { background: #000; background: rgba(0,0,0,0.6); cursor: default; }

.thanx-control-thumbs {margin: 10px 0 0; position: static; overflow: hidden;}
.thanx-control-thumbs li {width: 20%; float: left; margin: 0; padding:0 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box; }
.thanx-control-thumbs img {width: 100%; display: block; opacity: .7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; cursor: pointer;}
.thanx-control-thumbs img:hover {opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.thanx-control-thumbs .thanx-active {opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; cursor: default;}

a.thanx-control-thumbs {outline:none; } a.thanx-control-thumbs strong {line-height:30px;} a.thanx-control-thumbs:hover {text-decoration:none;} a.thanx-control-thumbs span { z-index:10;display:none; padding:14px 20px; margin-top:-30px; margin-left:28px; width:240px; line-height:16px; } a.thanx-control-thumbs:hover span{ display:inline; position:absolute; color:#111; border:1px solid #DCA; background:#fffAF0;} .callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;} /*CSS3 extras*/ a.thanx-control-thumbs span { border-radius:4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -moz-box-shadow: 5px 5px 8px #CCC; -webkit-box-shadow: 5px 5px 8px #CCC; box-shadow: 5px 5px 8px #CCC; }

.msg, thankYouBg p { line-height: 1.3; }

@media screen and (max-width: 860px) {
  .thanx-direction-nav .thanx-prev {opacity: 1; left: 0;}
  .thanx-direction-nav .thanx-next {opacity: 1; right: 0;}
}

/*---- IE9 and IE10 rule sets --------------------*/

@media screen and (min-width:0\0) {



} /*--- end of IE9 & IE10 rule sets --------------*/
