/* written by sumal for lense module starts here*/
.lens-module-wrapper {
    width: 980px;
    height: 516px;
    margin: 120px 0 0 0;
    padding: 0;
    display: block;
}

    .lens-module-wrapper .tab-wrapper {
        float: right;
        height: 498px;
        width: 426px;
    }

    .lens-module-wrapper .model-lens-wrapper {
        float: left;
        width: 500px;
        height: 250px;
        margin-top: 25px;
        position: relative;
        background: url(../images/compare/bg-selector-desk.png) 0px 0px no-repeat;
    }

.model-wrapper {
    float: left;
    width: 162px;
    height: 231px;
    margin-top: 9px;
}

.select-text {
    color: #026d27;
	font-family: 'QuicksandBold';
    font-size: 10px;
    margin-left: 17px;
    padding-top: 4px;
    float: left;
}

.lens-wrapper .select-text {
    margin-left: 14px;
    padding-top: 6px;
}

.lenslist-wrapper .select-text {
    margin-left: 10px;
}

.model-list {
    display: block;
    float: left;
    width: 150px;
    margin-top: 10px;
    margin-left: 4px;
}

    .model-list li {
        position: relative;
        display: block;
        float: left;
        margin-left: 14px;
        padding: 4px;
        margin-bottom: 2px;
        cursor: pointer;
        background: url(../images/compare/bg-model-inactive.png) 3px 3px no-repeat;
    }

        .model-list li.inactive:hover {
            background: url(../images/compare/bg-mode-hover.png) -2px -3px no-repeat;
        }

.active .fade {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/compare/bg-fade.png) 0px 0px no-repeat;
    top: 3px;
    left: 2px;
}

.lenslist-wrapper {
    float: left;
    position: relative;
    margin-top: 9px;
    width: 320px;
    height: 230px;
}

.select-group {
    margin-left: 10px;
    float: left;
}

    .select-group div {
        float: left;
        color: #000000;
        font-size: 10px;
        line-height: 20px;
        font-family: 'QuicksandBold';
        cursor: pointer;
        padding: 0px 10px;
    }

        .select-group div:hover {
            text-decoration: underline;
        }

        .select-group div.active:hover {
            text-decoration: none;
        }

        .select-group div.active {
            color: #ffffff;
			position: relative;
            border-radius: 10px;
            behavior: url(PIE/PIE.htc);
			background: #000000;
        }

.color-list {
    float: left;
    width: 319px;
    height: 211px;
    position: relative;
}

    .color-list li img {
        width: 100%;
    }

    .color-list span {
        display: none;
    }

[class^="lenscolor-"], [class*="lenscolor-"] {
    height: 53px;
    width: 53px;
    position: absolute;
    cursor: pointer;
}

.lenscolor-one {
    top: 13px;
    left: 27px;
}

.lenscolor-two {
    top: 13px;
    left: 130px;
}

.lenscolor-three {
    top: 13px;
    left: 232px;
}

.lenscolor-four {
    left: 28px;
    top: 79px;
}

.lenscolor-five {
    left: 130px;
    top: 79px;
}

.lenscolor-six {
    left: 232px;
    top: 79px;
}

.lenscolor-seven {
    left: 27px;
    top: 145px;
}

.lenscolor-eight {
    left: 131px;
    top: 145px;
}

.lenscolor-nine {
    left: 232px;
    top: 145px;
}

.tabs {
    float: left;
    height: 68px;
    margin-left: -4px;
}

    .tabs li {
        float: left;
        height: 68px;
        position: relative;
        cursor: pointer;
    }

    .tabs .first {
        width: 117px;
        background: url(../images/compare/bg-tab-inactive.png) 0px 7px no-repeat;
        z-index: 2;
    }

        .tabs .first:hover {
            background: url(../images/compare/bg-tab-inactive.png) 0px 0px no-repeat;
        }

    .tabs .second {
        width: 133px;
        background: url(../images/compare/bg-tab2-inactive.png) 1px 7px no-repeat;
        z-index: 1;
        margin-left: -9px;
    }

        .tabs .second:hover {
            background: url(../images/compare/bg-tab2-inactive.png) 2px 0px no-repeat;
        }

    .tabs .third {
        width: 193px;
        margin-left: -9px;
        z-index: 0;
        background: url(../images/compare/bg-tabs.png) 3px 7px no-repeat;
    }

