@import "reset.css" ;
@import "skeleton.css";
@import "superfish.css";
@import "forms.css";
body{
	background:#f8fdfd;
	font:16px/21px Arial, Helvetica, sans-serif;
    color: rgb(51, 51, 51);
	position:relative;
	min-width:980px;
    line-height: 24px;
}

img {
	width:100%;
	height:auto;
}

.left-menu h3{
	margin: 25px 0 7px 0;
}

#content img{
	width: auto;
}

* {-webkit-text-size-adjust: none;}

.floatright {float:right;}
.floatleft {float:left;}

html,body{height:100%;}
p{padding-bottom:21px;}
a{color:#25a6cb;outline:none;cursor:pointer;text-decoration:none;}
a:hover{text-decoration:underline}
/*  Header styles */
h1,h2,h3,h4,h5,h6{line-height:1em;color:#000; margin: 15px 0; font-weight: normal;}
h1{font-size: 30px; margin-bottom: 25px}
h2{font-size: 19px; font-weight: 700; color: #333333}
h3{font-size: 17px; font-weight: 700; color: #333333}
h4{font-size: 15px;}
h5{font-size: 13px;}
h6{font-size: 12px;}

h3 a{
    color:#000;
    text-decoration: none;
}

h3 a:hover{
    text-decoration: none;
}

.section-header{
    background: url("/images/design/h1_bg.png") repeat-x;
    width: 974px;
    height: 28px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.071;
    padding: 14px 0 0 16px;
    margin: 20px 0;
}

/* Global Structure---------------------------------------- */
/*----- txt,links,lines,titles -----*/
.extra-wrap{overflow:hidden;display:block;}
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}
.color1{color:#ff2100;}

.last1 {
	margin-bottom:0 !important;
}

.last2 {
	padding-bottom:0 !important;
}

.wrapper {width:100%; overflow:hidden;}

.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

/*********************************boxes**********************************/
.box_inner{
	padding-right: 5px;
}
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}
.img-indent2 {float:left; margin:0 13px 0px 0;}
.img-indent-r {float:right; margin:0 0px 0px 40px;}

.prev-indent-bot {margin-bottom:10px;}

.buttons a:hover {cursor:pointer;}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.logo-wrapper{
    position: relative;
	top: 20px;
}


.logo {
	display:block;
	width:221px;
	height:66px;
	text-indent:-5000px;
	background:url(/images/design/logo.jpg) 0 0 no-repeat;
    float: left;
    margin-top: 7px
}

.logo-phone{
    position: absolute;
    top: 55px;
    left: 60px;
    font-weight: 700;
    font-size: 18px;
    color: #25a6cb;
}

.logo-phone:hover{
    text-decoration: none;
}

/*********************************header*************************************/
header {
	border-bottom: 3px solid #eaf4f7;
	width:100%;
	position:relative;
	z-index:2;
}

header h1 {
	padding:7px 10px 0 0;
	float: left;
	margin:0;
	font-size:0;
	line-height:0;
}


.text1 {
	display: block;
	text-transform: uppercase;
	color: #3abed7;
	text-shadow: 0 2px #f6f5f6;
	font-size: 48px;
	letter-spacing: -1px;
	line-height: 58px;
}

.text2 {
	display: block;
	color: #3d4546;
	font-size: 30px;
	line-height: 36px;
	text-align: right;
	letter-spacing: -1px;
	margin-bottom: 20px;
	margin-top: -9px;
}

.link1 {
	color: #3ec4d9;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-decoration: underline;
	display: inline-block;
	padding-left: 18px;
	background: url(/images/design/marker1.png) no-repeat 0 4px;
	float: right;
}

.link1:hover {
	text-decoration: none;
}

.slider-bg {
	position: relative;
	width: 100%;
	z-index: 1;
	background: url(/images/design/content-bg.gif) repeat 0 0;
}

.slider-line {
	position: absolute;
	left: 0;
	bottom:0;
	z-index: 999;
	width: 100%;
	height: 5px;
	background: url(/images/design/slider-line.png) repeat 0 0;
}

.top_search{
	width: 250px;
	float: left;
	padding-top: 3px;
}

#top_search_form{
	position: relative;
}

#top_search_form input{
	width: 210px;
	border-radius: 0 !important;
	background: none !important;
	background-color: #fff !important;
	padding: 2px !important;
	border: 1px solid #000;
}

.search_button{
	position: absolute;
	background: none;
	right: 0px;
	top: 3px;
	z-index: 10;
	cursor: pointer;
}

.search_title{
	margin: 0 0 10px 0;
}

.search_result .note{
	min-height: 0;
}

.result_wrapper{}

.result_wrapper > a:first-child{
	font-size: 16px;
	display: block;
}

.search_breadcrumbs{
	margin-top: 10px;
}

.active_sort{
	color: #a9a9a9;
}

/********************** Content ************************/

#content {
	background: url(/images/design/content-bg.gif) repeat 0 0;
    padding: 0 0 0 10px;
    width: 990px;
	margin: 0 auto;
	float: none;
	display: block;
}

