/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
/*table{border-collapse:collapse;border-spacing:0;}*/
fieldset,img{border:0;}
/*address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}*/
/*li{list-style:none;}*/
caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/* mark for html5 */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark {display: block;}
ul, ol{
    padding-left: 20px;
}
.section li {
    list-style: inherit;
}

.column > ul, .column > ol{
    padding-left: 40px;
}

html, body {
	background: transparent;
	font-family: arial;
	color: #606060;
	font-size: 16px;
	letter-spacing: 1px;

}
.use_optima {
	font-family: 'Optima', "Open Sans";
}
p {
	margin: 4px 0;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 0.85;
}

@font-face {
	font-family: 'Optima';
	src: url('Optima.eot?') format('eot'),
	     url('Optima.woff') format('woff'),
	     url('Optima.ttf')  format('truetype'),
	     url('Optima.svg#Optima') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('helvetica45light.eot');
    src: url('helvetica45light.eot') format('embedded-opentype'),
         url('helvetica45light.woff') format('woff'),
         url('helvetica45light.ttf') format('truetype'),
         url('helvetica45light.svg#HelveticaNeueLight') format('svg');
}
h4.middle {
	font-family: "Optima", "Open Sans";
	color: #043464;
	font-size: 2em;
}
.big {
	font-family: "Optima", "Open Sans";
	font-size: 3em;
	padding: 30px 0;
}