.tab_container {
    float: left;
    position: relative;
    z-index: 2;
}

.tab_content {
    height: 409px;position: relative;
    width: 401px;
    padding: 10px;
    background: white;
    border-radius: 0 0px 10px 10px;behavior: url(PIE/PIE.htc);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

.tab_container .zoom-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
}

.zoom-txt {
    position: absolute;
    left: 25px;
    top: 7px;
}

.zoom-out {
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/compare/zoom-out.jpg) center center no-repeat;
    position: absolute;
    left: 95px;
    top: 7px;
}

.zoom-in {
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/compare/zoom-in.jpg) center center no-repeat;
    position: absolute;
    right: 25px;
    top: 7px;
}

.slider {
    width: 230px;
    left: 120px;
}

    .slider > .dragger {
        background: url(../images/compare/zoom-head.png);
        width: 27px;
        height: 27px;
    }

        .slider > .dragger:hover {
            background: url(../images/compare/zoom-head.png);
        }

    .slider > .track, .slider > .highlight-track {
        background: #000;
        height: 1px;
    }

    .slider > .highlight-track {
        background-color: #8DCA09;
        background: -webkit-linear-gradient(top, #8DCA09, #72A307);
        background: -moz-linear-gradient(top, #8DCA09, #72A307);
        background: linear-gradient(top, #8DCA09, #72A307);
        border-color: #496805;
    }

.tabs .first.active {
    background: url(../images/compare/tab-1-active.png) 0px 0px no-repeat;
    z-index: 4;box-shadow: 5px -4px 8px rgba(0,0,0,.2);box-shadow: 0px -6px 8px rgba(0,0,0,.8)\9;border-radius: 10px 10px 0px 0px;behavior: url(PIE/PIE.htc);
}
.select-group #subtle,.select-group #vibrant {
margin-left: 13px;
}
.tabs .second.active {
    background: url(../images/compare/tab-2-active.png) 1px 0px no-repeat;
    z-index: 3;
}

.tabs .third:hover {
    background: url(../images/compare/bg-tabs.png) 3px 0px no-repeat;
}

.tabs .third.active {
    background: url(../images/compare/tab-3-active.png) 6px 0px no-repeat;
    z-index: 3;
}

.tabs li div#color-selected {
    width: 59px;
    height: 59px;
    margin-right: 6px;
    float: right;
    margin-top: -46px;*margin-top: -42px;
    background: url(../images/compare/lens-inactive.png) 4px 4px no-repeat;
}

.tabs li .txt {
    padding-top: 25px;
    padding-left: 16px;
    line-height: 14px;
}

.tabs li.third .txt, .tabs li.second .txt {
    padding-left: 20px;
}

.tabs li a {
    text-decoration: none;
    font-size: 14px;
    font-family: 'QuicksandBold';
    color: #000000;
}

    .tabs li a span {
        color: #026d27;*line-height: 17px;
        display: block;
		font-size: 12px;
    }

.tabs li.active a {
    color: #026d27;
}

    .tabs li.active a span {
        color: #000000;
    }

#color-selected img {
    display: none;
    width: 100%;
}

.lens-color-list li span {
    width: 163px;
    height: 35px;
    position: absolute;
    top: 30%;
    right: 100%;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    display: none;
    background: url(../images/sprite-btn.png) 0px -488px no-repeat;
}

.image-wrapper {
    width: 400px;
    height: 365px;
    position: relative;
    overflow: hidden;
}

    .image-wrapper .name {
        width: 394px;
        font-family: 'QuicksandBold';
        font-size:16px;
        padding-left: 6px;
        height: 24px;
        padding-top: 6px;
        position: absolute;
        top: 0px;
        z-index: 2;
        background: url(../images/compare/bg-name.png) 0px 0px repeat-x;
    }

