/*------------------------------------*\
    MAIN
\*------------------------------------*/

.footer li.lang-item{
    /*font-size: 12px;
    line-height: 12px;*/
}

.footer li.lang-item a{
    color: blue;
}

/* global box-sizing */
*,:after,:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility
}

/* html element 62.5% font-size for REM use */
html {
    font-size:100%
}

body {
    font:300 24px/1.1 'IHA-Regular',Helvetica,Arial,sans-serif;
    color:#000;
    min-height:100%;
/*     background: #fff url("../img/iha-bg.png") no-repeat fixed 250px 480px; */
    overflow-x:hidden
}

::-webkit-scrollbar {
    display:none
}

/* clear */
.clear:before,.clear:after {
    content:' ';
    display:table
}

.clear:after {
    clear:both
}

.clear {
    *zoom:1
}

img {
    max-width:100%;
    vertical-align:bottom
}

a {
    color:#000;
    text-decoration:none
}

a:hover {
    color:#444
}

a:focus {
    outline:0
}

a:hover,a:active {
    outline:0
}

input:focus {
    outline:0;
    border:1px solid #04A4CC
}

h3, h5, p {
    -webkit-margin-before:0;
    -webkit-margin-after:0;
    -webkit-margin-start:0;
    -webkit-margin-end:0;
    margin:0;
    padding:0;
	text-indent:0
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
    max-width:1920px;
    width:100%;
    position:absolute;
    min-height:100%;
    z-index:-9999;
}

/* header */
.logo {
    position:absolute;
    width:100%;
    background-color:transparent;
    z-index:-9999;
    margin:0 0 0 240px
}

/* logo */
.logo h1 {
    margin:35px 0;
    font-family:Times;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:.3em
}

.logo h1 a {
    border-bottom:1px solid #000;
    padding:10px;
    /*background-color:#fff;*/
    margin-left:-480px
}

/* SIDENAVIGATION */
.nav {
    position:fixed;
    width:240px;
    min-height:100%;
    padding-top:35px;
    background: #E5E5E5;

}

.nav a {
    background-color:transparent;
    transition:.4s
}

.nav a:hover {
    background-color:#7fff7f;
    transition:.4s
}

.nav ul {
    -webkit-margin-before:0;
    -webkit-margin-after:0;
    -webkit-padding-start:0;
    padding:0;
    list-style:none
}

.nav ul ul {
    padding: 0;}

.nav li>a {
    padding:0 0 0 36px;
    display:block
}

.nav .current-menu-item>a {
    background-color:#7fff7f;
    transition:.2s;
    height:28px
}

.nav>ul>li {
    display:block;
    line-height:28px;
}
.nav>ul>li.current-menu-item, .nav>ul>li.current-menu-parent{
padding: 0 0 28px 0;
}
ul.sub-menu {
    display:none
}

.nav .current-menu-item ul.sub-menu,.nav .current-menu-ancestor ul.sub-menu {
    display:block
}

ul.sub-menu li {
    display:block;
    line-height:28px
}

/*main*/
main {
    padding:123px 240px 0 260px;
    position:absolute;
    width:100%;
    min-height:100%;
    z-index:-999
}

section.single {
    margin-left:320px;
    width:58%;
    padding-bottom:48px;
}

#mediacolumn {
    position:absolute;
    margin:5px 0 0 -280px;
    }

#mediacolumn a {
    display: block;
}

/*
#mediacolumn a:hover {
    z-index:9999;
    position: relative;
}

#mediacolumn a.delay:hover {
    z-index:9999;
    position: static;
}
*/

#mediacolumn a img {
    width:240px;
    height: auto;
    margin-bottom: 60px;
    display: block;
    transition:.3s
}

/*
#mediacolumn a:hover img {
    width:720px;
    height:auto;
    margin-bottom: -120px;
}
*/

#mediacolumn a.delay img {
    width:240px;
    height: auto;
    margin-bottom: 60px;
}

/*
#mediacolumn a.delay:hover img {
    width:240px;
    height: auto;
    /*margin-bottom: -120px;*/
/* }
*/ 

#mediacolumn a iframe {
    width:240px !important;
    height:auto;
    margin-bottom: 60px;
    display: block;
    transition:.3s
}

/*
#mediacolumn a:hover iframe {
    width:720px !important;
    height:410px !important;
    margin-bottom: -120px;
    transition:.3s
}
*/

