@charset "utf-8";
/* CSS Document */

body{ font-family:Verdana, Geneva, sans-serif}

* {
	margin:0px;
	padding: 0px;
}

img{border:none;}
li{list-style-type:none;}
a{text-decoration:none;}

#main-wrapper {
    margin: 0 auto;
    max-width: 1000px;
}

header {
	overflow: hidden;	
}
.logo_banner {
    height: auto;
    width: 100%;
}

.logo {
    margin-top: 7%;
    padding-bottom: 10%;
	visibility: hidden;
}
.content-wrapper {
    height: auto;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}
.title h2 {
    color: #fff;
    margin-left: 40px;
    position: absolute;
    text-align: left;
    width: 1000px;
}
.calc_res{
	display: none;
}
.description,.calc_res {
    margin-bottom: 20px;
    width: 100%;
}
.description h2,.cal h2 {
    background: none repeat scroll 0 0 #000000;
    color: #fff;
    font-family: arial;
    font-weight: normal;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-top: 6px;
}

.description > p {
    font-size: 14px;
    margin: 10px;
    text-align: justify;
}
.tabs {
    background: rgba(0, 0, 0, 0) url("https://theitvision.com/ebay/paul/active/images/tab_bg.jpg") repeat-x scroll 0 0;
}
.tabs section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}
.tabs input {
  display: none;
}
.tabs label {
    background: #000 none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 16px;
    padding: 10px 7px;
    text-align: center;
    width: 15%;
}

.tabs label:hover {
    background-color: white;
    border: 2px solid #707070;
    color: black;
    padding: 8px;
}

.tabs input:checked + label {
    background-color: white;
    border: 2px solid #707070;
    color: black;
    padding: 8px;
}

.tabs section * {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
}
.wrapper {
background-color:#FFF;
box-shadow:1px 2px 5px 2px #666;
margin:auto;
position:relative;
width:1024px;
z-index:999999;
}
.g_big {
    float: left;
    width: 64%;
}
.gallery .control-operator:target ~ .controls .control-button {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
}

.gallery .control-button:first-of-type,
.gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
.gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
.gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3),
.gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4),
.gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5),
.gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6),
.gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7),
.gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8),
.gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9),
.gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10),
.gallery .control-operator:nth-of-type(11):target ~ .controls .control-button:nth-of-type(11),
.gallery .control-operator:nth-of-type(12):target ~ .controls .control-button:nth-of-type(12) {
    color: white;
    color: rgba(255, 255, 255, 0.8);
}

.gallery .item {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.gallery .control-operator {
    display: none;
}

.gallery .control-operator:target ~ .item {
    pointer-events: none;
    opacity: 0;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}

.gallery .control-operator:target ~ .controls .control-button {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
@-webkit-keyframes controlAnimation-2 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
    14.3%,
    50% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }
    64.3%,
    100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@-o-keyframes controlAnimation-2 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
    14.3%,
    50% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }
    64.3%,
    100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@keyframes controlAnimation-2 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
    14.3%,
    50% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }
    64.3%,
    100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@-webkit-keyframes galleryAnimation-2 {
    0% {
        opacity: 0;
    }
    14.3%,
    50% {
        opacity: 1;
    }
    64.3%,
    100% {
        opacity: 0;
    }
}

@-o-keyframes galleryAnimation-2 {
    0% {
        opacity: 0;
    }
    14.3%,
    50% {
        opacity: 1;
    }
    64.3%,
    100% {
        opacity: 0;
    }
}

@keyframes galleryAnimation-2 {
    0% {
        opacity: 0;
    }
    14.3%,
    50% {
        opacity: 1;
    }
    64.3%,
    100% {
        opacity: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.items-2.autoplay .control-button {
    -webkit-animation: controlAnimation-2 14s infinite;
    -o-animation: controlAnimation-2 14s infinite;
    animation: controlAnimation-2 14s infinite;
}

.items-2.autoplay .item {
    -webkit-animation: galleryAnimation-2 14s infinite;
    -o-animation: galleryAnimation-2 14s infinite;
    animation: galleryAnimation-2 14s infinite;
}

.items-2 .control-button:nth-of-type(1),
.items-2 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-2 .control-button:nth-of-type(2),
.items-2 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

@-webkit-keyframes controlAnimation-3 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
    9.5%,
    33.3% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }
    42.9%,
    100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@-o-keyframes controlAnimation-3 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
    9.5%,
    33.3% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }
    42.9%,
    100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@keyframes controlAnimation-3 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
    9.5%,
    33.3% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }
    42.9%,
    100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@-webkit-keyframes galleryAnimation-3 {
    0% {
        opacity: 0;
    }
    9.5%,
    33.3% {
        opacity: 1;
    }
    42.9%,
    100% {
        opacity: 0;
    }
}

@-o-keyframes galleryAnimation-3 {
    0% {
        opacity: 0;
    }
    9.5%,
    33.3% {
        opacity: 1;
    }
    42.9%,
    100% {
        opacity: 0;
    }
}

