/*
Theme Name: Chimera Framework
Theme URI: http://www.navigatormm.com/chimera
Description: The Chimera framework, a starter Wordpress theme for designers.
Tags:  two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, theme-options, translation-ready, accessibility-ready
Author: Chiristopher Saterthwaite
Author URI: http://www.navigatormm.com
Version: 1.8

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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

h1 {
	font-family: 'BebasNeueRegular';
	font-weight: normal;
	color: #246591;
	text-shadow: #fff 0px 1px 5px;
	font-size: 24px;
}

h2 {font-size: 22px;}
h3 {font-size: 20px;}

/*Button Styles*/
.btn {
	padding:6px 25px;
}

.btn-primary {
	background: #0091a4; /* Old browsers */
	background: -moz-linear-gradient(top,  #0091a4 0%, #007283 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0091a4), color-stop(100%,#007283)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0091a4 0%,#007283 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0091a4 0%,#007283 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0091a4 0%,#007283 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0091a4 0%,#007283 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0091a4', endColorstr='#007283',GradientType=0 ); /* IE6-9 */
	border:0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	background: #02b0c9; /* Old browsers */
	background: -moz-linear-gradient(top,  #02b0c9 0%, #008094 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02b0c9), color-stop(100%,#008094)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #02b0c9 0%,#008094 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #02b0c9 0%,#008094 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #02b0c9 0%,#008094 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #02b0c9 0%,#008094 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02b0c9', endColorstr='#008094',GradientType=0 ); /* IE6-9 */
}

a:focus {
	outline:0;
}


/* ==========================================================================
   $Responsive Styles
   ========================================================================== */
/* Make images responsive */
img {
	box-sizing: border-box;
	max-width:100% !important;
	height:auto;
}

/*Prevent text size adjustment on orientation change.*/
html {
	-ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased; /*-webkit font smoothing */
	-webkit-text-size-adjust: 100%;
}
/* ==========================================================================
   $Slide Show Styles
   ========================================================================== */
/* Fade Transiton */
.carousel { background:#000000; }  /* The color of the fade */

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* Slide Indicators */
.carousel-indicators li { text-indent: -9999px; } /* hides the text that displays in the li's */

/* ==========================================================================
   $Wordpress Styles
   ========================================================================== */
img.alignleft,
img.aligncenter,
img.alignright,
img.alignnone {
	margin-bottom: 15px;
}

.alignleft {
	margin-right: 30px;
	float: left;
}

.alignright {
	float: right;
	margin-left: 30px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 15px;
	text-align: center;
}

.wp-caption-text {
	margin: 6px 0;
	font-style: italic;
	line-height: 16px;
}

/* ==========================================================================
   $Wordpress Gallery Styles
   ========================================================================== */
.gallery {
  padding:0 0 0 0;
  margin:0 0 0 0;
}

.gallery li {
  list-style:none;
  margin-bottom:10px;
}

.gallery li img {
  cursor: pointer;
}

.gallery-caption { display:none; }

/* Gallery Modal Styles */
.modal-header {
	border-bottom: none;
	min-height: 20px;
	padding: 0 5px 0 5px;
}

.modal-body {
  padding:5px !important;
}

.modal-content {
  border-radius:0;
}

.modal-dialog img {
  text-align:center;
  margin:0 auto;
}

.modal-dialog p {
	margin-top: 10px;
	text-align: center;
}

.modal-dialog .controls-wrapper {
	padding-bottom: 8px;
	text-align: left;
	border-top: none;
}

.modal-dialog .controls{
	width:50px;
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

.modal-dialog .next {
	float:right;
	text-align:right;
}

/* ==========================================================================
   $WidgetStyles
   ========================================================================== */
/* Base Styles */
.widget {
	hyphens:         auto;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	margin: 0 0 18px;
	word-wrap: break-word;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.widget li { padding: 5px 0; }

.widget .children li:last-child { padding-bottom: 0; }

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

/* RSS Feed Widget */

.widget_rss .rss-date { display: block; }

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calander Widget */
#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#wp-calendar thead { font-size: 10px; }

#wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center;
}

#wp-calendar tbody { color: #aaa; }

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding:8px;
}

#wp-calendar tbody td:hover {
	background: #fff;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

/* Reccent Comments Widget */
.widget .recentcomments {
	font-size: 13px;
}

.widget .recentcomments a{
	font-weight:bold;
}

/* Reccent Posts Widget */
.widget .recentposts {
	margin-bottom: 10px;
}

.widget .recentposts .date {
	color: #a2a2a2;
}

/* Search Widget */
.widget_search .search-submit {
    display:none;
}
.widget_search label {
    display: block;
}

/* ==========================================================================
   $Youtube Gallery Styles
   ========================================================================== */
.youtube-thumbnails {
  margin:0 0 0 0;
  padding:30px 0 0 0;
}

.youtube-thumbnail {
  list-style:none;
  margin-bottom: 30px;
}

/* ==========================================================================
   $Instagram Feed Styles
   ========================================================================== */
.instagram-feed {
  padding:0 0 0 0;
  margin:0 0 0 0;
}

.instagram-feed li {
  list-style:none;
  padding: 2px 2px;
}

.instagram-feed .thumbnail {
	margin-bottom: 0;
}

/* ==========================================================================
   $flickr Feed Styles
   ========================================================================== */
.flickr-feed {
  padding:0 0 0 0;
  margin:0 0 0 0;
}

.flickr-feed li {
  list-style:none;
  padding: 2px 2px;
}

.flickr-feed .thumbnail {
	margin-bottom: 0;
}

/* ==========================================================================
   $Twitter Feed Styles
   ========================================================================== */
.widget .twitter-feed  li { padding: 5px 8px; }

.twitter-feed .avatar {
	width: 48px;
	height: 48px;
	border-radius: 5px;
	-moz-force-broken-image-icon: 1;
	float: left;
	margin: 3px 15px 15px 0;
}

.twitter-feed .tweet-header {
	color: #999;
	text-decoration: none;
}

.twitter-feed  .fullname {
	font-weight: bold;
	color: #292f33;
}

.twitter-feed .content { margin-left: 60px;}

.twitter-feed .time {
	font-size: 13px;
	color: #8899a6;
}

.twitter-feed .text {
	white-space: pre-wrap;
}
.twitter-feed .intent li {
	font-size: 12px;
	padding: 10px 2px;
}

/* ==========================================================================
   $Facebook Feed Styles
   ========================================================================== */
.widget .facebook-feed  li { padding: 5px 8px; }

.facebook-feed .avatar {
	width: 48px;
	height: 48px;
	border-radius: 5px;
	-moz-force-broken-image-icon: 1;
	float: left;
	margin: 3px 15px 15px 0;
}

.facebook-feed .content { margin-left: 60px; }

.facebook-feed  .fullname {
	color: #222222;
}

.facebook-feed  .site-link {
	display: block;
	margin: 18px 0;
}


.facebook-feed .attachment {
	background:#f7f7f7;
	border: #e3e3e3 1px solid;
	color: #808080;
	font-size: 11px;
	margin: 18px 0;
	padding: 10px;
}

.facebook-feed .attachment .title {
	color: #222222;
	display: block;
}

.facebook-feed .attachment .link {
	color: #808080;
	display: block;
}

.facebook-feed .time {
	font-size: 13px;
	color: #8899a6;
}

.fb_iframe_widget span { height: 66px !important; }
/* ==========================================================================
   $Google Plus Feed Styles
   ========================================================================== */
.widget .google-plus-feed li { padding: 5px 8px; }

.google-plus-feed .avatar {
	width: 48px;
	height: 48px;
	float: left;
	margin: 3px 15px 15px 0;
}

.google-plus-feed .content { margin-left: 60px; }

.google-plus-feed .fullname {
	color: #222222;
	display: block;
}

.google-plus-feed .time {
	font-size: 13px;
	color: #999999;
	display: block;
}

.google-plus-feed .attachment {
	border-top: #e3e3e3 1px solid;
	margin: 18px 0;
	padding: 10px;
}

.google-plus-feed .attachment .image {
	width: 120px;
	float: left;
	margin: 3px 15px 15px 0;
}

.google-plus-feed .attachment .content {
	margin-left: 10px;
}

.google-plus-feed .attachment .content .title{
	display: block;
	color: #404040;
	font-size: 16px;
}

.google-plus-feed .attachment .content .link {
	display: block;
	color: #999999;
	font-size: 12px;
}

/* ==========================================================================
   $Google Maps Styles
   ========================================================================== */
	.google-maps {
		margin: 15px 15px;
	}

	.google-maps iframe {
		max-width: 100%;
	}

/* ==========================================================================
   $Logo Styles
   ========================================================================== */
.logo.image {
	margin: 20px auto;
	width: 225px;
	padding: 0;
	display: block;
}

.comapny-name {
	display: block;
}

.logo.image .comapny-name {
	display:none;
}

/* Logo text*/
.logo.text {
	font-size: 30px;
	font-weight: bold;
	margin: 5px 0 0 0;
}

/* ==========================================================================
   $Navigation Styles
   ========================================================================== */
nav a {
	font-family: 'BebasNeueRegular';
	font-weight:normal;
}

.mobile-nav {
	background: #00b1cb;
	margin-bottom:0;
}

.navbar-toggle {
	padding: 0;
	border-radius: 0;
	margin: 15px 15px 15px 0;
}

.navbar-toggle .icon-bar {
	background: #fff;
	width:32px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 5px;
}

.mobile-nav a {
	color:#fff;
	font-size:24px;
}

.mobile-nav .nav>li>a:hover, .mobile-nav .nav>li>a:focus,
.mobile-nav .navbar-nav .open .dropdown-menu>li>a:hover, .mobile-nav .navbar-nav .open .dropdown-menu>li>a:focus,
.mobile-nav .nav .open>a, .mobile-nav .nav .open>a:hover, .mobile-nav .nav .open>a:focus,
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color:transparent;
}

.mobile-nav .dropdown-menu>li>a {
	color:#fff;
}

.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 10px 15px 10px 25px;
}

.mobile-nav .dropdown-menu {
	padding: 0 0 5px 0;
}

/* ==========================================================================
   $Header Phone Styles
   ========================================================================== */
.desktop-nav-wrapper {
	text-align:center;
}

.header-phone {
	background:#000;
	padding: 8px 15px;
	border-radius: 7px;
	color:#fff;
	font-weight:bold;
	display:inline-block;
	margin-bottom:20px;
}

.header-phone:hover {
	color:#fff;
	text-decoration:none;
}

/* ==========================================================================
   $Social Media Bar Styles
   ========================================================================== */
.social-media {
	text-align: center;
}

.social-media li{
	padding-right: 1px;
	padding-left: 1px;
}

.social-media .btn {
	padding: 4px 0;
	width:30px;
}

.btn-social-media {
	color: #fff;
	background-color: #333333;
	border-color: #000000;
}

.btn-social-media:hover,
.btn-social-media:focus {
	color: #fff;
	background-color: #000000;
}

.btn-social-media:active,
.btn-social-media.active {
	background-color: #000000;
	border-color: #222222;
}

/* ==========================================================================
   $Blog Styles
   ========================================================================== */
.post {
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	border-bottom: 3px solid #e7e7e7;
}

/* Remove bootstrap 15px padding since it is not need on the post */
.post figure,
.post .post-body {
	padding-left: 0;
	padding-right: 0;
}

.post .author-name {
	font-size: 18px;
	margin-bottom: 10px;
}

.post .post-meta { margin-bottom: 20px; }

.post .post-meta li {
	display: block;
	padding-right: 0;
	padding-left: 0;
}


.post .catagory-divider { padding-right: 5px; }

.post .catagory-divider:last-child { display: none; }

.post .post-tags { margin: 40px 0; }

.sticky {
    background: #ececec;
    border: 1px solid #e7e7e7;
    padding: 10px;
}

/* Comment styles */
.comments-title {
    border-bottom: 2px solid #e7e7e7;
    margin-top: 5%;
    padding: 1% 1% 1% 0;
}

.comment-list {
    margin-top: 5%;
}

.comments-area .comment {
    margin-bottom: 40px;
}

.comments-area .children {
    list-style: none;
}

.comments-area .comment-author  {
    margin-bottom: 10px;
}

.comments-area .avatar {
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.comments-area h3 {
    float: left;
    margin: 3px 20px 0 0;
}

.comment-respond h3 {
    float: none;
    margin-bottom: 18px;
}

.comments-area time {
    color:#428bca;
    float: left;
    margin-top: 8px;
}

.comments-area .comment-text {
    word-wrap: break-word;
    padding: 3% 8% 2% 3%;
    border: 1px solid #e7e7e7;
}

.comments-area .commentmeta {
    margin-top: 5px;
    text-align: right;
}

.comment-edit-link,
.comment-reply-link {
    margin-right: 8px;
    font-size: 16px;
}

/* ==========================================================================
   $Content Styles
   ========================================================================== */
.title-bar {
	background: #E2E2E2;
	padding: 10px 0 8px 15px;
	margin-top:0;
}

aside {
	text-align:center;
	border-top: 1px solid #ddd;
}

.widget-title, .widget-sub-title {
	font-size: 15px;
	color: #246591;
	font-weight:bold;
}

/*Contact Form*/
.wpcf7-captchac {
	width: auto;
	padding: 0;
	margin-bottom:10px;
}

.wpcf7-captchar {
	width:98px;
}

.modal-dialog {
	max-width:100%;
}

#hole-modal .modal-body {
	height:500px;
}


/* ==========================================================================
   $Author Styles
   ========================================================================== */
.author-info { margin: 20px 0 }

.author .author-info {
	background: #f8f8f8;
	border: 1px solid #e7e7e7;
	padding: 20px;
	margin: 0 0 60px 0;
}

.author-info h2 {
	margin: 0 0 18px 0;
	padding: 0 0 0 0;
}

/* ==========================================================================
   $Footer Styles
   ========================================================================== */
.bottom-nav {
	background:#dbdbdb;
	padding:10px 0;
	text-align:center;
}

.bottom-nav a {
	font-size:24px;
}

.footer {
	padding: 10px 0 30px;
	font-size: 12px;
	font-weight: bold;
}

.footer .copyright, .footer .credit {
	text-align: center;
}

.footer .copyright a, .footer .credit a {
	color:#000;
}


@media (min-width: 768px) {
	body {
		background:url(images/interface/bg-main.jpg) no-repeat;
		background-attachment:fixed;
		background-size:100% auto;
	}

/* ==========================================================================
  	$Wordpress Gallery Styles
	========================================================================== */
	.gallery .thumbnail {
		min-height: 150px;
		max-height: 240px;
	}

	.gallery-caption {
		display:block;
		font-size: 12px;
		margin: 10px 0 0 0;
		text-align: center;
	}

  	.modal-dialog {
      	padding-top: 90px;
  	}

 /* ==========================================================================
   $Google Maps Styles
   ========================================================================== */
	.google-maps {
		margin: 15px 0;
	}

/* ==========================================================================
   $Logo Styles
   ========================================================================== */
	.logo.image {
		margin: 0 0 0 0;
		background: #fff;
		text-align: center;
		border-radius: 0 0 15px 15px;
		width: auto;
		padding: 20px 20px 30px;
		box-shadow: 0 2px 5px 2px rgba(0,0,0,.4);
		position: absolute;
		z-index: 90;
		width:200px;
	}

	.header-phone {
		border-bottom: 1px solid #858585;
		border-radius:0 0 5px 5px;
		margin-bottom:0;
	}

	.desktop-nav-wrapper {
		text-align:right;
	}

	.navbar {
		margin-bottom:10px;
	}

	.navbar-collapse {
		padding-left:0;
	}

	.navbar-nav.main-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
		color: #fff;
		font-size: 20px;
		padding: 9px 10px 5px;
		margin: 0 2px;
	}

	.nav.main-nav>li.active>a, .nav.main-nav>li.active>a:hover {
		background-color: #eee;
		color: #00b1cb;
		background: #fff;
		box-shadow: #ccc 0px 1px 0px;
		font-weight: normal;
		border-radius: 4px;
	}

	.nav.main-nav>li>a:hover, .nav.main-nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
		color:#fff;
		background: #00b1cb;
		box-shadow: #1dcae3 0px 1px 0px;
		border-radius:4px;
	}

	.main-nav {
		margin-top: 9px;
	}

	/*Dropdown*/
	.dropdown-menu {
		background: #000;
		border: 0;
		border-radius: 4px;
		box-shadow: none;
		-webkit-box-shadow: none;
		padding:0;
	}

	.navbar-right .dropdown-menu {
		left:2px!important;
		right:auto;
	}

	.dropdown-menu>li>a {
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		color:#fff;
	}

	.dropdown-menu>li:last-child>a {
		border-radius:0 0 4px 4px;
	}

	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>.active>a:hover {
		color: #000;
		background-color:#fff;
	}

	.footer-nav .dropdown-menu>li>a:hover, .footer-nav .dropdown-menu>li>a:focus, .footer-nav .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color:#000;
	}


