@charset "UTF-8";
/* CSS Document */

/* 
Theme Name: Horten
Version: 1.8 ( October 2013 )
Description: Responsive E-commerce Jimdo theme with dropdown navigation
Author: Serhiy Hembarevskyy
URI: http://www.hembarevskyy.com/
*/

/* 
Template modified/customized by Peter Scheerer
URL: http://www.peterscheerer.com/
Version: Arztpraxis 1.0 (November 2013)
*/


/*-----------------------------------------------------------------------------------
    Includes the main custom elements:
                     1. Typography
                     2. Layout
                     3. Dropdown jQuery Navigation
                     4. Flex image slider
                     5. Toggle Top panel
                     6. Custom elements
                     7. Media Queries

    Custom theme colors:

                     1. Royal Blue  #4169E1; /* color 1 */
                     
          
------------------------------------------------------------------------------------*/

/*  1. Typography
--------------------------------- */
body,p,table,td {} /* leave blank if you want to use jimdo style tab */

#hs-container h1,#hs-container h2,#hs-container h3,#shopping-top-panel h2,#shopping-top-panel h2,#shopping-top-panel h3 {
    font-family: 'Titillium Web', sans-serif; font-weight: 200;  /* web fonts */
    text-transform:uppercase;
    letter-spacing: 1px;
}

#panel h1,#panel h2, #panel h3 {
    color:#f0f0f0;
}

#hs-container a:link,#panel a:link,#hs-container a:visited,#panel a:visited {
    text-decoration: none;
}

#hs-container a:active,#hs-container a:hover {
    text-decoration:none; 
    color: #4169E1;/* color 1 */
}

#panel body,#panel p,#panel table,#panel td {
    color:#ccc;
}

#panel a:active,#panel a:hover {
    color:#fff;
}

/***  Header links ***/
ul.h-links.submenu {
   margin:0;
   padding:0;
}

.h-links {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    margin: 0;
    float:right;
}

.h-links a {
    color: #777;
    text-decoration: none!important;
    padding: 7px 5px 5px 25px;  
    background:url(https://u.jimcdn.com/cms/o/s8fc29147a19ff228/userlayout/img/shopping-cart.png?t=1383215980) no-repeat 0px 5px;
}

.h-links a:hover {
    color:#C62020;
}

.h-links li {
    line-height: 18px;
    display: inline;
}

/*** login link ***/
#hs-footer #contentfooter div.rightrow a#login {
    
}

#loginbox-header img {
    display: none !important;
}

div#loginbox div#loginbox-header {
    background: #f6f6f6 !important;
    background-repeat: no-repeat !important;
}

#hs-container #login_container,#hs-container #password-resend {
    background-repeat: no-repeat !important;
}

.left {
    float:left;
}

.right {
    float:right;
}

.hs-iframe {
   overflow:hidden;
}

/***  C&C Divs ***/
#hs-content div.n,
#hs-content div.flexmodul { padding: 5px 0; }
#hs-content html * div.n { height:1%} /* IE6 */


/*  2. Layout
--------------------------------- */
.body {
    background: #fff;
}

#hs-container {
    width: 1040px;
    margin: 0 auto;
}

#hs-header {
    margin: 20px 0px 40px 0px;
    padding: 0;
}

#logo,#logo img {
    float:none;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

#logo h1 {
    font-size:12px; !important
    font-family: 'Titillium Web', sans-serif; font-weight: 500; !important /* web fonts */
    color:#4169E1;/* color 1 */
    padding:0 0 8px;
    text-align: center;
}

#title {
    float: right; 
    text-align:right;
    padding-top:40px;
}

#title h1 {
    padding: 10px 0px 10px 40px;
    display: block;
    font-family: 'Titillium Web', sans-serif; font-weight:200; /* web fonts */
    text-transform:lowercase;
    letter-spacing: 1px;
}

.top-sc-wrapper {
    margin-top:-8px;
    left:0;
}

/*** jimdo navigation panel ***/
div#cc-nav {
    margin-top: 10px!important;
    float: center;
}

/*** mobile nav wrapper ***/
#m-wrapper { 
    position:relative;
    display:none;
    height: 44px;
    margin:0;
    padding:0px;
    cursor: pointer !important;
    font-size:1.1rem;
    border:none;
    color:#333;
    -webkit-appearance: none;
    -moz-appearance:none;
    background: #4169E1 url(https://u.jimcdn.com/cms/o/s8fc29147a19ff228/userlayout/img/dropmenu-white.png?t=1383215980) right center no-repeat; /* color 1 */
}

#m-wrapper span {
    display: block;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif; /* web fonts */
    text-transform:uppercase;
    letter-spacing: 1px;
    color:#fff;
    padding:12px;
}

/*** 1st nav wrapper ***/
#top-nav {
    border-top: 1px solid #4169E1;/* color 1 */
    border-bottom: 1px solid #4169E1;/* color 1 */
    height: 40px;
}

/*** 2nd nav wrapper - breadcrumb ***/
#hs-subnav {
    float:left; 
    width:1038px;
    margin:5px 0;
    height:2.3em;
    border:1px solid #dedede;
}

.cc-indexpage #hs-subnav {
    display:none;
}

#hs-subnav ol {
    padding:0;
    margin:0;
    list-style: none;
    display: inline;
}

#hs-subnav ol li {
    float:left;
    line-height:2.3em;
    color:#777;
    padding-left:.75em;
}	
	