#mediacolumn span {
    font-size: 14px;
    line-height: 16px;
    max-width: 240px;
    display: block;
    margin-top: -44px;
    margin-bottom: 22px;

}

/*
#mediacolumn a:hover span {
    margin-top: 136px;
}
#mediacolumn a.delay:hover span {
    font-size: 14px;
    line-height: 16px;
    max-width: 240px;
    display: block;
    margin-top: -44px;
    margin-bottom: 22px;
}
*/

section h3 {
     text-indent: 57px;
}

.single p {
    text-indent: 57px;
    margin-top: 24px;
}
.single p:first-child {
    text-indent: 0px;
}

.single article iframe {
    margin: 24px 0;

}

/*newsrow*/
aside {
    position:fixed;
    width:230px;
    height:100%;
    right:0;
    margin:0;
    overflow:scroll;
}

.scrollbutton{
    position:fixed;
    width:230px;
    height:100%;
    right:0;
    margin:0;
}
.scrollbutton:hover aside{
  /*width: 800px;*/
  overflow: scroll;
  /*padding-left: 570px;*/
}

aside.news-items a{
    color: black;
}

aside:hover {
  transition:.3s;

}

.news-item {
  width: 100%;
  color: black;
  transition: .3s;
  height: 260px;
  background:#E5E5E5;
}
.button {
width: 100%;
height: 100%;
  padding: 36px 0 36px;
  border-bottom: 1px solid black;


}

.news-item:hover {
    background:#f9f9f9;
    transition:.3s
}

.news-item h2,.news-item h4 {
    margin:0;
    padding:0 20px 0 15px;
    font-weight:normal;
    font-size:24px;
    /*line-height:32px*/
}

.news-item .lastNews h2, .news-item .lastNews h5 {
  font-size: 45px;
  line-height: 45px;
}


.news-item h2 {
    letter-spacing:-.04em;
    padding-top:15px;
}

.news-item h4 {
    font-size:18px;
    line-height:20px
}

.id-strip {
    width:100%;
    height:20px;
    background-color:#7fff7f;
    margin:0;
    cursor:pointer
}

.id-strip span {
    width:20px;
    height:20px;
    border-radius:50%;
    display:inline-block;
    float:right;
/*    border:1px solid blue;*/
    font-size:36px;
    line-height:16px;
    overflow:hidden;
    font-weight:normal;
}

.blue-dot {
    background-color:blue;
}

.black-dot {
    background-color:black;
}

/* PAGES EXTRAS */
#post-50 p{
text-indent: 0px;

}



/* NEWSBAR */
.lastNews {
  position: fixed;
  width: 55%;
  top: 20%;
  right: 230px;
  height: 80%;
  display: none;
  background-color: #7fff7f;
    overflow: scroll;
}
.news-item.show .lastNews {
    display:block
}


.lastNews .id-strip {
    width:100%;
    height:20px;
    margin:0;
    padding:45px 0 0;
}
.lastNews .id-strip h4 {
    background-color:#fff;
    padding: 0 25px 0;
}

.lastNews h2, .lastNews h5, .lastNews p, .lastNews iframe, .lastNews img {
    color:black;
    padding:0 25px;
}
.lastNews h2 {
    padding: 50px 25px 0;
}

.lastNews h5 {
    font: 32px/32px 'IHA-Regular',Helvetica,Arial,sans-serif;
    font-style:italic;
}
.lastNews p, .lastNews iframe, .lastNews img {
    color:black;
    padding-top:32px;
}
.lastNews iframe {
/*    width: 80%;
    height: 65%;*/
}
.lastNews p {
  font: 28px/28px 'IHA-medium',Helvetica,Arial,sans-serif;
}
.lastNews p a{
    font-style:italic;
}
.lastNews a:hover{
    color: blue;
}

/* footer */
.footer {
    position:fixed;
    left:0;
    bottom:0;
    width:240px;
    padding:30px
}

.footer ul {
    -webkit-margin-before:0;
    -webkit-margin-after:0;
    -webkit-padding-start:0;
}

.footer li {
    display:block;
    height:100%;
    line-height:28px
}

/*------------------------------------*\
    ARCHIVE-PAGES
\*------------------------------------*/
.archive section {
    padding:0;
    margin:0 auto;
    height:auto;
    max-width:1320px
}

.archive .news-item {
    width:420px;
    height: 280px;
    border:none;
    margin:0 20px 20px 0;
    float:left;
    padding:0;
    color:#000;
    background: #E5E5E5;
    overflow:hidden
}

