/*** CSS File: /assets/3802b3b7/lib/adgallery/jquery.ad-gallery.css ***/
/**
 * Copyright (c) 2012 Anders Ekdahl (http://coffeescripter.com/)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * Version: 1.2.7
 *
 * Demo and documentation: http://coffeescripter.com/code/ad-gallery/
 */
.ad-gallery {
  width: 600px;
   margin-top: 15px! important;;
}
.ad-gallery p{margin-bottom: 0px!important;}

.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 200;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 200;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url(3802b3b7/lib/adgallery/trans.gif);
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(3802b3b7/lib/adgallery/ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(3802b3b7/lib/adgallery/ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .ad-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 15px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(3802b3b7/lib/adgallery/opa75.png);
        color: #000;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
    display: none;
  }
    .ad-gallery .ad-info {
      float: left;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    width: 100%;
    position: relative;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: 0px;
      width: 13px;
      display: block;
      background: url(3802b3b7/lib/adgallery/ad_scroll_back.png) 0px 30px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: 0px;
      width: 13px;
      background: url(3802b3b7/lib/adgallery/ad_scroll_forward.png) 0px 30px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 95%;
      margin-left:20px;
    }
    .ad-thumb-list li{padding-left: 0px!important;}
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              border: 3px solid #CCC;
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 3px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}

/*** CSS File: /assets/dadaf8d6/pager.css ***/
/**
 * CSS styles for CLinkPager.
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 * @since 1.0
 */

ul.yiiPager
{
	font-size:11px;
	border:0;
	margin:0;
	padding:0;
	line-height:100%;
	display:inline;
}

ul.yiiPager li
{
	display:inline;
}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
	border:solid 1px #9aafe5;
	font-weight:bold;
	color:#0e509e;
	padding:1px 6px;
	text-decoration:none;
}

ul.yiiPager .page a
{
	font-weight:normal;
}

ul.yiiPager a:hover
{
	border:solid 1px #0e509e;
}

ul.yiiPager .selected a
{
	background:#2e6ab1;
	color:#FFFFFF;
	font-weight:bold;
}

ul.yiiPager .hidden a
{
	border:solid 1px #DEDEDE;
	color:#888888;
}

/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last
{
	display:none;
}

