*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* html {
	font-size: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
	font-size: 16px;
	line-height: 1.625em;
}
/* Base Styles */
body {
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	text-rendering: optimizeLegibility;
	padding-top: 0.273em;
	line-height: 1.15538em;
	padding-bottom: 0.273em;
}
h1 {
	font-size: 68px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 18px;
	font-weight:600;
}
h6 {
	font-size: 16px;
}
p {
	font-weight: 400;
	margin-bottom: 13px;
	line-height: 1.625em;
}
a {
	color: #1e196a;
	text-decoration: none;
	outline: 0;
	line-height: inherit;
}
a:hover {
	color: #1983af;
}
ul, ol {
	margin-bottom: 0.273em;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal;
	margin-left: 30px;
}
ol.doc_ol {
	list-style: decimal;
	margin-left: 18px;
}
ol.doc_ol li{
	padding-bottom:1px;
}
ul.doc_ul{
	list-style: disc;
	margin-left: 18px;
}
ul.doc_ul_extra{
	list-style: circle;
	margin-left: 18px;
}
ul.doc_ul li{
	padding-bottom:1px;
}
ul.edu_detail{
	list-style: disc;
	margin-left: 18px;
}
ul.edu_detail_extra{
	list-style: circle;
	margin-left: 18px;
}
ul.square, ul.circle, ul.disc {
	margin-left: 25px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul {
	/*margin: 4px 0 5px 25px;*/
}
ol ol {
	margin: 4px 0 5px 30px;
}
li {
	padding-bottom: 0.273em;
}
dl dt {
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
}
em {
	font-style: italic;
	line-height: inherit;
}
strong {
	font-weight: 700;
	line-height: inherit;
}
small {
	font-size: 56.4%;
	line-height: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
	color: #777;
}
hr {
	border: 1px solid #cccccc;
	clear: both;
	margin: 16px 0 18px;
	height: 0;
}
/* css self style */
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.hide {
	display: none;
}
.fixed {
	position: fixed;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
/* style columns css */
.row {
	width: 100%;
	max-width: 1050px;
	min-width: 320px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.row .row {
	min-width: 0;
	padding-left: 0;
	padding-right: 0;
}
/* To fix the grid into a different size, set max-width to your desired width */
.columns {
	margin-left: 2.12766%;
	float: left;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns_margin {
	margin-left: 0.2%;
	float: left;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns:first-child{
	margin-left: 0;
}
/* Column Classes */
.row .one.columns {
	width: 6.38298%;
}
.row .two.columns {
	width: 14.89362%;
}
.row .three.columns {
	width: 23.40426%;
}
.row .four.columns {
	width: 31.91489%;
}
.row .five.columns {
	width: 40.42553%;
}
.row .six.columns {
	width: 48.93617%;
}
.row .seven.columns {
	width: 57.44681%;
}
.row .eight.columns {
	width: 65.95745%;
}
.row .nine.columns {
	width: 74.46809%;
}
.row .ten.columns {
	width: 82.97872%;
}
.row .eleven.columns {
	width: 91.48936%;
}
.row .twelve.columns {
	width: 100%;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.row {
	*zoom: 1;
}
.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
/* search */
/* search effect */
.sb-search {
	/*position: relative;
	width: 0%;*/
	position:absolute;
	width:100px;
	min-width: 35px;
	/*height: 30px;*/
	height:60px;
	float: left;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	/*top: 2px;*/
	top:30px;
	right: 0;
	border: none;
	outline: none;
	width: 100%;
	height: 26px;
	margin: 0;
	z-index: 10;
	padding: 0 0 0 10px;
	font-family: inherit;
	color: #2c3e50;
	background:#efefef;
	/* */
	display:none;
}
.sb-search-input::-webkit-input-placeholder {
	color: #000;
}
.sb-search-input:-moz-placeholder {
	color: #c00000;
}
.sb-search-input::-moz-placeholder {
	color: #c00000;
}
.sb-search-input:-ms-input-placeholder {
	color: #c00000;
}
.sb-icon-search,
.sb-search-submit  {
	width: 35px;
	height: 30px;
	display: block;
	position: absolute;
	/*right: 0;*/
	left:0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	background:#fff;
	z-index: 90;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.search_icon:hover{
	color:#0c516b;
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	/*width: 100%;*/
	width: 100px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {

}

/* pang add */
.sb-search-open .sb-search-input{
	display:block;
}
/* search */
/*!
 *  Font Awesome 4.1.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(../Fonts/fontawesome-webfont.eot?v=4.1.0);src:url(../Fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(../Fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(../Fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(../Fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"; color: #76b729;}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}
 /*
    Document   : Animated.css custom build
    Creadit: httpss://daneden.me/animate/
*/
/* fancy box*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../Images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../Images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../Images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../Images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* fancy box */
.fm-container {
}
.fm-button {
	display:none;
	box-sizing:border-box;
	margin:10px 0 1px 0;
	padding:14px;
	width:52px;
	border-radius:3px;
	background-color:#00acef;
}
.fm-button:hover {
	cursor:pointer;
	background-color:#0c516b;
}
.fm-button:hover .fm-bar {
	background-color:#fff
}
.fm-button .fm-bar {
	display:block;
	width:24px;
	height:2px;
	border-radius:1px;
	background-color:#dfdfdf
}
.fm-button .fm-bar+.fm-bar {
	margin-top:4px
}
.flexmenu:before, .flexmenu:after {
	display:table;
	content:" "
}
.flexmenu:after {
	clear:both
}
.flexmenu a {
	text-decoration:none
}
.flexmenu.fm-toggle.fm-sm {
	display:none
}
.fm-outer {
	position:relative;
	overflow:hidden;
	height:100%;
	width:100%
}
.fm-inner {
	position:relative;
	height:100%;
	width:100%;
	left:0
}
.fm-inner.open {
	left:70%
}
.fm-inner.open .flexmenu.fm-sm {
	left:0
}
.flexmenu.fm-offcanvas.fm-sm {
	z-index:100;
	overflow-y:auto;
	overflow-x:hidden;
	position:fixed;
	top:0;
	left:-70%;
	width:70%;
	height:100%;
	-webkit-box-shadow:inset -10px 0 10px -10px rgba(0,0,0,0.3);
	-moz-box-shadow:inset -10px 0 10px -10px rgba(0,0,0,0.3);
	box-shadow:inset -10px 0 10px -10px rgba(0,0,0,0.3);
	background:#00acef
}
.flexmenu.fm-lg {
	max-width:1170px;
	margin:auto;
	font-family: 'Open Sans Condensed', sans-serif;
}
.flexmenu.fm-lg .navicon:after {
	border:4px solid transparent;
	border-top-color:#666;
	content:"";
	position:absolute;
	right:3px;
	top:22px
}
.flexmenu.fm-lg>ul>li {
	float:left
}
.flexmenu.fm-lg ul {
	margin:0;
	padding:0;
	list-style:none
}
.flexmenu.fm-lg li {
	position:relative;
	white-space:nowrap
}
.flexmenu.fm-lg li ul {
	position:absolute;
	left:0;
	top:100%;
	z-index:99
}
.flexmenu.fm-lg li ul .navicon:after {
	border:4px solid transparent;
	border-left-color:#666;
	right:10px;
	top:14px
}
.flexmenu.fm-lg li ul ul {
	top:0;
	left:100%
}
.flexmenu.fm-lg>ul>li {
	padding:7px 0
}
.flexmenu.fm-lg a {
	display:block;
/*	padding:7px 25px;*/
	color:#ffffff;
    font-size: 16px;
}
.flexmenu.fm-lg a:hover {
	color:#ffffff;
	text-decoration:none
}
.flexmenu.fm-lg a:hover > span{
	color:#ffffff;
	text-decoration:none
}
.flexmenu.fm-lg li ul {
	border:1px solid #111
	border-radius:5px;
	background-color:#00acef
}
.flexmenu.fm-lg li ul li {
	/*padding:0 10px;*/
	min-width:145px;
	padding:0;
    font-size: 18px;
}
.flexmenu.fm-lg li ul a {
/*	border-top:1px solid #000;*/
	color:#fff;
}
.flexmenu.fm-sm ul {
	margin:0;
	padding:0;
	list-style:none
}
.flexmenu.fm-sm ul li {
	position:relative
}
.flexmenu.fm-sm ul li a {
	display:block;
	padding:14px 15px;
	font-size:16px;
	color:#fff;
}
.flexmenu.fm-sm ul li a:hover, .flexmenu.fm-sm ul li a.active {
	color:#fff;
	text-decoration:none
}
.flexmenu.fm-sm ul li {
	width:100%;
	text-align:left;
	padding:0;
	border-bottom:1px solid #fff;
}
.flexmenu.fm-sm ul li a {
	background-color:#00acef
}
.flexmenu.fm-sm ul li a:hover, .flexmenu.fm-sm ul li a.active {
	background-color:#0c516b
}
.flexmenu.fm-sm ul ul li {
	border-top:1px solid #fff;
}
.flexmenu.fm-sm ul ul li a {
	background-color:#0c516b;
}
.flexmenu.fm-sm ul ul li a:hover, .flexmenu.fm-sm ul ul li a.active {
	background-color:#0c516b;
}
.flexmenu.fm-sm ul ul li ul li {
	border-top:1px solid #919191;
	border-bottom:1px solid #5e5e5e
}
.flexmenu.fm-sm ul ul li ul li a {
	background-color:#777
}
.flexmenu.fm-sm ul ul li ul li a:hover, .flexmenu.fm-sm ul ul li ul li a.active {
	background-color:#6a6a6a
}
.flexmenu.fm-sm .navicon {
	position:absolute;
	top:0;
	right:2px;
	height:50px;
	width:50px;
	border-radius:5px;
	-webkit-box-shadow:0 0 8px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 8px rgba(0,0,0,0.3);
	box-shadow:0 0 8px rgba(0,0,0,0.3);
	background:url('../images/bg-nav_gradient.png?1380865101') repeat-x
}
.flexmenu.fm-sm .navicon:hover {
	cursor:pointer
}
.flexmenu.fm-sm .navicon:after {
	border:5px solid transparent;
	border-top-color:#888;
	content:"";
	position:absolute;
	right:18px;
	top:25px
}
/** social media **/
.h_t_m_l_right{
	   float: left;
    /* top: 50px; */
    position: absolute;
    top: 38px;
}
.social_contact{
	text-align:center;
}

.send{
    background-image: url(../Images/send.jpg);
    background-size: cover;
    padding: 22px 31px;
    border-radius: 50%;
    border: none;
    position: relative;
    z-index: 999;
    margin-top: -33px;
}
.h_t_m_l_social ul>li{
	float:left;
	color:#0a0203;
	font-size:20px;
}
.social_icon ul>li{
	display:inline-block;
	margin:0px 2px;
	font-size:20px;
}
.h_t_m_l_social ul>li>a, .social_icon ul>li>a, .social_icon ul>li{
	color:#0a0203;
}

/* slider */
.rslides {
	margin: 0 auto 40px;
}
#slider2, #slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}
.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding:0;
}
.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0,0,0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../Images/themes.gif") no-repeat left top;
	margin-top: -45px;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
#slider3-pager a {
	display: inline-block;
}
#slider3-pager img {
	float: left;
}
#slider3-pager .rslides_here a {
	background: transparent;
	box-shadow: 0 0 0 2px #666;
}
#slider3-pager a {
	padding: 0;
}
.rslides_container{
	position:relative;
}
/* slider */
/* header */
.menu ul li{
	float:left;
	font-size:13px;
	text-align:center;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.menu ul li a{
	padding:13px 10px 23px 10px;
}
/*.menu ul li:last-child a{
	padding:37px 0 23px 0;
}*/
.header_bar{
	height:10px;
	display:none;
}
.font_plus{
	text-align:center;
	opacity:0;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.menu > ul > li:hover{
	background:#140a3f;
	color:#fff;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.menu > ul > li:hover > a{
	color:#fff;
}
.menu ul li a:hover .font_plus{
	opacity:1;
	color:#fff;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.menu ul li.active a .font_plus{
	color:#fff;
	opacity:1;
}
.circle_linkingbox{
	padding:100px 0 70px 0;
	min-height:520px;
}
.slogan{
	color: #ffffff;
    margin-top: 40px;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    font-weight: lighter;
	text-transform: uppercase;
}
.header{
	position:relative;
	background-color:#1e196a;
	z-index:3;
}
.white{
	color:#ffffff;
}
.grey{
	color:#ccc;
}
/* header */
.wth{
	width:100%;
	display:block;
}

.active a{
	color:#fff !important;
}
.description_title{
	background:#1e196a;
	text-align:center;
	padding:45px 0;
	color:#ffffff;
	font-size:30px;
	line-height: 1.2;
}

.bold{
	font-weight:bold;
}
ul.callbacks_tabs{
	left: 50%;
	font-size: 10px;
	margin: 0 auto;
	bottom: 0px;
	transform: translate(-50%, 0);
	position: absolute;
	z-index: 2;
	display: inline-flex;
}
ul.callbacks_tabs li{
	float:left;
	margin:0 5px;
}
ul.callbacks_tabs li.callbacks_here a{
	background:#00acef;
	color:#00acef;
}
ul.callbacks_tabs li a{
	padding:0px 30px;
	margin:0;
	background:#fff;
	color:#fff;
	border:1px solid #ccc;
}
ul.three_col li{
	width:33.33%;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}
/* about us */
.about{
	width:50%;
	float: left;
    margin: 6px 16px 2px 0px;
}
.margin-zero{
	margin:0px;
}
.about_us .page_title{
	border-left: #1e196a solid 2px;
    padding: 10px;
}
.page_title_line{
	width:100px;
	border-bottom:3px solid #00acef;
}
.page_title_box hr{
	margin:0;
	border-bottom:1px solid #ccc;
	border-top:none;
	border-left:none;
	border-right:none;
}
.size_decor{
	font-size:40px;
	display:block;
	color:#737070;
}
.bold_decor{
	font-weight:bold;
	font-size:40px;
	color: #1e196a;
	line-height:30px;
}
.line-height{
	line-height:23px;
}
.image_left{
	float:left;
	width:50%;
	margin: 5px 10px 3px 0px;
}
.page_content{
	padding:30px 0 50px 0;
	color:#000000;
}
.contact_content{
	padding:20px 0 0 0;
	color:#000000;
}
.border-left{
	border-left:#1e196a solid 2px;
	display:block;
	padding:0px 0px 0px 10px;
}
.margin50{
	margin-bottom:50px;
}
.about_img{
	padding:30px 0;
}
.about_us{
	padding:30px 0;
	line-height:2.2;
	background-image: url(../Images/bg2.jpg);
	background-size:cover;
	color:#000000;
}
.about_bg{
	background-image: url(../Images/bg3.jpg) !important;
	background-size:cover;
}
.snow_bg{
	background-image: url(../Images/bg4.jpg) !important;
	background-size:cover;
}

.contact{
	width:57.44681%;
	margin:0px auto;
	background:#ffffff;
	padding:40px;
}
/* about us */
/* our doctor */
ul.social{
	border-bottom:1px solid #aeaeae;
	border-left:1px solid #aeaeae;
	border-right:1px solid #aeaeae;
	padding:5px 20px 0 20px;
}
ul.social li{
	float:left;
	margin:0 20px 0 0;
}
ul.social li a{
	color:#aeaeae;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
ul.social li a:hover{
	color:#00acef;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
a.doctor{
	display:block;
	text-align:center;
	position:relative;
}
ul.social li:hover .doctor{

}
ul.doctor_box li a.doctor{
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
ul.doctor_box li a.doctor:hover .doctor_hover_bg, ul.doctor_box li a.doctor:hover .doctor_hover{
	opacity:1;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	;
}
.doctor_hover_bg{
	background-color: rgba(107, 105, 105, 0.5);
	position:absolute;
	width:100%;
	height:100%;
	opacity:0;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	cursor:pointer
}
.doctor_hover{
	/*opacity:0;
	border:3px solid #00acef;
	padding:10px 20px;
	color:#00acef;
	position:absolute;
	top:35%;
	left:35%
	*/
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	opacity: 0;
	float: right;
    margin: 5px 5px;
    /* width: 50%; */
    opacity: 0;
}
ul.doctor_box{
	margin-left:-2%;
}
ul.doctor_box > li{
	float:left;
	width:23%;
	margin:0 0 1% 2%;
	height:240px;
}
ul.doctor_box > li:hover .doctor_hover,ul.doctor_box > li:hover .doctor_hover_bg{
	opacity:1;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.doctor_detailbox{
	border:1px solid #aeaeae;
	padding:15px 20px 20px 20px;
}
.doctor_detailbox{
    padding: 5px 10px;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    top: 100%;
    bottom: 0;
    margin: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.doctor_container:hover .doctor_detailbox{
	 top: inherit;
	 bottom:0;
}
.doctor_detailbox a{
	line-height: 12px;
    display: block;
    font-size: 12px;
    color: #ffffff;
    padding-top: 5px;
    font-style: italic;
}
.doctor_name{
	margin:0;
	padding:0;
	height:auto;
	font-size: 13px;
    line-height: 13px;
}
.awesome_font{
	font-size:25px;

}
.doctor_fancy{
	float: right;
	margin-right: 0px;
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 10px 12px;
}
.doctor_link{
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 10px 12px;
	margin-left: 0px;
	float:left;
}
.doctor_hoverbox{
	position: absolute;
    width: 100%;
    top: 0;
    /* text-align: right; */
    padding: 0px;
}
.doctor_limitbox{
	height:215px;
	overflow:hidden;
}
.doctor_container{
	position: relative;
	width: 100%;
	overflow:hidden;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.profile{
	top: 50%; */
    /* position: absolute; */
    width: 100%;
   /* margin: 20% 0px;*/
    /* display: block; */
}
.profile2{
	top: 50%; */
    /* position: absolute; */
    width: 100%;
    margin: 20% 0px;
    /* display: block; */
}
.profile p, .profile2 p{
	color:#1e196a;
	font-weight:600;
}
.qualification{
	margin:8px 0;
}
.qualification_title, .career_title, .course_title{
	color: #7e7f82;
	font-weight:bold;
}
ul.qualification_detail, ul.course_point{
	list-style: disc;
    padding-left: 18px;
}
.career_bio p{
	color: #000;
    font-weight: 600;
}
/* our doctor */
/* middle */
.footer{
	text-align:center;
	padding:15px 0;
	font-size:13px;
	background-color:#1e196a;
}
.right{
	float:right;
}
.linking_box{
	display:block;
}
.linking{
	float:left;
	width:100%;
	color:#0099ff;
	font-size:20px;
}
.linking_center{
	margin-top:24%;
	padding:0 0 0 25px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.aking{
	color:#666666;
}
.logo{
	margin-top:25px;
}
.navicon{
	display:none;
}
/* index */
.linking a:hover{

}
/* index */
/* contact us */
.contactus_content ul li a{
	color:#666666;
}
.contactus_content ul li a:hover{
	color:#00acef;
}
.blue{
	color:#1e196a;
}
.icon{
	position:absolute;
	margin:6px 0 0 0;
	font-size:15px;
}
.contactus_content{
	font-size: 14px;
    text-align: center;
    color: #7e7f82;
}
.contact_title{
	text-align:center;
	margin:0px auto;
	width:28%;
	font-size:40px;
	color:#6d6e71;

}
.size{
	width:50%;
}
.size2{
	width:80%;
}
.grey{
	color:#7e7f82;
}
.title_bottom{
	border-bottom:2px solid #bcbec0;
}
p.form_replacement{
	text-align: center;
}
p.form_replacement img{
	width:100%;
	max-width: 240px;
	/*display: inline-block;
    vertical-align: middle;*/
}
.post_content{
	margin-left:25px;
}
.course_point ul{
	list-style: disc;
	padding-left: 18px;
}
.visit{
	text-transform:uppercase;
	font-weight:bold;
	color:#1e196a;
}
.txt_input{
	width: 100%;
    padding: 10px 12px;
    margin-bottom: 5px;
    background-color: #edeeee;
    border: none;
}
.txt_area{
	width:100%;
	padding:10px 15px;
	height:150px;
	background-color: #edeeee;
    border: none;
}
.txt_sub{

	cursor:pointer;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	color:#aeaeae;
	float:right;
	margin-right:-5px;
}
.ajax_loading, #ajax_loading {
    position: absolute;
    margin-left: 10px;
    margin-top: 15px;
    display: none;
}
p.form_success {
    display: none;
    color: #007a04;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}
/*.txt_sub:hover{
	background:#1e196a;
	border:1px solid #1e196a;
	color:#fff;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}*/
ul.contactus_social{
	margin-top:15px;
}
ul.contactus_social li{
	padding:0;
	background:#00acef;
	float:left;
	margin: 0 10px 0 0;
}
ul.contactus_social li a{
	display:block;
	padding:0px 15px;
	color:#fff;
	font-size:20px;
}
ul.contactus_social li a:hover{
	background:#0c516b;
	color:#fff;
}
.overflow_table{
	overflow-y: auto;
    border: 2px #000 solid;
}
/* contact us */
.search_box{
	position:relative;
	width:100%;
}
.search_post{
	width:33.33%;
	float:left;
	margin:10px 0 0 0;
}
.search_input{
	position:absolute;
	top:30px;
	opacity:0;
}
/* branches */
.page_middle{
	padding:0 0 30px 0;
}
.ourbranches_container{
	position:relative;
	width:100%;
	height:222px;
	overflow:hidden;
}
.ourbranches{
	display:inline-block;
	position:relative;
}
ul.ourbranches_box{
	margin:0 0 0 -2%;
}
.ourbranches_box li{
	width:31.33%;
	margin:0 0 0 2%;
	float:left;
	position:relative;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	height:380px;
}
.ourbranches_box li .ourbranches_hoverbox, .ourbranches_box li .ourbranches_hoverbg{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.ourbranches_box li:hover .ourbranches_hoverbox, .ourbranches_box li:hover .ourbranches_hoverbg{
	opacity:1;
}
.ourbranches_hoverbg{
	background: url(../Images/bg.png);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.ourbranches_hoverbox{
	width:100%;
	position:absolute;
	top:40%;
	opacity:0;
	text-align:center;
	font-size:25px;
}
.ourbranches_fancy{
	border:2px solid #00acef;
	color:#00acef;
	padding:10px;
	font-size:16px;
}
.ourbranches_link{
	border:2px solid #00acef;
	color:#00acef;
	padding:10px 12px;
	margin-left:10px;
}
.ourbranches_hover{
	padding: 6px;
	color: #00acef;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
ul.ourbranches_box li a.ourbranches:hover .ourbranches_hoverbg, ul.ourbranches_box li a.ourbranches:hover .ourbranches_hover{
	opacity:1;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
ul.ourbranches_box li:hover .ourbranches_detailbox{
	box-shadow:0 0 5px #ccc;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.ourbranches_detailbox{
	padding:8px 10px;
	box-shadow:0 0 0 #ccc;
	font-size:13px;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	color:#000;
}
h6.blue{

}
.ourbranches_detailbox a{
	color: #00acef;
	font-size:14px;
	font-weight:bold;
}
/* branches */
/* news */
.news_container{
	position:relative;
	width:100%;
	height:222px;
	overflow:hidden;
}
a.newslink:hover .news_hoverbg,a.newslink:hover .news_hover{
	opacity:1;
}
a.newslink:hover .news_detailbox{
	box-shadow:0 0 5px #ccc;
}
.news_hoverbg{
	background: url(../Images/bg.png);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.news_hoverbox{
	width: 100%;
	position: absolute;
	top: 35%;
	font-size: 25px;
}
.news_fancy{

}
.news_detailbox{
	padding: 8px 10px;
	box-shadow: 0 0 0 #ccc;
	font-size: 13px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.news_hover{
	opacity: 0;
	border: 3px solid #00acef;
	/*padding: 10px 20px;*/
	width:60px;
	heigth:60px;
	text-align:center;
	color: #00acef;
	position: absolute;
	top: 35%;
	left: 50%;
	margin-left:-30px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* news */
/* aesthethic */
.aesthethic_icon{
	padding:35px 0 20px 0;
}
.readmore:hover{
	background:#1983af;
	color:#fff;
	border:1px solid #1983af;
}
.readmore{
	border:1px solid #00acef;
	padding:5px 10px;
	font-size:13px;
	color:#00acef;
}
.readmore_arrow{
	margin:0 5px 3px 0;
}
.aesthetic_linkingmap{
	text-align:center;
	padding:0 0 30px 0;
}
a.linking_box{
	color: #0c516b;
	font-size:22px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
p.aethetic_content{
	font-size:13px;
	padding:5px 0 10px 0;
	margin:0;
}
.dark_blue{
	color:#ffffff;
}
p.aesthethic_description{
	margin:0;
	line-height:1.5;
}
/* aesthethic */
/* before after */
.beforeafter_imagebox{
	text-align:center;
	margin-bottom:30px;
}
.beforeafter_content_box{
	margin-top:80px;
}
/* before after */
/* news */
ul.news_parent{
	width:101%;
	margin-left:-1%;
}
ul.news_parent > li{
	float:left;
	width:32.33%;
	margin:0 0 1% 1%;
}
ul.news_parent li img{
	width:100%;
}
.news_box_right p{
	line-height:1.8;
}
.news_date_box{
	color:#00acef;
}
.news_month{
	font-size:10px;
}
.news_day{
	font-size:50px;
	font-weight:bold;
	margin-top:-40px;
}
.news_box_left{
	float:left;
	width:10%;
	padding:0 20px 0 0;
}
.news_box_right{
	float:left;
	width:90%;
}
.news_date{
	padding:5px 0 0 0;
	height:75px;
	text-align:center;
	border:1px solid #00acef;
}
.news_comment{
	text-align:center;
	border-right:1px solid #00acef;
	border-bottom:1px solid #00acef;
	border-left:1px solid #00acef;
	display:none;
}
/* news */
/* our treatment
.ourtreatment_detailbox h5{
	text-overflow: ellipsis;
	overflow: hidden;
	height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
ul.ourtreatment_box li:hover .treament{
	color:#00acef;
}
.ourtreatment_detailbox{
	text-align:center;
}
ul.ourtreatment_box{
	margin-left:-2%;
}
ul.ourtreatment_box > li{
	float:left;
	width:31.33%;
	border-bottom:3px solid #000;
	margin:0 0 2% 2%;
}
ul.ourtreatment_box > li:hover{
	border-bottom:3px solid #0c516b;
}

ul.ourtreatment_box li:hover .ourtreatment_hover , ul.ourtreatment_box li:hover .ourtreatment_hover_bg{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	cursor:pointer;
}
.ourtreatment_limitbox{
	width:323px;
	height:auto;
	overflow:hidden;
}
.ourtreatment_hoverbox {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 0px;
}
ul.ourtreatment_box li a.doctor {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.ourtreatment_hover{

    opacity: 0;
    float: right;
    margin: 5px 5px;
    opacity: 0;
}
.ourtreatment_hover_bg{
	background-color: rgba(107, 105, 105, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.treatment{
	overflow:hidden;
}**/
.skin_img img{
	width:100%;
	margin:0 auto;
	display:block;
}
.title_padding{
	padding:15px 0px;
	font-size: 18px !important;
}
.appoinment_form{
	margin:5px 0;
}
.appoinment_form .txt_area {
    width: 100%;
    padding: 10px 15px;
    height: 150px;
    background-color: #fff;
    border: none;
}
.appoinment_form .txt_input {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 5px;
    background-color: #fff;
    border: none;
}
.appoinment_form_title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
}
.treatment_content {
    margin: 10px 0;
}
.treatment_content p{
    margin-bottom: 5px;
}
ul.treatment_content_sub{
	list-style: disc;
	margin-left: 18px;
}
ul.treatment_content_subtra{
	list-style: circle;
	margin-left: 18px;
}
ul.treatment_content_sub li, .ul.treatment_content_subtra li{
	padding-bottom:0;
}
.ourtreatment_container{
	position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
ul.ourtreatment_box li a.doctor{
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
ul.ourtreatment_box li a.doctor:hover .ourtreatment_hover_bg, ul.ourtreatment_box li a.doctor:hover .ourtreatment_hover{
	opacity:1;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	;
}
.ourtreatment_hover_bg{
	background-color: rgba(107, 105, 105, 0.5);
	position:absolute;
	width:100%;
	height:100%;
	opacity:0;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	cursor:pointer
}
.ourtreatment_hover{
	/*opacity:0;
	border:3px solid #00acef;
	padding:10px 20px;
	color:#00acef;
	position:absolute;
	top:35%;
	left:35%
	*/
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	opacity: 0;
	float: right;
    margin: 5px 5px;
    /* width: 50%; */
    opacity: 0;
}
ul.ourtreatment_box{
	margin-left:-2%;
}
ul.ourtreatment_box > li{
	float: left;
    width: 31.33%;
    margin: 0 0 2% 2%;
}
ul.ourtreatment_box > li:hover .ourtreatment_hover,ul.ourtreatment_box > li:hover .ourtreatment_hover_bg{
	opacity:1;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.ourtreatment_detailbox{
	border:1px solid #aeaeae;
	padding:15px 20px 20px 20px;
}
.ourtreatment_detailbox{
    padding: 5px 10px;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    top: 100%;
    bottom: 0;
    margin: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.ourtreatment_container:hover .ourtreatment_detailbox{
	 top: inherit;
	 bottom:0;
}
.ourtreatment_detailbox{
	line-height: 12px;
    display: block;
    font-size: 12px;
    color: #ffffff;
    padding-top: 5px;
    font-style: italic;
}

.awesome_font{
	font-size:25px;

}
.ourtreatment_fancy{
	float: right;
	margin-right: 0px;
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 10px 12px;
	margin: 5px 0px;
}
.ourtreatment_link{
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 10px 12px;
	float:right;
	margin: 5px 5px
}
.ourtreatment_hoverbox{
	position: absolute;
    width: 100%;
    top: 0;
    /* text-align: right; */
    padding: 0px;
}
.ourtreatment_limitbox{
	height:215px;
	overflow:hidden;
}
.ourtreatment_name{
	font-style: initial;
    margin-bottom: 5px;
    font-size: 14px;
    line-height:1.0;
}

/** end **/
/* our treatment */
.round{
	/*background: #25267f;*/
    width: 100%;
	max-width: 320px;
    text-align: center;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 0 auto;
    margin-top: 100px;
}
.round img {
    width: 100%;
    max-width: 220px;
    display: block;
    margin: 0 auto;
}
.linking_box:hover .round{
	/*background:#0f0f33;*/
	color:#0c516b;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.linking_box:hover .linking{
	color:#0f0f33;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.page_fancytitle{

}
.error{
	border:1px solid #f00;
}
label.error{
	display:none !important;
}
p.success {
	color: #8dc63f;
	font-size: 14px;
	display: none;
}
/* Mobile */
/* home */
.logo_main{
	padding:50px 0;
	margin-top:100px;
}
.footer_main{
	font-size: 14px;
}
.middle_category{
	margin:80px 0 70px 0;
	min-height:520px;
}
/* search */
.search_navibox{
	width:120px;
	float:left;
	margin:40px 0 0 0;
	padding:0 0 0 10px;
}
/* */
.current_paging{
	background:#00acef;
	color:#fff;
}
.paging_box{
	margin-top:20px;
	float:right;
	font-size:13px;
}
.paging_box ul li{
	float:left;
	margin-left:5px;
	border:1px solid #ccc;
	padding:0;
}
.paging_box ul li a{
	padding:0px 12px;
	display:block;
}
.paging_box ul li a:hover{
	background:#00acef;
	color:#fff;
}
.responsive_search{
	display:none;
}
.normal_search{
	display:none;
}
.border_dot{
	border-right:1px dotted #ccc;
}
.filler_wrap{
	padding:0 20px;
}
.filler_wrap h5{

}
ul.filler_function li{
	list-style-image: url('../Images/plus.png');
	font-size:14px;
}
.beforeafter_wrap{
	padding-right:10px;
}
.meso_function{
	padding-left:25px;
}
ul.meso_border li{
	/*border-bottom:1px dotted #ccc;*/
}
.meso_title{
	margin-bottom:10px;
}
canvas {
	height: 100% !important;
    width: 100% !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.position{
	position:relative;
	z-index:2;
}
/* */
@media (min-width:1201px){
	.fm-container {
		float: right;
	}
}
@media (min-width: 981px) and (max-width: 1200px) {
	/*.menu ul li a{
		padding: 13px 15px 23px 15px;
	}*/
	.fm-container {
		float: right;
	}
}
@media (min-width: 769px) and (max-width: 980px){
	ul.doctor_box > li{
		width:31.33%;
	}
	.menu ul li a{
		padding:12px 9px;
	}
	.search_navibox{
		display:none;
	}
	.fm-container {
		float: right;
	}
}


@media only screen and (max-width: 768px) {
	body {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		width: 100%;
		min-width: 0;
	}
	h1, h2, h3, h4, h5, h6 {
		word-wrap: break-word;
	}
	h1 {
		font-size: 42px;
		font-size: 2.625rem;
	}
	h2 {
		font-size: 36px;
		font-size: 2.25rem;
	}
	p {
		line-height: 1.625em;
	}
	ul, ol, dl, p {
		text-align: left;
	}
	.fixed {
		position: relative;
		top: auto;
		left: auto;
	}
	.h_t_m_l_right{
		display:none;
	}
	.contact_title {
    text-align: center;
    /* margin: 0px auto; */
    width: 50%;
    font-size: 40px;
    color: #6d6e71;
}
	.social_icon ul{
		text-align:inherit;
	}
	/* restyle row columns */
	.row {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.row .row .columns {
		padding: 0;
	}
	.columns {
		width: auto !important;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.columns:last-child {
		margin-right: 0;
		float: none;
	}
	.columns_margin {
		float: none;
	}
	.font_plus{
		display:none;
	}
	.navi_br{
		display:none;
	}
	.menu ul li:first-child{

	}
	.menu ul li:hover{
		background:none;
	}
	.menu ul li a:hover .font_plus{
		opacity:auto;
	}
	.menu ul li.active a .font_plus{
		opacity:auto;
	}
	.active{
		background:inherit;
	}
	.logo{
		width: 100%;
		max-width: 480px;
		display: block;
		margin: 0 auto;
	}
	.search_navibox{
		width:100%;
		float:left;
		margin:20px 0;
		padding:0;
	}
	.navicon{
		display:block;
	}
	ul.ourtreatment_box > li, ul.ourbranches_box > li, ul.doctor_box > li, ul.news_parent > li{
		width:48%;
	}
	.normal_search{
		display:none;
	}
	.responsive_search{
		display:block;
		margin: 10px 0;
	}
	.sb-search{
		display:none;
		width:100%;
	}
	.search_post{
		width:100%;
	}
	.right {
    	float: none;
	}
	.round {
		margin-top: 60px;
	}
	/*.linking {
    float: left;
    width: 50%;
    color: #0099ff;
    font-size: 20px;
	}*/

}
@media (max-width: 480px) {
	.middle_banner .callbacks_nav {
		top: 64%;
	}
	.about_us .page_title {
		line-height: 0.5;
	}
	.about_us .size_decor, .about_us .bold_decor {
		font-size: 25px;
	}
	.footer {
		font-size: 10px;
	}
	.linking{
		width:100%;
		text-align:center;
		padding:0px;
		margin-top:10%;
		float:inherit;
	}
	.round {
		/*background: #25267f;
		 border-radius: 50%; */
		height: auto;
		width: 100%;
	}
	.round img{
		width: 100%;
		display:block;
	}
	.columns_margin{
		width:100%;
	}
	.home_logo{
		width:100%;
		padding:0 25px;
	}
	.circle_linkingbox{
		padding:0 0 50px 0;
	}
	ul.doctor_box > li{
		width:100%;
	}
	.doctor_limitbox, .treatment, .ourbranches_container, .news_container{
		height:inherit;
		overflow:inherit;
	}
	ul.ourtreatment_box {
		margin-left: 0;
	}
	ul.ourtreatment_box > li, ul.ourbranches_box > li, ul.doctor_box > li, ul.news_parent > li{
		width:100%;
		height:auto;
		margin-left: 0;
	}
	.news_box_left{
		padding:0;
	}
	.news_box_left, .news_box_right{
		width:100%;
	}
	.news_date{
		height:125px;
	}
	.news_month{
		font-size:25px;
	}
	.news_day{
		font-size:60px;
		margin-top:-45px;
	}
	.right{
		float:none;
	}
	.contact{
		width:100%;
	}
	.contact_title {
		text-align: center;
		/* margin: 0px auto; */
		width: 100%;
		font-size: 40px;
		color: #6d6e71;
	}
	.about{
		width:100%;
		margin-bottom:20px;
	}

}
/* Mobile */
@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	p a {
		color: #555555 !important;
		text-decoration: underline;
	}
	p a:visited {
		color: #555555 !important;
		text-decoration: underline;
	}
	p a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	/* Don't show links for images, or javascript/internal links */
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	tr, img {
		page-break-inside: avoid;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}