#hs-subnav ol li a {
    background:url(https://u.jimcdn.com/cms/o/s8fc29147a19ff228/userlayout/img/hs-crumbs.gif?t=1383215980) no-repeat right center;
    display:block;
    padding:0 15px 0 0;
}	
						
#hs-subnav ol li a:hover,
#hs-subnav ol li a.current {
    color:#000;
    text-decoration:none;
}			

/*** 3rd nav wrapper ***/
#hs-pagenav {
    float:left; 
    background:#444;
    border-top:0px solid #fff;
    width:1040px;
}

/*** main ***/
#hs-content {
    float:left;
    width: 1040px;
    padding: 10px 0 30px 0;
}

#hs-footer {
    float:left;
    width: 1040px;
    margin-bottom:15px;
    padding:20px 0;
}

#footer-bottom {
    clear:both;
    width:1040px;
    padding:0;
    margin:40px 0 0;
    border-top:1px solid #ccc;
}

#footer-bottom  div#contentfooter div.leftrow,#footer-bottom  div#contentfooter div.rightrow {
   float: right;
   text-align: right;
   width: 100%;
}

#hs-footer a {
    color: #666;
    text-decoration: none;
    font-weight: 400;
}

#hs-footer a:hover {
    text-decoration: underline;
}

#hs-footer #footer-nav ul.mainNav2,#hs-footer .inline {
    display: none;
}

/*** Jimdo navigation ***/
ul.mainNav1,ul.mainNav2,ul.mainNav3 {
    padding: 0 !important;
    list-style: none;
    text-align: center;
    margin: 0;   
}

ul.mainNav1 li,ul.mainNav2 li,ul.mainNav3 li {
    margin: 0 !important;
    padding: 0;
    list-style: none;
    display: inline;
}

/*** 1st level in top panel ***/
#header-nav {
    float:left;
    width:1040px;
    text-align:center;
    margin-top:15px;
}

#header-nav ul.mainNav1 li a,#header-nav ul.mainNav1 li a:link,#header-nav ul.mainNav1 li a:active,#header-nav ul.mainNav1 li a:visited {
    display: inline;
    text-decoration: none !important;
    font-family:Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #ccc;
    font-size: 11px;
    line-height:11px;
    float:left;
    margin: 0 1px 5px 0 !important;
    padding: 5px 8px
}

#header-nav ul.mainNav1 li a:hover,#header-nav ul.mainNav1 li a.current,#header-nav ul.mainNav1 li a.parent {
    text-decoration: none !important;
    color:#fff;
}

/*** 2nd Level ***/
#hs-subnav ul.mainNav2 li a,#hs-subnav ul.mainNav2 li a:link,#hs-subnav ul.mainNav2 li a:active,#hs-subnav ul.mainNav2 li a:hover,#hs-subnav ul.mainNav2 li a:visited {
    float:left;
    color:#666;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;/* web fonts */
    text-transform:uppercase;
    font-weight:normal;
    letter-spacing: 2px;
    font-size: 13px;
    background:#f2f2f2;
    border-right:1px solid #fff; 
    margin: 0 !important; 
    padding:3px 10px;
}

#hs-subnav ul.mainNav2 li a:hover,#hs-subnav ul.mainNav2 li a.current,#hs-subnav ul.mainNav2 li a.parent:hover,#hs-subnav ul.mainNav2 li a.parent {
    color: #fff;
    background:#333;
}


/*** 3rd Level ***/
#hs-pagenav ul.mainNav3 li a,#hs-pagenav ul.mainNav3 li a:link,#hs-pagenav ul.mainNav3 li a:active,#hs-pagenav ul.mainNav3 li a:hover,#hs-pagenav ul.mainNav3 li a:visited {
    float:left;
    background:#444;
    color:#c6c6c6;
    text-decoration: none;
    font-family:Helvetica, Arial, sans-serif;
    font-size: 11px;
    margin: 0 !important; 
    padding:2px 10px; 
}

#hs-pagenav ul.mainNav3 li a:hover,#hs-pagenav ul.mainNav3 li a.current,#hs-pagenav ul.mainNav3 li a.parent {
    color:#fff;
    text-decoration:none!important;
}

/*** hidden nav levels ***/
#header-nav ul.mainNav2,
#header-nav ul.mainNav3,

#hs-navigation .level_1,
#hs-navigation ul.mainNav2,

#hs-subnav ul.mainNav3 .level_2,
#hs-subnav ul.mainNav3 .level_3,
#hs-subnav ul.mainNav1 .level_1,

#hs-pagenav ul.mainNav1 .level_1,
#hs-pagenav ul.mainNav2 .level_2,

.tinynav,#nav

{
    display: none;
} 


/*  3. Dropdown jQuery Navigation
--------------------------------- */
#main-superfish-wrapper{
    float:none;
    text-align:center;
    height:42px;
}

div.navigation-wrapper {
    height: 42px;
    padding: 0 25px;
}

#main-superfish-wrapper ul.sf-menu {
    display: inline-block;
}

ul.sf-menu,.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.sf-menu {
    line-height: 1;
}

ul.sf-menu li {
    float: left;
    position: relative;
    padding: 0px 0;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif; /* web fonts */
    text-transform:uppercase;
    font-weight:normal;
    letter-spacing: 2px;
    -webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in; 
}

ul.sf-menu li:hover {
    visibility: inherit;
}

/* fixes IE7 'sticky bug' */
ul.sf-menu li a {
    padding: 0 40px 0 0;
    line-height: 42px;
    text-decoration: none;
    display: block;
    position: relative;
}

