/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Menu Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
.fixed-header {
	background:#fff;
    position: relative; /*previously fixed*/
    /*height: 125px;*/
    top: 0;
    width: 100%;
    z-index: 102;
	padding:0;
}

.moving-header {
	background:#353535;
	padding-top:20px;
    top: 0;
    width: 100%;
    z-index: 100;
}
.banner-container {
	position: relative; width: 960px; margin: 0 auto; padding: 0;
}
.first-container {
	margin-top:125px; /*must match height of fixed-header in mobile below*/
}

footer {
	background:url(/images/template/bentel-2014/footer-background.jpg);
	min-height: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #eee;
	margin-top: 30px;
}

footer.fcopy {
	background: #eee;
	min-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 0px solid #eee;
	margin-top: 0px;
	font-size: 10px;
}

.footer-nav ul { 
	margin:0px;
	padding:0px;
}

.footer-nav li {
	list-style: none;
	margin-bottom:0;
}

.footer-nav li a:link, a:visited, a:hover, a:active {
	color: #313131;
	font-size: 12px;
	text-decoration:none;
	text-transform:inherit;
}

.home-page-content a:link, a:visited, a:hover, a:active {
	color: #313131;
	font-size: 12px;
	text-transform:inherit;
}
.home-page-content a:hover {
	color: #a62112;
	font-size: 12px;
	text-transform:inherit;
}
.menu-offset {
	margin-top:85px;
}
.breadcrumb {
  padding: 8px 15px 8px 0;
  margin: 0 0 20px 20px;
  list-style: none;
  background-color: transparent;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #A62122;
  font-size: 12px;
}
.breadcrumb a:link, a:visited, a:hover, a:active {
	color: #A62122;
	text-decoration:none;
	text-transform:inherit;
	font-size:inherit;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
  color: #A62122;
}

.breadcrumb > li > .divider {
  padding: 0 5px;
  color: transparent;
}

.breadcrumb > .active {
  color: #999999;
}
/* #Menu Styles
================================================== */
.menu {
	text-align:right;
	text-transform:uppercase;
}

.menu img {
		float:left;
		padding-top:12px; /*vertical aligns menu */
}
.menu ul {
	list-style-type:none;
	text-decoration:none;
	display:inline-block;
	margin-top:35px;
}

.menu ul li {
	display:inline;
	padding:10px;
}

.menu ul li a:link, a:visited, a:hover, a:active {
	color: #131313 !important;
	text-decoration:none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-family: Helvetica, Arial, sans-serif;
    text-transform:uppercase;
    font-size: 15px;
    font-weight:300;
}

/*.menu ul li.active a:link, a:visited, a:hover, a:active {
	color: #a62112;
}*/

.menu ul li:last-child {
	padding-right:0;
}

/*.menu ul li:nth-child(n+2):before {
	content: ' | ';
	padding: 10px;
}*/

.responsive-menu {
	padding-top:5px;
	text-transform:uppercase;
}
.page-header {
  padding-bottom: 9px;
}
.page-header h1 {
	margin: 0 0 0 0;
	font-size:2.0em;
	font-weight:700;
}

/* Category Navigation */
ul.nav_categories {
	list-style-type:none;
	text-decoration:none;
	display:inline-block;
	padding:0;
	margin:0;
	font-size:15px;
}

.nav_categories li {
	display:inline;
	padding-right:10px;
}

.nav_categories li:nth-child(n+2):before {
	content: ' | ';
	padding-right:10px;
}

a:link, a:visited, a:hover, a:active {
	color: #131313 !important;
	text-decoration: underline;
    font-family: Helvetica, Arial, sans-serif;
    text-transform:inherit;
    font-size: inherit;
    font-weight:inherit;
}

.center_content {
	text-align:center;
}

/* #Page Styles
================================================== */
/*HOME*/

.tp-caption.bentel-overlay {
font-size:16px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
text-decoration:none;
padding: 10px 15px 10px 0;
color: #fff;
background-color:rgba(0,0,0,0.35);
display: inline-block;
font-size: 14px;
font-weight:bold;
position:absolute;
bottom:0;
z-index:100;
}

