/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: 'Univers Condensed';
  src: url(../res/universltstd-cn-webfont.eot);
  src: url(../res/universltstd-cn-webfont.eot?#iefix) format("embedded-opentype"), url(../res/universltstd-cn-webfont.ttf) format("truetype"), url(../res/universltstd-cn-webfont.woff) format("woff"), url(../res/universltstd-cn-webfont.svg) format("svg");
  font-weight: normal; 
}

@font-face {
  font-family: 'Univers Condensed';
  src: url(../res/universltstd-boldcn-webfont.eot);
  src: url(../res/universltstd-boldcn-webfont.eot?#iefix) format("embedded-opentype"), url(../res/universltstd-boldcn-webfont.ttf) format("truetype"), url(../res/universltstd-boldcn-webfont.woff) format("woff"), url(../res/universltstd-boldcn-webfont.svg) format("svg");
  font-weight: bold; 
}

@font-face {
  font-family: 'FontAwesome';
  src: url(../res/fontawesome-webfont.eot);
  src: url(../res/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../res/fontawesome-webfont.ttf) format("truetype"), url(../res/fontawesome-webfont.woff) format("woff"), url(../res/fontawesome-webfont.svg) format("svg");
  font-weight: bold; }   

  
 html {
  height: 100%; 
}

body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-family: 'Univers Condensed', sans-serif;
  font-size: 12px;
  background: #ebebeb;
  height: 100%; 
}

.h-content {
 max-width: 1200px;
 margin: auto;
}

header {
  position: relative;
  background: #1a1a1a;
  z-index: 1; 
}
  
header .header-top {
    height: 60px; 

}
	

.header-top, .container, .footer-contaier {
  max-width: 1200px;
  margin: 0 auto; 
}

#search {
  margin-top: 3px;
  margin-right: 30px;
  float: left;
  margin-left: 1em;
  width: 100%;
}
 
#search input[type=text] {
    height: 43px;
    font-size: 1.2em;
    line-height: 47px;
    width: 80%;
    float: left;
    padding: 0px 52px 0px 18px;
    margin: 0px;
    color: #7e7e7e;
    background: #fff;
    border: none;
    border-left: 3px solid #00a0df;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

#search input[type=text]:focus {
      outline: none; 
}

#search button[type=submit] {
    margin: 0;
    margin-right: 2px;
    margin-left: 3px;
    height: 43px;
    width: 43px;
    color: #f2f2f2;
    background: #00a0df;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    font-size: 1.4em;
}

#search button[type=submit]:hover {

    background: #006a94;
}

.container {
  position: relative;
  width: 100%;
  margin-top: 2em; 
}

.container nav {
  padding-bottom: 85px;
}

.category {
	float: right;
	padding-right: 4em;
}

.category select {
		border: 0; 
		width: 200px;
		background: #fff; 
		color: #b2b2b2;
		font-family: 'Univers Condensed';
		border-radius: 3px;
		display: block;
		padding: 8px;
		-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.2);
		box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}


.panel {
	float: right;
	padding-right: .4em;
	padding-top: 1.7em;
	_width: 9%;
	cursor: pointer;
}

.panel i {
	color: #b2b2b2;
	font-size: 1.4em;
	padding-right: 1em;
}
  
/*columns*/

/*/ CLASSES FOR DIFFERENT VIEWS /*/

.margin {
	margin: 1% 0 1% 0% !important;
	max-width: 1143px;
}

.full {
	margin: 0 !important;
	border: none !important;
}

.full_all {
	/* border: none !important; */
}

.shadow_full {
	padding-top: .6em !important;
	width: 75%;
}

.full_border {
	border-top: 2px solid #f3f3f3 !important;
}

.active {
	color: #00a0df !important;
}

.nav_full {
	margin-bottom: 2em;
	padding-bottom: 2em;
}

.image_2 {
	position: static !important;
	height: 15em;
	width: 100% !important;
	background-position: 50% 66% !important;
}

.title_2 {
	width: 93% !important;
}

.description_2 {
	width: 88% !important;
	padding-right: 3em !important;
}

.links_2 {
	width: 97% !important;
	}



/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */

.masonry_2 { /* Masonry container */
    -moz-column-count:2 !important;
    -moz-column-gap: 5% !important;
    -moz-column-width: 50% !important;
    -webkit-column-count:2 !important;
    -webkit-column-gap: 5% !important;
    -webkit-column-width: 50% !important;
    column-count: 2 !important;
    column-gap: 5% !important;
    column-width: 50% !important;
}