.breadcrumbs{
	padding-top: 25px;
}

.breadcrumbs a{
    text-decoration: underline;
}

.breadcrumbs a:hover{
    text-decoration: none;
}

.directions{
	text-align: center;
}

aside {
	width:100%;
	padding:0;
	position:relative;
	z-index:1;
	background: url(/images/design/aside-bg.png) repeat-x 0 0 #3ec4d9;
}

.text3 {
	color: #fff;
	font-size: 24px;
	line-height: 29px;
	display: block;
	margin-bottom: 20px;
}
.text4 {
	color: #fff;
	font-size: 36px;
	margin-top: -7px;
	line-height: 44px;
	margin-bottom: 15px;
	display: block;
}

.page1-box1 {
	padding: 45px 0 57px;
	background: url(/images/design/divider2.png) repeat-y right 0;
}

aside p {
	color: #fff;
	padding-bottom: 25px;
}

.button1 {
	display: inline-block;
	background:#f8fdfd;
	color: #000;
	border-radius: 7px 0 0 7px;
	font-size: 16px;
	position: relative;
	line-height: 15px;
	padding: 9px 14px 10px 17px;
}

.button1:after {
	position: absolute;
	content: '';
	background: url(/images/design/marker2.png) no-repeat 0 0;
	width: 30px;
	height: 34px;
	display: block;
	top: 0;
	right: -30px;
}

.button1:hover {
	text-decoration: none;
	color: #fff;
	background:#4c4f4f;
}

.button1:hover:after {
	background-position: 0 bottom;
}

.page1-box2 {
	padding-top: 13px;

}

.p6 {
	margin-bottom: 9px;
}

.page1-box2 p {
	padding-top: 6px;
	padding-bottom: 0;
}

.link2 {
	font-size: 16px;
}

.posrel {
	position: relative;
}

.page1-img1 {
	margin-right: 1px;
	width: 109px;
	height: 109px;
}

.carousel1 li {
	float:left;
}

.carousel-div {
	position: relative;
	z-index:9;
	overflow:hidden;
	width: 440px;

}

.carousel1 {
	cursor: auto !important;
}

.posrel .prev {
	background: url(/images/design/prev.png) 0 0 no-repeat;
	display: block;
	width: 49px;
	height: 54px;
	position:absolute;
	right: 130px;
	top: 65px;
	z-index:99;
}

.caroufredsel_wrapper {
	z-index:9;
}


.posrel .next {
	background: url(/images/design/next.png) 0 0 no-repeat;
	display: block;
	width: 49px;
	height: 54px;
	z-index:99;
	position:absolute;
	right: 130px;
	top: 10px;
}

.next:hover,
.prev:hover {
	background-position: right 0;
}

.p7 {
	padding-top: 10px;
	margin-bottom: 31px;
}

.button2 {
	display: inline-block;
	background:#4c4f4f;
	color: #fff;
	border-radius: 7px 0 0 7px;
	font-size: 16px;
	position: relative;
	line-height: 15px;
	padding: 9px 14px 10px 17px;
	cursor: pointer;
}

.button2:after {
	position: absolute;
	content: '';
	background: url(/images/design/marker2.png) no-repeat 0 0;
	width: 30px;
	height: 34px;
	display: block;
	top: 0;
	right: -30px;
}

.button2:hover {
	text-decoration: none;
	background:#5ddcf3;
}

