
body {
	font-family: "Roboto", "RobotoDraft", Helvetica, Arial, sans-serif;
	font-size: 13px;
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */

}

body *{		

}

a.ActiveUnderline {
    text-decoration:none
}

a.ActiveUnderline:hover {
    text-decoration:underline
}


.right{
	float: right;
}
.left{
	float: left;
}
.clear-both{
	clear: both;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.color-grey{
	color: #909090;
}
.img-responsive{
	width: 100%;
}
/*override style
===========================*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-right: 10px;
    padding-left: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.well{
	background-color: #fff;
	padding: 25px;
}

.wellHome{
	padding: 25px;
}
.padding-top-0{
	padding-top: 0 !important;
}
.navbar-toggle{
	border-color:red;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 14.5px 12px;
}
.navbar-toggle .icon-bar{
	background: red;

}
h4{
	font-weight: bold;
}

.breadcrumb{
	margin-bottom: 0px;
	padding: 8px 10px;
	background: transparent;
	font-size: 12px;
}

a.breadcrumb{
	color:  #909090;
}

a.breadcrumb:hover{
	background: transparent;
	color: #5184d7;
}

a.breadcrumb:visited{
	color:  #909090;
}


a.LoginHelp {
	color:#ffffff;
}

a.LoginHelp:hover {
	background: transparent;
    text-decoration:underline;
	color:#ffffff;
}

a.LoginHelp:visited {
	color:#ffffff;
}

a.LoginHelp:active {
	color:#ffffff;
}

.downloadRight{
    float: right;
	font-size: 12px;
	font-weight: bold;
}

.download{
	font-size: 12px;
	font-weight: bold;
}
.sale-date{
	font-size: 12px;
}
div.content{
	background: #f7f7f7;
	margin-top: 5px;
	padding-top: 25px;
    overflow: auto;
}
div.content a{
	color: #000;
	/*font-weight: bold;*/
}

/*Dropdown Menu Style
============================*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 100%;
    left: 0;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu{
    display: block;
}


/*.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}*/

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
ul.dropdown-menu:hover{
	/*top:calc(100% + 10px);	*/
}
li.seperator{
    border-left: 1px solid #dfdfdf;
    height: 15px;
    margin-top: 13px;
}
/*Footer Section
==========================*/
footer{
	display: table;
	background: #f7f7f7;
}
footer p{
	margin: 15px auto 25px;
}
/*Header Section
==========================*/
header>div{
	background: #fff;
    -webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.2);
    box-shadow: 0 10px 6px -6px rgba(0,0,0,0.2);
    /*overflow: auto;*/
    /*min-height: 111px;*/
}
header>div:after{
	content: "";
	display: table;
	clear: both;
}

#login{
    background: #000;
    color: #fff;
    border-radius: 1em;
    border: none;
    padding: 5px 30px;
    outline: none;
}

.SubscriberButton{
    background: #000;
    color: #fff;
    border-radius: 1em;
    border: none;
    padding: 5px 30px;
    outline: none;
}

.SubscriberButton:hover{
	background: #7aae40;
}

header .search-col{
	max-width: 897px;
}
header .navbar{
	margin-bottom: 0px;
	margin-top: 15px;
	border: none;
	min-height: 36px;
    
}
header .navbar-nav>li:last-child{margin-right: 0;}
header .navbar-nav>li, header .navbar-nav>li a{
	background: #fff !important;
    
}
header .navbar-nav>li>a{
	padding: 10px 10px 10px;
	color: #909090;
	font-size: 14px;
    border-bottom:2px solid white;
}
header .navbar-nav>li a:hover,header .navbar-nav>li>a.active,header .navbar-nav>li:hover>a{
	background: transparent;
	color: #5184d7;
	border-bottom: 2px solid #5184d7;
}

header .navbar-nav>li>a.more{
	padding-bottom: 15px;
}
header form[role=search]{
	padding-left: 60px;
}
header form[role=search] div.input-group{
	width: 100%;
    height:60px
}
header form[role=search] input,header form[role=search] button{
	height: 45px;
}
div.social-icons{
	margin-top: 25px;
}
.social-icons a{
	margin-right: 10px;
}
div.login{
	margin: 25px 20px 10px 0;
}
#login:hover{
	background: #7aae40;
}

/*Left Sidebar Content
===========================*/
div.left-sidebar{
	padding-top: 12px;
}

