/*

Edit template headinclude_bottom to:

{vb:cssfile additional.css}
{vb:raw template_hook.headinclude_bottom_css}
<link rel="stylesheet" href="/styles/2016/override.css" />

*/

@font-face {
  font-family: 'montserrat';
  src: url('/styles/2016/fonts/montserrat-bold-webfont.eot');
  src: url('/styles/2016/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('/styles/2016/fonts/montserrat-bold-webfont.woff2') format('woff2'),
       url('/styles/2016/fonts/montserrat-bold-webfont.woff') format('woff'),
       url('/styles/2016/fonts/montserrat-bold-webfont.ttf') format('truetype'),
       url('/styles/2016/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('/styles/2016/fonts/montserrat-hairline-webfont.eot');
  src: url('/styles/2016/fonts/montserrat-hairline-webfont.eot?#iefix') format('embedded-opentype'),
       url('/styles/2016/fonts/montserrat-hairline-webfont.woff2') format('woff2'),
       url('/styles/2016/fonts/montserrat-hairline-webfont.woff') format('woff'),
       url('/styles/2016/fonts/montserrat-hairline-webfont.ttf') format('truetype'),
       url('/styles/2016/fonts/montserrat-hairline-webfont.svg#montserrathairline') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('/styles/2016/fonts/montserrat-light-webfont.eot');
  src: url('/styles/2016/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('/styles/2016/fonts/montserrat-light-webfont.woff2') format('woff2'),
       url('/styles/2016/fonts/montserrat-light-webfont.woff') format('woff'),
       url('/styles/2016/fonts/montserrat-light-webfont.ttf') format('truetype'),
       url('/styles/2016/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('/styles/2016/fonts/montserrat-regular-webfont.eot');
  src: url('/styles/2016/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('/styles/2016/fonts/montserrat-regular-webfont.woff2') format('woff2'),
       url('/styles/2016/fonts/montserrat-regular-webfont.woff') format('woff'),
       url('/styles/2016/fonts/montserrat-regular-webfont.ttf') format('truetype'),
       url('/styles/2016/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('/styles/2016/fonts/montserrat-semibold-webfont.eot');
  src: url('/styles/2016/fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
       url('/styles/2016/fonts/montserrat-semibold-webfont.woff2') format('woff2'),
       url('/styles/2016/fonts/montserrat-semibold-webfont.woff') format('woff'),
       url('/styles/2016/fonts/montserrat-semibold-webfont.ttf') format('truetype'),
       url('/styles/2016/fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'fontello';
  src: url('/styles/2016/fonts/fontello.eot?89361164');
  src: url('/styles/2016/fonts/fontello.eot?89361164#iefix') format('embedded-opentype'),
       url('/styles/2016/fonts/fontello.woff2?89361164') format('woff2'),
       url('/styles/2016/fonts/fontello.woff?89361164') format('woff'),
       url('/styles/2016/fonts/fontello.ttf?89361164') format('truetype'),
       url('/styles/2016/fonts/fontello.svg?89361164#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?89361164#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-rss:before { content: '\f09e'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */












.nav-wrapper {
	background: #383f43;
}

nav#top {
	padding: 2px 0;
	margin: 0 auto;
	width: 95%;
}

nav#top ul {
	list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    font-size: 0.688em;
    line-height: 24px;
    color: #969ea3;
    text-transform: uppercase;
}

nav#top ul li {
	display: inline-block;
	font-size: 11.008px;
	zoom: 1;
}

nav#top ul li:before {
	content: ' | ';
	padding: 0 10px;
}

nav#top ul li:first-child:before {
	content: '';
	padding: 0 10px 0 0;
}

nav#top ul li a {
	font-family: montserrat, sans-serif;
	color: #969ea3;
    text-transform: uppercase;
    display: inline-block;
    zoom: 1;
    line-height: 24px;
}

nav#top a.button {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 11.008px;
	font-family: montserrat, sans-serif;
	margin-left: 10px;
    margin-bottom: 0;
    vertical-align: top;
    background-color: #fd6717;
    color: #fefefe;
    border: 1px solid transparent;
    text-align: center;
    background: #fd6717;
    border-radius: 50px;
    padding: 4px 13px;
    position: relative;
    top: 6px;
}

.header-wrapper {
	background: url(/styles/2016/AUGI-Forum_headerbg.jpg) no-repeat center center #004282;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 125px;
}

#header {
	background: none;
	clear: none;
	height: auto;
	margin: 0 auto;
	width: 95%;	
	vertical-align: inherit;
    padding: 20px 0 32px 0;
}

#header .logo {
	float: left;
	background: url(/styles/2016/logo.png) no-repeat center center;
    background-size: 100% auto;
    font-size: 0em;
    text-indent: -9999999px;
    display: block;
    width: 178px;
    height: 73px;
}

#header nav {
	float: right;
    padding-top: 20px;
    position: relative;
}

