/* 
 * Offer Page Template 03, Components, "Viper"
 * page css: v1.0.7
 * 
 * v1.0.7: added RTL code
 * v1.0.6: added green and orange button
 *
 * CLB Typography Overrides
 */
.offer-03 .clb h2 {
    font-size: 18px;
    font-weight: normal;
    color: #444;
}
.offer-03 .clb h3,
.offer-03 .clb p,
.offer-03 .clb a,
.offer-03 .clb li {
    font-size: 13px;
    color: #525252;
}
.offer-03 .clb a,
.offer-03 .clb h2 a,
.offer-03 .clb h3 a,
.offer-03 .clb a:hover,
.offer-03 .clb a:active,
.offer-03 .clb a:visited {
    color: #2f6681;
}

/* hero */
.hero-container {
    margin: 0px -10px 20px -10px;
    background-color: #b2b2b2;
}
.hero {
    float:left;
    display:block;
    background-color: #999;      
    background-attachment: right top;
    background-repeat: no-repeat;
    min-height: 200px;
    max-height: 400px;
    width: 720px;
    margin: 0px 0px 0px 0px;
    color: #fff;
}
.hero .content {
    overflow: hidden;
    background-image: url('rgb000-opacity50.png');
    width: 360px;
    min-height: 100px;
    max-height: 256px;
    margin: 28px 360px 28px 0px;
    padding: 44px 30px;
}
.hero .content.opacity-00 { background-image: url('rgb000-opacity00.png'); }
.hero .content.opacity-10 { background-image: url('rgb000-opacity10.png'); }
.hero .content.opacity-20 { background-image: url('rgb000-opacity20.png'); }
.hero .content.opacity-30 { background-image: url('rgb000-opacity30.png'); }
.hero .content.opacity-40 { background-image: url('rgb000-opacity40.png'); }
.hero .content.opacity-50 { background-image: url('rgb000-opacity50.png'); }
.hero .content.opacity-60 { background-image: url('rgb000-opacity60.png'); }
.hero .content.opacity-70 { background-image: url('rgb000-opacity70.png'); }
.hero .content.opacity-80 { background-image: url('rgb000-opacity80.png'); }
.hero .content.opacity-90 { background-image: url('rgb000-opacity90.png'); }
.hero .content.opacity-100 { background-image: url('rgb000-opacity100.png'); }

.hero .content h1 {
    font-size: 22px;
    color: #fff;
}
.hero .content p {
    font-size: 16px;
    line-height: 1.5em;
    color: #fff;
}
.rtl .clb.hero {
	float:right;	
}
.rtl .clb.hero .content {
	margin: 28px 0;
}
.hero-simple {
    position:relative;
    float:left;
    display:block;
    width:980px;       
    margin:0px;
    min-height: 240px;
    max-height: 360px;
    background: #F2F2F2; 
}
.hero-simple img {
    position:absolute;
    top: 0px;
    right: 0px;
}
.hero-simple .content {
    padding: 44px 420px 44px 30px;
}
.hero-simple .content h1 {
    font-size: 24px;
    color: #444;    
}
.hero-simple .content p {
    font-size: 16px;
    line-height: 1.5em;
    color: #444;
}
.rtl .hero-simple .content {
    padding: 44px 30px 44px 420px;
}
.rtl .hero-simple img {
    left: 0;
    right: auto;
}

/* let us help */
.let-us-help {
    float:left;
    display:block;
    width:260px;
    min-height:200px;
    max-height: 400px;
    margin: 0px;
    background-color: #b2b2b2;
    background-image: url('let-us-help-50x50.png');
    background-position: 180px 20px;
    background-repeat: no-repeat;
}
.let-us-help .content {
    margin-top: 20px;
    padding: 20px;
}
.let-us-help ul {
    list-style-type: none;
    margin: 0px 0px 20px 0px;
}
.let-us-help h2 { margin-bottom: 32px;}
.let-us-help h3 { margin-bottom: 4px;}
.let-us-help p { margin-bottom: 18px;}
.offer-03 .let-us-help h2 {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
	margin-right: 60px;
}
.offer-03 .let-us-help .content h3 {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    line-height: 1em;
}
.offer-03 .let-us-help .content p,
.offer-03 .let-us-help .content li, 
.offer-03 .let-us-help .content li a {
    font-size: 13px;
    color: #fff;
}
.rtl .clb.let-us-help{
	margin-right:0;
	background-position: 3px 20px;
}
.rtl .clb.let-us-help ul{
	margin-right:0;
}
.rtl.offer-03 .clb.let-us-help h2 {
    margin-left: 60px;
	margin-right: 0;	
}