body.home-page .left-sidebar{
	padding-top: 4px;
}

div.left-sidebar>div{
	width: 100%;
}
div.left-sidebar h5{
	padding-left: 25px;
}
ul.section-group{
	padding-left: 0px;
}
ul.section-group:last-child{
	border-top: 1px solid #d9d9d9;
	padding-top: 20px;
    margin-top: 20px;
}
li.section-list{
	list-style: none;
}
li.section-list img{
	padding: 15px 25px;
	width:70px;
}
li.section-list.active, li.section-list:hover{
	background: #eee;
}
li.section-list a{
	color: #909090;
	font-size: 14px;

    width:100%;
    height:100%;
}


/*Right Sidebar Content
===============================*/
.right-sidebar{
	max-width: 310px;
	margin-top: -9px;
    margin-left:10px;
}
.right-sidebar .well{
	padding: 20px 12px 20px;
	margin-bottom: 30px;
}
.right-sidebar h4{
	padding-left: 25px;
}
.right-sidebar th{
	background: #f0f0f0;
    padding: 5px;
}
.right-sidebar td{
	padding: 0 px;
}
#release_schedule{
	height: 200px;
	overflow: hidden;
}
#release_schedule td:last-child,
#latest_trends td:first-child{
	color: #345777;
    font-size:11px
}
.falling{
	/*color: #47703E;*/
	color: green;
    font-size:11px
}
.rising{
	/*color: #A7403F;*/
	color: red;
    font-size:11px
}
.stable{
	/*color: #EEAD6C;*/
	color: orange;
    font-size:11px
}



/*Main Content
==========================*/
.mid-content .block-title{
	padding-left: 25px;
	font-size: 24px;
}
.mid-content .well{
	margin-bottom: 60px;
}
.release-title{
	color: #000;
}
.mid-content [class*=col-]{
	margin-bottom: 30px;
}
[class*='-lists'] div[class*='col-']{
	display: table;
}
div.thumb{
	margin-right: 15px;

}
.date{
	padding-top: 10px;
	color: #909090;
	margin-bottom: 0;
}
.title{
	/*padding-top: 15px;*/
	font-weight: bold;	
	font-size: 16px;
	color: #000;
}
.title:hover{
	text-decoration: none;
}
.well-subtitle{
	font-size: 14px;
}
.well-footer{
	display: flow-root;
	padding-top: 20px;
}
.previous_issue{
	margin-right: 40px;
}
.sales-list:after{
	clear: both;
	content: "";
	display: table;
	margin-bottom: 25px;
}
.mid-content .sub-title{
	font-weight: normal;	
}
.smi-region{
	margin-top: 40px;
}
.small-font{
	font-size: 11px;
}

.HomepageThumb
{
    width:380px;
    height:140px;
    float:left;
}



/*SMI Page customization
=========================================*/
body.SMI-page .content{
	padding-top: 33px;
}
body.SMI-page .mid-content{	
	/*margin-right: calc(25% - 330px);*/
    /*width: calc(50% + 330px);*/
    max-width: 1100px;
    font-size: 14px;
}




.bread-top:after{
	content: "";
	display: table;
	clear: both;
}
.bread-top .download{
	margin: 18px 5px 0 0;
}
.well .sale-date{
	margin:-20px -20px 25px 0;
}
.sales-graph .well{
	padding: 0 15px 10px;
	margin-bottom: 0;
}
.sales-graph-title{
    margin: 0 -15px;
    padding: 10px;
    background: #2d5590;
    color: #fff;
}
.sales-graph-content{
	margin-bottom: 0;
}
ul.secion-group.sub{
	max-width: 290px;
	padding-left: 80px;
}
ul.secion-group.sub li{
	padding: 10px 0 10px 10px ;
}
li+ul.secion-group.sub{
	height: 0px;
	overflow: hidden;
}
li.active+ul.secion-group.sub{
	height: auto;
    padding-top: 10px;
}
.divider{
	padding: 0px !important;
	height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #909090;
}


.checklist {
    margin-top: 1em;
    margin-bottom: 1em;
    list-style: none;
}

.checklist > li {
    padding-left: 2.5rem;
    position: relative;
    margin-bottom: 1rem;
}

.checklist > li:before {
    content: url('/Images/Content/check.png');
    display: inline-block;
    position: absolute;
    margin-top:5px;
    left: 0;
}

