/*
Theme Name: K9 Gums Custom Theme
Author: inner-circle
Version: 1.0

*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    margin: 0 auto;
    padding: 0;
    color: #000;
    text-align: center;
    background: #eceded;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
	font-weight:400;
}

ol, ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

#skiptomain {
    display: none;
}

.nocomments {
    display: none;
}

.clear {
    clear: both;
}

/*.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url(images/Preloader_2.gif) no-repeat center center;
}*/

.page-id-2 .entry-title {
    display: none;
}

/*  Header ////////////////////////////////////////////////////////////////////////////////////////////*/ 

#mobile-head { display:none; }

#headcontainer {
    border-top: 10px solid #1d9fc3;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 999;
}

header.large {
    clear: both;
    color: #000;
    margin: 0 auto;
    max-width: 1560px;
    position: relative;
    text-align: center;
}

header.small {
    clear: both;
    color: #000;
    margin: 0 auto;
    max-width: 1560px;
    position: relative;
    text-align: center;
}

.logo {
    float: left;
}

nav {
}

.byline {  float: left; font-size: 18px; margin: 25px 0 0 20px;  font-weight:700; }
	
.byline a { color:#1d9fc3; }

header.large .logo {
    width: 145px;
    height: 144px;
}

header.small .logo {
    width: 75px;
    height: 74px;
}

header,nav, a, .logo, .mainnav {
    transition: all 1s;
    -moz-transition: all 1s;
 /* Firefox 4 */
    -webkit-transition: all 1s;
 /* Safari and Chrome */
    -o-transition: all 1s;
 /* Opera */;
}

header.large .mainnav {
    background: rgba(236, 237, 237, 1);
    width: 100%;
    height: 74px;
}

header.small .mainnav {
    box-shadow: 0 -3px 17px #ccc;
    background: rgba(255, 255, 255, 0.99);
    width: 100%;
    height: 74px;
}

/* Menu ///////////////////////////////////////////////////////////////////////////////////// */

#access {
    display: block;
    float: right;
}

#access .menu-header,
div.menu {
    font-size: 18px;
    margin: 0 0 0 0;
}

#access .menu-header ul,
div.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#access .menu-header li,
div.menu li {
    float: left;
    position: relative;
    margin: 0 0 0 1px;
}

#access a {
    font-family: Open Sans, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #181823;
    display: block;
    line-height: 38px;
	font-size:14px;
    padding: 20px 16px 29px;
    text-decoration: none;
}

#access ul ul {
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
}

#access ul ul li {
    min-width: 180px;
}

#access ul ul ul {
    left: 100%;
    top: 0;
}

#access ul ul a {
    background: #333;
    line-height: 1em;
    padding: 10px;
    width: 160px;
    height: auto;
}

#access li:hover > a,
#access ul ul :hover > a {
    background: #1d9fc3;
    color: #fff;
}

#access ul li:hover > ul {
    display: block;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
    color: #fff;
    background: #1d9fc3;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
    color: #fff;
}

.vdec-butt {     
    border-left: 1px solid #1d9fc3;
    color: #177a97;
    display: inline-block;
    float: right;
    font-family: Open Sans,Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 38px;
    margin: 16px 0 0;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
	}

.vdec-butt:hover {
    background: #177a97;
    color: #fff;
}

/* Main Layout /////////////////////////////////////////////////////////////////////////////////////////*/ 

#wrapper {
    width: 100%;
    position: relative;
    text-align: left;
}

#container {
    width: 100%;
    margin: -20px 93px 0;
}

#maincontent {
    clear: both;
    width: 90%;
 /* 1000px / 1250px */
    font-size: 0.8125em;
 /* 13 / 16 */
    max-width: 1600px;
    margin: 0 auto;
    padding: 88px 0 0;
    color: #333;
    line-height: 1.5em;
    position: relative;
}