/* ==========================================================================
   $Social Media Bar Styles
   ========================================================================== */
	.social-media{
		margin-top:29px;
		text-align: right;
	}

/* ==========================================================================
   $Blog Styles
   ========================================================================== */
   	/* Small Posts */
	.post figure.post-small { padding-right:15px; }
	.post .post-body.post-small { padding-left:15px; }
	.post .post-body.post-small h1 {
		margin: 0 0 10px 0;
		padding: 0 0 0 0;
	}

	/* Medium Posts */
	.post figure.post-medium { padding-right:15px; }
	.post .post-body.post-medium { padding-left:15px; }
	.post .post-body.post-medium h1 {
		margin: 0 0 10px 0;
		padding: 0 0 0 0;
	}

   	.post .list-inline { margin-left: 0;}

   	.post .list-inline>li:first-child {
		padding-left: 0;
	}

	.post .post-meta  li {
		display: inline-block;
		padding-right: 5px;
		padding-left: 5px;
	}

/* ==========================================================================
   $Content Styles
   ========================================================================== */
	.featured-image {
		border: 8px solid #fff;
		border-radius: 8px 8px 0 0;
		-webkit-box-shadow: 0 2px 4px rgba(0,0,0, .5);
		-moz-box-shadow: 0 2px 4px rgba(0,0,0, .5);
		box-shadow: 0 2px 4px rgba(0,0,0, .5);
		min-height:95px;
		background:url('images/interface/wood-bg.jpg') repeat;
	}

	.content-wrapper {
		background:#fff;
		-webkit-box-shadow: 0 2px 4px rgba(0,0,0, .5);
		-moz-box-shadow: 0 2px 4px rgba(0,0,0, .5);
		box-shadow: 0 2px 4px rgba(0,0,0, .5);
		border-radius: 0 0 8px 8px;
		padding:0 15px;
	}

	.content-wrapper h2:first-child {
		margin-top:5px;
	}

	aside {
		border: 1px solid #ccc;
		box-shadow: 0px 0px 8px #ccc;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 20px;
		margin: 5px 0 0 0;
	}

	aside .widget-title:first-child {
		margin-top:0;
	}

	.title-bar {
		background: #ebebeb; /* Old browsers */
		background: -moz-linear-gradient(top,  #ebebeb 0%, #e0e0e0 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ebebeb 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ebebeb 0%,#e0e0e0 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ebebeb 0%,#e0e0e0 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ebebeb 0%,#e0e0e0 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
		border-bottom:1px solid #fff;
		margin:0 -20px 20px;
		padding:8px 35px;
		-webkit-box-shadow: 0 2px 8px 4px rgba(0,0,0,.3);
		box-shadow: 0 2px 8px 4px rgba(0,0,0,.3);
	}

	.modal-dialog {
		width:1040px;
		max-width:100%;
		padding:0 15px;
	}

/* ==========================================================================
   $Footer Styles
   ========================================================================== */
	.bottom-nav {
		margin: 40px -15px 0;
		text-align:right;
		padding-right:15px;
	}

	.footer .navbar {
		min-height: 0;
		margin: 5px 0 10px 0;
	}

	.footer .navbar-collapse {
		padding-right:0;
	}

	.navbar-nav.footer-nav>li>a {
		color: #545454;
		font-size: 22px;
		padding: 6px 10px 2px;
		margin-left: 10px;
	}

	.navbar-nav.footer-nav>li>a:hover {
		color: #fff;
		box-shadow: #262218 0px 1px 0px;
		background:#7e7e7e;
		border-radius: 7px;
	}

	.footer .copyright {
		text-align: left;
		padding-left: 10px;
	}

	.footer .credit {
		text-align: right;
		padding-right: 10px;
	}

}

@media (min-width: 992px) {

	.logo.image {
		width:auto;
	}

/* ==========================================================================
   $Navigation Styles
   ========================================================================== */
	.navbar {
		margin-bottom:15px;
	}

	.navbar-nav.main-nav>li>a {
		padding: 9px 15px 5px;
		margin: 0 5px;
		font-size: 26px;
	}

	.navbar-right .dropdown-menu {
		left:5px!important;
	}

	.main-nav {
		margin-top: 10px;
	}

    .gallery .thumbnail {
        min-height: 165px;
        max-height: 240px;
    }

}

@media (min-width: 1200px) {
	.logo.image {
		width:100%;
	}

	.main-nav {
		margin-top: 15px;
	}

	.navbar-nav.main-nav>li>a {
		padding: 12px 20px 8px;
		margin: 0 8px;
	}

	.navbar-right .dropdown-menu {
		left:8px!important;
	}

}

@media print {
    a[href]:after {
        content: none !important;
    }
}
