/*
	Theme Name: Ateities Klinika
	Theme URI: http://www.puslapiai.eu
	Description: Ateities Klinika
	Version: 1.0
	Author: http://www.puslapiai.eu
	Author URI: http://www.puslapiai.eu
*/
@font-face {
    font-family: 'GothamRoundedMedium';
    src: url('fonts/gothamrnd-medium.eot');
    src: url('fonts/gothamrnd-medium.eot') format('embedded-opentype'),
         url('fonts/gothamrnd-medium.woff') format('woff'),
         url('fonts/gothamrnd-medium.ttf') format('truetype'),
         url('fonts/gothamrnd-medium.svg#GothamRoundedMedium') format('svg');
}

@font-face {
    font-family: 'GothamRoundedBold';
    src: url('fonts/gothamrnd-bold.eot');
    src: url('fonts/gothamrnd-bold.eot') format('embedded-opentype'),
         url('fonts/gothamrnd-bold.woff') format('woff'),
         url('fonts/gothamrnd-bold.ttf') format('truetype'),
         url('fonts/gothamrnd-bold.svg#GothamRoundedBold') format('svg');
}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular.eot');
    src: url('fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular.woff') format('woff'),
         url('fonts/opensans-regular.ttf') format('truetype'),
         url('fonts/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light.eot');
    src: url('fonts/opensans-light.eot') format('embedded-opentype'),
         url('fonts/opensans-light.woff') format('woff'),
         url('fonts/opensans-light.ttf') format('truetype'),
         url('fonts/opensans-light.svg#OpenSansLight') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold.eot');
    src: url('fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold.woff') format('woff'),
         url('fonts/opensans-bold.ttf') format('truetype'),
         url('fonts/opensans-bold.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans-semibold.eot');
    src: url('fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibold.woff') format('woff'),
         url('fonts/opensans-semibold.ttf') format('truetype'),
         url('fonts/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quandoregular';
    src: url('fonts/quando-regular-webfont.eot');
    src: url('fonts/quando-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quando-regular-webfont.woff') format('woff'),
         url('fonts/quando-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 }

body {
	position: relative;
	margin: 0 auto;
	padding: 0;
	color: #FFF;
	font-family: open_sanslight;
	background: url(img/main-background.jpg) left top;
	font-size: 13px;
	overflow-x: hidden;
}

body a {
	color: #c78f2b;
	text-decoration: none;
	font-family: open_sanslight;
	font-size: 13px;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

body a:hover {
	color: #FFF;
}

body img {
	border: none;
	outline: none;
}

.scroll-hidden{
	height: 100% !important;
	overflow: auto !important;
}

#top-container {
	position: relative;
	width: 100%;
	height: 205px;
	background-color: #FFF;

	z-index: 4;
}

#inner-top-container {
	position: absolute;
	left: 50%;
	margin-left: -483px;
	max-width: 966px;
	width: 100%;
	height: 205px;
	background-color: #fff;
	padding-top: 72px;
}

#join-us {
	top: 12px;
	position: relative;
	z-index: 3;
	margin-bottom: 12px;
	float: left;
}

.top-container-shadow {
	position: absolute;
	z-index: 4;
	width: 100%;
	max-width: 1349px;
	height: 3px;
	background: url(img/top-container-shadow.jpg) repeat-x left top;
}

#languages-social {
	position: absolute;
	z-index: 10;
	top: 0; 
	left: 0;
	width: 100%;
	height: 44px;
	background: url(img/languages-social.jpg) repeat-x left top;
}

#main-logo {
	position: absolute;
	left: 50%;
	z-index: 11;
	margin-left: -79.5px;
	top: 15px;
	width: 159px;
	height: 100px;
	background: url(img/main-logo.png) repeat-x center center;
	  background-size: cover;
	  -ms-behavior: url(/backgroundsize.min.htc);
}

#main-logo a { 
	position: absolute;
	z-index: 1;
	display: block;
	width: 159px !important;
	height: 100px !important;
}

#languages {
	padding: 12px 0px 0px;
}

.languages-wrap{
	width: 100%;
	max-width: 966px;
	margin: 0px auto;
}

#languages ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#languages ul li {
	position: relative;
	z-index: 12;
	float: left;
	margin-left: 5px;
	width: 24px;
	height: 24px;
}

#languages ul li:first-child {
	margin-left: 0;
}

#languages ul li a {
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	text-align: center;
	display: block;
	width: 24px;
	height: 22px;
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 2px;
}

#languages ul li a:hover {
	background-color: #a5888a;
}

#languages ul li.current-lang a {
	color: #FFF;
	height: 24px;
	font-family: open_sanssemibold;
	background: url(img/language-background.png) no-repeat center center;
	text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
	   -moz-text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
}	

#have-questions {
	margin: 15px 0 0 0;
	float: left;
	color: #977678;
	font-size: 15px;
}

#have-questions-text {
	margin-right: 8px;
}

#have-questions img {
	margin-bottom: -3px;
	margin-right: 5px;
}

#have-questions span {
	color: #4a292b;
}

#have-questions span span {
	color: #c78f2b;
}

#find-us-work-time, #find-us-work-time-responsive {
	float: right;
	color: #977678;
	font-size: 15px;
	height: 44px;
}

#find-us-work-time-responsive{
	margin-bottom: 30px;
	padding-top: 62px;
	width: auto;
	height: 128px;
}

#find-us-work-time .fleft, #find-us-work-time-responsive .fleft {
	text-align: right;
}

#find-us-work-time .fright, #find-us-work-time-responsive .fleft {
	text-align: left;
}

#find-us-work-time img, #find-us-work-time-responsive img{
	margin: 0 12px -5px 12px;
}

#find-us-work-time span, #find-us-work-time-responsive span {
	color: #4a292b;
}

#find-us-work-time img, #find-us-work-time-responsive img{
	width: 16px;
	height: auto;
}

#top-menu-separator {
	position: absolute;
	z-index: 5;
	top: 140px;
	width: 100%;
	height: 5px;
	background: url(img/top-menu-separator.jpg) repeat-x center center;
}

#main-menu {
	margin: 50px 0 0 0;
	padding: 0;
	list-style: none;
	clear: both;
}

#main-menu ul {
	margin: 0;
	padding: 0;
}

