/*
Theme Name: Атлантис+
Author: Рыбное место
Author URI: http://rybnoemesto.ru/
Description:
Version: 1.0
License:
License URI:
Tags:
Text Domain:
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*	font-size: 100%; */
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}

html {
background: #fff url('/pic/bg.jpg') fixed;
height: 100%;
width: 100%;
}

body {
height: 100%;
width: 1000px;
margin: 0 auto;
font-weight: 300;
font-size: 12px;
font-family: 'Roboto', sans-serif;
color: #000;

}

header {
background: url('/pic/head.png') top center no-repeat;
height: 140px;
}

a {
color: #1c3051;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

strong, b {
font-weight: 500;
color: #1c3051;
}

.to_main {
display: block;
position: absolute;
width: 1000px;
height: 90px;
margin-top: 0px;
margin-left: 0px;
z-index: 101;
}

menu {
font-size: 14px;
position: absolute;
top: 78px;
width: 1000px;
text-align: center;
padding-left: 0px;
}

menu li {
display: inline-block;
}

menu li:hover {
}

menu li a {
font-size: 16px;
font-weight: bolder;
display: inline-block;
padding: 5px 13px 7px 13px;
}

menu li a:first-letter {
text-transform: uppercase;
}

menu li a:hover {
text-decoration: none;
color: #fff;
background: url('/pic/bg.jpg') top center repeat-y;
}


section {
background: #fff;
min-height: 100%;
margin-bottom: -90px;
}


aside {
margin-right: 7px;
width: 265px;
float: right;
}

.menu2 > li a {
color: #000;
}

.menu2 > li {
padding: 10px 5px;
margin: 0 10px;
min-height: 20px;
border-bottom: 1px solid #c9caca;
}

.menu2 img {
border-radius: 10px;
padding-bottom: 5px;
}

.menu2 li:last-child {
border-bottom: none;
}

hr {
border: none;
border-top: 1px solid #c9caca;
clear: both;
margin: 10px 0;
}

article {
width: 700px;
margin-left: 20px;
float: left;
color: #000;
}


article .alignleft {
float: left;
margin-right: 10px;
}

article .alignright {
float: right;
margin-left: 10px;
}

article h1 {
font-size: 24px;
color: #203e75;
}

article h2 {
font-weight: 500;
font-size: 28px;
color: #1c3051;
margin: 10px 0;
}

article h3 {
	font-weight: 500;
	font-size: 20px;
	color: #1c3051;
	margin: 10px 0;
}

article p {
margin: 7px 0;
text-align: justify;

}

article td, article th {
/*border: 1px solid #555;*/
	padding: 3px;
	font-size: 13px;
	vertical-align: top !important;
	text-align: center;
}

article ul, article ol {
list-style: inside square;
padding: 10px 0;
}

.menu4 {
margin: 10px 0;
clear: both;
height: 240px;
}

.menu4 a {
display: inline-block;
float: left;
width: 140px;
height: 30px;
padding-top: 210px;
text-align: center;
text-decoration: underline;
}

.menu4 > a:nth-child(1) { background: url("/pic/mb1.jpg") 0 0 no-repeat; }
.menu4 > a:nth-child(2) { background: url("/pic/mb2.jpg") 0 0 no-repeat; }
.menu4 > a:nth-child(3) { background: url("/pic/mb3.jpg") 0 0 no-repeat; }
.menu4 > a:nth-child(4) { background: url("/pic/mb4.jpg") 0 0 no-repeat; }
.menu4 > a:nth-child(5) { background: url("/pic/mb5.jpg") 0 0 no-repeat; }

.menu4 > a:nth-child(1):hover { background: url("/pic/mm1.jpg") 0 0 no-repeat; }
.menu4 > a:nth-child(2):hover { background: url("/pic/mm2.jpg") 0 0 no-repeat; }
.menu4 > a:nth-child(3):hover { background: url("/pic/mm3.jpg") 0 0 no-repeat; }
.menu4 > a:nth-child(4):hover { background: url("/pic/mm4.jpg") 0 0 no-repeat; }
.menu4 > a:nth-child(5):hover { background: url("/pic/mm5.jpg") 0 0 no-repeat; }

footer {
height: 90px;
background:  url('/pic/footer.jpg') bottom center repeat-x;
color: #1c3051;
}

.menu3 {
padding-top: 15px;
text-align: center;
margin-bottom: 10px;
}

.menu3 a {
text-align: center;
display: inline-block;
padding: 0 10px;
}

footer .f_cont{
margin-left: 60px;
margin-top: 22px;
font-size: 12px;
text-align: center;
}

footer .f_cont b {
font-weight: 300;
font-size: 30px;
}

footer .banner{
margin: -10px 20px 0 0;
float: right;
}


.bread {
	width: 100%;
	float: left;
	clear: both;
	font-size: 11px;
	color: #203e75;
/*	font-style: italic;*/
	margin-bottom: 12px;
}


.no-details details > * { display: none; }
.no-details details summary { display: block; }


.clear {
clear: both;
display: block;

}

.pops {
font-size: 15px;
}
/*-------------------------------------------------------------------------------------*/

table.price {
width: 100%;

}

table.price th {
	background: #203e75;
	color: #fff;
	font-weight: normal;
	border: 1px solid #fff;
	font-size: 14px;

}
table.price td {
	text-align: left;
	padding: 10px;
	font-size: 14px;
/*	border: 1px solid #fff;*/
	border: 1px solid #203e75;
}
table.price tr:nth-child(odd) {
	background: #eee;
}
/*-------------------------------------------------------------------------------------*/
.red {
	color: red;
}


ul.mat {
list-style: none;
clear: both;
margin: 10px 0;
float: left; 
width: 100%;
}

ul.mat li {
float: left;
text-align: center;
}

ul.mat li img {
display: block;
width: 140px;
height: 140px;
}

.ts h3 {
clear: both;
}

.ts div {
float: left;
text-align: center;
width: 100px;
height: 120px;
font-size: 11px;
}

.ts div a {
display: block;
}

ul.news {
list-style: none;
float: left;
width: 100%;
clear: both;
padding: 0;
}

ul.news h3 {
padding: 0;
margin: 0;
}

ul.news li {
padding: 0;
width: 46%;
margin: 0 2%;
float: left;
}









#comments ol, ul {
	list-style: none;
}

