/*!
 * 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.
 */

/*
//KIANDRA CHANGES

// colours
@brand-main: rgb(39,136,159);
@brand-action: rgb(218,60,21);
@brand-white: rgb(241,242,242);
@brand-black: rgb(45,45,45);
@brand-grey: rgb(185,186,188);

// measures
@baseline: 16px;
@radius: @baseline/2;
@radius-small: @radius/4;

// type
@font-size: @baseline/1.14; // font-size 14px
@font-path: "/Fonts/";
@text-font-name: "helveticaneueltstd";

*/

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@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: 247px !important;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #mastheadinfo {
    margin-top: -170px;
    margin-bottom: 30px;
  }
  .issueinfo,
  #manuscriptbutton {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #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;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #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;
  }
  #afp-footer {
    padding: 20px 10px 10px 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  #afp-footer .crest {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
  #afp-footer #address {
    margin-top: 12px;
    font-size: 12px;
  }
  #afp-footer #copyrightstatement {
    font-size: 12px;
  }
}
@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;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  #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;
  }
}
@media screen and (max-width: 1024px) {
  
}
@media screen and (max-width: 979px) {
  
}
@media screen and (min-width: 980px) {
  
}
@media screen and (min-width: 1200px) {
  
}
@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');}
  */
}