#main-menu li {
	list-style-type: none;
	margin-left: 5px;
	padding: 9px 11px 0 21px;
	margin-top: -9px;
	float: left;
	background: url(img/main-menu-separator.jpg) no-repeat left center;
}


#main-menu li div {
	margin: 0 auto;
	padding: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	width: 0;
	height: 1px;
	background-color: #c99333;
}

#main-menu li:hover div {
	width: 100%;
}

#main-menu li div:first-of-type {
	margin-top: 6px;
}

#main-menu li div:first-of-type + div {
	margin-top: 2px;
}

#main-menu li:first-child {
	margin: -15px 0 0 0;
	padding: 0;
	background: none;
	padding-bottom: 6px;
}

#main-menu li:first-child + li {
	background: none;
}

#main-menu li:first-child div {
	display: none !important;
}

#main-menu li a {
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 14px;
	color: #977678;
	/*text-shadow: 0 0 1px rgba(0,0,0,.3);*/
}

#main-menu li:first-child a {
	padding-top: 16px;
	width: 107px;
	height: 33px;
	color: #4a292b;
	font-family: open_sanssemibold;
	background: url(img/services_back.png) no-repeat center center;
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#main-menu li a:hover {
	color: #c99333;
}

#main-slides {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1124px;
	height: 589px;
	overflow: hidden;
}	

#main-slides ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}


#main-slide-border {
	position: absolute;
	z-index: 2;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	top: 0;
	 left: 51%;
	margin-left: -50.5%;
	/*max-width: 1108px;*/
	width: 99%;
	height: 581px;
	border: 1px solid #FFF;
	border-top: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#main-slide-overlay-1 {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	max-width: 1124px;
	width: 100%;
	height: 141px;
	background: url(img/main-slide-overlay1.png) no-repeat left top;
}

#main-slide-overlay-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 1124px;
	width: 100%;
	height: 202px;
	background: url(img/main-slide-overlay2.png) no-repeat left top;
}

#main-slide-text {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	bottom: 30%;
	left: 80px;
	max-width: 468px;
	width: 100%;
	height: 231px;
	background: url(img/main-slide-text.png) no-repeat left top;
}

#main-slide-text h2 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	position: absolute;
	top: 15px;
	left: 27px;
	color: #553335;
	font-family: open_sanssemibold;
	text-shadow: 0 0 1px rgba(85,51,53, .3);
	 -moz-text-shadow: 0 0 1px rgba(85,51,53, .3);
  -webkit-text-shadow: 0 0 1px rgba(85,51,53, .3);

}

#main-slide-text p {
	position: absolute;
	top: 80px;
	left: 27px;
	font-size: 14px;
	line-height: 19px;
	max-width: 415px;
	width: 100%;
	height: 38px;
	color: #a5888a;
}

#know-more-text {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 186px;
	left: 150px;
	font-size: 15px;
	padding-top: 10px;
	width: 167px;
	height: 31px;
	color: #FFF;
}

#know-more-over {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 182px;
	left: 147px;
	width: 174px;
	height: 49px;
	background: url(img/know-more-over.png) no-repeat left top;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

#main-slide-text:hover #know-more-over {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#title-services {
	position: relative;
	z-index: 2;
	max-width: 963px;
	width: 85%;
	margin: 0 auto;
	margin-top: -100px;
}

#title-services ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#title-services ul li {
	position: relative;
	float: left;
	background-color: #FFF;
	width: 222px;
	height: 309px;
	margin-top: 35px;
	margin-right: 25px;
	-moz-box-shadow: 0px 0px 15px rgba(50,50,50,.35);
	-webkit-box-shadow: 0px 0px 15px rgba(50,50,50,.35);
	box-shadow: 0px 0px 15px rgba(50,50,50,.35);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=-1, Direction=0, Color='#323232')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=-1, Direction=0, Color='#444444');
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
	cursor: pointer;
}

#title-services ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 222px;
	height: 309px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

#title-services ul li:hover h3 {
	text-decoration: underline;
}

.title-service-overlay {
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 222px;
	height: 309px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background: #FFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.service-slider-shadow-left {
	position:absolute;
	left: -14px;
	top: 15px;
	width: 14px;
	height: 334px;
	background: url(img/service-slider-shadow-left.png) no-repeat left top;
}

.service-slider-shadow-right {
	position:absolute;
	right: -18px;
	top: 20px;
	width: 18px;
	height: 344px;
	background: url(img/service-slider-shadow-right.png) no-repeat left top;
}

#title-services ul li:first-child {
	margin-left: 0;
}	

#title-services ul li img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 222px;
	height: 126px;
}

#title-services ul li .service-filter {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 222px;
	height: 126px;
	background: url(img/service-filter.png) no-repeat left top;
}

#title-services ul li .service-bottom {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 222px;
	height: 183px;
	background: url(img/service-bottom.jpg) no-repeat left top;
}

.service-bottom h3 {
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	-khtml-opacity: .9;
	opacity: .9;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 182px;
	color: #4a292b;
}

.service-bottom p {
	position: absolute;
	top: 70px;
	left: 20px;
	font-size: 12px;
	text-align: justify;
	width: 182px;
	color: #977678;
}

.content-separator {
	max-width: 960px;
	width: 100%;
	height: 14px;
	margin: 0 auto;
	margin-top: -5px;
	margin-bottom: 25px;
	background: url(img/content_separator.png) no-repeat left top;
}

#specialistai-akcijos {
	position: relative;
	z-index: 1;
	max-width: 959px;
	width: 100%;
	height: 276px;
	margin: 0 auto;
	background-color: #FFF;
	-webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

#specialistai {
	position: relative;
	float: left;
	max-width: 440px;
	width: 100%;
	padding: 20px 20px;
}

#specialistai .specialisto-foto {
	position: absolute;
	left: 20px;
	width: 175px;
	height: 239px;
	margin-right: 23px;
	margin-left: 2px;
}

#specialistai h3 {
	font-size: 14px;
	color: #45341e;
	margin: 7px 0 0 0; 
	padding: 0;
}

.specialistas {
	margin-top: -8px;
	padding-left: 200px;
}

#specialistai span {
	display: inline-block;
	color: #c78f2b;
	font-size: 12px;
	text-shadow: 0 0 1px rgba(199, 143, 43, .3);
		 -moz-text-shadow: 0 0 1px rgba(199, 143, 43, .3);
  -webkit-text-shadow: 0 0 1px rgba(199, 143, 43, .3);
	margin-bottom: 10px;
}