#top-nav .sf-menu a,#top-nav .sf-menu a:visited {
/* visited pseudo selector so IE6 applies text colour*/
    color: #666; /* main nav color */
}

#top-nav .sf-menu li li a,#top-nav .sf-menu li li a:visited {
/* visited pseudo selector so IE6 applies text colour*/
    color: #D6D6D6; /* sub nav color */
}

#top-nav .sf-menu li:hover,#top-nav .sf-menu li.sfHover,#top-nav .sf-menu a:focus,#top-nav .sf-menu a:hover,#top-nav .sf-menu a.parent,#top-nav .sf-menu a.agen,#top-nav .sf-menu a.agen span,a.cc-nav-current.j-nav-current,li.cc-nav-parent.j-nav-parent a.sf-with-ul {
    color: #4160E1;
    outline: 0;
    text-decoration: none;
}

#top-nav .sf-menu li li:hover,#top-nav .sf-menu li li.sfHover{
    color: #C62020;
}

/*--- sub menu ---*/
ul.sf-menu li:hover ul,ul.sf-menu li.sfHover ul {
    left: 0;
    z-index: 100015;
    top: 41px;
}

/* match top ul list item height */
ul.sf-menu ul {
    text-align: left;
}

ul.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em;
}

/* left offset of submenus need to match (see below) */
ul.sf-menu ul li {
    width: 100%;
    padding: 0;
    
}

ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul,ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul,ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
    left: 171px;
    top: -1px;
}

#top-nav .sf-menu li:hover ul,#top-nav .sf-menu li.sfHover ul {
    color: #000;
    width: 170px;
}

/* match ul width */
#top-nav .sf-menu li li {
    background: #4169E1;
    font-size: 12px;
    z-index: 100015;
    width: 170px;
}
#top-nav .sf-menu li li li {
    border-right:1px solid #fff;
    z-index: 100015;
}
#top-nav .sf-menu li li a:hover{
    color:#fff;
}
   

ul.sf-menu li li:last-child {
    border: 0;
}

ul.sf-menu li li a {
    color: #777;
    line-height: 30px;
    height: auto;
    padding-left: 15px;
}

ul.sf-menu li a:hover {
      color: #000;
}

/*** sub indicator ***/
.sf-sub-indicator {
    margin-right: 3px;
    float: left;
}

#top-nav ul.cc-nav-level-0.j-nav-level-0 {
    display:none;
}


/*  4. Responsive image slider
--------------------------------- */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * 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 */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-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;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 auto 30px; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides {zoom: 1; margin: 0; }

/* Direction Nav */
.flex-direction-nav{ position: absolute; bottom:20px; left: 20px; }
.flex-direction-nav a {width: 40px; height: 40px; margin:-40px 0 0; display: block; background: #000 url(https://u.jimcdn.com/cms/o/s8fc29147a19ff228/userlayout/img/bg-direction-nav.png?t=1383215980) no-repeat 11px 7px; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; -webkit-transition: all .3s ease; }
.flex-direction-nav a:hover{ background-color: #444; }
.flex-direction-nav .flex-next { background-position: -36px 7px; left: 42px; }
.flex-direction-nav .flex-prev { left: 0px; }
.flex-direction-nav .disabled { opacity: .3 !important; filter:alpha(opacity=30); cursor: default; }

/* Control Nav */
.flex-control-nav { width: auto; position: absolute; bottom: 20px; right: 2%; margin: 0; }
.flex-control-nav li { margin: 0 3px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a { width: 8px; height: 7px; display: block; background: #222; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; }
.flex-control-paging li a:hover { background: #ddd; }
.flex-control-paging li a.flex-active { background: #ddd; cursor: default; position: relative; }

.flex-caption{
        display:none;
	position: absolute;
	bottom: 20px;
	left: 103px;
        padding:0 5px;
	max-width: 50%;
        background:#f0f0f0; 
}

.flex-caption h1,
.flex-caption p{
	text-align: left;
        line-height:40px;
        color:#333;
}

.flex-caption h1{
	font-size: 15px;
        text-transform:uppercase;
}

.flex-caption p{
     font-size: 12px;
}

.flex-caption p a{}

.flex-active-slide .flex-caption{
	display: block;
}

@media screen and (max-width: 746px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 0; }
  .flex-direction-nav .flex-next { opacity: 1; right: 0; }
  .flex-active-slide .flex-caption { display: none; }
}

/*  5. Toggle Top panel     
----------------------------------------------- */
#shopping-top-panel {
    width:100%;
    margin:0 auto;
    position:relative;
    background: #4169E1;/* color 1 */
}
#top-panel {
    position: relative;
    top: 0;
    right: 0;
    width: 1040px;
    margin:0 auto;
}
#panel {
    padding: 5px 0 15px 0;
    background: #4169E1;/* color 1 */
    display: none;
    z-index: 100012;
    position: relative;
}

#panel a:link {
    text-decoration:none;
	color: #fff;
}

#panel a:hover {
    text-decoration:none;
}

.slide {
    margin: 0;
    padding: 0;
    z-index: 999999;
}

.cart-bottom {
    float:right;
    padding: 5px 0;
    cursor:pointer;
    z-index: 10;
    position: relative;
}

.cart-bottom a{
    color: #000;
    text-decoration: underline;
}

.cart-bottom a:hover{
    color: #000;
}

.cart-top{
    float:right;
    text-align:right;
    font-size:11px;
    line-height:14px;
    margin-bottom:10px;
}

.empty {
    position:absolute;
    top:22px;
    left:0;
    font-family: 'Open Sans', sans-serif; /* web fonts */
    font-size:11px;
    text-transform:uppercase;
    letter-spacing: 1px;
    color:#fff;
    padding:5px;
    z-index:-9;
}