.archive .id-strip {
    background-color:transparent;
    margin:20px 0 0;
    padding:0;
    position: relative;
}

.archive .news-item h4 {}

.archive .news-item img {
  width: auto;
  height: 420px;
  margin-top: -40px;
}

.archive .ai a.bg-image {
  width: 480px;
  height: 290px;
  display: block;
  margin-top: -40px;
  margin-left: 0;
  background-position: center;
  background-size: cover;
  position: static;
}
main .archive .big-archive a.bg-image {
  width: 860px;
  height: 580px;
  display: block;
  margin-top: -40px;
  margin-left: 0;
  background-position: center;
  background-size: cover;
  position: static;
}

.archive .overlay {
    position: absolute;
    opacity: 0;
    background-color: #fff;
    width: 420px;
    height: 280px;
    margin-top: -40px;
}

.archive .overlay:hover {
    opacity: 0;
    /* transition:.3s; */
}

.archive .id-strip.dot-picture span {
    border: none;
}

.archive .id-strip.dot-picture span {
 width: 16px;
 height: 16px;
 margin: 2px 0px;
}


.archive .id-strip.dot-text {
    background-color: black;
    color: white;
}

.archive .dot-text .black-dot {
    background-color: white;
}


/* Modifications Big Archive */

/*.archive p ,.archive .inner-dot, .archive iframe{
    display: none;
}*/
.archive .big-archive h5, .archive .big-archive p ,.archive .big-archive .inner-dot, .archive .big-archive iframe{
    display: block;
}



.archive .big-archive {
    width: 860px;
    height: 580px;
    margin:0 20px 20px 0;
    overflow: scroll;
}

.archive .big-archive .blue-dot .inner-dot, .news-item .inner-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color:blue;
    margin:4px;
}
.archive .big-archive h5 {
    font-size:36px;
    line-height:36px;
    font-style: italic;
    padding: 0 20px 0 15px;
}

.archive .big-archive p {
    padding: 36px 60px 0px 15px;
    font-family: 'IHA-Regular',Helvetica,Arial,sans-serif;
    font-size:31px;
    line-height:36px;
}
.archive .big-archive a {
    font-family: 'IHA-Regular',Helvetica,Arial,sans-serif;
    font-size:31px;
    line-height:36px;
    font-style: italic;
    color: blue;
    margin-left: 15px;
}
.archive .ai a {
    margin-left: 15px;
}
.archive .ai p a {
    margin-left: 0px;
}
.archive .ai a img{
    margin-left: -15px;
}
.archive .ai p a img{
    margin-left: 15px;
}
.archive .big-archive a:hover {
    text-decoration: underline;
}

.archive .big-archive img {
    width:860px;
    height:580px;
}
.archive .big-archive .overlay {
    opacity:0;
}

.archive .big-archive p img {
  width: 430px;
  height: auto;
}

/*  Animations  */
.archive,
.archive .ai {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/*.archive {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}*/

.archive .ai{
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}



/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
@font-face {
    font-family:'IHA-Black';
    src:url(fonts/IHA-Black.eot);
    src:url(fonts/IHA-Black.eot?#iefix) format("embedded-opentype"),url(fonts/IHA-Black.woff) format("woff"),url(fonts/IHA-Black.ttf) format("truetype"),url(fonts/IHA-Black.svg#font-name) format("svg");
    font-weight:normal;
    font-style:normal
}

@font-face {
    font-family:'IHA-Medium';
    src:url(fonts/IHA-Medium.eot);
    src:url(fonts/IHA-Medium.eot?#iefix) format("embedded-opentype"),url(fonts/IHA-Medium.woff) format("woff"),url(fonts/IHA-Medium.ttf) format("truetype"),url(fonts/IHA-Medium.svg#font-name) format("svg");
    font-weight:normal;
    font-style:normal
}

@font-face {
    font-family:'IHA-Regular';
    src:url(fonts/IHA-Regular.eot);
    src:url(fonts/IHA-Regular.eot?#iefix) format("embedded-opentype"),url(fonts/IHA-Regular.woff) format("woff"),url(fonts/IHA-Regular.ttf) format("truetype"),url(fonts/IHA-Regular.svg#font-name) format("svg");
    font-weight:normal;
    font-style:normal
}

h1,h3,h5,h6,p,ul,article,.nav>ul>li>a, #sideshoppingcart h4 {
    font-family:'IHA-Medium',Helvetica,Arial,sans-serif;
    font-size:24px;
    font-weight:normal;
    letter-spacing:-.02em;
	text-indent: 0px
}

.news-item h2, .news-item h5, .news-item h4,.lastNews h4,ul ul li a {
    font-family:'IHA-Regular',Helvetica,Arial,sans-serif;
	text-indent: 0px
}

main h3,.nav>ul>.current-menu-item>a,.current-menu-ancestor>a {
    font-family:'IHA-Black',Helvetica,Arial,sans-serif;
    color:#000;
	text-indent: 0px
}


/*------------------------------------*\
    SHOPPING
\*------------------------------------*/
#sideshoppingcart {
    position: fixed;
    top: 123px;
    margin: 0 0 0 -280px;
}

section #sideshoppingcart h3{
    text-indent:0px;
}

.imagecol, .productcol /*.wpsc_product_price*/ {
        display: inline-block;
        margin-left: 0px !important;
}

article .wpsc_meta_info {
display: inline-block;

}

.wpsc main h2, main .wpsc_container h3, #shoppincart h3, .wpsc main h4, .wpsc main h5, .wpsc main p{
    text-indent: 0px;
    font-family: 'IHA-Medium',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    color: black;
    margin: 0;
    padding:0;
}