@-webkit-keyframes blinker { from {opacity:1.0;} to {opacity:0.0;} }
@keyframes blinker { from {opacity:1.0;} to {opacity:0.0;} }


.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: 3;
    -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}


::-webkit-scrollbar {
          width: 5px;
          height: 5px;
  
        }
        ::-webkit-scrollbar-button {
          width: 0px;
          height: 0px;
        }
        ::-webkit-scrollbar-thumb {
          background: #e1e1e1;
          border: 0px none #ffffff;
          border-radius: 50px;
        }
        ::-webkit-scrollbar-thumb:hover {
          background: #808080;
          visibility:visible;
        }
        ::-webkit-scrollbar-thumb:active {
          background: #000000;
        }
        ::-webkit-scrollbar-track {
          background: transparent;
          border: 0px none #ffffff;
          border-radius: 0px;

        }
        ::-webkit-scrollbar-track:hover {
          background: #F0F0F0;

        }
        ::-webkit-scrollbar-track:active {
          background:#e1e1e1;
        }
        ::-webkit-scrollbar-corner {
          background: transparent;
        }



#RoundedCorners {
    border-radius: 5px;
}









/*===========================================================================================================================*/
/*Media Query
/*===========================================================================================================================*/


/*iPhone Plus*/
@media (min-width: 1px) and (max-width: 736px) {

    .HomepageSpotlightBoxLeft{
        padding-left:10px;
        float:left;
        margin-left:30px;
        width:440px
    }

    .HomepageSpotlightBoxRight{
        padding-left:10px;
        float:left;
        margin-left:30px;
        width:440px
    }


    .SampleIssueText {
        width:100%;
        text-align:justify ;
    }

    .SampleIssueForm {
        width:100%;
        margin-top:40px;
    }
    
    .imgSampleIssue {
        display:none;
    }
    
    
    #divConactUsWell {
        margin-left:0px
    }

    .ContactUsEmailForm {
        display:none;
    }

    .ContactUsBoxes1 {
        float:left;margin-right:50px;width:300px;
    }

    .ContactUsBoxes2 {
        float:left;width:300px;
    }

    .SubscriberBoxes-ContactWidth {
        width:320px;
        margin-left:-10px;
    }


    .SubscriberPageBoxes {
        position:relative;
        display:table;
    }

    .SubscriberPageBoxes-Left {
        float:left;
        width:300px;
        height:390px;
        border:solid 1px grey;
        padding-left:20px;
        padding-right:20px;
        padding-top:30px;
        line-height:14px;
        top:-5px;
        background-color:#F3F3F3;
        margin-right:10px;
        margin-bottom:20px;
    }

    .SubscriberPageBoxes-Middle {
        float:left;
        width:300px;
        height:435px;
        border:solid 1px grey;
        padding-left:20px;
        padding-right:20px;
        padding-top:30px;
        line-height:14px;
        top:-5px;
        background-color:#F3F3F3;
        margin-right:10px;
        margin-top:-5px;
        margin-bottom:20px;
    }

    .SubscriberPageBoxes-Right {
        float:left;
        width:300px;
        height:350px;
        border:solid 1px grey;
        padding-left:20px;
        padding-right:20px;
        padding-top:30px;
        line-height:14px;
        top:-5px;
        background-color:#F3F3F3
    }

    .SubscriberPageBoxes-PriceHeader {
        font-size:25px;
    }




   img.logo{
	width: 100%;
	max-width: 453px;
	margin: 15px 0 0 0;
    }

   #imgLogo {
       max-width: 350px;
   }

    #HeaderAndMenuLoggedOut_ibSearch {
        margin-right:0px;
    }

    ul {
        margin-left:0px;
        padding-left:15px;
    }

    li {
        
    }

.RHS {
visibility:hidden;
}

