/*css*/
@import "grid.css";
@import "font-awesome.css";
html, body {
	height: 100%;
}
body {
	background: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #646363;
	position: relative;
	min-width: 320px;
	-webkit-text-size-adjust: none;
}
/*Imeges*/
img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: auto;
	max-width: 100%;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.extra_wrap {
	overflow: hidden;
	display: block;
}
.frame {
} /* img border, paddings, shadows */
.img_fleft {
	float: left;
	margin-right: 20px;
}
.img_right {
	float: right;
	margin-left: 20px;
}
.clearboth, .clearBoth {
	clear: both;
}
/*Links*/
a, .anchor {
	color: #622b98;
	text-decoration: none;
	font-weight: bold;
	vertical-align: baseline;
}
a:hover, .anchor:hover {
	text-decoration: underline;
	color: #fb6d09
}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
em {
	vertical-align: top;
	font-style: italic;
}
.btn {
	background: #000;
	color: #fff;
	display: inline-block;
	font: 12px/16px Arial, Helvetica, sans-serif;
	padding: 10px 12px;
	text-decoration: none;
	cursor: pointer;
}
.btn:hover {
	background-color: #6e288a;
	text-decoration: none;
}
#catwebformbutton.btn {
	background: #646363;
	color: #fff;
	display: inline-block;
	font: 12px/16px Arial, Helvetica, sans-serif;
	padding: 10px 40px;
	text-decoration: none;
	cursor: pointer;
}
#catwebformbutton.btn:hover {
	background-color: #6e288a;
	text-decoration: none;
}
/*Titles*/
h2 {
	color: #fb6d09;
	font: bold 30px/36px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
h3 {
	color: #6e288a;
	font: bold 26px/30px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
h4 {
	font-family: 'Asap', sans-serif;
	font-size: 29px;
	line-height: 39px;
	font-weight: 700;
	color: #646363;
}
.dotted {
	position: relative;
	margin-bottom: 21px;
}
.dotted:after {
	content: '';
	position: absolute;
	bottom: -6px;
	height: 1px;
	width: 300%;
	background: url(../images/dotted_border.png) repeat-x 0 0;
	left: -100%;
	right: -100%;
}
.dotted.arrow:before {
	content: '';
	position: absolute;
	bottom: -21px;
	height: 10px;
	width: 19px;
	/*background: url(../images/title_arrow.png) no-repeat 0 0;*/
	left: 13px;
}
.dotted_left {
	position: relative;
	margin-bottom: 21px;
}
.dotted_left:after {
	content: '';
	position: absolute;
	bottom: -6px;
	height: 1px;
	width: 600%;
	background: url(../images/dotted_border.png) repeat-x 0 0;
	left: -500%;
	right: 0;
}
.dotted_left:before {
	content: '';
	position: absolute;
	bottom: -21px;
	height: 10px;
	width: 19px;
	background: url(../images/title_arrow.png) no-repeat 0 0;
	left: 13px;
}
.dotted_right {
	position: relative;
	margin-bottom: 21px;
}
.dotted_right:after {
	content: '';
	position: absolute;
	bottom: -6px;
	height: 1px;
	width: 600%;
	background: url(../images/dotted_border.png) repeat-x 0 0;
	right: -500%;
	left: 0;
}
.dotted_right:before {
	content: '';
	position: absolute;
	bottom: -21px;
	height: 10px;
	width: 19px;
	background: url(../images/title_arrow.png) no-repeat 0 0;
	left: 13px;
}
h4.simple {
	font-size: 24px;
	border-color: #d4d0b9;
	color: #646363;
	padding-bottom: 14px;
	margin-bottom: 17px;
	margin-left: 34px;
	margin-right: 34px;
}
h4.second {
	color: #705f57;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0px;
}
h5 {
	color: #6e288a;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
h6 {
	color: #6e288a;
	font: bold 13px/18px Arial, Helvetica, sans-serif;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #fb6d09;
	text-decoration: none;
}
/* Indents */
p {
	margin-bottom: 18px; /*as line-height in body*/
}
p.second {
	color: #646363;
	font-size: 14px;
	line-height: 21px;
}
.m_t {
	margin-top: -6px;
}
.pb_0 {
	padding-bottom: 0 !important;
}
.m_05 {
	margin-bottom: 5px;
}
.m_10 {
	margin-bottom: 10px;
}
.m_14 {
	margin-bottom: 14px !important;
}
.m_15 {
	margin-bottom: 15px;
}
.m_20 {
	margin-bottom: 20px;
}
.m_22 {
	margin-bottom: 22px;
}
.m_25 {
	margin-bottom: 25px;
}
.m_27 {
	margin-bottom: 27px !important;
}
.m_30 {
	margin-bottom: 30px !important;
}
.m_35 {
	margin-bottom: 35px;
}
.m_37 {
	margin-bottom: 37px;
}
.m_40 {
	margin-bottom: 40px;
}
.m_42 {
	margin-bottom: 42px;
}
.m_45 {
	margin-bottom: 45px;
}
.m_46 {
	margin-bottom: 46px;
}
.m_47 {
	margin-bottom: 47px !important;
}
.m_48 {
	margin-bottom: 48px;
}
.m_50 {
	margin-bottom: 50px;
}
.m_54 {
	margin-bottom: 54px !important;
}
.m_55 {
	margin-bottom: 55px;
}
.m_57 {
	margin-bottom: 57px;
}
.m_60 {
	margin-bottom: 60px;
}
.m_65 {
	margin-bottom: 65px;
}
.m_68 {
	margin-bottom: 68px;
}
.m_70 {
	margin-bottom: 70px !important;
}
.m_75 {
	margin-bottom: 75px;
}
.m_80 {
	margin-bottom: 80px;
}
.m_85 {
	margin-bottom: 85px;
}
.m_90 {
	margin-bottom: 90px;
}
/* Lists */
.list li {
	position: relative;
	margin-top: 12px;
	padding-left: 24px;
	font-family: 'Lato', sans-serif;
	line-height: 18px;
	font-weight: normal;
	color: #646363;
}
.innerpage .cont .list {
	padding-left: 50px;
}
.innerpage .cont .first {
	margin-left: 0;
}
.innerpage .cont .grid_12 {
	margin-left: 0;
}
.list li:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f0a9";
	font-size: 14px;
	line-height: 14px;
	color: #622b98;
	top: 5px;
	left: 0px;
}
.list li:first-child {
	margin-top: 0;
}
.list li a {
	color: #646363;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.list li a:hover {
	color: #fb6d09;
	text-decoration: none;
}
/**/
blockquote {
	width: 100%;
}
cite {
	text-align: right;
}
time {
}
/************Header************/
header {
	width: 100%;
	border-top: 9px solid #6e288a;
}
header .container {
	border-bottom: 4px solid #622b98;
}
.bop_box {
	background: transparent;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	display: none;
}
.header_border {
	border-bottom: 4px solid #e9e7d1;
	margin-bottom: 60px;
}
h1 {
	float: left;
}
h1 a {
}
h1 a:hover {
	text-decoration: none;
}
h1 .slogan {
	display: block;
}
/* Menu */
nav {
	float: right;
	margin-top: 7px;
	z-index: 9999 !important;
}
.sf-menu {
	list-style: none;
	padding-top: 6px;
	padding-bottom: 8px;
}
.sf-menu > li {
	float: left;
	font-family: 'Asap', sans-serif;
	font-size: 20px;
	line-height: 19px;
	font-weight: 700;
	margin-left: 28px;
	position: relative;
}
.sf-menu > li:before {
	position: absolute;
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	content: '/';
	left: -16px;
	top: 2px;
	color: #646363;
}
.sf-menu > li:first-child {
	margin-left: 0px;
}
.sf-menu > li:first-child:before {
	display: none;
}
.sf-menu > li:before {
}
.sf-menu > li > a {
	color: #646363;
	text-decoration: none;
	font-weight: 600;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.current > a, .sf-menu > li.selected > a {
	color: #6e288a;
	text-decoration: none;
}
.sf-menu > li > a.sf-with-ul:after {
/*menu arrow*/
}
.sf-menu .menu-arrow {
	display: none;
}
/* submenu */
.sf-menu ul {
	background: transparent;
	display: none;
	left: 0;
	padding: 11px;
	position: absolute;
	top: 48px;
	width: 154px;
	z-index: 99;
	-webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.16);
	border-bottom: 1px solid #9c9899;
}
.sf-menu ul li {
	position: relative;
	text-align: left;
	font: 18px/20px Arial, Helvetica, sans-serif;
	color: #656364;
	border-bottom: 1px solid #dfddde;
	border-left: 1px solid #9c9899;
	border-right: 1px solid #9c9899;
	background: #fefdfb;
}
.sf-menu ul li:last-child {
	border-bottom: 0;
}
.sf-menu ul li:first-child {
	border-top: 1px solid #9c9899
}
.sf-menu ul li a, .sf-menu ul .selected li a {
	text-align: left;
	color: #656364;
	text-decoration: none;
	padding: 10px;
	display: block;
}
.sf-menu ul li > a:hover, .sf-menu ul li.sfHover > a, .sf-menu ul li.active > a {
	color: #622b98;
	text-decoration: none;
}
/* subsubmenu */
.sf-menu ul ul {
	background: #fff;
	padding: 28px 20px 29px;
	left: 166px;
	top: -30px;
	width: 135px;
	z-index: 98;
}
.sf-menu ul ul li a {
	color: #fb6d09;
	text-decoration: none;
}
.sf-menu ul ul li > a:hover, .sf-menu ul ul li.sfHover > a, .sf-menu ul ul li.active > a {
	color: #39271f;
	text-decoration: none;
}
#mm0 {
	display: none;
	border: 1px solid #ff781d;
	padding: 3px;
	width: 100%;
}
#search {
	float: right;
	padding-left: 110px;
	background: url(../images/serch_bg.png) no-repeat 0px 0px;
	padding-top: 3px;
	padding-bottom: 8px;
}
#search input {
	background: transparent;
	outline: none;
	border: none;
	width: 233px;
	border-bottom: 1px solid #646363;
	padding-left: 5px;
}
#search a {
	color: #646363;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#search a:hover {
	color: #fb6d09;
}
#appointmenttop {
	float: right;
	padding-left: 0;
	padding-top: 3px;
	padding-bottom: 17px;
}
#appointmenttop a {
	color: #ffffff;
	font-size: 18px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #fb6d09;
	display: inline-block;
	padding: 10px 70px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	letter-spacing: 3px;
}
#appointmenttop a:hover {
	color: #ffffff;
	background: #622b98;
}
/************Content***********/
.innerpage #content {
	border-bottom: 1px solid #dfdbce;
	margin-bottom: 64px;
}
.innerpage .box1 {
	padding-bottom: 27px;
}
.innerpage #content.no_border {
	border-bottom: none;
}
.innerpage #content .cont {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 50px 0;
}
#soc_boxwrap {
	overflow: visible !important;
	padding-top: 8px;
}
#soc_boxwrap #logoh {
	width: 300px;
}
#soc_boxwrap #toprightbox {
	margin: 0;
}
.soc_box {
	float: right;
	padding-top: 5px;
}
.soc_box h6 {
	padding-top: 3px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	padding-left: 15px;
	color: #622b98;
	float: right;
	position: relative;
	margin-right: 11px;
}
.soc_box h6 .topphone {
	color: #622b98;
	font-size: 30px;
	margin-right: 15px;
	margin-top: 6px;
	display: inline-block;
}
.soc_box h6:before {
	position: absolute;
	content: "\f095";
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 32px;
	top: 3px;
	color: #622b98;
	left: -20px;
}
.header_soc_list {
	overflow: hidden;
	float: right;
	padding-top: 0px;
}
.header_soc_list li {
	float: left;
	margin-left: 4px;
}
.header_soc_list li:first-child {
	margin-left: 0px;
}
.header_soc_list li a {
	display: block;
	font-size: 13px;
	text-align: center;
	color: #fff;
	border-radius: 49%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	width: 40px;
	padding: 10px 0;
	height: 20px;
}
.header_soc_list li a.iconph {
	background: #fb6d09;
}
.header_soc_list li a.iconph:hover {
	opacity: 0.9;
}
.header_soc_list li a.icon1 {
	background: #3a5a9f;
}
.header_soc_list li a.icon2 {
	background: #45b0e3;
}
.header_soc_list li a.icon3 {
	background: #d61119;
}
.header_soc_list li a.icon4 {
	background: #1783bc;
}
.header_soc_list li a.icon5 {
	background: #676767;
}
.header_soc_list li a:hover {
	background: #fb6d09;
}
.border_box {
	border: 2px solid #622b98;
	background: #fff;
}
.icon_box {
	padding-top: 31px;
	padding-bottom: 36px;
	height: 99px;
	position: relative;
}
.icon_box:after {
	position: absolute;
	content: '';
	width: 19px;
	height: 10px;
	bottom: -10px;
	left: 50%;
	margin-left: -9px;
	background: url(../images/box_arrow.png) no-repeat no-repeat 0 0;
}
.icon_box.class1 {
	background: url(../images/icon_box1.png) no-repeat center 32px #622b98;
}
.icon_box.class2 {
	background: url(../images/icon_box2.png) no-repeat center 32px #622b98;
}
.icon_box.class3 {
	background: url(../images/icon_box3.png) no-repeat center 32px #622b98;
}
.icon_box.class4 {
	background: url(../images/icon_box4.png) no-repeat center 32px #622b98;
}
.cental_box {
	padding: 18px 33px 14px 26px;
}
.border_title {
	text-align: center;
	font-family: 'Asap', sans-serif;
	font-size: 28px;
	line-height: 37px;
	font-weight: 700;
	color: #622b98;
	border-bottom: 1px solid #622b98;
	padding-bottom: 15px;
	margin-bottom: 28px;
}
.cental_box p {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #897b74;
}
.box1 {
	padding-top: 29px;
	padding-bottom: 0;
	background-color: #ffffff;
	margin-bottom: 0;
}
.border_box2 {
	border: 4px solid #622b98;
	position: relative;
	overflow: hidden;
	margin-bottom: 16px;
}
.border_box2 img {
	width: 100%;
}
.border_box2 a.link {
	position: absolute;
	left: -20%;
	margin-left: -47px;
	width: 44px;
	height: 34px;
	background: url( ../images/border_box_hover.png) repeat 0 0;
	top: 50%;
	margin-top: -32px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.border_box2 a.link:hover {
	color: #fb6d09;
}
.border_box2:hover a.link {
	left: 50%;
}
.border_box2 a.zoom {
	position: absolute;
	right: -20%;
	margin-right: -42px;
	width: 44px;
	height: 34px;
	background: url(../images/border_box_hover.png) repeat 0 0;
	top: 50%;
	margin-top: -32px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.border_box2 a.zoom:hover {
	color: #fb6d09;
}
.border_box2:hover a.zoom {
	right: 50%;
}
.border_box2 span.hover {
	position: absolute;
	top: -100%;
	height: 100%;
	left: 0;
	right: 0;
	background: url( ../images/border_box_hover.png) repeat 0 0;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.border_box2:hover span.hover {
	top: 0;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.border_box2 .like {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -116px;
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
	background: url( ../images/border_box_hover.png) repeat 0 0;
	padding: 14px 10px 10px 11px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.border_box2 .like span.fa-heart {
	font-size: 20px;
	margin-left: 3px;
}
.border_box2 .like:hover {
	text-decoration: none;
	color: #fb6d09;
}
.border_box2 .views {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
	background: url( ../images/border_box_hover.png) repeat 0 0;
	padding: 13px 10px 10px 11px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.border_box2 .views span.fa-eye {
	font-size: 20px;
	line-height: 18px;
	margin-left: 3px;
	padding-bottom: 3px;
}
.border_box2 .views:hover {
	text-decoration: none;
	color: #fb6d09;
}
.border_box2 .tipe {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 36px;
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #fb6d09;
	background: #fff;
	padding: 12px 10px 10px 9px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.border_box2 .tipe .fa-camera, .border_box2 .tipe .fa-film, .border_box2 .tipe .fa-pencil {
	font-size: 22px;
	line-height: 22px;
}
.border_box2 .tipe:hover .fa-camera, .border_box2 .tipe:hover .fa-film, .border_box2 .tipe:hover .fa-pencil {
	color: #705f57;
}
.central {
	text-align: center;
}
.banner_box {
	background: #646363;
	padding: 35px 0px 38px 53px;
	overflow: hidden;
}
.banner_text {
	float: left;
	width: 745px;
	font-family: 'Asap', sans-serif;
	font-size: 21px;
	line-height: 25px;
	font-weight: 400;
	color: #f2f0d7;
	margin-right: 104px;
}
.banner_btn {
	display: inline-block;
	background: #fb6d09;
	position: relative;
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	line-height: 31px;
	font-weight: 700;
	padding: 7px 13px 9px 57px;
	margin-top: 16px;
	color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.banner_btn:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f0b1";
	color: #fff;
	font-size: 27px;
	line-height: 27px;
	left: 13px;
	top: 11px;
}
.banner_btn:hover {
	text-decoration: none;
	background: #622b98;
}
.border_img {
	border: 4px solid #622b98;
	margin-bottom: 23px;
}
.border_img img {
	width: 100%;
}
.quote_box {
	overflow: hidden;
	margin-bottom: 29px;
}
.qoute_info {
	float: left;
	margin-right: 20px;
	background: #622b98;
	border-radius: 4px;
	width: 102px;
	padding: 16px 14px 16px 14px;
	margin-top: 4px;
}
.date_qoute {
	font-family: 'Asap', sans-serif;
	font-size: 34px;
	line-height: 31px;
	font-weight: 700;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
.date_qoute span {
	display: inline-block;
	font-family: 'Asap', sans-serif;
	font-size: 12px;
	line-height: 31px;
	font-weight: 400;
	color: #fff;
	padding-top: 3px;
}
.comment_qoute {
	font-family: 'Asap', sans-serif;
	font-size: 34px;
	line-height: 31px;
	font-weight: 700;
	color: #fff;
}
.comment_qoute span {
	display: inline-block;
	font-family: 'Asap', sans-serif;
	font-size: 12px;
	line-height: 31px;
	font-weight: 400;
	color: #fff;
	padding-top: 3px;
}
.qoute_content {
	overflow: hidden;
}
.qoute_post {
	font-family: 'Asap', sans-serif;
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
	color: #705f57;
	margin-bottom: 23px;
}
.qoute_panel {
	font-family: 'Asap', sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	color: #705f57;
	padding-bottom: 6px;
	border-bottom: 1px solid #dfdbce;
	margin-bottom: 11px;
}
.qoute_panel a {
	display: inline-block;
	color: #fb6d09;
	vertical-align: top;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.qoute_panel a:hover {
	color: #705f57;
	text-decoration: none;
}
.qoute_content p {
	color: #646363;
	font-size: 14px;
	line-height: 21px;
}
.read_more {
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	line-height: 31px;
	font-weight: 700;
	color: #fb6d09;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.read_more:hover {
	text-decoration: none;
	color: #705f57;
}
.client_box {
	padding-top: 28px;
	padding-bottom: 20px;
	background: url(../images/dotted_border.png) repeat-x 0 0 #fff;
	margin-bottom: 2px;
}
.client_list {
	overflow: hidden;
	margin: auto;
}
.client_list li {
	float: left;
	margin: 0 16px 0 0;
}
.client_list li:last-child {
	margin: 0;
}
.client_list img {
	max-height: 53px;
}
.client_list li a:hover {
	opacity: 0.6;
}
.border_img {
	border: 4px solid #622b98;
}
.border_img img {
	width: 100%
}
.second_border {
	font-family: 'Asap', sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #705f57;
	padding-bottom: 18px;
	margin-bottom: 17px;
	border-bottom: 1px solid #dfdbce;
}
.qoute_box {
	overflow: hidden;
	margin-bottom: 68px;
}
.qoute_box span {
	float: left;
	display: block;
	font-size: 35px;
	line-height: 35px;
	color: #622b98;
	margin-right: 22px;
}
.qoute_box p {
	color: #646363;
	font-size: 14px;
	line-height: 21px;
	margin-top: -6px;
}
.qoute_box h4 {
	font-family: 'Asap', sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	color: #705f57;
}
.qoute_box a {
	font-family: 'Asap', sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	vertical-align: top;
	color: #fb6d09;
}
.qoute_box a:hover {
	text-decoration: none;
	color: #646363;
}
.qoute2 {
	overflow: hidden;
}
.qoute2_number {
	width: 60px;
	text-align: center;
	font-family: 'Asap', sans-serif;
	font-size: 29px;
	line-height: 35px;
	font-weight: 700;
	color: #fff;
	background: #622b98;
	padding-bottom: 13px;
	padding-top: 12px;
	float: left;
	margin-right: 29px;
	border-radius: 4px;
	margin-top: 6px;
}
.second_border_box {
	border: 2px solid #622b98;
	overflow: hidden;
	background: #fff;
}
.border_box_icon {
	position: relative;
	background: #622b98;
	padding: 24px 24px 79px 27px;
	float: left;
	width: 75px;
	margin-right: 28px;
}
.border_box_icon:after {
	position: absolute;
	right: -10px;
	top: 53px;
	content: '';
	width: 10px;
	height: 19px;
	background: url(../images/second_border_box_arrow.png) no-repeat 0 0;
}
.second_border_box_cont {
	overflow: hidden;
	margin-right: 26px;
	padding-top: 15px;
	padding-bottom: 14px;
}
.second_border_box_cont .border_title {
	padding-left: 8px;
	text-align: left;
}
.second_border_box_cont p {
	padding-left: 9px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #897b74;
}
.fiture_box {
	border: 4px solid #622b98;
	background: #fffeef;
}
.fiture_box img {
	border-bottom: 4px solid #622b98;
	margin-bottom: 22px;
	width: 100%;
}
.fiture_box_cont {
	padding: 0px 14px 3px 14px;
}
.fiture_box_cont h4 {
	font-family: 'Asap', sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	color: #705f57;
	margin-bottom: 2px;
}
.fiture_box_cont h4 a {
	font-family: 'Asap', sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	vertical-align: top;
	color: #fb6d09;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.fiture_box_cont h4 a:hover {
	color: #705f57;
	text-decoration: none;
}
.tabs li {
	display: block;
	margin-top: 5px
}
.tabs li:first-child {
	margin-top: 0px;
}
.tabs li a {
	position: relative;
	display: block;
	background: #622b98;
	padding: 14px 17px 13px 17px;
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	font-weight: 700;
	border-radius: 4px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 1;
}
.tabs li a:hover, .tabs li a.current {
	background: #fb6d09;
	text-decoration: none;
}
.tabs li a span {
	display: none;
	position: absolute;
	right: 0px;
	top: 13px;
	width: 10px;
	height: 19px;
	content: '';
	background: url( ../images/tabs_hover.png) no-repeat 0 0;
	z-index: 0;
}
.tabs li a:hover span, .tabs li a.current span {
	display: block;
	right: -10px;
}
.tab_content {
	margin-top: -3px;
}
.tab_content h4 {
	font-size: 24px;
	line-height: 24px;
	color: #705f57;
	margin-bottom: 0px;
}
.tab_content p {
	margin-bottom: 26px;
}
.tabs_title {
	font-size: 24px;
	line-height: 24px;
	color: #705f57;
	margin-bottom: 17px;
}
.mail_lick {
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	color: #646363;
	text-decoration: underline;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.mail_lick:hover {
	color: #fb6d09;
}
/*----------- Map ------------*/





#index .map iframe {
	width: 100%;
	height: 453px;
}
#index .map {
	padding-top: 6px;
	float: none;
	width: 100%;
	margin-right: 0px;
	position: relative;
	margin-bottom: 50px;
	border: none;
	margin-top: 0px;
}
.map {
	margin-top: 2px;
	float: left;
	width: 462px;
	margin-right: 30px;
	position: relative;
	margin-bottom: 50px;
	border: 4px solid #622b98;
}
.map iframe {
	width: 100%;
	height: 390px;
}
#index.innerpage .cont .map {
	margin-top: 2px;
	float: left;
	/*width: 462px;*/
	margin-right: 30px;
	position: relative;
	margin-bottom: 50px;
	border: 0;
}
#index.innerpage .cont .map dd {
	font-size: 16px;
	font-style: italic;
	padding: 20px 10px;
}
#index.innerpage .cont .map iframe {
	width: 100%;
	height: 390px;
}
.address_box {
	float: left;
	width: 270px;
	margin-top: -3px;
}
address {
	margin-bottom: 21px;
}
address dl {
	width: 100%;
	overflow: hidden;
	position: relative;
}
address dt {
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	color: #646363;
	margin-bottom: 21px;
}
address dd {
	overflow: hidden;
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	color: #646363;
	margin-bottom: 0px;
}
address dd a {
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	color: #646363;
	text-decoration: underline;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	vertical-align: top;
}
address dd a:hover {
	color: #fb6d09;
}
address dl span {
	float: left;
	width: 102px;
}
/************Footer************/
footer {
	width: 100%;
	padding-bottom: 36px;
}
.footer_boreder {
	border-top: 5px solid #622b98;
}
.copyright {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	text-transform: uppercase;
	font-weight: 700;
	color: #622b98;
	padding-top: 28px;
	float: left;
	letter-spacing: 0px;
}
.copyright a {
	color: inherit;
}
.copyright span {
	vertical-align: top;
}
.copyright .address {
	color: #646363;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
}
.copy_menu {
	overflow: hidden;
	margin-bottom: 6px;
}
.copy_menu li {
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	text-transform: none;
	color: #646363;
	margin-left: 6px;
	position: relative;
	padding-left: 7px;
	letter-spacing: 0px;
}
.copy_menu li:first-child {
	margin-left: 0px;
	padding-left: 0px;
}
.copy_menu li:first-child:before {
	display: none;
}
.copy_menu li:before {
	position: absolute;
	content: '|';
	left: 0px;
	top: 0px;
}
.copy_menu li a {
	color: inherit;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.copy_menu li a:hover, .copy_menu li.current a {
	text-decoration: none;
	color: #fb6d09;
}
.footer-link {
	display: block;
}
.footer_title {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #646363;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 0px;
}
.footer_list {
}
.footer_list li {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	color: #646363;
}
.footer_list li a {
	color: #646363;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer_list li a:hover {
	text-decoration: none;
	color: #fb6d09;
}
.footer_border_bod {
	margin-left: 34px;
	/*border-left: 1px solid #413d31;*/
	min-height: 318px;
	padding-left: 68px;
}
.second_footer_list {
	padding-top: 3px;
}
.second_footer_list li {
	margin-top: 37px;
	position: relative;
	padding-left: 36px;
	color: #646363;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}
.second_footer_list li a {
	color: #646363;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.second_footer_list li a:hover {
	color: #fb6d09;
	text-decoration: none;
}
.second_footer_list li:first-child {
	margin-top: 0px;
}
.second_footer_list li.icon1:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f0fe";
	font-size: 18px;
	line-height: 18px;
	color: #782b9f;
	top: 5px;
	left: 0px;
}
.second_footer_list li.icon2:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f095";
	font-size: 23px;
	line-height: 18px;
	color: #782b9f;
	top: 4px;
	left: 0px;
}
.second_footer_list li.icon3:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f069";
	font-size: 24px;
	line-height: 18px;
	color: #782b9f;
	top: 3px;
	left: 1px;
}
.second_footer_list li.icon4:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f109";
	font-size: 22px;
	line-height: 18px;
	color: #782b9f;
	top: 6px;
	left: 2px;
}
.footer_contact {
	float: right;
	padding-top: 25px;
	padding-right: 70px;
}
.footer_contact h6 {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #646363;
	margin-bottom: 0px;
}
.footer_contact_title {
	position: relative;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #646363;
	margin-bottom: 10px;
	padding-left: 15px;
}
.footer_contact_title:before {
	position: absolute;
	content: "\f095";
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 16px;
	top: 2px;
	left: 0px;
	color: #782b9f;
}
#toTop {
	border: none;
	bottom: 140px;
	color: transparent;
	display: none;
	height: 27px;
	overflow: hidden;
	position: fixed;
	right: 40px;
	text-decoration: none;
	width: 26px;
	z-index: 20;
	font-size: 28px;
	line-height: 28px;
	margin-right: -725px !important;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#toTop:before {
	font-family: FontAwesome;
	content: '\f0aa';
	color: #646363;
}
#toTop:hover:before {
	color: #705f57;
}
#toTop:active, #toTop:focus {
	outline: none;
}
#sunsmarttips {
	background: #4b87c6 url(../images/sun-smart-tips-section-bg.jpg) no-repeat center top;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#sunsmarttips .row {
	padding: 60px 0 30px 0;
}
#sunsmarttips .row h4 {
	color: #ffffff;
	font-size: 50px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#sunsmarttips .row ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#sunsmarttips .row ul li {
	margin: 15px 0;
}
#sunsmarttips .row ul li a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	background: #54b2db;
	padding: 5px 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#sunsmarttips .row ul li a:hover {
	background: #f89615;
}
#homevidsection {
	padding: 70px 0;
	background: #e0dede;
}
#homevidsection h4 {
	margin: 0 0 20px 0;
}
#homevidsection p strong {
	font-weight: bold;
}
ul#nav_1813535 {
	position: relative;
}
ul#nav_1813535 ul {
	width: 200px; /* Sub Menu Width */
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}
ul#nav_1813535 ul ul, ul#nav_1813535 ul ul ul {
	top: 0;
	left: 100%;
}
ul#nav_1813535 li {
	position: relative;
}
ul#nav_1813535 ul li {
	width: 100%;
	display: block;
}
#nav_1813535 li ul li a, #nav_1813535 li.selected ul li a {
	color: #646361
}
#nav_1813535 li.selected ul li.selected a, #nav_1813535 li ul li a:hover, #nav_1813535 li.selected ul li a:hover {
	color: #622b98
}
/* Root Menu */
ul#nav_1813535 a {
	height: 1%;
}
/* 2nd Menu */
ul#nav_1813535 li:hover li a, ul#nav_1813535 li.iehover li a {
	float: none;
}
/* 2nd Menu Hover Persistence */

