body {
  font-family: Arial;
  margin: 0;
  width: 100%;
  direction: rtl;
  text-align: right;
}
body .clear {
  clear: both;
}
body .container-wrapper .container {
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  margin: 0 auto;
}
body .container-wrapper .container .header {
  margin: 20px 20px 0;
  position: relative;
}
body .container-wrapper .container .header img {
  max-width: 100%;
  border-radius: 10px;
}
body .container-wrapper .container .header .phone {
  position: absolute;
  left: 50px;
  bottom: 20px;
  border: 2px solid #aaaaaa;
  background: #ffffff;
  border-radius: 6px;
  padding: 12px 44px 9px 6px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #939498;
}
body .container-wrapper .container .header .phone .phone_title {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
}
body .container-wrapper .container .header .phone:before {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 30px;
  height: 85px;
  background-size: 100%;
  background-repeat: no-repeat;
  content: " ";
}
body .container-wrapper .container .header .phone a {
  color: #939498;
  text-decoration: none;
}
body .container-wrapper .container nav {
  margin: 6px 20px;
  width: auto;
  padding-bottom: 5px;
  border-radius: 10px;
  z-index: 100000;
}
body .container-wrapper .container nav ul {
  list-style: none;
  float: right;
  margin: 0 10px;
  padding: 0;
}
body .container-wrapper .container nav ul li {
  float: right;
  margin-top: 5px;
}
body .container-wrapper .container nav ul li a {
  text-decoration: none;
  font-size: 20px;
  padding: 0 10px;
  margin: 8px 0;
  border-right: 1px solid #ffffff;
  color: #ffffff;
}
body .container-wrapper .container nav ul li a.active,
body .container-wrapper .container nav ul li a.focus {
  background: rgba(0,0,0,0.1);
}
body .container-wrapper .container nav ul li:first-child a {
  border-right: 0px none;
}
body .container-wrapper .container .box {
  background: #ffffff;
  margin: 6px 20px;
  border-radius: 10px;
}
body .container-wrapper .container .box.slider-container {
  overflow: hidden;
}
body .container-wrapper .container .box h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  padding: 0 45px 3px;
  background: -moz-linear-gradient(left,rgba(252,252,252,0) 0%,rgba(198,215,242,0.5) 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(252,252,252,0)),color-stop(100%,rgba(198,215,242,0.5)));
  background: -webkit-linear-gradient(left,rgba(252,252,252,0) 0%,rgba(198,215,242,0.5) 100%);
  background: -o-linear-gradient(left,rgba(252,252,252,0) 0%,rgba(198,215,242,0.5) 100%);
  background: -ms-linear-gradient(left,rgba(252,252,252,0) 0%,rgba(198,215,242,0.5) 100%);
  background: linear-gradient(to right,rgba(252,252,252,0) 0%,rgba(198,215,242,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fcfcfc',endColorstr='#80c6d7f2',GradientType=1);
  position: relative;
}
body .container-wrapper .container .box h2:before {
  position: absolute;
  content: " ";
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 68% auto;
  top: -7px;
  right: -4px;
  z-index: 10;
}
body .container-wrapper .container .box .specials .specials_container {
  text-align: center;
  width: 100%;
}
body .container-wrapper .container .box .specials .specials_container #specials_images {
  display: inline-block;
  position: relative;
  width: 100%;
}
body .container-wrapper .container .box .specials .specials_container #specials_images .specials_image {
  position: absolute;
  opacity: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
  transition: opacity 0.5s linear;
}
body .container-wrapper .container .box .specials .specials_container #specials_images .specials_image.specials_image_active {
  opacity: 1;
  z-index: 3;
}
body .container-wrapper .container .box .specials .specials_container #specials_images .specials_image img {
  padding: 10px;
  margin: -10px;
  box-shadow: 0 0 14px -4px #666666;
  max-width: 100%;
}
body .container-wrapper .container .box .specials .specials_container #specials_images .specials_mask {
  display: block;
  height: 400px;
  width: 100%;
}
body .container-wrapper .container .box .specials .specials_container .specials_text.specials_text_active {
  color: #dd0000;
}
body .container-wrapper .container .box .profile,
body .container-wrapper .container .box .info_box {
  padding: 25px 70px;
}
body .container-wrapper .container .box .profile .phone,
body .container-wrapper .container .box .profile .phone2,
body .container-wrapper .container .box .profile .phone3,
body .container-wrapper .container .box .profile .fax,
body .container-wrapper .container .box .profile .street,
body .container-wrapper .container .box .profile .city,
body .container-wrapper .container .box .profile .pob,
body .container-wrapper .container .box .profile .area,
body .container-wrapper .container .box .profile .period,
body .container-wrapper .container .box .profile .methods,
body .container-wrapper .container .box .profile .languages,
body .container-wrapper .container .box .profile .website,
body .container-wrapper .container .box .info_box .phone,
body .container-wrapper .container .box .info_box .phone2,
body .container-wrapper .container .box .info_box .phone3,
body .container-wrapper .container .box .info_box .fax,
body .container-wrapper .container .box .info_box .street,
body .container-wrapper .container .box .info_box .city,
body .container-wrapper .container .box .info_box .pob,
body .container-wrapper .container .box .info_box .area,
body .container-wrapper .container .box .info_box .period,
body .container-wrapper .container .box .info_box .methods,
body .container-wrapper .container .box .info_box .languages,
body .container-wrapper .container .box .info_box .website {
  width: 50%;
  float: right;
  margin-bottom: 10px;
}
body .container-wrapper .container .box .profile .phone span,
body .container-wrapper .container .box .profile .phone2 span,
body .container-wrapper .container .box .profile .phone3 span,
body .container-wrapper .container .box .profile .fax span,
body .container-wrapper .container .box .profile .street span,
body .container-wrapper .container .box .profile .city span,
body .container-wrapper .container .box .profile .pob span,
body .container-wrapper .container .box .profile .area span,
body .container-wrapper .container .box .profile .period span,
body .container-wrapper .container .box .profile .methods span,
body .container-wrapper .container .box .profile .languages span,
body .container-wrapper .container .box .profile .website span,
body .container-wrapper .container .box .info_box .phone span,
body .container-wrapper .container .box .info_box .phone2 span,
body .container-wrapper .container .box .info_box .phone3 span,
body .container-wrapper .container .box .info_box .fax span,
body .container-wrapper .container .box .info_box .street span,
body .container-wrapper .container .box .info_box .city span,
body .container-wrapper .container .box .info_box .pob span,
body .container-wrapper .container .box .info_box .area span,
body .container-wrapper .container .box .info_box .period span,
body .container-wrapper .container .box .info_box .methods span,
body .container-wrapper .container .box .info_box .languages span,
body .container-wrapper .container .box .info_box .website span {
  font-weight: bold;
}
body .container-wrapper .container .box .profile .specialist,
body .container-wrapper .container .box .profile .description,
body .container-wrapper .container .box .info_box .specialist,
body .container-wrapper .container .box .info_box .description {
  clear: both;
  width: 100%;
  margin-top: 10px;
}
body .container-wrapper .container .box .profile .specialist span,
body .container-wrapper .container .box .profile .description span,
body .container-wrapper .container .box .info_box .specialist span,
body .container-wrapper .container .box .info_box .description span {
  font-weight: bold;
}
body .container-wrapper .container .box .contact_form {
  padding: 25px 20px;
}
body .container-wrapper .container .box .contact_form .contact_us_title {
  text-align: center;
}
body .container-wrapper .container .box .contact_form hr {
  background: #cccccc;
  border: 0 none;
  height: 2px;
  margin-top: 25px;
}
body .container-wrapper .container .box .contact_form .first_name,
body .container-wrapper .container .box .contact_form .last_name,
body .container-wrapper .container .box .contact_form .home_phone,
body .container-wrapper .container .box .contact_form .office_phone,
body .container-wrapper .container .box .contact_form .cell_phone,
body .container-wrapper .container .box .contact_form .input_mail,
body .container-wrapper .container .box .contact_form .input_address,
body .container-wrapper .container .box .contact_form .input_city,
body .container-wrapper .container .box .contact_form .input_radio,
body .container-wrapper .container .box .contact_form .input_quote,
body .container-wrapper .container .box .contact_form .input_info,
body .container-wrapper .container .box .contact_form .input_consult {
  width: 23%;
  margin: 1%;
  min-width: 100px;
  float: right;
}
body .container-wrapper .container .box .contact_form .first_name input,
body .container-wrapper .container .box .contact_form .last_name input,
body .container-wrapper .container .box .contact_form .home_phone input,
body .container-wrapper .container .box .contact_form .office_phone input,
body .container-wrapper .container .box .contact_form .cell_phone input,
body .container-wrapper .container .box .contact_form .input_mail input,
body .container-wrapper .container .box .contact_form .input_address input,
body .container-wrapper .container .box .contact_form .input_city input,
body .container-wrapper .container .box .contact_form .input_radio input,
body .container-wrapper .container .box .contact_form .input_quote input,
body .container-wrapper .container .box .contact_form .input_info input,
body .container-wrapper .container .box .contact_form .input_consult input {
  width: 100%;
}
body .container-wrapper .container .box .contact_form .input_quote,
body .container-wrapper .container .box .contact_form .input_info,
body .container-wrapper .container .box .contact_form .input_consult {
  width: auto;
  min-width: auto;
}
body .container-wrapper .container .box .contact_form .input_quote input,
body .container-wrapper .container .box .contact_form .input_info input,
body .container-wrapper .container .box .contact_form .input_consult input {
  width: auto;
  position: relative;
  top: 3px;
  margin-left: 10px;
}
body .container-wrapper .container .box .contact_form .input_subject {
  clear: both;
}
body .container-wrapper .container .box .contact_form .input_subject input {
  width: 350px;
  max-width: 60%;
  margin-right: 10px;
}
body .container-wrapper .container .box .contact_form .input_message {
  clear: both;
  margin-bottom: 30px;
}
body .container-wrapper .container .box .contact_form .input_message textarea {
  width: 302px;
  max-width: 50%;
  margin: 10px 10px -30px;
}
body .container-wrapper .container .box .contact_form .input_submit {
  float: left;
  margin: -30px 20px 0 40px;
}
body .container-wrapper .container .box .contact_form .input_submit .submit {
  width: 100px;
  height: 25px;
  font-size: 20px;
  border-radius: 6px;
  padding: 5px 20px;
  color: #ffffff;
  text-shadow: 1px 1px 2px #333333;
}
body .container-wrapper .container .google_map {
  position: relative;
}
body .container-wrapper .container .google_map .map_links {
  position: absolute;
  bottom: 30px;
  left: 60px;
  z-index: 99;
}
body .container-wrapper .container .google_map .map_links span,
body .container-wrapper .container .google_map .map_links a {
  text-decoration: none;
  width: 100px;
  height: 25px;
  font-size: 20px;
  border-radius: 6px;
  padding: 5px 20px;
  color: #ffffff;
  text-shadow: 1px 1px 2px #333333;
}
body .container-wrapper .container .google_map .map_links.cellular {
  display: none;
}
body .container-wrapper .container .google_map .map_container {
  height: 275px;
  margin-top: -30px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
body .container-wrapper .container .google_map #print_map {
  max-width: 1280px;
  height: auto;
  display: none;
}
body .container-wrapper .container .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
body .container-wrapper .container .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
body .container-wrapper .container .rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
body .container-wrapper .container .rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  border-radius: 10px;
}
body .container-wrapper .container .sobi2Rating {
  float: left;
  margin-left: 6px;
  margin-top: -24px;
}
body .container-wrapper .container .sobi2Rating .sobiRating img {
  width: 117px !important;
  height: 21px !important;
}
body .container-wrapper .container .reviews_container {
  padding: 25px 70px;
}
body .container-wrapper .container .videos {
  margin: 0 70px;
  padding: 25px 0;
  text-align: center;
}
body .container-wrapper .container .videos .youtube_video {
  margin: 10px auto;
}
body .container-wrapper .container .videos .youtube_video img {
  margin: 0 auto;
  cursor: pointer;
  width: 100%;
  height: auto;
}
body .container-wrapper .container .coupons,
body .container-wrapper .container .specials {
  padding: 25px 70px;
}
body .container-wrapper .container .coupons .coupon,
body .container-wrapper .container .specials .coupon {
  background: #dadbdd none repeat scroll 0 0;
  border: 1px solid #999999;
  float: right;
  margin: 2%;
  min-height: 100px;
  width: 26%;
  text-align: center;
  padding: 1%;
}
body .container-wrapper .container .coupons .coupon_remarks,
body .container-wrapper .container .coupons .specials_remarks,
body .container-wrapper .container .specials .coupon_remarks,
body .container-wrapper .container .specials .specials_remarks {
  clear: both;
  margin: 20px 0px;
}
body .container-wrapper .container .coupons .coupons_print,
body .container-wrapper .container .coupons .specials_print,
body .container-wrapper .container .specials .coupons_print,
body .container-wrapper .container .specials .specials_print {
  position: relative;
}
body .container-wrapper .container .coupons .coupons_print .coupont_first_name,
body .container-wrapper .container .coupons .coupons_print .coupont_last_name,
body .container-wrapper .container .coupons .coupons_print .coupont_address,
body .container-wrapper .container .coupons .coupons_print .coupont_telephone,
body .container-wrapper .container .coupons .coupons_print .specials_first_name,
body .container-wrapper .container .coupons .coupons_print .specials_last_name,
body .container-wrapper .container .coupons .coupons_print .specials_address,
body .container-wrapper .container .coupons .coupons_print .specials_telephone,
body .container-wrapper .container .coupons .specials_print .coupont_first_name,
body .container-wrapper .container .coupons .specials_print .coupont_last_name,
body .container-wrapper .container .coupons .specials_print .coupont_address,
body .container-wrapper .container .coupons .specials_print .coupont_telephone,
body .container-wrapper .container .coupons .specials_print .specials_first_name,
body .container-wrapper .container .coupons .specials_print .specials_last_name,
body .container-wrapper .container .coupons .specials_print .specials_address,
body .container-wrapper .container .coupons .specials_print .specials_telephone,
body .container-wrapper .container .specials .coupons_print .coupont_first_name,
body .container-wrapper .container .specials .coupons_print .coupont_last_name,
body .container-wrapper .container .specials .coupons_print .coupont_address,
body .container-wrapper .container .specials .coupons_print .coupont_telephone,
body .container-wrapper .container .specials .coupons_print .specials_first_name,
body .container-wrapper .container .specials .coupons_print .specials_last_name,
body .container-wrapper .container .specials .coupons_print .specials_address,
body .container-wrapper .container .specials .coupons_print .specials_telephone,
body .container-wrapper .container .specials .specials_print .coupont_first_name,
body .container-wrapper .container .specials .specials_print .coupont_last_name,
body .container-wrapper .container .specials .specials_print .coupont_address,
body .container-wrapper .container .specials .specials_print .coupont_telephone,
body .container-wrapper .container .specials .specials_print .specials_first_name,
body .container-wrapper .container .specials .specials_print .specials_last_name,
body .container-wrapper .container .specials .specials_print .specials_address,
body .container-wrapper .container .specials .specials_print .specials_telephone {
  float: right;
  margin: 1%;
  min-width: 80px;
  width: 23%;
}
body .container-wrapper .container .coupons .coupons_print .coupont_first_name input,
body .container-wrapper .container .coupons .coupons_print .coupont_last_name input,
body .container-wrapper .container .coupons .coupons_print .coupont_address input,
body .container-wrapper .container .coupons .coupons_print .coupont_telephone input,
body .container-wrapper .container .coupons .coupons_print .specials_first_name input,
body .container-wrapper .container .coupons .coupons_print .specials_last_name input,
body .container-wrapper .container .coupons .coupons_print .specials_address input,
body .container-wrapper .container .coupons .coupons_print .specials_telephone input,
body .container-wrapper .container .coupons .specials_print .coupont_first_name input,
body .container-wrapper .container .coupons .specials_print .coupont_last_name input,
body .container-wrapper .container .coupons .specials_print .coupont_address input,
body .container-wrapper .container .coupons .specials_print .coupont_telephone input,
body .container-wrapper .container .coupons .specials_print .specials_first_name input,
body .container-wrapper .container .coupons .specials_print .specials_last_name input,
body .container-wrapper .container .coupons .specials_print .specials_address input,
body .container-wrapper .container .coupons .specials_print .specials_telephone input,
body .container-wrapper .container .specials .coupons_print .coupont_first_name input,
body .container-wrapper .container .specials .coupons_print .coupont_last_name input,
body .container-wrapper .container .specials .coupons_print .coupont_address input,
body .container-wrapper .container .specials .coupons_print .coupont_telephone input,
body .container-wrapper .container .specials .coupons_print .specials_first_name input,
body .container-wrapper .container .specials .coupons_print .specials_last_name input,
body .container-wrapper .container .specials .coupons_print .specials_address input,
body .container-wrapper .container .specials .coupons_print .specials_telephone input,
body .container-wrapper .container .specials .specials_print .coupont_first_name input,
body .container-wrapper .container .specials .specials_print .coupont_last_name input,
body .container-wrapper .container .specials .specials_print .coupont_address input,
body .container-wrapper .container .specials .specials_print .coupont_telephone input,
body .container-wrapper .container .specials .specials_print .specials_first_name input,
body .container-wrapper .container .specials .specials_print .specials_last_name input,
body .container-wrapper .container .specials .specials_print .specials_address input,
body .container-wrapper .container .specials .specials_print .specials_telephone input {
  width: 100%;
}
body .container-wrapper .container .coupons .coupons_print .print_coupon,
body .container-wrapper .container .coupons .coupons_print .print_specials,
body .container-wrapper .container .coupons .specials_print .print_coupon,
body .container-wrapper .container .coupons .specials_print .print_specials,
body .container-wrapper .container .specials .coupons_print .print_coupon,
body .container-wrapper .container .specials .coupons_print .print_specials,
body .container-wrapper .container .specials .specials_print .print_coupon,
body .container-wrapper .container .specials .specials_print .print_specials {
  clear: both;
  float: left;
  z-index: 10000;
  margin: 15px 0 0;
}
body .container-wrapper .container .coupons .coupons_print .print_coupon span,
body .container-wrapper .container .coupons .coupons_print .print_specials span,
body .container-wrapper .container .coupons .specials_print .print_coupon span,
body .container-wrapper .container .coupons .specials_print .print_specials span,
body .container-wrapper .container .specials .coupons_print .print_coupon span,
body .container-wrapper .container .specials .coupons_print .print_specials span,
body .container-wrapper .container .specials .specials_print .print_coupon span,
body .container-wrapper .container .specials .specials_print .print_specials span {
  border-radius: 6px;
  color: #ffffff;
  font-size: 20px;
  height: 25px;
  padding: 5px 20px;
  text-shadow: 1px 1px 2px #333333;
  width: 100px;
}
body .container-wrapper .container .title {
  background: #ffffff;
  margin: 6px 20px;
  border-radius: 10px;
  padding: 0px 70px;
}
body .container-wrapper .container .title h1 {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
  margin: 0;
}
body .container-wrapper .container .title .address {
  font-weight: normal;
  float: right;
  font-size: 20px;
  margin-right: 10px;
  line-height: 34px;
}
body .container-wrapper .container .title .phone {
  font-size: 20px;
  font-weight: bold;
  float: left;
  line-height: 34px;
  position: relative;
}
body .container-wrapper .container .title .phone:before {
  width: 14px;
  height: 34px;
  position: absolute;
  right: -22px;
  top: 3px;
  background-size: 100%;
  background-repeat: no-repeat;
  content: " ";
}
body .container-wrapper .container .title .phone a {
  text-decoration: none;
  color: #000000;
}
body .container-wrapper .footer {
  margin: 6px 20px;
  color: #e4e4e4;
}
body .container-wrapper .footer a {
  color: #e4e4e4;
  text-decoration: none;
}
body .container-wrapper .footer a:hover {
  color: #ffffff;
}
body .container-wrapper .copyrights {
  padding: 20px;
  direction: ltr;
  text-align: left;
  color: #e4e4e4;
}
body .container-wrapper .copyrights a {
  color: #e4e4e4;
  text-decoration: none;
}
body .container-wrapper .copyrights a:hover {
  color: #ffffff;
}
body .container-wrapper .copyrights span {
  direction: rtl;
  text-align: right;
  margin-left: 20px;
  float: right;
  color: #e4e4e4;
  display: inline-block;
}
body .container-wrapper .copyrights span #rocket {
  background: rgba(0,0,0,0) url("templates/ja_cooper/images/oin-logo.png") repeat scroll right center;
  float: right;
  height: 33px;
  width: 68px;
  margin-top: -15px;
}
body .ui-dialog {
  box-shadow: 0 0 20px 7px #444444;
}
body .ui-dialog #print_map {
  margin: 0 auto;
}
body .highlight {
  border: 2px ridge red !important;
  border-radius: 4px;
}
body input {
  border: 2px ridge #afafaf;
  background: #F7F7F7;
  border-radius: 4px;
}
.style_1 {
  background: url(templates/ja_cooper/images/page_bg_1.jpg) repeat;
}
.style_1 .phone:before {
  background: url(templates/ja_cooper/images/phone_1.png);
}
.style_1 nav {
  background: #898A8C;
}
.style_1 .box h2 {
  color: #6B6B6B;
}
.style_1 .box h2:before {
  background-image: url('templates/ja_cooper/images/icons_1.png');
  box-shadow: 0 0 4px #6B6B6B;
}
.style_1 .box .profile .phone span,
.style_1 .box .profile .phone2 span,
.style_1 .box .profile .phone3 span,
.style_1 .box .profile .fax span,
.style_1 .box .profile .street span,
.style_1 .box .profile .city span,
.style_1 .box .profile .pob span,
.style_1 .box .profile .area span,
.style_1 .box .profile .period span,
.style_1 .box .profile .methods span,
.style_1 .box .profile .languages span,
.style_1 .box .profile .specialist span,
.style_1 .box .profile .description span,
.style_1 .box .profile .website span,
.style_1 .box .info_box .phone span,
.style_1 .box .info_box .phone2 span,
.style_1 .box .info_box .phone3 span,
.style_1 .box .info_box .fax span,
.style_1 .box .info_box .street span,
.style_1 .box .info_box .city span,
.style_1 .box .info_box .pob span,
.style_1 .box .info_box .area span,
.style_1 .box .info_box .period span,
.style_1 .box .info_box .methods span,
.style_1 .box .info_box .languages span,
.style_1 .box .info_box .specialist span,
.style_1 .box .info_box .description span,
.style_1 .box .info_box .website span {
  color: #6B6B6B;
}
.style_1 .box .print_coupon span,
.style_1 .box .print_specials span,
.style_1 .box .map_links a,
.style_1 .box .map_links span,
.style_1 .box .contact_form .submit {
  background: #898A8C;
}
.style_2 {
  background: url(templates/ja_cooper/images/page_bg_2.jpg) repeat;
}
.style_2 .phone:before {
  background: url(templates/ja_cooper/images/phone_2.png);
}
.style_2 nav {
  background: #A6D06C;
}
.style_2 .box h2 {
  color: #56A146;
}
.style_2 .box h2:before {
  background-image: url('templates/ja_cooper/images/icons_2.png');
  box-shadow: 0 0 4px #56A146;
}
.style_2 .box .profile .phone span,
.style_2 .box .profile .phone2 span,
.style_2 .box .profile .phone3 span,
.style_2 .box .profile .fax span,
.style_2 .box .profile .street span,
.style_2 .box .profile .city span,
.style_2 .box .profile .pob span,
.style_2 .box .profile .area span,
.style_2 .box .profile .period span,
.style_2 .box .profile .methods span,
.style_2 .box .profile .languages span,
.style_2 .box .profile .specialist span,
.style_2 .box .profile .description span,
.style_2 .box .profile .website span,
.style_2 .box .info_box .phone span,
.style_2 .box .info_box .phone2 span,
.style_2 .box .info_box .phone3 span,
.style_2 .box .info_box .fax span,
.style_2 .box .info_box .street span,
.style_2 .box .info_box .city span,
.style_2 .box .info_box .pob span,
.style_2 .box .info_box .area span,
.style_2 .box .info_box .period span,
.style_2 .box .info_box .methods span,
.style_2 .box .info_box .languages span,
.style_2 .box .info_box .specialist span,
.style_2 .box .info_box .description span,
.style_2 .box .info_box .website span {
  color: #56A146;
}
.style_2 .box .print_coupon span,
.style_2 .box .print_specials span,
.style_2 .box .map_links a,
.style_2 .box .map_links span,
.style_2 .box .contact_form .submit {
  background: #A6D06C;
}
.style_3 {
  background: url(templates/ja_cooper/images/page_bg_3.jpg) repeat;
}
.style_3 .phone:before {
  background: url(templates/ja_cooper/images/phone_3.png);
}
.style_3 nav {
  background: #6CC7C0;
}
.style_3 .box h2 {
  color: #00A89B;
}
.style_3 .box h2:before {
  background-image: url('templates/ja_cooper/images/icons_3.png');
  box-shadow: 0 0 4px #00A89B;
}
.style_3 .box .profile .phone span,
.style_3 .box .profile .phone2 span,
.style_3 .box .profile .phone3 span,
.style_3 .box .profile .fax span,
.style_3 .box .profile .street span,
.style_3 .box .profile .city span,
.style_3 .box .profile .pob span,
.style_3 .box .profile .area span,
.style_3 .box .profile .period span,
.style_3 .box .profile .methods span,
.style_3 .box .profile .languages span,
.style_3 .box .profile .specialist span,
.style_3 .box .profile .description span,
.style_3 .box .profile .website span,
.style_3 .box .info_box .phone span,
.style_3 .box .info_box .phone2 span,
.style_3 .box .info_box .phone3 span,
.style_3 .box .info_box .fax span,
.style_3 .box .info_box .street span,
.style_3 .box .info_box .city span,
.style_3 .box .info_box .pob span,
.style_3 .box .info_box .area span,
.style_3 .box .info_box .period span,
.style_3 .box .info_box .methods span,
.style_3 .box .info_box .languages span,
.style_3 .box .info_box .specialist span,
.style_3 .box .info_box .description span,
.style_3 .box .info_box .website span {
  color: #6CC7C0;
}
.style_3 .box .print_coupon span,
.style_3 .box .print_specials span,
.style_3 .box .map_links a,
.style_3 .box .map_links span,
.style_3 .box .contact_form .submit {
  background: #898A8C;
}
.style_4 {
  background: url(templates/ja_cooper/images/page_bg_4.jpg) repeat;
}
.style_4 .phone:before {
  background: url(templates/ja_cooper/images/phone_4.png);
}
.style_4 nav {
  background: #6BB2DC;
}
.style_4 .box h2 {
  color: #2973A4;
}
.style_4 .box h2:before {
  background-image: url('templates/ja_cooper/images/icons_4.png');
  box-shadow: 0 0 4px #2973A4;
}
.style_4 .box .profile .phone span,
.style_4 .box .profile .phone2 span,
.style_4 .box .profile .phone3 span,
.style_4 .box .profile .fax span,
.style_4 .box .profile .street span,
.style_4 .box .profile .city span,
.style_4 .box .profile .pob span,
.style_4 .box .profile .area span,
.style_4 .box .profile .period span,
.style_4 .box .profile .methods span,
.style_4 .box .profile .languages span,
.style_4 .box .profile .specialist span,
.style_4 .box .profile .description span,
.style_4 .box .profile .website span,
.style_4 .box .info_box .phone span,
.style_4 .box .info_box .phone2 span,
.style_4 .box .info_box .phone3 span,
.style_4 .box .info_box .fax span,
.style_4 .box .info_box .street span,
.style_4 .box .info_box .city span,
.style_4 .box .info_box .pob span,
.style_4 .box .info_box .area span,
.style_4 .box .info_box .period span,
.style_4 .box .info_box .methods span,
.style_4 .box .info_box .languages span,
.style_4 .box .info_box .specialist span,
.style_4 .box .info_box .description span,
.style_4 .box .info_box .website span {
  color: #2973A4;
}
.style_4 .box .print_coupon span,
.style_4 .box .print_specials span,
.style_4 .box .map_links a,
.style_4 .box .map_links span,
.style_4 .box .contact_form .submit {
  background: #6BB2DC;
}
.style_5 {
  background: url(templates/ja_cooper/images/page_bg_5.jpg) repeat;
}
.style_5 .phone:before {
  background: url(templates/ja_cooper/images/phone_5.png);
}
.style_5 nav {
  background: #AB8DC1;
}
.style_5 .box h2 {
  color: #805199;
}
.style_5 .box h2:before {
  background-image: url('templates/ja_cooper/images/icons_5.png');
  box-shadow: 0 0 4px #805199;
}
.style_5 .box .profile .phone span,
.style_5 .box .profile .phone2 span,
.style_5 .box .profile .phone3 span,
.style_5 .box .profile .fax span,
.style_5 .box .profile .street span,
.style_5 .box .profile .city span,
.style_5 .box .profile .pob span,
.style_5 .box .profile .area span,
.style_5 .box .profile .period span,
.style_5 .box .profile .methods span,
.style_5 .box .profile .languages span,
.style_5 .box .profile .specialist span,
.style_5 .box .profile .description span,
.style_5 .box .profile .website span,
.style_5 .box .info_box .phone span,
.style_5 .box .info_box .phone2 span,
.style_5 .box .info_box .phone3 span,
.style_5 .box .info_box .fax span,
.style_5 .box .info_box .street span,
.style_5 .box .info_box .city span,
.style_5 .box .info_box .pob span,
.style_5 .box .info_box .area span,
.style_5 .box .info_box .period span,
.style_5 .box .info_box .methods span,
.style_5 .box .info_box .languages span,
.style_5 .box .info_box .specialist span,
.style_5 .box .info_box .description span,
.style_5 .box .info_box .website span {
  color: #805199;
}
.style_5 .box .print_coupon span,
.style_5 .box .print_specials span,
.style_5 .box .map_links a,
.style_5 .box .map_links span,
.style_5 .box .contact_form .submit {
  background: #AB8DC1;
}
.style_6 {
  background: url(templates/ja_cooper/images/page_bg_6.jpg) repeat;
}
.style_6 .phone:before {
  background: url(templates/ja_cooper/images/phone_6.png);
}
.style_6 nav {
  background: #F0A0C5;
}
.style_6 .box h2 {
  color: #CB268C;
}
.style_6 .box h2:before {
  background-image: url('templates/ja_cooper/images/icons_6.png');
  box-shadow: 0 0 4px #CB268C;
}
.style_6 .box .profile .phone span,
.style_6 .box .profile .phone2 span,
.style_6 .box .profile .phone3 span,
.style_6 .box .profile .fax span,
.style_6 .box .profile .street span,
.style_6 .box .profile .city span,
.style_6 .box .profile .pob span,
.style_6 .box .profile .area span,
.style_6 .box .profile .period span,
.style_6 .box .profile .methods span,
.style_6 .box .profile .languages span,
.style_6 .box .profile .specialist span,
.style_6 .box .profile .description span,
.style_6 .box .profile .website span,
.style_6 .box .info_box .phone span,
.style_6 .box .info_box .phone2 span,
.style_6 .box .info_box .phone3 span,
.style_6 .box .info_box .fax span,
.style_6 .box .info_box .street span,
.style_6 .box .info_box .city span,
.style_6 .box .info_box .pob span,
.style_6 .box .info_box .area span,
.style_6 .box .info_box .period span,
.style_6 .box .info_box .methods span,
.style_6 .box .info_box .languages span,
.style_6 .box .info_box .specialist span,
.style_6 .box .info_box .description span,
.style_6 .box .info_box .website span {
  color: #CB268C;
}
.style_6 .box .print_coupon span,
.style_6 .box .print_specials span,
.style_6 .box .map_links a,
.style_6 .box .map_links span,
.style_6 .box .contact_form .submit {
  background: #F0A0C5;
}
.style_7 {
  background: url(templates/ja_cooper/images/page_bg_7.jpg) repeat;
}
.style_7 .phone:before {
  background: url(templates/ja_cooper/images/phone_7.png);
}
.style_7 nav {
  background: #CC7F63;
}
.style_7 .box h2 {
  color: #AF5030;
}
.style_7 .box h2:before {
  background-image: url('templates/ja_cooper/images/icons_7.png');
  box-shadow: 0 0 4px #AF5030;
}
.style_7 .box .profile .phone span,
.style_7 .box .profile .phone2 span,
.style_7 .box .profile .phone3 span,
.style_7 .box .profile .fax span,
.style_7 .box .profile .street span,
.style_7 .box .profile .city span,
.style_7 .box .profile .pob span,
.style_7 .box .profile .area span,
.style_7 .box .profile .period span,
.style_7 .box .profile .methods span,
.style_7 .box .profile .languages span,
.style_7 .box .profile .specialist span,
.style_7 .box .profile .description span,
.style_7 .box .profile .website span,
.style_7 .box .info_box .phone span,
.style_7 .box .info_box .phone2 span,
.style_7 .box .info_box .phone3 span,
.style_7 .box .info_box .fax span,
.style_7 .box .info_box .street span,
.style_7 .box .info_box .city span,
.style_7 .box .info_box .pob span,
.style_7 .box .info_box .area span,
.style_7 .box .info_box .period span,
.style_7 .box .info_box .methods span,
.style_7 .box .info_box .languages span,
.style_7 .box .info_box .specialist span,
.style_7 .box .info_box .description span,
.style_7 .box .info_box .website span {
  color: #AF5030;
}
.style_7 .box .print_coupon span,
.style_7 .box .print_specials span,
.style_7 .box .map_links a,
.style_7 .box .map_links span,
.style_7 .box .contact_form .submit {
  background: #CC7F63;
}
.style_8 {
  background: url(templates/ja_cooper/images/page_bg_8.jpg) repeat;
}
.style_8 .phone:before {
  background: url(templates/ja_cooper/images/phone_8.png);
}
.style_8 nav {
  background: #CA932C;
}
.style_8 .box h2 {
  color: #B3742D;
}
.style_8 .box h2:before {
  background-image: url('templates/ja_cooper/images/icons_8.png');
  box-shadow: 0 0 4px #B3742D;
}
.style_8 .box .profile .phone span,
.style_8 .box .profile .fax span,
.style_8 .box .profile .street span,
.style_8 .box .profile .city span,
.style_8 .box .profile .pob span,
.style_8 .box .profile .area span,
.style_8 .box .profile .period span,
.style_8 .box .profile .methods span,
.style_8 .box .profile .languages span,
.style_8 .box .info_box .phone span,
.style_8 .box .info_box .fax span,
.style_8 .box .info_box .street span,
.style_8 .box .info_box .city span,
.style_8 .box .info_box .pob span,
.style_8 .box .info_box .area span,
.style_8 .box .info_box .period span,
.style_8 .box .info_box .methods span,
.style_8 .box .info_box .languages span {
  color: #B3742D;
}
.style_8 .box .print_coupon span,
.style_8 .box .print_specials span,
.style_8 .box .map_links a,
.style_8 .box .map_links span,
.style_8 .box .contact_form .submit {
  background: #CA932C;
}
.box#profile h2:before {
  background-position: 5px 12px;
}
.box#info h2:before {
  background-position: 6px -33px;
}
.box#contact h2:before {
  background-position: 6px -78px;
}
.box#map h2:before {
  background-position: 6px -123px;
}
.box#reviews h2:before {
  background-position: 6px -168px;
}
.box#coupons h2:before {
  background-position: 6px -213px;
}
.box#specials h2:before {
  background-position: 6px -213px;
}
.box#video h2:before {
  background-position: 6px -258px;
}
.box#gallery h2:before {
  background-position: 6px -303px;
}
/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2012 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.3 (jPlayer 2.2.0)
 * Date: 19th November 2012
 */

