/* 
Theme Name: Pro Photography
Version: 2.3 ( May 2013 )
Description: Multi-Purpose Jimdo theme with Full Screen Background slideshow
Author: Serhiy Hembarevskyy
URI:  http://www.hembarevskyy.com/
*/


/*-----------------------------------------------------------------------------------
    Includes the main custom elements:
                     1. Typography
                     2. Layout
                     3. Toggle slide
                     4. Supersized jQuery plugin
                     5. Swipebox plugin
                     6. Social Bookmarking icons
                     7. Custom Jimdo forms
                     8. Media Queries
                  

    Default theme colors:

                     1. #ddb77b; Yellow ( Color 1 )

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


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

#hs-container h1 {
    font-family:'Dosis', sans-serif; /* web fonts */
    text-transform:uppercase;
}

#hs-container h2 {
    font-family:'Dosis', sans-serif; /* web fonts */
    text-transform:uppercase;
}

#hs-container h3 {
    font-family:'Dosis', sans-serif; /* web fonts */
    text-transform:uppercase;
}

a:link,a:visited {
    text-decoration: none !important;
}

/*** footer hover links ***/
#hs-container a:active,#hs-container a:hover {
    color: #d3a765;
}

/*  2. Layout
--------------------------------- */
.body {
    padding: 0;
    background: #000;
}

#hs-container {
    position: relative;
    width: 900px;
    float: left;
    text-align: left;
    padding: 0;
}

#hs-sidebar {
    width: 250px;
    float: left;
    margin: 0 10px;
    background: url(https://u.jimcdn.com/cms/o/se8abed2641d54eac/userlayout/img/black-80.png?t=1374182008);/* you can use "white-80.png" for white background */
    background-repeat: repeat;
    border-top: 5px solid #ddb77b; /* color 1 */
}

/*** fixed position of sidebar ***/
body.cc-page.cc-pagemode-default.cc-content-parent #hs-sidebar,body.cc-page.cc-page-index.cc-indexpage.cc-pagemode-overlay.cc-content-parent #hs-sidebar,body.cc-page.cc-page-index.cc-indexpage.cc-pagemode-sitetemplate.cc-content-parent #hs-sidebar{
    position: fixed;
}

/*** it's illegal to hide the jimdo ad box ***/
#hs-sidebar #jimdobox{
    display:none!important;
}

#hs-emotion {
    padding-bottom:5px;
}

#hs-wrapper {
    position: relative;
    width: 630px;
    float: right;
    margin: 0;
    padding: 0;
}

#hs-content {
    position: relative;
    z-index: 10;
    float: right;
    width: 630px;
    margin: 0;
    min-height: 100px;
    background: url(https://u.jimcdn.com/cms/o/se8abed2641d54eac/userlayout/img/black-80.png?t=1374182008); /* you can use "white-80.png" for white background */
    background-repeat: repeat;
    border-top: 1px solid #ddb77b; /* color 1 */
}

#hs-footer {
    width: 100%;
    color: #ccc;
    margin: 10px 0 0;
}

#hs-footer #contentfooter div.leftrow,#hs-footer #contentfooter div.rightrow {
    width: 100%;
    float: left;
    text-align: left;
    font-size:9px;
}

#hs-footer #contentfooter .inline {
    display:none;
}

/*** gutter ***/
#hs-sidebar .gutter {
    padding: 5px 15px;
}

#hs-content .gutter {
    padding: 20px;
}

/*** navigation ***/
#top_nav {
    float: left;
    padding: 5px 0;
}

#main_nav {
    float:left;
    border-top:1px solid #333;
    border-bottom:1px solid #333;
    width:220px;
    padding:10px 0;
}

