﻿/* CSS Display for Default Page */
#divDefaultBackground 
{
   background-color: #F2F2F2; 
   width: 97%; /*832px;*/
   /*height:830px;*/
   /*margin-top:30px;*/ 
}

#divDefaultBackground .advertisment-content
{
    position:relative;
    width: 740px; /*832px;*/
    margin:0 auto;
}

#divDefaultSpiceLogo
{
   position:relative;
   left: 16px; /*90px;*/    
}

#divHomeHeading
{
    position: relative;
    vertical-align: top;
    /*text-align: center;*/
    top: 30px;
    left:40px;    
}

#divHomeHeading span
{
    font-size: 28px !important;
}

.spnHeadingLine1
{   
    display:block;
    text-indent: 30px; /*150px;*/   
}

#divResearchText
{
   /*width:80%;*/
   position:relative;
   /*bottom:35px; */
   bottom:5px;   
   /*left:150px;  */   
   text-align:center;
}

#divAdvtContent
{
    height:421px;    
    padding-top:25px;
}

.landingAdvtContent
{
    height:421px;
    display:block;
}

#divAvailableInformation
{
   width: 47.5%; /*51%;*/
   position : relative;
   /*left:150px;*/   
}

.spnAvailableDevices
{   
    position:relative;  
    display:block;
    /*right : 52px;   */    
}

#divSubscribeNowButtonImage
{
    /*width:30%;
    position:relative;   
    top:52px;
    right:215px;
    right:29%;*/
    padding-top:25px;
}

#divPrices
{
   /*position : relative;
   top: 115px;
   right:450px;
   right:47.7%;   
   background-color:Red;*/
   padding:25px 0px 25px 0px;
   text-align:center;
}

#divAndroidIPhone
{
   position:relative;
   top: 178px;
   left: -286px; /*128px;*/
   /*left:137px; */
   /*right:291px;*/
   z-index :999;
}

#divIpadImage
{
    /*position:relative;
    bottom: 220px;
    right: 92px;  */
    position: absolute;
    right: 68px; /*96px;*/
    top: 228px; /*700px;*/
}

#divDescriptionPoints
{
    position: relative;
    /*top: 145px;
    left:240px;*/
    /*width:60%;*/
    padding-bottom:30px;
    text-align:center;    
}

#divDescriptionPoints .container
{
    display:inline-block;    
    background-color:#F2F2F2; /* Although background color is not required here, this is a workaround regarding Android device. 
                                 Without background-color value the text is wrapping down. */
}

#divDescriptionPoints .container span
{
    background-color:inherit; /* Although background color is not required here, this is a workaround regarding Android device. 
                                 Without background-color value the text is wrapping down. */
}

#divTakeOurTourImageButton
{
    position:relative;   
    /*top:175px;*/
    /*left:330px;*/
    left: 50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);

    display:inline-block;

    height:47px; 
    /*width:30%*/
}

#divFreeTrialMessage
{
    /*top: 75px;*/
    position:relative;   
    /*left:105px;*/
    text-align:center;
    padding-bottom:10px;
}

.spnIndentYear
{   
     position:relative;   
     /*left:15px;*/
}

.btnSubscribeNow
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    color: #000000;	
	/*border:1px solid #003366;*/
	/*background: -webkit-gradient(linear, left top, left bottom, from(#6C89A7), to(#003366) );*/
    background-color: #F79521;
    
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.6)), color-stop(0.35, rgba(255, 255, 255, 0.3)), color-stop(0.51, rgba(255, 255, 255, 0.0)), to(rgba(255, 255, 255, 0.0))); /* Chrome,Safari4+ */
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.0) 100%); /* FF3.6+ */
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.0) 100%); /* Opera11.10+ */
    background-image: linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.0) 100%); /* W3C */
    
    /*background-image: -ms-linear-gradient(rgb(108, 137, 167) 0%, rgb(0, 51, 102) 100%); /* > IE9 */
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.0) 100%);
	
    
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px;
	border-radius: 12px;
    
    font-family:Times New Roman;
    font-size:21px;
        
    padding-top :10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 20px;
    
    border-color: #F79521;
    border-width:3px 2px 0px 2px;
    border-style:solid;
    
}

.btnWatchOurVideo
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    color: #FFFFFF;	
	/*border:1px solid #003366;*/
	/*background: -webkit-gradient(linear, left top, left bottom, from(#6C89A7), to(#003366) );*/
    background-color: #083FA0;
    
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.6)), color-stop(0.35, rgba(255, 255, 255, 0.3)), color-stop(0.51, rgba(255, 255, 255, 0.0)), to(rgba(255, 255, 255, 0.0))); /* Chrome,Safari4+ */
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.0) 100%); /* FF3.6+ */
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.0) 100%); /* Opera11.10+ */
    background-image: linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.0) 100%); /* W3C */
    
    /*background-image: -ms-linear-gradient(rgb(108, 137, 167) 0%, rgb(0, 51, 102) 100%); /* > IE9 */
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.0) 100%);
	
    
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px;
	border-radius: 12px;
    
    font-family:Times New Roman;
    font-size:24px;
    
    padding-top :8px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 18px;
    
    border-color: #083FA0;
    border-width:2px 1px 0px 1px;
    border-style:solid;
    
}

.px21
{
    font-size:21px;
}


/* CSS Display for Landing page */