div.jp-audio,
div.jp-audio-stream,
div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
.player_container {
    position: relative;
    border: 5px solid #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.jp-type-playlist {
    		position:relative;
}
div.jp-audio {
	width:420px;
}
div.jp-audio-stream {
	width:182px;
}
div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:640px;
}
div.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:480px;
	height:270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative;
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
div.jp-video-full div div {
	z-index:1000;
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
}

div.jp-video-full div.jp-gui {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1001; /* 1 layer above the others. */
}

div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
}

div.jp-interface {
	position: relative;
	/*background-color:#eee;*/
	width:100%;
	background: url(templates/ja_cooper/css/videoplayerbgpattern.png) repeat-x left top;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height:80px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:80px;
}

div.jp-audio-stream div.jp-type-single div.jp-interface {
	height:80px;
}

div.jp-video div.jp-interface {
}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:100%;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
     left: 28%;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 44%;
		text-align:center;
		direction:ltr;
}

div.jp-audio ul.jp-controls {
	width: 380px;
	padding:20px 20px 0 20px;
}

div.jp-audio-stream ul.jp-controls {
	width: 142px;
	padding:20px 20px 0 20px;
}

div.jp-video div.jp-type-single ul.jp-controls {
	width: 78px;
	margin-left: 200px;
}