/*  6. Custom elements
--------------------------------- */

/*** content  form ***/
#hs-container .cc-m-form-view-sortable input,#hs-container input.single,#hs-container input.newsletterInput,#hs-container div#cc-checkout-shipping-address-form input,#hs-container div#cc-checkout-billing-address-form input,#hs-container div#cc-checkout-billing-contact-form input,#hs-container div.cc-checkout-user-note-form textarea {
    background: none;
    background-color: #f5f5f5;
    margin-bottom: 15px;
    color: #6A6A6A;
    border: none;
    outline: none;
    padding: 7px 0;
    margin:5px 0;
}

#hs-container .cc-m-form-view-sortable textarea,#hs-container .n.j-formnew textarea,#hs-container .n.j-comment textarea,#hs-container .commententry.cc-com-entry textarea {
    background: none;
    background-color: #f5f5f5;
    margin-bottom: 15px;
    color: #6A6A6A;
    border: none;
    outline: none;
    padding: 7px 0;
    margin:0;
}

/* spinner */
#hs-container .cc-m-form-view-sortable input.cc-spinner-input {
   padding:0;
   margin:0;
   background:none;
   margin-bottom: 0px;
}

/* input button */
#hs-container input[type=submit],#hs-footer input[type=submit],#hs-container a.blogreadmore,#hs-container .hs-button {
    background: #4169E1;
    border:none;
    cursor:pointer;
    text-decoration: none;
    float: left;
    margin: 0;
    color: #fff;
	font-size:10px
    height: auto;
    padding: 10px 30px;
    border-bottom: 0px solid #999;
	border-radius: 8px 8px 8px 8px;
}

#hs-footer input[type=submit]{
    width:100%;
    text-transform:uppercase;
}

#hs-container input[type=submit]:hover,#hs-footer input[type=submit]:hover,#hs-container a.blogreadmore:hover,#hs-container .hs-button:hover {
    color:#fff;
    text-shadow: none;
    background:#1975FF;
}

/* note */
#hs-content .cc-m-form-note {
    font-size:11px;
}

/* newsletter style */
#hs-container #newsHeader,#hs-main strong.newslettertitel {
    display: none;
}

#hs-container input.newsletterInput,#hs-container input.submit_user {
    width:100%;
    margin-bottom:15px;
}

#hs-container input#senden,#hs-container button.onpagelogin-button {
    margin: 0px !important;
    border: 1px solid #A9A9A9;
    padding: 5px 14px !important;
    background: #E1E1E1;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px 0 #FFF inset;
    color: #383838 !important;
    cursor: pointer;
    float: right !important;
    font-size: 12px !important;
    line-height: 20px !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 0 #FFF;
}

#hs-container dt#mandFields-label {
    margin-top: 25px;
}

#hs-container input[type=submit] {
    font-size: 12px;
    text-transform: uppercase;
}

#hs-sidebar input.newsletterInput,#hs-footer input.newsletterInput {
    margin: 5px 0;
    padding:7px 0;
    width:100%;
}

/* note of newsletter in german language */
#hs-container div.newsletterbox div.newsletterbox-advice {
    margin: 40px 0 10px 0;
    font-size: 85%;
    font-style: normal;
}


/*** Photo gallery style 1 ***/
#hs-container div.thumb_sq1 a img {
    display: block;
    border: none;
    background: #f0f0f0;
    -webkit-transition: color .2s linear, background .2s linear, border-color .2s linear;
   -moz-transition: color .2s linear, background .2s linear, border-color .2s linear;
   -ms-transition: color .2s linear, background .2s linear, border-color .2s linear;
   -o-transition: color .2s linear, background .2s linear, border-color .2s linear;
   transition: color .2s linear, background .2s linear, border-color .2s linear;
}

#hs-container div.thumb_sq1 a img:hover {
    background: #4169E1;/* color 1 */
    border: none;
}

/* custom blog icon style3 */
#hs-container div.datetime.dt-style3 {
    width: auto;
    height: auto;
    margin: 0 0 10px 0;
    background: none;
    border-radius: 0px;
    border-bottom:3px solid #999;
    box-shadow: none;
}

#hs-container a.blogreadmore{
    padding: 5px 10px;
}

#hs-container span.comment {
    float:right;
    background-image:none;
}

/*** hover image overlay ***/
#hs-container .n.j-imageSubtitle a img {
   -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

#hs-container .n.j-imageSubtitle a img:hover {
   opacity:0.5;
}

/*** Twitter panel widget ***/
#footer-top div.cc-m-twitter ul li {
    padding: 0 0 15px 15px !important;
    background: url(https://u.jimcdn.com/cms/o/s8fc29147a19ff228/userlayout/img/twitter-icon.png?t=1383215981) no-repeat 0 3px !important;
}

#footer-top .ie-6 div.cc-m-twitter ul li {
    background: url(https://u.jimcdn.com/cms/o/s8fc29147a19ff228/userlayout/img/twitter-icon.png?t=1383215981) no-repeat 0 3px !important;
}

#footer-top div.cc-m-twitter ul li span {
    display: block;
    padding-left: 5px !important;
    overflow: hidden;
}

/*** Content teaser ***/
.content-teaser {
    width: auto;
    padding: 25px;
    background: #ADD6FF url();
    background-repeat:repeat;
    border:0px dotted #4169E1;/* color 1 */
    border-left: 0px solid #4169E1;/* color 1 */
}