@keyframes galleryAnimation-3 {
    0% {
        opacity: 0;
    }
    9.5%,
    33.3% {
        opacity: 1;
    }
    42.9%,
    100% {
        opacity: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.items-3.autoplay .control-button {
    -webkit-animation: controlAnimation-3 21s infinite;
    -o-animation: controlAnimation-3 21s infinite;
    animation: controlAnimation-3 21s infinite;
}

.items-3.autoplay .item {
    -webkit-animation: galleryAnimation-3 21s infinite;
    -o-animation: galleryAnimation-3 21s infinite;
    animation: galleryAnimation-3 21s infinite;
}

.items-3 .control-button:nth-of-type(1),
.items-3 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-3 .control-button:nth-of-type(2),
.items-3 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-3 .control-button:nth-of-type(3),
.items-3 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

@-webkit-keyframes controlAnimation-4 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
    7.1%,
    25% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }
    32.1%,
    100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@-o-keyframes controlAnimation-4 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
    7.1%,
    25% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }
    32.1%,
    100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@keyframes controlAnimation-4 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
    7.1%,
    25% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }
    32.1%,
    100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@-webkit-keyframes galleryAnimation-4 {
    0% {
        opacity: 0;
    }
    7.1%,
    25% {
        opacity: 1;
    }
    32.1%,
    100% {
        opacity: 0;
    }
}

@-o-keyframes galleryAnimation-4 {
    0% {
        opacity: 0;
    }
    7.1%,
    25% {
        opacity: 1;
    }
    32.1%,
    100% {
        opacity: 0;
    }
}

@keyframes galleryAnimation-4 {
    0% {
        opacity: 0;
    }
    7.1%,
    25% {
        opacity: 1;
    }
    32.1%,
    100% {
        opacity: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12) {
    pointer-events: auto;
    opacity: 1;
}

.items-4.autoplay .control-button {
    -webkit-animation: controlAnimation-4 28s infinite;
    -o-animation: controlAnimation-4 28s infinite;
    animation: controlAnimation-4 28s infinite;
}

.items-4.autoplay .item {
    -webkit-animation: galleryAnimation-4 28s infinite;
    -o-animation: galleryAnimation-4 28s infinite;
    animation: galleryAnimation-4 28s infinite;
}

.items-4 .control-button:nth-of-type(1),
.items-4 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-4 .control-button:nth-of-type(2),
.items-4 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-4 .control-button:nth-of-type(3),
.items-4 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

.items-4 .control-button:nth-of-type(4),
.items-4 .item:nth-of-type(4) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}

.items-4 .control-button:nth-of-type(5),
.items-4 .item:nth-of-type(5) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}

@-webkit-keyframes controlAnimation-5 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
    5.7%,
    20% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }
    25.7%,
    100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@-o-keyframes controlAnimation-5 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
    5.7%,
    20% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }
    25.7%,
    100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@keyframes controlAnimation-5 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
    5.7%,
    20% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }
    25.7%,
    100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@-webkit-keyframes galleryAnimation-5 {
    0% {
        opacity: 0;
    }
    5.7%,
    20% {
        opacity: 1;
    }
    25.7%,
    100% {
        opacity: 0;
    }
}

@-o-keyframes galleryAnimation-5 {
    0% {
        opacity: 0;
    }
    5.7%,
    20% {
        opacity: 1;
    }
    25.7%,
    100% {
        opacity: 0;
    }
}

@keyframes galleryAnimation-5 {
    0% {
        opacity: 0;
    }
    5.7%,
    20% {
        opacity: 1;
    }
    25.7%,
    100% {
        opacity: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
    pointer-events: auto;
    opacity: 1;
}

.items-5.autoplay .control-button {
    -webkit-animation: controlAnimation-5 35s infinite;
    -o-animation: controlAnimation-5 35s infinite;
    animation: controlAnimation-5 35s infinite;
}

.items-5.autoplay .item {
    -webkit-animation: galleryAnimation-5 35s infinite;
    -o-animation: galleryAnimation-5 35s infinite;
    animation: galleryAnimation-5 35s infinite;
}

.items-5 .control-button:nth-of-type(1),
.items-5 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-5 .control-button:nth-of-type(2),
.items-5 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-5 .control-button:nth-of-type(3),
.items-5 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

.items-5 .control-button:nth-of-type(4),
.items-5 .item:nth-of-type(4) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}

.items-5 .control-button:nth-of-type(5),
.items-5 .item:nth-of-type(5) {
    -webkit-animation-delay: 26s;
    -o-animation-delay: 26s;
    animation-delay: 26s;
}

.gallery .control-button {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
}

.gallery .control-button:hover {
    color: white;
    color: rgba(255, 255, 255, 0.8);
}

.gallery {
    position: relative;
}

.gallery .item {
    overflow: hidden;
    text-align: center;
}
.gallery .controls {
    float: right;
    width: 25%;
}
.gallery .control-button {
    display: inline-block;
    margin: 0 .02em;
    font-size: 3em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s;
}

.gallery .item:first-of-type {
    position: relative;
    pointer-events: auto;
    opacity: 1;
}

.gallery {
    overflow: hidden;
    width: 100%;
}

.bigPic {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    margin: 0 0 10px;
    position: relative;
    text-align: center;
    width: 740px;
}

