/* 
Theme Name: Amic
Version: 1.1 ( November 2013 )
Description: Responsive Multi-Purpose Jimdo theme
Author: Serhiy Hembarevskyy
URI: http//www.hembarevskyy.com/
Client: Cameron AR Bond
*/


/*-----------------------------------------------------------------------------------
    Includes the main custom elements:
                     1. Typography
                     2. Layout
                     3. Custom Jimdo forms
                     4. Responsive Image slider
                     5. Media Queries

    Custom theme colors:

                     1. Color green  #79A60E; ( Color 1 )
                     2. Color blue   #738FC2; ( Color 2 )
                     3. Color red    #912428; ( Color 3 )
                     4. Color brown  #784E3D; ( Color 4 )
                     5. Color yellow #FFB400; ( Color 5 )
                     6. Color pink   #C71C77; ( Color 6 )
                     7. Color beige  #BFA980; ( Color 7 )
                     8. Color olive  #B3C211; ( Color 8 )
                     9. Color purple #6957AF; ( Color 9 )
          
------------------------------------------------------------------------------------*/


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

#hs-container h2 {} /* leave blank if you want to use jimdo style tab */

#hs-container h3,#hs-footer h3 {} /* leave blank if you want to use jimdo style tab */

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

a:active,a:hover {
    text-decoration: underline;
}

#hs-container div.hr {
    border-bottom-width:1px;
    height: 1px;
    border-bottom-width: 4px;
    border-bottom-style: double;
}

/*** C&C Divs ***/

.cc-indexpage #hs-content div.n,
.cc-indexpage #hs-content div.flexmodul { padding: 5px 0; }

.left {
   float:left;
}

.right {
   float:right;
}

.hs-iframe {
   overflow:hidden;
}

/*  2. Layout
--------------------------------- */
.body {
    background: #fff url(https://u.jimcdn.com/cms/o/sde8792707d6db15d/userlayout/img/bg.png?t=1363437287);
    background-repeat: repeat;
}

#hs-container {
    width: 100%;
    padding: 0;
}

#hs-header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border-top:4px solid #912428; /* color 3 */
}

#hs-header .inner {
    width: 960px;
    margin: 0 auto;
    height: 118px;
}

.inner {
    width: 960px;
    margin: 0 auto;
}

#logo {
    display: block;
    margin: 0;
    float: left;
    padding: 20px 0 0;
}

#logo h1 {
    margin: 0 !important;
    line-height: 1em !important;
    padding: 0 !important;
    font-size: 1.5em;
    font-weight: 700;
    color: #444;
}

#title {
    float: left;
    padding: 0;
}

#title h1 {
    color: #444;
    font-size: 13px;
    font-weight:bold;
    padding:10px 0 0;
}

#title p {
    color: #444;
    font-size: 13px;
    font-weight:bold;
}

#description {
    float: right;
    width: auto;
    display:block;
    padding:5px 0 10px 0;
}

#description p {
    color: #444;
    font-size: 13px;
    font-weight:bold;
    padding: 5px;
    text-align: right;
}

.sc-wrapper {
    float:right;
}

#home-nav {
   float:left;
   padding:5px;
}

#m-wrapper {
    display:none;
    height: 55px;
    margin:0;
    padding:0;
    cursor: pointer !important;
    font-size:1.1rem;
    border:none;
    font-family: Helvetica, Arial, sans-serif;
    color:#fff;
    -webkit-appearance: none;
    -moz-appearance:none;
    background: #912428 url(https://u.jimcdn.com/cms/o/sde8792707d6db15d/userlayout/img/responsive-nav2.png?t=1363266075) right center no-repeat;
}

#m-wrapper span {
    display: block;
    vertical-align: middle;
    padding:15px;
}


/*** Jimdo nav panel ***/
div#cc-nav {
    margin-top:10px!important;
}

/*** Main ***/
#hs-pagenav {
    float:left;
    padding:5px 25px;
}

#hs-subnav {
    float:left;
    background:#333;
    margin-bottom: 20px;
}

#hs-main {
    width: 960px;
    margin: 0 auto;  
}

#top-nav {
    width: 100%;
    height: auto;
}
#top-nav .inner {
   border:1px solid #fff;
   box-shadow:0 0 2px #bbb;
   -moz-box-shadow:0 0 2px #bbb;
   -webkit-box-shadow:0 0 2px #bbb;
   background:#f0f0f0;
   position:relative;
}

#hs-content {
    float:right;
    width: 700px;
    min-height: 450px;
    margin: 30px 0 20px 0;
}

.cc-indexpage #hs-content {
    width:960px;
    padding:0;
    margin:0;
}