ul#nav_1813535 li:hover li a:hover, ul#nav_1813535 li:hover li:hover a, ul#nav_1813535 li.iehover li a:hover, ul#nav_1813535 li.iehover li.iehover a {
}
ul#nav_1813535 li.selected li a {
}
ul#nav_1813535 li li.selected a, ul#nav_1813535 li li.selected a:hover {
}
ul#nav_1813535 li li a:hover, ul#nav_1813535 li.selected li a {
}
ul#nav_1813535 li.selected li.selected a, ul#nav_1813535 li.selected li a:hover {
}
/* 3rd Menu */
ul#nav_1813535 li:hover li:hover li a, ul#nav_1813535 li.iehover li.iehover li a {
}
/* 3rd Menu Hover Persistence */
ul#nav_1813535 li:hover li:hover li a:hover, ul#nav_1813535 li:hover li:hover li:hover a, ul#nav_1813535 li.iehover li.iehover li a:hover, ul#nav_1813535 li.iehover li.iehover li.iehover a {
}
/* 4th Menu */
ul#nav_1813535 li:hover li:hover li:hover li a, ul#nav_1813535 li.iehover li.iehover li.iehover li a {
}
/* 4th Menu Hover */
ul#nav_1813535 li:hover li:hover li:hover li a:hover, ul#nav_1813535 li.iehover li.iehover li.iehover li a:hover {
}
/* Hover Function - Do Not Move */
ul#nav_1813535 li:hover ul ul, ul#nav_1813535 li:hover ul ul ul, ul#nav_1813535 li.iehover ul ul, ul#nav_1813535 li.iehover ul ul ul {
	display: none;
}
ul#nav_1813535 li:hover ul, ul#nav_1813535 ul li:hover ul, ul#nav_1813535 ul ul li:hover ul, ul#nav_1813535 li.iehover ul, ul#nav_1813535 ul li.iehover ul, ul#nav_1813535 ul ul li.iehover ul {
	display: block;
}
#logoh {
	margin: 0;
}
/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.accordion {
	overflow: hidden;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
	border-radius: 3px;
	background: #f7f7f7;
}
/*----- Section Titles -----*/
.accordion-section-title {
	width: 100%;
	padding: 15px;
	display: inline-block;
	border-bottom: 1px solid #1a1a1a;
	background: #835f92;
	transition: all linear 0.15s;
	/* Type */
	font-size: 1.200em;
	text-shadow: 0px 1px 0px #1a1a1a;
	color: #fff;
}
.accordion-section-title.active, .accordion-section-title:hover {
	background: #563364;
	/* Type */
	text-decoration: none;
}
.accordion-section-title:before {
	content: '\02795';
	font-size: 13px;
	color: #ffffff;
	float: left;
	margin-right: 20px;
}
.accordion-section-title.active:before {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.accordion-section:last-child .accordion-section-title {
	border-bottom: none;
}
/*----- Section Content -----*/
.accordion-section-content {
	padding: 15px;
	display: none;
}
.mobonly {
	display: none;
}
.docdiv {
	margin-bottom: 10%;
	padding: 20px;
	text-align: justify;
}
.docdiv p strong {
	font-weight: bold;
}
.practicenews .practicenewscont {
	background: #6e288a;
	color: #ffffff;
	padding: 10px 15px;
	width: 540px;
	font-size: 16px;
}
.contactpage {
}
.contactpage .address_box {
	width: 335px;
}
.contactpage .smltxt {
	font-size: 16px;
	text-align: center;
	line-height: 22px;
}
.contactpage .address_box .orangebtn {
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #fb6d09;
	display: inline-block;
	padding: 10px 35px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	letter-spacing: 3px;
}
.contactpage .address_box address dl span {
	float: none;
	width: 100%;
}
.contactpage .address_box .orangebtn:hover {
	color: #ffffff;
	background: #622b98;
}
.contactpage #form {
	float: right;
	width: 400px;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1200px) {
.border_box_icon {
	padding: 24px 24px 96px 27px;
}
.map {
	width: 100%;
	float: none;
	margin-bottom: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.address_box address {
	float: left;
	margin-right: 20px;
	width: 290px;
}
.address_box {
	width: 100%;
}
#search input {
	width: 138px;
}
.camera_caption {
	width: 870px !important;
}
.client_list li {
	width: 10%;
}
}
 @media only screen and (max-width: 995px) {
.img_fleft, .img_right {
	max-width: 45%;
}
.sf-menu > li {
}
nav {
	float: none;
}
#search {
	float: left;
	padding-left: 110px;
	margin-top: 22px;
	padding-bottom: 8px;
}
.camera_caption h5 {
	font-size: 19px !important;
}
.camera_caption {
	width: 680px !important;
}
.banner_text {
	float: none;
	width: 100%;
	margin-right: 0px;
}
.footer_border_bod {
	margin-left: 0;
	border-left: none;
}
.border_box_icon {
	padding: 24px 24px 184px 27px;
}
.border_box2 .like {
	margin-left: -97px;
}
.border_box2 .views {
	margin-left: -21px;
}
.border_box2 .tipe {
	margin-left: 55px;
}
}
@media only screen and (max-width: 767px) {
.sf-menu {
	display: none;
}
.mobonly {
	display: block;
}
#appointmenttop {
	float: none;
}
.mobmenu {
	background: #804498;
	width: 100%;
	padding: 10px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 20px;
}
.mobmenu option:hover {
	color: #804498;
	background-color: #ffffff;
}
.sf-menu li {
	float: none;
	margin: 5px;
}
.sf-menu li a {
	background: #804498;
	color: #ffffff;
	padding: 0;
}
.sf-menu li a:hover, .sf-menu li.selected a, .sf-menu li li a:hover, .sf-menu li li.selected a {
	color: #000000;
}
ul#nav_1813535 ul {
	width: inherit;
	margin: 0;
	list-style: none;
	display: block;
	position: relative;
	top: auto;
	left: 0;
	background: #804498;
	padding: 5px;
	border: 0;
	box-shadow: none;
}
.sf-menu > li:before {
	content: "";
}
.sf-menu ul li {
	margin: 0 !important;
}
h1 {
	float: none;
	text-align: center;
}
.soc_box {
	float: none;
	text-align: center;
}
.header_soc_list {
	float: none;
	display: inline-block;
}
.camera_caption {
	display: none !important;
}
.camera_prev {
	left: 50% !important;
	margin-left: -15px !important;
}
.camera_next {
	left: 50% !important;
	margin-left: 15px !important;
}
#mm0 {
	display: block;
}
.soc_box h6 {
/*display: none;*/
}
.border_box_icon {
	text-align: center;
	padding: 24px 0px 30px 0px;
	float: none;
	width: 100%;
	margin-right: 0px;
}
.second_border_box_cont {
	margin-right: 25px;
	margin-left: 25px;
}
.banner_box {
	padding: 35px 25px 38px 25px;
}
.client_list li {
	width: 25%;
	height: 50px;
}
.banner_btn {
	padding: 7px 10px 9px 50px;
}
#index .map iframe {
	width: 100%;
	height: 200px;
}
.footer_border_bod {
	padding-left: 0px;
}
h4 {
	font-size: 18px;
	line-height: 28px;
}
.dotted_left {
	display: none;
}
.dotted_right {
	display: none;
}
}
@media only screen and (max-width: 480px) {
.img_fleft.nofloat, .img_right.nofloat {
	float: none;
	max-width: inherit;
	margin: 0 0 20px;
}
.qoute_info {
	float: none;
	margin-right: 0px;
	text-align: center;
	width: 242px;
}
.client_list li {
	width: 50%;
	height: 50px;
}
.second_border_box_cont .border_title {
	font-size: 20px;
	line-height: 24px;
}
.qoute_info {
	float: none;
	margin-bottom: 20px;
}
#sunsmarttips .row h4 {
	font-size: 34px;
	margin-left: 0;
	text-align: center;
}
#sunsmarttips #uvindexwidget {
	margin: auto;
	text-align: center;
	width: 100%;
}
}