.bigPic img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.galleryNav {
    padding-left: 0;
    text-align: left;
}

.galleryThumb {
    background-color: #fff;
    display: inline-block;
    height: 150px;
    margin: 0 0.5% 2%;
    position: relative;
    text-align: center;
    width: 47%;
}
.galleryThumb:hover {
    opacity: 0.7;
    cursor: pointer;
    transition: all 0.2s;
}

.galleryThumb img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

/*---End-slider-banner----*/
.image_description {
font-size: 21px;
font-weight: bolder;
margin-left: 34px;
margin-top: -420px;
position: absolute;
text-align: center;
}
.product_gallery .menu_wrapper {
    border: 1px solid #DADADC;
    bottom: 0;
    height: 100px;
    left: 0;
    overflow: auto;
    position: relative;
    right: 0;
}
.menu_wrapper .menu_leftbutton, .product_gallery .menu_rightbutton {
height:52px;
position:absolute;
top:0px;
width:18px;
z-index:2;
}
.menu_wrapper .menu_leftbutton {
background-position:90px 0px;
left:0px;
}
.menu_wrapper .menu_leftbutton:hover {
background-position:0px 0px;
}
.menu_wrapper .menu_leftbutton_disabled,
.menu_wrapper .menu_leftbutton_disabled:hover {
background-position:72px 0px;
}
.menu_wrapper .menu_rightbutton {
background-position:36px 0px;
right:0px;
}
.menu_wrapper .menu_rightbutton:hover {
background-position:54px 0px;
}
.menu_wrapper .menu_rightbutton_disabled,
.menu_wrapper .menu_rightbutton_disabled:hover {
background-position:18px 0px;
}
.menu_img_container {
position:absolute;
height:100%;
margin-left:18px;
margin-right:18px;
-webkit-transition:left 0.7s;
-moz-transition:left 0.7s;
-o-transition:left 0.7s;
-ms-transition:left 0.7s;
transition:left 0.7s;
}
.menu_img {
    cursor: pointer;
    float: left;
    height: 90px;
    padding: 5px;
    width: auto;
}
.menu_img:hover {
    border: 2px solid #258DCC;
    opacity: 0.5;
    padding: 2px;
}
.cal p a {
    background-color: #000;
    color: #fff;
    display: block;
    font-family: arial;
    font-weight: bold;
    padding: 4%;
    text-align: center;
}
.cal p a:hover {
    opacity: 0.7;
}
.product_content {
margin-left:335px;
min-height:392px;
padding:0px 5px 10px 5px;
}
.product_description {
border:0px solid #000;
border-width:0px 0px;
float:top;
padding-bottom:10px;
position:relative;
}
#middle-alignment{
    float: left;
    width: 482px;
}
#fullscreen_wrapper p {
    text-align: center;
}
.content_wrapper {
    float: left;
}

.title {
    font-weight: normal;
	padding: 15px 0;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}
.shop-bar {
    height: auto;
    margin: 18px 0;
    width: 100%;
}

.footer {
    background: none repeat scroll 0 0 #000000;
    border: 4px solid #e3e3e3;
    height: auto;
    padding: 10px;
    width: 97%;
}

.footer-box {
    color: white;
    float: left;
    margin-left: 75px;
    min-width: 15%;
}

.footer-box h3 {
    color: white;
    font-weight: 100;
    margin: 2px 0 12px;
	font-size: 16px;
}

.footer-box ul li a {
    color: #bebebe;
    font-size: 13px;
    transition: all 0.38s ease 0s;
}

.footer-box ul li a:hover {
	color:white;
	}
	
.copyrights {
    color: white;
    font-size: 13px;
    margin: 18px 0 4px;
    text-align: center;
    width: 100%;
}	

.footer-box > img {
    margin-top: 12px;
    max-width: 202px;
    text-align: center;
    width: 100%;
}
.footer-box:nth-child(3) {
    text-align: center;
}
.description p span {
    margin-left: 92px;
}
.cal h2{
	display: none;
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 768px) {
	#main-wrapper{
		width: 100%;
	}
	.footer-box{
		margin-bottom: 15px;
		margin-left: 0px;
		text-align: center;
		width: 100%;
	}
.logo_banner {
    height: auto;
    width: 100%;
}
.description img {
    max-width: 768px !important;
}
.display div img {
    width: 100%;
}
	.gallery .controls{
		display: none;	
	}
	figure.bigPic {
    	width: 99%;
	}
	.g_big{
		float: none;
		width: 100%;	
	}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.g_big{
		float: none;
		width: 100%;
	}
	#main-wrapper{
		width: 100%;
	}
	.footer-box{
		margin-bottom: 15px;
		margin-left: 0px;
		text-align: center;
		width: 100%;
	}
	.logo_banner {
		height: auto;
		width: 100%;
	}
	.description img {
		max-width: 479px !important;
	}
	.gal_right{
		float: none;
		width: 100%;
	}
	.gal_right > ul{
	display: none;
	}
	.gallery .controls{
		display: none;	
	}
	figure.bigPic {
    	width: 99%;
	}
	.tabs label{
		display: block;
		width: 100%;	
	}
}