/* gray version*/
/* add <link href="https://fonts.googleapis.com/css?family=Comfortaa|Josefin+Sans:300" rel="stylesheet"> to index.php */


/vis forms style */
.visforms{text-align:left;}
label.vis_mandatory{display:none !important;}
label.asterix-ancor{display:none;}
.visCSSinput, .editor{width:94%;}
.visform input:not(.btn){padding:2% 2% 1%}
.visform textarea{width:94%;padding:2% 2% 1%;}
button.btn, input[type="submit"].btn{
padding: 10px 14px;
margin-bottom: 0;
line-height: 18px;
text-align: center;
vertical-align: middle;
cursor: pointer;
text-shadow: none;
background-image: none;
background-repeat: repeat-x;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border-width: 0px;
*margin-left: .3em;
font-weight: normal;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-property: color;
transition-property: color;
font-size:100%;
}

.visform [class^="fieldset-"].active {
  display: block;
  border: 0;
}
.visforms-form{margin-left:-14px;}
.visform input, .visform select, .visform textarea {
  border: 1px solid #999;
  padding: 8px 0px 8px 8px;
border-radius:2px;
}
.vis_mandatory{display:none;}
#modvisform291new-patient-or-returninglbl{display:none;}
#field5{margin-top:12px;}
.visCSSlabel{display:none;}
.visCSSmargLeft {margin-left:0;}
input.btn{padding:12px 36px;}
#field5_btn{border: 0;
background-color: transparent;}
.visicon-calendar::before {
  content: "\e603";
  font-size: 24px;
  color: #6E6E6E;
  line-height: 10px;
}
.visform input, .visform select, .visform textarea{
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
padding: 2% 2% 1%;
width:94%;
margin: 4px;
}

.visform textarea{margin-bottom:-2px;}/* fix for margin on fields*/

button.btn, input[type="submit"].btn{color: rgb(51, 51, 51);}

/*awards 4 box*/
.box-4{width:16%;min-width:200px;margin:2%;display:inline-block;vertical-align:top}


/* new portfolio */
.p-leftcol{width:48%;text-align:center;float:left;}
.p-rightcol{width:48%;text-align:center;float:right;}

#portfolio-container{
max-width:1200px;
margin:24 auto 24px;
}

#portfolio-float-left{
float:left;
margin-left:2%;
width:46%
}
#portfolio-float-right{
float:right;
margin-right:2%;
width:46%
}
#portfolio-float-right img, #portfolio-float-left img, #portfolio-image-strip img {
-webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.75);
}
#portfolio-image-strip{
width:100%;
margin:0 0 12px 0;
text-align:center;f
}

/*Fix for two column blog*/
.columns-2 .blog-item{
    width: 48%; 
    float: left;
    margin-bottom: 20px;
    clear: both;
}
.blog-item:nth-child(even) {float: right;clear: none;}

.masonry-3 .blog-item{
    width: 31%; 
    float: left;
    margin-bottom: 20px;
}

.blog-item:nth-child(3n) {float: right;}
.blog-item:nth-child(3n-1) {margin-left: 3.5%;}
.blog-item:nth-child(3n+1) {clear: both;}


.blog-item img {max-width: 100%;}
.com-content-category-blog__navigation {clear: both;text-align: center;}

.items-more {clear: both;}

.icon-angle-right {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../images/icons/icon-rightarrow.png);
    background-repeat: no-repeat;
}

.icon-angle-left {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../images/icons/icon-leftarrow.png);
    background-repeat: no-repeat;
}

.pagination__wrapper ul {padding: 0;}
.pagination__wrapper ul li {display: inline;}

body {
font-family: 'Open Sans', sans-serif;
font-size:1em;
line-height:1.6em;
color:#575757;
background-color: #fcf2dd;
}

h1, h2, h3, h4 {font-family: 'Lato', sans-serif;color:#444444;font-weight: 300;
line-height: 1em;}
h2 {font-size: 32px;padding-bottom: 6px;margin:0;}
h3{font-size:22px;}