.mid-content{width: 100%;}
.mid-contentHOME{width: 100%;}

	header{position: relative;}
	header .navbar-header{
		position: absolute;
		top: -70px;
	}	
	div.social-icons{
		float: left;
		margin-left: 20px;
	}
	header .social-col{
		position: absolute;
		bottom: 0;
	}
	.login{
        clear: none; 

	}
	header form[role=search]{
		padding-left: 80px;
	}
	.left-sidebar{
		display: none;
	}

    div.left-sidebarHome {
        	display: none;
    }
	.mid-content [class*='-lists'] div[class*='col-']{
		width: 100%;
	}
      
    .EdSearchBox {
        font-size:16px;
        padding-left:15px;
        color:#909090;
        border: solid 1px #CCCCCC ;
        width:255px;
        margin-left:60px;
        border-right:none;

    }
    .right-sidebar .well{width: 350px;margin-left:-10px;}
    
    .HomepageSubscriptionInformation{
        width:100%;
        height:393px;
        border:solid 1px grey;
        padding-left:5px;
        padding-right:5px;
        padding-top:30px;line-height:14px;
        top:-5px;
        background-color:#F3F3F3
    }

    .HomepageSubscriptionInformationText {
        font-size:0.95em;
        line-height:1em;
    }

    .LoginBoxes {
        width:100%;
        min-height:350px;
        position:relative;
        margin-left:10px;
        display:table;
    }

    .LoginBoxesHeaderText {
        font-size:18px
    }


    .LoginBoxesSubscriptions {
        width:300px;
    }









.col-sm-4
    {
        width:350px;
        float:left;
    }

   


 .PreviousAuthors
    {
        line-height:24px;
        width:100%;
        font-size:12px
    }

    
.PriceIndexGraphic
    {
        max-width:700px

    }

    
.GrowthTracker img {
        max-width:100%

    }

    

.GDPCountryList
    {
        visibility:hidden;
    }

    

.SubscriptionInfoTable
    {
        margin-left:10px;
        width:100%;
    }

    .SubscriptionInfoTableLeftCol
    {
        width:185px
    }

    .SubscriptionInfoTableRightCol
    {
        
    }

    .SubscriptionInfoCloseModal
    {
        position:absolute;
        left:-11px;
        top:-11px
    }

    .ContactUsTable{
        width:600px
    }

    .ContactUsTableLeft
    {
        width:300px
    }

    .ContactUsTableRight
    {
        width:300px
    }

    .ContactUsBox
    {
        width:250px
    }

    .SubscriotionDetails
    {
        visibility:hidden;
        width:0px  
    }
    
    .WPIRight
    {
        width:100px;
    }

}