ul.mainNav1 {
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.mainNav2 {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.mainNav1 li,ul.mainNav2 li,ul.mainNav3 li {
    display: inline;
    margin: 0;
    padding: 0;
}

/*** 1st level ***/
ul.mainNav1 li a {
    text-decoration: none;
    display: inline;
    color: #f0f0f0;
    padding: 4px;
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

/*** 2nd level ***/
ul.mainNav2 li a {
    padding: 5px;
    font-family:'Dosis', sans-serif; /* web fonts */
    font-size: 18px;
    display: block;
}

/*** 3rd level ***/
ul.mainNav3 {
    text-align: left;
    margin: 0;
    padding: 5px;
    list-style: none;
}

ul.mainNav3 li a {
    padding: 2px 4px 2px 12px;
    font-size: 13px;
    display: block;
}

ul.mainNav1 li a:hover {
    color: #ddb77b !important; /* color 1 */
}

ul.mainNav1 li a.current,ul.mainNav1 li a.parent,ul.mainNav2 li a.current,ul.mainNav2 li a.parent,ul.mainNav3 li a.current,ul.mainNav3 li a.parent {
    color: #ddb77b; /* color 1 */
}

#top_nav .mainNav2,#top_nav .mainNav3,#main_nav .level_1{
    display: none;
}

.tinynav,#nav { display: none; }


/*  3. Toggle slide
--------------------------------- */

#aTag {
    width: auto;
    position: relative;
    margin: 0;
    float: left;
    z-index: 999;
}

a#aTag {
    color: #444;
    background: #ddb77b url(https://u.jimcdn.com/cms/o/se8abed2641d54eac/userlayout/img/fullscreen.png?t=1374182036) 4px 6px no-repeat; /* color 1 */
    font-size: 10px;
    text-decoration: none;
    padding: 2px 20px;
}

a#aTag:hover {
    color: #000;
}

/*** transparent bg in homepage ***/
.body.cc-page.cc-page-index.cc-indexpage.cc-pagemode-default.cc-content-parent #hs-content {
    background: none;
} 

.body.cc-page.cc-page-index.cc-indexpage.cc-pagemode-default.cc-content-parent a#aTag{
    display: none;
} 

/*  4. Supersized jQuery plugin
--------------------------------- */

/*
	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

* {
    margin: 0;
    padding: 0;
}

body {
    background: #111;
    height: 100%;
}

img {
    border: none;
}

#supersized-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    text-indent: -999em;
    background: url(https://u.jimcdn.com/cms/o/se8abed2641d54eac/userlayout/img/progress.gif?t=1374182014) no-repeat center center;
}

#supersized {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
}

#supersized img {
    width: auto;
    height: auto;
    position: relative;
    display: none;
    outline: none;
    border: none;
}

#supersized.speed img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: 0;
}

/*** Speed ***/
#supersized.quality img {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}

/*** Quality ***/
#supersized li {
    display: block;
    list-style: none;
    z-index: -30;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
}

#supersized a {
    width: 100%;
    height: 100%;
    display: block;
}

#supersized li.prevslide {
    z-index: -20;
}

#supersized li.activeslide {
    z-index: -10;
}

#supersized li.image-loading {
    background: #111 url(https://u.jimcdn.com/cms/o/se8abed2641d54eac/userlayout/img/progress.gif?t=1374182014) no-repeat center center;
    width: 100%;
    height: 100%;
}

#supersized li.image-loading img {
    visibility: hidden;
}

#supersized li.prevslide img,#supersized li.activeslide img {
    display: inline;
}

/*** overlay ***/
.overlay-wrapper {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(https://u.jimcdn.com/cms/o/se8abed2641d54eac/userlayout/img/pattern-06.png?t=1374234043); /* choose between "pattern-01.png" and "pattern-09.png" for overlay */
    background-repeat: repeat;
    position: fixed;
}

/*** slide nav ***/
ul.nav {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    z-index: 99999;
}

ul.nav li a {
    display: block;
    padding: 8px 18px !important;
    text-indent: -9999px;
    opacity: 0.6;
    z-index: 99999;
}

ul.nav li.sprev {
    float: left;
}

ul.nav li.snext {
    float: left;
    margin-left: 1px;
}

#prevslide {
    left: 10px;
    background-image: url(https://u.jimcdn.com/cms/o/se8abed2641d54eac/userlayout/img/larrow.png?t=1374183086);
    background-repeat: no-repeat;
    background-color: #000;
    background-position: center;
    z-index: 99999;
}

#nextslide {
    right: 10px;
    background-image: url(https://u.jimcdn.com/cms/o/se8abed2641d54eac/userlayout/img/rarrow.png?t=1374183094);
    background-repeat: no-repeat;
    background-color: #000;
    background-position: center;
    z-index: 99999;
}

#prevslide:hover,#nextslide:hover {
    cursor: pointer;
    background-color: #444;
}

/*  5. Swipebox plugin
--------------------------------- */
.swipebox-overflow-hidden {
    overflow: hidden!important;
}

#swipebox-overlay img {
    border: none!important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9999;
    overflow: hidden;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#swipebox-slider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
}