div.jp-video div.jp-type-playlist ul.jp-controls {
	width: 44%;
	margin-left: 30%;
}
div.jp-interface ul.jp-controls li {
	  display: inline-block;
    margin: 0 -3px;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	margin-left:4px;
	margin-right:4px;
}
a.jp-play,
a.jp-pause {
	width:39px;
	height:39px;
}

a.jp-play {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") -41px -42px no-repeat;
}

a.jp-stop, a.jp-previous, a.jp-next {
    height: 28px;
    margin-top: 0;
    position: relative;
    top: -6px;
    width: 28px;
}

a.jp-stop {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") 0 -83px no-repeat;
	margin-left:10px;
}

a.jp-stop:hover {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") -29px -83px no-repeat;
}

a.jp-previous {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") 0 -112px no-repeat;
}
a.jp-previous:hover {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") -29px -112px no-repeat;
}

a.jp-next {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") 0 -141px no-repeat;
}
a.jp-next:hover {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") -29px -141px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: #666666;
	direction:ltr;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top:32px;
	height:15px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:166px;
	width:130px;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:6px;
}
div.jp-seek-bar {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") 0 -218px repeat-x ;
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.seeking.gif");
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:3%;
	height:15px;
	margin-top:12px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 210px;	
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 154px;
}

div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
	margin-left:10px;
}