#specialistai .block-separator {
	display: inline-block;
	width: 231px;
	height: 5px;
	background: url(img/specialistai_text_separator.png) no-repeat left top;
	margin: 10px 0 5px 0;
}

#specialistai p {
	text-align: justify;
	color: #a5888a;
	margin: 0;
	padding: 0;
	font-style: italic;
	line-height: 24px;
	width: 231px;
	float: left;
}

#specialistai p a {
	font-style: normal;
	text-decoration: underline;
}

#specialistai p a:hover {
	color: #000;
}

.specialisto-foto .inner {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 163px;
	height:227px;
	border: 1px solid #ece3d6;
}

#specialistai-arrows {
	float: left;
	width: 79px;
	height: 43px;
	background: url(img/specialistai_arrows.png) no-repeat left top;
	  margin-left: 200px;
}

#specialistai-arrows .next, #specialistai-arrows .prev {
	position: relative;
	float: left;
	margin-top: 3px;
	cursor: pointer;
	width: 39px;
	height: 35px;
}

#specialistai-arrows .next {
	left: 1px;
}

#specialistai-arrows div:hover div {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#specialistai-arrows div div {
	position: absolute;
	top: -2px;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
	width: 40px;
	height: 42px;
}

.next div {
	background: url(img/gydytojai_next.jpg) no-repeat left top;
}

.prev div {
	background: url(img/gydytojai_prev.jpg) no-repeat left top;
}

#visi-specialistai {
	position: relative;
	z-index: 2;
	float: left;
	margin-left: 15px;
	margin-top: 3px;
	width: 138px;
	height: 36px;
	background: url(img/specialistai_button.png) no-repeat left top;
}

#visi-specialistai-over {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 138px;
	height: 36px;
	background: url(img/specialistai_button_over.png) no-repeat left top;
}


#visi-specialistai:hover #visi-specialistai-over {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#visi-specialistai a {
	font-family: quandoregular;
	position: relative;
	z-index: 4;
	padding-top: 8px;
	width: 138px;
	height: 28px;
	display: block;
	color: #FFF;
	font-family: open_sanssemibold;
	font-size: 14px;
	text-align: center;
}

#akcijos {
	position: relative;
	float: left;
	max-width: 439px;
	width: 100%;
	height: 276px;
	padding: 20px 20px;
	background: url(img/title_gydytojai.jpg) no-repeat left top;
}

#akcijos h2 {
	margin: 5px 0 0 10px;
	padding: 0;
	font-family: open_sanssemibold;
	font-size: 18px;
	color: #4a292b;
}	

#akcijos .akcijos-text {
	border: none;
	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.25);
	margin: 22px 0 0 10px;
	max-width: 420px;
	width: 100%;
	height: 177px;
	background-color: #FFF;
}

.akcijos-text img {
	display: block;
	float: left;
}

.akcijos-text h3 {
	margin: 0;
	padding: 0;
	float: left;
	margin: 35px 0 0 15px;
	font-family: quandoregular;
	font-size: 17px;
	color: #e49803;
}

.akcijos-text p {
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
	font-size: 12px;
	margin: 15px 0 0 15px;
	font-family: quandoregular;
	color: #4a292b;
}

.akcijos-text p span {
	font-family: quandoregular;
	font-size: 18px;
	font-weight: bold;
	color: #e49803;
}

.akcija-suzinokite-daugiau {
	position: relative;
	float: left;
	margin: 15px 0 0 15px;
	width: 138px;
	height: 30px;
	background: url(img/akcija_button.png) no-repeat left top;
}

.akcija-suzinokite-daugiau a {
	position: absolute;
	z-index: 1;
	padding-top: 7px;
	display: block;
	text-align: center;
	font-family: quandoregular;
	color: #FFF;
	width: 138px;
	height: 23px;
	font-size: 12px;
}	

#banners-back {
	position: relative;
	margin-top: 50px;
	width: 100%;
	height: 123px;
	background: #FFF;
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.2);
	box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.2);
}

#main-banners {
	position: absolute;
	top: 32px;
	left: 50%;
	margin-left: -383px;
	max-width: 767px;
	width: 100%;
	height: 69px;
}

#footer {
	width: 100%;
	background: #FFF;
	height: 320px;
}

#footer-inner {
	width: 100%;
	padding-top: 30px;
	margin: 0 auto;
	max-width: 1012px;
}

#copyright-inner {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}

#footer-inner > div {
	float: right;
}	

#title-contacts {
	margin-right: 20px;
	width: 300px;
}

#facebook-like {
	float: right;
	display: block;
	margin-top: -3px;
}

#title-facebook {
	margin-right: 29px;
	margin-left: -11px;
}

#title-paslaugos {
	margin-right: 21px;
}

#title-paslaugos table td {	
	vertical-align: top;
	width: 160px;
}

#title-paslaugos a {
	line-height: 20px;
	font-size: 13px !important;
}

#title-paslaugos a:hover {
	color: #383435;
	text-decoration: underline;
}

#footer p {
	line-height: 23px;
}

#footer p, #footer a {
	margin: 0;
	padding: 0;
	color: #a5888a;
}	

#footer h2 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #5c3e3f;
	font-family: open_sanssemibold;
	font-size: 20px;
}

#bottom-logo {
	margin: 0 auto;
	margin-top: -123px;
	width: 180px;
	height: 121px;
	background: #faf8f4 url(img/bottom_logo.jpg) no-repeat center center;
}	

#copyright {
	-webkit-box-shadow: 0px 0px 8px 2px #d7d7d7 inset;
	-moz-box-shadow: 0px 0px 8px 2px #d7d7d7 inset;
	box-shadow: 0px 0px 8px 2px #d7d7d7 inset;
	width: 100%;
	height: 91px;
	color: #a5888a;
	background: #faf8f4;
}	

#copyright a:hover {
	color: #000;
}

#credits {
	text-align: right;
	float: right;
}

#credits a {
	text-decoration: underline;
}

#main-container {
	max-width: 956px;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	background: #FFF;
	border: none;
	-webkit-box-shadow: -1px 0px 5px rgba(50,50,50, .35);
	   -moz-box-shadow: -1px 0px 5px rgba(50,50,50, .35);
			box-shadow: -1px 0px 5px rgba(50,50,50, .35);
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#side-menu {
	margin: 0;
	padding: 0;
	width: 300px;
	background: #fffefc;
	list-style: none;
}