#tab2 .image-wrapper .name {
    height: 36px;
    line-height: 14px;
}

.name div {
    width: 135px;
    float: left;
}

    .name div.second {
        padding-left: 73px;
    }

    .name div .lblChange {
        width: 160px;
        display: block;
    }

.image-container {
    width: 400px;
    position: relative;
    height: 365px;
    overflow: hidden;
}

    .image-container img {
        position: absolute;
        width: 100%;
		height:3650px;
    }

.lens-natural {
    top: 0px;
}

#color-lens .lense-1 {
    top: -100%;
}

#color-lens .lense-2 {
    top: -200%;
}

#color-lens .lense-3 {
    top: -300%;
}

#color-lens .lense-4 {
    top: -400%;
}

#color-lens .lense-5 {
    top: -500%;
}

#color-lens .lense-6 {
    top: -600%;
}

#color-lens .lense-7 {
    top: -700%;
}

#color-lens .lense-8 {
    top: -800%;
}

#color-lens .lense-9 {
    top: -900%;
}

.half-container {
    position: relative;
    float: right;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

img#half {
    width: 200%;
    right: 0px;
    position: absolute;
    height: 3650px;
}

.name {
    font-size: 13px;
    font-weight: bold;
}

    .name .label {
        color: #026d27;
    }

    .name .lblColor {
        color: #000000;
    }

.separator {
    width: 15px;
    height: 365px;
    position: absolute;
    z-index: 10;
    left: 191px;
    background: url(../images/compare/separator.png) 0px 0px no-repeat;
}

.color-list li span {
  width: auto !important;
  height: 35px;
  padding:0 5px 0 20px;
  margin-right:15px;
  position: absolute;
  top: 50%;
  right: 100%;
  font-family: 'QuicksandBold';
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  white-space: nowrap;
  display: none;
  background:url(../images/sprite-btn.png) 0 -488px no-repeat;
}
.color-list li span small{
	display:block;
	width:20px;
	height:35px;
	position: absolute;
	right:-20px;
	top:0;
	background:url(../images/sprite-btn.png) -533px -488px no-repeat;
}
.devices {
    display: none;
}
/* for devices*/
@media only screen and (min-width : 320px) and (max-width : 639px) {
    .lens-module-wrapper {
        margin: 0 auto;
    }

    .tabs {
        margin: 0;
    }

    .image-container img {
        width: 100%;
    }

    .lens-module-wrapper {
        position: relative;
    }

    .lens-module-wrapper {
        position: relative;
    }

        .lens-module-wrapper .model-lens-wrapper {
            margin: 0px;
            background: #ffffff;
        }

    .tab_container .tab_content {
        border-radius: 0px;
        padding-bottom: 0px;
        height: auto;
    }

    .zoom-container, .select-group, .model-container, .lenses-container {
        display: none;
    }

    .tabs li div#color-selected {
        background-size: 85%;
        margin-top: -22px;
    }

    .devices {
        display: inline;
    }

    .select-text {
        color: #000000;
        padding-top: 0px;
    }

    .model-list {
        position: absolute;
        z-index: 100;
    }

    .lenslist-wrapper {
        position: initial;
    }

    .color-list {
        position: absolute;
        left: 0px;
    }
	.color-list li span {
		display: block !important;
		color: #000;
		background: none;
		top: 49px;
		width: 46px !important;
		padding: 0 5px 0 4px;
		font-size: 8px;
		text-align:center;
		text-transform: uppercase;
		width: 60px;
		left: 0px;
		line-height:9px;
		white-space: normal;
		margin:0;
		padding:0;
	}
        .color-list li.lenscolor-nine span {
            top: 59px;
        }
		.color-list li.lenscolor-seven span {
            text-align:left;
        }
  .color-list li.lenscolor-five span, .color-list li.lenscolor-seven span, .color-list li.lenscolor-four span, .color-list li.lenscolor-two span {
background: none;width: 46px;
}
    [class^="lenscolor-"], [class*="lenscolor-"] {
        top: 0px;
    }

    .lenscolor-one {
        left: 75px;
    }

    .lenscolor-two {
        left: 475px;
    }

    .lenscolor-three {
        left: 225px;
    }

    .lenscolor-four {
        left: 400px;
    }

    .lenscolor-five {
        left: 635px;
    }

    .lenscolor-six {
         left: 148px;
    }

    .lenscolor-seven {
        left: 6px;
    }

    .lenscolor-eight {
        left: 555px;
    }

    .lenscolor-nine {
        left: 302px;
    }

    .tabs .second.active, .tabs .second.active:hover, .tabs .third.active, .tabs .third.active:hover, .tabs .first.active, .tabs .first.active:hover {
        background: #ffffff;
        border-radius: 6px 6px 0px 0px;
    }
        .model-list li {
        padding: 1px;
        background-size: 100%;
        background-position: 0px 0px;
    }
        .model-list li:hover {
        background:none;
    }
 .active .fade {
        top: 0px;
        left: 0px;
    }
 .model-list {
background: rgba(255,255,255,0.5);
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
}