div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
	margin-left: 56px;	
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
	position: absolute;
	margin-top:0;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	width:16px;
	height:16px;
  left: -20px;
  top: -5px;
}

div.jp-video a.jp-volume-max {
    height: 16px;
    right: -26px;
    top: -5px;
    width: 19px;
}

a.jp-mute {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") 0 -170px no-repeat;
}
a.jp-mute:hover {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") -19px -170px no-repeat;
}
a.jp-unmute {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") -60px -170px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") -79px -170px no-repeat;
}
a.jp-volume-max {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") 0 -186px no-repeat;
}
a.jp-volume-max:hover {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") -19px -186px no-repeat;
}

div.jp-volume-bar {
    background: url("templates/ja_cooper/css/jplayer.blue.monday.png") repeat-x scroll 0 -250px transparent;
    cursor: pointer;
    direction: ltr;
    float: left;
    height: 5px;
    margin:17px 0 20px 45px;
    position: relative;
    width: 10%;
}
div.jp-audio div.jp-volume-bar {
	top:37px;
	left:330px;
}
div.jp-audio-stream div.jp-volume-bar {
	top:37px;
	left:92px;
}
div.jp-video div.jp-volume-bar {

}
div.jp-volume-bar-value {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") 0 -256px repeat-x;
	width:0px;
	height:5px;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:absolute;
	top:50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:166px;
	width:130px;
}