.thread-even, .thread-odd {
margin: 5px 0;
border: 1px solid #5e626d;
}

#comments > ol > li .comment-body {
padding: 10px;
border-top: 1px solid #5e626d;
border-left: 1px solid #5e626d;
}

#comments > ol > li > .comment-body:first-child {
background: #eef1f6;
border-top: none;
border-left: none;
}

#comments > ol > li .comment-body .comment-author {
padding: 3px;
border-bottom: 3px solid #2b3a4d;
border-top: 3px solid #2b3a4d;
background: #ddd;
margin: 0 -10px;
font-weight: bold;
}

#comments .commentmetadata {
text-align: right;
font-size: 11px;
}

.comment-reply-link {
margin-top: 10px;
padding: 5px;
display: inline-block;
text-decoration: none !important;
border: 1px solid #5e626d;
background: #ddd;
font-size: 14px;
}

.form-allowed-tags {
display: none;
}

.comment-respond label {
display: block;

}

.comment-respond input[type="text"], .comment-respond textarea {
width: 300px;
border: 1px solid #5e626d;
}

.form-submit input[type="submit"] {
margin-top: 10px;
padding: 5px;
display: inline-block;
text-decoration: none !important;
border: 1px solid #5e626d;
background: #ddd;
font-size: 14px;
}

.page-numbers {
margin: 10px 4px;
display: inline-block;
font-weight: bold;
font-size: 16px;
}

.comment-reply-title {
display: none;
}

.comment-form-comment label {
display: none;
}

table.partnery {
width:100%; 
color: #1c3053; 
text-align: left !important; 
font-size: 16px !important;
}

.partnery tr td {
border-bottom: 1px solid #c9cdd5;
vertical-align: middle !important;
text-align: left !important; 
font-size: 16px !important;
}


.partnery a {
font-size: 16px;
text-align: left;
color: #1c3053;
}

/*--------------------------------------------------------------------*/
.price td.red {
	background-color: red;
	color: white;
	font-weight: bold;
}
.price .red a {
	color: white;
	text-decoration: underline;
}
.price .red a:hover {
	text-decoration: none;
}


.gidkiy div {
float: left;
width: 150px;
height: 123px;
padding-right: 10px;
text-align: center;
}

.gidkiy img {
float: left;
width: 150px;
height: 103px;

}