@font-face {
    font-family: 'walkway_semiboldregular';
    src: url('../fonts/Walkway_SemiBold-webfont.eot');
    src: url('../fonts/Walkway_SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Walkway_SemiBold-webfont.woff') format('woff'),
         url('../fonts/Walkway_SemiBold-webfont.ttf') format('truetype'),
         url('../fonts/Walkway_SemiBold-webfont.svg#walkway_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'walkway_boldregular';
    src: url('../fonts/Walkway_Bold-webfont.eot');
    src: url('../fonts/Walkway_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Walkway_Bold-webfont.woff') format('woff'),
         url('../fonts/Walkway_Bold-webfont.ttf') format('truetype'),
         url('../fonts/Walkway_Bold-webfont.svg#walkway_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'walkway_blackregular';
    src: url('../fonts/Walkway_Black-webfont.eot');
    src: url('../fonts/Walkway_Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Walkway_Black-webfont.woff') format('woff'),
         url('../fonts/Walkway_Black-webfont.ttf') format('truetype'),
         url('../fonts/Walkway_Black-webfont.svg#walkway_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Site */
html {
}
body {
	font-size: 14px;
	color:#000;
}
a, a:visited, a:link {
    color: #000 !important;
}
.btn-default:hover, .action:hover{
	background-color:#e50278 !important;
	color:#fff !important;
}

h1, h2, h3, h4{
	font-family:walkway_boldregular;
	letter-spacing: 1px;
}
h1{
	font-size:24px;
	margin-bottom:20px;
}
.pink{
	color:#e50278 !important;
	/*text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);*/
}
.container{
	padding-top:20px;
}
.greywrapper{
	padding-bottom:20px;
	background-color:#ececec;
	box-shadow: inset 0px 5px 10px -5px #ccc;
}
p{
	font-family: 'Open Sans', sans-serif;
	line-height: 170%;
	margin: 0 0 15px;
}
img{
	max-width:100%;
}
.gallery img{
	margin-top:25px;
}

.triangle {
  position: relative;
  padding: 5px;
  margin:-5px;
  box-sizing: border-box;
  background: #ececec;
  box-shadow: 0px 5px 5px 0 #ccc;
}
.triangle::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  bottom: -2em;
  left: 50%;
  box-sizing: border-box;
  border: 1em solid #ccc;
  border-color: transparent transparent #ececec #ececec;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -5px 5px 5px 0 #ccc;
}
img.lazy{
    background-repeat:no-repeat;
    background-position:center;
}
.backtotop {
    background: url("../images/bg_backtotop.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 20px;
    display: block;
    height: 51px;
    position: fixed;
    right: 20px;
    width: 51px;
    z-index: 99;
    transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
}
.backtotop.hidden {
    bottom: -100px;
}

.backtotop span {
    background: url("../images/icon_backtotop.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 13px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 15px;
    transition: all 0.35s ease-in-out 0s;
    width: 21px;
}

.backtotop:hover span {
	top:10px;
}

.backtotop p {
    background: url("../images/icon_top.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 10px;
    display: block;
    height: 8px;
    left: 50%;
    margin: 0 0 0 -10px;
    position: absolute;
    text-indent: -999em;
    width: 19px;
}
img{
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
	border:none;
}

/* Removing outlines/highlights on links in mobile browsers */
*:active {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -moz-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
}
/* Nav */
.navbar{
	margin-top:30px;
	margin-bottom:0 !important;
}
ul.navbar-nav{
	margin-top:75px;
}
.navbar ul li a{ 
	font-family:walkway_boldregular;
	text-transform:uppercase;
	font-size:16px;
	font-weight:normal;
	letter-spacing: 1px;
}
.navbar-default {
    background: none !important;
    border-color: none !important;
	border: none !important;
}

.navbar-logo{
	float:left;
	height:130px;
	width:250px;
	background: url('../images/ron-harding-projects-logo.png') no-repeat top center;
	border: none;
	display:block;
	text-indent:-999em;
}

.navbar-default .navbar-nav > .current > a, .navbar-default .navbar-nav > .current > a:focus, .navbar-default .navbar-nav > .current > a:hover {
    background-color: #fff !important;
    color: #555;
	border-bottom: 5px #e50278 solid;
}

#hia-logo{
	position:absolute;
	width:200px;
	height:250px;
	max-height:100%;
	background: #FFFFFF url('../images/SA_HA14_WINNER_logo.png') no-repeat top center;
	z-index:999;
	right:0
}

/* carousel */
html body section.slider div#carousel.flexslider div.flex-viewport ul.slides li{
	width:175px !important;
	height:150px !important;
}

html body section.slider div#carousel.flexslider div.flex-viewport ul.slides li{
	margin:0 7px;
}

.flex-direction-nav .flex-next { 
	right: 10px !important;
}

.flex-direction-nav .flex-prev { 
	left: 10px !important;
}

div#carousel.flexslider .flex-direction-nav .flex-next { 
	right: 0 !important;
	margin-right: -40px;
  	opacity: 1 !important;
}

div#carousel.flexslider .flex-direction-nav .flex-prev { 
	left: 0 !important;
	opacity: 1 !important;
	margin-left: -40px;
}

/* Footer */
.footer {
	position:relative;
	width: 100%;
	/* Set the fixed height of the footer here */
	min-height: 60px;
	background-color: #ffffff;
	padding-top:30px;
	padding-bottom:10px;
	font-size: 12px;
}
.footercopy{
	float:left;
}
.social{
	float:right;
	width:30px;
	height:30px;
	margin-top:-5px;
	margin-left:5px;
}
.social.fb{
	background:url('../images/fb.png') no-repeat center;
}
.social.twitter{
	background:url('../images/twitter.png') no-repeat center;
}
.thumbs{
	padding-top: 0;
}
.list{
	margin-top: 20px;
}

/* Media Queries */

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		ul.navbar-nav{
			margin:0 0 0 -15px;
			float:left !important;
		}
    }

	@media only screen and (min-width : 768px) {
		.dropdown:hover .dropdown-menu {
			display: block;
		}
    }

    /* Small Devices, Tablets */
	@media only screen and (max-width : 768px) {
		ul.navbar-nav{
			clear:both !important;
			float:none !important;
		}
		#hia-logo{
			background-size:100% 100%;
			width:100px;
			height:121px;
		}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
	
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }