 /*

Theme Name: Tourette Canada
Theme URI: 

Description: 

Author: Kevin Joseph - Web Developed Inc.
Author URI: http://webdeveloped.com

Tags: responsive

*/

html, body {
	height:100%;
background: #fff;
}
body {
	font-family: 'Open Sans', sans-serif;
	max-width: 1920px;
	margin:0 auto;
        padding-top: 170px;
        color: #666;
}

input[type="submit"] {-webkit-appearance: none;}
input, textarea {
  -webkit-border-radius: 0; 
  -moz-border-radius: 0; 
  border-radius: 0; 
}
div, input, span { box-sizing:border-box; }
img { max-width: 100%; height: auto; display:block; }
header, main, nav, section, article, aside, figure, footer { display: block; }
p { font-size: 16px; color:#666; line-height: 1.7; }
ul li, ol li, dl dt, dl dd { font-size: 16px; line-height: 1.4; padding: 5px 0; }
a {text-decoration:none; color:#01b7f0; outline: none;}
a img {border: none; outline: none;}
p a:hover, .page-container ul li a:hover { text-decoration: underline; }
hr { clear: both; display:block; margin: 0 auto; border: none; outline: none; border-top: 1px solid #ccc; }

.page-container ul { margin: 10px 0 0 0; padding-left: 35px; }
.page-container ul li { font-size: 16px; padding: 5px 0; line-height: 1.5; }

h1, h2, h3, h4, h5 { font-family:Arial, Helvetica, sans-serif; color: #444; margin: 30px 0 20px 0; }

h2 {margin: 10px 0;}

.ad { color: #666; background:#ffcc33; padding: 10px; text-transform: uppercase; text-align:center; margin: 0 4%; font-weight: 700; font-size: 18px; }
.ad-text { color: #666; 
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.ad-text.blink { color: #e0a800; }
a.ad-text:hover { text-decoration: underline; }

/*--------------- custom pages -------------------*/


.colorbox1 #sgcboxLoadedContent { padding: 20px; }

.reading h2 { }
.reading h3 { margin: 5px 0; color: #999;}
.posters {text-align: center;}
.posters a { display: inline-block; padding: 25px 10px; vertical-align: bottom; border-bottom: 1px solid #ededed; }
.posters a img { padding: 10px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
  -moz-box-shadow:    1px 1px 6px 0 #ccc;
  -webkit-box-shadow: 1px 1px 6px 0 #ccc;
  box-shadow:         1px 1px 6px 0 #ccc;
}
.posters a:hover img {
  -moz-box-shadow:    1px 1px 6px 0 #01b7f0;
  -webkit-box-shadow: 1px 1px 6px 0 #01b7f0;
  box-shadow:         1px 1px 6px 0 #01b7f0;
}
.trek-locations table { margin: 20px auto; border: none !important; outline: none; width: 100% !important; }
.trek-locations table td { border: 1px solid #ccc !important; outline: none; width: 50% !important; }
.trek-locations table a:hover { color: #333; }

.ts-orgs table { width: 100%; }
.ts-orgs table img {max-width: 150px; margin-right: 20px;}
.ts-orgs table td { border-bottom: 1px solid #ccc !important; padding-top: 30px; }
.ts-orgs table td a:hover { text-decoration: underline; }

.ts-countries { text-align: center; }
.ts-countries div { display: inline-block; vertical-align: top; font-size: 14px; }
.ts-countries div a { display: block; padding: 15px; width: 100px; 
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.ts-countries div a:hover { background: #ededed; }
.ts-countries div img { margin:0 auto; padding-bottom: 10px; }

.text-steps { list-style-type: none; text-align:center; padding: 0 !important; }
.text-steps li { display:inline-block; width: 32%; padding: 10px !important; box-sizing:border-box; }
.text-steps li img {margin:20px auto 0 auto;}

.tourette-signs {text-align:center;}
.tourette-signs a { display:inline-block; padding: 10px; margin: 10px; box-sizing:border-box; vertical-align: top; max-width: 45%;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
  -moz-box-shadow:    1px 1px 6px 0 #ccc;
  -webkit-box-shadow: 1px 1px 6px 0 #ccc;
  box-shadow:         1px 1px 6px 0 #ccc;
}
.tourette-signs a:hover {
  -moz-box-shadow:    1px 1px 6px 0 #01b7f0;
  -webkit-box-shadow: 1px 1px 6px 0 #01b7f0;
  box-shadow:         1px 1px 6px 0 #01b7f0;
}

.sitemap h2 { text-align:center; text-transform: uppercase; }
.sitemap { padding: 3%; background: #f6f6f6; margin: 0 auto; border: 1px solid #ebebeb; }
.sitemap .simple-sitemap-page { border: 1px solid #ebebeb; background: #fff; padding: 5% 5% 5% 8%; max-width: 500px; font-size: 14px; margin: 0 auto; }
.sitemap .simple-sitemap-page li { font-weight: bold; padding: 5px 0; line-height: 1.2; }
.sitemap .simple-sitemap-page li ul li { font-weight: normal; }
.sitemap .simple-sitemap-page li a:hover { text-decoration: underline; }

.addtoany_content { padding: 5px 0 !important; }


	/* Clearfix */	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* ------------------------RESPONSIVE VIDEO------------------------------- */


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

iframe { max-width: 100%; }



/* =WordPress Core
-------------------------------------------------------------- */
img.alignnone { display: inline-block; vertical-align: bottom;}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

img.alignleft { max-width: 50%; box-sizing: border-box; margin: 0; padding: 0 20px 10px 0; }
img.alignright { max-width: 50%; box-sizing: border-box; margin: 0; padding: 0 0 10px 20px; }


.img-centered {
    margin: 0 auto;
}


.logo {
	width: 155px;
	height:auto;
	float:left;
	padding:10px 1%;
}


header.main-header { padding: 0 3%; background: #fff; position: fixed; top: 0; left:0; right:0; z-index: 10; }
header.main-header.headroom {}
header.main-header.headroom--pinned {
top: 0;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
header.main-header.headroom--unpinned {
top: -250px;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
header.main-header.stuck { position: fixed !important; top: 0 !important; left: 0; right:0; z-index:9999; bottom: 0; overflow:auto; }

.login-link { position: absolute; top: 10px; right:4%; text-decoration:underline; color:#999; font-size: 13px; font-weight: bold; }
.login-link:hover { color:#01b7f0; }

.t-search { float:right; width: 161px; height: 65px; display:block; background: url(images/t-search.jpg) top left no-repeat; background-size: 161px auto; margin: 38px 1% 10px 1%; }
.t-search:hover { background-position: 0 -65px; text-decoration:none; }

.button-t-search { text-align: left; color: #ffcc33; display: inline-block; vertical-align: middle; width: 161px; height: 45px; background: url(images/t-search.jpg) top left no-repeat; background-size: 161px auto; margin: 10px 20px; }
.button-t-search:hover { background-position: 0 -65px; text-decoration:none;  }

/* ------------------------ Forms Plugins ---------------------------- */

.donate-wrap { float:right; margin-right: 1%; }
.donate-wrap .menu-title  { display:block; text-align:center; font-size:10px; color: #999; }
.button-donate { float:right; width: auto; padding: 10px 30px; color: #fff; display:block; background: #45b507; margin: 38px 0 2px 0; font-weight: 700; border: 2px solid #fff; font-size: 14px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.button-donate.membership { background: #0d2e8a; }
form[id*=give-form] #give-final-total-wrap { display: none !important; }
.button-donate:hover { background: #01b7f0 !important; text-decoration:none; }
form[id*=give-form] .ffm-radio-field label { display: inline-block !important; margin-right: 20px !important; }
#give-recurring-form, form.give-form, form[id*=give-form] { margin: 0 auto !important; }
[id*=give-form] .give-form-title, [id*=give-form] div.give-form-content-wrap.give_post_form-content { margin: 30px auto !important; max-width: 700px; }

#give-form-6731-wrap .set-price:after, #give-form-6729-wrap .set-price:after { content: 'Select option:' !important; display: block; padding-top: 10px; }

.set-price.give-donation-amount.form-row-wide { float: none !important; }


.search-form { border: 6px solid #ffcc33; width:500px; float:left; position:absolute; top:26px; left:50%; margin-left:-250px; }
.search-form  label { }
input[type="search"] { -webkit-appearance: textfield;}
.search-form  input { border:none !important; outline:none !important; margin:0; padding: 10px 10px 10px 50px; font-size: 18px; float:left; width: 60%;}
.search-form:before {
   font-family: FontAwesome;
   content: "\f002";
   color:#ffcc33;
   font-size: 20px;
    left: 0;
    margin-right: 10px;
    padding: 10px 12px;
    position: absolute;
}
.search-form  input[type="submit"] {
border:none !important; 
outline:none !important;
cursor:pointer;
    padding: 10px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    background-color: #ffcc33;
	margin:0;
	float:right;
	width:30%;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
input[type="submit"]:hover { background-color:#01b7f0;color: #fff;}




.search-container { margin: 0.5%; width: 99%; }
.search-container .post-box { margin: 0.5%; width: 48.8%; display: inline-block; vertical-align: top; }
.search-terms { color: #01b7f0; }
.search-container .search-title { text-align: center; }




/* --------------------------------------------- NAVIGATION ------------------------------------------- */


.mobile-navigation { position: absolute; right: 4%; top: 15px; display: none; }
.t-search-icon { display: none; border: none; float: left; color: #01b7f0; background: #ffcc33; text-align: center; font-size: 8px; cursor: pointer; }
.t-search-toggle { position: relative; border: none; margin: 10px; height: 30px; width: 40px; transform: rotate(0deg); transition: all 0.5s ease-in-out 0s; cursor: pointer; font-size: 30px; line-height: 1; font-weight: 700; }
.t-search-icon .menu-title { padding: 5px; border-top: 2px solid #fff; display: block; color: #fff; }

/* Search Icon */

.search-icon { display: none; border: none; float: left; color: #666; background: #d8d8d8; text-align: center; font-size: 8px; cursor: pointer; }
.search-toggle { position: relative; border: none; margin: 10px; height: 30px; width: 40px; transform: rotate(0deg); transition: all 0.5s ease-in-out 0s; cursor: pointer; }
.search-icon .menu-title { padding: 5px; border-top: 2px solid #fff; display: block;  }


.search-toggle span:nth-child(1) {
  position: absolute;
  top: 4px;
  left: 7px;
  width: 20px;
  height: 20px;
  border: 4px solid #666;
  border-radius: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.search-toggle span:nth-child(2) {
    background: #666 none repeat scroll 0 0;
    display: block;
    height: 4px;
    left: 21px;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out 0s;
    width: 12px;
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px;
  left: 9px;
  width: 30px;
background: #666;
}

.search-toggle.open span:nth-child(1) {
    background: #666 none repeat scroll 0 0;
    display: block;
    height: 4px;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out 0s;
    width: 30px;
border:0;
border-radius:0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: 9px;
}



/* Nav Icon */

.nav-icon { display: none; border: none; float: left; color: #fff; background: #01b7f0; text-align: center; font-size: 8px; cursor: pointer; }
.nav-icon .menu-title { padding: 5px; border-top: 2px solid #fff; display: block;  }

.nav-toggle { position: relative; border: none; margin: 10px; height: 30px; width: 40px; transform: rotate(0deg); transition: all 0.5s ease-in-out 0s; cursor: pointer; }

.nav-toggle span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 4px;
    left: 5px;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out 0s;
    width: 30px;
}

.nav-toggle span:nth-child(1) {
  top: 4px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-toggle span:nth-child(2) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-toggle span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-toggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px;
  left: 9px;
}

.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: 9px;
}





nav {
    text-align: center;
	padding: 0;
	position:relative;
}

nav ul {
    text-align: center;
	background: #01b7f0;
	display:table;
	padding:0;
	margin: 0 1%;
	width: 98%;
	border: 1px solid #ffcc33;
	box-sizing: border-box;
}

nav ul li {
    display: table-cell;
	padding: 15px 0;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	position:relative;
}
nav ul li.last a { border: none; }
nav ul li a {
    display: block;
    padding: 0 24px;
	border-right: 1px solid #ffcc33;
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
nav ul li a:hover { color: #ffcc33; }

nav ul li.current-menu-item a, nav ul li.current_page_item a, nav ul li.current-page-ancestor a, nav ul li.current-post-ancestor a, nav ul li.current_page_parent a { color: #ffcc33; }

nav .options { width:210px;}
nav .options a { cursor:pointer; border:none; }
nav .options.active { background:#ffcc33; }
nav .options.active a { color:#01b7f0; }
nav .options a:after {
   font-family: FontAwesome;
   content: "\f0c9";
   margin-left: 10px;
   top:19px;
}
nav .options.active a:after {
	font-size:24px;
   content: "\00d7";
   vertical-align:middle;
   line-height:0.5;
   top:14px;
}
nav .options li a:after, nav .options.active li a:after {
   content: "";
   margin-left: 0;
}

nav .sub-menu { display:none; }
nav li ul { background:#ffcc33; border:none; padding:0; margin:0; position:absolute; top:52px; z-index:999; left:0; width:210px;}
nav li ul li { display: block; padding:0; margin:0; border-top: 1px solid #fff; text-align: left; font-weight: 300;}
nav li ul li a { display: block; padding:10px 20px; margin:0; color: #606060 !important; }
nav li ul li a:hover { background: #f1f1f1 !important; color: #606060 !important; }



/* ------------------------------------ NAV MOB ----------------------------------- */


.nav-mob { display:none; }

.nav-mob ul {
	background: #01b7f0;
	display:block;
	padding:0;
	margin: 0 1%;
	width: 98%;
	box-sizing: border-box;
}

.nav-mob ul li {
    display: block;
	padding: 0;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	position:relative;
}
.nav-mob ul li a {
    display: block;
    padding: 15px;
	border-bottom: 1px solid #ffcc33;
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.nav-mob ul li a:hover { color: #ffcc33; }

.nav-mob  ul li.current-menu-item a, .nav-mob  ul li.current_page_item a, .nav-mob  ul li.current-page-ancestor a, .nav-mob  ul li.current-post-ancestor a, .nav-mob  ul li.current_page_parent a { color: #ffcc33; }


/* -------------------------------------- CONTAINER --------------------------------------- */


#bgmp_map-canvas { max-width: 100%; }
#bgmp_map-canvas p { font-size: 14px !important; }

.container-fluid {
    overflow: hidden;
    padding: 0 3%;
}


.page-container {
    float: right;
    margin: 1%;
    width: 64.3%;
    border: 1px solid #ededed; 
    padding: 1% 3% 3% 3%;
min-height: 630px;
background: url(images/loading.gif) no-repeat center 50px;
background-size: 180px;
}
.page-container .ajax-box-1 { background: #fff;}

.main-page { background: #fff; padding-bottom: 30px;  }
.sub-page .entry { background: #fff; padding: 20px 10px;  }
.main-page form, .sub-page form, .give-form-wrap { background: #fff; padding: 20px; box-sizing: border-box; max-width: 700px; margin: 10px auto;  }
.ajax-box .contact-block { padding: 20px 0 0 0; border-top: 1px solid #ccc; }
.ajax-box .contact-block span { display: inline-block; margin-right: 20px; }

.page-banner { position: relative; margin-top: 20px; }
.page-banner .banner-text { margin: 0; padding: 1px 15px; background: #333; background: rgba(0, 0, 0, 0.5); position: absolute; top: 0; left:0; }
.page-banner .banner-text p { color: #fff; font-size: 14px; }
.page-banner .banner-text p strong { color: #ffcc33; }
.page-banner .caption { margin: 0; padding: 5px 15px; background: #333; background: rgba(0, 0, 0, 0.5); position: absolute; bottom: 0; right:0; font-style: italic; color: #fff; font-size: 14px; }
.wp-caption p { font-style: italic; font-size: 14px; margin: 5px 0 10px 0; }

.sub-page { border-top: 6px solid #fff; }
/*.sub-page:last-child { border-bottom: 1px solid #ccc; }*/
.sub-page h1 { }

.sub-page .title { display: block; margin:0; padding: 20px; font-size: 20px; background: #ffcc33; cursor:pointer; width: 100%; position: relative; min-height: 140px; box-sizing: border-box; }
.sub-page .title:hover { background: #f1f1f1; }
.sub-page .title h2 { margin: 0 0 10px 0; font-size: 22px; }
.sub-page .title p { font-size: 14px; margin: 0; line-height: 1.5; }
.sub-page .title img { display: inline-block; width:100px; vertical-align: middle; }
.sub-page .title .text { display: inline-block; padding: 0 20px; vertical-align: middle; width: 80%; }
.sub-page .title.open { background: #f1f1f1; }
.sub-page .title.open h2 { }
.sub-page .title a { display:block; }
.sub-page .title span.arrow { color:#fff; font-size: 24px; display: inline-block; background: #e0a800; text-align: center; padding: 28px 20px 0 20px; position: absolute; top:20px; right: 20px; bottom: 20px; min-width: 84px; }
.sub-page .title span.arrow span.expand { color:#fff; font-size: 12px; display: block; }
.sub-page .title span.arrow span.expand:after { content: "Expand"; }
.sub-page .title.open span.arrow span.expand:after { content: "Close"; color:#ee7f02; }

.sub-page .title:hover span.arrow { background: #01b7f0; }

.sub-page .title, .sub-page .title span.arrow, .sub-page .title span.arrow .fa {
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.sub-page .title.open span.arrow { background: #fff; }
.sub-page .title.open span.arrow .fa { color:#ee7f02;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sub-page .entry { background: #fff; display: none; }


.social-box { margin:0; padding:0; position: fixed; right: 0; top: 33%; background: #ffcc33; list-style-type: none; z-index:11; }

.social-box li {
	display:block;
	font-size:24px;
	margin:0;
	padding: 0;
	font-weight: normal;
	color: #fff;
	line-height:1;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.social-box li a { 
color: #fff;
padding: 10px;
display:block;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.social-box li a:hover { }

.phone-box { position: relative; display:block; height: 87px; width: 45px; text-align: left; border-bottom: 1px solid #fff; }

.social-box li.phone, .social-box li.email { width: 245px; position: absolute; top: 0; right: -203px; padding-left: 5px; }
.social-box li.phone:hover, .social-box li.email:hover { background: #01b7f0; right:0; }
.social-box li.email { top: 40px; }

.social-box li span.text {font-size: 16px; font-weight: 700; padding-left: 13px; vertical-align: middle; letter-spacing: 1px; }
.social-box li .fa { vertical-align: middle; }

.social-box li.facebook a:hover { color: #435f9f; }
.social-box li.linkedin a:hover { color: #0c7ebb; }
.social-box li.twitter a:hover { color: #27a6de; }
.social-box li.youtube a:hover { color: #cb2027; }





/*------------------------------------------  SIDEBAR  -------------------------------------*/

#sidebar { float: left; margin: 1%; width: 31.3%; 
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.sidebaritem { padding: 0; margin-bottom: 10px; border: 2px solid #ffcc33; display:block; background: #fff;}
.sidebaritem h3 { padding: 15px 30px; background:#ffcc33; margin:0; display: block; color: #444;  font-size: 18px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.sidebaritem ul { list-style-type: none; padding: 20px; margin:0; }
.sidebaritem ul li a { border-bottom: 1px solid #ebebeb; color: #666; display: block; padding: 10px 20px 10px 10px; font-size: 16px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.sidebaritem ul li:last-child a { border-bottom: none; }
.sidebaritem ul li a:hover { color: #01b7f0; padding: 10px 10px 10px 20px; }
.sidebaritem ul li a:before {
   font-family: FontAwesome;
   content: "\f054";
   margin-right: 10px;
}

.sidebaritem form { padding: 20px 10px; margin:0; text-align: center; }
.es_textbox { display: inline-block; }
.es_button { display: inline-block; padding: 0 !important; vertical-align: middle; }
.es_button input[type="submit"] { margin: 0 auto !important; padding: 8px; }

/*------------------------------------------  SIDEBAR page -------------------------------------*/


.page-sidebar { padding: 0; margin-bottom: 10px; display:block; background: #fff;}
.page-sidebar h3 { padding: 10px; background:#fff; border: 4px solid #ffcc33; margin: 0 0 10px 0; display: block; color: #444;  font-size: 18px; text-align: center; text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.page-sidebar h3.sidebar-options:after {
   font-family: FontAwesome;
   content: "\f0c9";
   margin-left: 10px;
}
.page-sidebar h3.sidebar-options { display:none; }

.page-sidebar ul { list-style-type: none; padding: 0; margin:0; }
.page-sidebar ul li { border: 1px solid #ebebeb; margin-bottom: 5px; padding: 0; line-height: normal; }
.page-sidebar ul li a { color: #444; display: block; padding: 15px 70px 15px 15px; font-size: 18px; position: relative; font-weight: 600;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.page-sidebar ul li a:hover, .page-sidebar ul li:hover a:after { background: #f1f1f1; }
.page-sidebar ul li a.active, .page-sidebar ul li a.active:after { color: #fff; background: #ffcc33; }
.page-sidebar ul li.current_page_item a, .page-sidebar ul li.current_page_item a:after { color: #fff; background: #ffcc33; }
.page-sidebar ul li a:after {
   font-family: FontAwesome;
   content: "\f054";
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0;
padding: 17px;
border: 1px solid #ffcc33;
color: #ffcc33;
font-size: 22px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.page-sidebar ul li ul.children { display: none; }
.page-sidebar ul li ul li { border:none; border-top: 1px solid #ebebeb; margin: 0; }
.page-sidebar ul li ul li a { color: #666; display: block; padding: 15px; font-size: 16px; position: relative; font-weight: 600;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/*.page-sidebar ul li ul li a:hover { color: #fff; background: #ffcc33; }*/
.page-sidebar ul li ul li a:after { content: ""; display: none; }



#sidebar.sticky {
position: fixed;
top: 50px;
z-index: 6;
left: auto;
width: 29.3%;
}

#sidebar.sticky.headroom--pinned {
  -webkit-transform: translate(0, 180px);
     -moz-transform: translate(0, 180px);
      -ms-transform: translate(0, 180px);
       -o-transform: translate(0, 180px);
          transform: translate(0, 180px);
}

#sidebar.sticky {
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);

  -webkit-transition: -webkit-transform 0.6s ease; /* Changed here */ 
     -moz-transition: -moz-transform 0.6s ease;
       -o-transition: -o-transform 0.6s ease;
          transition: transform 0.6s ease;
}

#sidebar {
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);

  -webkit-transition: -webkit-transform 0.6s ease; /* Changed here */ 
     -moz-transition: -moz-transform 0.6s ease;
       -o-transition: -o-transform 0.6s ease;
          transition: transform 0.6s ease;
}

.sidebar-logo { width: 270px; margin: 0 auto; display: inline-block; max-width: 49%; padding: 10px; box-sizing: border-box; }
.sidebar-button { margin: 0 auto; display: inline-block; max-width: 49%; padding: 10px; box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.sidebar-button:hover {
  -moz-transform:scale(0.95); 
-webkit-transform:scale(0.95);
-o-transform:scale(0.95);
  transform: scale(0.95);
}

.book { text-align: center; background: #01b7f0; color: #fff; padding: 15px 20px; font-size: 18px; margin-top: 0; }

.register-footer { display: none; padding-top: 20px; text-align: center; }

/*------------------------------------------  BANNER  -------------------------------------*/


.banner { width: 92%; margin: 1% 4%; background: #003366; position:relative; min-height: 500px; overflow: hidden; }
.banner-bg { 
	position:absolute;
	display:block;
	top:0;
	left:0%;
	right:0;
	bottom:0;
    background-position: center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
z-index:1;
}
.banner-inner { 
    background:#fff;
    background: rgba(255, 255, 255, 0.9);
    padding: 1.5% 3%; 
	position:absolute;
	display:block;
	top:0;
	left:75%;
	right:0;
	bottom:0;
z-index:3;
}
.banner h1 { text-transform:uppercase; font-size:70px; color: #ffcc33; line-height:1; float:left; width:35%; margin: 0; padding: 30px; box-sizing: border-box;
	position:absolute;
	display:block;
	top:0;
	left:0;
	bottom:0;
z-index:2; 
}

.banner .circle-arrow { background: #fff; position: absolute; top: 45%; left: 50%; margin: -23px 0 0 -23px; height: 46px; width: 46px; text-align: center; color: #01b7f0; font-size: 23px; padding: 7px 0 0 2px;  box-sizing:border-box; display: none;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%; 
}


/* --------------------------------------------------- Slideshow --------------------------------------------------- */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; height: auto; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/

.flexslider { max-width: 100%; margin: 0 auto; position: relative; }
.flexslider .slides > li { min-height: 500px; }
.flexslider .slides img { max-width: 100%; float: none; width: auto; margin: 0 auto;}
.flex-viewport { margin: 0 auto; max-width: 100%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;
background-size: cover;
-moz-background-size: cover;  /* Firefox 3.6 */
background-position: center;  /* Internet Explorer 7/8 */
}
.loading .flex-viewport {height: auto;}
.flexslider .slides {zoom: 1; margin: 0 auto;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 160px; height: auto; margin: 0; display: block; position: absolute; top: 0; bottom:0; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;}
.flex-direction-nav .flex-next {right: 0; background: url(images/slide-arrow-right.png) center center no-repeat; }
.flex-direction-nav .flex-prev {left: 0; background: url(images/slide-arrow-left.png) center center no-repeat; }
.flexslider:hover .flex-next {opacity: 0.5; right: 0px;}
.flexslider:hover .flex-prev {opacity: 0.5; left: 0px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: auto; margin: 0 auto; text-align: left; position: absolute; bottom:0; left:0; padding-left: 30px; z-index:5; }
.flex-control-nav li {margin: 21px 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 12px; height: 12px; display: block; background: #fff; cursor: pointer; text-indent: -9999px; 
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%; }
.flex-control-paging li a:hover { background: #ffcc33; }
.flex-control-paging li a.flex-active { background: #ffcc33; cursor: default; border: 2px solid #ffcc33; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 500px) {
  .flex-direction-nav .flex-prev {display: none;}
  .flex-direction-nav .flex-next {display: none;}
}




/*------------------------------------------  HOME-BOX  -------------------------------------*/

.home-box {
	background:#000;
	position:relative;
	padding: 0;
}
.home-box img {
width: 100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  	  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.home-box:hover img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.inner-box {
	position:absolute;
	overflow:hidden;
	padding: 0;
	display:block;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.home-text-box {
	padding:0;
	display:table;
	margin:0;
	top: 0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
}
.home-text-box .title {
	margin: 0;
	display:table-cell;
	vertical-align: middle;
}
.home-text-box h2 {
	font-size:28px;
	text-transform: uppercase;
	margin: 0;
        padding: 3px 0;
	display: inline-block;
	vertical-align: middle;
	color:#fff;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	width:80%;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.home-box:hover .home-text-box h2 { width:100%; }
.home-text-box h3 {
	font-family:'HelveticaNeueW01-97Blac';
	font-size:20px;
	text-transform: uppercase;
	margin-top: 20px;
}

.home-text-box p {
	font-size:14px;
}
.home-text-box p a {
	color: #363534;
	text-decoration:underline;
	display:inline-block;
}


/* --------------------------------------------------- REGOSTRATION BOX --------------------------------------------------- */

.registrations { text-align: center; }
.registrations .reg-box { text-align: center; background: #cef0fd; padding: 30px 10px; margin: 1%; width: 47%; display: inline-block; vertical-align: top;
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px; 
  border-radius: 10px; 
}
.registrations .reg-box.youth { background: #fbd2d5bd; }
.registrations .reg-box.family { background: #f9e6d1; }
.registrations .reg-box.educators { background: #d4efe5; }

.registrations .reg-box img { width: 200px; max-width: 60%; }
.registrations .reg-box p { margin: 0 0 10px 0; font-size: 14px; }
.registrations .reg-box .button-3 { min-width: 150px; border: 2px solid #f09901; color: #fff; background-color: #ffab33; margin: 5px 0 0 0;
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px; 
  border-radius: 10px; 
}
.registrations .reg-box .button-3:hover { background-color: #01b7f0; border: 2px solid  #01b7f0; }

.registrations .reg-box .col-2 { background: rgba(250,250,250,0.5); padding: 10px; border-radius: 10px; }

.registrations .reg-box table, .registrations .reg-box th, .registrations .reg-box td {
    border: 1px solid #ccc;
    border-collapse: collapse;
	text-align: center;
font-size: 14px;
	margin: 5px auto;
}
.registrations .reg-box td { padding: 5px !important; background: #fff; color: #f09901; font-weight: bold; font-size: 16px; width: 85px; }
.registrations .reg-box th { padding: 5px !important; text-align: center; background: #f1f1f1; font-weight: normal; font-size: 12px; }

/* --------------------------------------------------- COL BOX --------------------------------------------------- */


.col-4 { float: left; width: 23%; margin: 1%; }
.col-3 { float: left; width: 31.3%; margin: 1%; }
.col-2 { width: 48%; float: left; margin: 1%; }

div.wpcf7 .col-2 { width: 50%; padding: 3%; margin: 0;}
.right-border { border-right: 1px solid #ccc; }
.left-border { border-left: 1px solid #ccc; }

/* --------------------------------------------------- date --------------------------------------------------- */

.home-box-list .date .day { font-size: 26px; padding: 0;}
.home-box-list .date .month { text-transform: uppercase; margin: 0; padding: 0; font-size: 13px; }
.home-box-list .date .year { padding: 0; margin: 0; font-size: 13px; }

.home-box-list .date { font-weight: 700; width: 14%; height: 80px; margin: 0 auto; padding: 15px 0; text-align: center; line-height: 1; color: #fff; display:block; float:left; vertical-align:middle; background: #01b7f0; 
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}





/*GROW*/

.grow {
  height: auto;
  width: 100%;
  position:absolute;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease-out;
     -moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease-out;
       -o-transition: opacity 0.5s ease, -o-transform 0.5s ease-out;
      -ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease-out;
          transition: opacity 0.5s ease, transform 0.5s ease-out;

}
 
.grow :hover {
  -moz-transform:scale(1.2); 
-webkit-transform:scale(1.2);
-o-transform:scale(1.2);
  transform: scale(1.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 5s ease-out;
     -moz-transition: opacity 0.6s ease, -moz-transform 5s ease-out;
       -o-transition: opacity 0.6s ease, -o-transform 5s ease-out;
      -ms-transition: opacity 0.6s ease, -ms-transform 5s ease-out;
          transition: opacity 0.6s ease, transform 5s ease-out;
}




/* --------------------------------------------------- BLOG --------------------------------------------------- */



.blog-container {
    float: right;
    margin: 1%;
    width: 64.3%;
}

.post-box { padding:0; margin:0 0 10px 0; position: relative; border: 1px solid #ebebeb; background: #f6f6f6;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.post-box:hover { background: #fff; }
.post-box .img-box { width: 25%; float:left;  position: relative; }
.post-box .img-box img { width: 100%; }
.post-box .text-box { width: 70%; float:left; padding: 3% 3% 0 3%; position: relative; }
.post-box .text-box.no-img { width: 95%; }
.post-box .img-box .arrow {
    border-right: 15px solid #f3f3f3;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    height: 0;
    right: 0;
    position: absolute;
    top: 50%;
    width: 0;
	margin-top:-7px;
}
.post-box .text-box h2 { color: #444; font-size: 24px; margin:0; 
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.post-box:hover .text-box h2 { color: #01b7f0; }
.post-box .text-box p { color: #666; }
.post-box .text-box p.read-more { color: #01b7f0; font-weight: 700; text-align: right; }

.post-box .date .day { font-size: 26px; padding: 0;}
.post-box .date .month { text-transform: uppercase; margin: 0; padding: 0; font-size: 13px; }
.post-box .date .year { padding: 0; margin: 0; font-size: 13px; }

.post-box .date { position: absolute; right:0; top:0; width: 60px; background: #888; font-weight: 700; height: 80px; margin: 0 auto; padding: 15px 0; text-align: center; line-height: 1; color: #fff; display:block; float:left; vertical-align:middle;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}


#infscr-loading { text-align: center; width: 100% !important; clear: both; font-size:14px;}
#infscr-loading img {display:inline-block; }
#page-nav { text-align: center; }
#page-nav a {
    background: #01b7f0;
    padding: 10px 15px;
    color: #fff;
	display: block;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#page-nav a:hover {
    background: #ffcc33;
}




/* --------------------------------------------------- BLOG-SINGLE --------------------------------------------------- */

#single-post { position: relative; border: 1px solid #ededed; padding: 3%;}
#single-post .featured { margin-bottom: 20px; }
#single-post .meta {  }
#single-post .meta span { display: inline-block; padding-right: 20px; font-style: italic; color: #888; }
#single-post .meta span a { color: #01b7f0; }
.single-content { border-bottom: 1px solid #ccc; padding-bottom: 20px; margin-bottom: 20px;}




/* --------------------------------------------------- HOME BOX LIST --------------------------------------------------- */



.mob-button { display: none; position: relative; padding: 20px; text-transform:uppercase; font-weight: 700; color: #fff; margin: 2% 1%; font-size: 18px; clear: both; cursor:pointer; }
.mob-button span.arrow { position: absolute; top: 0; right: 0; bottom: 0; padding: 12px 15px 10px 17px; font-size: 30px; }
.mob-button.open span.arrow { padding-top: 7px; }
.mob-button.events { background:#01b7f0; }
.mob-button.events span.arrow { background:#009bcb; }

.mob-button span.arrow, .mob-button span.arrow .fa {
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.mob-button.events.open span.arrow .fa {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mob-button.library { background:#ffcc33; color: #6a6a6a;}
.mob-button.library span.arrow { background:#e0a800; color: #fff; }

.home-box-list ul {
	text-decoration:none;
	list-style-type:none;
	padding:0;
	margin:0;
}
.home-box-list ul li { margin-bottom: 10px; display: inline-block; width: 100%; padding: 0; }
.home-box-list ul li:last-child { margin-bottom: 0; }
.home-box-list ul li a {
	text-decoration:none;
}
.home-box-list .text-box {
	padding:5px 20px;
	height: 80px;
	margin:0;
	color: #363534;
	display:table;
	float:left;
	vertical-align:middle;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 72%;
}
.home-box-list .text-content {
	vertical-align: middle;
	display:table-cell;
}
.home-box-list .text-box h3 {
	font-size:14px;
	text-transform: uppercase;
	margin: 0;
	color:#444;
}
.home-box-list .text-box p {
	font-size:14px;
	margin:0;
	color:#666;
}
.home-box-list .arrow {
	padding:17px 0;
	margin:0;
	border:1px solid #ffcc33;
	color: #ffcc33;
	display:inline-block;
	vertical-align:middle;
	font-size:34px;
	float:right;
	box-sizing:border-box;
	width: 14%;
	text-align:center;
	height: 80px;
 -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.home-box-list ul li:hover .arrow { color: #fff; background: #ffcc33; }




/* --------------------------------------------------- LIBRARY BOX --------------------------------------------------- */



.library-box { position:relative; height:460px; color: #ffcc33; background:#000; }
.library-box .inner-box { background:url(images/library.jpg) center center no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
 -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.library-box:hover .inner-box {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.library-box .text-box { position: absolute; bottom:0; right:0; top:0; left:0; }
.library-box .text-box h3 { font-size: 64px; position: absolute; bottom:0; right:0; text-align:right; margin: 30px; line-height:1; max-width: 400px; color: #ffcc33; }
.library-box .text-box .fa { font-size: 64px; position:absolute; top:15%; right:80px; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
   -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.library-box:hover .text-box .fa { right:30px; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}




/* --------------------------------------------------- STORY BOX --------------------------------------------------- */



.story-box { position:relative; min-height:460px; color: #ffcc33; background:#666; border: 1px solid #ebebeb; }
.story-box .story-post { width: 100%; display: block; position:relative; clear:both; float:left; }
.story-box .img-box { width: 50%; position: absolute; top:0; left:0; bottom:0; right:50%;  
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.story-box .second .img-box { left:50%; right:0; }
.story-box .text-box { width: 50%; float: right; background: #ffcc33; padding: 30px 25px 0 25px; min-height: 230px; position:relative;
 -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.story-box .text-box p { color: #666; font-size: 14px; }
.story-box .text-box h3 { color: #fff; font-size: 20px; margin:0 0 15px 0; line-height: 1; }
.story-box .second .text-box { /*background:#fff;*/ float:left; }
.story-box .second .text-box h3 { /*color: #ffcc33;*/ }
.story-post:hover .text-box { background:#01b7f0; }

.story-box .text-box p.read-story { font-weight:700; color:#fff; }
/*.story-box .second .text-box p.read-story { color:#ffcc33; }*/

.story-box .text-box span.read-story { text-align:right; font-weight:700; color:#ffcc33; background:#fff; padding: 5px; display: none; text-align: center; }
/*.story-box .second .text-box span.read-story { background:#ffcc33; color:#fff; }*/

.story-box .text-box .arrow {
 -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.story-box .first .text-box .arrow {
    border-right: 15px solid #ffcc33;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    height: 0;
    left: -13px;
    position: absolute;
    top: 50%;
    width: 0;
	margin-top:-7px;
}

.story-box .second .text-box .arrow {
    border-left: 15px solid #ffcc33;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    height: 0;
    right: -13px;
    position: absolute;
    top: 50%;
    width: 0;
	margin-top:-7px;
}
.story-post.first:hover .text-box .arrow { border-right: 15px solid #01b7f0; }
.story-post.second:hover .text-box .arrow { border-left: 15px solid #01b7f0; }





/* ------------------------------------------- FOOTER ----------------------------------------------- */

footer {
background: #f1f1f1;
position: relative;
    padding: 0;
    text-align: center;
	margin:1% 4% 10px 4%;
	border:4px solid #ffcc33;
}
footer p { font-size: 14px; }
.copyright span { display:inline-block; }
.copyright span.copy { padding: 5px 0; }
.copyright img { 
display:block;
float: right;
vertical-align: middle;
    margin: 0;
    width: 40px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.copyright img:hover { 
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.copyright {
	color:#888;
	text-align:center;
	display:block;
	font-size: 14px;
        padding: 5px 5% 10px 5%;
        margin:0;
}


footer nav {
    text-align: center;
	padding: 0;
}

footer nav ul {
    text-align: center;
	background: #fff;
	display:table;
	padding:10px 0;
	margin: 0;
	width: 100%;
	border-top: 4px solid #ffcc33;
	box-sizing: border-box;
}

footer nav ul li {
	padding: 15px 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
        vertical-align: middle;
}
footer nav ul li a {
    display: block;
    padding: 0 15px;
	border-right: 1px solid #ccc;
	color:#666;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
footer nav ul li a:hover { color: #01b7f0; }
footer nav ul li.last a { border: none; }

.trustmark { width: 150px; height: auto; display: block; margin: 10px auto; }



/*--------------------------------- T-search form ---------------------------------------*/


.kn-search { font-size:14px !important; padding: 0 !important; }
.kn-search_form { border: 1px solid #ededed; padding: 20px; }
.kn-search h2 { text-align: center; padding: 20px 0;  border-top: 1px solid #ededed; }
.kn-list  h2 { text-align: left; }
.kn-print { padding: 0 !important; background:#01b7f0 !important; color:#fff; }
.kn-print:hover { background:#ffcc33 !important; }
.kn-list td.kn-value>span { display:block !important; }
.kn-print a { color:#fff; font-weight: bold; padding: 10px 15px !important; display:block; }
.kn-search .label { display: block !important; font-size:14px !important; }
.kn-search label { display: block !important; font-size:14px !important; }
.kn-search-filter { padding:0 !important; }
.kn-clear-search { font-weight: bold; }
.kn-view input[type="submit"] {
text-shadow: none !important;
border:none !important;
outline:none !important;
border-radius: 0 !important;
    padding: 10px;
    text-transform: uppercase;
    font-size: 18px;
    color: #333 !important;
    background: #ffcc33 !important;
	margin:20px auto;
width: 200px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.kn-view input[type="submit"]:hover { background:#01b7f0 !important;color: #fff !important; }




/*--------------------------------- Contact form styles ---------------------------------------*/



.contact-page { margin: 1% auto; padding: 20px; width: auto; max-width: 1100px; }

.stuff ul { text-align: center; clear: both; list-style-type: none; padding: 0; margin: 0 auto; }
.stuff ul li { display: inline-block; text-align: left; width: 165px; vertical-align: top; padding: 0 20px; font-size: 14px; min-height: 320px; }
.stuff ul li img { margin-bottom: 10px; display: inline-block; }

.info-block { margin: 0 auto; padding: 0; width: 49%; float: left; }
.contact-form { margin: 0 auto; padding: 0; width: 49%; float: right; }
input, textarea, select { padding: 10px; width: 100%; font-weight:normal; border: 1px solid #b5b5b5; background: #fff; color:#141414; margin: 5px 0 0 0; box-sizing: border-box; font-family: 'Open Sans', sans-serif; }
input:focus, textarea:focus{ outline:none; background: #fff;
	-moz-transition: all 0.4s ease; /* FF3.7+ */
	-o-transition: all 0.4s ease; /* Opera 10.5 */
	-webkit-transition: all 0.4s ease; /* Saf3.2+, Chrome */
	transition: all 0.4s ease;
}
input {height:auto;}
label {display:inline-block;margin:0; color:#000;}
button {padding: 2px 10px; cursor: pointer;}

/*.button-2 { display: inline-block;  text-align: center;}*/
input[type="submit"], .button-2 {
cursor:pointer;
border:none !important; 
outline:none !important;
    padding: 10px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    background-color: #ffcc33;
	margin:20px auto;
width: 200px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
input[type="submit"]:hover, .button-2:hover { background-color:#01b7f0;color: #fff;}

select {
text-indent: 1px;
text-overflow: '';
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url("images/select-arrow.png") no-repeat right center #fff;
}
select::-ms-expand{
    display: none;
}
.value option { margin: 10px auto; text-indent:10px;  }

input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;}
    input[type="number"] {
    -moz-appearance: textfield;}


input[type="checkbox"], input[type="radio"] {
box-sizing: border-box;
height: auto;
width: auto;
margin: 5px 5px 5px 0;
vertical-align: middle;
}

.wpcf7-form { max-width: 100% !important; padding:0 !important; margin:0 !important; }
.wpcf7-form p { font-size: 14px; }
.wpcf7-captchac { float: right; }
.wpcf7-list-item { display: block; }
.q-bottom .wpcf7-list-item { display: block; width: 32%; float: left;}
.wpcf7-select { min-height: 48px; /*line-height: 48px;*/ }
.wpcf7-submit { width: 250px; margin: 30px auto !important; width: 250px; display:block;}

div.wpcf7-mail-sent-ok {
background: #0997cb;
border: 2px solid #0997cb !important;
color: #fff;
margin: 25px 0 !important;
clear: both;
}

div.wpcf7-mail-sent-ng {
background: #ff0000;
border: 2px solid #ff0000;
margin: 25px 0 !important;
clear: both;
}

div.wpcf7-spam-blocked {
background: #ffa500;
border: 2px solid #ffa500;
margin: 25px 0 !important;
clear: both;
}

div.wpcf7-validation-errors {
background: #f7e700;
border: 2px solid #f7e700;
margin: 25px 0 !important;
clear: both;
}

.wpcf7-not-valid-tippp {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
background: #fff;
border: 1px solid #0997cb !important;
width: auto !important;
padding: 3px 10px !important;
box-shadow: 0 1px 4px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}


/* --------------------------------------------------- Comments --------------------------------------------------- */


ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px solid #ccc; padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font-size: 16px; font-weight: 600; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:10px; }
ol.commentlist li.comment div.comment-meta a { color:#999; }
ol.commentlist li.comment p { font-size:13px; margin:0 0 1em; }
ol.commentlist li.comment ul { font-size:12px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:11px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #ccc; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { border-left:5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}






/* --------------------------------------------------- Newsletter --------------------------------------------------- */


.subscribe-box { text-align:center; margin: 0 auto; display:block; background:#666; padding:3%; }
.subscribe-box h4 {color:#fff; font-size:33px; letter-spacing:10px; padding:0; margin: 0 auto;}
.subscribe-box p, .subscribe-box label {color:#b8b8b8; font-size:18px; margin:0 0 20px 0; padding:0; display: block; text-align: center;}
.subscribe-box div { display:inline-block; vertical-align:top;}
.subscribe-box input { border:none !important; outline:none !important; padding:10px 30px; font-size:15px; color: #000; margin:0 -2px 0 0; height: 42px; max-width: 240px; }
.subscribe-box input.button {padding:10px 20px; margin: 0 0 0 -4px !important; height: 42px; text-transform:uppercase; font-size:15px; letter-spacing:1px; color: #fff;background-color: #ffcc33; cursor:pointer; border: none !important; border-radius:0 !important; max-width: 140px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.subscribe-box input.button:hover { background-color: #01b7f0; }
.subscribe-box input:focus { }
.subscribe-box .clear { clear:none !important; }
#mc_embed_signup_scroll { width: 400px; }



.button {
	text-decoration: none;
	text-align:center;
	display:block;
	background: #fff;
	border: 4px solid #ffcc33;
	color:#999;
	padding:15px 20px;
	text-transform:uppercase;
	font-size:16px;
	margin: 10px auto;
	 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.button .fa { color: #ffcc33; margin-left: 15px; 
	 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.button:hover { background: #ffcc33; color: #333; }
.button:hover .fa { color: #333; margin-left: 25px; }


.button-3 {
border: 2px solid #01b7f0;
outline:none !important;
font-weight: bold;
display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #4d4d4d;
    background-color: #ffcc33;
	margin:5px 5px 0 5px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.button-3:hover { background-color:#01b7f0;color: #fff; text-decoration:none; }


.button-big {
border: 4px solid #01b7f0;
outline:none !important;
font-weight: bold;
display: block;
	text-align: center;
    padding: 20px 25px;
    text-transform: uppercase;
    font-size: 28px;
	letter-spacing: 2px;
    color: #4d4d4d;
    background-color: #ffcc33;
	margin:15px auto;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.button-big:hover { background-color:#01b7f0;color: #fff; text-decoration:none; }


/* -------------------------------------- WOOCOMMERCE --------------------------------------- */

.shop-info { background: #ffcc33; display: block; padding: 10px 15px; text-align: center; color: #000; }
.shop-info:before {
font-family: FontAwesome;
content: "\f05a";
	margin-right: 20px;
	font-size: 30px;
	vertical-align: middle;
	line-height: 1;
}

.cart-header { background: #ededed; padding: 0; color: #999; font-size: 13px; display:block; margin: 0 4%; text-align: center; }
.cart-header a { color: #444; padding: 0 10px; 
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.cart-header .fa { padding: 5px; }
.cart-header a:hover { color:#01b7f0; text-decoration: none; }
.account-logout { float: left; padding: 5px 0; display: inline-block; }
.basket-checkout { float: right; padding: 12px 0; display: inline-block; }
.basket-checkout.blink a { color: #333; }

.menu-shop-menu-container { display: block; float: right; }
.menu-shop-menu-container ul { display: block; margin: 0; padding:0; list-style-type: none; }
.menu-shop-menu-container ul li { padding: 5px; }

#container { padding: 0 4%; }


.woocommerce .title {position:static !important;}
.woocommerce #container, .woocommerce #primary { padding: 10px 4%; }
.woocommerce div.product { border: 1px solid #ededed; padding: 3% 2% 1% 2%; }
.woocommerce-page .woo-page { margin: 20px 1%; border: 1px solid #ededed; padding: 50px 2%; }
.woocommerce-page .woo-page .woocommerce { max-width: 1200px; margin: 0 auto; }
.woocommerce .cart { margin-top: 30px; }
.woocommerce .cart input { margin-top: 0; }
.woocommerce .page-title {display:none !important;}
.woocommerce .products { border-top: 1px solid #ededed; border-left: 1px solid #ededed; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: #01b7f0 !important; font-size: 24px !important; }
.woocommerce ul.products li.product .price { color: #01b7f0 !important; font-size: 20px !important; }
.woocommerce div.product div.images img { width: auto !important; margin:0 auto; }
.woocommerce div.product div.images { border-right: 1px solid #ededed; padding: 0 20px; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { text-align: center !important; border-right: 1px solid #ededed; border-bottom: 1px solid #ededed; padding: 30px 20px 5px 20px !important; margin: 0 !important; width: 25% !important; box-sizing: border-box; min-height: 560px; clear: none !important; 
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover { background:#ffcc33; }
.woocommerce ul.products li.product a img { max-height: 300px; width: auto !important; margin: 0 auto 20px auto !important; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { background:#ffcc33 !important; line-height: 1.2 !important;
  -webkit-border-radius: 0 !important; 
  -moz-border-radius: 0 !important; 
  border-radius: 0 !important; 
}
.woocommerce .add_to_cart_button { background:#ffcc33 !important; border: 2px solid #fff !important; }
.woocommerce ul.products li.product:hover a.button, .woocommerce-page ul.products li.product:hover a.button { background:#fff; }
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background:#01b7f0 !important; color: #fff !important; }
.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*="columns-"] ul.products li.product:nth-child(2n), .woocommerce[class*="columns-"] ul.products li.product:nth-child(2n) { clear: none !important; }

.woocommerce .products ul, .woocommerce ul.products {margin:0;}
.woocommerce table { font-size: 16px; }
.woocommerce table p { font-size: 16px !important; }
.woocommerce thead { background: #f6f6f6; }
.woocommerce table.shop_table td {padding: 10px;}
.woocommerce table.shop_table td.product-name { font-size: 14px !important; }
.woocommerce table.shop_table td.product-name a {color: #444; font-weight: 700 !important;}

.woocommerce table.shop_table tr.cart_item td.product-name dt.variation-WoodSpecies, .woocommerce table.shop_table tr.cart_item td.product-name dt.variation-Dimension {display:none;}
.woocommerce table.shop_table tr.cart_item td.product-name .variation-WoodSpecies p, .woocommerce table.shop_table tr.cart_item td.product-name .variation-Dimension p {margin-right: 20px; font-size:16px !important;}
.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt { margin-bottom: 0 !important; float: none !important; }
.woocommerce .product-thumbnail { text-align: center; }
.woocommerce .product-thumbnail .cart_thumbnail { height: 100px; width: 160px; display: table-cell; text-align: center; vertical-align: middle; }
.woocommerce .product-thumbnail .cart_thumbnail img { max-width: 100px; margin: 0 auto; padding: 5px; width: auto; max-height: 100px; height: auto; }
.woocommerce .product-thumbnail .cart_title {text-transform:uppercase; max-width: 250px; display: table-cell; vertical-align: middle; padding: 0 0 0.25em;}
.woocommerce .product-thumbnail a { color: #000; }
.woocommerce .product-thumbnail a:hover { color: #01b7f0; }
.woocommerce .sb-cart-edit-link {
    bottom: 5px;
    left: 122px;
    position: absolute;
    text-transform: none;
}
.woocommerce .sb-edit-form-wrapper.product {margin:0;}
.woocommerce td.product-quantity .quantity {width: 100% !important; margin: 0 !important;}
.woocommerce .cart_item .quantity .qty {margin:0 !important;}
.woocommerce td.product-remove { text-align: center;}
.woocommerce td.product-remove span {font-size: 14px; display:inline-block;}
.woocommerce a.remove { display:inline-block !important; vertical-align:middle;}

.woocommerce .custom-div {background: #f6f6f6; padding: 3%; border: 1px solid #dcdcdc; margin-bottom: 40px;}
.woocommerce .custom-div h2 { font-size: 22px; letter-spacing: 2px; }
.woocommerce .addresses { background: #f6f6f6; padding: 20px; font-size: 18px; }
.woocommerce .addresses header { background: #f6f6f6; }
.woocommerce .addresses header a { padding-bottom: 10px; display: block; }
.woocommerce .addresses h3 { padding: 0 0 10px 0; margin-bottom: 10px; border-bottom: 1px solid #ccc; }
.woocommerce table.my_account_orders { background: #fff; font-size: 16px !important; }
.woocommerce table.customer_details, .woocommerce table.order_details { background: #fff; }

.checkout.woocommerce-checkout {background: #f6f6f6; padding: 3%; border: 1px solid #ededed; margin-bottom: 40px;}
.woocommerce h3 {font-size:18px; font-style: normal; text-transform: uppercase; }
.woocommerce h3.addon-name {font-size:20px; letter-spacing: normal; }
.woocommerce .woocommerce-message::before { color: #8f8576 !important;}
.woocommerce .cart-empty, .woocommerce .return-to-shop { text-align: center; margin-bottom: 50px; } 


.wc-proceed-to-checkout a.checkout-button { margin:40px auto 60px auto; font-size:20px; padding: 20px; display:block;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {float: none !important; margin: 0 auto; }
.woocommerce-cart table.cart img { width: 50px !important; }
.woocommerce input.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, button.single_add_to_cart_button:hover { background-color:#01b7f0 !important; color: #fff;}
.wc-proceed-to-checkout a.checkout-button:hover { background-color:#01b7f0 !important; color: #fff;}
/*.woocommerce input.button { float: right; min-width: 200px; width: 200px; margin: 20px;}*/
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {font-size: 20px;padding: 20px;}

.related.products ul.products { border-left: 1px solid #dcdcdc; border-top: 1px solid #dcdcdc; }
.related.products ul.products li.col-lg-4 {width: 20%;}
.related.products ul.products h3 {font-size: 18px !important;}
.related.products ul.products span.size {display: none;}
.related.products h2 { margin: 0 auto; padding: 40px 0; text-align: center; clear: both;}
.related.products { clear: both; border-left: none;  }
 .woocommerce div.product div.thumbnails a { width: 100%;}
 .woocommerce div.product div.images div.thumbnails img {
    max-width: 70%;    max-height: 140px;
}

.woocommerce #payment #place_order { float: none !important; margin: 10px auto; display: block; }

.woocommerce-account .woocommerce-MyAccount-navigation ul { background: transparent; border: none; margin:0 0 20px 0; padding:0; text-align:center; width: 100%; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li, .woocommerce-account .woocommerce-MyAccount-navigation ul li a { display: block; border: none; }
.woocommerce-MyAccount-navigation-link{list-style:none; padding:6px 12px; margin:5px; background-color:#01b7f0; color:#ffffff!important; }
.woocommerce-MyAccount-navigation-link a{color:#fff;}
.woocommerce-MyAccount-navigation-link.is-active{background-color:#ffcc33;}


/* --------------------------------------------------- RESPONSIVE --------------------------------------------------- */



@media(max-width:1700px) {

nav ul li a { padding: 0 18px; font-size:14px;  }
footer nav ul li a { font-size:12px; padding: 0 15px;  }
nav .options, nav li ul { width: 190px; }
.home-text-box h2 { font-size: 24px;  }
.story-box .text-box { padding: 4% 4% 0 4%; }
.post-box .text-box p { font-size: 16px; }
footer nav ul li a { font-size: 10px; padding: 0 10px; }
.sub-page .title .text { width: 70%; }

.page-sidebar ul li a { font-size: 16px; }
.page-sidebar ul li a:after { font-size: 20px; padding: 16px; }

.trustmark { top: 16%; }

}

@media(max-width:1500px) {

.banner { min-height: 430px; }
.banner h1 { font-size: 60px; }

.single-content ul li, .page-container ul li, p { font-size: 14px; }
ul li, ol li, dl dt, dl dd { font-size: 14px; }
nav ul li a { padding: 0 15px; font-size:12px;  }
nav .options, nav li ul { width: 170px; }
.home-text-box h2 { font-size: 22px; width: 90%; }
.col-3 { width: 48%; margin: 1%; }
.library-box { width: 98%; height: 360px; }

.home-text-box h3 { font-size:24px; }
.home-text-box h4 { font-size: 18px; margin-top: 15px; }

.post-box .text-box h2 { font-size: 20px; }
.post-box .text-box p { font-size: 14px; }

.sub-page .title p { font-size: 14px; }

.page-sidebar ul li a { font-size: 16px; }
.page-sidebar ul li a:after { font-size: 20px; padding: 16px; }

}

@media(max-width:1300px) {

.flexslider .slides > li { min-height: 430px; }
	
.page-sidebar ul li a { font-size: 14px; padding: 10px 50px 10px 15px; }
.page-sidebar ul li a:after { font-size: 18px; padding: 11px; }
.page-sidebar ul li ul li a { padding: 10px 15px; }

nav ul { padding: 0; }
nav ul li a { padding: 0 10px; font-size: 11px;}
nav .options, nav li ul { width: 150px; }

.banner, .flexslider .slides > li { min-height: 450px; }
.banner h1 { font-size: 50px; }
.banner-inner { left: 60%; padding: 2% 5%; }
.col-4 { width: 48%; margin: 1%; }
.home-text-box h2 { font-size: 28px; width: 70%; }
.home-box-list .text-box { padding: 5px 15px; }

.subscribe-box { padding: 30px 10px; }

.page-container { min-height: 470px; }

.search-container .post-box { margin: 0.5%; width: 48.3%; }
.post-box .img-box { width: 40%; }
.post-box .text-box { width: 53%; }
.post-box .text-box.no-img { width: 90%; }

.sidebaritem ul li a { font-size: 14px; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 33.33% !important; }

}

@media(min-width:1100px) {
.mobile-navigation, .nav-mob, .nav-icon, .search-icon { display:none !important; }
.search-block, .home-box-list { display: block !important; }
.sidebarcontent, .sidebaritem ul, .page-sidebar-block { display: block !important; }
}

@media(max-width:1100px) {

.login-link { display: none; }

body { padding-top: 106px; }
h1 { font-size:24px; }
h2 { font-size:22px; }
.logo { display: block; float:none; width: 145px; }
footer nav, .search-block, header nav { display: none; }
.mobile-navigation { display: block; }
.nav-icon, .search-icon, .t-search-icon { display: inline-block; margin-left: 2px; }
.sub-page .title .text { width: 65%; }
.sub-page .title h2 { font-size: 18px; }

.search-block { text-align: center; border-top: 1px solid #ccc; padding: 15px 0; }
.search-form {
    max-width: 90%;
    width: 90%;
    float: none;
    position: relative;
    top: initial;
    left: initial;
    margin: 0 auto;
display: inline-block;
}
.t-search { margin: 5px 0; display: none; float: none; vertical-align: top; }
.donate-wrap, .button-donate.membership {display: none;}

#sidebar.sticky.headroom--pinned {
  -webkit-transform: translate(0, 90px);
     -moz-transform: translate(0, 90px);
      -ms-transform: translate(0, 90px);
       -o-transform: translate(0, 90px);
          transform: translate(0, 90px);
}

.sidebarcontent { display: none; }
.sidebaritem h3:after {
   color: #fff;
   font-family: FontAwesome;
   content: "\f078";
   float: right;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.sidebaritem h3.active:after {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.button { font-size:16px; }

}

@media(min-width:1020px) {
.page-sidebar-block { display:block !important; }
}

@media(max-width:1020px) {

.registrations .reg-box .col-2 { width: 98%; }
	
.page-sidebar h3.sidebar-options { display:block; font-size: 14px; }
.page-sidebar-block { display:none; }
.register-footer { display: block; }
	
.sub-page .title h2 { font-size: 20px; }

.banner, .flexslider .slides > li { min-height: 400px; }
.banner h1 { font-size: 40px; }
.col-3 { width: 98%; margin: 1%; }
.home-text-box h2 { font-size: 22px; width: 80%; }

.social-box, .social-box li.phone, .social-box li.email { position: static; width: auto; }
.social-box li { display:inline-block; }
.phone-box { 
height: auto;
padding: 10px;
position: static;
text-align: center;
width: 100%;
background: #888;
border: none;
}

.search-container .search-title { font-size: 18px; }
.search-container .post-box { margin: 0.5%; width: 99%; display: block; }
.search-container .post-box .text-box { width: 70%; }
.search-container .post-box .text-box.no-img { width: 100%; }

.post-box .img-box { width: 30%;}
.post-box .text-box { width: 63%; }

.blog-container, .page-container { width: 98%; min-height: 200px; }
#sidebar.blog-sidebar { position: relative; width: 98%; z-index: 3;}
#sidebar.blog-sidebar.sticky.headroom--pinned {
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.sidebaritem { width: 33.3%; float: left; border: 1px solid #fff; position: relative;}
.sidebarcontent { display: none; border: 2px solid #ffcc33; position: absolute; left:0; right: 0; z-index: 4; background: #fff; }
.sidebaritem h3 { padding: 10px 15px; font-size: 16px; }

#sidebar.page-sidebar { width: 98%; margin-top:0; padding-top: 18px; }
#sidebar.page-sidebar.sticky { width: 92%; }
#sidebar.page-sidebar.sticky.headroom--unpinned {
  -webkit-transform: translate(0, -300px);
     -moz-transform: translate(0, -300px);
      -ms-transform: translate(0, -300px);
       -o-transform: translate(0, -300px);
          transform: translate(0, -300px);
}

.trustmark { position: static; width: 120px; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 50% !important; }

}


@media(max-width:768px) {
.woocommerce div.product div.images {border:none; padding: 0 !important;}
.woocommerce div.product { padding: 5%;}
}


@media(max-width:767px) {


div.wpcf7 .col-2 { width: 100%; padding: 10px 0;}
.right-border { border-right: none; border-bottom: 1px solid #ccc; }
.left-border { border-left: none; border-top: 1px solid #ccc; }

.ts-orgs table td { border: none !important; display: block; }
.ts-orgs table tr { border-bottom: 1px solid #ccc ; display: block;  padding-bottom: 20px; }
.text-steps li { display:inline-block; width: 100%; margin-bottom: 30px; }

.sitemap, .sitemap .simple-sitemap-page { border:none; background: #fff; padding: 0;}

.info-block { margin: 0 auto; width: 100%; float: none; }
.contact-form { margin: 40px auto 0 auto; width: 100%; float: none; }

img.alignleft, img.alignright, .wp-caption.alignright, .wp-caption.alignleft { max-width: 100%; margin: 0 auto; float:none; padding: 5px 0; }

.account-logout, .basket-checkout { padding: 5px;}

.banner, .flexslider .slides > li { min-height: 50px; border: 1px solid #c1c1c1; }
.banner-inner { position: static; background: #fff; padding: 5px 5%;}
.banner-inner img { width: 300px; margin: 0 auto; }

.banner {  }
.banner-bg { min-height: 220px; position:static; background-position: center center;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
z-index:1;
}
.banner h1 { float: none; width: 100%; font-size: 30px; padding: 0 15px; text-align: center; top:30px; text-shadow: 1px 1px 1px #000; }
.banner-inner { position: absolute; bottom: 10px; left:0; right:0; top: initial; background: transparent; text-align: center;  }
.banner-inner p, .banner-inner h3, .flex-control-nav, .banner-inner ul { display: none; }
.banner-inner .button { display: inline-block; padding: 7px 15px; font-size: 14px; background: transparent; color:#fff !important; font-weight: 700; }


footer { margin: 2% 4% 10px 4%; }
.copyright img { float: none; margin: 5px auto 0 auto; }

.registrations .reg-box { width: 100%; margin: 0 auto 10px auto; }
	.registrations .reg-box .col-2 { width: 48%; margin:1%; }
	
.col-2 { width: 100%; padding: 0; margin:0; }
/*.col-4 { width: 98%; margin: 1%; }
.home-box { height: 250px; overflow: hidden; }*/
.home-text-box h2 { font-size: 20px; width: 90%; font-stretch: condensed; }
.home-box-list .text-box h3 { font-size:14px; }

.sidebaritem { width: 100%; margin-bottom: 3px; }

.sub-page .title { padding: 1px; min-height: 75px; }
.sub-page .title img { width: 80px; }
.sub-page .title .text {  width: 70%; padding: 5px 10px; }
.sub-page .title h2 { font-size:18px; margin: 0; }
.sub-page .title p { display: none !important; }
.sub-page .title span.arrow { top:0; right:0; bottom:0; min-width: 50px; padding: 15px 0; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { padding: 30px 15px !important; }
.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { width: 100% !important; float: none; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li { box-sizing: border-box; display: inline-block; width: 48%; margin: 0.5%; vertical-align: top; }

}

@media(min-width:480px) {
.home-box-list { display: block !important; }
}


@media(max-width:480px) {

.registrations .reg-box .col-2 { width: 100%; margin:5px 0; }
	
.kn-search h2 { float:left; }
.kn-search_form { border: none; padding: 0; }
#bgmp_map-canvas { height: 200px !important; }
.tourette-signs a { max-width: 100%; }
	
.page-banner .banner-text { background: #333;  position: relative; }
.page-banner .caption { position: relative; }

h1 { font-size:22px; }
h2 { font-size:20px; }
	
body { padding-top: 93px; }
.logo { padding: 15px 0; width: 98px; }
.mobile-navigation { top:8px; }

.cart-header a { padding: 0 2px; }
.cart-header { padding: 0; }

.search-form input { font-size: 12px; width: 70%; padding: 10px 10px 8px 40px; }
.search-form input[type="submit"] { font-size: 14px; padding: 8px; }
.search-form:before { padding: 6px 12px; }

.banner { margin: 0 auto 2% auto; /*width: 100%;*/ border: none; }
.banner h1 { float: none; width: 100%; font-size: 24px; padding: 0 15px; text-align: center; top:30px; text-shadow: 1px 1px 1px #000; }
.banner-inner { position: absolute; bottom: 10px; left:0; right:0; top: initial; background: transparent; text-align: center; }
.banner-inner p, .banner-inner ul { display: none; }
.banner-inner .button { display: inline-block; padding: 7px 15px; font-size: 14px; background: transparent; color:#fff !important; font-weight: 700; }
/*.banner .circle-arrow { display: block; }*/

.nav-icon, .search-icon { top: 21px; }

.search-form input { padding: 10px 0 8px 30px; }
.search-form:before { padding: 6px; }

.home-box .inner-box { position: static; }
.home-box { height: auto; overflow: none; background: #363636; width:48%; }
.home-text-box, .home-text-box .title { display: block; }
.home-text-box h2 {
    font-size: 12px;
    font-stretch: condensed;
    padding: 10px 0;
    width: 100%;
    border:none;
}

.mob-button { display: block; }

.home-box-list ul li { margin-bottom: 2px; }
.home-box-list , .home-box-list .text-box p, .library-box { display: none; }

.story-box { min-height: 100px; }
.story-box .text-box { padding: 11% 7%; }
.story-box .text-box h3 { font-size:18px; }
.story-box .text-box p { display:none; }
.story-box .text-box, .story-box .img-box { min-height: 150px;}
.story-box .text-box span.read-story { display:block; }

.subscribe-box h4 { font-size:24px; letter-spacing: 2px; }
.subscribe-box p { font-size:14px; }
.subscribe-box input.button, .subscribe-box input { margin: 10px 0 0 0 !important; }


.post-box .text-box { padding: 3%; min-height: 80px; width: 55%;}
.post-box .text-box.no-img { width: 80%; }
.post-box .img-box { width: 30%; }
.post-box .img-box .arrow { display: none; }
.post-box .text-box p { display: none; }
.post-box .text-box h2 { font-size: 16px; }
.post-box .date { width: 50px; height: auto; bottom: 0; }

#single-post { border: medium none; padding: 0; }

.sub-page .title .text { width: 57%; padding: 5px 10px; }
.sub-page .title h2 { font-size:14px; }

#sidebar.page-sidebar.sticky.headroom--pinned { margin-top: -5px; padding-top: 10px; }

#mc_embed_signup_scroll { width: auto; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { min-height: 60px; width: 100% !important; }
  
}