/*!
 * Bootstrap Responsive v2.0.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

// REPEAT VARIABLES & MIXINS
// -------------------------
// Required since we compile the responsive stuff separately

@import "variables.less"; // Modify this for custom colors, font-sizes, etc
@import "mixins.less";




// UP TO LANDSCAPE PHONE
// ---------------------

@media screen and  (max-width: 480px) {

.afp-inline-logo {background: transparent url('/images/afp/afp-masthead-logo-smallest.png') !important; display:block; height: 56px !important; width:150px !important; margin-top:16px !important; margin-bottom:318px !important; .hide-text;}

#mastheadinfo {margin-top:-170px; margin-bottom:30px;}

.issueinfo, #manuscriptbutton {display: none;}

}



// LANDSCAPE PHONE TO SMALL DESKTOP & PORTRAIT TABLET
// --------------------------------------------------

@media  screen and (max-width: 767px) {

		
		
	.navbar{
	// Added by Jaz as unfixing navbar added space left and right
	
	margin-left: -20px;
	margin-right: -20px;
			
		}	
			
			
			#solidbg {margin-left: -20px; padding-left:20px; padding-right:20px; }
	
			
			
	.navbar-inner {padding-left:10px; padding-right:10px; padding-bottom:7px}
	
 .span12 .alert {margin-top:18px; margin-bottom:0px;}
	
.googlesearch {width:60px;}	
		
#bannerzone img {width:100% !important;}

.afp-inline-logo {background: transparent url('/images/afp/afp-masthead-logo-small.png'); display:block; height: 93px; width:250px; margin-top:36px; margin-bottom:190px; .hide-text;}


#RACGP_GoogleSearch_6_GoogleSearch_SearchTermTextBox, #ContentPlaceHolderNavBar_RACGP_GoogleSearch_6_GoogleSearch_SearchTermTextBox {width: 90px !important;}
.navbar-inner .form-inline  {float:left;}

.articletype {display: none;}

.issueinfo, #manuscriptbutton {display: none;}

// FOOTER

#afp-footer {padding:20px 10px 10px 10px; margin-bottom:10px; text-align: center;
  .crest {float: none; margin-bottom:20px; width:100%;}
   #address{margin-top:12px; font-size:12px;}
  #copyrightstatement{font-size:12px;}


}


}



// PORTRAIT TABLET TO DEFAULT DESKTOP
// ----------------------------------

@media screen and  (min-width: 768px) and (max-width: 979px) {

.afp-inline-logo {background: transparent url('/images/afp/afp-masthead-logo-small.png'); display:block; height: 93px; width:250px; margin-top:36px; margin-bottom:190px; .hide-text;}

#bannerzone img {width:100% !important;}

.articletype { position: relative; margin-top:-42px;}

.issueinfo, #manuscriptbutton {display: none;}

#RACGP_GoogleSearch_6_GoogleSearch_SearchTermTextBox, #ContentPlaceHolderNavBar_RACGP_GoogleSearch_6_GoogleSearch_SearchTermTextBox {width: 90px !important;}
.navbar-inner .form-inline  {float:left;}


}


// JAZ Ipad2 landscape
// -------------------


@media screen and (max-width: 1024px) {

.afp-inline-logo {}


}



// TABLETS AND BELOW
// -----------------
@media screen and (max-width: 979px) {

	.navbar-inner {padding-left:10px; padding-right:10px; padding-bottom:7px}		
			
			
.afp-inline-logo{}

}



// DEFAULT DESKTOP
// ---------------

@media screen and (min-width: 980px) {
  
.afp-inline-logo{}
 //#bannerzone img {width:180px !important;}

}



// LARGE DESKTOP & UP
// ------------------

@media screen and (min-width: 1200px) {

  .afp-inline-logo{}

}


// LARGE DESKTOP & UP
// ------------------

@media screen and (min-width: 1312px) {
/*
.leftgrad {width:187px; height: 379px; display: block; position: absolute; top:-58px; left:-187px; background: transparent url('/images/afp/gradleft.png');}
.rightgrad{width:187px; height: 379px; display: block; position: absolute; top:-58px; right:-187px; background: transparent url('/images/afp/gradright.png');}
*/

.leftgrad {z-index:1; width:187px; height:  341px; display: block; position: absolute; top: -18px; left:-108px; background: transparent url('/images/afp/gradleft.png');}
.rightgrad{z-index:1; width:187px; height:  341px; display: block; position: absolute; top: -18px; right:-108px; background: transparent url('/images/afp/gradright.png');}


}