div.jp-current-time,
div.jp-duration {
	width:60px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-current-time {
	float: left;
	display:inline;
	text-shadow: 0px 1px 2px #000000;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
	text-shadow: 1px 1px 1px #000000;
}

div.jp-video div.jp-current-time {
	margin-left:20px;
	text-align: left;
}
div.jp-video div.jp-duration {
	margin-right:20px;
}

/* @end */

/* @group playlist */


div.jp-title,
div.jp-playlist {
	
	background:url(templates/ja_cooper/css/gallery-bg.png) top center repeat-x;
	position:relative;
	border: 5px solid #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    position: relative;
	margin-top:20px;
	padding-bottom:20px;
}
div.jp-title {
    font-weight: bold;
    height: auto;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 0;
    width: 240px;
		background:#666666;
		opacity:0.7;
		border: 3px solid #333333;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 2px 2px #999999;
		color:#ffffff;
		padding:8px;
		padding-bottom:18px;
    
}

div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	font-size:.72em;
}

div.jp-title li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	float:left;
	line-height: 16px;
	text-align:center;
	display:block;
}

div.jp-playlist li div {
	display:block;
	margin:10px 16px;
}
div.jp-playlist li div a{
    color: #666666;
    font-weight: bold;
}
div.jp-playlist li div img {
	display:block;
	border: 1px solid #b2d3e2;
    box-shadow: 0 10px 8px -8px #666666;
    margin: 0px;
		margin-bottom:10px;
		background:#ffffff;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */

div.jp-video-play {
	width:100%;
	cursor:pointer;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}

a.jp-video-play-icon {
	position:relative;
	display:block;
	width: 100%;
	height: 100%;
	left:0;
	top:0;

	background: url("templates/ja_cooper/css/jplayer.blue.monday.video.play.png") 0 0 no-repeat;
	background-size: 100% 200%;
}
div.jp-video-play:hover a.jp-video-play-icon {
	background-position: 0 100%;
}





div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
div.jp-jplayer img{
	display:block;
	width:100%;
	height:auto !important;
}





/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px;
}