/*Header*/
#logo {
	float: left;
	margin-top: 29px;
    width: 285px;
}
.stButton{
	line-height: 0!important;
}
@media screen AND (max-width: 1279px) {
#logo {
	width: 25%;
}
}
.container.header{
	position: relative;
}
.head_menu {
	float: right;
	margin-top: 12px;
}
.head_button {
	font-size: 0.75em;
	color: #043464;
	font-weight: bold;
	margin-right: 5px;
}
.head_button.home {
	width: 96px;
}
.head_button.like {
	width: 160px;
}
.head_button.appointment {
	width: 201px;
}
.head_button_container {
	float: right;
	margin-right: 20px;
}
.circle_link {
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	padding: 4px;
	color: #ccc;
	border: 1px solid #ccc;
	float: right;
	margin-right: 10px;
	font-size: 0.7em;
	width: 26px;
	height: 26px;
	line-height: 17px;
	text-align: center;
	vertical-align: middle;
}
.circle_link:first-child {
	margin-right: 0;
}
.circle_link.active {
	background: #043464;
	color: #fff;
}
.navbar {
	position: relative;
	margin-top: 10px;
	margin-right: 18px;
	display: inline-block;
	float: right;
	font-weight: bold;
}
@media screen AND (max-width: 1279px) {
	.navbar {
		float: right;
	}

}
/*.menu_semi_circle {
	position: absolute;
	top: 0;
	display: inline-block;
	height: 100%;
}
.menu_semi_circle.left {
	left: -17px;
}
.menu_semi_circle.right {
	right: -17px;
}*/
.menu_semi_circle {
	position: absolute;
	top: 0;
	display: inline-block;
	height: 100%;
}
.menu_semi_circle.left {
	left: -17px;
}
.menu_semi_circle.right {
	right: -17px;
}
header ul.nav-1st-level > li{
	display: inline-block;
	position: relative;
	padding: 10px 18px 9px 18px;
	background: #043464;
	border-left: 1px solid #1d4974;
	border-top: 1px solid #1d4974;
	border-bottom: 1px solid #1d4974;
}
@media screen AND (max-width: 1279px) {
header ul.nav-1st-level > li{
	padding: 10px 6px 9px 6px;
}
}
header ul.nav-1st-level > li:hover{
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
header ul.nav-1st-level li:first-child {
	border-left: 0px;
}
header ul.nav-1st-level li a {
	font-size: 0.9em;
	color: #fff;
}
@media screen AND (max-width: 1279px) {
header ul.nav-1st-level li a {
	font-size: 0.9em;
}
}
header ul.nav-1st-level li:hover a {
	color: #043464;
}
header ul.nav-1st-level li a.active {
	color: #ff981e;
}

ul.nav-2nd-level {
    margin-top: 9px;
    border: 0;
    padding: 0px 0px;
    color: #fff;
    position: absolute;
    z-index: 9998;
    left: 0;
    width: 130px;
	border: 1px solid #ddd;
	display: none;
}
ul.nav-2nd-level.about {
    width: 380px;
}
ul.nav-2nd-level.services {
    width: 180px;
}
ul.nav-2nd-level.healthinformation {
    width: 250px;
}
ul.nav-2nd-level.ourteam {
    width: 220px;
}
ul.nav-2nd-level.medicalcards {
    width: 320px;
    left: -92px;
}
ul.nav-2nd-level.contactus {
    width: 280px;
    left: -191px;
}
/*		@media screen AND (max-width: 1279px) {
	ul.nav-2nd-level {
		width: 319px;
		 margin-top: 9px;
	}
}*/

header ul.nav-2nd-level li {
	background: #fff;
	display: block;
	padding-left: 20px;
	position: relative;
}
header ul.nav-2nd-level li span {
	position: absolute;
	left: 0px;
	display: inline-block;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	color: #1791d2;
	visibility: hidden;
}
header ul.nav-2nd-level li:hover a > span {
	visibility: visible;
}
header ul.nav-2nd-level li a {
	font-size: 1em;
	color: #666 !important;
	display: block;
	padding: 4px 4px 4px 0px;
}
header ul.nav-2nd-level li:first-child a {
	padding: 6px 4px 4px 0px;
}
header ul.nav-2nd-level li a:hover {
	color: #1791d2 !important;
}
.headmenu.text {
	border-bottom: 1px solid #666;
}
.dashed_line {
	background: #ddd;
	height: 1px;
	width: 100%;
	margin-left: 0px;
}
.white_line_20px {
	background: #fff;
	height: 2px;
	width: 20px;
	position: relative;
	top:-2px;
}
.nav-1st-level li:hover > .nav-2nd-level {
	display:block;
}

.header_img_pool {
	position: absolute;
	visibility: hidden;
}
 /*footer*/
@media screen AND (max-width: 1279px) {
 	 .footer.container {
 	 	text-align: center;
 	 }
 }
.footerimg {
	height: 40px;
	width: auto;
}
.footer_img2 {
	margin-left: 3%;
}
@media screen AND (max-width: 1279px) {
	.footer_img2 {
	margin-left: 3.5%;
}
}
.footer_img3 {
	margin-left: 2.8%;
}
@media screen AND (max-width: 1279px) {
.footer_img3 {
	margin-left: 3.5%;
}
}
.footer_img4 {
	margin-left: 3%;
}
 .social_container {
 	display: inline-block;
 	margin-left: 1%;
 	vertical-align: middle;
 	/*margin-left: 12%;*/
 }
 @media screen AND (max-width: 1279px) {
 .social_container {
 	display: inline-block;
 	margin-left: 0%;
 }
 }
 @media screen AND (max-width: 1279px) {
 /*.social_container {
 	display: block;
 	text-align: center;
 	float: none;
 	margin: 15px auto 0 auto;
 }*/
 }
 .sharethis_footer_container {
 	vertical-align: middle;
 	display: inline-block;
 	margin-left: 55px;
 }
@media screen AND (max-width: 1279px) {
 .sharethis_footer_container {
 	margin-left: 0;
 }
 }
 .social_container a {
 	display: inline-block;
 }
 .footer_grey_line {
	background: #ddd;
	height: 1px;
	width: 100%;
	margin: 18px 0 10px 0;
}
.outer_container.footer .straight_grey_line {
	height: 100px;
	width: 1px;
	background: #ddd;
	position: absolute;
	left: 16%;
	top: 8%;
}
.outer_container.footer .straight_grey_line.two {
	left: 79.5%;
	top: 8%;
}
@media screen AND (max-width: 1279px) {

.outer_container.footer .straight_grey_line.one {
	left: 16.5%;
	top: 8%;
}
.outer_container.footer .straight_grey_line.two {
	left: 78.5%;
	top: 8%;
}
}
.footer_lastsentence, .footer_lastsentence a {
	color: #ccc;
	font-size: 13px;
}
.footer_lastsentence p{
	float: right;
	margin: 0;
}
@media screen AND (max-width: 1279px) {
	.footer_lastsentence, .footer_lastsentence a {
		font-size: 12px;
	}
}
.footer.outer_container {
	padding: 15px 0 15px 0;
	background: #fff;
}

.outer_container.content {

	border-bottom: 1px solid #ddd;
}

.top_menu-arrow {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

	/*// editor*/

	@media screen AND (max-width: 1279px) {
    .full_editor_cell {
        padding-left: 15px;
    }
}
.full_editor_cell a {
	text-decoration: underline;
}
.editor_content.row-fluid .span3 {
    margin-left: 0%;
    width: 18.1%;
}

@media screen AND (max-width: 1279px) {
    .contactus .editor_content.row-fluid .span3 {
        width: 14.1%;
    }
    .contactus .editor_content.row-fluid .span9{
	    width: 85.9%;
    }
    .contactus .maintab li a div.arrow-right {
	    right: -12%;
	}
}
.editor_content.row-fluid .span9 {
    margin-left: 0%;
    width: 81.9%;
    float: right;
}
@media screen AND (max-width: 1279px) {
    .editor_content.row-fluid .span9 {
	    width: 85.9%;
	}
}


.full_editor {
    padding: 40px 80px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    letter-spacing: 0;
    line-height: 1.4;
}
@media screen AND (max-width: 1279px) {
  .full_editor {
    padding: 20px 10px;
}
}
.full_editor_cell table {
    max-width: 100% !important;
    /*table-layout:fixed;*/
}

.full_editor_cell .s1 {
    font-weight: bold;
}
.full_editor_cell .p1 {
    /*line-height: normal;*/
    /*line-height: 1.3em;*/
    margin-bottom: 13px;
}
.full_editor_cell hr {
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	border: 0;
}
.full_editor_cell strong {
	font-weight: bold;
}

.maintab, .mobile_menu, .nav-1st-level, .submenu, .subtab{
    padding-left: 0;
    list-style: none;
}
.maintab li{

}
.maintab li div{
    margin: 0 20px;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    line-height: 26px;
    color: #606060;
}
.maintab li a.active div {
    border-bottom: 1px solid #01488a;
    color: #fff;
}
.maintab li a {
    display: block;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    position: relative;
    cursor: pointer;
}
.maintab > li > a.active, .maintab > li > a.active:hover  {
    display: block;
    background: #01488a;
    border-right: 1px solid #01488a;
    opacity: 1;
}
.maintab li a:hover {
    opacity: 0.8;
}
.maintab li.active a:hover{
	opacity: 1;
}
.maintab li a div.arrow-right {
   width: 0;
   height: 0;
   border-left: 16px solid #01488a;
   border-top: 0px solid transparent;
   border-bottom: 0px solid transparent;
   top: 0;
   right: -17px;
   /*right: -8%;*/
   position: absolute;
   margin: 0;
   padding: 0;
   visibility: hidden;
   opacity: 0;
}
		@media screen AND (max-width: 1279px) {
.maintab li a div.arrow-right {
   right: -9.5%;
}
}
.maintab li a.active  div.arrow-right {
    visibility: visible;
    opacity: 1;
}
.full_editor_cell li {
/*    list-style-image: url(../images/icon_dot.png);
    margin-left: 23px;*/
    /*margin-bottom: 12px;*/
}
.full_editor_cell table td{
    vertical-align: top;
}
ul.subtab  {
    padding-top: 6px;
    padding-left: 23px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 6px;
    margin-top: -5px;
}
@media screen AND (max-width: 1279px) {
    ul.subtab  {
    padding-left: 10px;
}
}
ul.subtab li {
    margin: 10px;
}
.subtab li a{
    color: #606060;
    font-size: 16px;
}
.subtab a {
    position: relative;
}
.subtab a.active {
    color: #043464;
}
.subtabarrow {
    position: absolute;
    top: 0 ;
    left: -10px;
    display: none;
}
.subtab a.active > .subtabarrow {
    display: block;
}

.btn.back_button {
	font-size: 1em;
	color: #043464;
	margin-top: 15px;
	padding: 5px 20px;
	display: inline-block;
	margin: 0 auto;
}

@media screen AND (max-width: 767px) {
	.big{
		font-size: 2.2em;
	}
}

@media print {
 /*  html, body {
	background: transparent;
	font-family: arial;
	color: #606060;
	font-size: 10px;
	letter-spacing: 1px;
	max-width: 800px !important;
}*/

}
.title_container {
    float: right;
    width: 81.9%;
    margin: 10px auto 10px;
    text-align: center;
}
.title_container img {
    display: inline-block;
    vertical-align: middle;
}
.title_container .big {
        display: inline-block;
        vertical-align: middle;
        color: #043464;
        font-size: 2.5em;
        padding: 0 20px;
}
        @media screen AND (max-width: 1279px) {
    .title_container .big {
        display: inline-block;
        vertical-align: middle;
        color: #043464;
        font-size: 2.5em;
        padding: 0 20px;
        max-width: 467px;
}
}
.row-fluid div[class*='span'] {
    /*outline: 1px solid #ed1c24;*/
}


.editor_content.row-fluid .span9 {
    margin-left: 0%;
    width: 81.9%;
    float: right;
}
.full_editor {
    padding: 40px 80px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
@media screen AND (max-width: 1279px) {
	.full_editor {
    	padding: 20px 10px;
	}
}

.full_editor_cell table {
    max-width: 100% !important;
}
.full_editor_cell .s1 {
    font-weight: bold;
}
/*.full_editor_cell .p1 {
    line-height: normal;
}*/
.maintab {
    font-size: 1.2em;
}

@media screen AND (max-width: 1279px) {
    .maintab {
    	font-size: 1em;
	}
}

.maintab li.active div {
    border-bottom: 1px solid #01488a;
    color: #fff;
}
.maintab li {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    position: relative;
    cursor: pointer;
}
.maintab li.active, .maintab li.active:hover  {
    background: #01488a;
    border-right: 1px solid #01488a;
    opacity: 1;
}
/*.maintab li:hover {
    opacity: 0.8;
}*/
.maintab li div.arrow-right {
   width: 0;
   height: 0;
   border-left: 16px solid #01488a;
   border-top: 0px solid transparent;
   border-bottom: 0px solid transparent;
   top: 0;
   right: -17px;
   position: absolute;
   margin: 0;
   padding: 0;
   visibility: hidden;
   opacity: 0;
}
.maintab li.active div.arrow-right {
    visibility: visible;
    opacity: 1;
}

.full_editor_cell table td{
    vertical-align: top;
}
.full_editor_cell a {
    color: #043464;
}

.full_editor_cell table td img{
    max-width: 100% !important;
    height: auto;
}
h6 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #043464;
}
.full_editor_cell p {
    /*margin-left: 0;*/
}
.full_editor_cell a {
    color: #043464;
}
.full_editor_cell {
    position: relative;
}
.medicalcards.full_editor_cell h4{
    color: #043464;
    font-size: 22px;
    margin-bottom: 40px;
    margin-top: 5px;
}
.medicalcards.full_editor_cell ul {
    margin-bottom: 80px;
}
.medicalcards.full_editor_cell h2 {
    color: #1791d2;
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.3em;
}
.medical_contacts {
    font-size: 27px;
    line-height: 1.3em;
    margin: 25px 0 0px 0;
}
.medical_contacts span, .medical_contacts a {
    color: #1791d2;
}

.company_list_wrapper {
    width: 100%;
    margin: 16px auto 0;
    text-align: left;
}
.company_cell {
     /*min-height: 220px;*/
     /*display: inline-block;*/
     /*vertical-align: top;*/
     /*overflow: hidden;*/
     margin-bottom: 40px;
}
.company_cell img {
    width: 100%;
}
.company_cell p {
    text-align: center;
}








.mobile_menu_button{
    /*padding: 25px 25px 25px 25px;*/
    position: absolute;

    right: 20px;
/*    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
    top: 72px;
}
.menu_line{
    width: 28px;
    height: 3px;
    margin-bottom: 5px;
	/*background-color: white;*/
	background-color: #1791d2;
	-webkit-transition: all .5s;
	transition: all .5s;
	right: 0;
    /*top: -3px;*/
    top: 5px;
}
.menu_line:last-child{
	margin-bottom: 0;
}
.mobile_menu_container{
    position: absolute;
    left: 0;
    /*top: 69px;*/
    top: 115px;
    width: 100%;
    background-color: white;
    text-align: center;
	display: none;
	z-index: 98;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    z-index: 9999999999;
    min-height: 100%;
}
.mobile_menu_opened .mobile_menu_container{
	display: block;
}
.mobile_menu_opened .mobile_menu_container.animate{
	opacity: 1;
}
.mobile_menu_container>ul{
	padding: 20px 20px 40px 20px;
    font-size: 20px;

    width: 80%;
    margin: 0 auto;
    -webkit-transition: all .3s;
    transition: all .3s;

}
.mobile_menu_opened .mobile_menu_container>ul{
	width: 100%;
}
.mobile_menu_container>ul>li{
    padding: 20px 0;
    position: relative;
}
.mobile_menu_container>ul>li:before,.mobile_menu_container>ul>li:last-child:after{
	content: "";
	position: absolute;
	height: 1px;
	background-color: #B1A4A4;
	/*background-color: lightgrey;*/
	width: 100%;
	left: 0;
	-webkit-transition: all .6s;
	transition: all .6s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.mobile_menu_container>ul>li:before{
	top: 0;
}
.mobile_menu_container>ul>li:last-child:after{
	bottom: 0;
}

.mobile_menu_container.animate>ul{

}
.mobile_menu_container.animate>ul>li:before,.mobile_menu_container.animate>ul>li:last-child:after{
	-webkit-transform: scale(1);
	transform: scale(1);
}

.mobile_menu_container .nav_dropdown{
	display: none;
}
.mobile_menu_container .nav_dropdown li a{

}

.mobile_menu_opened .menu_line{
    background-color: #1791d2;
    margin: 0;
    position: absolute;

}
.mobile_menu_opened #menu_line2{
	display: none;
}
.mobile_menu_opened #menu_line1{
	-webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);

}
.mobile_menu_opened #menu_line3{
	-webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.mobile_menu a{
	color: #666;
}
.mobile_menu>li.active>a{
    color: #333;
}