/*iPad mini*/
@media (min-width: 737px) and (max-width:1024px) { 
    
    .EdSearchBox {
        font-size:16px;
        padding-left:15px;
        color:#909090;
        border: solid 1px #CCCCCC ;
        width:580px;
        margin-left:60px;
        border-right:none;
    }

    .HomepageSpotlightBoxLeft{
        padding-left:10px;
        float:left;
        margin-left:20px;
        width:240px;
    }

    .HomepageSpotlightBoxRight{
        padding-left:10px;
        float:left;
        margin-left:50px;
        width:240px
    }

      .imgSampleIssue {
        display:none;
    }
    
    
    .SampleIssueText {
        width:100%;
        float:left;
        text-align:justify;

    }

    .SampleIssueForm {
        width:300px;
        float:left;
        margin-top:10px;
    }

    #divSubscriberWell {
        margin-left:0px
    }

    #divConactUsWell {
        margin-left:100px
    }

    .ContactUsBoxes1 {
        float:left;margin-right:50px;width:350px;
    }

    .ContactUsEmailForm {
        display:none;
    }

    .ContactUsBoxes2 {
        float:left;width:325px;
    }
    
     .SubscriberBoxes-ContactWidth {
        width:600px;
        margin-left: auto;margin-right: auto ;
    }

    .SubscriberPageBoxes {
        position:relative;
        display:table;
    }

    .SubscriberPageBoxes-PriceHeader {
        font-size:24px;
    }

    .SubscriberPageBoxes-Left {
        float:left;
        width:300px;
        height:420px;
        border:solid 1px grey;
        padding-left:20px;
        padding-right:20px;
        padding-top:30px;
        line-height:14px;
        top:-5px;
        background-color:#F3F3F3;
        margin-right:10px
    }

    .SubscriberPageBoxes-Middle {
        float:left;
        width:300px;
        height:420px;
        border:solid 1px grey;
        padding-left:20px;
        padding-right:20px;
        padding-top:30px;
        line-height:14px;
        top:-5px;
        background-color:#F3F3F3;
        margin-right:10px;
    }

    .SubscriberPageBoxes-Right {
        display:none;
    }


    .HomepageSubscriptionInformation{
        width:600px;
        height:363px;
        border:solid 1px grey;
        padding-left:20px;
        padding-right:20px;
        padding-top:30px;line-height:14px;
        top:-5px;
        background-color:#F3F3F3;
        left:60px;

    }

    .LoginBoxes {
        width:100%;
        min-height:350px;
        position:relative;
        margin-left:20px;
    }

    .LoginBoxesHeaderText {
        font-size:10px
    }

    .LoginBoxesSubscriptions {
        width:300px;
    }

   
    .right-sidebar {
        display:none;
    }






    header .navbar-nav{width:95%;margin-left:60px}
	header .navbar-collapse.collapse{padding:0px;}
	header .navbar-nav>li{margin-right: 5px;}
	header .navbar-nav>li:last-child{float: right; margin-right: 0;}

    img.logo{
	width: 100%;
	max-width: 453px;
	margin: 15px 0 0 0;
    }



    div.social-icons{
		visibility:hidden;
	}

	header{position: relative;}
	header .navbar-header{
		position: absolute;
		top: -65px;
	}	
	div.social-icons{
		float: left;
		margin-left: 20px;
	}
	header .social-col{
		position: absolute;
		bottom: 0;
	}
	.login{
        clear: none; 

	}
	header form[role=search]{
		padding-left: 80px;
	}
	.left-sidebar{
		
	}

    div.left-sidebarHome {
        
    }
	.mid-content [class*='-lists'] div[class*='col-']{
		width: 100%;
	}

    .mid-content{width: 697px;}
    .mid-contentHOME{width: 697px;}
    .right-sidebar .well{width: 290px;}
    
    

  body.SMI-page .sales-graph img{
		
		width: 200px;
        height:200px;
        margin-top:20px;
	}

    .PreviousAuthors
    {
        line-height:24px;
        width:100%;
        font-size:12px
    }

    .PriceIndexGraphic
    {
        max-width:700px

    }

    .GrowthTracker img {
        max-width:100%

    }

    .GDPCountryList
    {
        visibility:hidden;
    }

    .SubscriptionInfoTable
    {
        margin-left:10px;
        width:100%;
    }

    .SubscriptionInfoTableLeftCol
    {
        width:185px
    }

    .SubscriptionInfoTableRightCol
    {
        
    }

    .SubscriptionInfoCloseModal
    {
        position:absolute;
        left:-11px;
        top:-11px
    }

    .ContactUsTable{
        width:600px
    }

    .ContactUsTableLeft
    {
        width:300px
    }

    .ContactUsTableRight
    {
        width:300px
    }

    .ContactUsBox
    {
        width:250px
    }

    .SubscriotionDetails
    {
        visibility:hidden;
        width:0px  
    }
    
}