#services-menu {
	background: #fffefc;
	width: 300px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}


#side-menu li {
	border-bottom: 1px solid #dedcd9;
	margin-left: 25px;
}

#side-menu li a {
	display: block;
	padding: 15px 0;
	color: #977678;
	-webkit-transition: background-color .8s,padding .8s ease;
	-moz-transition: background-color .8s,padding .8s ease;
	-ms-transition: background-color .8s,padding .8s ease;
	-o-transition: background-color .8s,padding .8s ease;
	transition: background-color .8s,padding .8s ease;
}

#side-menu li a:hover {
	padding-left: 15px;
	background: #daac58 url(img/side_service_arrow.png) no-repeat;
	background-position: 225px;
    border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #FFF;
}

#side-menu li.active a {
	padding-left: 15px;
	background: #5b2e31 url(img/side_service_arrow.png) no-repeat;
	background-position: 225px;
    border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #FFF;
}

#text-block {
	color: #4a292b;
	padding: 25px;
	padding-top: 0;
}

#banners {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 25px;
}

#inner-top-banner {
	background-position: 100% 0 !important;
	background-color: #F7F7F7 !important;
	width: 100%;
	height: 141px;
	position: relative;
}

#inner-top-banner img {
	position: absolute;
	top: 0;
	left: 0;
	  width: 100%;
  height: 141px;
}

#inner-top-banner h2 {
	position: absolute;
	top: 50px;
	left: 0px;
	max-width: 400px;
	width: 100%;
	font-family: GothamRoundedBold;
	font-size: 26px;
	text-transform: uppercase;
	margin: 0; 
	padding: 0;
	padding-left: 30px;
	color: #FFF;
	position: absolute;
	z-index: 1;
	text-shadow: 1px 1px 2px #555;
		 -moz-text-shadow: 1px 1px 2px #555;
  -webkit-text-shadow: 1px 1px 2px #555;
	/*filter: dropshadow(color=#555, offx=1, offy=1);*/
}

#breadcrumbs {
	border-bottom: 1px solid #dedcd9;
	padding-bottom: 15px;
	margin-bottom: 20px;
	color: #977678;
}

#breadcrumbs a {
	text-decoration: underline;
	color: #977678;
}

#banners img { 
	max-width: 268px;
}

.medic {
	margin: 20px 0 20px 0;
	position: relative;
	padding: 20px;
	height: 190px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.25);
	overflow: hidden;
}

.medic img:first-child {
	display: block;
	float: left;
	margin-right: 15px;
	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.25);
}

.medic h2 {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 15px;
	color: #c78f2b;
	font-weight: normal;
}

.medic h3 {
	font-family: GothamRoundedBold;
	text-transform: uppercase;
	color: #572f32;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.medic-text {
	color: #4a292b;
	line-height: 23px;
	float: left;
	max-width: 440px;
	width: 100%;
}

.medic-text p {
	margin: 0;
	padding: 0;
}	

.medic .separator {
	float: left;
	max-width: 440px;
	width: 100%;
	height: 1px;
	background: #dedcd9;
	margin: 5px 0 5px 0;
}

.medic-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
	background: #fffefc;
	border-top: 1px solid #f1ebe3;
	-webkit-box-shadow: 0px 6px 13px rgba(20, 22, 27, 0.05) inset;
	-moz-box-shadow:    0px 6px 13px rgba(20, 22, 27, 0.05) inset;
	box-shadow:         0px 6px 13px rgba(20, 22, 27, 0.05) inset;
}

.medic-bottom a {
	display: block;
	float: left;
	margin-left: 25px;
	margin-top: 9px;
	font-size: 15px;
	color: #ca9637;
}

.medic-bottom a:hover {
	color: #000;
}

.medic-bottom img {
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 17px;
}

.medic span {
	position: absolute;
	top: 133px;
	display: block;
	width: 104px;
	color: #977678;
}

.price {
	margin: 20px 0 20px 0;
	position: relative;
	padding: 20px 0 0 0;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.25);
}

.price .price-top {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 100%;
	background: #fffefc;
	border-bottom: 1px solid #f1ebe3;
	-webkit-box-shadow: 0px -6px 13px rgba(20, 22, 27, 0.05) inset;
	-moz-box-shadow:    0px -6px 13px rgba(20, 22, 27, 0.05) inset;
	box-shadow:         0px -6px 13px rgba(20, 22, 27, 0.05) inset;
}

.price-top a, .price-top img {
	margin-right: 15px;
	margin-top: 9px;
	float: right;
}	

.price-top a {
	font-size: 15px;
}	

.price-top a:hover {
	color: #000;
}	

.price-top img {
	margin-top: 15px;
}	

.price h3 {
	font-family: open_sanssemibold;
	color: #4a292b;
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	font-weight: normal;
	font-size: 16px;
}

.price table {
	margin-top: 21px;
}

.price td {
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
	cursor: pointer;
	color: #4a292b;
	padding: 10px 0;
	border-bottom: 1px solid #dedcd9;
}

.price tr:last-child td {
	border: none;
}

.price tr:hover td {
	color: #c78f2b;
	background: #f5f1ea;
}

.price tr:hover .price-name {
	text-decoration: underline;
}

.price-td {
	text-align: right;
}

.price-name {
	padding-left: 20px !important;
}

.price-td {
	padding-right: 20px !important;
}


.current-menu-item div {
	width: 100% !important;
}

#main-menu li.current-menu-item a {
	color: #c99333;
}

#all-services .service {
	width: 291px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.25);
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}


.inner-service-pic img {
	position: absolute;
	left: 0;
	top: 0;
}

.inner-service-pic {
	position: relative;
	float: left;
	width: 154px;
	height: 126px;
}

.inner-service-pic-overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 154px;
	height: 126px;
	background: url(img/inner_service_overlay.png) no-repeat left top;
}

#all-services .service:hover {
	-webkit-box-shadow: 1px 1px 25px rgba(50, 50, 50, 0.65);
	-moz-box-shadow:    1px 1px 25px rgba(50, 50, 50, 0.65);
	box-shadow:         1px 1px 25px rgba(50, 50, 50, 0.65);
}