#hs-sidebar-right {
   float:left;
   width:260px;
   margin:0;
}

#hs-sidebar-right h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: #777;
}

/*** matrix page ***/
#page-1442966468 #hs-sidebar-right {
    width: 930px;
    float:left;
}
.cc-indexpage #hs-sidebar-right,#page-1442966468 #hs-content {
    display:none!important;
}

#page-1442966468 #hs-sidebar-right {
    padding: 15px;
}
#hs-sidebar-right #cc-m-8846932268 {
    visibility:hidden;
}

#hs-footer {
    width: 100%;
    background:#dadada;
    border-top:1px solid #345598,
    color: #444;
    font-size:13px;
}

#hs-footer h3 {
    color:#444;
    padding: 0 0 30px;
    margin: 0 0 15px;
    border-bottom-width:1px;
    height: 4px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-color: #912428; /* color 3 */
}

#hs-footer p {
    color:#444;
}

#footer-left {
   float:left;
}

#footer-right {
   float:right;
   padding:20px 0 0;
   width:100%;
}

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

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

#hs-footer div#contentfooter div.leftrow p {
    color: #444;
}

#hs-footer a {
    color: #912428; /* color 3 */
    text-decoration: none;
}

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

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

#hs-footer #contentfooter {
    margin-top:20px;
    padding:5px 0;
    border-top: 1px solid #ccc;
}

#hs-footer #contentfooter div.rightrow a#login {
   color:#dadada;
}

/*** Gutter ***/
#hs-navigation .hs-gutter {
    padding: 0 0 20px;
}

#hs-content .hs-gutter {
    padding: 0px 0px 30px 20px;
}
.cc-indexpage #hs-content .hs-gutter {
    padding: 5px 0 30px 0;
}

#hs-sidebar-right .hs-gutter {
    padding: 5px 20px 0 0;
}

#hs-footer .hs-gutter {
    padding: 15px;
}
.cc-indexpage #hs-footer .hs-gutter {
   padding:15px 0;
}

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

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

#hs-sidebar-right ul.mainNav1 li{
    margin: 0 !important;
    padding: 0;
    list-style: none;
    display: block;
}

/*** 1nd level ***/
#top-nav ul.mainNav1 li a,#top-nav ul.mainNav1 li a:link,#top-nav ul.mainNav1 li a:active {
    position: relative;
    display: block;
    float: left;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none !important;
    color: #444;
    text-shadow: 0 1px 0 #fff;
    font-size: 15px;
    font-weight:bold;
    margin: 0 !important;
    padding: 0;
}

#top-nav ul.mainNav1 li a span {
    padding: 0;
    margin: 0;
    display: block;
    padding:20px 25px;
}

#top-nav ul.mainNav1 li a.current span,#top-nav ul.mainNav1 li a.parent span,#top-nav ul.mainNav1 li a:hover span,#top-nav ul.mainNav1 li a.current:hover span,#top-nav ul.mainNav1 li a.parent:hover span {
    display: block;
    padding:20px 25px;
    background: #912428; /* color 3 */
    color: #fff;
    font-size:15px;
    text-shadow: 0 1px 0 #666;
    border-bottom: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/*** subnav 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 {
    display: block;
    float: left;
    color:#fff;
    font-weight:bold;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    width:220px;
    border-bottom:1px solid #ccc;
    margin: 0 !important; 
    padding:8px 12px; 
}

#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 {
    background: #912428; /* color 3 */
}

/*** pagenav 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 {
    display: block;
    float: left;
    color:#fff;
    background:#333;
    border-right:3px solid #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size:13px;
    text-transform:uppercase;
    text-decoration: none;
    margin: 0 !important;
    padding: 6px 12px;
}

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

li#investors a.level_1 span {
   background:#000;
   color:#fff;
   text-shadow:none;
}

/*** hidden nav levels ***/
#top-nav ul.mainNav2,
#hs-pagenav ul.mainNav1 .level_1,#hs-pagenav ul.mainNav2 .level_2, 
#hs-subnav ul.mainNav1 .level_1,#hs-subnav ul.mainNav3.mainNav3 .level_3,#hs-subnav ul.mainNav1 .level_3,
.tinynav,#nav
{
    display: none;
} 

/*** hs-navigation - dropdown menu ***/

.hs-menu,.hs-menu nav {
   float:left; 
}

.hs-menu nav ul {
    margin: 0;
    padding: 0;
    border:0;
    list-style:none;
}

.hs-menu nav ul ul {
    display: none;
}

.hs-menu nav ul li:hover > ul {
    display: block;
    z-index:100001;
}