div.jp-video ul.jp-toggles {
    float: right;
    height: 17px;
    margin: 11px 26px 8px 0;
    position: relative;
    width: 19%;
}

ul.jp-toggles li {
	display:block;
	float:right;
}

ul.jp-toggles li a {
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

a.jp-full-screen {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") 0 -310px no-repeat;
	margin-left: 6px;
}

a.jp-full-screen:hover {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") -30px -310px no-repeat;
}

a.jp-restore-screen {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") -60px -310px no-repeat;
	margin-left: 20px;
}

a.jp-restore-screen:hover {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") -90px -310px no-repeat;
}

a.jp-repeat {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") 0 -290px no-repeat;
}

a.jp-repeat:hover {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") -30px -290px no-repeat;
}

a.jp-repeat-off {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") -90px -290px no-repeat;
}

a.jp-shuffle {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") 0 -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle:hover {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") -30px -270px no-repeat;
}

a.jp-shuffle-off {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") -60px -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle-off:hover {
	background: url("templates/ja_cooper/css/jplayer.blue.monday.png") -90px -270px no-repeat;
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

#prev2, #next2{
position:absolute;
top:62px;
z-index:900;
display:block !important;
visibility: visible;
}
#prev2 {right:-22px;}
#next2 {left:-22px;}