/*Small Big PC*/
@media (min-width: 1025px) and (max-width:1299px) 
{

    .col-md-3 {
        width: 20%;
    }

    .EdSearchBox {
        font-size:16px;
        padding-left:15px;  
        color:909090;
        border: solid 1px #CCCCCC;
        width:100%;
        border-right:none;
        }

    .HomepageSpotlightBoxLeft{
        padding-left:10px;
        float:left;
        margin-left:50px;
        width:240px;
    }

    .HomepageSpotlightBoxRight{
        padding-left:10px;
        float:left;
        margin-left:50px;
        width:240px
    }

    .SampleIssueText {
        width:680px;
        float:left;
        text-align:justify ;
    }

    .SampleIssueForm {
        width:300px;
        margin-top:10px;
        float:right;
    }

     #divSubscriberWell {
        margin-left:100px
    }

    #divConactUsWell {
        margin-left:100px
    }
    
     .ContactUsBoxes1 {
        float:left;margin-right:50px;width:350px;
    }

    .ContactUsBoxes2 {
        float:left;width:325px;
    }
    
     .SubscriberPageBoxes {
        position:relative;
        display:table;
    }

    .SubscriberPageBoxes-PriceHeader {
        font-size:24px;
    }
     
    .SubscriberBoxes-ContactWidth {
        width:600px;
        margin-left: auto;margin-right: auto ;
    }

    .SubscriberPageBoxes-PriceHeader {
        font-size:21px;
    }

    .SubscriberPageBoxes-Left {
        float:left;
        width:265px;
        height:410px;
        border:solid 1px grey;
        padding-left:20px;
        padding-right:20px;
        padding-top:30px;
        line-height:14px;
        top:-5px;
        background-color:#F3F3F3;
        margin-right:10px
    }

    .SubscriberPageBoxes-Middle {
        float:left;
        width:265px;
        height:415px;
        border:solid 1px grey;
        padding-left:20px;
        padding-right:20px;
        padding-top:30px;
        line-height:14px;
        top:-5px;
        background-color:#F3F3F3;
        margin-right:10px;
        margin-top:-5px
    }

    .SubscriberPageBoxes-Right {
        float:left;
        width:265px;
        height:410px;
        border:solid 1px grey;
        padding-left:20px;
        padding-right:20px;
        padding-top:30px;
        line-height:14px;
        top:-5px;
        background-color:#F3F3F3
    }

    .HomepageSubscriptionInformation{
        width:600px;
        height:363px;
        border:solid 1px grey;
        padding-left:20px;
        padding-right:20px;
        padding-top:30px;line-height:14px;
        top:-5px;
        background-color:#F3F3F3;
        left:60px;
    }

    .LoginBoxes {
        width:100%;
        min-height:350px;
        position:relative;
        margin-left:160px;
    }

    .LoginBoxesHeaderText {
        font-size:23px
    }

    .LoginBoxesSubscriptions {
        width:380px;
    }

    img.logo{
	width: 90%;
	max-width: 453px;
	margin: 15px 0 0 0;
    }


  

	header{position: relative;}
	header .navbar-header{
		position: absolute;
		top: -65px;
	}	
	
	.login{
        clear: none; 
        width:210px;
        position:absolute;
        left:-10px;
        top:-5px
	}
	header form[role=search]{
		padding-left: 80px;
	}
	.left-sidebar{
		width: 280px;
        
	}

    div.left-sidebarHome {
        margin-right:30px;
    }

    div.social-icons{
		display:none;
	}

   
	


    

    


    .right-sidebar .well{width: 290px;}
	.mid-content{width: 897px;}
    .mid-contentHOME{width: 657px;}
	
	header .navbar-nav{width:100%;}
	header .navbar-collapse.collapse{padding:0px;}
	header .navbar-nav>li{margin-right: 5px;}
	header .navbar-nav>li:last-child{float: right; margin-right: 0;}


	body.SMI-page .mid-content{
		width: 900px;
	}
	body.SMI-page .sales-graph img{
		
		width: 370px;
        height:239px;
        margin-top:20px;
	}

    
    .col-sm-4
    {
        width:420px;
        float:left;
    }


    .PreviousAuthors
    {
        line-height:24px;
        width:100%;
    }

    .PriceIndexGraphic
    {
        max-width:100%

    }

    .GrowthTracker img {
        max-width:100%

    }

    .GDPCountryList
    {
        visibility:visible;
    }

    .SubscriptionInfoTable
    {
        margin-left:110px;
        width:900px;
    }

    .SubscriptionInfoTableLeftCol
    {
        width:185px
    }

    .SubscriptionInfoTableRightCol
    {
        width:715px
    }

    .SubscriptionInfoCloseModal
    {
        position:absolute;
        right:-11px;
        top:-11px
    }

    .ContactUsTable{
        width:700px
    }

    .ContactUsTableLeft
    {
        width:350px
    }

    .ContactUsTableRight
    {
        width:350px
    }

    .ContactUsBox
    {
        width:300px
    }

    .SubscriotionDetails
    {
        visibility:hidden;
        width:0px  
    }
}