.maincontent {
    clear: both;
    width: 90%;
 /* 1000px / 1250px */
    font-size: 0.8125em;
 /* 13 / 16 */
    max-width: 1600px;
 /* 1200px / 13 */
    margin: 0 auto;
    padding: 1em 0px;
    color: #333;
    line-height: 1.5em;
    position: relative;
}

#pagecontent {
    clear: both;
    width: 90%;
 /* 1000px / 1250px */
    max-width: 1600px;
    margin: 0 auto;
    padding: 88px 0 0;
    color: #333;
    line-height: 30px;
    position: relative;
    min-height: 800px;
}


div#webinar_wrapper {
	padding-top:200px;
	margin: 0 auto 100px !important;
}

#webinarsidebar .name, #webinarsidebar .email { width:90% !important; margin: 0 0 10px !important;  color: #999; font-size: 14px; }

button, input[type="button"], input[type="reset"], input[type="submit"] { text-shadow: none !important; }

#post-13 .entry-title { display:none; }


/*  Home page  ////////////////////////////////////////////////////////////////////////////////////////////*/
 
.slider {
    margin: 0 auto 60px;
    max-width: 1414px;
    position: relative;
    height: 736px;
}

.banner-txt {
    color: #fff;
    text-align: center;
}

.banner-heading {
    font-size: 48px;
    color: #fff;
    line-height: 7px;
	margin: 20px 20px 40px;
}

.bayline a {
    color: #fff !important;
}

.bayline {
    color: #fff !important;
    border: 3px solid #fff;
    display: inline-block;
    font-size: 18px;
    margin: 24px 0;
    padding: 23px 30px;
    background: rgba(255, 255, 255, 0.1);
}

.bayline:hover {
    background: #1d9fc3;
}

.readmore a {
    color: #1d9fc3;
}

a.readmore:empty {
    display: none;
}
.readmore {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: 2px solid #1d9fc3;
    color: #1d9fc3;
    font-size: 18px;
    margin: 10px 4px;
    padding: 15px 10px;
    text-align: center;
    width: 94%;
	display: block;
}

.readmore:hover {
    background: #1d9fc3;
    color: #fff !important;
}

.vetscol1 ul { margin: 0 0 20px 38px; }

.slide-1 .banner-txt {
    margin: 362px auto 20px;
}

.slide-2 .banner-txt {
    margin: 480px auto 20px;
}

.slide-3 .banner-txt {
    margin: 546px auto 20px;
}

.slide-4 .banner-txt {
    margin: 362px auto 20px;
}

.slide-5 .banner-txt {
     margin: 534px auto 20px;
}

.slide-6 .banner-txt {
    margin: 546px auto 20px;
}

.slide-1 {
    background: url(images/slide-01.jpg ) top no-repeat;
    height: 736px;
    width: 100%;
}

.slide-2 {
    background: url(images/slide-03.jpg ) top no-repeat;
    height: 736px;
    width: 100%;
}

.slide-3 {
    background: url(images/slide-02.jpg ) top no-repeat;
    height: 736px;
    width: 100%;
}

.slide-4 {
    background: url(images/slide-04.jpg ) top no-repeat;
    height: 736px;
    width: 100%;
}

.slide-5 {
    background: url(images/slide-06.jpg ) top no-repeat;
    height: 736px;
    width: 100%;
}





/* homepage boxes  ///////////////////////////////////////////////////////////////////////////////////*/

.view {
    width: 100%;
    height: 100%;
    margin: 0;
    float: left;
    border: none;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.view .mask,.view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
}

.view p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    padding: 15px 68px 20px;
    position: relative;
    text-align: center;
}

.view-sixth img {
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
}

.view-sixth .mask {
    background-color: rgba(23, 124, 153, 0.89);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in 0.4s;
    -moz-transition: all 0.3s ease-in 0.4s;
    -o-transition: all 0.3s ease-in 0.4s;
    -ms-transition: all 0.3s ease-in 0.4s;
    transition: all 0.3s ease-in 0.4s;
}