@media only screen and (min-width : 980px) and (max-height : 768px) {
}

@media only screen and (max-width : 979px) {
}

@media only screen and (min-width : 768px) and (max-width : 979px) {
}

@media only screen and (max-width : 767px) and (orientation : landscape) {
}

@media only screen and (max-width : 767px) {
}

@media only screen and (min-width : 640px) and (max-width : 768px) {
    .lens-module-wrapper {
        width: 768px;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
    }

    .tab_content {
        border-radius: 0;
        height: 365px;
        padding: 10px 10px 0;
    }

    .lens-module-wrapper .tab-wrapper {
        height: auto;
        margin: auto;
        float: none;
    }

    .lens-module-wrapper .model-lens-wrapper {
        border-radius: 0 0 10px 10px;
        height: 70px;
        width: 421px;
        z-index: 5;
    }

    .lens-module-wrapper .model-lens-wrapper {
        background: none repeat scroll 0 0 #FFFFFF;
        margin: 0px 0px 0px 171px;
    }

    .model-wrapper {
        background: url("../images/compare/bg-sep.png") no-repeat scroll right top / 2px 45px rgba(0, 0, 0, 0);
        height: 35px;
        width: 130px;
        margin-top: 15px;
    }

    .lenslist-wrapper {
        height: 35px;
        width: 110px;
        margin-top: 15px;
    }

    .lenslist-wrapper {
        position: initial;
    }

    .select-text {
        font-family: 'quicksandbold';
        font-size: 14px;
        line-height: 17px;
    }

    .select-text {
        color: #000000;
        padding-top: 0;
    }
	.devices {
        display: inline;
    }
    .model-container {
        background: url("../images/compare/bg-lists-mob.png") no-repeat scroll 15px 56px / 27px 14px rgba(255, 255, 255, 0);
    }

    .model-container {
        height: 70px;
        top: -70px;
    }

    .lenses-container, .model-container {
        height: 91px;
        left: 8px;
        overflow-y: hidden;
        position: absolute;
        top: -91px;
        width: 292px;
    }

    .zoom-container, .select-group, .model-container, .lenses-container {
        display: none;
    }

    .zoom-container, .select-group, .model-container, .lenses-container {
        display: none;
    }

    .color-list {
        height: 70px;
        width: 775px;
    }

    .color-list {
        left: 0;
        position: absolute;
    }

    .select-text {
        margin-left: 25px;
    }

    .model-container {
        background: url('../images/compare/bg-lists-mob.png') no-repeat scroll 26px 82px / 35px 18px rgba(255, 255, 255, 0);
    }

    .model-container {
        height: 70px;
        top: -70px;
    }

    .lenses-container, .model-container {
        height: 100px;
        left: 8px;
        overflow-y: hidden;
        position: absolute;
        top: -100px;
        width: 402px;
    }

    .model-list {
        height: 90px;
        padding-top: 5px;
        margin: 0 5px;
        width: 394px;
    }

    .model-list {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    }

    .model-list {
        position: absolute;
        z-index: 100;
    }

        .model-list li {
            margin-left: 9px;
            margin-top: 12px;
        }

        .model-list li {
            background-position: 0 0;
            background-size: 100% auto;
            padding: 1px;
        }

    .active .fade {
        background-size: 62px 70px;
    }

    .active .fade {
        left: 0;
        top: 0;
    }

    .model-list li img {
        width: 53px;
    }

    .subtletxt, .vibranttxt {
    background: url("../images/compare/bg-colorstxt.png") no-repeat scroll 100px 9px / 258px 1px rgba(0, 0, 0, 0);
    color: #026D27;
    display: block;
    float: left;
    font-family: QuicksandBold;
    font-size: 11px;
    padding-top: 4px;
    text-transform: uppercase;
    width: 300px;
}
        .subtletxt {
    margin-left: 17px;
    width: 395px;
}
    .vibranttxt {
    width: 267px;
	background: url("../images/compare/bg-colorstxt.png") no-repeat scroll 130px 9px / 258px 1px rgba(0, 0, 0, 0);
}
    [class*="lenscolor-"] {
    height: 48px;
    top: 21px;
    width: 48px;
}
.color-list li img {width: 48px;}
.color-list li span{margin:0; padding:0 0 0 5px;}
.color-list li span small{display:none !important;}
.lenscolor-one {
        left: 85px;
    }
    .lenscolor-two {
        left: 505px;
    }

    .lenscolor-three {
        left: 245px;
    }

    .lenscolor-four {
        left: 420px;
    }

    .lenscolor-five {
        left: 675px;
    }

    .lenscolor-six {
         left: 165px;
    }

    .lenscolor-seven {
        left: 6px;
		width:100px;
    }

    .lenscolor-eight {
        left: 590px;
    }

    .lenscolor-nine {
        left: 325px;
    }
    .lenses-container {
    background: url('../images/compare/bg-lists-mob.png') no-repeat scroll 118px 82px / 35px 18px rgba(255, 255, 255, 0.6);
}
    .color-list li.lenscolor-nine span {
    top: 59px;
}
.color-list li.lenscolor-seven span, .color-list li.lenscolor-four span, .color-list li.lenscolor-two span, .color-list li.lenscolor-five span, .color-list li span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
    display: block !important;
    font-size: 10px;
    left: -12px;
    line-height: 9px;
    text-transform: uppercase;
    top: 49px;
    white-space: normal;
    width: 60px !important;
}
.color-list li.lenscolor-seven span{left:-15px;}
li.lenscolor-nine {
    border-right: 1px solid #026D27;
    margin-top: -10px;
    padding-right: 22px;
    padding-top: 10px;
}
.color-list li span small{display:none !important;}
}