.mobile_menu>li>.submenu{
    font-size: 16px;
    line-height: 1;
    margin-top: 18px;
    display: none;
}
.mobile_menu>li>.submenu.slideDown{
	padding-top: 18px;
}
.mobile_menu>li.active>a{
    color: #1791d2;
}
.mobile_menu>li.active>.submenu{
	display: block;
}
.mobile_menu>li>.submenu>li{
	margin-bottom: 20px;
}
.mobile_menu>li>.submenu>li.active>a{
	color: #1791d2;
}




.lang_container a{
	margin: 0 10px;
	font-size: 19px;
}
.lang_container a.active{
	color: #1791d2;
}

#stToolPop{
    display: none;
}
.banner_container .bx-wrapper .bx-viewport{
    border: none;
    left: auto;
}
.inner_container{
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}
.center{
    text-align: center;
}
#wh-widget-send-button.wh-widget-right{
    bottom: 20px!important;
}
.sticky-btn-b {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    margin-right: 40px;
    margin-bottom: 40px;
}
.sticky-btn-b > a {
    margin-bottom: 20px;
}
.btn-sticky-top {
    width: 60px;
}
.btn-sticky-top {
    z-index: 1000;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    color: #1791d2;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-sticky-top-icon {
    width: 60px;
    height: 60px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    border-radius: 50%;
    background-color: #1791d2;
    background-image: url(../images/icon-btn-top.svg);
    background-position: 50% 50%;
    background-size: 28px;
    background-repeat: no-repeat;
}
@media screen AND (max-width: 1023px) {
	.editor_content.row-fluid .span3{
		width: 100%!important;
		float: none;
		margin-bottom: 30px;
	}
	.editor_content.row-fluid .span9{
		width: 100%!important;
		float: none;
		margin-bottom: 30px;
	}
	.maintab{
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.maintab li a div.arrow-right{
		display: none;
	}
	.maintab li,.maintab li a{
		border-radius: 0!important;
	}
	.full_editor{
		/*border-bottom: 1px solid #ddd;*/
		border: none;
	}

	ul.subtab{
		border-left: 0;
		border-bottom: 0;
		border-bottom-left-radius: 0;
		padding-right: 10px;
	}
	.maintab{
		border-top: 1px solid #ddd;
	}
	.maintab .subtab li:last-child{
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
	}
	.title_container{
		width: 100%;
		float: none;
	}
	#logo{
		width: auto;
		margin-top: 15px;
		margin-bottom: 10px;
		width: 220px;
	}

/*    table{
        width: 100%;
    }*/
	.tb.responsive,.tb.responsive .tr,.tb.responsive .td,.full_editor table:not(.no_responsive),.full_editor table:not(.no_responsive) tbody, .full_editor table:not(.no_responsive) tr,.full_editor table:not(.no_responsive) td{
		display: block;
		height: auto!important;
		width: 100%!important;
		padding-left: 0;
		padding-right: 0;
	}
	table.no_responsive{
		width: 100%!important;
	}
	.full_editor table:not(.no_responsive) td img{

	}
    .tb.responsive .tr+.tr,.full_editor table:not(.no_responsive) tr+tr{
        margin-top: 10px;
    }
	.tb.responsive .td+.td,.full_editor table:not(.no_responsive) td+td{
		margin-top: 10px;
	}
	.tb.responsive .td+.td,.full_editor table:not(.no_responsive) td+td>ul{
		margin-top: 2px;
	}

	.maintab li:first-child{
	}
	.maintab li:last-child div{
		border-bottom: 0;
	}
	.full_editor_cell{
		padding-left: 0;
	}
	.full_editor{
		padding: 0;
	}
	.footer_lastsentence{
		line-height: 1.45;
	}
	.footer_lastsentence, .footer_lastsentence a{
		font-size: 13px;
	}
	.footer_lastsentence p{
		float: none;
		display: block;
	}
	.footer.outer_container {
		padding: 20px 0;
	}
	.heading_select{
		position: relative;
	}
	.heading_select h6{
		background-image: url(../images/icon_menu_arrow.png);
		background-repeat: no-repeat;
		background-position-x: 96%;
        background-position-y: center;
	    display: inline-block;
	    padding: 4px 47px 6px 0;
        background-size: 27px;
	    /*border: 1px solid;*/
	    font-size: 20px;
	}
	.full_editor .heading_select{
		/*text-align: center!important;*/
	}
	.level3_select{
	    height: 33px;
	    width: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    opacity: 0;
	}
}
@media screen AND (max-width: 768px) {
    .full_editor_cell .full768 img{
        width: 100%;
    }
}
@media screen AND (max-width: 767px) {
	.footer_icons>a{
		display: block;
		margin-bottom: 25px;
	}
	.footer_icons>a.last{
		margin-bottom: 0px;
	}
	.title_container img{
		display: none;
	}
    .sticky-btn-b > a {
        margin-bottom: 15px;
    }
    .btn-sticky-top {
        width: 45px;
    }
    .btn-sticky-top-icon {
        width: 45px;
        height: 45px;
        background-size: 20px;
    }
    .sticky-btn-b {
        margin-right: 3%;
        margin-bottom: 3%;
    }
}

