/*   
Theme Name: Website
Theme URI: 
Description: Custom theme
Author: 
Author URI: 
Version: 1.0
Tags: 
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url('reset.css');
@import url('grid.css');
/* Default font settings. */
html {	font-size:100.01%;}
body {
	font-size: 16px;
	color: #333333;
	background: #fff;
	font-weight: 300;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	color: #333333;
}
h1 {
	font-size: 22px;
	margin-bottom: 20px;
}
h2 {
	font-size: 22px;
	margin-bottom: 20px;}
h3 {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0px;
}
h4 {	font-size: 16px; line-height: 18px; color: #13b5ea;	margin-bottom: 8px;}
h5 {	font-size: 14px;	margin-bottom: 8px;}
h6 {	font-size: 12px;	margin-bottom: 8px;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* Text elements */::-moz-selection{ background: #06F; color:#fff; text-shadow: none; }::selection { background:#06F; color:#fff; text-shadow: none; }
p {
	margin: 0 0 15px;
	font-size: 16px;
}
p img.left {
	float: left;
	margin: 15px 15px 15px 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 15px 0 15px 15px;
}
blockquote {
	margin: 15px;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #ccc;
}
address {
	margin: 0 0 15px;
	font-style: italic;
}
del {
	color:#ccc;
}
pre {
	margin: 15px 0;
	white-space: pre;
}
pre, code, tt {
	font: 14px 'andale mono', 'lucida console', monospace;
	line-height: 20px;
}
hr {
	border-style: none;
	border-bottom: 1px solid #cccccc;
	margin-top: 20px;
	margin-bottom: 20px;
}
hr.foot {
	margin-top: 30px;
	margin-bottom: 30px;
}
/* Lists */
ol #commentlist {
    margin: 0px 0px 10px 0px;
}
#commentlist li {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #ccc;
}
li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0 15px 15px 0;
	padding-left: 20px;
}
nav ul, #sidebar ul {
	list-style-type: none;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
nav ul li {
	float: left;
}	
#sidebar li {
	list-style-type: none;
    padding: 0px;
    margin: 0px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 15px 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 20px;
}
/* Tables */
table {
	margin-bottom: 20px;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
/* Misc classes */
.small {
	font-size: 10px;
	margin-bottom: 8px;
	line-height: 18px;
}
.large {
	font-size: 19px;
	line-height: 19px;
	margin-bottom: 20px;
}
.hide {
	display: none;
}
.quiet {
	color: #888;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.postmetadata {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 30px 0px;
}
.meta {
      font-size: 10px;
}
/* --------------------------------------------------------------
   forms
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)
-------------------------------------------------------------- */
label {
	font-weight: bold;
}
fieldset {
	padding:22px;
	margin: 0 0 24px 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size:19px;
}
/* Form fields */
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #ccc;
	padding: 5px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#777;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:8px 0;
}
input.text, input.title {
	max-width: 300px;
	width: 80%;
	padding:5px;
}
input.title {
	font-size:24px;
}
textarea {
	width: 600px;
	max-width: 90%;
	height: 150px;
	padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:4px;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}