.hs-menu nav ul {
    padding:0;
    margin:0;
    list-style: none;
    position: relative;
    display: block;
    z-index:100001;
}

.hs-menu nav ul li {
    float: left;
}

/* Main nav style */
.hs-menu nav ul li:hover ,a.cc-nav-current.j-nav-current{
    background: #912428; /* color 3 */
    color: #fff;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
}

.hs-menu nav ul li a {
    display: block;
    padding: 20px;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none !important;
    color: #444;
    font-size: 15px;
    font-weight:bold;
    line-height:100%;
    text-decoration: none!important;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-font-smoothing: subpixel-antialiased !important;/* fix bug for Safari 7 */
}

.hs-menu nav ul li:hover a,li.cc-nav-parent.j-nav-parent a{
    background: #912428; /* color 3 */
    color: #fff;
}

/* Sub-nav style */
.hs-menu nav ul ul {
    background: #912428; /* color 3 */
    color: #fff;
    top: 54px;
    margin:0;
    position: absolute;
}

.hs-menu nav ul ul li {
    float: none;
    position: relative;
}

.hs-menu nav ul ul li a {
    padding: 10px 20px;
    font-size:12px;
    color: #fff!important;
    width:150px;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
}

.hs-menu nav ul ul li a:hover {
    background: #63181b; /* color 3.1 */
}

.hs-menu nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

/*** Jimdo breadcrumb menu ***/
.cc-indexpage #hs-pagenav {
    display:none;
}

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

#hs-pagenav ol li {
    float:left;
    line-height:1.3em;
    color:#777;
    padding-left:.75em;
}	
	
#hs-pagenav ol li a {
    background:url(crumbs.png) no-repeat right center;
    display:block;
    padding:0 15px 0 0;
    color:#777;
    text-decoration:none;
}	
						
#hs-pagenav ol li a:hover,
#hs-pagenav ol li a.current,#hs-pagenav ol li.cc-nav-current.j-nav-current a {
    color:#000;
    text-decoration:none;
}			


/*  4. Jimdo forms style
--------------------------------- */

/*** 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: #fff;
    margin-bottom: 15px;
    color: #6A6A6A;
    border: 1px solid #E3E3E3;
    font-size: 12px;
    outline: none;
    padding: 7px 0;
    margin: 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: #fff;
    margin-bottom: 15px;
    color: #6A6A6A;
    border: 1px solid #E3E3E3;
    font-size: 12px;
    outline: none;
    padding: 7px 0;
    margin:0;
}

#hs-sidebar-right input.newsletterInput,#hs-footer input.newsletterInput {
    width:95%;
    margin-bottom:15px;
}

#hs-container input[type=submit],#hs-container a.blogreadmore,#hs-container .hs-button {
    background: #912428; /* color 3 */
    cursor:pointer;
    text-decoration: none;
    float: left;
    margin: 0;
    color: #fff;
    height: auto;
    border: none;
    padding: 10px 20px;
}

#hs-main input#senden,#hs-main button.onpagelogin-button {
    background:#912428; /* color 3 */
    color: #fff !important;
}

#hs-main dt#mandFields-label,#hs-footer dt#mandFields-label {
    margin-top: 25px;
}

/* hiding newsletter title */
#hs-main #newsHeader,#hs-main strong.newslettertitel,#hs-footer #newsHeader,#hs-footer strong.newslettertitel {
    display: none;
}

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

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

#hs-sidebar-right div.blogselection h1 {
    font-size:15px;
}

#hs-content a.blogreadmore {
    float:left;
    margin:0 5px;
}

/* hiding blogreadmore link in sidebar */
#hs-sidebar-right a.blogreadmore,#hs-sidebar-right .n.j-hgrid {
    display:none;
}


/*** footer forms ***/
#hs-footer .cc-m-form-view-sortable input,#hs-footer input.single,#hs-footer input.newsletterInput {
    background: none;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    color: #444;
    border: none;
    font-size: 12px;
    outline: none;
    padding: 7px 0;
    margin:0;
}

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

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

#hs-footer .cc-m-form-view-sortable textarea,#hs-footer .n.j-formnew textarea {
    background: none;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    color: #444;
    border: none;
    font-size: 12px;
    outline: none;
    padding: 7px 0;
    margin:0;
}

#hs-footer input[type=submit]{
    background: #912428; /* color 3 */
    cursor:pointer;
    text-decoration: none;
    float: left;
    margin: 0;
    text-transform:uppercase;
    color: #fff;
    height: auto;
    border: none;
    padding: 10px 20px;
}

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