.wpsc main table, .wpsc main input, .wpsc main form p, .wpsc main span, #shipping_quotes_need_recalc {
    font-family: 'IHA-Medium',Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: black;
    font-size: 14px;
    line-height: 16px;
}

.wpsc main a:hover {
    color: blue;

}
.wpsc main #shipping_quotes_need_recalc, .validation-error, .wpsc_error_msg_field_name {
    color: red !important;
    padding-bottom: 3px;
}

.wpsc #default_products_page_container .wpsc_product_price, .wpsc_description, .imagecol {
padding-top: 24px;
}


.default_product_display{
margin: 24px 0 120px;
}

.wpsc_loading_animation{
        margin-left: -22px;
}

.wpsc main .wpsc_product_price .pricedisplay, .wpsc_checkout_table .pricedisplay {
    font-size: 24px;
    line-height: 24px;
}
#checkout_page_container h4, #checkout_page_container h2, #checkout_page_container h3, .wpsc_email_address {
padding-top: 24px;
}
#checkout_page_container h2.pricedisplay {
padding-top: 0px;
}


#checkout_page_container form, #checkout_page_container input {
        margin: 6px 0;

}

#wpsc_shopping_cart_container>table>tbody>tr {
   height:48px;
border-bottom: 1px solid #000;

}


table.productcart, table.wpsc_checkout_table {
width: 100%;

 }

table.productcart td, table.wpsc_checkout_table td {

}

.shipping_calc tbody {
    background-color: #E5E5E5;

}

.shipping_calc tbody, .total_tax tr, .wpsc_checkout_table_totals tr{
    border-bottom: 1px solid #000;
}




#checkout_page_container table.checkout_cart{
  width: 100%;
  text-align: left;
  margin-top:24px;
}
#checkout_page_container .checkout_cart tr{
  border-bottom: 1px solid #000;
}
#checkout_page_container .wpsc_totals{
    width: 10%;
}
#checkout_page_container textarea, #checkout_page_container .current_country{
  width: 175px;
}

.wpsc_checkout_forms .wpsc_checkout_table{

    width:50%;
    display: inline;
    float: left;
}

.wpsc main .wpsc_make_purchase input, .wpsc main .wpsc_buy_button_container input {
height: 48px;
width: 168px;
font-size: 24px;
}

.wpsc_make_purchase {
margin: 48px 0;
}

.productcol fieldset {
  border: none;
  margin: 24px 0 0 0;
  padding: 0;
  display: inline;
  }

.productcol fieldset .wpsc_quantity_update{
display: inline;

}
.productcol fieldset legend {
  padding: 0 12px 0 0;
  float: left;
}
.productcol fieldset legend input{
  padding: 3px;
}
#sliding_cart .cart_message {
    display:block;
    padding:5px;
    margin:12px 0;
    display: block;
    width: 240px;
    background-color: #e5e5e5 ;
}

.gocheckout {
  margin-top: 24px;
  display: block;
}

 /*.wpsc_shopping_cart_container>h2, .wpsc_email_address,  .wpsc_make_purchase {}
 */