.view-sixth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.view-sixth:hover img {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.blue {
    background: #177c99;
    color: #fff;
    font-size: 18px;
    padding: 30px;
    text-align: center;
}

.green {
    background: #665f05;
    color: #fff;
    font-size: 18px;
    padding: 30px;
    text-align: center;
}

.box1 {
    max-width: 671px;
}

.box2 {
    max-width: 671px;
    float: right;
}

.icon-logo {
    margin: 50px auto 0;
}

.workshop-banner {
    width: 100%;
    height: 511px;
    background: url(images/workshop-bg.jpg) top no-repeat;
    color: #fff;
    text-align: center;
    margin: 20px 0 40px;
}


#trailer {  margin: 0 auto; max-width: 700px; padding: 25px 25px 35px; }

.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%;
}

/*  Pages  ////////////////////////////////////////////////////////////////////////////////////////////*/

.bannerbg { height: 430px; width: 100%; text-align: center; overflow: hidden; margin: 0 0 80px; }

.bannerbg-shop { height: 225px; width: 100%; text-align: center; overflow: hidden; margin: 0 0 80px; }

.bannerbg2 { height: 300px; width: 100%; text-align: center; overflow: hidden; margin: 0 0 80px; }
.bannerbg3 { height: 238px; margin: 0 0 32px; overflow: hidden; text-align: center; width: 100%; }

.bannerbg-shop .title { color: #fff; margin: 72px 20px 30px; }
.bannerbg2 .title { color: #fff;margin: 85px 20px 30px; }
.bannerbg3 .title { color: #fff;margin: 85px 20px 30px; }

.article-content { background:#fff;  margin:-127px 13% 78px;  padding: 70px; }

.title {
    color: #fff;
    margin: 168px 20px 30px;
}

.workshop-bg, .pets-bg { background:#fff;  margin:0px 0 78px;  padding: 70px; }

.course-desc {   
	background: none repeat scroll 0 0 #f0f0f0;
    border: 1px dashed #9c9c9c;
     margin: 48px 0 50px;
    padding: 30px 40px 40px;  }
	

.workshop-side {
    background: url(images/case-study-bg.jpg) repeat scroll center top #217993;
    color: #fff;
    font-family: Open Sans,Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 20px 20px 0px;
    padding: 35px;
}

.pets-side {
    background: url(images/case-study-bg.jpg) repeat scroll center top #217993;
    color: #fff;
    font-family: Open Sans,Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 0px 20px 20px;
    padding: 35px;
}

.pets-side a { color:#fff !important; text-decoration:underline; }

.workshop-image { margin:0 0 30px; }

.wpcf-field-cost-value { font-weight:700; margin: 0 0 20px; display: block;}
.wpcf-field-cost-value:before { content:"Cost: "; }

.wpcf-field-venue-value {  border-bottom: 1px dashed #999; display: block; font-weight: 700; margin: 0 0 20px;  padding-bottom: 27px;}
.wpcf-field-venue-value:before { content:"Venue: "; }

.wpcf-field-workshop-details-value { margin-bottom:42px; }

.cont-left { float:left; width:40%; }
.cont-right { float:right; width:40%; }

.entry-summary h2 { color: #1d9fc3; font-weight: 700; margin: 0 0 20px; }
.variations td { padding:3px; }

/*  Tabs on Vets Page   ///////////////////////////////////////////////////////////////////////////////*/
	
/* Specific to example one */
#tabs {
}

#tabs .list-wrap {
    background: #fff;
    padding: 10px;
    margin: 0 0 15px 0;
    min-height: 300px;
    display: table;
}

#tabs ul {
    list-style: none;
}

#tabs ul li a {
    display: block;
    border-bottom: 1px solid #666;
    padding: 4px;
    color: #666;
}

#tabs ul li a:hover {
    background: #333;
    color: white;
}

#tabs ul li:last-child a {
}

#tabs .nav {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#tabs .nav li {
    float: left;
    margin: 0 0.6% 0 0;
    width: 24.5%;
}

#tabs .nav li.last {
    margin-right: 0;
}