.service-text {
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	width: 103px;
}

.service-text h3 {
	font-size: 14px;
	margin: 0 0 7px 0;
	padding: 0;
}

.service-text-bottom {
	width: 100%;
	height: 1px;
	background: #c68f28;
}

.service a {
	color: #4a292b !important;
}

.advice-separator {
	display: block;
	width: 598px;
	margin: 0 auto;
	margin-top: 30px;
}

#ask-your-question-div {	
	position: relative;
	width: 343px;
	height: 49px;
	margin: 0 auto;
	margin-top: 20px;
}

#ask-your-question-img-over {
	z-index: 2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

#ask-your-question-div:hover #ask-your-question-img-over {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#ask-your-question-div a {
	display: block;
	position: absolute;
	width: 343px;
	padding-top: 16px;
	height: 33px;
	z-index: 3;
	top: 0;
	left: 0;
	text-shadow: 0px 0px 5px #666;
		 -moz-text-shadow: 0px 0px 5px #666;
  -webkit-text-shadow: 0px 0px 5px #666;
	filter: dropshadow(color=#666, offx=0, offy=0);
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-family: GothamRoundedMedium;
	font-weight: normal;
	font-size: 14px;
}

#ask-your-question-div img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

#ask-your-question-img {
	z-index: 1;
}

.advice-separator {
	width: 100%;
	height: 1px;
	background: #dedcd9;
}

#total-advices {
	margin-top: 15px;
	font-family: open_sanssemibold;
	color: #4a292b;
}

#total-advices span {
	font-family: open_sanssemibold;
	color: #c78f2b;
	text-decoration: underline;
}


#write-to-us {
	float: left;
	margin-bottom: 35px;
	margin-top: 15px;
	width: 235px;
}

#write-to-us h3 {
	margin: 0;
	padding: 0;
}

#write-to-us input, #write-to-us textarea {
	border: none;
	outline: none;
	padding: 3px;
	padding-left: 10px;
	width: 230px;
	background: #f6f0e7;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.05) inset;
	-moz-box-shadow:    1px 1px 1px rgba(50, 50, 50, 0.05) inset;
	box-shadow:         1px 1px 1px rgba(50, 50, 50, 0.05) inset;
	color: #977678;
	display: block;
	margin: 0;
	margin-top: 10px;
}

#write-to-us textarea {
	height: 100px !important;
}

#write-to-us form p {
	margin: 0;
	padding: 0;
}

#write-to-us input {
	height: 32px;
}

.submit-button {
	position: relative !important;
	width: 118px !important;
	height: 40px !important;
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
}

.submit-button p:first-child {
	text-shadow: -1px -1px 2px rgba(55, 55, 55, .5);
			 -moz-text-shadow: -1px -1px 2px rgba(55, 55, 55, .5);
  -webkit-text-shadow: -1px -1px 2px rgba(55, 55, 55, .5);
	position: absolute;
	top: 11px;
	left: 6px;
	text-align: center;
	z-index: 2;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #FFF;
	font-family: GothamRoundedMedium;
	font-size: 14px;
}

.submit-button input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 118px !important;
	height: 40px !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
	cursor: pointer;
}

.wpcf7-response-output {
	margin-left: 0 !important;
}

#contact-data {
	float: left;
	width: 330px;
	margin-left: 25px
}

#contact-data h3 {
	margin: 13px 0 0 0;
	padding: 0;
}

#contact-data div {
	padding-bottom: 8px;
	margin-top: 10px;
	color: #4a292b;
	border-bottom: 1px solid #dedcd9;
}	

#contact-data div span {
	color: #c78f2b;
}	

#fb-like-box-outter {
	border: 1px solid #e6e6e6;
}

#fb-top-border {
	width: 100%;
	height: 5px;
	background: #e49803;
}

#service-medics {
	width: 120px;
	float: right;
	border-left: 1px solid #dedcd9;
	margin-left: 10px;
	padding-left: 15px;	
	margin-top: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#service-medics h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	font-family: open_sanssemibold;
}

.service-medic {
	margin-top: 15px;
}

.service-medic-a > img {
	-webkit-box-shadow: -1px 2px 5px rgba(50, 50, 50, 0.36);
	-moz-box-shadow:    -1px 2px 5px rgba(50, 50, 50, 0.36);
	box-shadow:         -1px 2px 5px rgba(50, 50, 50, 0.36);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.service-medic-name {
	display: block;
	color: #c78f2b;
	width: 100px;
	margin-top: 5px;
}

.service-medic:hover a {
	color: #4a292b;
}

#main-text-content {
	width: 460px;
}	

.service-medic-a {
	display: block;
	width: 105px;
	height: 107px;
	position: relative;
}

.service-medic-read-more {
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(img/service_medic_more_back.png);
	width: 100%;
	height: 25px;
}

.service-medic-read-more-over {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/service_medic_more_back_over.png);
	width: 100%;
	height: 25px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

.service-medic:hover .service-medic-read-more-over {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.service-medic-read-more span {
	position: absolute;
	z-index: 2;
	top: 3px;
	left: 7px;
	color: #FFF;
}

.service-medic-read-more .service-medic-read-more-arrow {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	width: 23px;
	height: 11px;
	display: block;
	position: absolute;
	top: 7px;
	right: 10px;
	z-index: 2;
}

#registration-form-background {
	display: none;
	position: fixed;
	-webkit-backface-visibility: hidden;
	z-index: 17;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(img/registration-form-outter-back.png);
}

#registration-form-outter {
	position: absolute;
	z-index: 5;
	width: 510px;
	min-height: 440px;
	top: 5%;
	left: 50%;
	margin-left: -255px;
	background: #FFF;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#registration-form-close {
	position: absolute;
	right: -30px;
	top: 0px;
	width: 30px;
	height: 32px;
	z-index: 13;
	cursor: pointer;
	background: url(img/registration_form_close.png) no-repeat left top;
}

#registration-form-inner {
	border: 1px solid #cacaca;
	width: 436px;
	min-height: 385px;
	margin: 0 auto;
	padding: 30px;
}

#registration-form-inner h3 {
	color: #4a292b;
	font-family: GothamRoundedBold;
	text-transform: uppercase;
	font-size: 21px;
	margin: 0;
	padding: 0;
}