/***  Custom links ***/
.links ul{
    margin:0!important;
    padding:0!important;
    -webkit-padding-start: 0px!important;
    text-decoration:none!important;
    list-style:none;
}

.links li {
    padding:7px 0;
    border-bottom: 1px dotted #f5f5f5;
}

.links li:hover {
    padding:7px 0;
    border-bottom: 1px dotted #ccc;
}
.links li a {
    text-decoration:none;
    color: #888!important;
}
.links li a:hover {
    color: #333!important;
    text-decoration:none!important;
}

/*** Tagcloud ***/
#hs-container .tagcloud a {
    display: block;
    float: left;
    padding: 3px 7px;
    font-size:10px;
    background: #f5f5f5;
    margin-bottom: 2px;
    margin-right: 2px;
    color:#333!important;
    text-decoration:none!important;
    -webkit-transition: all 0.2s ease 0s; 
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s; 
    transition: all 0.2s ease 0s; 
}

#hs-container .tagcloud a:hover{
    background: #4169E1; /* color 1 */
    color:#fff!important;
    text-decoration:none!important;
}



.tagcloudblue a {
    display: block;
    text-align: center;
    padding: 25px 50px;
    background: #4169E1; /* color 1 */
    margin-bottom: 1px;
    border-radius: 2px;
    text-transform: uppercase;
    color: white !important;
    text-decoration:none!important;
    -webkit-transition: opacity 0.9s ease-in-out;
    -moz-transition: opacity 0.9s ease-in-out;
    -o-transition: opacity 0.9s ease-in-out;
    -ms-transition: opacity 0.9s ease-in-out;
    transition: opacity 0.9s ease-in-out;
    width:180px;
    transition-property: width;
    transition-duration: 0.5s;
}


.tagcloudblue a:hover {
    width:180px;
    background:#1975FF;
    color: white !important;
    text-decoration:none!important;

}

.tagcloudblue2 a {
    display: block;
    text-align: center;
    padding: 18px 50px;
    background: #4169E1; /* color 1 */
    margin-bottom: 1px;
    margin-top: -12px;
    border-radius: 2px;
    text-transform: uppercase;
    color: white !important;
    text-decoration:none!important;
    -webkit-transition: opacity 0.9s ease-in-out;
    -moz-transition: opacity 0.9s ease-in-out;
    -o-transition: opacity 0.9s ease-in-out;
    -ms-transition: opacity 0.9s ease-in-out;
    transition: opacity 0.9s ease-in-out;
    width: auto;
    transition-property: width;
    transition-duration: 0.5s;
}


.tagcloudblue2 a:hover {
    width: auto;
    background:#1975FF;
    color: white !important;
    text-decoration:none!important;

}



/***  Shopping cart style in panel ***/ 
#panel #cc-sidecart-wrapper {
    z-index:999;
}
#panel div.cc-sidecart-header {
    background: #fff;
    margin-top: 10px;
    padding: 7px 7px;
    border-bottom: 2px solid #333;
    color: #333;
    z-index:999;
}

#panel div.cc-sidecart-header strong {
    
float: left;
    
font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    
font-weight: bold;
    
line-height: 19px;
}

#panel div.cc-sidecart-calculation {
    font-size: 12px;
    padding: 7px 7px;
    line-height: 16px;
    text-align: left;
}

#panel div.cc-sidecart-footer {
    overflow: hidden;
    background: #f0f0f0;
    padding: 5px 7px;
    margin-bottom: 10px;
    border-top: 1px solid #CCC;
}

/***  Shopping cart style in header ***/ 
#hs-header #cc-sidecart-wrapper {
    padding:0;
}

#hs-header .cc-sidecart-header {
    background:none;
    margin-top: 1px;
    border-bottom:none;
    padding: 0;
    color: #fff;
    width:180px;
}

#hs-header div.cc-sidecart-header strong {
    
float: left;
    
font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    
font-weight: bold;
    
line-height: 19px;
    color:#fff;
    padding:5px 10px 5px 30px;
    display:none;
}

#hs-container #cc-sidecart div.cc-sidecart-content,#hs-container div.cc-sidecart-footer {
    display:none;
}

#hs-container a.cc-shop-addtocard,#hs-container  a.cc-shop-addtocard:visited,#hs-container  a.cc-sidecart-checkout,#hs-container a.cc-sidecart-checkout:visited,#hs-container input.cc-checkout-btn {
    text-shadow:none;
    -moz-border-radius: 0px;
   -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

/*** store catalogue ***/
#hs-container .cc-catalog-container-new .cc-catalog-listview.cc-catalog-st-2 .cc-webview-product {
    border: none;
}

#hs-container .cc-catalog-container-new .cc-catalog-listview.cc-catalog-st-2 .cc-webview-product-price {
    width: 100px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f5f5f5;
    color:#fff;
    text-align: center;
    padding: 0;
}

/*** Product style ***/
#hs-container span.cc-product-title.item {
    text-align:center;
    font-size:13px;
    padding-top:5px;
}

#hs-container span.fn {
    text-transform: uppercase;
    font-size:18px;
    font-weight:bold;
}

/*** Social Bookmarks ***/	

.social-icons {
    float:left;
}

#hs-header .social-icons {
    float:right;
}

ul.social-icons {
    margin:0;
    padding:0;
    font-size: 0;
}

ul.social-icons li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 2px;
    vertical-align: top;
    background-color: #333;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

