/*
Theme Name: Unique
Theme URI: 
Author: 
Author: 
Description:
Version: 1.0
*/


/**
 * Table of Contents:
 *

 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #ca3c08;
	text-decoration: none;
}

a:visited {
	color: #ac0404;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #ea9629;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Bitter, Georgia, serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 16px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 12px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 
 * ----------------------------------------------------------------------------
 */
#page {
	width: 1024px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

#masthead {

}

img.logo_text {float: left;}
#site-navigation {float: right;}
/* Clearing floats */
.clear {
	clear: both;
}

table#ourrange {
    width:100%;
}

table#ourrange tr{
    vertical-align: top;
}

table#ourrange td{
    width:33%;
}

.ngg-galleryoverview {
    padding-left: 35px;
}

#primary {
    background: url('images/Blue-line.jpg') no-repeat top;
    padding-top:12px;
	background-size: 950px 12px;
}
#content {
width: 950px;
margin: 0 auto;
position: relative;
}

/**
 * post
 * ----------------------------------------------------------------------------
 */

.single_post_image {
	width: 300px;
}

.single_post_content {
	width: 600px;
}
.left { float: left;}
.right {float: right;}

/* cataogry link too */
.post_navigation {
width: 250px;
margin: 0 auto;
overflow: hidden;
}

/**
 * navigation
 * ----------------------------------------------------------------------------
 */


#navbar { 
overflow: hidden;
width: 950px;
margin: 0 auto;
}

#menu-topnav, #menu-topnav ul {
	list-style:none;
	padding:0;
	margin:0;
}

#menu-topnav li {
	float:left;
	position:relative;
	line-height:24px;
    text-align:center;
}

#menu-topnav li ul {
	position:absolute;
	margin-top:-1em;
	margin-left:.5em; /* for IE */
	display:none;
}

#menu-topnav ul li ul {
	margin-top:-5em;
	margin-left:120px;
}

/* ******************************************************************* */
/* SHOW SUBmenu-topnav  1 */
#menu-topnav li:hover ul, #menu-topnav li.over ul {
	display:block;
}
#menu-topnav li:hover ul ul, #menu-topnav li.over ul ul {
	display:none;
}
/* SHOW SUBmenu-topnav  2 */
#menu-topnav ul li:hover ul, #menu-topnav ul li.over ul {
	display:block;
}
/* ******************************************************************* */
/* STYLING UP THE LINKS */
#menu-topnav a {
	display:block;
	color:#3B3B3B;
	text-decoration:none;
	padding:0 10px;
    font-size: 12px;
}

#menu-topnav a:hover {
	background-color:#5798B4;
	color:#fff;
}

#menu-topnav ul { border-top:1px solid #fff; }

#menu-topnav ul a {
	border-right:none;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	background:#AEC245;
}

/* ******************************************************************* */

#menu-topnav {
	z-index:1;
    clear:both;
    height: 24px;
    float: right;
}
#menu-topnav ul { z-index:2; }
#menu-topnav ul ul { z-index:3; }

/* ******************************************************************* */

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
 
 
 /**
 * 
 * ----------------------------------------------------------------------------
 */ 
 
 /**
 * what we do
 * ----------------------------------------------------------------------------
 */
#tripple {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}

.one {
    width: 33%;
    float: left;
}

.two {
    width: 33%;float: left;
}

.three {
    width: 33%;float: left;
}
 
.button_fp {
    background: #DFDEDE;
    width: 300px;
    height: 61px;
    text-align: center;
    padding-top: 15px;
}

.text {
    width: 300px;
    height: 198px;
    padding: 40px;
}
 /**
 * contact
 * ----------------------------------------------------------------------------
 */ 
div.wpcf7 {
    width: 500px;
    float: left;
}
ul#contactinfo {
    list-style-type: none;
    float: right;
}

div.wpcf7 input {
    width: 300px;
    float: right;
}

div.wpcf7 input.wpcf7-submit {
    width: 100px;
}
 /**
 * footer
 * ----------------------------------------------------------------------------
 */
 #colophon {
	width: 1024px;
	margin: 10px auto 0;
	height: 100px;
	
	/*
    position: relative;
    background: #BFF08E;
    */
    clear:both;
    border-top: 3px solid #B4B4B4;
}
 .site-info {
    background-color: #A6A4A4;
    height: 65px;
    color: #FFFFFF;
    padding: 10px;
    clear: both;
 }
 
/**
* pinterest
* ----------------------------------------------------------------------------
*/
table#pinterest {
	width:950px; !important
}

table#pinterest span {
	width:230px;
}

table#pinterest td{
	padding: 5px 3px 0 0px;
}

table#pinterest td p{
 width: 230px;
}

td.pretty-pinterest-image {
	width: 235px;
}
td.pretty-pinterest-image a{
	width: 235px;
}

td.pretty-pinterest-image img {
	width: 235px;
}