#hs-footer .cc-m-form-note{
    border-top: 1px solid #ccc;
    padding: 3px 0 3px 20px;
    margin-top: 10px;
    font-size:11px;
}

/*** Photo gallery style 1 ***/
#hs-container div.thumb_sq1 a img,#hs-footer div.thumb_sq1 a img {
    display: block;
    border: none;
    background: #444;
    -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,#hs-footer div.thumb_sq1 a img:hover {
    background: #912428; /* color 3 */
    border: none;
}

/*** custom blog elements ***/
#hs-sidebar-right div.blogselection div.n {
    padding: 5px 0;
}

#hs-content span.comment {
    display:none;
}

#hs-sidebar-right span.comment {
    font-size:11px;
    float:left;
}

.cc-indexpage .n.j-imageSubtitle a img {
    border-top:1px solid #912428; /* color 3 */
}
.cc-indexpage .n.j-imageSubtitle a img:hover {
    border-top:1px solid #000;
}

/*** Styling online store ***/
#hs-container span.fn {
    font-family: Helvetica, Arial, sans-serif;
    font-size:14px;
    color: #912428; /* color 3 */
    text-transform:uppercase;
    margin-top:10px;
}

/***  Shopping cart style ***/ 
#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;
    background:url(basket2.png) no-repeat 0px 0px;
}

#hs-header #cc-sidecart div.cc-sidecart-content,#hs-header 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;
}


/*** Content teaser ***/
.content-teaser {
    width: auto;
    padding: 15px;
    background: #e4e4e6 url();
    background-repeat:repeat;
    -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
    border-left: 5px solid #912428; /* Color 3 */
}

.content-teaser .left {
    padding-bottom:5px;
}

/***  Footer 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 solid #ccc;
}
.links li a {
    text-decoration:none;
    color: #555!important;
}
.links li a:hover {
    color: #912428!important; /* color 3 */
    text-decoration:none!important;
}

/*** Tagcloud ***/
#hs-container .tagcloud a {
    display: block;
    float: left;
    padding: 5px 10px;
    font-size:10px;
    background: #912428; /* color 3 */
    margin-bottom: 5px;
    margin-right: 5px;
    color:#fff!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; -webkit-box-shadow:0 1px 0 rgba(180, 180, 180, 0.1);
    -moz-box-shadow:0 1px 0 rgba(180, 180, 180, 0.1); 
    box-shadow:0 1px 0 rgba(180, 180, 180, 0.1);
}

#hs-container .tagcloud a:hover {
    background:#333;
    text-decoration:none!important;
}

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

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

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

#hs-container a.cc-pinterest-link {
   float: left;
}

/*** image caption ***/
#hs-container div.caption.cc-m-image-align-1,#hs-container div.caption.cc-m-image-align-2,#hs-container div.caption.cc-m-image-align-3 {
    background:#912428; /* Color 1 */
    padding: 7px 0;
    color:#fff;
    font-weight:700;
    text-align:center;
    text-transform:uppercase;
}
/*** hover image overlay ***/
#hs-container .n.j-imageSubtitle a img,#hs-footer .n.j-imageSubtitle a img {
   -webkit-filter: none;
/* list of all options */
/*
{-webkit-filter: saturate(3);}
{-webkit-filter: grayscale(100%);}
{-webkit-filter: contrast(160%);}
{-webkit-filter: brightness(0.25);}
{-webkit-filter: blur(3px);}
{-webkit-filter: invert(100%);}
{-webkit-filter: sepia(100%);}
{-webkit-filter: hue-rotate(180deg);}
{-webkit-filter: opacity(50%);}
*/
   -webkit-transition: all 0.5s;
}
#hs-container .n.j-imageSubtitle a img:hover,#hs-footer .n.j-imageSubtitle a img:hover {
   -webkit-filter: opacity(70%);
}

/*** blockquote ***/
.quote-teaser {
    background: #f0f0f0 url(https://u.jimcdn.com/cms/o/sde8792707d6db15d/userlayout/img/quote-mark.png?t=1388880156) no-repeat 20px 20px;
    padding: 20px;
    border: 1px solid #ccc;
}

blockquote p{
    font-family: Georgia, Times, serif;
    font-size:15px;
    font-style: italic;
    padding:10px 0 10px 35px;
}

blockquote cite {
    font-style: normal;
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

/*  5. Social Bookmarking icons
--------------------------------- */

#social_links {
    float:right;
    display:inline-block;
}

#social_links ul {
    margin: 0;
    padding: 0;
    float:right;
}


#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;
    float:right;
    display: inline-block;
    text-indent: -9999px;
    background: transparent url(https://u.jimcdn.com/cms/o/sde8792707d6db15d/userlayout/img/social-icons.png?t=1363303753);
}

