
/* ------ Fonts ------ */


@font-face {
    font-family: 'robotoblack';
    src: url('/media/fonts/Roboto-Black.woff') format('woff'),
         url('/media/fonts/Roboto-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoblack_italic';
    src: url('/media/fonts/Roboto-BlackItalic.woff') format('woff'),
         url('/media/fonts/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('/media/fonts/Roboto-Bold.woff') format('woff'),
         url('/media/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('/media/fonts/RobotoCondensed-Bold.woff') format('woff'),
         url('/media/fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedbold_italic';
    src: url('/media/fonts/RobotoCondensed-BoldItalic.woff') format('woff'),
         url('/media/fonts/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold_italic';
    src: url('/media/fonts/Roboto-BoldItalic.woff') format('woff'),
         url('/media/fonts/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('/media/fonts/RobotoCondensed-Regular.woff') format('woff'),
         url('/media/fonts/RobotoCondensed-Regular.ttf') format('truetype'));
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condenseditalic';
    src: url('/media/fonts/RobotoCondensed-Italic.woff') format('woff'),
         url('/media/fonts/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoitalic';
    src: url('/media/fonts/Roboto-Italic.woff') format('woff'),
         url('/media/fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('/media/fonts/Roboto-Light.woff') format('woff'),
         url('/media/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedlight';
    src: url('/media/fonts/RobotoCondensed-Light.woff') format('woff'),
         url('/media/fonts/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedlight_italic';
    src: url('/media/fonts/RobotoCondensed-LightItalic.woff') format('woff'),
         url('/media/fonts/RobotoCondensed-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight_italic';
    src: url('/media/fonts/Roboto-LightItalic.woff') format('woff'),
         url('/media/fonts/Roboto-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('/media/fonts/Roboto-Medium.woff') format('woff'),
         url('/media/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium_italic';
    src: url('/media/fonts/Roboto-MediumItalic.woff') format('woff'),
         url('/media/fonts/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('/media/fonts/Roboto-Regular.woff') format('woff'),
         url('/media/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotothin';
    src: url('/media/fonts/Roboto-Thin.woff') format('woff'),
         url('/media/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotothin_italic';
    src: url('/media/fonts/Roboto-ThinItalic.woff') format('woff'),
         url('/media/fonts/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'theano_didotregular';
    src: url('/media/fonts/theanodidot-regular-webfont.woff2') format('woff2'),
         url('/media/fonts/theanodidot-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* -------------------------- Main Website Styles -------------------------- */

body {
	background-color : #fff;
	margin: 0;
	padding: 0;
	font-family: 'robotoregular', Arial, Helvetica, sans-serif;
	font-size : 16px;
	line-height: 24px;
	color: #333;
}
img, a img {	
	border: 0 none;
	max-width: 100%;
}
*,
*::after, 
*::before {
	 -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
				box-sizing: border-box;
}
a {
	outline: none;
}
a[href^="tel"]{
    color:inherit!important;
    text-decoration:none!important;
}
H1 {
	font-size : 60px;
	margin-bottom : 10px;
	margin-top: 0px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	line-height: 65px;
	font-family: 'theano_didotregular';
	text-transform: uppercase;
}
H2 {
	font-size : 24px;
	margin-bottom : 15px;
	margin-top: 0px;
	font-weight: bold;
	font-style: normal;
	color: #000;
	line-height: 24px;
}
H3 {
	font-size : 22px;
	margin-bottom : 0px;
	margin-top: 0px;
	font-weight: bold;
	font-style: normal;
	color: #000;
}
H4 {
	font-size : 12px;
	margin-bottom : 0px;
	margin-top: 0px;
	font-weight: bold;
	color: #000;
}
hr /* Make sure you upate all the color hexes when changing, different browsers read this tag differently. */
	{
	border: 0px solid #ccc;
	color: #ccc;
	height: 1px;
	background-color: #ccc;
}
a, 
a:link, 
a:visited {
	color: #f68121;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #da6e15;
	text-decoration: underline;
}


/* ------ Grid Column Classes ------ */

/* Example Layout:
*  
*
*	<div class="section group">
*		<div class="col span_6">
*			Content Goes Here.
*		</div>
*		<div class="col span_6">
*			Content Goes Here.
*		</div>
*	</div>
*
*
*/

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* GROUPING */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/* Grid-Style Div Classes */

.col {
	display: block;
	float: left;
}
.col_padding {
	padding: 5px;
}

/* 
Span classes are all out of 12 columns.
i.e .span_6 = length of 6 columns out of 12, or half width. 
*/

.span_12 {
	width: 100%;
}

.span_11 {
	width: 91.66%;
}

.span_10 {
	width: 83.33%;
}

.span_9 {
	width: 75%;
}

.span_8 {
	width: 66.66%;
}

.span_7 {
	width: 58.33%; 
}

.span_6 {
	width: 50%;
}

.span_5 {
	width: 41.66%; 
}

.span_4 {
	width: 33.33%; 
}

.span_3 {
	width: 25%;
}

.span_2 {
	width: 16.66%; 
}

.span_1 {
	width: 8.33%; 
}


/* -------------------------- Specialty Website Styles -------------------------- */

.pencil {
	width: 16px!important;
	height: 16px!important;
}
.hiddenPic {
   display:none;
}
.mobile-hide {
	display: inherit;
}
@media print {
	.noprint { display: none; }
}
.over img:hover { 
	filter : alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity:0.7; /* FX/Opera/Safari/Chrome */
}
.clearer {
	clear: both;
}
.categories-text {
	line-height: 18px;
	font-size: 12px;
}
.box-categories a:link, 
.box-categories a:visited {
	font-size: 14px;
}
.font-white,
.font-white h1,
.font-white h2,
.font-white h3,
.font-white h4,
.font-white a,
.font-white a:link,
.font-white a:visited {
	color: #fff;
}
.font-black,
.font-black h1,
.font-black h2,
.font-black h3,
.font-black h4,
.font-black a,
.font-black a:link,
.font-black a:visited {
	color: #000;
}
.font-gray,
.font-gray h1,
.font-gray h2,
.font-gray h3,
.font-gray h4,
.font-gray a,
.font-gray a:link,
.font-gray a:visited {
	color: #5f5f5f;
}


/* -------------------------- Social Media Style Classes Go Here -------------------------- */

.box-social {
	
}   
.box-social a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-position: center;
	background-repeat: no-repeat;
}
.icon-facebook:link, .icon-facebook:visited {
	background-image: url(../images/icons/facebook.png);
}
.icon-facebook:hover {
	background-color: #3b579d;
}
.icon-twitter:link, .icon-twitter:visited {
	background-image: url(../images/icons/twitter.png);
}
.icon-twitter:hover {
	background-color: #33ccff;
}
.icon-google-plus:link, .icon-google-plus:visited {
	background-image: url(../images/icons/google-plus.png);
}
.icon-google-plus:hover {
	background-color: #dc4a38;
}
.icon-youtube:link, .icon-youtube:visited {
	background-image: url(../images/icons/youtube.png);
}
.icon-youtube:hover {
	background-color: #cd201f;
}
.icon-pinterest:link, .icon-pinterest:visited {
	background-image: url(../images/icons/pinterest.png);
}
.icon-pinterest:hover {
	background-color: #bd081c;
}
.icon-ebay:link, .icon-ebay:visited {
	background-image: url(../images/icons/ebay.png);
}
.icon-ebay:hover {
	background-color: #0063d1;
}


/* -------------------------- Structure Style Classes Go Here -------------------------- */

.main-container  {
	width: 100%; 
   position: relative;
	text-align: left;
	z-index: 9;
}
.boxed {
	width: 1050px;
	margin: 0 auto;
}
.padding15 {
	padding: 15px;
}
.padding,
.padding25 {
	padding: 25px;
}
.padding35 {
	padding: 35px;
}
.padding50 {
	padding: 50px;
}
.padding2 {
	padding: 15px;
}
.padding-center {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-left {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
.padding-right {
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}
.bg-body {
	padding-top: 35px;
	padding-bottom: 35px;
}
.box-body {
	background-color: rgba(255,255,255,0.7);
}
.box-left {

}
.box-right {

}
.box-main {
	
}
.box-story-content {
	
}


/* -------------------------- Button Style Classes Go Here -------------------------- */

.btn,
.btn:link,
.btn:visited {
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	border: none; 
	line-height: normal!important;
	font-style: normal;
	-webkit-appearance: none;
	display: inline-block;
}
.btn:hover {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: background-color 0.1s ease;
	-moz-transition: background-color 0.1s ease;
	-o-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}
.btn1 {
	background-color: #ee8121;
}
.btn1:hover {
	background-color: #da6e15;
}
.btn-brown {
	background-color: #da6e15;
}
.btn-brown:hover {
	background-color: #ae5914;
}
.btn.btn-big {
	background-color: #ee8121;
	font-size: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	padding: 20px 35px;
}
.btn.btn-big:hover {
	background-color: #da6e15;
}
.btn.btn-outline {
	border: 2px solid #ee8121;
	color: #ee8121;
	font-size: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	padding: 20px 35px;
}
.btn-outline:hover {
	background-color: #ee8121;
	color: #fff;
}


/* -------------------------- Header Style Classes Go Here -------------------------- */

.slicknav_menu,
.js #menu {
	display: none;
}  
.bg-top {
	
}
.box-top {
	
}
.bg-header {
	
}
.box-header {  
	
}
.bg-menu {
	
}
.box-menu {
	
}

.box-logo {
	border-bottom: 1px solid #000;
	text-align: center;
	font-size: 14px;
}
.box-logo h2 {
	font-family: 'robotolight';
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	text-transform: uppercase;
}
.desktop-menu {
	
}

/* ------ Search ------ */

.search-label {
	padding: 0;
   font-size: 28px;
   line-height: normal;
	color: #000;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.search-container {
    display: block;
    position: fixed;
    top: 38px; /* set this to height of header */
    left: 0; /* initially position search container out of view */
    z-index: -9; /* make sure the search is behind all content when inactive */
    width: 100%;
    height: 0%;
    text-align: center;
    font: 16px OpenSansBold, sans-serif;
    background: rgba(0,0,0,0.8);
    opacity: 1;
    transition: .8s;
}
.search-container div{
	padding: 5px;
	color: #fff;
}
.search-container .search-box{
	position: relative;
	top: 25%;
	opacity: 0;
	-webkit-transition: all .5s 0s;
	transition: all .3s 0s;
}
.search-field {
	padding: 10px;
	margin: 0 auto;
	border: none;
	outline: none;
	font-size: 60px;
	color: #000;
	background: #fff;
}
.opensearch {
	z-index: 9999;
}
.opensearch .search-box{   				
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .5s 0s;
	transition: all .3s 0s;
}


/* -------------------------- Footer Style Classes Go Here -------------------------- */

.bg-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}
.bg-br,
.bg-bl {
	position: absolute;
	bottom: 0;
}
.bg-br img {
	float: right;
}
.bg-bl img {
	float: left;
}
.bg-br {
	right: 0;
}
.bg-bl {
	left: 0;
}
.bg-footer {
	
}
.box-footer {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
.footer-left {
	
}
.footer-right {
	text-align: right;
}


/* -------------------------- Home Classes Go Here -------------------------- */

.home-logos .col {
	text-align: center;	
}
.home-about {
	text-align: justify;
}

/* -------------------------- Parallax & Slideshow Styles -------------------------- */
   
.parallax {
	padding: 0; 
	margin: 0; 
	width: 100%; 
	margin: 0 auto; 
	background-size: 100% auto;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	z-index: 99;
}
.bg-main-banner {
	position: relative;
	width: 100%;
	background-color: #414141;
}
.slide, #slideshow {
	width: 100%;
	height: 600px;
	position: relative; 
	z-index: 0;
}
#slideshow .position { 
	width: 100%;
}
#slideshow .controls { 
	bottom: 25px;
	right: 10px;
	z-index: 9999; 
	position: absolute;
	width: 100%;
	text-align: center;
}
#slideshow .controls a { 
	font-size: 3px; 
	line-height: 3px; 
	margin: 2px; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	text-decoration: none; 
	background: #fff;
	-webkit-border-radius: 100%; 
	-moz-border-radius:    100%; 
	border-radius:         100%; 
}
#slideshow .controls a:first-child { 
	background: #fff;
}
#slideshow .controls a.activeSlide { 
	background: #333; 
}
#slide1 { background-image: url(../images/slides/IMAGE-NAME.jpg);}


/* -------------------------- Forms -------------------------- */

.box-form .col {
	padding-top: 5px;
	padding-bottom: 5px;
}
.box-form .lbl {
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
}
.box-form .fld input,
.box-form .fld textarea {
	padding: 10px!important;
	box-sizing: border-box;
}


/* -------------------------- Custom Style Classes Go Here -------------------------- */



/* -------------------------- Tool Tips -------------------------- */

a.tooltip {
	text-decoration: none;
	color: #3C3C3C;
 }
 
a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip:hover span{
	display: inline;
	position: absolute;
	background: #FFFFC1;
	border: 1px solid #ccc;
	color: #535353;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
 a.tooltip_img {
	text-decoration: none;
 }
 
a.tooltip_img span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip_img:hover span{
	display: inline;
	position: absolute;
	font-style: normal;
	text-align: left;
 }
 

/* -------------------------- Resize photogallery images -------------------------- */

.tn_resize{
max-width: 100px;
max-height: 80px;
}
.tn_resize_grid{
max-width: 150px;
max-height: 100px;
}

.img_resize{
max-width: 500px;
max-height: 400px;
}


/* -------------------------- TopAdminBar -------------------------- */

table.admin_hdr_bar 
{
	width: 100%;
	background-color: #1d4f98;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
}
table.admin_hdr_bar td {
	color: #dcdcdc;
	padding: 3px;
}

table.admin_hdr_bar td a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
table.admin_hdr_bar td a:hover {
	font-weight: bold;
	text-decoration: underline;
}