@media only screen and (max-width : 639px) {
}

@media only screen and (min-width : 320px) and (max-width : 639px) {
    .lens-module-wrapper {
        width: 308px;
    }

        .lens-module-wrapper .tab-wrapper {
            width: 308px;
        }

    .tab_content {
        width: 290px;
        padding: 8px 9px;
    }
img#half {
height: 2640px;
}
    .image-wrapper {
        width: 290px;
        height: 264px;
    }

    .image-container {
        width: 290px;
        height: 264px;
    }

        .image-container img {
            width: 100%;
			height:auto;
        }
  img#half{
    height: 2640px;
  }
    .image-wrapper .name {
        width: 286px;
        padding-left: 6px;
        height: 15px;
        padding-top: 4px;
        background: url(../images/compare/bg-name.png) 1px -1px repeat-x;
        font-size: 10px;
    }

    .tabs li {
        height: 48px;
    }

    .tabs .first:hover, .tabs .first {
        width: 90px;
        background: url(../images/compare/mob-tab-1-inactive.png) 0px 6px no-repeat;
        background-size: 100%;
    }

    .tabs .second:hover, .tabs .second {
        width: 98px;
        background: url(../images/compare/mob-tab-1-inactive.png) 0px 6px no-repeat;
        background-size: 100%;
    }

    .tabs .third:hover, .tabs .third {
        width: 138px;
        background: url(../images/compare/mob-tab-3-inactive.png) right 6px no-repeat;
        background-size: 101%;
    }

    .lens-module-wrapper {
        
    }

        .lens-module-wrapper .tab-wrapper {
            height: auto;
        }

        .lens-module-wrapper .model-lens-wrapper {
            height: 53px;
            width: 308px;
            border-radius: 0px 0px 10px 10px;
            z-index: 5;
        }

    .model-wrapper {
        width: 101px;
        height: 35px;
        background: url(../images/compare/bg-sep.png) top right no-repeat;
        background-size: 1px 26px;
    }

    .lenslist-wrapper {
        width: 110px;
        height: 35px;
    }

    .separator {
        left: 138px;
    }

    .name div {
        width: 80px;
    }

        .name div.second {
            padding-left: 70px;
        }

    .tabs {
        height: 48px;
    }

        .tabs li div#color-selected {
            width: 36px;
            height: 36px;
        }

    .select-text {
        font-size: 11px;
        line-height: 14px;
        font-family: 'quicksandbold';
    }

    .tabs li a {
        font-size: 11px;
    }

    .model-list {
        height: 65px;
width: 288px;
margin-top: 0px;
margin: 0px 2px;
    }

    .color-list {
        width: 720px;
        height: 70px;
    }