#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;
}

#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;
}

/*  6. 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/sde8792707d6db15d/userlayout/img/bg-direction-nav.png?t=1363265984) 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: 45px; }
.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: 70px; 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: 70px;
	left: 20px;
	padding: 10px;
	max-width: 50%;
        background:#912428; /* color 3 */
}

.flex-caption h1,
.flex-caption p{
	text-align: left;
        color:#fff;
}

.flex-caption h1{
	font-size: 16px;
}

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

.flex-caption p a{ border-bottom: 1px solid #F55D2D; color: #eee; }

.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; }
}

/*  6. Media Queries
----------------------------------------------- */

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

/* Main */
#hs-header .inner,.inner,#hs-main,.cc-indexpage #hs-content,#hs-content{ width: 652px;}
.cc-indexpage #hs-content,#hs-content {width: 652px;padding: 10px 0;}
#hs-sidebar-right,ul.sf-menu,.sf-menu *,#main-superfish-wrapper {display:none;}
#hs-footer .hs-gutter {padding: 15px 0;}
#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 .inner {border:none;box-shadow:none;background:none;}
#top-nav select{opacity:0!important;}
#hs-pagenav {float: left;padding: 5px;}
#hs-container div.caption.cc-m-image-align-1,#hs-container div.caption.cc-m-image-align-2,#hs-container div.caption.cc-m-image-align-3 {width:100%!important;height:auto!important;}
.tinynav { display: inline-block;width:650px;height:55px;position: absolute;top:0px;padding:0px;cursor: pointer !important;font-size:1.1rem;border:none;font-family: Helvetica, Arial, sans-serif;color:#333;-webkit-appearance: none;-moz-appearance:none;}
#m-wrapper { display: inline-block;width:650px;}
}



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

/* Typography */


/* Main */
#hs-header .inner,.inner,#hs-main,.cc-indexpage #hs-content,#hs-content{ width: 400px;}
.cc-indexpage #hs-content,#hs-content {width: 400px;padding: 20px 0px;}
#hs-content .hs-gutter {padding: 0;}
#hs-header {height:122px;}
#hs-sidebar-right,ul.sf-menu,.sf-menu *,#socials,#home-nav,#main-superfish-wrapper {display:none;}
#hs-content .cc-m-hgrid-column,#hs-footer .cc-m-hgrid-column {width:98%!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;}
#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-pagenav {float: left;padding: 5px;}
#top-nav .inner {border:none;box-shadow:none;background:none;}
#top-nav select{opacity:0!important;}
.tinynav { display: inline-block;width:400px;height:55px;position: absolute;top:0px;padding:0px;cursor: pointer !important;font-size:1.1rem;border:none;font-family: Helvetica, Arial, sans-serif;color:#333;-webkit-appearance: none;-moz-appearance:none;}
#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 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;}
}

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

/* Typography */


/* Main */
#hs-header .inner,.inner,#hs-main,.cc-indexpage #hs-content,#hs-content{ width: 232px;}
.cc-indexpage #hs-content,#hs-content {width: 232px;padding: 20px 0px;}
#hs-header {height:150px;}
#hs-sidebar-right,ul.sf-menu,.sf-menu *,#socials,#home-nav,.flexslider,#main-superfish-wrapper,#title {display:none;}
#hs-content .cc-m-hgrid-column,#hs-footer .cc-m-hgrid-column {width:98%!important;}
#hs-content .hs-gutter {padding: 0;}
#hs-pagenav {float: left;padding: 5px;}
#top-nav .inner {border:none;box-shadow:none;background:none;}
#hs-footer .hs-gutter{padding: 10px 0;}
#hs-footer #contentfooter div.leftrow {float:none;text-align:center;width:100%;}
#hs-footer #contentfooter div.rightrow {float:none;text-align:center;width:100%;}
#hs-imprint img {float: none;padding: 5px 0;}
#hs-container div.j-imageSubtitle img {width: 222px !important;height:auto!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:95%;}
#hs-container strong.number,#hs-container .com-avatar {display:none;}
#top-nav select{opacity:0!important;}
.tinynav { display: inline-block;width:232px;height:55px;position: absolute;top:0px;padding:0px;cursor: pointer !important;font-size:1.1rem;border:none;font-family: Helvetica, Arial, sans-serif;color:#333;-webkit-appearance: none;-moz-appearance:none}
#m-wrapper { display: inline-block;width:232px;}

/* 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 div.cc-checkout-subheadings {font-size:14px;padding-bottom:5px;}
#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;}
}