a {color:#333;}
a:hover {color:#888;}
.readon{background-color: #797878;color:#fff;border-bottom: 2px solid #535252;}
.readon:hover{background-color: #444;color:#fff;border-bottom: 2px solid #1B1A1A;}
.btn{color:#fff;
background-color: #d6a23f;
padding: 10px 14px;
border-radius: 6px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-property: color;
transition-property: color;
white-space: nowrap;
line-height: 58px;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bc8c30;
  background-position: 0 -30px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}

#header {
	padding-top: 0;
	padding-bottom: 0;
    height: 127px;
}
#header-surround{background-color:#382602;border-bottom: 6px solid #e5c78d;}
#header{padding-top: 0;padding-bottom: 0;height: 127px;}
#header-height{height:127px;}
#drawer-holder{background-color:#383838;padding:16px 1% 14px;}
#header-a {height: 100%;position: relative;}
#header-a img {position: absolute;top: 50%;left: 0%;transform: translate(0%, -50%);}
#header-a.width-45{width:30%;}
#header-b.width-45{width:60%;}

#showcase{border-bottom:7px solid #e5c78d;
border-top:7px solid #8a8b8e;}
#showcase-a{margin-bottom: -10px;}

#top{color: #ccc;background-color:#382602;box-shadow: 0px 1px 0 #dde0e7;border-bottom:7px solid #e5c78d;
border-top:7px solid #e5c78d;}
#top-a {width: 30%;}
#top-b {width: 60%;}
#top h2, #top h3, #top h4{color:#ccc}

/*New icons*/
.new-icon-div {
	padding: 0px 25px 20px;
    width: auto;
    min-height: 88px;
display: inline-block;
}
.new-icon {
	border-radius: 50%;
	width: 88px;
	height: 88px;
	position: relative;
	padding: 0;
	margin: 0;
	display: block;
}
.new-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.new-icon img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.new-icon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}
.new-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 2px #9d9d9d;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}
.new-icon:hover:after {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.new-icon:hover {
	box-shadow: 0 0 0 6px rgba(255,255,255,0.2);
	color: #fff;
	text-decoration: none
}

#utility{color: #2C2C2C;background-color: #FFFFFF;}
#utility h2, #utility h3, #utility h4{color:#000}




/* widgekit gallery on front page */
.uk-scope .uk-overlay{padding:0 10px;}
.uk-scope .uk-overlay-primary {background-color: rgba(250,250,250, 1.0);}
.uk-scope .uk-overlay-primary .uk-h4, .uk-scope .uk-overlay-primary h4{color:#323232 !important;font-weight: 200;}
.uk-scope .uk-overlay-primary{color:#323232 !important;font-weight: 200;font-size:90%;}
.uk-position-cover{border-bottom: 3px solid #8a8b8e !important;}
.uk-scope .uk-transition-toggle:hover [class*="uk-transition-slide"]{border-top: 3px solid #8a8b8e !important;}



#feature{
background-image: url(../../../images/about-parallax-4.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: block;
  width: 92%;
  background-color: #8c8c8c;
  color: #f1f1f1;
  font-size: 122%;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
padding: 10% 4%;}
#feature h2, #feature h3, #feature h4{color:#fff}
#feature h3{font-size: 161%;}

#maintop{color: #424242;background-color: #fcf2dd;}
#maintop h2, #maintop h3, #maintop h4{color:#000}

#expandedtop{background-color:#54421E;color: #2C2C2C;}
#expandedtop h2, #expandedtop h3, #expandedtop h4{color:#656565}

#content-top{}
#content-top h2, #content-top h3, #content-top h4{color:#656565}

#mainbody{background-color:#fcf2dd;border-top: 1px solid rgba(0,0,0,0.05);}
#sidebar-a{
background-color:#e5c78d;
color: #5e5e5e;
}

.item-image{margin-top:18px;}

#sidebar-a h3{font-size: 125%;}
#sidebar-a h4{font-size: 18px;color:#8B8B8B;line-height:32px;}
#sidebar-b{background-color: #fff; /* #AFAFAF or #78bf57 or #888888*/
color: #5e5e5e;
}

#content-bottom{color: #6E6E6E;background-color: #FFFFFF;}
#content-bottom h2, #content-bottom h3, #content-bottom h4{color:#656565}
#content-bottom-boxes {border-top: 1px solid #ccc;padding-top: 53px;}

#expandedbottom{
color: #424242;
background-color: #e5c78d;
border-top: 1px solid #dde0e7;
box-shadow: 0px 1px 0 #dde0e7;
}
#expandedbottom::after {color: #e5c78d;text-shadow: 0px 2px 0 #e5c78d;}
#expandedbottom h2, #expandedbottom h3, #expandedbottom h4 {color: #6A6A6A;}


#mainbottom{background-color: #FFFFFF;color: #6E6E6E;}
#mainbottom h2, #mainbottom h3, #mainbottom h4{color:#656565}
#extension{
background-image: url(../images/backgrounds/extension/preset1/bg.png);
color: #000000;
background-color: #cdcdcd;
}
#extension a{color:#07659e}
#extension h2, #extension h3, #extension h4{color:#fff;text-shadow: 1px 2px 0 rgba(0,0,0,0.2);}
#fullwidth{color: #6E6E6E;background-color: #FFFFFF;}
#fullwidth h2, #fullwidth h3, #fullwidth h4{color:#656565}

#bottom{
background-image: url(../../../images/sample_bg.jpg);
background-size: cover;
background-position: center;
background-attachment: fixed;
display: block;
width:92%;
background-color: #8c8c8c;
color: #f1f1f1;
font-size:122%;
text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
#bottom h2, #bottom h3, #bottom h4{color:#fff;text-shadow: 1px 2px 0 rgba(0,0,0,0.2);}

#footer{
color: #8f8f8f;
background-color: #382602;
border-top: 1px solid rgba(0,0,0,0.2);
padding-top: 48px;
}
#footer a{color:#8f8f8f;}
#footer a:hover{color:#E2E2E2;}
#footer h2, #footer h3, #footer h4{color:#e8e8e8;text-shadow: 1px 2px 0 rgba(0,0,0,0.2);}

#copyright{
color: #5f5f5f;
background-color:#382602;
border-top: 1px solid #5f5f5f;
padding-top: 10px;
}
#copyright h2, #copyright h3, #copyright h4{color:#787878;text-shadow: 1px 2px 0 rgba(0,0,0,0.2);}
#copyright a{color:#8f8f8f}
#copyright a:hover{#E2E2E2}



/* full width slider */
#showcase-a.width-95{width:100%;}

/*Menu changes*/
.mobilemenuck-bar-button{margin-top:36px;}
.mobilemenuck-bar-title{display:none;}

div#maximenuck354 ul.maximenuck {
  float: right !important;
}