ul.mark1 li{
    background: url("/images/design/ul-marker-1.png") no-repeat 0 8px;
    padding-left: 10px;

}

ul.mark2 li{
    background: url("/images/design/ul-marker-2.png") no-repeat 0 8px;
    padding-left: 10px;
}

ul.mark1 li ul{
    margin-left: 10px;
}


.list1 a {
	font-size: 16px;
	text-decoration: underline;
}

.list1 a:hover {
	text-decoration: none;
}


.list1 li {
	background: url("/images/design/marker1.png") no-repeat scroll 1px 6px transparent;
	display: block;
	line-height: 16px;
	padding-bottom: 14px;
	padding-left: 15px;
}

.list1 {
	margin: 23px 0 17px;
}

.img-bot {
	display: inline-block;
	border: 1px solid #fff;
	box-shadow:0 2px 2px 0px #C3C9C9;
	border-radius: 10px;
}

.page1-img2 {
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}

.text5 {
	padding-top: 21px;
}

.text6 {
	display: block;
	font-weight: bold;
	color: #000;
}

.text7 {
	display: block;
	color: #9c9c9c;
}


.inner1 {
	background: url("/images/design/marker3.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	float: left;
	font-family: arial;
	font-size: 36px;
	font-weight: bold;
	height: 67px;
	line-height: 44px;
	margin-right: 19px;
	margin-top: 6px;
	padding-top: 5px;
	text-align: center;
	width: 51px;
}

.active_menu .inner1{
	background: url("/images/design/marker5.png") no-repeat scroll 0 0 transparent;
}

.active_menu .extra-wrap a{
	color: #7BD5B3;
}

.page2-box1 {
	padding: 18px 0 0;
	min-height: 60px;
}

.page2-box1 p,
.page2-box3 p {
	padding-bottom: 0;
}

.p8 {
	margin-bottom: 2px;
}

.p9 {
	margin-bottom: 21px;
}

.text8 {
	font-size: 29px;
	color: #25a6cb;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	line-height: 39px;
	text-align: center;
}

.page2-box2 {
	float: left;
	margin-left: 34px;
	width: 184px;
	margin-top: 16px;
}

.p10 {
	margin-top: 20px;
	padding-bottom: 3px;
}

.thumbs {
	margin-left: -34px;
}

.page2-box3{
	width: 190px;
	margin-top: 24px;
	padding: 14px 14px 7px;
	float: left;
	margin-left: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #eaf4f7;
	border: 1px solid #fff;
	box-shadow: 0 2px 2px 0px #C6CACA;
	border-radius: 5px;
	margin-bottom: 7px;
}

.thumbs1 {
	margin-left: -24px;
}

.page2-img1 {
	margin-bottom: 10px;
}

.text10 {
	color: #25a6cb;
}

.page3-box1 {
	margin-top: 25px;
}

.p12 {
	padding-bottom: 3px;
}

.p13 {
	margin-top: 41px;
}

.p15 {
	margin-top: 30px;
}

.p14 {
	margin-bottom: 25px;
}

.page3-img2 {
	margin: 3px 0;
}


.page3-box3 {
	border-bottom: 1px solid #DFE3E3;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-top: 20px;
}

.time1 {
	color: #25a6cb;
}

.last3 {
	border: none !important;
}

.last4 {
	background: none !important;
}


.tabl1 td {
	padding: 5px 0;
}
.pad1 {
	padding-left: 14px !important;
}

.list1 span {
	display: inline-block;
	width: 15px;
	margin-left: 9px;
	height: 15px;
	background: url(/images/design/marker4.png) no-repeat 0 0 ;
}

.p16 {
	margin-top: 0 !important;
}

.page4-box1 {
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 2px 1px #d9dfe0;
	-moz-box-shadow: 0 1px 2px 1px #d9dfe0;
	box-shadow: 0 1px 2px 1px #d9dfe0;
	margin-top: 28px;
}
.tabl1 .tr1 td {
	padding-top: 11px;
	padding-bottom: 13px;
	background: #25a6cb;
	color: #fff;
	font-weight: bold;
}
.tr2 {
	width: 196px;
	border-radius: 5px 0 0 0;
	padding-left: 30px !important;
}

.tr3 {
	width: 148px;
}
.tr4 {
	width: 142px;
}
.tr5 {
	width: 152px;
	border-radius: 0px 5px 0 0;
}

.tabl1 tr {
	background: #fff;
}

.tr1 {
	background: none !important;
}

.blue {
	background: #eaf4f7 !important;
}

.page5-box1 {
	margin-top: 24px;
	padding: 14px 14px 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #eaf4f7;
	border: 1px solid #fff;
	margin-bottom: 5px;
	box-shadow: 0 2px 2px 0px #C6CACA;
	border-radius: 5px;
}

.map iframe {
	height: 303px;
	overflow: hidden;
	width: 100%;
}

.map {
	margin: 27px 0 24px;
}

.link3 {
	text-decoration: underline;
}

.link3:hover {
	text-decoration: none;
}


.dl1 dt {width:150px;color: #25a6cb;}

.dl1 span {float:left; width:83px;}

.dl1 dd { line-height:21px;}

.dl1 dd a {color:#25a6cb;text-decoration: underline;}

.dl1 dd a:hover {color:#25a6cb; text-decoration:none;}

ol{
	list-style-position: inside;
}

.direction-ul{
    margin-bottom: 20px;
}

.direction-ul a{
    font-size: 24px;
}

.direction-ul li{
    margin-bottom: 15px;
}

.direction-ul li:last-child{
    margin-bottom: 0;
}

.block1{
    background: url("/images/design/block1-bg.png") repeat-x 0 0 #ecf6f9;
    padding: 27px 56px 27px 50px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 414px;
    font-size: 16px;
    font-family: "Helvetica";
    color: rgb(51, 51, 51);
    line-height: 1.2;
}


.block2{
    background: url("/images/design/block2_1.png") no-repeat;
    width: 654px;
    min-height: 154px;
    padding: 44px 245px 69px 91px;
    position: relative;
    font-size: 14px;
    font-family: "Helvetica";
    color: rgb(51, 51, 51);
    line-height: 1.2;
    text-align: left;
    font-style: italic;
    overflow: hidden;
}

.block2 p{
    width: 610.347px;
}


.block2:after,.block2::after{
    clear: both;
    content: url("/images/design/block2-bottom.png");
    position: absolute;
    bottom: 20px;
}

.block2:before{
    content: url("/images/design/quote.png");
    position: absolute;
    top:20px;
    left: 1px;
}

.block2 .doc_info{
    position: absolute;
    top:21px;
    right: 86px;
}

.block2 .doc_info .doc_photo{
    background-color: #3cafca;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    width: 115px;
    height: 115px;
}

.block2 .doc_info .doc_photo img{
    width: 115px;
    height: 115px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.block2 .doc_info .doc_fio{
    font-size: 14px;
    font-family: "Helvetica";
    color: rgb(16, 150, 189);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    width: 122px;
    margin-top: 5px;
}

.block3{
    background-color: #ecf6f9;
    padding: 19px 20px 19px 26px;
    margin: 15px 15px 15px 0;
    font-size: 17px;
}

.block-center{
    color: #4d9fb8;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    margin: 20px auto;
    font-family: Meiryo;
    width: 673px;
}

.block4-wrapper{
    width: 710px;
    min-height: 202px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 55px 62px;
    font-size: 14px;
    margin: auto;
    position: relative;
}

.block4-top{
    background: url("/images/design/block-4-top.png") no-repeat;
    width: 813px;
    height: 190px;
    position: absolute;
    top: 0;
    left: 0;
}

.block4-content{
    z-index: 1;
    position: relative;
    background-color: #fff;
    width: 693px;
    left: -33px;
    padding: 0 40px 0 40px
}

.block4-bottom{
    background: url("/images/design/block-4-bottom.png") no-repeat;
    width: 813px;
    height: 160px;
    position: absolute;
    left: 11px;
    bottom: 0;
}

.block4 h3{
    font-size: 17px;
}

.block5{
    width: 270px;
    position: relative;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.block5 .carousel{
    width: 270px;
}

.block5 .carousel li{
    max-width: 270px;
    width: 270px;
    background: #e9f5f8;
}

.block5 .b5-text{
    padding: 10px 20px;
    font-size: 14px;
    font-family: "Helvetica";
    color: rgb(51, 51, 51);
    line-height: 1.2;
    -moz-transform: matrix( 1,0,0,1.00000000996005,0,0);
    -webkit-transform: matrix( 1,0,0,1.00000000996005,0,0);
    -ms-transform: matrix( 1,0,0,1.00000000996005,0,0);

}

.block5 .b5-title{
    background: #26a7cd;
    padding: 5px 10px ;
    color: #fff;
    height: 35px;
}

.block5 .b5-title .nav{
    position: absolute;
    right: 10px;
    top: 5px;
}

.block5 .b5-title > span{
    display: block;
    margin-top: 9px;
}

.block5 .b5-title .prev, .block5 .b5-title .next{
    background: url("/images/design/prev-2-left.png") no-repeat;
    width: 33px;
    height: 33px;
    display: inline-block;
}

.block5 .b5-title .next{
    background: url("/images/design/prev-2-right.png") no-repeat;
}

.block5 .b5-title .next:hover{
    background: url("/images/design/prev-2-right-hover.png") no-repeat 2px 2px;
}

.block5 .b5-title .prev:hover{
    background: url("/images/design/prev-2-left-hover.png") no-repeat 2px 2px;
}

.block5 .b5-arrow{
    background: url("/images/design/b5-arrow-bg.png") no-repeat;
    width: 270px;
    height: 18px;
}

.block5 .b5-fio{
    background: #e9f5f8;
    color: #52a3bb;
    font-weight: 700;
    padding: 10px 15px 25px 20px;
    font-size: 14px;
    font-family: "Helvetica";
    color: rgb(31, 135, 166);
    line-height: 1.2;
    text-align: left;
    -moz-transform: matrix( 1,0,0,1.00000000996005,0,0);
    -webkit-transform: matrix( 1,0,0,1.00000000996005,0,0);
    -ms-transform: matrix( 1,0,0,1.00000000996005,0,0);
}

.block5 .b5-fio span{
    font-weight: 500;
}


/******************** Footer ******************/
footer {
	width:100%;
	padding:28px 0 21px;
	border-top: 3px solid  #eaf4f7;
}

.foot-page1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color: #c8c8c8;
}

.foot-page1 a {
	color: #c8c8c8;
}

.p17 {
	margin-bottom: 21px;
}

.text12 {
	color: #25a6cb;
}

.after_content, .note{
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 22px;
	position: relative;
	min-height: 145px;
	margin: 35px 0;
	line-height: 1;

}

.after_content #owl-demo{
    width: 100%;
}

.owl-carousel,.owl-carousel .owl-wrapper-outer{
    min-height: 175px;
}

.owl-carousel .item p{
    width: 700px;
    line-height: 22px;
}

.owl-img{
    border: 2px solid #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.note{
	text-align: left;
}

.separator{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #25a6cb;
	margin: 15px 50px;
	position: relative;
}

ol{
	list-style-position: inside;
}

.foot-page1 img{
	width: inherit;
}

.login{
	height: 30px;
	border-bottom: 3px solid #eaf4f7;;
}

.login-container{
	width: 1200px;
	margin: 0 auto;
	text-align: right;
	padding-top: 5px;
}

.appointment-link{
    position: fixed;
    right: 0;
    bottom: auto;
    top: 200px;
    width: 15px;
    height: 85px;
    background-color: #3099dd;
    z-index: 9999;
    padding: 13px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.appointment-link .inner-block
{
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.appointment-link a:before{
    content: "Записаться";
}

.appointment-link a{
    position: absolute;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
    bottom: -20px;
    left: -90px;
    letter-spacing: 1px;
}

.appointment-link a:hover{
    text-decoration: none;
}

.patents-list li{
    display: inline-block;
    margin-right: 20px;
}

.obm-table, .obm-table td{
    border: 1px solid #000000;
}

.obm-table tr:first-child td{
    white-space: nowrap;
}
.obm-table tr:nth-child(even) {
    background: #FFFFFF;
}

.obm-table td{
    padding: 5px;
}

.tr_title td, .itogo td{
    font-weight: 700;
}


.prices{
line-height: 1.6;
}

.prices h3{
    font-weight: 700;
}

.prices .price_children_column{
    display: table-cell;
    max-width: 300px;
    padding-right: 25px;
}

.prices .item i{
    margin-top: 5px;
    font-weight: 700;
    color: #ff0000;
}

.prices li{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.prices li:last-child{
    border-bottom: none;
}

.panel {
    margin-bottom: 17px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel > h3{
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    margin: 0 0 15px 0;
    padding: 10px;
}

.panel table{
    width: 100%;
}

.panel table>thead>tr>th, .panel table>tbody>tr>th, .panel table>tfoot>tr>th, .panel table>thead>tr>td, .panel table>tbody>tr>td, .panel table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


.panel table>tbody>tr:hover>td{
    background-color: #e5e5e5;
}

.panel table>tbody>tr>td:last-child{
    width: 70px;
}

.panel table>tbody>tr>td:last-child i{
    margin-top: 5px;
}

.price-value {
    background: url("/images/design/h1_bg.png") repeat-x;
    display: inline;
    float: left;
    padding: 10px;
    margin: 25px 0;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
}

.price-value i{
    margin-top: 2px;
}

.hidden{
    display: none;
}

.main-anons{
    font-size: 13px;
    float: left;
    text-align: center;
    vertical-align: bottom;
    width: 726px;
    margin: 5px 0 0 180px;
    z-index: 1;
    position: absolute;
}

.black{
    color: #000;
}

.black a{color:#25a6cb}


.event-index ul li{
	line-height: 24px;
}

.margin20{
	margin: 20px 0;
	padding: 0;
}

.event-index > ul > li > ul{
	padding-left: 15px;
}
/******************** Responsive ******************/



@media only screen and (min-width: 768px) and (max-width: 1024px) {
	body {
		min-width:768px;
	}

	.login-container{
		width: 1024px;
	}
}

@media only screen and (max-width: 995px) {
	body{min-width:768px;}

	.next {
		right: 108px;
	}

	.prev {
		right: 108px;
	}

	.login-container{
		width: 995px;
	}
}

@media only screen and (max-width: 800px) {

	.text1 {
		font-size: 39px;
	}

	.login-container{
		width: 800px;
	}
}

@media only screen and (max-width: 767px) {
	body {
		min-width:420px;
	}

	.login-container{
		width: 767px;
	}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	body {
		min-width:420px;
	}

	.floatright {float:left;}
	.floatleft {float:right;}

	nav select {
		outline:none;
		display: block !important;
		height:25px;
		line-height:25px;
		padding:0 0 4px;
	}

	.p11 {
		margin-left: 0 !important;
	}

	header h1 {
		text-align: center;
		float: none;
		margin-bottom: 20px;
	}

	nav {
		float: none;
		margin-bottom: 20px;
	}

	.page1-box1 {
		background: none;
	}

	.carousel-div {
		width: 100%;
	}

	.next {
		right: 12px;
		top: 180px;
		border-radius: 7px;
	}

	.prev {
		right: 74px;
		top: 180px;
		border-radius: 7px;
	}

	.page2-box2 {
		float: none;
		margin-left: 0;
		width: 100%;
	}


	.page2-box3 {
		margin-left: 15px;
		width: 190px;
	}


	.thumbs,
	.thumbs1  {
		margin-left: 0;
	}

	.img-bot {
		display: block;
	}

	.page3-img1 {
		margin-bottom: 16px;
	}

}
@media only screen and (max-width: 479px) {

	.inner-block {
		padding:0 10px;
	}

	.p11 {
		margin-left: 0 !important;
	}

	body {
		min-width:300px;
	}

	header h1 {
		text-align: center;
		float: none;
		margin-bottom: 20px;
	}

	nav {
		float: none;
		margin-bottom: 20px;
	}

	.page1-box1 {
		background: none;
	}

	.carousel-div {
		width: 100%;
	}

	.next {
		right: 12px;
		top: 132px;
		border-radius: 7px;
	}

	.prev {
		right: 74px;
		top: 133px;
		border-radius: 7px;
	}

	.page2-box2,
	.page2-box3 {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.thumbs,
	.thumbs1 {
		margin-left: 0;
	}

	.img-bot {
		display: block;
	}

	.page3-img1 {
		margin-bottom: 16px;
	}

	.tr2 {
		padding-left: 5px !important;
		width: auto;
	}

}

.fs-38{
	font-size: 38px !important;
}