@font-face {
    font-family: 'SourceSansProRegular';
    src:url('../fonts/aSourceSansProRegular_f_2034.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RooneyRegular';
    src:url('../fonts/aRooneyRegular_f_2127.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
	margin: 0px;
	padding: 0px;
	font-family: 'SourceSansProRegular',Arial, Helvetica, sans-serif;
	font-size: 16px;
}

p {
    margin: 0px;
    padding: 0px;  
}

.container{
    width: 158px;
    height: 598px;
    position: relative;
    background-color: white;
    overflow: hidden;
    border: 1px solid #888888;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
    animation-fill-mode: forwards;    
}

#frame1 {
    position: absolute;
    top: 0px;
    left:0px;   
    width:160px;
    height:600px;    
}  

#frame1.fadeOutAnimate {
  -webkit-animation: fadeOut 0.5s;
  -moz-animation: fadeOut 0.5s;
  -ms-animation: fadeOut 0.5s;
  -o-animation: fadeOut 0.5s;
  animation: fadeOut 0.5s;  
  animation-fill-mode: forwards;  
} 

#frame2 {
    position: absolute;
    top: 0px;
    left:0px;   
    width:160px;
    height:650px;
    opacity: 1;
}  

.hitall {
    position: absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
}

.imgHolder {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
	

}

.footer {
    position: absolute;
    top: 563px;
    left: 0px;
    width:158px;
    height:36px;
    background-color: #afadaa;
    display: none;
    text-align: center;
    border-top-style: none;

}

#footer_text {
    position: relative;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    color: #ffffff;
    font-size: 14px;
    font-family: "RooneyRegular", "Times New Roman", Times, serif;*/
}

#frameleft {
    height:100%;
    position: relative;
    width:140px;
    opacity: 0;    
    text-align: center;
    padding: 11px 0px 0px 1px; 

    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
    animation-fill-mode: forwards;

    animation-delay:0.7s;
    -webkit-animation-delay:0.7s; /* Safari and Chrome */
    -webkit-animation-fill-mode: forwards; 

}

.itemImage {
    position: absolute;
    border-radius: 4px;
    margin: 0px;
    /*padding: 12px 6px 6px 6px;*/
    top: 35px;
    left: 36px;
    max-width: 60px;
    height: auto;
    width: auto\9; /* ie8 */
}

.stars {
    position: absolute;
    width:81px;
    height:20px;
    left:0px;
    top: 0px;
    color: #f9aa6d;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.05em;
    vertical-align: middle;    
}

.stars_back {
    position: absolute;
    width:81px;
    height:20px;
    left:15px;
    top:112px;
    text-align: left;
    color: #e2e3e4;
    font-size: 14px;
    letter-spacing: 0.05em;
    white-space: nowrap;

}

.starholder {
    position: absolute;
    width:81px;
    height:20px;
    left:15px;
    top: 112px;
    overflow: hidden;

}

.carouselItem {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    width:129px;
    height:239px;
    background-color: white;
    text-align: left;
    margin-left: 1px;;
    margin-right: 1px;
    margin-top: 0px;
    margin-bottom: 2px;
    overflow: hidden;
    box-shadow: 0.2px 0.2px .8px .8px #cccccc;
}

.itemName {
    position: relative;
    top:12px;
    left: 0;
    height: 18px;
    width: 100%;
    padding-top: 0px;
    font-family: 'SourceSansProRegular',Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    overflow: hidden;    
    white-space: nowrap;
}

.itemReviewCount {
    position: absolute;
    top: 117px;
    left: 82px;
    padding-top: 0px;
    font-family: 'SourceSansProRegular',Arial, Helvetica, sans-serif;
    color: #afadaa;
    font-size: 10px;
    text-align: left;
}

.itemDesc {
    position: absolute;
    top: 150px;
    left: 9px;
    width: 114px;
    padding-top: 0px;
    font-family: 'SourceSansProRegular';
    color: #afadaa;
    font-size: 11.5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.offer_text {
    position: absolute;
    top: 149px;
    left: 14px;
	width:104px;
	text-align: center;
    padding-top: 0px;
    font-family: 'SourceSansProRegular',Arial, Helvetica, sans-serif;
    color: #e35053;
    font-size: 11.5px;
	line-height: 12px;
}

.offer_enddate {
    position: absolute;
    top: 174px;
    left: 0px;
	width:100%;
    padding-top: 0px;
    font-family: 'SourceSansProRegular',Arial, Helvetica, sans-serif;
    color: #8c8a8a;
    font-size: 10px;
    text-align: center;
}

.cta_background {
    border-radius: 4px;
    background: #e35053;
    padding: 0px; 
    width: 68px;
    height: 23px; 
}

.cta {
    position: absolute;
    height: 25px;
    width: 70px;
    text-align: center;
    left: 32px;
    top: 199px;
    overflow:hidden;
}

.alignCTAtxt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.cta_text {
    position: relative;
    top: -1px;
	left:0px;
    color: white;
    font-size: 10.95px;
    display: inline-block;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Firefox < 16 */
@-moz-keyframes fadeOut {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeOut {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadeOut {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Opera < 12.1 */
@-o-keyframes fadeOut {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* preloader */
#preloader5{
	position: relative;
    top: 295px;
    left: 65px;
    width: 24px;
    height: 24px;
    background: #aaaaaa;
    border-radius: 13px;
    animation: preloader_5 1.5s infinite linear;
}
#preloader5:after{
    position: absolute;
    width: 32px;
    height: 32px;
    border-top: 10px solid #e35053;
    border-bottom: 10px solid #e35053;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-radius: 32px;
    content: '';
    top: -14px;
    left: -14px;
    /*animation: preloader_5_after 1.5s infinite linear;*/
}
@keyframes preloader_5 {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(180deg);background:#e35053;}
    100% {transform: rotate(360deg);}
}
@keyframes preloader_5_after {
    0% {border-top:10px solid #aaaaaa;border-bottom:10px solid #aaaaaa;}
    50% {border-top:10px solid #e35053;border-bottom:10px solid #e35053;}
    100% {border-top:10px solid #aaaaaa;border-bottom:10px solid #aaaaaa;}
}



#main_content {
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
	/*border-top: 1px;*/
    border-color: #dbd9d5;  
    height:527px; 
    top:70px;
    left: 0px;
    overflow:auto;
    position:absolute;
    width:158px;
    background-color: #dbd9d5;
}
#mCSB_1_dragger_vertical{
		height:111px !important;
}
.mCSB_draggerRail {
    background-color: rgba(153,153,153,.8) !important;
    width: 18px !important;
}
#logoImage {
    position: absolute;
    top: 0px;
    left: -69px;
    width: 280px;
    display: none;
    height: 73px;
}
#F1_bgImage{
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		position:absolute;
	}