/* ------------------------------------------------------------ *\
	#Reset
\* ------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

*:before,
*:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }

/* ------------------------------------------------------------ *\
	#Base
\* ------------------------------------------------------------ */

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

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { background: #fff; font-family: 'Raleway', sans-serif; font-size: 16px; line-height: 1.4; color: #000; -webkit-font-smoothing:antialiased; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: 0; vertical-align: middle; }
strong { font-weight: bold; }
small { font-size: 80%; }

button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -webkit-font-smoothing:antialiased; }

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

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

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

.field::-webkit-input-placeholder { font-size: 14px; color: #9f9999; }
.field:-moz-input-placeholder { font-size: 14px; color: #9f9999; }
.field::-moz-input-placeholder { font-size: 14px; color: #9f9999; }
.field:-ms-input-placeholder { font-size: 14px; color: #9f9999; }

h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 25px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
p { margin: 1em 0 1em; }
.btn { border-radius: 5px; color: #fff; text-transform: uppercase; font-weight: 600; font-size: 13px; text-align: center;}
.btn:hover { text-decoration: none; }

.btn-darkorange { background: #b3913b; }
.btn-darkorange:hover { background: #9e8034; }

.btn-orange { background: #b3913b; }
.btn-orange:hover { background: #9e8034; }

.btn-blue { background: #b3913b; }
.btn-blue:hover { background: #9e8034; }

.nav ul,
.section-services ul,
.socials ul,
.widgets,
.list-services,
.offers,
.menu ul { overflow: hidden; list-style: none outside none; }
.cta-interior {
    width: 100%;
    margin: 30px auto;
    color: #fff;
    text-align: center;
    background: #002a29;
    padding: 20px 0;
}
.cta-interior-content {
    padding: 20px 0;
    border-top: solid 1px #b3913b;
    border-bottom: solid 1px #b3913b;
}
.cta-interior-content p {
    font-size: 24px;
    color: #fff;
    padding: 0 20px;
}

/* ------------------------------------------------------------ *\
	#Helpers
\* ------------------------------------------------------------ */

.alignleft { float: left; }
.alignright { float: right; }
.hidden { display: none; visibility: hidden; }

.clearfix:before,
.clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }

/* ------------------------------------------------------------ *\
	Containers
\* ------------------------------------------------------------ */

.shell { width: 960px; margin: 0 auto; }
.main .shell { overflow: visible; }

/* ------------------------------------------------------------ *\
	Hedaer
\* ------------------------------------------------------------ */

.header { border-top: 3px solid  #b3913b; padding: 12px 0; }
.callout-phone { font-size: 26px; color: #565656; font-family: 'Ariel', sans-serif; font-weight: 600; display: block; }
.callout-phone:hover { text-decoration: none; }

.header-inner { overflow: hidden; }
.callout-appointment { float: left; width: 20%; text-align: center; }
.callout-appointment .callout-actions { margin-left: 0; }
.btn-darkorange{ padding: 10px 15px; display: inline-block; margin: 5px 0 10px; font-size: 13px; }
.link-orange { font-size: 14px; color: #b3913b; display: block; }

.logo { display: block; float: left; margin-left: 55px; width: 51.5%; text-align: center; color: #565656;}
.logo:hover { text-decoration: none; color: #b3913b;}


.contacts { float: right; width: 20%; margin-top: 8px; font-size: 14px; color: #484848; line-height: 1.5; text-align: right; }

.menu { display: none; }

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { display: block; margin-top: 10px; }
.nav ul { overflow: visible; display: flex; justify-content:space-between;}
.nav li { position: relative; float: left; text-align: center; padding: 0 19px; }
.nav a { display: inline-block; font-size: 16px; color: #767272; font-weight: 500; text-transform: uppercase; padding: 5px 0; border-bottom: 3px solid transparent; vertical-align: middle; }

.nav a:hover,
.nav .current a { text-decoration: none; border-bottom: 3px solid  #b3913b; }

.has-dropdown a:after { content: " "; width: 10px; height: 6px; display: inline-block; background: url(../images/icons/arrow.png) no-repeat 0 0;  margin: 0 0 5px 5px; vertical-align: middle; }

.has-dropdown:hover ul { display: block; width: 180px; }
.has-dropdown ul { position: absolute; background: #fff; z-index: 99; display: none; }
.has-dropdown ul li { padding: 0; float: none; }
.has-dropdown ul a { padding: 8px 10px; display: block; font-size: 12px; background: #fff; border-bottom: 1px solid #dcdbdb; text-align: left; }
.has-dropdown ul a:hover { border-bottom: 1px solid #dcdbdb; color: #b3913b; }
.has-dropdown ul a:after { display: none; }


/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro { background: url(../images/intro.png) no-repeat center 0; -webkit-background-size: cover; 
        background-size: cover; border-top: 1px solid  #727272; }

.intro .shell { position: relative; }

.intro-image { float: left; width: 50%; margin: 10px 0 0 12px; }

.intro-content { position: absolute; top: 58px; right: 0;  width: 60%; text-align: right; }
.intro-title { font-weight: normal; color: #fff; text-shadow: 2px 2px 2px #000; line-height: 1.3; font-size: 39px; }
.link-yellow { color: #b3913b; font-size: 20px; text-shadow: 1px 1px 1px #000; line-height: 2; }

.intro-actions { margin-top: 28px; text-align: right; }
.btn-orange { padding: 11px 19px; font-size: 13px; display: inline-block; }

/* ------------------------------------------------------------ *\
	Intro-secondary
\* ------------------------------------------------------------ */

.intro-secondary { padding: 58px 0 22px; margin-bottom: 30px; }

/* ------------------------------------------------------------ *\
	Section-callout
\* ------------------------------------------------------------ */

.section-callout { background: rgba(0, 69, 85, 0.9); padding: 15px 0; line-height: 1.2; position: relative; }
.callout { background: #002a29; padding: 12px 25px; }
.callout-content { display: inline-block; vertical-align: middle;}
.callout-content span { font-size: 28px; color: #b3913b; }
.callout-content p { font-size: 34px; color: #fff; font-weight: 500; }

.callout-actions { display: inline-block; vertical-align: middle; margin-left: 115px; }
.btn-blue { padding: 12px 42px; }

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article-secondary { background: url(../images/dental.jpg) no-repeat center 0; padding: 216px 0 112px; -webkit-background-size: cover; 
        background-size: cover; margin-top: -127px; }

.article-secondary .article-content { background: rgba(255, 255, 255, 0.9); padding: 35px 47px 50px; width: 83%; margin: 0 auto; }
.article-secondary .article-body strong { font-size: 16px; }
.article-secondary .article-title { font-weight: 600; margin-bottom: 10px; }
.article-secondary .article-entry p { margin-bottom: 1em; }
.article-secondary .article-entry p:first-child { margin-top: 0; }
.article-secondary .article-actions { margin-top: 22px; }
.article-secondary .article-actions .btn-orange { padding: 10px 23px; display: inline-block; }
.article-secondary .article-entry ul { padding-left: 20px; margin-bottom: 1em; }

/* ------------------------------------------------------------ *\
	Section-serveces
\* ------------------------------------------------------------ */

.section-services { margin-top: 50px; font-weight: 600; }
.section-services li { float: left; margin-top: 40px; background: url(../images/bg.jpg) repeat 0 0; padding: 31px 0; width: 30%; text-align: center; }
.section-services li ~ li { margin-left: 47px; }
.section-services li:nth-child(4) { margin-left: 0; }
.section-services a { display: inline-block; padding: 7px 0; border-top: 1px solid  #bde6ef; border-bottom: 1px solid  #bde6ef; color: #fff; font-size: 26px; font-weight: 600; }
.section-services a:hover { text-decoration: none; border-top: 1px solid transparent; border-bottom: 1px solid transparent; }
.section-services a span { font-size: 10px; display: inline-block; vertical-align: top; margin-top: 8px; }

/* ------------------------------------------------------------ *\
	Content/Sidebar
\* ------------------------------------------------------------ */

.content { width: 66%; float: left; }
.main-title { color: #000; display: block; margin-bottom: 38px; }
.sidebar { width: 25%; float: right; }


/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article { background: none; margin-top: 0; padding: 0; }
.article .article-title { color: #b3913b; margin-bottom: 20px; }
.article .article-entry p, .article .article-entry ul, .article .article-entry ol { margin-bottom: 23px; }
.article .article-entry h2, .article .article-entry h3, .article .article-entry h4 { margin-bottom: 20px;}
.article span { display: block; color: #3d6f9e; font-size: 20px; }
.article .article-entry strong { margin: 15px 0 0 0; }
.article .article-entry img { max-width:100%; margin-bottom: 20px;}

.article p.image { display: block; margin-top: 70px; display: block; }
.article .article-entry ul { padding-left: 20px; }
.article .article-entry .img { float: left; width: 332px; text-align: left; }
.article .article-entry .img img { width: 100%; padding: 0 20px 20px 0; }

/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */

.widget-callout { padding: 20px 15px; background: #002a29; text-align: center; }
.widget-callout .callout { padding: 0; }
.widget-callout span { font-size: 20px; font-weight: bold; }
.widget-callout p { font-size: 22px; }

.widget-callout .callout-actions { margin: 20px 0; }
.widget-callout .btn-darkorange { background: #b3913b; display: inline-block; margin: 0; }

.widget-callout .callout-phone { line-height: 1.2; }
.widget-callout .callout-phone span { font-size: 18px; text-transform: uppercase; }
.widget-callout .callout-phone strong { font-size: 28px; color: #fff; }

.widget-nav { margin-top: 67px; padding-left: 27px; }
.widget-nav .widget-title { color: #002a29; font-weight: 800; }

.list-services { margin-top: 15px; }
.list-services a { color: #002a29; font-size: 16px; font-weight: 500; padding: 10px 8px; display: block; border-top: 1px solid  #002a29; }

/* ------------------------------------------------------------ *\
	Section-offers
\* ------------------------------------------------------------ */

.offer { display: block; overflow: hidden; padding: 22px 0 30px;  border-bottom: 4px solid  #b3913b; }
.offer ~ .offer { padding: 33px 0 30px; }

.offer-image { float: left; width: 17%; }

.offer-content { float: right; width: 79%; }
.offer-title { color: #b3913b; }
.offer-entry { margin: 12px 0; }
.offer-entry p { font-weight: 600; }

.offer-actions { margin-top: 30px; }
.offer-actions .btn-blue { display: inline-block; padding: 12px 16px; }

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form-contact { margin-left: 32px; }
.form-row ~ .form-row { margin-top: 25px; }

.form-label { font-size: 15px; color: #555; font-weight: bold; display: block; vertical-align: middle; }
.form-hint { white-space: nowrap; }
.form-row span.form-asterisk { display: inline-block; font-size: 20px; color: #ff1900; vertical-align: middle; }

.form-row span { font-size: 12px; color: #9f9999; font-weight: 500; display: block; }
.form-separator { display: inline-block; color: #000; vertical-align: top; margin: 0 10px 0 -10px; text-align: center; }

input,
.btn { box-shadow: none; -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none; }

.field ,
.textarea { padding: 3px 5px; font-size: 14px; color: #9f9999; }

.field { height: 25px; border: 1px solid  #9f9999; }
.field-small { width: 94px; }
.field-xsmall { width: 79px; }
.field-xxsmall { width: 39px; }
.field-medium { width: 134px; }
.field-large { width: 254px; }

.select,
.selecter-selected { width: 150px; display: block; height: 18px; padding: 0 5px; box-sizing: border-box; font-size: 10px; text-align: center; }
.selecter-selected:after { right: 0; width: 16px; background: #58b4fb; height: 16px; border: none; background: #58b4fb url(../images/icons/arrow-down.png) no-repeat 5px 9px; }
.selecter-selected:before { content: " "; display: block; right: 0; width: 8px; background: #58b4fb; height: 8px; border: none; background: #58b4fb url(../images/icons/arrow-up.png) no-repeat -1px 2px; position: relative; z-index: 10; margin: 0 -2px 0 0; float: right; }

.selecter { min-width: 58%; }
.selecter-item { padding: 0 15px; text-align: center; }

.textarea { width: 230px; margin-top: 7px; }

.form-actions { margin-top: 35px; }
.form-btn { width: 73px; height: 32px; background: #f3f3f3; border: 1px solid  #ccc; border-radius: 3px; font-size: 14px; color: #000; }

/* ------------------------------------------------------------ *\
	Section-contact
\* ------------------------------------------------------------ */

.section-contact { margin-top: 30px; }
.section-contact .contacts { width: 100%; text-align: left; float: none; }
.section-contact .contacts strong { margin-bottom: 0; display: inline-block; }

.section-contact .callout-phone { font-size: 43px; color: #b3913b; line-height: 1.1; margin-top: 30px; display: block; }
.section-contact .callout-phone span { display: block; font-size: 18px; color: #002a29; text-transform: uppercase; }

.section-contact .hours {margin-top: 33px; font-size: 16px; font-weight: normal; text-transform: none; }
.section-contact .hours  span { text-transform: uppercase; color: #000; font-weight: 600; }

#map-canvas-secondary { display: block; width: 100%; height: 314px; box-shadow: 0px 1px 8px 0 #000; margin-top: 30px; border: 5px solid #fff; }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { border-top: 9px solid  #b3913b; margin-top: 70px; color: #fff; width: 100%; }

#map-canvas { display: block; width: 100%; height: 220px; border: 5px solid  #fff; }

.footer-content { background: #004555; padding: 30px 0; }
.footer-content .contacts { width: 100%; float: none; margin-top: 0; color: #fff; text-align: left; margin-top: 5px; }

.footer-content .callout-phone { font-size: 40px; color: #fff; font-weight: 600; margin-top: 35px; line-height: 1.1; }
.footer-content .callout-phone .blue { font-size: 18px; display: block; font-weight: 600; text-transform: uppercase; }
.blue { color: #b3913b; }

.footer .hours { margin-top: 5px; line-height: 1.5; }
.footer .hours .blue { text-transform: uppercase; font-size: 16px; font-weight: 600; }

.socials { margin-top: 20px; }
.socials li { float: left; }
.socials li ~ li { margin-left: 12px; }

.facebook,
.twitter,
.instagram,
.googleplus { display: block; background: url(../images/icons/sprites.png) no-repeat; overflow: hidden; text-indent: 100%; white-space: nowrap; }


.facebook { width: 21px; height: 21px; background-position: -10px 0px; }
.twitter { width: 25px; height: 21px; background-position: -171px 0px; }
.instagram { width: 22px; height: 21px; background-position: -124px 0px; }
.googleplus { width: 25px; height: 20px; background-position: -77px 0px; }

.facebook:hover { background-position: -31px 0px; }
.twitter:hover { background-position: -146px 0px; }
.instagram:hover { background-position: -102px 0px; }
.googleplus:hover { background-position: -52px 0; }

.footer-bar { text-align: center; }

.footer-bar,
.footer-bar a { font-size: 13px; color: #333; padding: 10px 0;}

/* ------------------------------------------------------------ *\
	Cols
\* ------------------------------------------------------------ */

.form-cols,
.footer-cols { overflow: hidden; }

.col img {max-width: 100%;}

.col-size1 { width: 30%; float: left; }
.col-size2 { width: 35%; float: left; margin-left: 80px; }
.col-size3 { width: 25%; float: right; }

.footer-col { float: left; }

.footer-col-size1 { width: 305px; }
.footer-col-size2 { width: 30%; margin-left: 30px; }
.footer-col-size3 { width: 20%; margin-left: 62px; }

.form-col { display: inline-block; vertical-align: top; }
.form-col-size1 { width: 39px; }
.form-col-size2 { width: 10px; margin-left: 20px; }
.form-col-size3 { width: 79px; }


@media (max-width : 962px) {
	.shell { width: 768px; padding: 0 15px; }

	body { font-size: 12px; }

	h1 { font-size: 30px; }
	h2 { font-size: 28px; }
	h3 { font-size: 20px; }
	h4 { font-size: 16px; }
	h5 { font-size: 14px; }

	.btn { font-size: 11px; }
	.btn-darkorange { padding: 10px; }

	.callout-appointment { width: 24%; }
	.callout-phone { font-size: 22px; }
	.link-orange { font-size: 12px; }
	
	.logo { height: 108px; width: 45%; }
	.logo img { width: 100%; height: auto; margin-top: 5px; }

	.contacts { width: 20%; font-size: 13px; }

	.nav ul li { width: 14%; padding: 0; }
	.nav a { font-size: 12px; }

	.has-dropdown ul li { width: auto; }

	.link-yellow { font-size: 16px; }

	.intro-secondary { padding: 38px 0px 12px; margin-bottom: 20px;  }
	.intro-content { width: 70%; margin: 0 0 0 -162px; }

	.callout-content span { font-size: 22px; }
	.callout-content p { font-size: 26px; }
	.callout-actions { margin-left: 60px; }
	.btn-blue { padding: 12px 35px; }

	.article-entry p { font-size: 16px; }
	.article-entry strong { font-size: 14px; }
	.article .image img { width: 100%; height: auto; }
	.btn-orange { padding: 10px; }

	.field-large { width: 222px; }
	.selecter { max-width: 79%; }

	.section-services li ~ li { margin-left: 36px; }
	.section-services a { font-size: 24px; }

	.offer-image img { width: 100%; height: auto; }

	.article-secondary .article-image img { width: 100%; height: auto; }
	.article-secondary .article-entry p { font-size: 16px; }
	.article-secondary .article .article-entry p { margin-top: 0; }
	.content strong { margin-bottom: 18px; }

	.callout-content span { font-size: 14px; }
	.callout-content p { font-size: 20px; }
	.widget-callout .callout-phone span { font-size: 14px; }
	.widget-callout .callout-phone strong { font-size: 25px; }
	.list-services a { font-size: 14px; }

	.section-contact .callout-phone { font-size: 32px; }

	#map-canvas { height: 172px; }

	.footer-content .callout-phone .blue { font-size: 16px; }
	.footer-content .callout-phone { font-size: 32px; }

	.footer-bar { font-size: 12px; }

	.footer-col-size1 { width: 32%; }
	.footer-col-size3 { width: 28%; margin-left: 30px; }

	.col-size3 { width: 24%; float: right; }

}

@media (max-width : 769px) {
	.shell { width: auto; overflow: hidden; }

	h1 { font-size: 24px; }
	h2 { font-size: 22px; }
	h3 { font-size: 20px; }
	h4 { font-size: 16px; }
	h5 { font-size: 14px; }

	.main-title { margin-bottom: 20px; }
	.header { padding: 0; position: relative; height: 230px;}
	
	.header-inner { text-align: center; margin-left: 0; height: 220px; }
	.logo { float: none; display: inline-block; width: 276px; margin-left: 0; height: 175px; }
	.logo img { margin-top: 25px; }

	.callout-appointment,
	.contacts { display: none; }
    
    .book-btn {display: inline-block; float: none; margin-top: 64px;}

	.nav { width: 74%; position: fixed; top: 0; left: 0; bottom: 0; z-index: 99; margin: 0; background-color: #fff; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }
	.nav ul {display: block;}
	.nav ul li { float: none; width: auto; }
	.nav a { font-size: 14px; line-height: 20px; color: #767272; text-align: left; display: block; padding: 20px 5px; border-bottom: 1px solid #dcdbdb; }
	.nav a:hover { border-bottom: 1px solid #b3913b; }

	.nav .current a { border-bottom: 1px solid #b3913b; }
	.arrow { background-position: 0 -11px; height: 7px; }
	
	.has-dropdown ul { display: none; } 
	.nav-visible { display: block; position: static; width: 100%; display: none; } 
	.nav-visible a { font-size: 14px; line-height: 20px; text-transform: capitalize; background-color: transparent; padding: 6px 5px 4px 15px; }

	.nav {
		-webkit-transform: translateX(-100%); 
				transform: translateX(-100%); 
	}
	.nav .has-dropdown ul { position: relative; width: 100%; display: none; }
	.has-dropdown:hover ul { width: 100%; }
	.has-dropdown a:after { float: right; margin: 5px 15px 0 0; }
	.has-dropdown ul a:hover { color: #767272; }
	.has-dropdown ul a { font-size: 14px; text-transform: uppercase; padding: 20px 5px; }

	.wrapper {
		-webkit-transform: translateX(0%); 
				transform: translateX(0%); 
		-webkit-transition: -webkit-transform .5s ease 0; 
				transition: transform .5s ease 0; 
	}

	.show-nav .wrapper {
		height: 100%; 
		-webkit-transform: translateX(74%); 
				transform: translateX(74%); 
	}


	.show-nav,
	.show-nav body { overflow: hidden; }

	.menu { display: block; background: #b3913b; overflow: hidden; padding: 8px 0; }
	.menu li { float: left; width: 25%; border-right: 1px solid  #f1d0a5; text-align: center; }
	.menu li:last-child { border-right: none; }
	.menu a { color: #fff; text-transform: uppercase; font-weight: 600; display: block; text-align: center; }
	.menu a:hover { text-decoration: none; }
	.menu a span { display: block; }

	.menu .nav-toggle { width: auto; display: block; text-align: center; }
	.menu .nav-toggle span { display: block; content: " "; width: 22px; height: 2px; background: #fff; margin: 2px auto 0; }
	.menu .nav-toggle span:last-child { margin-bottom: 12px; }

	.ico { display: inline-block; width: 20px; height: 20px; }
	.ico-phone { background: url(../images/icons/phone.png) no-repeat 0 0; -webkit-background-size: cover; 
	        background-size: cover; }
	.ico-about { background: url(../images/icons/about.png) no-repeat 0 0; -webkit-background-size: cover; 
	        background-size: cover; }
	.ico-map { background: url(../images/icons/map.png) no-repeat 0 0; -webkit-background-size: cover; 
	        background-size: cover; }

	.intro-secondary { padding: 20px 0 8px; }

	.content,
	.sidebar { width: 100%; }
	.sidebar { margin-top: 30px; }
	#map-canvas-secondary { display: none; }

	.intro { position: relative; padding: 30px 0; margin-top: 64px; }
	.intro-image { display: none; }

	.intro-content { position: relative; top: 0; width: 100%; text-align: center; float: none; margin: 0; }
	.intro-actions { text-align: center; }
	.intro-actions .btn-orange { display: inline-block; }

	.callout-content,
	.callout-actions { display: block; margin: 15px 0 0; }

	.callout-content span { font-size: 18px; }
	.callout-content p  { font-size: 24px; }
	.callout-actions .btn-blue { display: inline-block; }

	.article-secondary { background: none; padding: 20px 0; margin-top: 20px; }
	.article-secondary .article-content { width: 100%; padding: 0; }

	.article-secondary .article-body strong { font-size: 12px; }
	.article-secondary .article-entry p { font-size: 12px; margin-top: 10px; }

	.article { padding: 0; }

	.article-entry p { margin-bottom: 15px; font-size: 12px; }
	.article span { font-size: 16px; }
	.article .image { margin-top: 30px; }

	.section-services { margin-top: 30px; }
	.section-contact .hours { margin-top: 15px; }

	.section-services li { width: 100%; margin-top: 20px; }
	.section-services li ~ li  { margin: 20px 0 0; }

	.widget-callout .callout-phone strong { display: block; }
	.widget-callout .callout-actions { margin: 10px 0 20px; }

	.widget-nav { text-align: center; padding-left: 0; }

	.list-services a { font-size: 13px; padding: 8px; }

	.offer-image,
	.offer-content { width: 100%; text-align: center; }

	.offer-image img { width: 50%; display: inline-block; }
	
	.form-contact { margin-left: 0; }
	.form-row-phone { overflow: hidden; }

	.field,
	.textarea { width: 100%; font-size: 12px; }

	.field-medium { margin-top: 5px; }

	.form-col-size1 { width: 22%; }
	.form-col-size3 { width: 76%; float: right; }

	.form-col-size2 { display: none; }

	.form-actions { text-align: center; }

	.selecter { max-width: 100%; }
	.selecter-selected { width: 100%; }

	.footer { margin-top: 30px; padding-bottom: 75px; }
	.footer-col { width: 100%; text-align: center; margin-left: 0; }
	.footer-content .contacts { text-align: center; margin-top: 20px; font-size: 14px; }

	.footer-content .callout-phone { font-size: 28px; }

	.footer-content .callout-phone .blue,
	.footer-content .hours .blue { font-size: 14px; }

	.socials { text-align: center; }
	.socials ul { width: 175px; display: inline-block; }
	.socials li { width: 13%; text-align: center; overflow: hidden; }
	.socials li ~ li { margin-left: 28px; }

	.col { width: 100%;	}

	.col-size2 { margin-left: 0; }

	.section-contact { text-align: center; margin-top: 20px; }
	.section-contact .contacts { text-align: center; }

	.section-contact .callout-phone span { font-size: 14px; display: block; }
	.section-contact .callout-phone { font-size: 28px; display: block; margin-top: 20px; }

	.section-contact .hours { font-size: 14px; }

	#map-canvas.map-sidebar { display: none;  }
}

@media (max-width:500px){
	.article .article-entry .img {float:none; display: block; text-align:center; margin:0 auto;}
	.post {
        flex-basis: 100% !important;
    }
}

.review-name {text-align: right;}
.icon-facebook {
	background: url('../images/sprite-social.png') no-repeat -90px 0;
	background-size: 210px 30px;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.icon-googleplus {
	background: url('../images/sprite-social.png') no-repeat -120px 0;
	background-size: 210px 30px;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.icon-twitter {
	background: url('../images/sprite-social.png') no-repeat -60px 0;
	background-size: 210px 30px;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.icon-yelp {
	background: url('../images/sprite-social.png') no-repeat -180px 0;
	background-size: 210px 30px;
	width: 30px;
	height: 30px;
	display: inline-block;
}

.icon-instagram {
	background: url('../images/instagram.png') no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	display: inline-block;
}

.social-links { list-style: none; text-decoration: none; }
.social-links li { display: inline-block; margin: 10px; }
.social-links li a:hover { opacity: 0.8; }

/* --------- SECTION BLOG -------------------------------------- */
.section-blog {
	padding: 3pc 0;
}
.section-blog .posts {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px auto;
}
.section-blog .post {
    flex-basis: 31%;
    background: #002b29;
    align-self: flex-start;
}
.section-blog .post a {
    color: #b99023;
    display: block;
    /* padding: 10px 0 0; */
    margin: 15px 0;
}
.section-blog .post .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.section-blog .post .img img {
    height: fit-content;
    max-width: none;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
}
.section-blog .post h3 {
    font-size: 21px;
    font-weight: bold;
    color: #ffffff;
}
.section-blog .post-entry {
	padding: 9px 17px;
	color: #a5e9f2;
}

.book-appt-btn{
    text-align: right;
}

@media (max-width: 769px){
.book-appt-btn{
    text-align: center;
}
}


/* reviews google box begins */
.review-item, .review-item-long {
	box-shadow: 1px 1px 20px #3332;
	margin: 1rem;
	border-radius: 7px;
	border: none;
	background-color: #fff;
  }


  .review-item {

	padding: 1em;
	background-color: #fff;
  }


  .glogo {
	position: absolute;
	z-index: 50;
	display: inline-block;
  }

  .glogo img {
	width: 30px;
	z-index: 50;
	box-shadow: none !important;
	margin: auto;
  }

  .review-meta, .review-stars {
	text-align: center;
	font-size: 115%;
  }

  .review-author {
	text-transform: capitalize;
	font-weight: bold;
  }

  .review-date {
	opacity: .6;
	display: block;
  }

  .review-text {
	box-shadow: none !important;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	text-align: left;

	max-width: 32em;
  margin: auto;
  padding: 20px;
  line-height: 1.55;

  }

  .review-stars ul {
	display: inline-block;
	list-style: none !important;
	margin: 0;
	padding: 0;
  }

  .review-stars ul li {
	float: left;
	list-style: none !important;
	margin-right: 1px;
	line-height: 1;
  }

  .review-stars ul li i {
	color: #FFC107;
	font-size: 1.4em;
	font-style: normal;
  }


  .star::after {
	content: "\2605";
  }



  /* ends reviews google box */