#tabs .nav li a {
    display: block;
    font-size: 17px;
    padding: 30px 0;
    background: #dadcde;
    color: #979ca7;
    text-align: center;
    border: 0;
    font-family: Open Sans, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-top: 4px solid #dadcde;
}

#tabs li a.current,#tabs li a.current:hover {
    background-color: #fff !important;
    color: black;
    border-top: 4px solid #1d9fc3;
}

#tabs .nav li a:hover, #tabs .nav li a:focus {
    background: #f2f2f3;
    color: #686c75;
}




/* Generic Utility ////////////////////////////////////////////////////////////////////*/


.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#tabs h2 {
    margin: 50px 40px 60px;
    color: #000;
    font-size: 50px;
    line-height: 53px;
}

.vetscol1 p {
    margin: 0 40px 30px;
}

.vetscol1 li {
    color: #6e6e6e;
    list-style-type: square;
    margin: 0 0 31px 21px;
    padding: 0 0 0 16px;
    font-family: Open Sans, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.workshop-bg li, .pets-bg li {
    color: #6e6e6e;
    list-style-type: square;
    margin: 0 0 31px 21px;
    padding: 0 0 0 16px;
    font-family: Open Sans, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.casestudybg {
    background: #217993 url(images/case-study-bg.jpg) top no-repeat;
    margin: 0 40px 20px 20px;
    padding: 35px;
    color: #fff;
    font-family: Open Sans, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.casestudybg h3, .testybg h3 {
    font-size: 40px;
    margin: 10px 0 30px;
	line-height: 50px;
}

.testybg {
    background: #000 url(images/workshop-testy.jpg) top no-repeat;
    margin: 0 40px 20px 20px;
    padding: 35px;
    color: #fff;
    font-family: Open Sans, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.buy1 {
    margin: 0 20px 40px 40px;
}

.buy2 {
    margin: 0 40px 40px 20px;
}

/*  Sections  ////////////////////////////////////////////////////////////////////////////////////////////*/

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/* Fonts /////////////////////////////////////////////////////////////////////////////////////////////////*/ 

body {
    font-family: Open Sans, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.hidden { display:none; }

strong {
    font-weight: 700;
}

.entry-content h1 {
    margin: 75px 10px 65px;
}

h1 {
    font-family: 'Playfair Display', Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	font-style:italic;
	font-weight:400;
    color: #000;
    text-align: center;
    font-size: 52px;
    line-height: 60px;
}

.product_title {
    font-family: 'Playfair Display', Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	font-style:italic;
	font-weight:400;
    color: #000;
    text-align: center;
    font-size: 52px;
    line-height: 60px;
}

.workshop-bg h1, .pets-bg h1 {
    font-family: 'Playfair Display', Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	font-style:italic;
	font-weight:400;
    color: #000;
    text-align: left;
    font-size: 34px;
    line-height: 50px;
	margin: 0 0 30px;
}

.summary h1 {
    font-family: 'Playfair Display', Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	font-style:italic;
	font-weight:400;
    color: #000;
    text-align: left;
    font-size: 34px;
    line-height: 50px;
	margin: 0 0 30px;
}

.entry-title {
    font-size: 30px;
    margin: 0 0 30px;
}

h2 { margin:0 0 20px;  }

.pets-bg h3 { margin:0 0 20px; font-size:16px; font-weight:700;}

.about p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    margin: 0 auto 40px;
    ; max-width: 800px;
    color: #616161;
    padding: 0 25%;
}

.about {
    position: relative; }
.curly-open { position:absolute;
    top: 227px;
    left: 13%;
}

.curly-close {
    position: absolute;
    top: 227px;
    right: 13%;
}

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
/*-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto;*/;
}

p {
    margin: 0 0 20px;
}

.workshop-banner h2 {
    font-size: 36px;
    margin: 22px 20px 30px;
}

.workshop-banner p {
    font-size: 18px;
    line-height: 26px;
    max-width: 800px;
    margin: 0 auto 20px;
}

.course-desc h2 {    color: #1d9fc3; font-size: 22px;  font-weight: 700; line-height: 41px; margin: 0 0 13px;}

#periodontal, #analgesia, #radiology, #oral, #endodontics, #clinical { position:relative; top:-140px; }

.pet-articles { margin: 30px 0 0; }

.pet-articles h3 {  font-family: Open Sans,Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    margin: 2px 0 20px; }

.pet-articles a { color:#000; }

.workshop-side ul { padding:0 0 6px; }

.workshop-side li { margin:0 0 5px; }

.workshop-side a { color:#fff!important; font-weight: 700; }
	
ol {
	list-style-type: none;
	list-style-type: decimal !ie; /*IE 7- hack*/
	margin: 0;
	margin-left: 4em;
	padding: 0;
	
	counter-reset: li-counter;
}
ol > li{
	position: relative;
	margin-bottom: 20px;
	padding-left: 0.5em;
	min-height: 3em;
}
ol > li:before {
	position: absolute;
	top: 0;
	left: -1.33em;
	width: 1.2em;
	height: 1.2em;
	
	font-size: 2.5em;
	line-height: 1.2;
	text-align: center;
	color: #f5f5f5;

	border: 3px solid #c5c5c5;
    border-radius: 50%;
	background-color: #464646;
	content: counter(li-counter);
	counter-increment: li-counter;
}

.product ul { padding:0 0 6px 20px; }
.product li { list-style-type:square; margin:0 0 13px; }

#pagecontent a { color:#177c99; }

/* Links  /////////////////////////////////////////////////////////////////////////////////////////////////*/ 

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

a:focus {
    outline: none;
    color: rgb(0,0,0);
}

a:hover, 
a:active {
    outline: 0;
}


/* Images /////////////////////////////////////////////////////////////////////////////////////////////// */

img {
    border: 0;
    max-width: 100%;
    height: auto;
    width: auto\9;
 /* ie8 */;
}

img.floatleft {
    float: left;
    margin: 0 10px 0 0;
}

img.floatright {
    float: right;
    margin: 0 0 0 10px;
}


/* Wordpress Editor Images /////////////////////////////////////////////////////////////////////////////// */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%;
 /* When images are too wide for containing element, force them to fit. */
    height: auto;
 /* Override height to match resized width for correct aspect ratio. */;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 5px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important;
 /* prevent too-wide images from breaking layout */
    padding: 0px;
    text-align: center;
}

.wp-caption img {
    margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
 	color: #646464;
    font-size: 12px;
    margin: 5px 23px;
}

.wp-smiley {
    margin: 0;
}

.gallery {
    margin: 0 auto 18px;
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery img {
    border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}

.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}

.gallery dl {
    margin: 0;
}

.gallery img {
    border: 10px solid #f1f1f1;
}

.gallery br+br {
    display: none;
}

#content .attachment img {
/* single attachment images should be centered */
    display: block;
    margin: 0 auto;
}

/* Forms  ///////////////////////////////////////////////////////////////////////////////////////////////////*/

form {
    margin: 0;
}

fieldset {
    margin-bottom: 1.5em;
    padding: 0;
    border-width: 0;
}

legend {
    *margin-left: -7px;
    padding: 0;
    border-width: 0;
}

label {
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
	font-size: 14px;
}

label.inline {
    display: inline;
    margin: 0;
}

label span {
    color: #666;
    font-size: 0.9em;
}

label span.right {
    position: absolute;
    bottom: 0;
    right: 1em;
    text-align: right;
}

label.disabled {
    color: #ccc;
}

button, 
search,
input, 
select, 
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    padding: 0.5em 1em;
    margin: 0;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
}

input[type="checkbox"], 
input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    box-sizing: content-box;
}

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

input {
    margin: 0;
    border: 1px solid #ccc;
    font-size: 1em;
    padding: 8px;
    background: #fff;
}

input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder {
    color: #bbb;
}

input::-moz-focus-inner {
    border: 0;
}

input[disabled="disabled"], input.disabled {
    color: #999;
    background: #f5f5f5;
    -moz-box-shadow: inset 0px 0px 2px #ddd;
    -webkit-box-shadow: inset 0px 1px 2px #ddd;
    box-shadow: inset 0px 1px 2px #ddd;
}


.frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label { font-family: Open Sans, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-weight:300 !important; }

/* Colors for form validity */
input:valid, 
textarea:valid {
/* Styles */;
}

input:invalid, 
textarea:invalid {
    -webkit-box-shadow: 0 0 2px #f00;
    -moz-box-shadow: 0 0 2px #f00;
    box-shadow: 0 0 2px #f00;
}

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
    background-color: #ccc;
}

/* WOOCOMMERCE ////////////////////////////////////////////////////////////////////////////////////*/

.woocommerce-page #pagecontent { 
	padding:80px 0 0; }
	