#wpsc_shopping_cart_container>table.wpsc_checkout_table tr td:last-child,
#wpsc_shopping_cart_container>table.productcart tr td:last-child,
.wpsc_shipping_quote_price {
  text-align: right;
  padding-right: 90px;
}



.payment_table h3{
    text-align: left;
    padding: 0 0 24px 0;
    font-family:'IHA-Medium',Helvetica,Arial,sans-serif;

}
div.custom_gateway {
  display: inline-block;
  width: 100%;
}
div.custom_gateway>label {
  display: block;
  width: 100%;
}
.payment_table {
    width:100%;
}
.wpsc-transaction-results-wrap p {
  display: none;
}
.wpsc-transaction-results-wrap>p:first-child{
    display: inline-block;
}

.paypal_express_form p {
  display: inline-block !important;
  padding-top: 24px;
}
/*------------------------------------*\
    FORM
\*------------------------------------*/

.form form p {
padding-bottom:24px!important;
text-indent: 0px!important;
}
.mc4wp-form-1 form label, .mc4wp-form-1 form input {
    display: inline-block;
}
#mc4wp-form-1 p{
    margin-top:0;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:320px) {

}

@media only screen and (min-width:480px) {

}

@media only screen and (max-width:768px) {
.logo {
    position:relative;
    width:100%;
    background-color:transparent;
    z-index:9999;
    margin:0;
}
.logo h1 a {
    margin:0;
line-height: 48px;
}
.nav {
    position:relative;
    background:#E5E5E5;
    width:100%;
    min-height:auto;
    padding-top:35px;
    padding-bottom:35px;

}
main {
    position:relative;
    width:100%;
    height:auto;
    padding: 20px;
}
#mediacolumn {
    display:none;
}

section.single {
    margin:40px 0;
    width: 100%;
}
aside {
    position:relative;
    width:100%;
    height:auto;
    background:#E5E5E5;
    right:0;
    margin:0;
}
.lastNews{
  position: absolute;
  width: 100%;
  margin-left: 0;
  top: 0;
  left: 0;
  height: auto;
  display: none;
}
.scrollbutton .lastNews h5 p {
    padding-left: 0px;
}



.footer {
width: 100%;
padding: 20px;
}
}

@media only screen and (max-width:1024px) {

}

@media only screen and (min-width:1140px) {

}

@media only screen and (min-width:1280px) {

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none
}

::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none
}

::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin:5px 20px 20px 0
}

.aligncenter,div.aligncenter {
    display:block;
    margin:5px auto
}

.alignright {
    float:right;
    margin:5px 0 20px 20px
}

.alignleft {
    float:left;
    margin:5px 20px 20px 0
}

a img.alignright {
    float:right;
    margin:5px 0 20px 20px
}

a img.alignnone {
    margin:5px 20px 20px 0
}

a img.alignleft {
    float:left;
    margin:5px 20px 20px 0
}

a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto
}

.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center
}

.wp-caption.alignnone {
    margin:5px 20px 20px 0
}

.wp-caption.alignleft {
    margin:5px 20px 20px 0
}

.wp-caption.alignright {
    margin:5px 0 20px 20px
}

.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto
}

.wp-caption .wp-caption-text,.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px
}

.sticky {
}

.bypostauthor {
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
* {
    background:transparent!important;
    color:#000!important;
    box-shadow:none!important;
    text-shadow:none!important
}

a,a:visited {
    text-decoration:underline
}

a[href]:after {
    content:" (" attr(href) ")"
}

abbr[title]:after {
    content:" (" attr(title) ")"
}

.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
    content:""
}

pre,blockquote {
    border:1px solid #999;
    page-break-inside:avoid
}

thead {
    display:table-header-group
}

tr,img {
    page-break-inside:avoid
}

img {
    max-width:100%!important
}

@page {
    margin:.5cm
}

p,h2,h3 {
    orphans:3;
    widows:3
}

h2, h3 {
    page-break-after:avoid
}
}

.featherlight .featherlight-content {
	overflow: hidden;
}

.page:not(.woocommerce-page) article + [data-readmore-toggle]{
    display: inline-block;
    margin-top: 2em;
    color: blue;
}

article a{
    text-decoration: underline;
}

.woocommerce p{
    margin: 0;
}

.woocommerce section h3{
    text-indent: 0;
}

.woocommerce .single p{
    text-indent: 0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: black;
	color: white;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: white;
	color: black;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: black;
}

.woocommerce div.product .stock {
	color: black;
}

.woocommerce ul.products li.product .price {
	color: black;
}