/*Bigger PC*/
@media (min-width: 1298px) and (max-width:1599px) 
{
    .EdSearchBox {
        font-size:16px;
        padding-left:15px;  
        color:909090;
        border: solid 1px #CCCCCC;
        width:100%;
        border-right:none;
        }

    .HomepageSpotlightBoxLeft{
        padding-left:10px;
        float:left;
        margin-left:50px;
        width:240px;
    }

    .HomepageSpotlightBoxRight{
        padding-left:10px;
        float:left;
        margin-left:50px;
        width:240px
    }

    .SampleIssueText {
        width:680px;
        float:left;
        text-align:justify ;
    }

    .SampleIssueForm {
        width:300px;
        margin-top:10px;
        float:right;
    }

     #divSubscriberWell {
        margin-left:100px
    }

    #divConactUsWell {
        margin-left:100px
    }
    
     .ContactUsBoxes1 {
        float:left;margin-right:50px;width:350px;
    }

    .ContactUsBoxes2 {
        float:left;width:325px;
    }
    
     .SubscriberPageBoxes {
        position:relative;
        display:table;
    }

    .SubscriberPageBoxes-PriceHeader {
        font-size:24px;
    }
     
    .SubscriberBoxes-ContactWidth {
        width:600px;
        margin-left: auto;margin-right: auto ;
    }

    .SubscriberPageBoxes-PriceHeader {
        font-size:21px;
    }

    .SubscriberPageBoxes-Left {
        float:left;
        width:265px;
        height:410px;
        border:solid 1px grey;
        padding-left:20px;
        padding-right:20px;
        padding-top:30px;
        line-height:14px;
        top:-5px;
        background-color:#F3F3F3;
        margin-right:10px
    }

    .SubscriberPageBoxes-Middle {
        float:left;
        width:265px;
        height:415px;
        border:solid 1px grey;
        padding-left:20px;
        padding-right:20px;
        padding-top:30px;
        line-height:14px;
        top:-5px;
        background-color:#F3F3F3;
        margin-right:10px;
        margin-top:-5px
    }

    .SubscriberPageBoxes-Right {
        float:left;
        width:265px;
        height:410px;
        border:solid 1px grey;
        padding-left:20px;
        padding-right:20px;
        padding-top:30px;
        line-height:14px;
        top:-5px;
        background-color:#F3F3F3
    }

    .HomepageSubscriptionInformation{
        width:600px;
        height:363px;
        border:solid 1px grey;
        padding-left:20px;
        padding-right:20px;
        padding-top:30px;line-height:14px;
        top:-5px;
        background-color:#F3F3F3;
        left:60px;
    }

    .LoginBoxes {
        width:100%;
        min-height:350px;
        position:relative;
        margin-left:160px;
    }

    .LoginBoxesHeaderText {
        font-size:23px
    }

    .LoginBoxesSubscriptions {
        width:380px;
    }

    img.logo{
	width: 90%;
	max-width: 453px;
	margin: 15px 0 0 0;
    }


  

	header{position: relative;}
	header .navbar-header{
		position: absolute;
		top: -65px;
	}	
	
	.login{
        clear: none; 
        width:210px;
        position:absolute;
        left:-10px;
        top:-5px
	}
	header form[role=search]{
		padding-left: 80px;
	}
	.left-sidebar{
		width: 280px;
        
	}

    div.left-sidebarHome {
        margin-right:30px;
    }

    div.social-icons{
		display:none;
	}

   
	


    

    


    .right-sidebar .well{width: 290px;}
	.mid-content{width: 897px;}
    .mid-contentHOME{width: 657px;}
	
	header .navbar-nav{width:100%;}
	header .navbar-collapse.collapse{padding:0px;}
	header .navbar-nav>li{margin-right: 5px;}
	header .navbar-nav>li:last-child{float: right; margin-right: 0;}


	body.SMI-page .mid-content{
		width: 900px;
	}
	body.SMI-page .sales-graph img{
		
		width: 370px;
        height:239px;
        margin-top:20px;
	}

    
    .col-sm-4
    {
        width:420px;
        float:left;
    }


    .PreviousAuthors
    {
        line-height:24px;
        width:100%;
    }

    .PriceIndexGraphic
    {
        max-width:100%

    }

    .GrowthTracker img {
        max-width:100%

    }

    .GDPCountryList
    {
        visibility:visible;
    }

    .SubscriptionInfoTable
    {
        margin-left:110px;
        width:900px;
    }

    .SubscriptionInfoTableLeftCol
    {
        width:185px
    }

    .SubscriptionInfoTableRightCol
    {
        width:715px
    }

    .SubscriptionInfoCloseModal
    {
        position:absolute;
        right:-11px;
        top:-11px
    }

    .ContactUsTable{
        width:700px
    }

    .ContactUsTableLeft
    {
        width:350px
    }

    .ContactUsTableRight
    {
        width:350px
    }

    .ContactUsBox
    {
        width:300px
    }

    .SubscriotionDetails
    {
        visibility:hidden;
        width:0px  
    }
}



