body, html {
    margin: 0;
    width: 100%;
}

body, p {
}

h5 {
    color: #777 !important;
}

.img-item2 img {
    max-width: 100%;
}

#wrap > section > div.container {
    width: 100%;
}

.addthis_toolbox:before,
.addthis_toolbox:after {
    display: table;
    content: "";
}

.addthis_toolbox:after {
    clear: both;
}

[class*="addthis_button"] {
    display: block;
    float: left;
    margin-left: 4px;
}

[class*="addthis_button"]:first-child {
    margin-left: 0;
}

[class*="addthis_button"] .fa {
    color: #ddd;
    font-size: 30px;
    height: 32px;
    line-height: 32px;
    width: 32px;
}

[class*="addthis_button"]:hover .fa {
    color: #ccc;
}

img {
    border: 0;
}

.HomePortfolioSection { margin-right: -15px; margin-left: -15px; }

div.detailtitle{
    margin-bottom: 15px;
}


div.item-title {
    position: relative;
    text-align: left;
    width: 80%;
    color: #777;
}

h1.item-title {
    font: 500 20px 'Open Sans', Arial;
    margin: 0;
    display: block;
    vertical-align: middle;
    line-height: normal;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #777;
    padding-right: 40px;
}

h2.item-title {
    font: bold 13px "Open Sans";
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #5a5d62;
}

div.outer {
    height: 100%;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

div.wrapper {
    /*border: 1px solid #868685;*/
    position: relative;

    width: 100%;
    text-align: left;
    /*-moz-box-shadow:4px 4px 4px #C7C5C5;*/
    /*-webkit-box-shadow:4px 4px 4px #C7C5C5;*/
    /*box-shadow:4px 4px 4px #C7C5C5;*/
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C7C5C5')";*/
    /*filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C7C5C5');*/
}

footer {
    margin-top: 30px;
}

div.item-wrapper {
    height: 100%;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a.moreinfo {
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
    display: block;
    font-family: "Open Sans";
    /*text-shadow: 1px 1px 0 rgba(255,255,255,0.9);*/
    color: #5a5d62;
    outline: 0;
    text-decoration: none;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -ms-transition: color .3s;
    transition: color .3s;
    position: relative;
}

div.detailpadding {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    -ms-box-sizing: border-box
}

div.controls {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

div.line {
    position: absolute;
    top: 0;
    right: 300px;
    display: block;
    height: 100%;
    width: 1px;
    background: #868685;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    -ms-box-sizing: border-box;
    border-bottom: solid 10px #868685;
    border-top: solid 10px #868685;
}

div.bigpictureholder {
    position: relative;
}

div.bigpicture {
    height: 100%;
    min-height: 150px;
    max-height: 600px;
    position: relative;
    margin: auto;
}

div.previous {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    z-index: 10000;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

div.next {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    z-index: 10000;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

div.next:hover, div.previous:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

div.dynloadarea {
    width: 100%;
    position: absolute;
    padding-bottom: 120px;
    height: 100%;
    top: 0;
    z-index: 0;
}

img.bigpicture {
    max-height: 100%;
    max-width: 100%;
    z-index: 100;
    position: relative;
}

div.showlogo {
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -225px;
    width: 151px;
    z-index: 10000;
    height: 100%;
}

div.previous-big-control {
    background: url(../images/controls.png) no-repeat -0px 0;
    float: left;
    margin-left: 10px;
    width: 30px;
    height: 50px;
}

div.next-big-control {
    background: url(../images/controls.png) no-repeat -30px 0;
    float: right;
    margin-right: 10px;
    width: 30px;
    height: 50px;
}

a.controls {
    margin-left: 5px;
    z-index: 1000;
    text-decoration: none;
    float: left;
    color: #aaa;
    font-size: 23px;
}

div.faded {
    margin-left: 5px;
    opacity: 0.30;
    filter: alpha(opacity=30);
    -moz-opacity: 0.30;
    float: left;
}

.previous-control {
    background: url(../images/controls.png) no-repeat -60px 0;
    width: 15px;
    height: 17px;
}

.next-control {
    background: url(../images/controls.png) no-repeat -90px 0;
    width: 15px;
    height: 17px;
}

.close-control {
    background: url(../images/controls.png) no-repeat -120px 0;
    width: 17px;
    height: 17px;
}

div.sold {
    font: bold 35px "Open Sans";
    color: #777;
    position: absolute;
    left: 50%;
    margin-left: -48px;
    top: 38px;
    z-index: 100;
}

div.product-details .left-side {
    display: block;
    float: left;
    width: 35%;
    font-weight: bold;
    font-size: 13px;
    color: #777;
    text-align: left;
}

div.product-details .right-side {
    display: block;
    float: left;
    width: 65%;
    color: #777;
    text-align: left;
}

div.product-details .right-side a {
    color: #777;
}

div.product-details {
    margin-bottom: 8px;
}

.similar-items h2 {
    font: bold 19px "Open Sans";
    margin: 15px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #5a5d62;
    width: 100%;
    cursor: pointer;
}

#similar-items-list {
    width: 100%;
}

#similar-items-list div {
    width: 115px;
    height: 114px;
    overflow: hidden;
    margin: 10px 10px 0 0;
    float: left;
}

.similar-items-list img {
    position: absolute;
    margin: auto auto;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
}

.item-long-description {
    width: 90%;
    margin-top: 8px;
}

.item-long-description p {
    margin: 0 0 5px 0;
    color: #777777;
}

.clear {
    clear: both;
}

#request-error {
    width: 100%;
    color: red;
    display: none;
}

#request-succes {
    width: 100%;
    color: green;
    display: none;
}

.swipe {
    position: relative;
    z-index: 1;
}

button.styled-button,
button.styled-button:hover {
    background: #aaa;
    border: 0px;
    color: #fff;
    padding: 10px 30px;
    margin: 5px 0;
    font-size: 15px;
    text-transform: none;
    line-height: 22px;
    width: auto;
    display: block;
}

.product-details {
    text-align: left;
}

@media only screen and (max-width: 767px) {
    div.detailtext, div.detailtitle, div.bigpictureholder{
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 1199px) {
}

@media screen and (min-width: 768px) {
}