#divLandingBackground
{    
    height:896px;
    background-color: #424854;
    
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.6)), color-stop(0.35, rgba(255, 255, 255, 0.3)), color-stop(0.51, rgba(255, 255, 255, 0.0)), to(rgba(255, 255, 255, 0.0))); /* Chrome,Safari4+ */
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.0) 100%); /* FF3.6+ */
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.0) 100%); /* Opera11.10+ */
    background-image: linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.0) 100%); /* W3C */
    
    /*background-image: -ms-linear-gradient(rgb(108, 137, 167) 0%, rgb(0, 51, 102) 100%); /* > IE9 */
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.0) 100%);
	   
}

#divLandingMain
{
    height:896px;
    background-color:#F2F2F2;
    width:94%; 
    position:relative;
    /*left:25px;*/
    margin:0 auto;
}

#divLandingSpiceLogo
{
   /*background-repeat:no-repeat;
   position:relative;
   left:60px;*/ 
   
   position:relative;
   left:40px;   
   width:24%;
}

#divLandingHeading {
   /* position: relative;
    vertical-align: top;
    text-align: center;
    top: 40px;
    right: 50px;*/
    
    position: relative;
    vertical-align: top;
    text-align: left;
    top: 30px;   
    width:75%
    
}

.spnLandingHeadingLine1
{
    font-family:Times New Roman ;
    font-weight :normal;
    font-size:30px;
    color:#361200;
    display:block;
    position:relative;
    padding-left:64px;
}

.spnLandingHeadingLine2
{
    font-family:Times New Roman ;
    font-weight :normal;
    font-size:30px;
    color:#361200;
    display:block;   
    position:relative;
    padding-left:90px;
   
}

#divSemesterSubInfo
{
    text-align:center;
    position:relative;
    bottom:25px;
}
 
#divLandingAvailableInfo
{
   /*width:80%;*/
    width:59%;
   position: relative;
   bottom: 65px;
   right:45px;
   display:inline-block;
  
  
}

.spnLandingAvailableInfo
{   
    position:relative;  
    display:block;
    /*right: 40px;   */
}

#divLandingSubscribeNowButton
{
    position:relative;   
    top:21px;
    left:20px;
    /*left:140px;*/
    /*width:50%;*/
    
} 

.btnLandingSubscribeNow
{
    color: #000000;	
	background-color: #F79521;
    
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.6)), color-stop(0.35, rgba(255, 255, 255, 0.3)), color-stop(0.51, rgba(255, 255, 255, 0.0)), to(rgba(255, 255, 255, 0.0))); /* Chrome,Safari4+ */
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.0) 100%); /* FF3.6+ */
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.0) 100%); /* Opera11.10+ */
    background-image: linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.0) 100%); /* W3C */
    
    /*background-image: -ms-linear-gradient(rgb(108, 137, 167) 0%, rgb(0, 51, 102) 100%); /* > IE9 */
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.0) 100%);
	
    
	-webkit-border-radius: 14px; 
	-moz-border-radius: 14px;
	border-radius: 14px;
    
    font-family:Times New Roman;
    font-size:26px;
        
    padding-top :12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 25px;
    
    border-color: #F79521;
    border-width:2px 2px 0px 3px;
    border-style:solid;
    
}

#divLandingAndroidPhone
{
   /*position:relative;
   top:75px;
   left:90px;
   z-index :999;*/
   
   position:relative;
   top:175px;
   /*left:137px; */
   right:352px;
   z-index :999;
   width:40%;
}

#divLandingIpadImage
{
    /*position:relative;
    right:70px;    
    bottom:115px;*/
    
    position: absolute;
    right: 50px;
    top:228px;
  
}

#divLandingDescription
{
    position: relative;
   /*top:110px;
    left:170px; 
    width:80%;*/      
    text-align:center;  
}

#divLandingDescription .container
{
    display:inline-block;    
    background-color:#F2F2F2; /* Although background color is not required here, this is a workaround regarding Android device. 
                                 Without background-color value the text is wrapping down. */
}

#divLandingDescription .container span
{
    background-color:inherit; /* Although background color is not required here, this is a workaround regarding Android device. 
                                 Without background-color value the text is wrapping down. */
}


#divLandingVideo
{
    position:relative;   
    top:27px;
    left:270px;
    width:40%; 
}

.btnLandingWatchOurVideo
{
    color: #FFFFFF;	
	background-color: #31476A;
    
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.6)), color-stop(0.35, rgba(255, 255, 255, 0.3)), color-stop(0.51, rgba(255, 255, 255, 0.0)), to(rgba(255, 255, 255, 0.0))); /* Chrome,Safari4+ */
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.0) 100%); /* FF3.6+ */
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.0) 100%); /* Opera11.10+ */
    background-image: linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.0) 100%); /* W3C */
    
    /*background-image: -ms-linear-gradient(rgb(108, 137, 167) 0%, rgb(0, 51, 102) 100%); /* > IE9 */
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 51%, rgba(255, 255, 255, 0.0) 100%);
	
    
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
    
    font-family:Times New Roman;
    font-size:24px;
    
    padding-top :12px;
    padding-bottom: 12px;
    padding-left: 14px;
    padding-right: 10px;
    
    border-color: #31476A;
    border-width:2px 1px 0px 4px;
    border-style:solid;
    
}

.landingAdvtContentContainer{
    height: 100%;
    margin: 0 auto;
    width: 783px;
    position: relative
}