#swipebox-slider .slide {
    background: url(https://u.jimcdn.com/cms/o/se8abed2641d54eac/userlayout/img/progress.gif?t=1374182014) no-repeat center center;
    height: 100%;
    line-height: 1px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#swipebox-slider .slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}

#swipebox-action, #swipebox-caption {
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}

#swipebox-action {
    bottom: -50px;
} 
 
#swipebox-action.visible-bars {
    bottom: 0;
}

#swipebox-action.force-visible-bars {
    bottom: 0!important;
}

#swipebox-caption {
    top: -50px;
    text-align: center;
}
#swipebox-caption.visible-bars {
    top: 0;
}

#swipebox-caption.force-visible-bars {
    top: 0!important;
}

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
    background-image: url(https://u.jimcdn.com/cms/o/se8abed2641d54eac/userlayout/img/icons.png?t=1374182180);
    background-repeat: no-repeat;
    border: none!important;
    text-decoration: none!important;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
}

#swipebox-action #swipebox-close {
    background-position: 15px 12px;
    left: 40px;
}

#swipebox-action #swipebox-prev {
    background-position: -32px 13px;
    right: 100px;
}

#swipebox-action #swipebox-next {
    background-position: -78px 13px;
    right: 40px;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}

#swipebox-slider.rightSpring {
    -moz-animation: rightSpring 0.3s;
    -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
    -moz-animation: leftSpring 0.3s;
    -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px; }
  }

/* Skin 
--------------------------*/
#swipebox-overlay {
    background: #0d0d0d;
}

#swipebox-action, #swipebox-caption {
    text-shadow: 1px 1px 1px black;
    background-color: #0d0d0d;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
    background-image: -webkit-linear-gradient(#0d0d0d, #000000);
    background-image: -moz-linear-gradient(#0d0d0d, #000000);
    background-image: -o-linear-gradient(#0d0d0d, #000000);
    background-image: linear-gradient(#0d0d0d, #000000);
    -webkit-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
    -moz-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
    box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: 0.95;
}

#swipebox-action {
    -webkit-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
    -moz-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
    box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
}

#swipebox-caption {
    color: white!important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif;
}

a.swipebox img {
    border:1px solid #333;
}
a.swipebox img:hover{
    border:1px solid #ddb77b; /* color 1 */;
   -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/*  6. Social Bookmarking icons
--------------------------------- */

.social_links {
    float: left;
    width:100%;
}

.social_links ul {
    margin: 0;
    padding: 0;
}

.social_links li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social_links a {
    height: 40px;
    width: 40px;
    margin:5px 0;
    padding:0;
    display: inline-block;
    text-indent: -9999px;
    background: transparent url(https://u.jimcdn.com/cms/o/se8abed2641d54eac/userlayout/img/social.png?t=1374182062);
}

.social_links li a {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.social_links li.behance a {
    background-position: -80px 0;
}

.social_links li.behance a:hover {
    background-position: -80px -40px;
}

.social_links li.deviantart a {
    background-position: -160px 0;
}

.social_links li.deviantart a:hover {
    background-position: -160px -40px;
}

.social_links li.dribbble a {
    background-position: -240px 0;
}

.social_links li.dribbble a:hover {
    background-position: -240px -40px;
}

<a href='http://www.efvi.eu/index.de.html' target='_blank'><img src='http://www.efvi.eu/badge/support-black-125x50.png' width='125' height='50' border='0'/></a>

}

.social_links .facebook a {
    background-position: -280px 0;
}

.social_links .facebook a:hover {
    background-position: -280px -40px;
}

.social_links li.flickr a {
    background-position: -320px 0;
}

.social_links li.flickr a:hover {
    background-position: -320px -40px;
}

.social_links li.googleplus a {
    background-position: -400px 0;
}

.social_links li.googleplus a:hover {
    background-position: -400px -40px;
}

.social_links li.instagram a {
    background-position: -440px 0;
}

.social_links li.instagram a:hover {
    background-position: -440px -40px;
}

.social_links li.lastfm a {
    background-position: -480px 0;
}

.social_links li.lastfm a:hover {
    background-position: -480px -40px;
}

.social_links li.linkedin a {
    background-position: -520px 0;
}

.social_links li.linkedin a:hover {
    background-position: -520px -40px;
}

.social_links li.myspace a {
    background-position: -560px 0;
}

.social_links li.myspace a:hover {
    background-position: -560px -40px;
}

.social_links li.picasa a {
    background-position: -640px 0;
}

.social_links li.picasa a:hover {
    background-position: -640px -40px;
}

.social_links li.pinterest a {
    background-position: -680px 0;
}

.social_links li.pinterest a:hover {
    background-position: -680px -40px;
}

.social_links li.soundcloud a {
    background-position: -840px 0;
}

.social_links li.soundcloud a:hover {
    background-position: -840px -40px;
}

.social_links li.twitter a {
    background-position: -960px 0;
}

.social_links li.twitter a:hover {
    background-position: -960px -40px;
}

.social_links li.vimeo a {
    background-position: -1000px 0;
}

.social_links li.vimeo a:hover {
    background-position: -1000px -40px;
}

.social_links li.youtube a {
    background-position: -1080px 0;
}

.social_links li.youtube a:hover {
    background-position: -1080px -40px;
}

#hs-container .n.j-facebook {
    overflow:hidden;
}


/*  7. Custom Jimdo forms
--------------------------------- */
#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,#hs-container input.single {
    background-color: #333;
    border: 1px solid #333;
    color: #DFDFDF;
    padding: 7px 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-color: #333;
    border: 1px solid #333;
    color: #DFDFDF;
    padding: 7px 0;
}

#hs-container input[type=submit]{
    background: #ddb77b; /* color 1 */
    border: none;
    color: #000;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    padding: 7px 10px;
}