#registration-form-inner p {
	width: 400px;
	color: #4a292b;
	font-size: 14px;
}

#registration-form-inner input, #registration-form-inner textarea {
	border: none;
	outline: none;
	padding: 3px;
	padding-left: 10px;
	width: 190px;
	background: #f6f0e7;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.05) inset;
	-moz-box-shadow:    1px 1px 1px rgba(50, 50, 50, 0.05) inset;
	box-shadow:         1px 1px 1px rgba(50, 50, 50, 0.05) inset;
	color: #977678;
	display: block;
	margin: 0;
	margin-top: 10px;
}

#registration-form-inner input {
	height: 30px;
}

#registration-form-inner textarea {
	width: 421px;
	height: 120px;
}

#registration-form-inner .padding-left {
	padding-left: 25px;
}

#registration-form-inner input[type=submit] {
	/*cursor: pointer;
	text-indent: -9999999px;
	width: 118px;
	height: 42px;
	background: url(img/registration_button.jpg) no-repeat left top;
	float: right;
	*/
  cursor: pointer;
  text-indent: 0;
  width: 118px;
  height: 42px;
  background: url(img/registration_button_new.jpg) no-repeat center top;
  float: right;
  box-sizing: border-box;
  padding-left: 0;
  color: #fff;
  font-weight: 500;
  text-shadow: 0px -1px 2px #A16D13;
   -moz-text-shadow: 0px -1px 2px #A16D13;
  -webkit-text-shadow: 0px -1px 2px #A16D13;
  padding-top: 0px;
  letter-spacing: 1px;
}	

#registration-form-inner .required-message {
	color: #c78f2b;
	width: 250px;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	float: left;
	font-size: 14px;
}

.wpcf7-response-output {
	float: left;
	width: 240px;
	color: #4a292b;
	font-size: 14px;
	margin-top: 11px !important;
}

span.wpcf7-not-valid-tip {
	margin-top: 7px !important;
	position: static !important;
	display: block;
	width: 200px;
	color: #4a292b;
}

.registration-form-element, .ask-a-question-element {
	display: none;
}

.registration-form-element table, .ask-a-question-element table {
	border-spacing:0;
    border-collapse:collapse;
}

.error404 #main-container h2 {
	display: block;
	text-align: center;
	margin-top: 30px;
	color: #977678;
}

.partners div {
	float: left;
	margin-left: 10px;
}

#service-menu-hover {
	position: absolute;
	top: 205px;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 230px;
	display: none;
	background: url(img/service-hover-back.jpg);
	-webkit-box-shadow: 0px 3x 5px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.35);
	box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.35);
	overflow: hidden;
}

#hover-paslaugos {
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
	padding: 0;
	list-style: none;
}

#hover-paslaugos li {
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 7px;
}

#hover-paslaugos li:first-child {
	margin-left: 0;
}

#hover-paslaugos .clear + li {
	margin-left: 0;
}

#hover-paslaugos li a {
	text-align: center;
	padding: 10px 5px;
	display: block;
	color: #a5888a;
	width: 200px;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.25);
}

#hover-paslaugos li div {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	background: #e49803;
	width: 100%;
	height: 2px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

#hover-paslaugos li:hover a {
	color: #000;
}

#hover-paslaugos li:hover div {
	display: block;
}

#main-content-td {
	-webkit-box-shadow: 0 0px 8px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0 0px 8px rgba(50, 50, 50, 0.35);
	box-shadow:         0 0px 8px rgba(50, 50, 50, 0.35);
}

#specialistai-akcijos-shadow {
	margin: 0 auto;
	margin-top: -1px;
	max-width: 962px;
	width: 100%;
	height: 28px;
	background: url(img/medics-discounts-shadow.png) no-repeat left top;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

#specialistai-akcijos-right-shadow {
	position: absolute;
	top: -1px;
	right: -12px;
	width: 12px;
	height: 276px;
	background: url(img/medic-discounts-right-shadow.png) no-repeat left top;
}

#specialistai-akcijos-left-shadow {
	position: absolute;
	top: 0px;
	left: -6px;
	width: 6px;
	height: 276px;
	background: url(img/specialistai-akcijos-left-shadow.png) no-repeat left top;
}

.div-mover{
	display: none;
}

#title-slider-shadow {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 5px;
	background: url(img/top-slider-shadow.png) repeat-x left top;
}

#mycarousel li img {
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

.partners div {
	margin: 0 15px;
}

.one-line-text {
	margin-top: 25px;
}

#text-block .wp-post-image {
	display: block;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

#find-us-work-time-responsive{
	display: none;
}