#header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    zoom: 1;
}

#header nav ul li {
    display: inline-block;
    zoom: 1;
    padding-left: 20px;
}

#header nav ul li a {
    display: block;
    font-family: montserrat, sans-serif;
    line-height: 50px;
    color: #fff;
    font-size: 15.008px;
    text-decoration: none;
    font-weight: 300;
}

#header nav ul li a:hover {
  color: #fd6717;
}

#header .search-form-box {
    top: 15px;
    right: -5px;
    position: absolute;
    background: #383f43;
    color: #000;
    height: 50px;
    padding: 5px;
    border-radius: 15px 50px 50px 15px;
    display: none;
}

#header .search-form-box input {
    background-color: #fefefe;
	border: 1px solid #cbcbcb;
    border-radius: 8px;
    box-shadow: none;
    color: #0a0a0a;
    display: inline-block;
	font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    height: 32px;
    margin: 0 0 8px;
    padding: 8px;
    width: 290px;
}

#header nav .ico-search {
    background: url(/styles/2016/ico-search.png) no-repeat center center;
    background-size: 21px 21px;
    border: solid 1px #fd6717;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    zoom: 1;
    font-size: 0em;
    text-indent: -9999999px;
    vertical-align: top;
    margin-left: 20px;
    border-radius: 50px;
}

#header .button-search {
    background: url(/styles/2016/ico-search.png) no-repeat center center;
    background-size: 21px 21px;
    border: solid 1px #fd6717;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    zoom: 1;
    font-size: 0em;
    text-indent: -9999999px;
    vertical-align: top;
    margin-left: 12px;
    border-radius: 50px;
    cursor: pointer;
}

@media screen and (max-width: 1280px) {

    #header .logo {
    	background-image: url(/styles/2016/logo.png);
    	margin-top: 4px;
        width: 178px;
        height: 73px;
    }

}

@media screen and (max-width: 1000px) {

    #header nav ul li {
        padding-left: 12px;
    }

    #header nav ul li a {
        line-height: 50px;
        font-size: 13px;
    }

}

.text-right {
	text-align: right;
}

#forumnavigation {
	background: #ddd;
}

.navbar {
	background: transparent;
	margin: 0 auto;
	width: 95%;
}

.navtabs {
	padding: 0;
	height: auto;
	text-align: center;
}

.navtabs li {
	display: inline-block;
	float: none;
	border: none;
}

.navtabs li a {
	color: #383f43;
	display: block;
	font-size: 13px;
	height: auto;
	line-height: 1em;
	padding: 6px 10px;
}

.navtabs li a:hover {
	background-color: #eee;
	color: #383f43;
	text-decoration: none;
}

.navtabs ul li {
	display: list-item;
}

.navtabs ul li a {
	text-decoration: none;
}

.footer-wrapper {
	background: #004282;
	float: left;
	width: 100%;
}

#footer {
	background: #004282;
    color: #fff;
    padding: 20px 0 24px 0;
    margin: 0 auto;
    width: 95%;
}

#footer .logo {
    width: 122px;
    height: 50px;
    margin-bottom: 20px;
    background: url(/styles/2016/logo_footer.png) no-repeat center center;
    background-size: 100% auto;
    font-size: 0em;
    text-indent: -9999999px;
    display: block;
    border: none;
}