.caroufredsel_wrapper{
text-align:left;
height: 155px !important;
width:100% !important;
margin:0 !important;
left:0 !important;
}
#foo2 {
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
display:inline-block;
}
#touchcarousel, .touchcarousel-wrapper {
overflow:hidden;
position:relative;
direction:ltr
}
.arrow-icon {

width:33px;
height:37px;

}
.arrow-holder {
    height: 37px;
    left: -16px;
    position: absolute;
    top: 62px;
    width: 33px;
    z-index: 100;
    opacity: 0.6;
		
}
.arrow-holder.left{
background:url(templates/ja_cooper/images/arrow-left.png) 0 0 no-repeat;
}
.arrow-holder.right{
background:url(templates/ja_cooper/images/arrow-right.png) 0 0 no-repeat;
right:-18px;
left:auto;
}
#jquery_jplayer_1 {
display:inline-block;
}
.clearfix{ clear:both;}
/* @end */@media (max-width: 767px) {
  body .container-wrapper .container .header .phone {
    position: relative;
    border-radius: 10px;
    margin-top: 10px;
    left: 0px;
    bottom: 0px;
  }
  body .container-wrapper .container .box .profile,
  body .container-wrapper .container .box .info_box,
  body .container-wrapper .container .box .reviews_container,
  body .container-wrapper .container .box .coupons,
  body .container-wrapper .container .box .specials {
    padding: 25px 40px;
  }
  body .container-wrapper .container .box .contact_form .first_name,
  body .container-wrapper .container .box .contact_form .last_name,
  body .container-wrapper .container .box .contact_form .home_phone,
  body .container-wrapper .container .box .contact_form .office_phone,
  body .container-wrapper .container .box .contact_form .cell_phone,
  body .container-wrapper .container .box .contact_form .input_mail,
  body .container-wrapper .container .box .contact_form .input_address,
  body .container-wrapper .container .box .contact_form .input_city {
    width: 29%;
    margin: 2%;
  }
  body .container-wrapper .container .box .contact_form .input_radio {
    clear: both;
  }
  body .container-wrapper .container .box .contact_form .input_submit {
    margin-left: 0;
  }
  body .container-wrapper .container .box #revFormTable {
    margin-left: -8px;
    width: auto;
  }
  body .container-wrapper .container .box #revFormTable #revTitle,
  body .container-wrapper .container .box #revFormTable #sobireview {
    width: 100%;
  }
  body .container-wrapper .container .box .google_map .map_links {
    bottom: 30px;
    left: 20px;
    display: none;
  }
  body .container-wrapper .container .box .google_map .map_links.cellular {
    display: block;
  }
  body .container-wrapper .container .reviews_container {
    padding: 25px 40px;
  }
  body .container-wrapper .container .videos {
    margin: 0 40px;
  }
  body .container-wrapper .container .title {
    padding: 0 40px;
  }
  body .container-wrapper .container nav ul li a {
    font-size: 18px;
  }
  body .ui-dialoga {
    -moz-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@media only screen and (max-width: 480px) {
  body .container-wrapper .container .box .profile,
  body .container-wrapper .container .box .info_box,
  body .container-wrapper .container .box .reviews_container,
  body .container-wrapper .container .box .coupons,
  body .container-wrapper .container .box .specials {
    padding: 25px 20px;
  }
  body .container-wrapper .container .box .videos {
    margin: 0 20px;
  }
  body .container-wrapper .container .box .info_box .phone,
  body .container-wrapper .container .box .info_box .phone2,
  body .container-wrapper .container .box .info_box .phone3,
  body .container-wrapper .container .box .info_box .fax,
  body .container-wrapper .container .box .info_box .street,
  body .container-wrapper .container .box .info_box .city,
  body .container-wrapper .container .box .info_box .pob,
  body .container-wrapper .container .box .info_box .area,
  body .container-wrapper .container .box .info_box .period,
  body .container-wrapper .container .box .info_box .methods,
  body .container-wrapper .container .box .info_box .languages,
  body .container-wrapper .container .box .info_box .website {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  body .container-wrapper .container .box .contact_form .first_name,
  body .container-wrapper .container .box .contact_form .last_name,
  body .container-wrapper .container .box .contact_form .home_phone,
  body .container-wrapper .container .box .contact_form .office_phone,
  body .container-wrapper .container .box .contact_form .cell_phone,
  body .container-wrapper .container .box .contact_form .input_mail,
  body .container-wrapper .container .box .contact_form .input_address,
  body .container-wrapper .container .box .contact_form .input_city {
    width: 40%;
    margin: 0 4%;
  }
  body .container-wrapper .container .box .contact_form .input_quote input,
  body .container-wrapper .container .box .contact_form .input_info input,
  body .container-wrapper .container .box .contact_form .input_consult input {
    margin-left: 0;
  }
  body .container-wrapper .container .box .contact_form .input_radio {
    clear: both;
    min-width: 84px;
    width: auto;
  }
  body .container-wrapper .container .box .contact_form .input_submit {
    margin-left: 0;
    clear: both;
    margin-top: 20px;
  }
  body .container-wrapper .container .box .coupons .coupons_print .coupont_first_name,
  body .container-wrapper .container .box .coupons .coupons_print .coupont_last_name,
  body .container-wrapper .container .box .coupons .coupons_print .coupont_address,
  body .container-wrapper .container .box .coupons .coupons_print .coupont_telephone,
  body .container-wrapper .container .box .coupons .coupons_print .specials_first_name,
  body .container-wrapper .container .box .coupons .coupons_print .specials_last_name,
  body .container-wrapper .container .box .coupons .coupons_print .specials_address,
  body .container-wrapper .container .box .coupons .coupons_print .specials_telephone,
  body .container-wrapper .container .box .coupons .specials_print .coupont_first_name,
  body .container-wrapper .container .box .coupons .specials_print .coupont_last_name,
  body .container-wrapper .container .box .coupons .specials_print .coupont_address,
  body .container-wrapper .container .box .coupons .specials_print .coupont_telephone,
  body .container-wrapper .container .box .coupons .specials_print .specials_first_name,
  body .container-wrapper .container .box .coupons .specials_print .specials_last_name,
  body .container-wrapper .container .box .coupons .specials_print .specials_address,
  body .container-wrapper .container .box .coupons .specials_print .specials_telephone,
  body .container-wrapper .container .box .specials .coupons_print .coupont_first_name,
  body .container-wrapper .container .box .specials .coupons_print .coupont_last_name,
  body .container-wrapper .container .box .specials .coupons_print .coupont_address,
  body .container-wrapper .container .box .specials .coupons_print .coupont_telephone,
  body .container-wrapper .container .box .specials .coupons_print .specials_first_name,
  body .container-wrapper .container .box .specials .coupons_print .specials_last_name,
  body .container-wrapper .container .box .specials .coupons_print .specials_address,
  body .container-wrapper .container .box .specials .coupons_print .specials_telephone,
  body .container-wrapper .container .box .specials .specials_print .coupont_first_name,
  body .container-wrapper .container .box .specials .specials_print .coupont_last_name,
  body .container-wrapper .container .box .specials .specials_print .coupont_address,
  body .container-wrapper .container .box .specials .specials_print .coupont_telephone,
  body .container-wrapper .container .box .specials .specials_print .specials_first_name,
  body .container-wrapper .container .box .specials .specials_print .specials_last_name,
  body .container-wrapper .container .box .specials .specials_print .specials_address,
  body .container-wrapper .container .box .specials .specials_print .specials_telephone {
    margin: 0 3%;
    width: 44%;
  }
  body .container-wrapper .container .box .arrow-holder {
    display: none;
  }
  body .ui-dialog {
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}


/* Style Sheet of Reviews Plugin for SOBI 2 Component reviews.css             */

/* Version $Id: reviews.css 4912 2009-02-27 19:56:40Z Sigrid Suski $

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

/* Copyright (C) 2007-2009 Sigsiu.NET (http://www.sigsiu.net). All rights reserved. */

/* SOBI2 and SOBI Reviews and Ratings are free software; you can redistribute  */

/* it and/or modify it under the terms of the GNU General Public License as    */

/* published by the Free Software Foundation.                                  */

/* Authors: Sigrid & Radek Suski, Sigsiu.NET                                   */



div#revsBox {

}

#sobireview{
width:331px;
}

/* Style for Pagination bars */

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

.revNavTop {

	display: none; /* remove this to get the navigation on the top */

	margin-left: 5px;

}

.revNavBottom {

	margin-left: 5px;

}



td.sobi_review_VC {

	padding-left: 8px;

	text-align: left;

}



span.sobiRating {

	display: block;

}

span.sobiRating img {

	float: none;

	vertical-align: top;

	padding: 0px;

	margin: 0px;

}



/* Style for Review/Vote Control */

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

div#revFormCont {

	width: 98%;

	margin: 0px;

	padding-left: 4px;

}