/* Success, notice and error boxes */
.error, .notice, .success {
	padding: 12px;
	margin-bottom: 16px;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
/* links */ 
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Misc */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.wp-caption-text {
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right: 40px;
}
.alignright {
	float: right;
	margin-left: 40px;
}
.gallery-caption {
}
/* post */
.meta {
	word-wrap: break-word;
}
.sticky {
}
.bypostauthor {
}
/* Comments */#commentlist p {        margin: 0px;        font-size: 11px;}
#comments {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
#postcomment {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
/* --------------------------------------------------------------   
User Styles below here
-------------------------------------------------------------- 
*/
header {
	position: relative; 
	margin-bottom: 40px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
}

header .logo {
	margin: 10px 0 20px 0;
}
header .logo a {
	padding: 10px 20px;
	background-color: #FFFFFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: inline-block;
}
header nav {
}
header nav ul {
	margin: 0px;
	text-align: right;
}
header nav ul li {
    display:inline-block;
    float: none;
}
header nav ul li a {
	font-size: 13px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	line-height: 35px;
	display: block;
	padding: 0 20px 5px 20px;
	font-weight: 400;
	background-image: url(images/tri.png);
    background-repeat: no-repeat;
    background-position: center 40px;
    -webkit-transition: background-position .5s ease;
       -moz-transition: background-positionl .5s ease;
            transition: background-position .5s ease;
}
header nav ul li.current-menu-item a, header nav ul li.current-page-ancestor a {
	color: #666666;
	font-weight: bold;
	background-position: center 25px;
}

header nav ul li a:hover {
	background-position: center 25px;
	text-decoration: none;
}
header .container_12 {
	position: relative;
	z-index: 200;
}
header .slideshow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 205px;
	z-index: 100;
	overflow: hidden;
}
header .slideshow .slide {
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

.attachment-feature-image {
	margin-bottom: 40px;
}

.content {
	float: right;
}

.sidebar {
	color: #999999;
}

.content .page {
	margin-bottom: 20px;
}
.attachment-feature-image {
	width: 100%;
	height: auto;
}
.box {
	width: 47%;
	float: left;
	margin-right: 3%;
	margin-bottom: 20px;
}
.box img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.box:nth-child(even) {
	margin-right: 0;
	margin-left: 3%;
}
.sidebar h2 {
	margin-bottom: 10px;
}
.sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0 0 10px 0;
}
.sidebar ul li a {
	padding: 3px 0;
	display: block;
}
.page.menu strong, .page.menu  b {
	font-size: 14px;
	font-weight: 400;
}
.category-description p {
	font-size: 22px;
}
.post {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999999;
}
.post .thumb {
	float: left;
	margin-right: 20px;
}
.post h3.storytitle a {
	font-size: 22px;
	font-weight: 300;
}
.post .meta {
	font-size: 14px;
}
.post .storycontent {
	margin-top: 10px;
}
.contact-map {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}
#fancybox-title-over {
	display: none!important;
}
.gallery img {
	border: 0!important;
}
.tp_recent_tweets ul {
	padding: 0px;
	margin: 5px 0 0 0;
}
.tp_recent_tweets ul li {
	font-size: 12px;
}
footer {
	color: #999999;
	margin-bottom: 40px;
	font-size: 13px;
}
footer p {
	font-size: 13px;
}
footer a, footer h3 {
	color: #999999;
}
footer h3 {
	margin-bottom: 15px;
}
footer nav {
	display: inline-block;
}
footer nav ul li a {
	padding: 12px 5px;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-size: 13px;
}
footer .email, footer .button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 5px;
	border: 1px solid #999999;
	display: inline-block;
}
footer .email {
	width: calc(80% - 2px);
	color: #999999;
}
footer .button {
	width: calc(20% - 2px);
	background-color: #999999;
	color: #FFFFFF;
	text-align: center;
}
footer .ico {
	margin: 10px 10px 0px 0px;
	display: inline-block;
}
footer .details.right {
	float: right;
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	padding-top: 12px;
}

#turnkey-credit {
	display: none;
}
@media all and (min-width: 980px) {
	header nav ul {
		display: block!important;
	}
	.mobile {
		display: none;
	}
}
@media all and (max-width: 980px) and (min-width: 672px) {
	.full {
		display: none;
	}
	header nav ul {
		display: block!important;
	}
	.mobile {
		display: none;
	}
	.mobile-nav {
		display: block!important;
	}
	.gallery-item {
		width: 50%!important;
	}
}
@media all and (max-width: 672px) {
	.full, .no-mobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	header {
		height: auto;
		overflow: hidden;
	}
	header .container_12 {
		padding: 0;
		margin: 0;
		width: 100%!important;
	}
	header .nav-btn {
		display: block;
		background: url('images/nav-btn.png') center center no-repeat;
		height: 60px;
		margin-bottom: 10px;
	}
	header nav ul {
		background-color: #FFFFFF;
		display: none;
	}
	header nav ul li {
		width: 100%;
	    display:inline-block;
	    float: none;
	    text-align: center;
	}
	header nav ul li a {
		color: #999999;
		border-bottom: 1px solid #999999;
		padding: 5px 0;
	}
	header nav ul li.current-menu-item a {
		color: #000000!important;
	}
	.alignleft, .alignright {
		display: none;
	}
	.gallery-item {
		width: 50%!important;
	}
	
}
@media all and (max-width: 380px) {
	.gallery-item {
		width: 100%!important;
	}
	
}