/* ==========================================================================
   Stylesheet For Custom Elements On All Pages
   ========================================================================== */
  
  

/* Fonts Used
   ========================================================================== */
@font-face {
	font-family: 'BandaRegular';
	src: url('fonts/banda/banda-regular.eot');
	src: url('fonts/banda/banda-regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/banda/banda-regular.woff') format('woff'),
		 url('fonts/banda/banda-regular.ttf') format('truetype'),
		 url('fonts/banda/banda-regular.svg#BandaRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansLight';
	src: url('fonts/opensans/opensans-light.eot');
	src: url('fonts/opensans/opensans-light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/opensans/opensans-light.woff') format('woff'),
		 url('fonts/opensans/opensans-light.ttf') format('truetype'),
		 url('fonts/opensans/opensans-light.svg#OpenSansLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansRegular';
	src: url('fonts/opensans/opensans-regular.eot');
	src: url('fonts/opensans/opensans-regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/opensans/opensans-regular.woff') format('woff'),
		 url('fonts/opensans/opensans-regular.ttf') format('truetype'),
		 url('fonts/opensans/opensans-regular.svg#OpenSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* General Rules
   ========================================================================== */
body {
	font-family: 'Roboto',Arial,Helvetica,sans-serif;
	line-height: 24px;
}

.page-header,
.page-footer,
.page-content,
.bottom-bar {
	padding-left: 20px;
	padding-right: 20px;
}

a:hover,
a:active {
	color: #000;
	text-decoration: none;
}


/* Headings
   ========================================================================== */
h1,h2,h3 {
	line-height: 1.4em;
}

h1,h2,h3,h4,h5,h6 {
/*	text-transform: uppercase;*/
	color: #434343;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: inherit;
}

h2 {
	font-family: 'BandaRegular',Arial,Helvetica,sans-serif;
	font-size: 24px;
}

h3 { 
	font-family: 'OpenSansLight',Arial,Helvetica,sans-serif;
	font-size: 18px;
}

h4 {
	font-family: 'OpenSansLight',Arial,Helvetica,sans-serif;
	font-size: 16px;
}

h5 {
	font-family: 'OpenSansRegular',Arial,Helvetica,sans-serif;
	font-size: 14px;
}

h6 {
	font-family: 'OpenSansRegular',Arial,Helvetica,sans-serif;
	font-size: 12px;
}


/* Top Bar
   ========================================================================== */
.top-bar {
	background: #363636;
	border-bottom: 4px solid #555;
	line-height: 0;
}



/* Page Header
   ========================================================================== */
.page-header {
	border: 0;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 20px;	
}

.page-header .container {
	position: relative;
}

#logo {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	
}

#logo a {
	background: url('images/logo-small.png') no-repeat left top;
	display: block;
	height: 39px;
	width: 103px;
	text-indent: -9999px;
}



/* 
 * Page Main Navigation 
 * * * * * * * * * * */
.page-nav {
	margin-bottom: 0;
}

.page-nav .page-navigation {
	padding-top: 2em;
}

.page-nav .nav {
	background: #fff;
	margin: 0;
/*	text-transform: uppercase;*/
}

.page-nav .nav a,
.page-nav .nav > li > a {
	font: normal 0.8571em/1.2em 'OpenSansLight',Arial,Helvetica,sans-serif;
	vertical-align: middle;
	outline: 0 none;
	font-weight: normal;
	margin-bottom: 0;
	padding: 0.93em 1.5em;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.page-nav .nav > li > a:focus,
.page-nav .nav > li > a:active,
.page-nav .nav > .active > a:focus,
.page-nav .nav > .active > a:active,
.page-nav .dropdown-menu a:focus, 
.page-nav .dropdown-menu a:active {
	background: transparent;
	color: #434343;
}
 
.page-nav .nav > .active > a,
.page-nav .nav > .active > a:focus,
.page-nav .nav > .active > a:active {
	background: transparent;
	color: #d80C15;
}

.page-nav .nav > li > a:hover,
.page-nav .nav > .active > a:hover,
.page-nav .dropdown-menu a:hover,
.page-nav .nav li.dropdown.open > .dropdown-toggle:hover, 
.page-nav .nav li.dropdown.active > .dropdown-toggle:hover, 
.page-nav .nav li.dropdown.open.active > .dropdown-toggle:hover {
	background: #d80C15;
	color: #fff;
	filter: none;
}

.page-nav .nav > .active > a, 
.page-nav .nav > .active > a:hover, 
.page-nav .nav > .active > a:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* Second Level */
/* Black arrow down */
.page-nav .nav .dropdown-toggle:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	content: "";
	display: inline-block;
	height: 0;
	vertical-align: middle;
	width: 0;
	margin-top: -4px;
	position: absolute;
	right: 1.5em;
	top: 1.5em;
}

/* White arrow down */
.page-nav .nav .dropdown-toggle:hover:after {
	border-top: 4px solid #fff;
}

/* Red arrow up */
.page-nav .nav .open .dropdown-toggle:after {
	border-top: 4px solid transparent;
	border-bottom: 4px solid #d21016;
	margin-top: -8px;
}

/* White arrow up */
.page-nav .nav .open .dropdown-toggle:hover:after {
	border-bottom: 4px solid #fff;
}

.page-nav .nav .dropdown-menu {
	border: none;
	margin: 0;
	padding: 0;
}

.page-nav .nav .dropdown-menu > li > a {
	padding: 0.8em 2.5em;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.page-nav .nav li.dropdown.open > .dropdown-toggle, 
.page-nav .nav li.dropdown.active > .dropdown-toggle, 
.page-nav .nav li.dropdown.open.active > .dropdown-toggle {
	background: transparent;
}


/* Collapsed State Button */
.page-nav .btn.btn-navbar {
	background: #434343;
	border: 0 none;
	margin-right: 0;
	margin-top: 0;
	padding: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


/* 
 * Global Search
 * * * * * * * * * * */

/* Button */
.page-nav .nav a.search {
	cursor: pointer;
	padding: 15px 20px;
	outline: 0 none;
	-webkit-transition: all 130ms ease-in;
	-moz-transition: all 130ms ease-in;
	-ms-transition: all 130ms ease-in;
	-o-transition: all 130ms ease-in;
	transition: all 130ms ease-in;
}

.page-nav .nav a.search,
.page-nav .nav a.search:focus {
	background-color: #d80c15;
	color: #fff;
}

.page-nav .nav a.search:hover,
.page-nav .nav a.search.active {
	background-color: #fff; 
	color: #d80c15;
}

/* Box */
.page-nav .search-box {
	background: #fff;
	display: none;
	padding: 0 15px 20px;
	position: relative;
}

.page-nav .search-box form {
	margin: 0;
}

.page-nav .search-box input[type="text"] {
	margin-bottom: 0;
}

.page-nav .search-box input[type="text"]:hover,
.page-nav .search-box input[type="text"]:focus {
	background-color: #e5e5e5;
	border-color: #e5e5e5;
}



/* Page Main Content
   ========================================================================== */
.aside-block {
	margin-top: 58px;
}



/* Page Footer
   ========================================================================== */
.page-footer {
	background: #555;
	color: #d2d2d2;
	font-size: 12px;
	line-height: 20px;
	margin-top: 5.5%;
	padding-bottom: 40px;
	position: relative;
}

.page-footer:before {
	/*content: url('images/flag-small.png');*/
	position: absolute;
	display: block;
	width: 32px;
	height: 19px;
	top: -13px;
	left: 50%;
	margin-left: -16px;
}

.page-footer section {
	margin: 40px 0 20px;
}

.page-footer a {
	color: #fff;
}

.page-footer a:hover {
	color: #d21016;
	text-decoration: none;
}


/* 
 * Recent Tweets
 * * * * * * * * * * */
.recent-tweets li+li {
	margin-top: 5%;
}

.recent-tweets .tweet-image {
	float: left;
	height: 38px;
	width: 38px;
}

.recent-tweets .tweet-desc {
	padding-left: 55px;
}

.recent-tweets .time {
	display: block;
	color: #fff;
}


/* 
 * Recent Posts
 * * * * * * * * * * */
.recent-posts li {
	clear: both;
	overflow: hidden;
}

.recent-posts li+li {
	margin-top: 34px;
}

.recent-posts a.clickable:hover {
	color: #fff;
}

.recent-posts .post-image {
	border: 3px solid #888;
	float: left;
	width: 105px;
}

.recent-posts .post-title,
.recent-posts .post-desc,
.recent-posts .post-date {
	margin: 0 0 0 120px;
	
}

.recent-posts .post-date {
	display: block;
	font-family: Georgia,Times,serif;
	font-style: italic;
}



/* Page Bottom Bar
   ========================================================================== */
.bottom-bar { 
	background: #363636;
	font-size: 11px;
	overflow: hidden;
	padding: 1.2em 0;
	text-align: center;
}

.bottom-bar ul li+li:before {
	content: '|';
	margin-right: 5px;
}

.bottom-bar ul li {
	padding-left: 0;
	padding-right: 3px;
}

.bottom-bar a { 
	color: #626262;
}

.bottom-bar a:hover {
	color: #fff;
}



/* Home Page Styles
   ========================================================================== */
/* 
 * Blurbs 
 * * * * * * * * * * */
.blurbs .blurb {
	margin-bottom: 4%;
	margin-top: 7.5%;
}

.blurbs .blurb-title {
	margin-bottom: 1.2143em;
}

.blurbs .blurb:hover .blurb-title {
	color: #d21016;
}


/* 
 * Blockquote
 * * * * * * * * * * */
blockquote.blockquote-h {
	border-left: 0;
	margin: 0;
	padding-left: 0;
	text-align: center;
}

blockquote.blockquote-h p,
blockquote.blockquote-h small {
	font-size: 1em;
	font-family: Georgia,Times,sans-serif;
	font-style: italic;
	line-height: 1.8em;
}

blockquote.blockquote-h small {
	color: #d71017;
	font-weight: bold;
}

blockquote.blockquote-h small:before {
	content: '';
}


/* 
 * Clients
 * * * * * * * * * * */
.clients a img {
	opacity: 0.8;
}

.clients a:hover img {
	opacity: 1;
}


/* 
 * Recent Works
 * * * * * * * * * * */
.recent-works {
	margin-top: 45px;
	margin-bottom: 30px;
}

.recent-works .fancynav .wide  { width: 11%; }
.recent-works .fancynav .wider { width: 27%; }

.recent-works .navbar .nav li,
.recent-works .navbar .nav li.wide,
.recent-works .navbar .nav li.wider {
	display: block;
	width: auto;
}

.recent-works-images figure {
	margin: 0;
	position: relative;
	text-align: center;
}

.recent-works-images figure img {
	width: 100%;
}

.recent-works-images figure img,
.recent-works-images figcaption {
	border: 0.5em solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto\0/;
	display: block;
}

.recent-works-images figcaption {
	background: #d21016;
	background: rgba(210,16,22,0.9);
	color: #fff;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: all 200ms ;
	-moz-transition: all 200ms ;
	-ms-transition: all 200ms ;
	-o-transition: all 200ms ;
	transition: all 200ms ;
}

.no-opacity .recent-works-images figcaption {
	background: url('images/red-bg.png') repeat;
	display: none;
}

.recent-works-images figcaption h5 {
	color: #fff;
	margin-top: 22.5%;
}

.recent-works-images figcaption .btn-more {
	font-size: 0.8571em;
	margin-top: 10%;
}

.recent-works-images figcaption .btn-more:before {
	margin-right: 3px;
	padding: 0 4px;
}

.recent-works-images figcaption .btn-more,
.recent-works-images figcaption .btn-more:before {
	line-height: 1em;
}


/* Blog Styles
   ========================================================================== */
.blog-item {
	background: #fff;
	margin-bottom: 30px;
	padding: 7px;
	position: relative;
}

.blog-item p {
	font-size: 16px;
}

.blog-item.single {
	padding-bottom: 27px;		
}

.blog-item figure {
	margin: 0 0 0.5em;
}

.blog-item-title {
	font: 23px/1.4em 'OpenSansRegular',Arial,Helvetica,sans-serif;
}

.blog-item .blog-item-meta {
	font: 24px/1em 'OpenSansRegular',Arial,Helvetica,sans-serif;
	background: #000;
	background: rgba(0,0,0,0.9);
	color: #e51319;
	min-width: 29.6689%;
/*	text-transform: uppercase;*/
	padding: 0.8571em 0.7143em;
	position: relative;
}

.blog-item .blog-item-meta p {
	margin: 0;
}

.author {
	font: italic 18px/1.2em Georgia,Times,serif;
	color: #fff;
}

.blog-item .blog-item-meta .post-date {
	font: italic 18px/1.2em Georgia,Times,serif;
	color: #fff;
	display: block;
	margin-top: 7px;
}

.blog-item .blog-info {
	color: #434343;
	font-size: 14px;
	padding-left: 5px;
	position: relative;
	top: -1px;
	white-space: nowrap;
}

.blog-item .share {
	margin-bottom: 20px;
}

.blog-item .blog-item-text {
	padding: 0 13px;
}

.blog-item ol, .blog-item ul {
	padding-left: 7%;
	padding-right: 7%;
}


/* Reusable Elements
   ========================================================================== */
  
/* 
 * Dynamic Slider
 * * * * * * * * * * */
.dynamic {
	background: 
		url("images/arrow-left-small.png") repeat-x left top, 
		url("images/arrow-left-small.png") repeat-x left bottom;
	padding: 35px 50px;
	position: relative;
}

.no-multiplebgs .dynamic {
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
}

.dynamicslider-direction-nav {
	list-style: none outside none;
}

.dynamicslider-direction-nav a {
	background: url('images/arrow-nav.png') no-repeat left top;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 35px;
	margin-top: -18px;
	opacity: 1;
	outline: 0 none;
	position: absolute;
	top: 50%;
	width: 14px;
}

.dynamicslider-direction-nav .dynamicslider-prev { left: 0; }
.dynamicslider-direction-nav .dynamicslider-next { 
	background-position: -14px 0;
	right: 0;
}

.dynamicslider-direction-nav .dynamicslider-prev:hover { background-position: 0 -35px; }
.dynamicslider-direction-nav .dynamicslider-next:hover { background-position: -14px -35px; }


/* 
 * Fancy Navigation
 * * * * * * * * * * */
.fancynav .nav {
	margin: 0;
	display: table;
	width: 100%;
}

.fancynav .nav li {
	color: #434343;
	display: block;
	width: auto;
}

.fancynav .nav li a {
	padding: 0.83333em 1em;
	outline: 0 none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.fancynav .nav li a:before,
.fancynav-trigger:before {
	font: 400 13px/11px 'FontAwesome',Arial,Helvetica,sans-serif;
	background: #434343;
	color: #fff;
	content: "\f105";
	display: inline-block;
	margin-right: 10px;
	padding: 2px 4px 2px 5px;
	text-shadow: none;
}

.fancynav .nav li a:hover:before,
.fancynav .nav .active > a:before,
.fancynav-trigger:hover:before {
	background: #d21016;
}

.fancynav .nav li a:focus,
.fancynav .nav li a:hover {
	background: transparent;
	color: #434343;
}

.fancynav .nav .active > a,
.fancynav .nav .active > a:hover,
.fancynav .nav .active > a:focus {
	background: transparent;
	color: inherit;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.fancynav-trigger,
.fancynav .nav li a {
	font: normal 0.8571em/1.2em 'BandaRegular',Arial,Helvetica,sans-serif;
}

.fancynav-trigger {
	background: #fff;
	border: 0;
	display: block;
	margin: 0 auto;
	padding: 0.83333em 1em;
	position: relative;
	text-align: left;
	width: 100%;
}

.fancynav-trigger:after {
	border-style: solid;
	border-width: 4px;
	border-color: transparent;
	border-bottom-color: #d21016;
	content: "";
	display: inline-block;
	height: 0;
	margin-top: -6px;
	position: absolute;
	vertical-align: middle;
	width: 0;
	right: 1.5em;
	top: 1.5em;
}

.fancynav-trigger.collapsed:after {
	border-bottom: 4px solid transparent;
	border-top: 4px solid #000;
	margin-top: -3px;
}

.fancynav .categories {
	background: #fff;
}

.fancynav-trigger,
.fancynav .nav li a {
	font: normal 0.8571em/1.2em 'BandaRegular',Arial,Helvetica,sans-serif;
}


/* 
 * Full Width Page Slider
 * * * * * * * * * * * */
.page-slider.flexslider {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	border-radius: 0 0 0 0;
	box-shadow: none;
	margin: 0 auto;
	position: relative;
}

.page-slider.flexslider img {
	max-width:100%;
	height:auto;
}

.page-slider .info {
	background: #313131;
	color: #fff;
	padding: 4% 4.27% 4% 5.7692%;
	position: relative;
}

.page-slider .info:before,
.page-slider .info:after {
	border-color: #1b1b1b transparent;
	border-style: solid;
	content: '';
	display: block;
	position: absolute;
	width: 0;
}

.page-slider .info:before {
	border-width: 12px 8px 0 0;
	bottom: -12px;
	left: 0;
}

.page-slider .info:after {
	border-width: 12px 0 0 8px;
	bottom: -12px;
	right: 0;
}

.page-slider .info h2, .h2strong {
	font: 1.3em/1.2em 'BandaRegular',Arial,Helvetica,sans-serif;
	color: #fff;
}

.page-slider .info h2 em, .h2strong em {
	color: #d21016;
	font-style: normal;
}

.page-slider .info p {
	font: 0.9em/1.4em 'BandaRegular',Arial,Helvetica,sans-serif;
	margin-top: 15px;
}

.page-slider section {
	position: relative;
	display: none;
}

.page-slider .more {
	font-size: 0.7855em;
	line-height: 1em;
	color: #fff;
	display: block;
	margin-top: 20px;
	position: relative;
	text-align: right;
}

.page-slider .more:after {
	background: #fff;
	content: '';
	margin-top: -1px;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
}

.page-slider .more:hover:after {
	background: #d21016;
}

.page-slider .more span {
	background: #313131;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-left: 10px;
	line-height: 1.2em;
}

.page-slider .more span:before {
	border: 1px solid #fff;
	content: '+';
	color: #fff;
	display: inline-block;
	line-height: 1.2em;
	padding: 2px 6px;
	margin-right: 8px;
	position: relative;
}

.page-slider .more:hover span:before {
	background: #d21016;
	border: 1px solid #d21016;
}

.pageslider-direction-nav {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.pageslider-direction-nav a {
	background: #d21016;
	background: rgba(210,26,22,0.5);
	bottom: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	margin: -20px 0 0;
	padding: 9px 0;
	text-align: center;
	width: 40px;
	position: absolute;
	text-decoration: none;
	z-index: 20;
}

.pageslider-direction-nav a i:before {
	font-size: 11px;
}

.pageslider-direction-nav a:hover {
	background: #d21016;
	background: rgba(210,26,22,0.7);
}

.no-opacity .pageslider-direction-nav a,
.no-opacity .pageslider-direction-nav a:hover {
	background: url('images/red-bg.png') repeat;
}

.pageslider-direction-nav .pageslider-prev { left: 0; }
.pageslider-direction-nav .pageslider-next { right: 0; }


/* 
 * Social List
 * * * * * * * * * * * */
.social-list { margin: 0; }

.social-list li {
	line-height: 0;
}

.social-list a {
	background: url('images/social-sprite.png') no-repeat left top;
	display: inline-block;
	height: 28px;
	width: 28px;
}

.social-list .facebook { background-position: 0 -28px; }
.social-list .twitter { background-position: -28px -28px; }
.social-list .dribble { background-position: -56px -28px; }
.social-list .mail { background-position: -84px -28px; }
.social-list .youtube { background-position: -112px -28px; }
.social-list .linkedin { background-position: -140px -28px; }
.social-list .pinterest { background-position: -168px -28px; }
.social-list .vimeo { background-position: -196px -28px; }

.social-list .facebook:hover { background-position: 0 0; }
.social-list .twitter:hover { background-position: -28px 0; }
.social-list .dribble:hover { background-position: -56px 0; }
.social-list .mail:hover { background-position: -84px 0; }
.social-list .youtube:hover { background-position: -112px 0; }
.social-list .linkedin:hover { background-position: -140px 0; }
.social-list .pinterest:hover { background-position: -168px 0; }
.social-list .vimeo:hover { background-position: -196px 0; }

.social-list.basic { margin-left: -10px; }
.social-list.basic .facebook:hover { background-position: 0 -56px; }
.social-list.basic .twitter:hover { background-position: -28px -56px; }
.social-list.basic .dribble:hover { background-position: -56px -56px; }
.social-list.basic .mail:hover { background-position: -84px -56px; }
.social-list.basic .youtube:hover { background-position: -112px -56px; }
.social-list.basic .linkedin:hover { background-position: -140px -56px; }
.social-list.basic .pinterest:hover { background-position: -168px -56px; }
.social-list.basic .vimeo:hover { background-position: -196px -56px; }

.social-list.inline li {
	padding: 0;
}


/* 
 * Share buttons for ShareThis
 * * * * * * * * * * * */
.share .widget, 
.share .blog-info {
	margin-bottom: 10px;
	overflow: hidden;
}

.share .widget > .btn,
.share .widget > span {
	float: left;
}

.share .widget > .btn:hover,
.share .widget > .btn:focus {
	background-position: 0 0;
}

.btn-share span {
	background: url('images/share-sprite.png') no-repeat left top;
	display: inline-block;
	vertical-align: middle;
	min-height: 1em;
	height: 14px;
	width: 49px;
}

.btn-share .likes { background-position: center 1px; }
.btn-share .likes:hover { background-position: center -27px; }
.btn-share .tweets { background-position: center -54px; }
.btn-share .tweets:hover { background-position: center -82px; }
.btn-share .pins { background-position: center -110px; }
.btn-share .pins:hover { background-position: center -137px; }

.countbox {
	font: 0.7857em/1em 'BandaRegular',Arial,Helvetica,sans-serif; /* 11px */
	background: #fff;
	border: 1px solid #c9c5c5;
	display: inline-block;
	margin-left: 7px;
	padding: 6px 5px 4px;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.countbox:before {
	border-color: transparent #c9c5c5;
	border-style: solid;
	border-width: 3px 4px 3px 0;
	content: "";
	display: block;
	left: -5px;
	position: absolute;
	top: 7px;
	width: 0;
}
.countbox:after {
	border-color: transparent #fff;
	border-style: solid;
	border-width: 3px 4px 3px 0;
	content: "";
	display: block;
	left: -4px;
	position: absolute;
	top: 7px;
	width: 0;
}

/* 
 * Pagination
 * * * * * * * * * * * */
.pagination-h ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.pagination-h ul > li:last-child > a, 
.pagination-h ul > li:last-child > span,
.pagination-h ul > li:first-child > a, 
.pagination-h ul > li:first-child > span {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.pagination-h ul li a {
	font: italic 14px/1.4286em Georgia,Times,serif;
	border: 0;
	color: #434343;
	padding: 2px 11px 7px;
	-webkit-transition: all 130ms ease-in;
	-moz-transition: all 130ms ease-in;
	-ms-transition: all 130ms ease-in;
	-o-transition: all 130ms ease-in;
	transition: all 130ms ease-in;
}

.pagination-h ul li a,
.pagination-h ul li a:focus {
	background: #fff;
}

.pagination-h ul li a:hover,
.pagination-h ul li.active a {
	background: #d21016;
	color: #fff;
}

.pagination-h ul li a i:before {
	position: relative;
	top: 3px;
}

.pagination-h ul li+li a {
	margin-left: 5px;
}


/* 
 * Breadcrumbs
 * * * * * * * * * * * */
.breadcrumb-h {
	background-color: transparent;
	margin-bottom: 10px;
	padding-left: 0;
}

.breadcrumb-h li+li:before {
	content: '/';
	display: inline-block;
	margin: 0 4px 0 2px;
}

.breadcrumb-h li a,
.breadcrumb-h li.active {
	color: #434343;
	text-shadow: none;
} 

.breadcrumb-h li a:hover,
.breadcrumb-h li a:active {
	color: #d31016;
}


/* 
 * Thumbnails
 * * * * * * * * * * */
.thumbnails-h .thumbnail {
	background: #fff;
	border: 1px solid #fff;
	text-align: center;
	padding: 9px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.thumbnails-h .thumbnail h3 {
	margin: 18px 0 9px;
}

.thumbnails-h .thumbnail img {
	width: 100%;
}

.thumbnails-h .thumbnail:hover,
.thumbnails-h .thumbnail:focus {
	border-color: #fff;
	color: #d21016;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.thumbnails-h .thumbnail:hover h3,
.thumbnails-h .thumbnail:focus h3 {
	color: #d21016;
}


/* 
 * Media
 * * * * * * * * * * */
.media-items {
	background: url("images/arrow-left-small.png") repeat-x left bottom;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.media-h {
	color: #626262;
}

.media-h .media-body {
	background: url("images/arrow-left-small.png") repeat-x left top;
	padding-top: 30px;
}

.media-h.first .media-body {
	background: none;
	padding-top: 0;
}

.media-h .media-heading {
	margin-bottom: 0;
}

.media-h p,
.media-h span.time {
	font-family: Georgia,Times,serif;
	font-style: italic;
}

.media-h span.time {
	color: #d21016;
	font-size: 11px;
}


/* 
 * Form
 * * * * * * * * * * * */
.form-h {
	overflow: hidden;
}

.form-h textarea,
.form-h input[type="text"],
.form-h input[type="password"] {
	background: #e5e5e5;
	border-color: #e5e5e5;
	color: #555;
	font-family: Georgia,Times,sans-serif;
	font-style: italic;
	line-height: 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-transition: all 130ms ease-in;
	-moz-transition: all 130ms ease-in;
	-ms-transition: all 130ms ease-in;
	-o-transition: all 130ms ease-in;
	transition: all 130ms ease-in;
}

.form-h.dark textarea,
.form-h.dark input[type="text"],
.form-h.dark input[type="password"] {
	background-color: #959595;
	border-color: #959595;
}

.form-h textarea:hover,
.form-h textarea:focus,
.form-h input[type="text"]:hover,
.form-h input[type="text"]:focus,
.form-h input[type="password"]:hover,
.form-h input[type="password"]:focus {
	background-color: #fff;
	border-color: #fff;
}

.form-h.dark textarea:hover,
.form-h.dark textarea:focus
.form-h.dark input[type="text"]:hover,
.form-h.dark input[type="text"]:focus
.form-h.dark input[type="password"]:hover,
.form-h.dark input[type="password"]:focus {
	background-color: #e5e5e5;
	border-color: #e5e5e5;
}

/* Target only IE8 */
.form-h input[type="text"][class*="span"],
.form-h .btn-h[class*="span"] {
	min-height: 20px\0/;
}

.boxshadow .form-h input[type="text"][class*="span"],
.boxshadow .form-h .btn-h[class*="span"] {
	min-height: 30px\0/;
}


/* 
 * Button
 * * * * * * * * * * * */
.btn-h {
	background: #959595;
	border: 0 none;
	color: #555;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 2.0833em;
	padding: 0 33px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 130ms ease-in;
	-moz-transition: all 130ms ease-in;
	-ms-transition: all 130ms ease-in;
	-o-transition: all 130ms ease-in;
	transition: all 130ms ease-in;
}

.btn-h.light {
	background: #e5e5e5;
	color: #555;
}

.btn-h:hover,
.btn-h:active {
	background: #d31016;
	color: #fff;
}

.btn-h.fluid {
	padding-left: 0;
	padding-right: 0;
}

.btn-h::-moz-focus-inner {
	padding: 0;
	border: 0
}

.btn-more {
	display: inline-block;
	line-height: 1.2em;
	position: relative;
}

.btn-more:before {
	background: #d21016;
	border: 1px solid #d21016;
	content: '+';
	color: #fff;
	display: inline-block;
	font-size: 1.4em;
	padding: 3px 6px;
	margin-right: 8px;
	position: relative;
	-webkit-transition: all 130ms;
	-moz-transition: all 130ms;
	-ms-transition: all 130ms;
	-o-transition: all 130ms;
	transition: all 130ms;
}

.btn-more:hover:before {
	background: transparent;
	border: 1px solid #d21016;
	color: #d21016;
}

.btn-more,
.btn-more:hover,
.btn-more:active {
	color: #d21016;
	text-decoration: none;
}

.btn-more.light,
.btn-more.light:hover,
.btn-more.light:active {
	color: #fff;
	text-decoration: none;
}

.btn-more.light:before {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.btn-more.light:hover:before {
	background: #fff;
	color: #d21016;
}


/* 
 * List of Links
 * * * * * * * * * * * */
.list-of-links li {
	padding-left: 1.4286em;
/*	text-transform: uppercase;*/
}

.list-of-links li+li {
	margin-top: 1.2em;
}

.list-of-links a {
	color: #626262;
}

.list-of-links li a:hover,
.list-of-links li a:active {
	color: #d21016;
}



/* Individual Elements
   ========================================================================== */
a.clickable {
	color: inherit;
	text-decoration: none;
	outline: 0 none;
}

.contact i {
	color: #f0f0f0;
	margin-right: 4px;
}

.headline {
	background: url("images/arrow-left-small.png") repeat-x left bottom;	
	color: #434343;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.no-margin { margin: 0; }
.margin-bottom-5 { margin-bottom: 5px; }
.margin-bottom-45 { margin-bottom: 45px; }
.light { color: #d2d2d2; }
.subtitle { text-transform: none; }
.margin-image-left { margin: 0 25px 5px 0; }
.margin-image-right { margin: 0 0 5px 20px; }


/* Media Queries
   ========================================================================== */
/* === Landscape phone and up === */
@media (min-width: 480px) {
	.bottom-bar ul li+li:before {
		margin-right: 10px;
	}
	
	.bottom-bar ul li {
		padding-left: 5px;
		padding-right: 5px;
	}
}


/* === Landscape phone to portrait tablet === */
@media (max-width: 767px) {
	body {
		padding-left: 0;
		padding-right: 0;
	}
	
	/*
	 * Recent Works
	 * * * * * * * */
	.recent-works-images [class*="span"] {
	 	float: left;
	 	margin-bottom: 2%;
	 	text-align: center;
	 	width: 50%;
	}
	 
	.form-h.row-fluid .btn-h.span4 {
		margin-left: 0;
		margin-top: 5px;
	}
}


/* === Portrait tablet to landscape and desktop === */
@media (min-width: 768px) and (max-width: 979px) {
	/*
	 * Recent Posts
	 * * * * * * * */
	.recent-posts .post-image {
		float: none;
		margin-bottom: 5px;
		width: 120px;
	}
	
	.recent-posts .post-title,
	.recent-posts .post-desc,
	.recent-posts .post-date {
		margin: 0;
	}
}


/* === Portrait tablet and up === */
@media (min-width: 768px) {
	/*
	 * Top Bar
	 * * * * * * * * */
	.top-bar {
		margin-bottom: 45px;
	}
	
	/*
	 * Page Navigation
	 * * * * * * * * */
	.page-nav {
		margin-bottom: 20px;
	}

	.page-nav .nav a, 
	.page-nav .nav > li > a { 
		font-size: 1.1429em;
	}
	
	.page-nav .nav .dropdown-menu > li a {
		font-size: 1.2em;
	}
	
	/*
	 * Page Footer
	 * * * * * * * */
	.page-footer:before {
		/*content: url('images/flag.png');*/
		width: 50px;
		height: 30px;
		top: -22px;
		margin-left: -25px;
	}
	
	.page-footer .middle-column {
		width: 85%;
		margin: 0 auto;
	}
	
	/*
	 * Page Bottom Bar
	 * * * * * * * */
	.bottom-bar ul,
	.bottom-bar p { 
		margin-bottom: 0;
	}
	
	.bottom-bar ul { float: left; }
	.bottom-bar p { float: right; }

	/*
	 * Full Width Page Slider
	 * * * * * * * */
	.page-slider.flexslider {
		width: 100%;
		max-width: 1600px;
	}
	
	.page-slider .info h2 {
		font: 2.8571em/1.2em 'BandaRegular',Arial,Helvetica,sans-serif;
	}
	
	.page-slider .info p {
		font: 1.4286em/1.4em 'BandaRegular',Arial,Helvetica,sans-serif;
	}
	
	.page-slider .more {
		font: 1em/1.2em 'BandaRegular',Arial,Helvetica,sans-serif;
	}
	
	.pageslider-direction-nav a {
		bottom: 20%;
	}
	
	.pageslider-direction-nav .pageslider-prev { left: 10px; }
	.pageslider-direction-nav .pageslider-next { right: 18px; }
	
	/*
	 * Blog Styles
	 * * * * * * * */
	.blog-item .blog-item-meta {
		display: inline-block;
		position: absolute;
		top: 24px;
		/*left: 0;*/
	}
	
	.blog-item .blog-item-meta:before,
	.blog-item .blog-item-meta:after {
		border-color: #1B1B1B transparent;
		border-style: none;
		content: "";
		display: block;
		position: absolute;
		width: 0;
	}
	
	.blog-item .blog-item-meta:before {
		border-width: 0 0 12px 8px;
		top: -12px;
		left: 0;
		bottom: auto;
	}
		
	.blog-item .blog-item-meta:after {
		border-width: 12px 0 0 8px;
		bottom: -12px;
		top: auto;
		left: 0;
	}
	
	.blog-item-title {
		font: 30px/1.4em 'OpenSansRegular',Arial,Helvetica,sans-serif;
	}
	
	.blog-item figure {
		margin: 0 0 1.5em;
	}
	
	.blog-item .btn-more {
		position: absolute;
		bottom: 20px;
		right: 30px;
	}
	
	/* 
	 * Share buttons for ShareThis
	 * * * * * * * * * * * */
	.share .widget,
	.share .blog-info {
		clear: none;
		float: left;
		margin-right: 18px;
		margin-bottom: 0;
	}
}


/* === Desktop and up === */
@media (min-width: 980px) {
	/*
	 * Page Header
	 * * * * * * * * */
	#logo a {
		background: url('images/logo.png') no-repeat left top;
		height: 66px;
		width: 176px;
	}
	
	/*
	 * Page Navigation
	 * * * * * * * * */
	.page-nav {
		float: right;
	}
	
	.page-nav .page-navigation {
		padding-top: 0;
	}
	
	.page-nav .nav {
		background: transparent;
	}
	
	.page-nav .nav .dropdown-menu {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	.page-nav .nav > li > .dropdown-menu:after,
	.page-nav .nav > li > .dropdown-menu:before {
		border: 0;
	}
	
	.page-nav .nav > li > .dropdown-menu > li a {
		padding: 1.35em 1.7143em;
	}
	
	.page-nav .nav > li > .dropdown-menu > li+li > a {
		border-top: 1px solid #fff;
	}
	
	.page-nav .nav > li > .dropdown-menu > li+li > a:before {
		content: '';
		display: block;
		height: 1px;
		background: #b5b5b5;
		width: 100%;
		margin: 0 auto;
		position: relative;
		top: -1.41em; 
	}
	
	.page-nav .nav .dropdown-toggle:after {
		right: 0.6em;
		top: 1.6em;
	}
	
	.page-nav .nav > li > a:hover,
	.page-nav .nav > .active > a:hover,
	.page-nav .nav li.dropdown.open > .dropdown-toggle:hover, 
	.page-nav .nav li.dropdown.active > .dropdown-toggle:hover, 
	.page-nav .nav li.dropdown.open.active > .dropdown-toggle:hover {
		background: transparent;
		color: #d21016;
	}
	
	.page-nav .nav li.dropdown.open > .dropdown-toggle, 
	.page-nav .nav li.dropdown.active > .dropdown-toggle, 
	.page-nav .nav li.dropdown.open.active > .dropdown-toggle,
	.page-nav .nav li.dropdown.open > .dropdown-toggle:hover, 
	.page-nav .nav li.dropdown.active > .dropdown-toggle:hover, 
	.page-nav .nav li.dropdown.open.active > .dropdown-toggle:hover {
		background: #fff;
	}
	
	/* Red arrow down */
	.page-nav .nav .dropdown-toggle:hover:after {
		border-top: 4px solid #d21016;
	}
	
	/* Red arrow down on hover */
	.page-nav .nav .open .dropdown-toggle:hover:after {
		border-top: 4px solid transparent;
		border-bottom: 4px solid #d21016;
		margin-top: -8px;
	}

	/*
	 * Global Search
	 * * * * * * * */
	.page-nav .nav li a.search:hover {
		background-color: #fff;
	}
	
	.page-nav .search-box {
		padding: 12px 10px 11px;
		position: absolute;
		right: 0;
		top: 49px;
		z-index: 100;
		width: 365px;
	}
	
	
	/*
	 * Full Width Page Slider
	 * * * * * * * * * * * */
	.page-slider .info {
		position: absolute;
		min-width: 43%;
		max-width: 73%;
		left: -8px;
		top: 8%;
		padding: 4% 4.27% 4% 6.27%;
	}
	
	.page-slider .info:before {
		border-width: 0 0 12px 8px;
		top: -12px;
		left: 0;
		bottom: auto;
	}
	
	.page-slider .info:after {
		border-width: 12px 0 0 8px;
		bottom: -12px;
		top: auto;
		left: 0;
	}
	
	.pageslider-direction-nav a {
		top: 50%;
		bottom: auto;
	}
	
	/*
	 * Recent Works
	 * * * * * * * */
	.recent-works .navbar .nav li, 
	.recent-works .navbar .nav li.wide, 
	.recent-works .navbar .nav li.wider {
		display: table-cell;
		float: none;
	}
	
	.recent-works .last {
		text-align: right;	
	}
	
	.recent-works-images figure:hover figcaption {
		opacity: 1;
	}
	
	.no-opacity .recent-works-images figure:hover figcaption {
		display: block;
	}
	
	/*
	 * Fancy Nav
	 * * * * * * * */
	.fancynav-trigger,
	.fancynav .nav li a {
		font: normal 1em/1.2em 'BandaRegular',Arial,Helvetica,sans-serif;
	}
	
	.fancynav .nav li a:before,
	.fancynav-trigger:before {
		padding: 5px 7px 5px 8px;
	}
}


/* === Large desktop === */
@media (min-width: 1200px) {
	.page-slider .info {
		top: 14%;
	}
}

.thumbnail {
	max-width: 60px;
	float: left;
}

.recentblogs li {
	padding-left: 0px;
}

#hidden-table {
	display: none;
	border: 2px solid #363636;
	width: 90%;
	margin: 5px auto;

}

#hidden-table td {

	border: 2px solid #363636;
}

#hidden-table tr:first-child td {
	font-style: bold;
	background-color: #555555;
	color: #ffffff;
}

.center {
	  display: block;
	    margin-left: auto;
	      margin-right: auto;
	        width: 80%;
	}