/*.hero-unit {
	background:url(/images/template/bentel-2014/modern.jpg) no-repeat center bottom;
	background-size: cover;
	padding:00px;
	margin-bottom:30px;
	font-size:18px;
	font-weight:200;
	line-height:30px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	height: 400px;
	margin-top: 85px;
}
/*Projects*/

.project-image-overlay {
	padding: 10px 15px 10px 0;
	color: #fff;
	/*background: #ccc;
	opacity:0.4;
	filter:alpha(opacity=40);*/
	background-color:rgba(0,0,0,0.35);
	margin-top: 320px;
	display: inline-block;
	font-size: 14px;
	font-weight:bold;
	position:absolute;
	bottom:0;
	z-index:100;
}
.iamrelative {
	position:relative;
}

/* projects */
.project-tile {
	margin-top: 15px;
	position:relative;
}

.project-tile-overlay {
	background: rgba(171, 171, 171, 0.85);
	height: 50px;
	width:100%;
	box-sizing: border-box; /*takes the padding into account on 100% width */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	color:#fff;
	font-weight: 700;
	position:absolute;
	top: 200px;
	z-index:100;
	padding-left:10px;
	padding-top: 15px;
	font-size:15px;
}

.project-tile-overlay a:link,a:visited,a:hover,a:active {
	color:#fff;
	text-decoration:none;
	font-size:inherit;
}
.project-detail-description {
	padding: 20px 0;
	height:170px;
	overflow:auto;
}
/* #Media Queries
================================================== */
.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
.hidden-desktop {
    display: inherit !important;
}
.visible-desktop {
    display: none !important ;
}
.visible-tablet {
    display: inherit !important;
}
.hidden-tablet {
    display: none !important;
}
.menu ul li {
	display:inline;
	padding:10px 12px 10px 12px;
}

.menu ul li a:link, a:visited, a:hover, a:active {
	color: #131313 !important;
	text-decoration:none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-family: Helvetica, Arial, sans-serif;
    text-transform:uppercase;
    font-size: 14px;
    font-weight:300;
}
}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
.hidden-desktop {
    display: inherit !important;
}
.visible-desktop {
    display: none !important;
}
.visible-phone {
    display: inherit !important;
}
.hidden-phone {
    display: none !important;
}
.first-container {
	margin-top:40px; /*must match height of fixed-header*/
}		
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	.fixed-header {height: 50px;}		
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
.menu-offset {
	margin-top:40px;
}
/*.fixed-header {height: 50px;}*/
.first-container {
	margin-top:15px;
}
.banner-container {
	position: relative; width: 100%; margin: 0 auto; padding: 0;
}
.project-detail-description {
	padding: 0;
	height:auto;
	overflow:visible;
}
}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('/~bentelan/fonts/FontName.eot');
	    src: url('/~bentelan/fonts/FontName.eot?iefix') format('eot'),
	         url('/~bentelan/fonts/FontName.woff') format('woff'),
	         url('/~bentelan/fonts/FontName.ttf') format('truetype'),
	         url('/~bentelan/fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

/* #Responsive Menu
================================================== */
#jPanelMenu-menu {
  background: #dedede; 
}
  #jPanelMenu-menu ul {
    border-bottom: 1px solid #dedede;
	margin-left: 10px; }
  #jPanelMenu-menu li a {
    background: #dedede;
    font-family: "museo-sans", "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    display: block;
    padding: 0.5em 5%;
	text-transform:uppercase;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    text-shadow: 0 -1px 1px #aaa;
    color: #f7f7f7; }
    #jPanelMenu-menu li a:hover, #jPanelMenu-menu li a:focus {
      background: #dadada;
	}
    #jPanelMenu-menu li a:active {
      background: #dadada;
      padding-top: 0.55em;
      padding-bottom: 0.45em; }

.jPanelMenu-panel {
top:50px !important;
 /* -moz-box-shadow: 0 0 25px #222222;
  -webkit-box-shadow: 0 0 25px #222222;
  box-shadow: 0 0 25px #222222; */}
  
  #menu {
	  display:none;
  }

/* style added for social icons */
i {
font-size:35px;
padding: 0 5px;
display:block;
}

a i {
color: #5B5B5C;
}

a:hover i {
color: #A01213;
}