#footer div {
	color: #6182aa;
	font-family: montserrat, sans-serif;
	font-size: 11.008px;
	font-weight: 300;
	line-height: 17.6128px;
	margin: 0 0 22.4px;
}

#footer a {
	color: #6182aa;
	border-bottom: 1px solid #6182aa;
}

#footer .text-left {
	width: 40%;
	float: left;
}

#footer .text-right {
	width: 50%;
	float: right;
}

#footer .social {
	padding-top: 25px;
}

#footer .social a {
    color: #4f83ba;
    border: solid 2px #4f83ba;
    border-radius: 32px;
    display: inline-block;
    zoom: 1;
    width: 32px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    margin-left: 7px;
}

#footer .social i {
	position: relative;
	top: 8px;
}

#footer .text-right ul {
	text-align: right;
}

#footer .text-right ul li {
	display: inline-block;
}

#footer .text-right ul li a {
	border: none;
	color: #fff;
	font-family: montserrat, sans-serif;
	font-size: 11.008px;
	font-weight: 300;
	line-height: 17.6128px;
	text-decoration: none;
}

#footer .text-right ul li a:hover {
  color: #ddd;
}

#footer .text-right ul li:before {
	color: #fff;
	content: ' | ';
	font-weight: 200;
    padding: 0 5px;
}

#footer .text-right ul li:first-child:before {
	content: '';
    padding: 0;
}

#footer_time {
	background: #004282;
	color: #fff;
	font-family: montserrat, sans-serif;
	font-size: 11.008px;
	font-weight: 300;
	line-height: 17.6128px;
	text-align: center;
}

#footer .time {
	color: #6182aa;
}



.body_wrapper {
	font-family: helvetica, arial, sans-serif;
}

.body_wrapper a {
	cursor: pointer;
}

#pagetitle h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
}

#pagetitle p.description {
	font-size: 14px;
}


.forumhead + .childforum .L2:first-child .forumrow,
.forumhead + .L2 .forumrow,
.forumbit_nopost .forumbit_nopost .forumrow, 
.forumbit_post .forumrow,
.threadbit .nonsticky,
.threadbit .discussionrow {
	background: #fafafa;
}

.threadbit .alt {
	background: #f2f6f8;
}

.threadbit .deleted,
.threadbit .ignored {
  background: #e5e5e5;
}

.stickies .threadbit .sticky {
	background: #fff4e5;
}

.stickies .threadbit .sticky .alt {
	background: #ffecd1;
}

.forumbits .forumhead h2 {
	font-size: 16px;
	font-weight: normal;
}

.postbit .posthead,
.postbitlegacy .posthead,
.eventbit .eventhead {
	background-color: #005595;
}

.threads .threadbit.dot .nonsticky, 
.searchbits .threadbit.dot .nonsticky { 
  background-color: #f8fcf7; 
}

.threads .threadbit .nonsticky.is_subscribed,
.threads .threadbit .nonsticky.is_subscribed .alt,
.searchbits .threadbit .nonsticky.is_subscribed,
.searchbits .threadbit .nonsticky.is_subscribed .alt {
  background-color: #F7D8C9;
}

.moderated .posthead {
  background-color: #f76513;
  border: 1px solid #994500;
}

.navtabs .notifications a.popupctrl:hover {
  background-color: #EE5300;
}

#footer .text-right ul li a.mod-tool-link {
  color: #4f83ba;
}

#footer .text-right ul li a.mod-tool-link:hover {
  color: #ddd;
}

.ha_rating {
  background-color: #f2f6f8;
  font-family: helvetica, arial, sans-serif;
}

.ha_rating .ha_count {
  background-color: #999;
  border: 1px solid #777;
  color: #fff;
  margin-top: 1px;
}

.ha_rating .ha_panel {
  background-color: transparent;
}

.thread_controls {
  background-color: #f5f5f5;
  margin-top: 10px;
}

#newreplylink_top {
  margin-top: 0;
}