#hs-container input[type=submit]:hover{
    background-color: #d3a765;
    border-color: none;
    color: #000;
}

#hs-container ul.com-list li,#hs-container ul.com-list-noava li {
    border-top: 1px solid #333;
}

#hs-container .cc-m-form-note {
    border-top: 1px solid #333;
    padding: 3px 0 3px 20px;
    margin-top: 10px;
}

#hs-container p.com-meta span {
    font-size:10px;
    color:#777;
}

/* photogallery style 1 */
#hs-container div.thumb_sq1 a img {
    display: block;
    border: none;
    padding: 5px;
    background: #333;
}

#hs-container div.thumb_sq1 a img:hover {
    background: #ddb77b; /* color 1 */
    border: none;
    transition: background-color .6s;
    -webkit-transition: background-color .6s;
    -moz-transition: background-color .6s;
}

/***  Shopping cart style ***/
#hs-sidebar div.cc-sidecart-header {
    background: #333;
    padding: 7px;
    border-bottom: none;
    color: #fff;
}

#hs-sidebar div.cc-sidecart-header strong {
     float: left;
     font-size: 14px;
    font-family: Helvetica, sans-serif;
    text-transform: uppercase;
     line-height: 14px;
}

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

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

/*** check out page ***/
#hs-container #cc-checkout-wrapper {
    background: #000;
}

#hs-container table.cc-checkout-products td {
    color: #ccc !important;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: #333;
}

#hs-container div.cc-checkout-subheadings {
    border-bottom: 3px solid #ddb77b;
    color: #ddb77b; /* color 1 */
    font-family: 'Dosis', sans-serif; /* web fonts */
    text-transform: uppercase;
    padding: 10px 20px 5px 10px;
    margin: 5px 0;
    font-size: 14px;
    font-weight: 400;
}

#hs-container div.cc-checkout-subheadings strong {
    font-size: 14px;
}

#hs-container table.cc-checkout-products th {
    padding: 5px;
    margin: 0;
    vertical-align: middle;
    border-bottom: none;
    background: #333;
    text-align: left;
    overflow: hidden;
    color: #ccc;
}

#hs-container a.cc-quantity-delete-link {
    background: #ddb77b;/* color 1 */
    padding: 2px 5px 6px;
}

#hs-container a.cc-quantity-delete-link:hover {
    background: #d3a765;
}

#hs-container div#cc-checkout-wrapper a {
    text-decoration: none !important;
    color: #fff !important;
}

#hs-container span.fn {
    color: #ddb77b; /* color 1 */
    text-transform: uppercase;
}

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

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

/* Typography */
#hs-container h1 {font-size: 20px;}
#hs-container h2 {font-size: 17px;}
#hs-container h3 {font-size: 14px;}

/* Layout */
#hs-container{ width: 652px;}
#hs-sidebar{ width: 152px;}
#hs-wrapper,#hs-content {width:470px;}
#hs-emotion img {width:122px;}
#hs-sidebar .gutter {padding: 5px 10px;}
#social_links {width:132px;}
#hs-container .cc-m-video-container {width: 420px!important;}
#hs-container div.j-imageSubtitle img {max-width: 420px !important;height:auto!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: 420px !important;height:auto!important;}

               
/* navigation */
#main_nav {width:132px;}
ul.mainNav1 li a {padding: 5px; font-size:11px;}
ul.mainNav2 li a {font-size:18px;}
ul.mainNav3 li a {font-size: 13px;}

