/* ------------------------------------------------------------ *\
	#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.5;
	color: #000;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

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: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

.btn {
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}

.btn:hover {
	text-decoration: none;
}

.btn-darkorange {
	background: #ff9915;
}

.btn-darkorange:hover {
	opacity: 0.8
}

.btn-orange {
	background: #f8ab2d;
}

.btn-orange:hover {
	opacity: 0.8
}

.btn-blue {
	background: #68bff0;
}

.btn-blue:hover {
	opacity: 0.8
}

.nav ul,
.section-services ul,
.socials ul,
.widgets,
.list-services,
.offers,
.menu ul {
	overflow: hidden;
	list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	#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;
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header {
	border-top: 3px solid #f8ab2d;
	padding: 12px 0;
}

.callout-appointment .phone {
	font-size: 26px;
	color: #565656;
	font-family: 'Ariel', sans-serif;
	font-weight: 600;
	display: block;
}

.callout-appointment .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: #ff9915;
	display: block;
}

.logo {
	display: block;
	float: left;
	margin-left: 55px;
	width: 51.5%;
}

.logo:hover {
	text-decoration: none;
}

.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;
	text-align: center;
}

.nav li {
	position: relative;
	display: inline-block;
	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 #f8ab2d;
}

.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;
	display: block;
}

.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: #f8ab2d;
}

.has-dropdown ul a:after {
	display: none;
}



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

.intro {
	background: url(images/intro.jpg) no-repeat center 0;
	-webkit-background-size: cover;
	background-size: cover;
}

.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: 36px;
}

.link-yellow {
	color: #f8ab2d;
	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(183, 228, 238, 0.9);
	padding: 15px 0;
	line-height: 1.2;
	position: relative;
}

.callout {
	background: #3d6f9e;
	padding: 12px 25px;
}

.callout-content {
	display: inline-block;
	vertical-align: middle;
}

.callout-content span {
	font-size: 28px;
	color: #94d8ff;
}

.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/homepage-about.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-actions {
	margin-top: 22px;
}

.article-secondary .article-actions .btn-orange {
	padding: 10px 23px;
	display: inline-block;
}

.article ul {
	padding-left: 20px;
}

.article-secondary.article-home .content {
	width: 100%;
	float: none;
}

/* ------------------------------------------------------------ *\
	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;
}

.fullwidth .sidebar {
	display: none;
}

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

.article {
	background: none;
	margin-top: 0;
	padding: 0;
}

.article .article-title {
	color: #ff9915;
	margin-bottom: 0;
}

.article h1 {
	font-size: 30px;
	margin-bottom: 10px;
}

.article h2 {
	margin-bottom: 10px;
	color: #ff9915;
}

.article p {
	margin-bottom: 1em;
}

.article span {
	display: block;
	color: #3d6f9e;
	font-size: 20px;
}

.article strong {
	display: block;
	margin: 15px 0 0 0;
}

.article p.image {
	display: block;
	margin-top: 70px;
	display: block;
}

.article ul,
.article ol {
	margin: 30px;
	line-height: 1.5;
}

.article li {
	margin-bottom: 10px;
}

.article .img img {
	max-width: 100%;
	padding: 0 0 20px 0;
}

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

.widget-callout {
	padding: 20px 15px;
	background: #3d6f9e;
}

.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: #ff9915;
	display: inline-block;
	margin: 0;
}

.widget-callout .callout-phone {
	line-height: 1.2;
	text-align: center;
}

.widget-callout .callout-phone a {
	color: #fff;
}

.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: #183550;
	font-weight: 800;
}

.list-services {
	margin-top: 15px;
}

.list-services a {
	color: #3d6f9e;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 8px;
	display: block;
	border-top: 1px solid #8aa0b3;
}

/* ------------------------------------------------------------ *\
	Section-offers
\* ------------------------------------------------------------ */
.offers {
	overflow: hidden;
	list-style: none outside none;
}

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

.offer~.offer {
	padding: 33px 0 30px;
}

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

.offer-content {
	float: right;
	width: 79%;
}

.offer-title {
	color: #ff9915;
}

.offer-entry {
	margin: 12px 0;
}

.offer-actions {
	margin-top: 30px;
}

.offer-actions .btn-blue {
	display: inline-block;
	padding: 12px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

/* ------------------------------------------------------------ *\
	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 {
	margin-top: 30px;
	display: block;
	font-weight: bold;
}

.section-contact .callout-phone .phone {
	font-size: 43px;
	color: #ff9915;
	line-height: 1.1;
}

.section-contact .callout-phone span {
	display: block;
	font-size: 18px;
	color: #325d87;
	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 #f8ab2d;
	margin-top: 70px;
	color: #fff;
	width: 100%;
}

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

.footer-content {
	background: #3d6f9e;
	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 a {
	color: #fff;
}

.footer-content .callout-phone .blue {
	font-size: 18px;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
}

.blue {
	color: #bde6ef;
}

.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-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 p {
		font-size: 16px;
	}

	.article 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 p {
		font-size: 16px;
	}

	.article-secondary .article 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;
	}

	.header-inner {
		text-align: center;
		margin-left: 0;
	}

	.logo {
		float: none;
		display: inline-block;
		width: 276px;
		margin-left: 0;
	}

	.logo img {
		margin-top: 25px;
	}

	.callout-appointment,
	.contacts {
		display: none;
	}

	.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 li {
		display: block;
		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 #f8ab2d;
	}

	.nav .current a {
		border-bottom: 1px solid #f8ab2d;
	}

	.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: #ff9915;
		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;
	}

	.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 p {
		font-size: 12px;
		margin-top: 10px;
	}

	.article {
		padding: 0;
	}

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

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




/*-- New Code Start From here --*/

.socials li {
	display: inline-block;
	float: none !important;
}

.intro-image.mobile-ver {
	display: none;

}


@media (max-width:769px) {

	.intro-image.mobile-ver {
		display: block;
		width: 100%;
		margin: 20px 0 0 0;
	}

	.intro {

		padding: 30px 0 0 0 !important;
	}

	.form-contact {
		padding: 0 !important;
	}

}

.footer-col.footer-col-size2 .contacts {
	display: block;
}

/*-- End --*/