/* spotlight bar */
.spotlight {
    position:relative;
    background: #f5f5f5;
    font-size: 14px;
}
.spotlight .content-L, 
.spotlight .content-R {
    float:left;
    position:relative;
    background: #f5f5f5;
    padding: 20px 50px 20px 140px;
    margin: 6px 0px;
}
.spotlight .content-L {
    top:0px;
    left:0px;
    width: 29%;
    border-right: 1px solid #ccc;
}
.spotlight .content-R {
    top:0px;
    left:0px;
    width: 29%;
    border-left: 1px solid #ccc;
    padding-right: 49px;
    margin-left:-1px;
}
.spotlight .thumbnail {
    float:left;
    width: 100px;
    height: 100px;
    margin-left: -120px;
}
.spotlight h2 {
    font-size: 18px;
    font-weight: normal;
    color: #444;
}
.spotlight p {
    color: #525252;
}
.rtl .spotlight .content-L {
    border-left: none;
    border-right:none;
    float: right;
}
.rtl .spotlight .thumbnail {
    float: right;
    margin-right: -120px;
}
.rtl .spotlight .content-L, 
.rtl .spotlight .content-R {
    padding: 20px 140px 20px 50px;
    margin: 6px 0px;
}
.rtl .spotlight .content-R { 
	border-left: none;
	border-right:1px solid #CCCCCC;
}
a.button,
.offer-03 .hero a.button,
.offer-03 .spotlight a.button,
.offer-03 .c11v5-pilot a.button,
.offer-03 .c11v6-pilot a.button,
.offer-03 .let-us-help a.button,
a.button.blue,
.offer-03 .hero a.button.blue,
.offer-03 .spotlight a.button.blue,
.offer-03 .c11v5-pilot a.button.blue,
.offer-03 .c11v6-pilot a.button.blue,
.offer-03 .let-us-help a.button.blue {
    display: inline-block;
    overflow: hidden;
    line-height: 35px;
    font-size: 14px;
    text-decoration: none;
    width: auto;
    height: 36px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    position: relative;
    left: 0;
    bottom: 0;
    border-radius: 3px;
    border: 0px;
    margin-top: 20px;
    padding: 0px 20px;
    background: #00abe8; /* Old browsers */
    background: -moz-linear-gradient(top,  #00abe8 0%, #038ae1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00abe8), color-stop(100%,#038ae1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00abe8 0%,#038ae1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00abe8 0%,#038ae1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00abe8 0%,#038ae1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00abe8 0%,#038ae1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abe8', endColorstr='#038ae1',GradientType=0 ); /* IE6-9 */
}

a.button.green,
.offer-03 .hero a.button.green,
.offer-03 .spotlight a.button.green,
.offer-03 .c11v5-pilot a.button.green,
.offer-03 .c11v6-pilot a.button.green,
.offer-03 .let-us-help a.button.green {
	background: #0b9a96; /* Old browsers */
    background: -moz-linear-gradient(top,  #0b9a96 0%, #08716d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b9a96), color-stop(100%,#08716d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0b9a96 0%,#08716d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0b9a96 0%,#08716d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0b9a96 0%,#08716d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0b9a96 0%,#08716d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b9a96', endColorstr='#08716d',GradientType=0 ); /* IE6-9 */
}
a.button.orange,
.offer-03 .hero a.button.orange,
.offer-03 .spotlight a.button.orange,
.offer-03 .c11v5-pilot a.button.orange,
.offer-03 .c11v6-pilot a.button.orange,
.offer-03 .let-us-help a.button.orange {
	background: #ff7838; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff7838 0%, #fe5734 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7838), color-stop(100%,#fe5734)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff7838 0%,#fe5734 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff7838 0%,#fe5734 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff7838 0%,#fe5734 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff7838 0%,#fe5734 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7838', endColorstr='#fe5734',GradientType=0 ); /* IE6-9 */
}

/* component library overrides */
.offer-03 .gd-left,
.offer-03 .gd-right,
.offer-03 .gd-mid {
    background-color:#fff;
}

.gd13v2-pilot .c23v8-pilot,
.gd14v1-pilot .c23v7-pilot {
   margin-bottom: 40px;     
}

.offer-03 .c00v0-pilot h2 {
    font-size: 18px;
    font-weight: normal;
    color: #444;    
}
.offer-03 .c00v0-pilot h3,
.offer-03 .c00v0-pilot p {
    font-size: 13px;
}

.c11v5-pilot img,
.c11v6-pilot img {
    border-radius:0px;
    -moz-border-radius:0px;
}
.c23v7-pilot img {
    height: 140px;
    width: 220px;
    border-radius:0px;
    -moz-border-radius:0px;
}
.c23v8-pilot img {
    height: 160px;
    width: 300px;
    border-radius:0px;
    -moz-border-radius:0px;
}

.offer-03 #s10-pilot {
    border: 0px;
}
.rtl #s10-pilot {
	float: right;
}