ul.social-icons li a {
    position: relative;
    display: block;
    width: 31px;
    height: 31px;
    background-image: url(https://u.jimcdn.com/cms/o/s8fc29147a19ff228/userlayout/img/hs-social.png?t=1383215980);
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all .25s linear 0;
    -moz-transition: all .25s linear 0;
    -ms-transition: all .25s linear 0;
    -o-transition: all .25s linear 0;
    transition: all .25s linear 0;
}

ul.social-icons li.twitter a {
    background-position: 0 0;
}

ul.social-icons li.facebook a {
    background-position: -31px 0;
}

ul.social-icons li.dribble a {
    background-position: -62px 1px;
}

ul.social-icons li.vimeo a {
    background-position: -94px 1px;
}

ul.social-icons li.youtube a {
    background-position: -126px 1px;
}

ul.social-icons li.rss a {
    background-position: -155px 1px;
}

ul.social-icons li.picasa a {
    background-position: -186px 2px;
}

ul.social-icons li.stubleupon a {
    background-position: -217px 2px;
}

ul.social-icons li.skype a {
    background-position: -248px 2px;
}

ul.social-icons li.dropbox a {
    background-position: -279px 2px;
}

ul.social-icons li.cat a {
    background-position: -310px 1px;
}

ul.social-icons li.linkedin a {
    background-position: -341px 1px;
}

ul.social-icons li.plus a {
    background-position: -372px 1px;
}

ul.social-icons li.pinterest a {
    background-position: -403px 2px;
}

ul.social-icons li.blogger a {
    background-position: -434px 1px;
}

ul.social-icons li.flickr a {
    background-position: -464px -1px;
}

ul.social-icons li.delicious a {
    background-position: -495px 1px;
}

ul.social-icons li.yahoo a {
    background-position: -526px 1px;
}

ul.social-icons li.evernote a {
    background-position: -557px 2px;
}

ul.social-icons li.apple a {
    background-position: -588px 1px;
}

ul.social-icons li.behance a {
    background-position: -620px 1px;
}

ul.social-icons li.gplus a {
    background-position: -651px 2px;
}

ul.social-icons li.digg a {
    background-position: -682px 1px;
}

ul.social-icons li.lastfm a {
    background-position: -713px 0;
}

ul.social-icons li.myspace a {
    background-position: -745px 1px;
}

ul.social-icons li.deviantart a {
    background-position: -776px -1px;
}

ul.social-icons li.wordpress a {
    background-position: -806px 2px;
}

ul.social-icons li.mail a {
    background-position: -838px 0;
}

ul.social-icons .twitter:hover {
    background-color: #47c0d8;
}

ul.social-icons .facebook:hover {
    background-color: #49699f;
}

ul.social-icons .dribble:hover {
    background-color: #e65992;
}

ul.social-icons .vimeo:hover {
    background-color: #568799;
}

ul.social-icons .youtube:hover {
    background-color: #b72d24;
}

ul.social-icons .rss:hover {
    background-color: #fe9900;
}

ul.social-icons .picasa:hover {
    background-color: #535353;
}

ul.social-icons .stubleupon:hover {
    background-color: #eb4924;
}

ul.social-icons .skype:hover {
    background-color: #24b0e4;
}

ul.social-icons .dropbox:hover {
    background-color: #5da3e8;
}

ul.social-icons .cat:hover {
    background-color: #7292a2;
}

ul.social-icons .linkedin:hover {
    background-color: #2c7cb7;
}

ul.social-icons .plus:hover {
    background-color: #629e61;
}

ul.social-icons .pinterest:hover {
    background-color: #c21c21;
}

ul.social-icons .blogger:hover {
    background-color: #f38f33;
}

ul.social-icons .flickr:hover {
    background-color: #b5c2d2;
}

ul.social-icons .delicious:hover {
    background-color: #3975be;
}

ul.social-icons .yahoo:hover {
    background-color: #a55bbe;
}

ul.social-icons .evernote:hover {
    background-color: #606060;
}

ul.social-icons .apple:hover {
    background-color: #fe9900;
}

ul.social-icons .behance:hover {
    background-color: #18a3fe;
}

ul.social-icons .gplus:hover {
    background-color: #2882c6;
}

ul.social-icons .digg:hover {
    background-color: #2882c6;
}

ul.social-icons .lastfm:hover {
    background-color: #be0607;
}

ul.social-icons .myspace:hover {
    background-color: #1b61b0;
}

ul.social-icons .deviantart:hover {
    background-color: #5f7162;
}

ul.social-icons .wordpress:hover {
    background-color: #33759d;
}

ul.social-icons .mail:hover {
    background-color: #65a413;
}


/** jQuery toggles & tabs ***/
.toggle {
    color: #444;
    font-weight:bold;
} 

.toggle a.switch {
    color: #444;
    display: block;
    font-size: 15px;
    font-weight:bold;
    line-height: 21px;
    margin-bottom: 0px;
    padding-top: 10px;
}

.toggle a.switch:first-child {
    border: none;
    padding: 0;
}

.toggle a.switch  {
    background-color: #4169E1;/* color 1 */
    background-image: url(https://u.jimcdn.com/cms/o/s8fc29147a19ff228/userlayout/img/plus.png?t=1383215980);
    background-size: 7px 7px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    float: left;
    margin-right: 10px;
    height: 21px;
    width: 21px;
}

.toggle a.switch.opened{
    color: #777;
}

.toggle a.switch.opened {
    background-color: #777;
    background-image: url(https://u.jimcdn.com/cms/o/s8fc29147a19ff228/userlayout/img/minus.png?t=1383215980);
}

.toggle .content {
   margin: 10px 0 0;
   padding: 0;
   
}

/*** tabs ***/
ul.tabs-nav {
    font-size: 0;
    list-style: none;
    margin:0;
    padding:0;
}

ul.tabs-nav > li {
    display: inline-block;
    margin-bottom: -1px;
}

ul.tabs-nav > li > a {
    background-color: #7A96EA;
    border-right:1px solid #ddd;
    color: #fff;
    display: block;
    text-decoration:none;
    font-size: 12px;
    padding: 8px 20px;
}

ul.tabs-nav > li > a:hover {
    color: #fff!important;
    background-color: #4169E1; /* Color 1 */
    
}

ul.tabs-nav > li.active > a {
    color: #fff;
    background-color: #4169E1; /* Color 1 */
}

div.tabs-container {
    border: 1px solid #e4e4e4;
    border-radius: 0 2px 2px 2px;
    padding: 20px;
}


/*  8. Media Queries
----------------------------------------------- */

/*** Tablet Layout 768px ***/
@media only screen and (min-width: 746px) and (max-width: 1050px) {

/* Main */
#top-panel,#hs-header,#header-nav,#hs-container,#hs-subnav,#hs-pagenav,#hs-content,#hs-footer,#footer-bottom  { width: 702px;}
#main-superfish-wrapper,#hs-subnav, #hs-pagenav{display:none;}
#top-nav {border-top: none;border-bottom:none;}
.empty { font-size:11px;}
#footer-top h3 { font-size:13px;}

/* cms */
#hs-container .cc-m-video-container {width: 702px!important;}
#hs-container .n.j-hgrid .cc-m-video-container {width: 100%!important;}
#hs-content ul.com-list .commententry,#hs-content ul.com-list .com-meta,#hs-content ul.com-list .com-locked {margin-left: 5px;}
#hs-content ul.com-list li,#hs-content ul.com-list-noava li {width:702px;}
#hs-container .com-avatar.cc-entry-avatar {margin-right:10px;}
#hs-container .cc-catalog-container.cc-catalog-sliderview.cc-catalog-st-3 {width:702px!important;}

/* Navigation */
#hs-content ul.com-list .commententry,#hs-content ul.com-list .com-meta,#hs-content ul.com-list .com-locked {margin-left: 5px;}
#top-nav select{opacity:0!important;}
.tinynav { display: inline-block;width:702px;height:44px;position: absolute;top:0;padding:0px;cursor: pointer !important;font-size:1.1rem;border:none;color:#333;-webkit-appearance: none;-moz-appearance:none;background: #fff;}
#m-wrapper { display: inline-block;width:702px;}
}


/*** Wide Mobile Layout: 480px ***/
@media only screen and (min-width: 460px) and (max-width: 745px) {

/* Main */
#top-panel,#hs-header,#header-nav,#hs-container,#hs-subnav,#hs-pagenav,#hs-content,#hs-footer,#footer-bottom  { width: 400px;}
#logo, #logo img { width: 282px; padding: 0px}
#header-nav  { width: 380px;}
.h-links,.cart-bottom { float:none;text-align:center;}
.h-links a:hover {color:#fff;}
.empty { left:80px;}
#hs-content .cc-m-hgrid-column,#footer-top .cc-m-hgrid-column {width:100%!important;margin-bottom:10px;}
#main-superfish-wrapper,#header-nav {display:none;}
#top-nav {border-top: none;border-bottom:none;}
.flex-direction-nav{ position: absolute; bottom:0px; left: 0px; }

/* cms */
#hs-container .cc-m-hgrid-column {width:100%!important;padding-bottom:10px;}
#hs-container .cc-m-video-container {width: 400px!important;}
#hs-container div.j-imageSubtitle img,#hs-container .imgleft,#hs-container .cc-m-image-align-1,#hs-container .cc-m-image-align-2,#hs-container .cc-pinterest-overlay,#hs-container .cc-m-image-resizewrapper img {max-width: 400px !important;height:auto!important;float:none; padding-bottom:10px;}
#hs-content ul.com-list .commententry,#hs-content ul.com-list .com-meta,#hs-content ul.com-list .com-locked {margin-left: 5px;}
#hs-content ul.com-list li,#hs-content ul.com-list-noava li {width:400px;}
#hs-container .com-avatar.cc-entry-avatar {margin-right:10px;}

/* Navigation */
#hs-content ul.com-list .commententry,#hs-content ul.com-list .com-meta,#hs-content ul.com-list .com-locked {margin-left: 5px;}
#top-nav select{opacity:0!important;}
#hs-subnav, #hs-pagenav { display:none;}
.tinynav { display: inline-block;width:400px;height:55px;position: absolute;top:0;padding: 0;cursor: pointer !important;font-size:1.1rem;border:none;color:#575759;-webkit-appearance: none;-moz-appearance:none;background: #fff;}
#m-wrapper { display: inline-block;width:400px;}

/* Online store */
#hs-container div.cc-shop-product-size-1 div.cc-shop-product-img,#hs-container div.cc-shop-product-size-2 div.cc-shop-product-img,#hs-container div.cc-shop-product-size-3 div.cc-shop-product-img {}
#hs-container .cc-catalog-container-new .cc-catalog-listview a.cc-webview-product-image { float:none;clear:both;}
#hs-container div.cc-shop-product-size-1 div.cc-shop-product-desc,#hs-container div.cc-shop-product-size-2 div.cc-shop-product-desc,#hs-container div.cc-shop-product-size-3 div.cc-shop-product-desc {margin-left: 0px;clear:both;padding-top:20px;}
#hs-content div.cc-checkout-subheadings {font-size:14px;padding-bottom:5px;}
#hs-container .cc-catalog-container-new .cc-catalog-listview a.cc-webview-product-image {max-width: 380px !important;height:auto!important;float:none;margin:10px 0;}
#hs-container .cc-catalog-container.cc-catalog-sliderview.cc-catalog-st-3 {width:400px!important;}
}


/*** Mobile Layout: 320px ***/
@media only screen and (min-width: 300px) and (max-width: 459px) {

/* Main */
#top-panel,#hs-header,#header-nav,#hs-container,#hs-subnav,#hs-pagenav,#hs-content,#hs-footer,#footer-bottom  { width: 282px;}
#logo, #logo img { width: 282px; padding: 0px}
.h-links,.cart-bottom { float:none;text-align:center;}
.h-links a:hover {color:#fff;}
.empty { left:25px;}
#main-superfish-wrapper,#header-nav{display:none;}
#top-nav {border-top: none;border-bottom:none;}
.empty { font-size:10px; top:22px;}
#footer-bottom  div#contentfooter div.leftrow,#footer-bottom  div#contentfooter div.rightrow {float: none;text-align: center;width: 100%;}
.flex-direction-nav{ position: absolute; bottom:0px; left: 0px; }
ul.tabs-nav > li > a {font-size: 12px;padding: 4px 10px;}
div.tabs-container {padding: 10px;}

/* cms */
#hs-container .cc-m-hgrid-column{width:100%!important;padding-bottom:10px;}
#hs-container .cc-m-video-container {width: 272px!important;}
#hs-container div.j-imageSubtitle img,#hs-container .imgleft,#hs-container .cc-m-image-align-1,#hs-container .cc-m-image-align-2,#hs-container .cc-pinterest-overlay,#hs-container .cc-m-image-resizewrapper img {max-width: 282px !important;height:auto!important;float:none; padding-bottom:10px;}
#hs-content ul.com-list .commententry,#hs-content ul.com-list .com-meta,#hs-content ul.com-list .com-locked {margin-left: 5px;width:95%;}
#hs-content ul.com-list li,#hs-content ul.com-list-noava li {width:272px;}
#hs-container strong.number,#hs-container .com-avatar {display:none;}

/* Navigation */
#hs-content ul.com-list .commententry,#hs-content ul.com-list .com-meta,#hs-content ul.com-list .com-locked {margin-left: 5px;}
#top-nav select{opacity:0!important;}
#hs-subnav, #hs-pagenav { display:none;}
.tinynav { display: inline-block;width:282px;height:44px;position: absolute;top:0;padding:0px;cursor: pointer !important;font-size:1.1rem;border:none;color:#333;-webkit-appearance: none;-moz-appearance:none;background: #fff}
#m-wrapper { display: inline-block;width:282px;}

/* Online store */
#hs-container div.cc-shop-product-size-1 div.cc-shop-product-img,#hs-container div.cc-shop-product-size-2 div.cc-shop-product-img,#hs-container div.cc-shop-product-size-3 div.cc-shop-product-img,#hs-container div.cc-shop-product-img-confines,#hs-container img.cc-shop-product-main-image {max-width:272px!important;height:auto!important;}
#hs-container .cc-catalog-container-new .cc-catalog-listview a.cc-webview-product-image { float:none;clear:both;}
#hs-container .cc-catalog-container-new .cc-catalog-listview.cc-catalog-st-2 .cc-webview-product-price {display:none;}
#hs-container div.cc-shop-product-size-1 div.cc-shop-product-desc,#hs-container div.cc-shop-product-size-2 div.cc-shop-product-desc,#hs-container div.cc-shop-product-size-3 div.cc-shop-product-desc {margin-left: 0px;clear:both;padding-top:20px;}
#hs-container .cc-catalog-container-new .cc-catalog-listview a.cc-webview-product-image {max-width: 272px !important;height:auto!important;float:none;margin:10px 0;}
#hs-container .cc-catalog-container.cc-catalog-sliderview.cc-catalog-st-3 {width:282px!important;}

/* checkout page for mobile devices */
#hs-content div#cc-checkout-gutter {padding: 0;}
#hs-content div.cc-checkout-subheadings {font-size:16px;padding-bottom:5px;}
#hs-content span#cc-checkout-address-head-differs,#hs-content span#cc-checkout-address-head-same{ padding:5px 0; float:left;width:100%;font-size:95%;}
#hs-content table.cc-checkout-products {border-collapse: collapse;font-size: 10px;padding: 0;margin: 0;vertical-align: middle;}
#hs-content table.cc-checkout-products th {padding: 3px;margin: 0;vertical-align: middle;border-bottom: 3px solid #999;text-align: left;overflow: hidden;}
#hs-content table.cc-checkout-products th.cc-desc {padding-left: 0px;line-height: 1.3em;}
select#billing_country.cc-sa-country-code-select{ width: 180px;}
#hs-content div#cc-checkout-shipping-address-form input,#hs-content div#cc-checkout-billing-address-form input,#hs-content div#cc-checkout-billing-contact-form input,#hs-content div#cc-checkout-shipping-address-form select,#hs-content div#cc-checkout-billing-address-form select {margin: 6px 0 10px;width:212px;}
#hs-content table,#hs-content td,#hs-content th{font: normal 10px/120% Helvetica, Arial, sans-serif;font-weight: normal;}
#hs-content label#cc-checkout-address-checkbox-title {float: left;margin-top:5px;}
}