.single-product #pagecontent { 
	padding:154px 0 0; }

/*.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {

    clear: none !important;

}*/
	

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 { 
	font-family:Open Sans, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:300;
	font-style: normal;
	color:#444;
	line-height: 25px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { text-align:center; }

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    color: #004b7c !important;
    font-size: 24px;
    font-weight: 300 !important;
	margin:20px 0;
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
	padding: 15px 30px !important;
}

.woocommerce div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce-page #content div.product .product_title {
    font-size: 45px;
    text-align: left;
}



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


.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images { margin-bottom: 100px !important; }

.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
    color: #177a97!important;
    font-size: 18px!important;
	font-weight:700;
	margin:0 0 100px;
}


.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img { box-shadow: none!important; }

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img { box-shadow:none!important; }

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button { font-weight:300 !important;}

.shipping-calculator-button { color:#000; }

.product-name a { color:#1d9fc3; }

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
    background:#fff !important;
    margin: -26px 0 2em !important;
    padding: 31px !important;
}


.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    display: none !important;
}

.woocommerce ul.products li.product h3 {
    height: 100px; }
	
	
.woocommerce ul.products li.product .price { font-size: 20px !important; }

.from { font-size: 18px !important; color:#004b7c !important; text-transform:none!important; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { background-color: #176d9a !important; color:#fff!important;border-radius: 0!important; }

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { color: #999; }



.woocommerce div.product form.cart .variations select {
    color: #444 !important;
    font-family: Open sans, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    height: 36px !important;
    padding: 3px 8px 4px!important;
    width: 100%;
}


.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #444 !important;
    font-size: 30px !important;
    font-weight: 300 !important;
}

.product_meta {
    border-top: 1px dashed #999;
    padding: 20px 0 0;
}

.product_meta a { color:#2997cf;  }


.woocommerce .quantity .qty {
    height: 34px!important; }
	
	
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 21.1% !important;}

.shop-sidebar { background:#dfe0e0;}
.shop-sidebar li { list-style-type:none; padding: 0 30px; }
.product-categories { margin:0 0 50px ; padding:0; }
.product-categories li { padding: 0 0 5px; }
.children {  font-size: 14px; padding: 0 0 18px 29px; }
.children li a { color:#444; }
.children li { list-style-type: circle;  }
.widget-title { font-size:28px; margin: 20px 0;font-family:Open Sans, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }
.shop-sidebar a { color:#18819e; }
.current-cat { font-weight:700; }
.widget_shopping_cart_content { background:#ececec;  font-size: 12px; line-height: 19px; padding: 20px; }
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message { width: 100% !important; }
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove { top:2px !important; }

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total { border-top: 1px dashed #444 !important; text-align: right !important; }
mark { background:none; }
.value a {  color: #2997cf; }

.woocommerce .woocommerce-message:before {color: #2997cf !important; }
.woocommerce .woocommerce-message { border-top: 1px solid #2997cf  !important; }

.cart_totals td { border-bottom:#cdcdcd solid 1px; }
.cart_totals p { margin:0 !important; }

.cart_totals h2 { font-family:Open Sans, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif!important;  }

.woocommerce-cart .cart-collaterals .cart_totals table th { width: 33% !important;}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { float: right; width: 40% !important;  border: 1px solid #ccc; padding: 30px; }
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { float: left; width: 40% !important; border: 1px solid #ccc; padding: 30px;}

.woocommerce-info a { color:#1d9fc3; }

.woocommerce-billing-fields h3, #ship-to-different-address {  font-family:Open Sans, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif!important; font-weight:300;margin: 0 0 30px; font-size:18px; }

#order_review_heading {  font-family:Open Sans, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif!important; font-weight:300; margin: 30px 0 30px; font-size:18px; }

#ship-to-different-address label { font-size:18px; }
.woocommerce form .form-row select { padding: 8px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { line-height: 19px !important; font-size: 14px !important; font-family:Open Sans, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif!important; }
.woocommerce-breadcrumb { color: #777; font-size: 0.92em; margin: 0 0 1em; padding: 0;}
.woocommerce-breadcrumb a { color: #777;}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text { width: 136px !important; }
.coupon .button { font-size:14px !important; }
.woocommerce-checkout .checkout .shipping_address { min-height: 506px !important;}


/* Footer ////////////////////////////////////////////////////////////////////////////////////*/

#footer {
    padding: 20px 0 0;
    margin: 50px auto 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #177c99;
    color: #fff;
}

.credits {
    text-align: center;
    margin: 0 0 120px;
}

.credits p {
    font-size: 14px;
    margin: 20px 10px;
}

.credits a {
    color: #fff;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
}


@media only screen and (max-width: 1190px) {
	
#headcontainer { display:none; }
#mobile-head { display:block;  height: 71px; padding:10px 15px 2px; background: #158bab; }
#mob-logo { width:61px; height:61px;  float:right;}
.nav-logo { margin:20px 0 0; width:192px; height:109px; }
.mobmenu{ width:37px; height:34px; background:url(images/open.png) top no-repeat; display:block; float:left; cursor: pointer; margin: 15px 0 0;}
.mm-list, .mm-list > li { text-align: left;}
#maincontent { padding: 4% 0 0; } 

}

@media only screen and (max-width: 1600px) {}


@media only screen and (max-width: 1340px) {
.curly-open, .curly-close { display:none; }
}


@media only screen and (max-width: 1024px) {


	
}


@media only screen and (max-width: 768px) {
	
.entry-content h1 {margin: 0 10px 20px; }
.about p { padding: 0 8%; }

@media only screen and (max-width: 586px),  only screen and (max-device-width: 586px) {
	
.slide-1 .banner-txt,
.slide-2 .banner-txt,
.slide-3 .banner-txt,
.slide-4 .banner-txt,
.slide-5 .banner-txt,
.slide-6 .banner-txt
 { margin: 80px auto 20px; }

.banner-heading {line-height: 57px;}
.workshop-banner { background: url("images/workshop-bg.jpg") repeat-y scroll center top rgba(0, 0, 0, 0); height:auto; }
.workshop-banner h2 {line-height: 40px; }
.workshop-banner p { padding: 0 30px;}
.bayline { margin: 24px 0 60px;}

h1 { font-size: 30px; line-height: 38px; }

#pagecontent { width: 100%;  padding: 12px 0 0; }
.article-content { margin: -127px 0 78px;  padding: 40px 20px;}

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

.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary { float: none; margin: 0 auto !important; width: 83% !important; }
.single-product #pagecontent { padding: 35px 0 0;}
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product { width: 100% !important; }
.woocommerce div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce-page #content div.product .product_title { font-size: 30px; }

.workshop-bg, .pets-bg {  padding: 17px; }


#footer {
    width: 100%;
}

}

@media only screen and (max-width: 480px) {}