#specialistai, #akcijos, #text-block .medic{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

	.flex-control-nav{
		text-align: right;
		left: auto !important;
	}
	
	#responsive-btn{
		display: none;
	}
	
	#responsive-menu{
		position: fixed;
		-webkit-backface-visibility: hidden;
		z-index: 11;
		top: 0;
		overflow-y: scroll;
		right: 0;
		background: transparent url("img/service-hover-back.jpg") repeat scroll 0% 0%;
		box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.35);
		height: 100%;
		padding: 15px 25px;
		padding-top: 15px;
		padding-left: 15px;
		  width: 220px;
		  display: none;
		  white-space: nowrap;
	}
	
	#close-menu{
		width: 30px;
		cursor: pointer;
		padding: 5px;
	}
	
	.close-img-wrapper{
		text-align: right;
		margin-bottom: 30px;
	}
	
	.links-wrapper{
		text-align: center;
		  margin-bottom: 30px;
		  color: #4A292B;
	}
	
	.links-wrapper .google-ico{
		width: 17px;
		margin-bottom: -5px;
		margin-left: 13px;
	}
	
	.links-wrapper .facebook-ico{
		width: 17px;
		margin-bottom: -3px;
	}
	
	.links-wrapper a:hover{
		color: #4A292B;
	}
	
	#responsive-menu ul{
		list-style-type: none;
		padding-left: 0;
	}
	
	#responsive-menu ul li{
		padding: 5px 10px;
		
	}
	#responsive-menu ul li a{
		text-align: center;
		padding: 10px 5px;
		display: block;
		color: #A5888A;
		width: 175px;
		background: #FFF none repeat scroll 0% 0%;
		border-radius: 3px;
		box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25);
	}
	
	#responsive-menu ul li a:hover{
		color: #333;
		-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25), 0px 3px 0px -1px #E49803 inset;
		-moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25), 0px 3px 0px -1px #E49803 inset;
		box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.25), 0px 3px 0px -1px #E49803 inset;
	}
	
	#responsive-menu ul li:last-child{
		
	}
	
	#text-block img{
		max-width: 100%;
		height: auto;
	}
	
	.margin-seperator{
		width: 100%;
		height; auto;
	}
	
	.flex-control-paging li a{
		color: transparent;
	}
	
	#registration-form-outter *{
		-webkit-box-sizing: content-box;
	  -moz-box-sizing: content-box;
	  box-sizing: content-box;
	}
	
	#responsive-btn-small.second-responsive-btn{
		margin: 7px 20px 0 20px;
		display: none;
		float: right;
		cursor: pointer;
	}
	
	.responsive-top-products{
		display: none;
		vertical-align: top;
		margin: 8px 20px 0 20px;
		position: absolute;
		left: 50%;
		margin-left: -25px;
	}
	
	.responsive-top-products ul{
		padding: 0;
		margin: 0;
	}
	
	.responsive-top-products ul li{
		display: none;
		padding: 0;
		margin: 0;
	}
	
	.responsive-top-products ul li:first-child a{
		border-bottom: 1px solid #C99333;
	}
	
	.responsive-top-products ul li:first-child a:hover{
			text-decoration: none;
			color: #fff;
	}
	
	.responsive-top-products ul li a{
			font-size: 16px;
	}
	
	.responsive-top-products ul li a:hover{
		text-decoration: underline;
	}
	
	.responsive-top-products ul li:first-child{
		display: block;
	}
	
	
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 1024px) {
	#inner-top-container{
		  left: 0;
		  margin-left: 0;
		  max-width: none;
		  padding: 0 20px;
		  position: static;
		  min-width: 100%;
		  max-width: 100%;
	}
	
	#languages{
		padding: 12px 20px 0 20px;
	}
	
	#service-menu-hover {
		padding-top: 205px;
		top: 0;
	}
	
	#services-menu{
		display: none;
	}
	
	#main-container, #main-container tr, #main-container #main-content-td{
		display: block;
		height: auto;
	}
	
	#main-container > tbody{
		display: block;
		height: auto;
	}
	
	#text-block table{
		display: table;
	}
	#text-block tr{
		display: table-row;
	}
	#text-block td{
		display: table-cell;
	}
	
	#main-menu{
		margin: 0;
	}
	
	#main-menu ul li{
		display: none;
	}
	
	#main-menu ul li:first-child{
		display: block;
		margin: -7px 0 0 0;
	}
	
	#main-logo{
		left: 0;
		margin-left: 10px;
	}
	
	
	#find-us-work-time-responsive{
		display: block;
	}
	
	#find-us-work-time, #have-questions{
		display: none;
	}
	
	#join-us{
	  padding-left: 30%;
	}
	
	#responsive-btn{
		float: right;
		  display: block;
		  cursor: pointer;
		  margin-top: 3px;
	}
	
	#hover-paslaugos{
		padding: 0 0 10px 25px;
		overflow: hidden;
	}
	
	#hover-paslaugos li{
	  margin-left: 0;
	  margin-top: 7px;
	  width: 25%;
	  border-right: solid 25px transparent;
	}
	
	#hover-paslaugos li a{
	  width: 100%;
	}
	
	#main-slide-text{
	  margin-left: -234px;
	  left: 295px;
	}

	
	#specialistai, #akcijos{
		max-width: none;
		  width: 50%;
		  padding: 20px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
	}
	
	.content-separator{
	  background-position: 50% 0;
	}
	
	#specialistai p {
		width: auto;
	}
	.spec-wrapper{
		  float: left;
		  width: 100%;
		  padding: 0 0 0 15px;
	}
	#specialistai .block-separator{
		  width: 100%;
	}
	#specialistai .specialisto-foto{
		float: left;
		width: 50%;
		margin-right: 0;
		margin-left: 0;
	}
	#specialistai-arrows, #visi-specialistai{
		margin-left: 215px;
	}
	
	#akcijos .akcijos-text{
		overflow: hidden;
		  padding-left: 15px;
	}
	
	.akcijos-text h3{
		float: none;
		margin: 20px 0 0 15px;
		margin-left: 0;
	}
	
	.akcijos-text p{
		width: auto;
		float: none;
		margin-left: 0;
	}
	.akcijos-text img{
		margin-left: -30px;
		  margin-right: 5px;
	}

	.akcija-suzinokite-daugiau{
		margin-left: 0;
	}
	
	#title-facebook{
		display: none;
	}
	#title-contacts, #title-paslaugos{
		  width: 50%;
		  margin: 0;
	}
	
	#footer-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.partners div{
	  display: inline-block;
	  float: none;
	}
	
	#main-banners{
		position: static;
		text-align: center;
		margin: 0 auto;
		padding-top: 35px;
	}
	
	#copyright{
		padding: 0 20px;
	}
	
	#main-text-content{
		width: 100%;
	}
	
	.medic h2{
		float: none;
	}
	
	.medic-text, .medic .separator{
		max-width: 80%;
	}
	
	#service-menu-hover{
		position: fixed;
		-webkit-backface-visibility: hidden;
	}
	
	#specialistai-akcijos {
		overflow: hidden;
	}
	
	#main-slides{
		height: auto;
	}
		#main-slides ul li img{
		width: 100%;
		height: auto;
	}
	#footer {
		height: auto;
		padding-bottom: 50px;
	}

}