/*** CSS File: /assets/3802b3b7/css/style.css ***/
/* Default
---------------------------------------- */
html, body {height: 100%; width: 100%;}
body, html, p, ul, ol, li, dl, dd, dt, h1, h2, h3, h4, h5, h6, fieldset, td, th, caption, address, legend, blockquote {margin: 0; padding: 0;}
a img, fieldset {border: 0;}
table {border-collapse: collapse;}
td, th {vertical-align: top;}
body {font: 14px/1.2 Arial, Georgia, serif; color: #000; }
input, textarea {}
ul {list-style: none;}
a{color: #006699;}
a:hover {}
a:active, a:focus {outline: none;}
.clear{overflow:hidden;*zoom:1;clear:both; width:1px; height:1px;}




/* H */

h2{margin:10px 0; color:#A4351A; font:normal 22px 'PT Sans', Arial, sans-serif; line-height:1.2;}
h2.normal{font-size: 14px; color: #656A6C; font-family: Tahoma, Arial;}
h2.normal2{font-size: 14px; font-family: Tahoma, Arial;}

h3{font: 24px Arial, Georgia, serif;}
h4{font: 18px Georgia, Arial, serif; margin:23px 0px 15px 0px;}
h5{font: 14px Georgia, Arial, serif;}
h6 {font: 12px Georgia, Arial, serif;}

h2 a{float:right; font:12px Arial, Georgia; margin:12px 20px 0px 0px;}

/* UL
ul {margin-left:20px;}
ul li{list-style-image: url(3802b3b7/css/../images/dot.png); margin-bottom:14px; }
ul li ul{margin-top:14px; margin-left:0px;}
ul li ul li{list-style-image: none; margin-bottom:14px; margin-left:15px;}
ul li ul li span{font-weight:bold; color:#ffcc33;}


ol li { list-style-type: decimal; }
ol { counter-reset: list1; } 
ol li{font:14px/1.2 Arial,Georgia,serif!important}
ol li:before { counter-increment: list1; content: counter(list1) ". "; }
ol ol { counter-reset: list2; margin-top: 14px;} 
ol ol li:before {counter-increment: list2;  content: counter(list1) "." counter(list2) ". "; margin-left:30px!important;}
ol li{ margin-bottom: 14px;}

 */





header, section, hgroup, nav, footer, article { display: block;}

body{ background:url('3802b3b7/css/../images/top_bg.png') repeat-x top center;}

p{color:#656A6C;}

.clr{ clear: both; }






header{ width:980px; height:109px; margin:0 auto; }
header .adres{ float:left; width:172px; margin:45px 0 0 7px; font-size:13px; color:#42484b; font-family:Tahoma, Geneva, sans-serif; line-height:130%;}
header .center{ width:510px; float:left; margin:15px 0 0 90px;}
header .center p{ font-size:21px; color:#23809f; margin:0; text-align:center; width:100%; text-transform:uppercase; float:left; font-family: 'PT Sans', Arial, sans-serif; line-height:130%;}
header .center p a{text-decoration: none; color:#23809f!important;}
header .center p a:hover{text-decoration: none; color:#23809f!important;}
header .center hr{ width:510px; margin:8px 0 0 0; float:left; border:none; height:2px; background-color:#42a7b7;}
header .center .loz{ float:left; color:#a4351a; font-family:Tahoma, Geneva, sans-serif; font-size:12px; margin:7px 0 0 0;}

header .tel{ float:right; margin:28px 17px 0 0; width:140px; text-align:right; font-size:13px; color:#42484b; font-family:Tahoma, Geneva, sans-serif; line-height:130%;}

#content-nav{ width:980px;  margin:0 auto; background:url('3802b3b7/css/../images/doctor.png') no-repeat 428px -10px;}

#content-nav .plash{ float:left; margin:0; height:143px; background:url('3802b3b7/css/../images/bgplash.png') no-repeat; width:245px;}

#content-nav .plas1{ background-position:0px 0px;}
#content-nav .plas1:hover{ background-position:0px -143px;}

#content-nav .plas2{ background-position:-245px 0px;}
#content-nav .plas2:hover{ background-position:-245px -143px;}

#content-nav .plas3{ background-position:-490px 0px;}
#content-nav .plas3:hover{ background-position:-490px -143px;}

#content-nav .plas4{ background-position:-735px 0px;}
#content-nav .plas4:hover{ background-position:-735px -143px;}



#content-nav .plash .theme{ float:left; margin:15px 0 0 30px; color:#fff; font-size:18px; font-family: 'PT Sans', Arial, sans-serif; text-transform:uppercase; width:175px;}
#content-nav .plash p{ line-height:1.2; float:left; color:#fff; font-size:13px; font-family: 'PT Sans', Arial, sans-serif; margin:10px 0 0 30px; width:160px; text-shadow:1px 1px #4997ae; }
#content-nav .plash .theme a{color:#fff!important;}
#content-nav .plash a{color:#fff!important;}



#content-nav .text-wrap{ float:left; width:335px; margin:32px 0 0 19px;}
#content-nav .text-wrap .name{ float:left; text-transform:uppercase; color:#23809f; font-size:24px; font-family: 'PT Sans', Arial, sans-serif; margin:0; width:100%; font-weight:lighter; line-height:130%;}
#content-nav .text-wrap .about{ float:left; margin:3px 0 0 0; color:#a4351a; font-size:14px; font-family: 'PT Sans', Arial, sans-serif; width:100%; line-height:130%;}
#content-nav .text-wrap p{ float:left; margin:13px 0 0 0; width:100%; font-size:12px; color:#656A6C; font-family:Tahoma, Geneva, sans-serif; line-height:160%;}
#content-nav .text-wrap a{ float:left; margin:20px 0 0 0; text-decoration:none;}


.menu{background:url('3802b3b7/css/../images/bg-menu.png') repeat-x;}

nav{ width:980px; height:41px; margin:0px auto;}
nav ul{ margin:0; padding:0; }
nav li{ list-style:none; float:left; border-right:1px solid #2a7e8e; border-left:1px solid #44b9c7;}
nav li a{ text-decoration:none; float:left; padding:10px 12px 11px; font-family: 'PT Sans', Arial, sans-serif; color:#fff; font-size:14px; text-shadow:0px 1px 1px #357d98; background:url('3802b3b7/css/../images/bg-menu.png') repeat-x; text-transform:uppercase;}
nav li a:active {color:#fff!important;}
nav li a:focus {color:#fff!important;}
nav li.first{border-left:none;}
nav li.last{border-right:none;}
nav li a:hover{ background:url('3802b3b7/css/../images/bg-menu-act.png') repeat-x; color:#fff;}
nav li.active a{ background:url('3802b3b7/css/../images/bg-menu-act.png') repeat-x; color:#fff;}

#leftbar{ width:244px; float:left; margin-top:20px;}
#leftbar ul{ margin:6px 0 0 0; padding:0; float:left;}
#leftbar ul li{ list-style:none; float:left; border-bottom:1px solid #ccc; width:215px; padding:5px 0 8px 15px; }

#leftbar li a{ text-decoration:none; color:#23809F; font-size:13px; font-family:'PT Sans', Arial, sans-serif; text-transform:uppercase; display:block;}
#leftbar li a:hover{ text-decoration:underline;}
#leftbar ul .last { border-bottom:none; margin-bottom:10px;}




#content-nav #leftbar .plash{ width:244px; height:70px; float:left; background:none;}
#content-nav #leftbar .plash-1{ margin:20px 0 0 0; background:url('3802b3b7/css/../images/l-plash1.png') no-repeat;}
#content-nav #leftbar .plash-1:hover{ background:url('3802b3b7/css/../images/l-plash1a.png') no-repeat;}
#content-nav #leftbar .plash-2{ background:url('3802b3b7/css/../images/l-plash2.png') no-repeat;}
#content-nav #leftbar .plash-2:hover{ background:url('3802b3b7/css/../images/l-plash2a.png') no-repeat;}
#content-nav #leftbar .plash-3{ background:url('3802b3b7/css/../images/l-plash3.png') no-repeat;}
#content-nav #leftbar .plash-3:hover{ background:url('3802b3b7/css/../images/l-plash3a.png') no-repeat;}
#content-nav #leftbar .plash-4{ background:url('3802b3b7/css/../images/l-plash4.png') no-repeat;}
#content-nav #leftbar .plash-4:hover{ background:url('3802b3b7/css/../images/l-plash4a.png') no-repeat;}

#wrap{ float:left; width:703px; margin:10px 0 0 17px;}
#wrap h1{margin:22px 0px 10px; text-transform:uppercase; color:#23809f; font-size:24px; font-family: 'PT Sans', Arial, sans-serif; line-height:130%; font-weight:normal;}



#wrap p{margin:0px 0 10px 0; text-align:justify; color:#656a6c; font-size:14px; font-family:Tahoma, Geneva, sans-serif;}
#wrap ul{margin:10px 0 20px 0; padding:0;}
#wrap ul li{ list-style:none; background:url('3802b3b7/css/../images/circle.png') no-repeat 5px 7px; font-size:14px; color:#656a6c; font-family:Tahoma, Geneva, sans-serif; padding-left:19px; margin-bottom:10px; line-height:130%;}
#wrap img{ /* border:1px solid #dfdddd; padding:3px; */}
#wrap .menu{ float:left; margin:12px 0 0 0; padding:0 0 6px 0; background:url('3802b3b7/css/../images/sep.png') repeat-x bottom center; width:703px; }
#wrap .menu li{ float:left; margin-right:31px; list-style:none; padding:0; background:none; }
#wrap .menu li a{ text-decoration:none; text-transform:uppercase; color:#23809f; font-size:14px;font-family: 'PT Sans', Arial, sans-serif; }
#wrap .menu li a:hover{ color:#a4351a; text-decoration:underline;}
#wrap .menu li.active a {color:#a4351a;}
#wrap .work{ float:left; margin:30px 10px 0 0; width:223px;}
#wrap .work img{ border:1px solid #dfdddd; padding:3px; float:left;}
#wrap .work p{ float:left; margin:5px 0 0 5px; color:#656a6c; font-size:11px; font-family:Tahoma, Geneva, sans-serif; width:215px;}

/*
form{ width:220px; float:left; margin:20px 0 0 0;}
form p{ float:left; color:#656a6c; font-size:14px; font-family:Tahoma, Geneva, sans-serif; line-height:130%; margin:0; font-weight:bold;}
form input{ border:1px solid #ccc; width:206px; float:left; margin:15px 0 0 0; height:26px; line-height:26px; outline:none; padding-left:12px; font-size:13px; color:#8f8d8d; font-family:Tahoma, Geneva, sans-serif; border-radius:5px;}
form textarea{ border:1px solid #ccc; width:206px; float:left; margin:15px 0 0 0; height:64px; line-height:26px; outline:none; padding-left:12px; font-size:13px; color:#8f8d8d; font-family:Tahoma, Geneva, sans-serif; resize:none; border-radius:5px;}

form .submit_btn{ width:124px; height:30px; float:left; margin:10px 0 0 0; cursor:pointer; background:url('3802b3b7/css/../images/but-ord.png') no-repeat; border:none;}
*/

.form{margin-top:20px;}
.form input{margin-top:0px!important; }


.submit_btn{margin-top:20px;}
#content-wrap{width:947px; margin:0 auto;}
#content-wrap p{width:100%; margin:8px 0 0 0; color:#42484b; font-size:14px; font-family:Tahoma, Geneva, sans-serif; font-weight:bold; line-height:130%;}
#content-wrap ul{margin:8px 0 0 0; width:100%; padding:0;}
#content-wrap ul li{ list-style:none; margin:8px 0 0 0; width:100%; background:url('3802b3b7/css/../images/circle.png') no-repeat 5px 7px; color:#42484b; font-size:14px; font-family:Tahoma, Geneva, sans-serif; padding-left:18px;}
#content-wrap ul li p{font-weight: normal!important;}
#content-wrap .title{ float:left; width:100%; text-align:center; color:#23809f; font-size:18px; font-family:Tahoma, Geneva, sans-serif; margin:14px 0 0 0; font-weight:normal;}
#content-wrap hr{ width:960px; float:left; margin:20px 0px; background-color:#e2e2e2; border:none; height:1px; }


footer{height:79px; margin:25px auto; margin-bottom:0; background:url('3802b3b7/css/../images/bg-footer.png') repeat-x;}
footer p{ float:left; font-size:12px; color:#fff; font-family: 'PT Sans', Arial, sans-serif; text-transform:uppercase; text-align:center; line-height:150%; margin:20px 0 0 0; width:100%;}





.main_list{float:none!important;}
.main_list p{font-weight:normal!important;}

.document-list{margin-top:20px;}

.document-list .document { float: left; margin: 0px 15px 15px 0px; }
/* .document-list .document img{width:205px!important;} */
.document-list:after { content: ' '; }





/* reviews */
blockquote {
    margin:0px 0px 20px;
	border:0px!important;
}
.quote-content {
    color: #666666;
    font-style: normal;
}
.quote-content p {
    margin-bottom: 0;
    margin-top: 20px;
}
.quote-content > p:first-child {
    margin: 0;
}
blockquote.simple {
    border-left: 2px solid #DBDBDB;
    padding-left: 10px;
}
blockquote.simple .quote-meta {
    margin-top: 10px;
}
blockquote.speech-bubble {
    overflow: hidden;
}
.speech-bubble.nonbgbubble .quote-content {
    background-color: transparent;
    border: 1px solid transparent;
    padding: 20px 15px 0 45px;
}
blockquote.speech-bubble .quote-content {
    background: url("3802b3b7/css/../images/quote.png") no-repeat scroll 15px 20px #f6f6f6;
    border-bottom: 1px solid #DBDBDB;
    padding: 20px 15px 20px 45px;
    position: relative;
}
blockquote.speech-bubble span.quote-arrow {
    background: url("3802b3b7/css/../images/testimonial-arrow.png") no-repeat scroll left top transparent;
    bottom: -16px;
    display: block;
    height: 16px;
    position: absolute;
    right: 35%;
    width: 16px;
}
blockquote.speech-bubble .quote-meta {
    background: none no-repeat scroll left top transparent;
    float: right;
    margin-top: 24px;
    padding-left: 33px;
    padding-top: 0.166em;
    text-align: right;
}
blockquote.speech-bubble .quote-meta.author-male {
    background-image: url("3802b3b7/css/../images/testimonial-author-male.png");
}
blockquote.speech-bubble .quote-meta.author-female {
    background-image: url("3802b3b7/css/../images/testimonial-author-female.png");
}
blockquote.speech-bubble span {
    color: #666666;
}



/* statii navigation */
.nav-tabs > li{margin-bottom:5px!important; background: none!important; padding:0px!important;}

.nav-tabs > li > a{border-radius: 4px!important;}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {border:1px #ddd solid!important;}


.nav-tabs > li > a:hover, .nav-tabs > li > a:focus{border-color: #ddd!important}
.nav-tabs{border-bottom: 0px!important; margin-bottom: 0px!important;}
.nav-tabs > li > a {padding-top:5px!important; padding-bottom:5px!important;}


.capcha a
{
    position: relative;
    top: 24px;
    left: 1px;
}

.capcha input
{
    position: relative;
    top: 4px;
    left: -135px;
}

.errorMessage
{
   color:red;
}