/* Online store */
/* 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:420px!important;height:auto!important;}
#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;}
}


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

/* Typography */
#hs-container h1 {font-size: 20px;}
#hs-container h2 {font-size: 17px;}
#hs-container h3 {font-size: 14px;}

/* Layout */
.body {background: #555;}
#hs-container{ width: 400px;margin:0 auto;float:none;}
#hs-sidebar{ width: 380px;}
#hs-wrapper,#hs-content {width:380px;}
#hs-wrapper {margin: 0 10px;}
#hs-content {margin: 0;}
#hs-emotion img {max-width:360px;float:none;margin:0 auto;}
#hs-sidebar .gutter {padding: 5px 10px;}
ul.nav,a#aTag { display:none;}
#hs-container .cc-m-hgrid-column {width:100%!important;}
#hs-container .cc-m-video-container {width: 330px!important;}
#hs-container div.j-imageSubtitle img {max-width: 360px !important;height:auto!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: 360px !important;height:auto!important;float:none; padding-bottom:10px;}

               
/* navigation */
.tinynav { display: block;width:360px;margin:5px 0;}
#nav,#main_nav { display: none; }
ul.mainNav1 li a {}
ul.mainNav2 li a {}
ul.mainNav3 li a {}

/* relative position of sidebar */
body.cc-page.cc-pagemode-default.cc-content-parent #hs-sidebar,body.cc-page.cc-page-index.cc-indexpage.cc-pagemode-overlay.cc-content-parent #hs-sidebar,body.cc-page.cc-page-index.cc-indexpage.cc-pagemode-sitetemplate.cc-content-parent #hs-sidebar{
    position: relative;
}

/* 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:360px!important;height:auto!important;}
#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;}

/* supersized */
#supersized,#supersized-loader {display:none;}
}


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

/* Typography */
#hs-container h1 {font-size: 17px;}
#hs-container h2 {font-size: 15px;}
#hs-container h3 {font-size: 14px;}

/* Layout */
.body {background: #555;}
#hs-container{ width: 242px;margin:0 auto;float:none;}
#hs-sidebar{ width: 242px;margin:0 auto;background: #000;}
#hs-wrapper,#hs-content {width:242px;background: #000;}
#hs-wrapper {margin:0 auto;float:none;}
#hs-content {margin: 0;}
#hs-content .gutter {padding: 5px;}
#hs-emotion img {max-width:212px;}
#hs-sidebar .gutter {padding: 5px;}
ul.nav,a#aTag{ display:none;}
#hs-container .cc-m-hgrid-column {width:100%!important;}
#hs-container .cc-m-video-container {width: 220px!important;}
#hs-content ul.com-list .commententry,#hs-content ul.com-list .com-meta,#hs-content ul.com-list .com-locked {margin-left: 5px;width:200px;}
#hs-container strong.number,#hs-container .com-avatar {display:none;}
#hs-container div.j-imageSubtitle img {max-width: 222px !important;height:auto!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: 222px !important;height:auto!important;float:none; padding-bottom:10px;}

/* relative position of sidebar */
body.cc-page.cc-pagemode-default.cc-content-parent #hs-sidebar,body.cc-page.cc-page-index.cc-indexpage.cc-pagemode-overlay.cc-content-parent #hs-sidebar,body.cc-page.cc-page-index.cc-indexpage.cc-pagemode-sitetemplate.cc-content-parent #hs-sidebar{
    position: relative;
}

/* 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:222px!important;height:auto!important;}
#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;}

/* checkout page for mobile devices */
#hs-content div#cc-checkout-gutter {padding: 0;}
#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: 0px;margin: 0;vertical-align: middle;border-bottom: 3px solid #999;background: none;text-align: left;overflow: hidden;color: #fff;}
#hs-content table.cc-checkout-products th.cc-desc {padding-left: 0px;line-height: 1.3em;}
#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;}
#hs-content table.cc-checkout-products thead,#hs-content span.product-entry-total {display:none!important;}
               
/* navigation */
.tinynav { display: block;width:232px;margin:5px 0; }
#nav,#main_nav { display: none; }
ul.mainNav1 li a {}
ul.mainNav2 li a {}
ul.mainNav3 li a {}

/* supersized */
#supersized,#supersized-loader {display:none;}
}