/*Huge PC*/
@media (min-width: 1600px){ 


    .HomepageSpotlightBoxLeft{
        padding-left:10px;
        float:left;
        margin-left:50px;
        width:400px
    }

    .HomepageSpotlightBoxRight{
        padding-left:10px;
        float:left;
        margin-left:50px;
        width:240px
    }



    .SampleIssueText {
        width:680px;
        float:left;
        text-align:justify ;
    }

    .SampleIssueForm {
        width:300px;
        margin-top:10px;
        float:right;
    }

    #divConactUsWell {
        margin-left:100px
    }

    #divSubscriberWell {
        margin-left:100px
    }


    .ContactUsBoxes1 {
        float:left;margin-right:50px;width:350px;
    }

    .ContactUsBoxes2 {
        float:left;width:325px;
    }
    
     .SubscriberBoxes-ContactWidth {
        width:600px;
        margin-left: auto;margin-right: auto ;
    }

    .SubscriberPageBoxes-PriceHeader {
        font-size:26px;
    }
    
    .SubscriberPageBoxes-Left {
        float:left;
        width:300px;
        height:410px;
        border:solid 1px grey;
        padding-left:20px;
        padding-right:20px;
        padding-top:30px;
        line-height:14px;
        top:-5px;
        background-color:#F3F3F3;
        margin-right:10px
    }

    .SubscriberPageBoxes-Middle {
        float:left;
        width:320px;
        height:415px;
        border:solid 1px grey;
        padding-left:20px;
        padding-right:20px;
        padding-top:30px;
        line-height:14px;
        top:-5px;
        background-color:#F3F3F3;
        margin-right:10px;
        margin-top:-5px
    }

    .SubscriberPageBoxes-Right {
        float:left;
        width:300px;
        height:410px;
        border:solid 1px grey;
        padding-left:20px;
        padding-right:20px;
        padding-top:30px;
        line-height:14px;
        top:-5px;
        background-color:#F3F3F3
    }
    
    .HomepageSubscriptionInformation{
        width:600px;
        height:363px;
        border:solid 1px grey;
        padding-left:20px;
        padding-right:20px;
        padding-top:30px;line-height:14px;
        top:-5px;
        background-color:#F3F3F3;
        left:60px;
    }

    .LoginBoxes {
        width:100%;
        min-height:350px;
        position:relative;
        margin-left:160px;
    }

    .LoginBoxesHeaderText {
        font-size:23px
    }

	div.left-sidebar>div{width: 280px;}
    div.left-sidebarHome>div{width: 280px;}
    
    img.logo{
	width: 85%;
	max-width: 453px;
	margin: 15px 0 0 0;
    }
    
    .LoginBoxesSubscriptions {
        width:380px;
    }
    

	.right-sidebar .well{width: 290px;}
	.mid-content{width: 897px;}
    .mid-contentHOME{width: 897px;}
	
	header .navbar-nav{width:100%;}
	header .navbar-collapse.collapse{padding:0px;}
	header .navbar-nav>li{margin-right: 15px;}
	header .navbar-nav>li:last-child{float: right; margin-right: 0;}
	
    body.SMI-page .mid-content{
		width: 1100px;
	}


	body.SMI-page .sales-graph img{
		
		width: 310px;
        height:239px;
        margin-top:20px;
	}

    .EdSearchBox {
        font-size:16px;
        padding-left:15px;
        color:#909090;
        border: solid 1px #CCCCCC;
        width:100%;
        border-right:none;
        }

    

    
    .PreviousAuthors
    {
        line-height:24px;
        width:100%;
    }

    .PriceIndexGraphic
    {
        max-width:100%

    }

    .GrowthTracker img {
        max-width:100%

    }

    .GDPCountryList
    {
        visibility:visible;
    }

    .SubscriptionInfoTable
    {
        margin-left:110px;
        width:900px;
    }

    .SubscriptionInfoTableLeftCol
    {
        width:185px
    }

    .SubscriptionInfoTableRightCol
    {
        width:715px
    }

    .SubscriptionInfoCloseModal
    {
        position:absolute;
        right:-11px;
        top:-11px
    }

    .ContactUsTable{
        width:700px
    }

    .ContactUsTableLeft
    {
        width:350px
    }

    .ContactUsTableRight
    {
        width:350px
    }

    .ContactUsBox
    {
        width:300px
    }

    .SubscriotionDetails
    {
        visibility:visible;
        width:300px  
    }
}









/*------------------------------------------------------------------------------------------------------------------------------------------*/







