.content {
  /*   background: #fff none repeat scroll 0 0;
   border: 10px solid #eee;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    border-collapse: collapse;*/
    clear: both;
    float: left;
    margin-bottom: 50px;
    width: 100%;
}

.image-acc.content {
    float: none
}


/* image accordion */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.image-acc {
    display: block;
    margin: 0px;
    overflow: hidden;
    text-align: left;
    position: absolute;
    z-index: 3;
    top: 233px;
    left: -300px;
}

.image-acc-inner {
    white-space: nowrap;
    display: block;
    overflow: visible;
}

.image {
    margin-right: -4px;
    background: transparent;
    overflow: visible;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out
}

.image:hover {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    border-bottom: none;
}


/* vertical */


/************* IMPORTANT NOTICE ************/


/* The last vertical .image container need a extra height */


/************* IMPORTANT NOTICE ************/

.image-acc.vertical {
    width: 650px;
    height: 329px
}

.vertical .image-acc-inner {
    float: left;
    height: 96.5%;
    margin-left: 315px;
    width: 54%;
}

.vertical .image {
    display: block;
    border-bottom: 15px solid #523627;
    width: 100%;
}

.vertical .image1 {
    display: block;
    width: 100%
}


/* IMG 4 */

.img-4.vertical .image-acc-inner:hover .image {
    height: 52px
}

.img-4.vertical .image {
    height: 52px
}

.img-4.vertical .image:hover {
    height: 177px!important
}


/* with content */

.content .image {
    position: relative
}

.content .image1 {
    position: relative
}

.content .image-inner {
    position: absolute;
    white-space: normal;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out
}

.content .image:hover .image-inner {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out
}

.content .image-inner1 {
    position: absolute;
    white-space: normal;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out
}

.content .image:hover .image-inner1 {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out
}

.content .image-inner2 {
    position: absolute;
    white-space: normal;
    opacity: 1;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear
}
.image-inner2 > img {
    margin-right: 10px;
}

.content .image:hover .image-inner2 {
    opacity: 0;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear
}

.content .image-inner3 {
    position: absolute;
    white-space: normal;
    opacity: 0;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear
}

.content .image:hover .image-inner3 {
    opacity: 1;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear
}

.content .txt-head {
    color: #fff;
    padding: 7px 25px 10px 25px;
    border-bottom: 19px solid #523627;
}

.content .txt-content {
    color: #fff;
    font-size: 0.8em;
    line-height: 1.2em;
    padding: 10px;
}
.content .txt-content3 {
    color: #000;
    font-size: 1em;
    line-height: 1.25em;
    padding: 10px;
}


/* with content type 1 */

.type1 .image-inner {
    background: #8A4F2F;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 96%
}

.content .type1 .txt-head {
    float: left;
    width: 87%
}

.content .type1 .txt-content {
    float: left;
    width: 90%;
    left: -200px
}

.type1 .image-inner1 {
    background: #8A4F2F;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 63%
}

.type1 .image-inner2 {
    background: transparent;
    float: right;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 99%
}

.image-inner3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    left: -270px;
    right: 0;
    top: 0;
    width: 250px;
}
.initial-img-style {
	height:400px;
}
.initial-img:hover .txt-head {
	opacity: 0;
}
.initial-img:hover .image-inner {
    background: transparent;
}
.initial-img-style .txt-head {
	opacity: 0;
}
.initial-img-style .image-inner {
    background: transparent;
}
.initial-img-style .image-inner3 {
	opacity: 1;
}
.info-title {
    position: absolute;
    right: 7%;
    top: 43%;
    width: 42%;
    z-index: 4;
}
.info-title > img {
    padding-left: 50px;
    width: 80%;
}
.info-title > p {
    font-size: 0.9em;
}