.masonry_1 { /* Masonry container */
    -moz-column-count:2 !important;
    -moz-column-gap: 5% !important;
    -moz-column-width: 90% !important;
    -webkit-column-count:2 !important;
    -webkit-column-gap: 5% !important;
    -webkit-column-width: 90% !important;
    column-count: 2 !important;
    column-gap: 5%v !important;
    column-width: 90% !important;	
}
.col {
	background-color: #fff;
	transition: background-color 0.3s ease;
	border-left: 3px solid #00a0df;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	display: block;
	_float:left;
	margin: 0% .1% 1% 1%;
	position: relative;
	overflow: hidden;
	width: 97%;
}


/*.col:first-child { margin-left: 0; }*/

/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}

.group:after {
	clear:both;
}

.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF TWO  */

.masonry { /* Masonry container */
    -moz-column-count:1;
    -moz-column-gap: 5%;
    -moz-column-width: 30%;
    -webkit-column-count:1;
    -webkit-column-gap: 5%;
    -webkit-column-width: 30%;
    column-count: 1;
    column-gap: 5%;
    column-width: 30%;
}

.span_2_of_2 {
	display: inline-block;
	/* margin: 0% .1% 2% 2%; */
	width: 97%;
}

.span_1_of_2 {
	_width: 45.2%;
	_overflow: auto;
	display: inline-block;
}

/* COLUMN CONTENT */

.title {
	min-height: 50px;
	display: inline-block;
	width: 66%;
	float: right;
	padding-left: 2em;
	padding: 1em;
}

.title-head {
    /* min-height: 30px; */
    display: inline-block;
    width: 90%;
    /* float: right; */
    /* padding-left: 4em; */
    /* margin-left: .5em; */
    padding: 2em 0em 0em 2em;
    margin-bottom: 0;
}

.description-head {
    /* min-height: 30px; */
    display: inline-block;
    width: 100%;
    /* float: right; */
    padding-left: 2em !important;
    /* margin-left: 1em; */
    padding: 0em;
    font-size: 15px;
    padding-top: 0em;
}


.col h3 {
	font-size: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: .0em;
	margin-top: .3em;
}

.col h4 {
	color: #7e7e7e;
	font-size: 1.4em;
	font-weight: 300;
	margin-bottom: .0em;
	margin-top: .0em;
	display: inline-block;
}

.description {
	font-size: 1.2em;
	/* max-width: 717px; */
	_padding-bottom: 1em;
	_padding-right: 11em;
	min-height: 73px;
	padding-right: 10%;
	display: inline-block;
	float: right;
	width: 56%;
	}


.view {
	color: #00a0df;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: 300;
	float: right;
	padding-right: 2em;
	padding-left: 50em;
	padding-bottom: 1.3em;
	padding-top: 1.4em;
	width: 10%;
}



.shadow {
	content: url('../res/tabs_shadow.png');
	width: 60%;
}

	
.col ul {	
	font-size: 1.2em;
	list-style-type: none;
	padding-bottom: .5em;
	padding-left: 1.5em;
	padding-top: .5em;

}

.focus {
	background-color: rgba(0, 160, 223, 0.10);
	transition: background-color 0.5s ease;

} 

.links {
	
    /* max-height: 999px; */
	transition: all 0.35s ease-in;
	float: right;
	width: 68%;
  }


.visibility {
	display: block;
    height: 0px;
    overflow: hidden;
	max-height: 0;
    transition: all 0.25s ease-out;
}

.visibility_mini {
	display: none;
	}


.col li {
	padding-bottom: .3em;
}

.pdf:before {
	color: #7e7e7e;
	content: '\f0f6'; 
	font-family: 'FontAwesome';
	font-size: .9em;
	padding-right: 1.0em 
}

.olh:before {
	color: #7e7e7e;
	content: '\f022'; 
	font-family: 'FontAwesome';
	font-size: .9em;
	padding-right: .7em 
}

.col a {
	color: #7e7e7e; 
	text-decoration: none;
}

.col a:hover {
	color: #00a0df; 
	border-bottom: 1px solid #00a0df;
}

.fa-search {font-size: 1.5em;display:  inline-block;width: 4%;position:  relative;top: 1px;left: -11px;}

.info_search {display:  inline-block;width: 89%;}
}

/*  GO FULL WIDTH AT LESS THAN 770 PIXELS */

@media only screen and (max-width: 770px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
	body {
	font-size: 11px;
	}
}