/*******************************************************************************/
/* WW */
h3.ww {text-transform:capitalize;}



/***************  test  *************/

/*
* colours
*/
#red, .red {background-color: red;}
#blue, .blue {background-color: blue;}
#white, .white {background-color: white;border:1px solid #000000;}
#brown, .brown {background-color: brown;}
#orange, .orange {background-color: orange;}
#yellow, .yellow {background-color: yellow;}
#black, .black {background-color: black;}
#green, .green {background-color: green;}
#grey, .grey {background-color: grey;}
#purple, .purple {background-color: purple;}

/*
* colour selection style
*/
.peg {margin: 1px; width:36px; height:36px; float: left; box-shadow: 1px 2px 1px #4D4044;}
.pegSelector {float: left; box-shadow: 1px 1px 1px #4D4044;}
.pegSelector:hover {box-shadow: 1px 1px 1px #E8E8E8;}
#colours {border: 1px solid #D1D1E0; padding: 5px; overflow: hidden; width: 210px;float:left;}

/*
* button control
*/

.buttons {
width: 200px;
height:30px;
border: 1px solid #D1D1E0;
padding: 5px; 
float:left;
}

/*
* div containing map and image
*/
#bgrbi {
text-align:center; 
width:955px; 
margin-left:auto; 
margin-right:auto;
margin-top: 0px;
}

#bgrbi1 {
text-align:center; 
width:701px; 
margin-left:auto; 
margin-right:auto;
height:701px;
visibility:hidden;
display: none;
}

/*
* div to be shown when selected
*/
#newBlind {
background: red;
width: 448px;
height: 455px;
float: left;
position: relative;
top: -793px;
left: 277px;
visibility:hidden;
display: none;
}

#newBlind2 {
background: red;
width: 270px;
height: 230px;
float: left;
position: relative;
top: -632px;
left: 98px;
visibility:hidden;
display: none;
}

/*
* img for the map
*/
img#rb {
float: left;
}

#controls {
width: 900px;
float:left;
}

#workingArea {
width: 1000px;
float:left;
}


/*
* help section
*/
.abox {
margin: -5px 60px 0px 0;
width: 24px;
height: 24px;
background: url(images/File-Downloads-icon.png) no-repeat center top;
}

.panel-body ul li {
border-bottom: 1px dotted #ddd;
height:30px;
padding: 5px 0 0 5px;
margin: 0 0 0 15px;
}

.panel-body ul li a.download_link {
float: right;
padding: 3px 0 0 0;
}


#accordion  ul, .panel-body{
margin: 0;
padding: 0 0 0 20px;
}

#accordion  ul {
clear:both;
list-style-image: url('images/Window-Icon.png');
}

#accordion h4 {
color: #000;
}

#accordion h4 a{
color: #000;
}

#accordion h4 a:visited{
color: #000;
}

#accordion .panel{
border: none;
margin: 0;
}



.panel-group {


}

#accordion .panel-default{
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}

#accordion .panel-heading {
width: 200px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
background: #CED4DD;
}

#accordion .panel-collapse{
background: #CED4DD;
  position: absolute;
  left: 200px;
  top: 0px;

}

#accordion .download{
float: right;
width: 150px;
}

#accordion .description{
float: left;
width: 550px;
}

#accordion .collapse {

}

#accordion .panel-body{
width: 955px;
/*margin-left: 200px;*/
background: #fff;
border-top: #fff;
padding:0;
float:left;
}

#primary_ww .content-area {
margin: 0;
}

.container {
float: left;
padding-left: 0 !important;
}

/*****************************
****************************
****************************/

.quick-chat-container {
    width: 300px;
    border: 1px solid #000000;
	position:absolute;
	right:0; bottom:0;
	
}
/*
1/22/2017 - fix Pretty Pinterest Pins, insparation page
*/

ul#pretty-pinterest-pins-widget li.pretty-pinterest-pin {width:25%; height:250px;float:left;}
ul#pretty-pinterest-pins-widget p {word-wrap: break-word;}

/*
* replace home page main image with video
*/
.start-video {
    position: absolute;
    top: 190px;
    padding: 12px;
    left: 410px;
    opacity: .3;
    
    cursor: pointer;
    
    transition: all 0.3s;
}

.start-video:hover
{
    opacity: 1;
    -webkit-filter: brightness (1);
}

div.thumbnail_container
{
    width: 950px;
    height: 534px;
    overflow: hidden;
    background-color: #000;
}

img.thumbnail
{
    opacity: 0.5;
    background:cover;
}

/*
2/10/2017 - new gallery
*/

.photos {	margin: 0 auto;}
#backButton {text-align:center;padding: 10px;}
.brick {margin-bottom: 10px;}
#gallery_nav li {display: inline; float: left;    width: 230px;    margin: 3px;}
#gallery_nav img {    border-radius: 15px;    border: 1px solid #767676;}
ul#gallery_nav {	margin-left: 0;    padding-left: 0;}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}