.color-list li span small{display:none !important;}
    .tabs li .txt {
        padding-top: 10px;
    }

    .tabs li div#color-selected {
        margin-top: -20px;
    }

    .tabs li .txt {
        padding-left: 8px;
        padding-top: 16px;
    }

    .tabs li.third .txt {
        padding-left: 15px;
    }
     .tabs li.second .txt {
        padding-left: 11px;
    }
    #tab2 .image-wrapper .name {
        height: 25px;
        line-height: 10px;
    }
	.tabs li a span{font-size:9px;}

    .separator {
        background: url(../images/compare/separator.png) center top no-repeat;
        background-size: 77%;
    }

    .lenses-container, .model-container {
        position: absolute;
        left: 8px;
        height: 91px;
        width: 292px;
        top: -91px;
        overflow-y: hidden;
    }
    .model-container {
        height: 70px;  
        top: -70px;
    }
    .lenses-container {
        background: url('../images/compare/bg-lists-mob.png') no-repeat scroll 91px 77px / 27px 14px rgba(255, 255, 255, 0.6);
    }

    .model-container {
        background: url('../images/compare/bg-lists-mob.png') no-repeat scroll 15px 56px / 27px 14px rgba(255, 255, 255, 0);
    }
    .model-list li {
            margin-left: 9px;
margin-top: 12px; 
        }

        .model-list li img {
            width: 35px;
        }

    .active .fade {
        background-size: 42px 46px;
    }
    [class*="lenscolor-"] {
        height: 48px;
        width: 48px;
        top: 21px;
    }
	.color-list li.lenscolor-seven span{ text-align:center; }
    .subtletxt, .vibranttxt {
        display: block;
float: left;
color: #026d27;
text-transform: uppercase;
padding-top: 4px;
font-size: 11px;
font-family: QuicksandBold;
width: 300px;
background: url('../images/compare/bg-colorstxt.png') no-repeat;
background-size: 280px 1px;
background-position: 100px 9px;
    }
    .subtletxt {
        margin-left: 17px;
        width:350px;
    }
    .vibranttxt {
        width: 298px;
		margin-left: 20px;
		background-position: 130px 9px;
    }
    li.lenscolor-nine {
        padding-right:22px;
        border-right:1px solid #026d27;
        margin-top: -10px;
padding-top: 10px;
    }
}
/* written by sumal for lense module ends here*/