div#maximenuck354 ul.maximenuck li.maximenuck.level1 {
	/*background: #976c6c3b;*/
	padding: 0;
	margin: 0 1px;
	position: relative;
}

div#maximenuck354 ul.maximenuck li.maximenuck.level1 > a, 
div#maximenuck354 ul.maximenuck li.maximenuck.level1 > span.nav-header {
	padding: 53px 14px;
    color: #fff;
    text-transform: uppercase;
      letter-spacing: 1px;
	display: block;
}

div#maximenuck354 ul.maximenuck li.maximenuck.level1:hover > a,
div#maximenuck354 ul.maximenuck li.maximenuck.level1.active > a,
div#maximenuck354 ul.maximenuck li.maximenuck.level1:hover > span.nav-header,
div#maximenuck354 ul.maximenuck li.maximenuck.level1.active > span.nav-header {
    moz-box-shadow: inset 0 -10px 0 #d6a23f;
    -webkit-box-shadow: inset 0 -10px 0 #d6a23f;
    box-shadow: inset 0 -10px 0 #d6a23f;
}

div#maximenuck354 ul.maximenuck li.maximenuck.level1 > a:hover:after, 
div#maximenuck354 ul.maximenuck li.maximenuck.level1 > a:active:after,
div#maximenuck354 ul.maximenuck li.maximenuck.level1:hover > span.nav-header:after {
    height: 114px;
}

/* arrow image for parent item */
div#maximenuck354 ul.maximenuck li.level1.parent > a:after,
div#maximenuck354 ul.maximenuck li.level1.parent > span.separator:after {
	border: none;
}

div#maximenuck354 ul.maximenuck li.maximenuck.level1 > a:after,
div#maximenuck354 ul.maximenuck li.maximenuck.level1 > span.nav-header:after{
    background: #e5c78d;;
    width: 100%;
    height: 0;
    top: -8px;
    left: 0;
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* submenu */
div#maximenuck354 ul.maximenuck li ul.maximenuck2 li.maximenuck, div#maximenuck354 ul.maximenuck2 li.maximenuck{
padding-bottom:8px;}
div#maximenuck354 div.maxidrop-main{padding-left:14px;padding-right: 14px;padding-bottom: 5px;}

/* submenu background and border */
div#maximenuck354 div.floatck{ 
border:1px; 
border-color:#fff;
background:#000000d9;
padding-left:2px;
padding-top:8px;
border-radius: 0 0 5px 5px;
}


/* submenu  link color */
div#maximenuck354 ul.maximenuck li.maximenuck ul.maximenuck2 li > a{color:#ddd;} 
div#maximenuck354 ul.maximenuck li.maximenuck ul.maximenuck2 li > a:hover{color:#fff;} 
    



.show960{display:none;}
.show-over-1200{display:block;}
.show1200{display:none;}
.show767{display:none;}


@media only screen and (max-width: 1200px) {
.show-over-1200{display:none;}
.show1200{display:block;}
.fp-round-image-bottom-first-image{display:none;}
}

@media only screen and (max-width: 960px) {
.show960{display:block;}
.hide960{display:none;}
#header-a.width-45{width:60%;}
#header-b.width-45{width:30%;}

}

@media only screen and (max-width: 767px) {
.show767{display:block;}
.hide767{display:none;}
.layout-slideshow .sprocket-features-content{background:none;}
.layout-slideshow{margin-top:0px;}
#top-a{width:90%;}
#top-b, #top-c {width:90%;}
#header-height{height:98px;}
#header{height: 98px;}
#header-a{width:63%;text-align:left;margin-left:0;}
.mobilemenuck-bar-button{margin-top: -76px;}
#header-b.width-45{width:90%;}
.p-leftcol{width:100%;text-align:center;float:none;}
.p-rightcol{width:100%;text-align:center;float:none;}

}


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