@media screen and (max-width: 768px) {
	#hover-paslaugos li{
	  width: 50%;
	}
	
	.div-mover{
		display: block;
	}
	
	.medic span{
	  left: 139px;
	  top: auto;
	}
	
	.table-padding{
		display: none !important;
	}
	
	.medic-text, .medic .separator{
		max-width: none;
	}
	
	#text-block{
		word-wrap: break-word;
		-webkit-word-wrap: break-word;
	}
	
	#service-menu-hover{
		height: auto;
		padding-bottom: 20px;
	}
	
		#specialistai, #akcijos{
			max-width: none;
			width: 100%;
			padding: 20px;
	}
	#specialistai-akcijos{
		height: auto;
	}
	
	#akcijos{
		background: #EDEDED;
	}
	
	#title-services {
	  width: 75%;
	 }
	 
	 #akcijos .akcijos-text{
		 max-width: none; 
	 }
	 
	 #footer{
		height: auto;
		padding-bottom: 50px;
	 }
	 
	 #copyright-inner{
	 padding-top: 75px;
	 }
	 
	 #copyright {
	   height: 138px;
	 }
	 
	 #bottom-logo{
	   margin-top: -170px;
	 }
	 
	 #join-us{
		display: none;
	 }
	 
	 #service-medics{
		width: 100%;
		padding-bottom: 30px;
		border-left: none;
		margin-left: 0px;
		padding-left: 0px;
	 }
	 
	 .service-medic {
		  float: left;
		  margin-right: 25px;
	}
	
	#banners-back{
		height: 142px;
	}
	
	#main-banners{
		padding-top: 10px;
	}
	
	#all-services, #all-services tr, #all-services .service{
		display: block;
		width: 100%;
	}
	
	#all-services tr, #all-services td{
		float: left;
	}
	
	.seperator-col, .seperator-row{
		height: 20px !important;
	}
	
	#write-to-us, #write-to-us input, #write-to-us textarea, .wpcf7-response-output, span.wpcf7-not-valid-tip{
		width: 100%;
	}
	
	#contact-data{
		width: 100%;
		margin-left: 0;
	}
	
	#registration-form-outter{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	
	#registration-form-inner {
		width: 88%;
	}
	
	#registration-form-outter table, #registration-form-outter input, #registration-form-outter textarea{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#registration-form-outter div.wpcf7-validation-errors {
		  -webkit-box-sizing: border-box !important;
		  -moz-box-sizing: border-box !important;
		  box-sizing: border-box !important;
	}
	
	#registration-form-close{
		left: 0;
		right: none;
	}
	
	.ask-a-question-element{
		display: inline;
	}
	
	.medic{
		height: 195px;
	}
	
	#main-slide-text{
		left: 50%;
	}
	
	#akcijos .akcijos-text {
		margin: 22px 0px 0px;
	}
	
	.service-text {
		   margin-top: 0; 
		  margin-left: 0; 
		  float: none;
		  width: auto;
		  text-align: center;
		  padding: 20px 18px 0 170px;
	}
	.service-text-bottom{
		width: 50%;
		margin: 0 auto;
	}
	
	#main-slides a{
		display: none;
	}
}

@media screen and (max-width: 480px) {

	#text-block .wp-post-image {
		float: none;
	}
	
	#text-block .medic .wp-post-image {
		float: left;
	}

	.service-text {
	padding: 20px 5px 0px 145px;
	}

	#registration-form-outter table td{
		width: 100%;
		float: left;
		padding-left: 0 !important;
	}
	
	#ask-your-question-div{
		width: 100%;
		height: 63px;
	}
	
	#ask-your-question-div img{
		height: 100%;
	}
	
	#ask-your-question-div a{
		width: 100%;
		text-align: center;
	}
	
	#title-services {
		width: 70%;
		margin-top: 0px;
	 }
	 
	 #banners-back{
		display: none;
	 }
	 
	 #title-contacts, #title-paslaugos{
		width: 100%;
		margin: 0;
	}
	
	#hover-paslaugos li{
		width: 100%;
	}
	
	#title-paslaugos{
		margin-bottom: 20px;
	}
	
	#title-paslaugos table{
		width: 100%;
	}
	#find-us-work-time-responsive .fleft-text{
		display: none;
	}
	
	#main-slide-text{
		display: none;
	}
	
	#main-slides{
		display: none;
	}
	
	#main-slide-border{
		height: 100%;
	}
	
	#footer {
		-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
		-moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
		box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
	}
	
	.inner-service-pic{
		width: 140px;
		height: 115px;
		overflow: hidden;
	}
	
	
	.service-medic {
		  margin-left: 5px;
		  margin-right: 5px;
	}
	#inner-top-banner h2{
		display: none;
	}
	
		#find-us-work-time-responsive{
			width: 165px;
	}
	
	#copyright {
	  height: 102px;
	}
	
	#copyright-inner{
		display: none;
	}
	#bottom-logo{
		  margin-top: -134px;
	}
	#main-logo{
		margin-left: 20px;
		background: url(img/res-logo.png) no-repeat center center;
		top: 40px;
		width: 110px;
		z-index: 9;
		background-size: contain;
	}
	
	#languages-social{
		position: fixed;
	}
	
	#languages{
		display: inline-block;
		  float: left;
	}
	
	#top-menu-separator{
		display: none;
	}
	
	#top-container, #inner-top-container{
		height: 140px;
	}
	
	#main-menu{
		display: none;
	}
	
	#responsive-btn-small.second-responsive-btn{
		display: block;
	}
		#find-us-work-time-responsive{
		margin-bottom: 0;
	}
	
	.responsive-top-products{
		display: inline-block;
	}
	
	#specialistai{
		display: none;
	}
}



@media screen and (max-width: 400px) {
	#specialistai .specialisto-foto {
		float: left;
		margin-right: 0px;
		margin-left: 0px;
		width: 100%;
		height: auto;
	}
	
	#specialistai .specialisto-foto img{
		width: 100%;
		height: auto;
	}
	
	.specialisto-foto .inner{
		width: 95%;
		height: 95%;
	}
	
	#specialistai-arrows, .spec-wrapper{
		width: 100%;
	}
	
	.spec-wrapper{
		padding: 0;
	}
	
	#specialistai-arrows, #visi-specialistai{
		margin-left: 0;
	}
	
}


@media screen and (max-width: 320px) {
	
	#akcijos{
		height: 285px;
	}
	.flex-control-nav{
		position: static;
		padding-top: 7px;
		text-align: center;
	}
	
	.akcijos-text img,  #copyright-inner{
		display: none;
	}
	

	#title-services {
	  width: 65%;
	}

	
	.jcarousel-skin-tango .jcarousel-next-horizontal{
		right: -35px;
	}
	.jcarousel-skin-tango .jcarousel-prev-horizontal{
		left: -35px;
	}
	
	#title-services{
		width: 72%;
	}
	
	#main-menu {
		padding: 158px 0 0 0;
	}

}

@media screen and (max-width: 310px) {
	#find-us-work-time-responsive img{
		display: none;
	}
	#find-us-work-time-responsive{
		padding-left: 35px;
	}
}