table.revFormTable {

	width: 99%;

	padding-top: 15px;

	padding-bottom: 10px;

}

table.revFormTable td#revVoteSelect{

	width:155px;

	text-align:right;

	padding-bottom: 10px;

}

table.revFormTable td#revVotePrev {

	padding-bottom: 10px;

}

table#revFormTable {

	padding-left: 5px;

}

table#revFormTable td {

	padding-right: 5px;

}

.revCol1 {

	width: 80px;

}

.revCol2 {

}



div#revVoteSelect,

div#revVotePrev,

div#sendVoteBt {

	float: right;

	margin-right: 26px;

}

div#reviewBt {

	float: right;

}



/* Style for Reviews in Details View */

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

div#reviewsCont {

	width: 98%;

	padding: 4px 0px 4px 0px;

	/* border: 1px solid #F4F4F4; */

	margin: 5px 0px 5px 5px;

}

div.revHeaderTitle {

	background-color: #F4F4F4;

	border: 1px solid #F4F4F4;

	padding: 4px 0px 4px 0px;

}

div.revVote {

	float:left;

	text-align:left;

}

div.revTitle {

	float:right;

	font-weight: bold;

	padding-left: 6px;

}

div.revAuthor {

	float:right;
	clear:right;
	padding-left: 5px;

}

div.revDate {

	text-align:left;
	clear:left;

}



div.revHeader {

	padding: 3px 0px 10px 0px;

}

div.revText {

}

div#srRespContMsg {

	margin: 5px;
	clear:both;

}

div#srRespCont,

div.revCont {

	margin: 5px 5px 5px 5px;

}



div.revUpdateDate,

div.revUpdate {

	font-weight: bold;

	padding-top: 5px;

	padding-bottom: 5px;

	padding-left:3px;

	color: #CC0000;

}