@media only screen and (max-width: 770px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
	
	#search input[type=text] {
		width: 200px;
	}
	
	.category {
		padding-left: .5em;
		padding-bottom: .5em;
		padding-right: 0em;
	}
	
	.category  select{
		width: 160px;
	}
	
	.panel i, .fa-stop{
		padding-right: .2em;
		padding-left: 1em;
	}
	
	.masonry { 
	 -moz-column-count:1!important;
    -moz-column-gap: 5%!important;
    -moz-column-width: 90%!important;
    -webkit-column-count:1!important;
    -webkit-column-gap: 1%!important;
    -webkit-column-width: 90%!important;
    column-count: 1!important;
    column-gap: 5%!important;
    column-width: 90%!important;
	_width: 95%;
	}
	
	.col {
	margin: 1% 1% 2% 1%;
	transition: background-color 0.3s ease;
	transition: all 0.35s ease-in;
	}
	
	}

/* end columns */  
  

.hidden-desktop {
  display: none; }


.clear {
  clear: both; }
  

#footer-spacer {
  height: 170px; }

#footer-buffer {
	height: 8px;
	}
  
  
footer {
  margin-top: 25px;
  height: 60px;
  padding: 0px;
  background: #1a1a1a;
  color: #afa79f;
  text-align: right;
  }
  footer .footer-container {
    height: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1200px; }
    footer .footer-container > span {
      position: absolute;
      bottom: 24px;
      right: 28px;
      }
    footer .footer-container #editMenu {
      text-align: left; }
      footer .footer-container #editMenu a {
        color: #fff;
        margin-right: 5px; }
      footer .footer-container #editMenu a:visited {
        text-decoration: none;
        color: #fff; }
    footer .footer-container #footerMenu {
      position: absolute;
      margin: 0px;
      top: 10px;
      right: 28px; }
      footer .footer-container #footerMenu li {
        display: inline-block;
        margin: 10px 10px; }
        footer .footer-container #footerMenu li span {
          padding: 0px 5px; }
        footer .footer-container #footerMenu li a {
          display: block;
          height: 20px;
          min-width: 20px;
          color: #afa79f;
          text-decoration: none;
          text-align: center; }
        footer .footer-container #footerMenu li a:visited {
          color: #afa79f;
          text-decoration: none !important; }
        footer .footer-container #footerMenu li a:hover {
          color: #ffffff;
          text-decoration: none !important;
          border: none; 
		  }


@media (max-width: 768px) {
  body {
    display: block; }


  .hidden-mobile {
    display: none; }

  .hidden-desktop {
    display: inline-block; }
	
}

	
.images{
	background-image: url('../img/00_default.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	background-position: 20% 3% !important;
	top: 0;
	bottom: 0;
	width: 30%;
	display: inline-block;
	float: left;
	overflow: hidden;
}
	
	#back_2 {
	background-image: url('../img/01_overview.jpg');
	}
	
	#back_3 {
	background-image: url('../img/02_sites.jpg');
	}
	
	#back_4 {
	background-image: url('../img/03_mgmt.jpg');
	/* background-position: 51% 53%; */
	}
	
	#back_5 {
	background-image: url('../img/04_bar.jpg');
	/* background-position: 46% 57%; */
	}
	
	#back_6 {
	background-image: url('../img/05_tools.jpg');
	}
	
	#back_7 {
	background-image: url('../img/06_feats.jpg');
	}
	
	#back_8 {
	background-image: url('../img/07_ae.jpg');
	}
	
	#back_9 {
	background-image: url('../img/08_olh_pdf.jpg');
	}
	
	#back_10 {
	background-image: url('../img/background_11.jpg');
	background-position: 85% 57%;
	}
	
	#back_11 {
	background-image: url('../img/background_12.jpg');
	}
	
	
/*search classes*/

.searchheading, .summary {
	padding-left: 1em;
	font-size: 1.5em;
	}
	
.result_pagescount {
	padding-left: 1.2em;
	font-size: 1.2em;
	padding-bottom: .4em;
	padding-top: .5em;
}

.result_manual_title {
	padding-left: 1.3em;
	padding-top: .5em;
	font-size: 1em;
	color: #b2b2b2;
}
	
.result_title {
	font-size: .7em;
	font-weight: 100;
	padding-left: 2.3em;
	color: #00a0df;
	padding-bottom: .7em;
}

.result_description {
	font-size: 1.2em;
	max-width: 840px;
	min-height: 70px;
	width: 74%;
	padding-left: 1.3em;
	padding-right: 3.3em;
	color: #A8A8A8;
}

.result_pages {
		font-size: 1.5em;
		color: #484848;
		padding-left: 1em;
	}
	
.result_pages a {
		color: #00a0df;
		padding-left: .2em;
	}
	
	.result_pages a:hover{
		color: #134581;
		padding-left: .2em;
	}
	
.result_block {
margin-bottom: 1%;
width: 100%;
}

.intro {background: #fff;box-shadow:  0px 0px 1px 1px #b2b2b2;}


#intro-wrapper {max-width: 1200px;margin:  0 auto;} 

#intro-wrapper .description-head {
    padding-left: 0em !important;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
