/** Author: Oleg Svetlov http://getsimplecms.ru/ **/
@import url("reset.css");
@import url("layout.css");
@import url("color.css");

strong {
    font-weight: bold;
}

@font-face {
    font-family: "pdfont";
    src: url(Exo-Regular.otf) format("truetype"); *
    /*src: url(Roboto-Regular.ttf);*/
}

@font-face {
    font-family: "pdfont";
    src: url(Exo-Regular.otf) format("truetype"); *
    /*src: url(Roboto-Bold.ttf);*/
    font-weight: bold;
}

@font-face {
    font-family: "pdfontbold";
    src: url(Exo-Black.otf) format("truetype"); *
    /*src: url(Roboto-Black.ttf);*/
}


.styled-select select {
   background-color: darkblue;
   color: yellow;
   padding: 5px;
   font-family:inherit;
   font-size: 13px;
   -webkit-appearance: none;
   -webkit-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
}

body{
	-ms-text-size-adjust : 100%;
	-webkit-text-size-adjust : 100%;
        -webkit-font-smoothing:antialiased;
	font-family: "pdfont", Arial Narrow, Geneva, Arial, Helvetica, sans-serif;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
strong {
	font-weight : bold;
}
address {
	margin-bottom : 30px;
}
h1 {
   font-size : 34px;
   line-height : 38px;
   margin-top: 5px;
}
h2 {
   font-size : 28px;
   line-height : 32px;
}
h3 {
	font-size : 22px;
   line-height : 26px;
}
h4 {
   font-size : 18px;
   line-height : 22px;
}
h1, h2, h3, h4 {
	font-family : "pdfontbold", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom : 20px;
}
h5 {
	font-size : 14px;
	font-weight : bold;
	line-height: 150%;
}

tr.heading {
	background-color: #242;
}

td.pdscore {
	color : red;
	font-size : 18px;
	font-weight : bold;
}

category {
	font-size : 14px;
	font-weight : bold;
	font-style: italic;
}

em {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : italic;
}
.fl-right {
	float : right;
}
.fl-left {
	float : left;
}
.text-right {
	text-align : right;
}
.text-center {
	text-align : center;
}
.over {
	overflow : hidden;
}
/* -- header ----------------------------- */

#header{
	padding-top : 8px;
	position : relative;
    padding-bottom : 10px;
}
#index #header {
	margin-bottom : 0px;
	padding-bottom : 10px;
}
#logo {
  margin: auto;
  display: block;
	position : relative;
	/*float : left;*/
  clear: both;
	top : -5px;
	line-height : 1;
	margin-bottom : 0px;
	padding: 8px 0px 0 0px;
	min-height:45px;
}
#logo img {
	max-width : 600px!important;
	/*position : relative;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
	bottom : 0px;
	width : 100%;
}
#logo span {
	display : none;
}
article .col-0 {
	width : 48%;
}
blockquote {
	padding-left : 2%;
	margin-left : 5%;
	font-style : oblique;
	font-size : 13px;
	overflow : hidden;
	margin-bottom : 20px;
}
blockquote p:last-child {
	margin-bottom : 0px;
}

/* -- menu ------------------------------------------- */

.nav select {
    display: none;
	font-family:inherit;
}
.nav {
    position:relative;
	top:15px;
	font-size:14px;
	text-align : center;
	margin-bottom : 10px;
}
.nav ul {
	display : inline;
}
.nav ul li {
	position : relative;
	display : inline;
}
.nav ul li a {
	padding : 10px 1.3%;
	line-height : 18px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-decoration : none;
	font-size : 14px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	font-weight : 400;
}

/* -- sidebar ------------------------------ */

#sidebar {
	padding-left : 5%;
	position : relative;
	top : -2px;
}

/* -- title ------------------------------------------- */

#title {
	padding : 5px 0 5px;
	margin-bottom : 0px;
}
#title [class*="col-"] {
	margin-bottom : 0px;
	margin-top : 0px;
}
#title h1 {
	margin : 0;
	padding : 0;
	font-size : 26px;
	line-height : 34px;
}

/* Slider ====================================*/
#slider {
	position : relative;
	z-index : 1;
	margin-bottom : 0px;
	overflow : hidden;
}
.cycle-slideshow .cycle-slide {
	position : relative;
	height : 464px;
	width : 100%;
}
.cycle-slideshow .cycle-slide img {
	position : absolute;
	bottom : 0px;
	right : 10%;
	transition:1s;
	transition-delay:1s;
	width : 28%;
}
.cycle-slideshow .figcaption {
	position : absolute;
	top : 25%;
	left : 10%;
	width : 45%;
}
.cycle-slideshow .figcaption p {
    font-size:24px;
	font-weight:100;
	line-height : 36px;
	margin-bottom : 20px;
}
.cycle-slideshow .figcaption p:first-child {
    font-size:30px;

	font-weight:100;
	line-height : 40px;
}
.cycle-slideshow .figcaption p strong {
    font-weight:300;
}

/* -- content -------------------------------------- */

#content {
	margin-bottom : 0px;
  background-color: #000022;
	background-image: url("../../../data/uploads/hp_photos/bluefur.jpg");
}
#index .main p:last-child{
	margin-bottom : 20px;
}
article {
	overflow : hidden;
}
article h1, article h2, article h3, article h4 {
	margin-bottom : 20px;
}
article ul, article ol {
	margin-bottom:20px;
}
article ul li {
	list-style : disc outside;
	margin : 0 0px 10px 30px;
}
article ul li ul, article ol li ol{
	margin : 10px 0px 10px 0px;
}
article ul li li{
	list-style : circle outside;
	margin-left : 15px;
}
article ol li {
	list-style : decimal outside;
	margin : 0 0px 10px 30px;
}
article ol li li{
	list-style : lower-latin outside;
	margin-left : 15px;
}
article img {
	display : block;
	margin : 0px auto 20px;
	padding : 1%;
	max-width : 97%!important;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
article p img {
/*	width : 31%!important; */
	margin-right : 3%;
	margin-bottom : 10px;
	margin-top : 5px;
	float : left;
}
article p img.fl-right {
	margin-left : 3%;
}
#index article img.fl-right {
	padding : 0%;
	border : 0px none #DBDBDB;
	width : 31%!important;
	margin-left : 3%;
}
article p+h1, article p+h2, article p+h3, article p+h4 {
	margin-top : 30px;
}
article p{
	margin-bottom : 20px;
}
.main input[type="text"] {
	border-radius : 5px;
	display : block;
	line-height : 1.428571429;
  font-size: 16px;
	padding : 2px 2px 2px 2px;
	vertical-align : middle;
	-webkit-box-shadow : inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition : border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-moz-box-shadow : inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-transition : border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	box-shadow : inset 0 1px 1px rgba(0,0,0,0.075);
	transition : border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	width : 150px;
	margin-bottom : 10px;
/*	max-width : 78%;*/
}
.main textarea {
	border-radius : 5px;
	display : block;
	height : 40px;
	line-height : 1.428571429;
	padding : 2px 2px 2px 2px;
	vertical-align : middle;
	-webkit-box-shadow : inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition : border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-moz-box-shadow : inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-transition : border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	box-shadow : inset 0 1px 1px rgba(0,0,0,0.075);
	transition : border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	width : 600px;
	margin-bottom : 20px;
	max-width : 78%;
	font-size : 13px;
}
.main input[type="text"]:focus, .main textarea:focus{
	outline : 0;
}
.main .captchaimg {
	margin-bottom : 10px;
}
.main .captchaimg img {
	margin-right : 30px;
}
.main .capctha {
	margin-bottom : 20px;
}
.main .send input {
	margin-bottom : 10px;
}
/* -- table ------------------------------------------------*/
article table {
	display : table;
    border: none;
	width : 100%!important;
	margin-bottom : 20px;
	height : auto!important;
}
article table caption {
	margin-bottom : 10px;
	font-size : 16px;
}
article th, article td {
	border-collapse : collapse;
	padding : 0px 0px;
	text-align : center;
	/*word-break: break-all;*/
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

table.invisible {
    border: none;
	border-collapse : collapse;
}

th.invisible {
	border-collapse : collapse;
	padding : 0px 0px;
	text-align : center;
    border: none;
	border-collapse : collapse;
}

td.invisible {
	border-collapse : collapse;
	padding : 0px 0px;
	text-align : center;
    border: none;
	border-collapse : collapse;
}

article th {
	font-size : 12px;
	font-weight : bold;
}
article td {
	font-size : 12px;
/*	font-weight : bold;  */
}
article th:nth-child(1) {
	text-align : left;
}
article th em {
	margin-right : -3px;
}
article th em:before {
	font-size : 14px;
	content: "\f158";
	font-family: 'FontAwesome';
	font-weight : normal;
}
article td:nth-child(1) {
	text-align : left;
	max-width:1300px;
}
/* -- footer ----------------------------- */

#footer {
	padding-top : 30px;
	padding-bottom : 0px;
	margin-top : 1px;
}
#footer [class*="col-"] {
	margin-bottom : 0px;
}
#footer h4 {
	font-size:16px;
	margin-bottom:25px;
	text-transform:uppercase;
	font-weight : 400;
}
#footer a, #copy a {
	text-decoration : underline;
}
#footer a:hover, #copy a:hover {
	text-decoration:none;
}
#copy #cms a {
	text-decoration : none;
}
#footer .widget {
	margin-bottom : 20px;
}
#footer .widget + .widget {
	margin-top : 25px;
}
#copy {
	padding : 15px 0 0px;
	margin-top : 20px;
}
#copy [class*="col"] {
  margin-bottom : 0px;
}
#copy .text-right {
	position : relative;
	top : -3px;
}
#copy img {
	opacity:0.5;
	margin : 0;
	padding : 0;
}
#copy img:hover {
	opacity:0.9;
}
#cms {
	margin-left : 10px;
	margin-right : auto;
	width : 31px;
	height : 31px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	position : relative;
	display : inline-block;
	top:0px;
	right : 5px;
}
#cms a {
	display : block;
	width : 20px;
	text-transform : uppercase;
	height : 20px;
	line-height : 20px;
	text-align : center;
	font-size : 9px;
	position : absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	text-decoration : none;
}
#cms .gs {
	left : -1px;
	top : -1px;
}
#cms .ru {
	bottom :-1px;
	right : -1px;
}

/* --- go to top ------------------------------- */

#gotoTop {
    display: none;
    position: fixed;
    z-index: 150;
    top: 80%;
    right: 1%;
    width: 32px;
    height: 32px;
    transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    text-align : center;
    line-height : 26px;
    font-size : 18px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	text-decoration : none;
	font-weight : bold;
}
.main-table { table-layout: fixed; vertical-align: baseline;border:0px;}
.search-table-outter {border:0px solid red;}
.search-table{table-layout: auto; margin:0px auto 0px auto; }
.search-table, td, th{border-collapse:collapse; border:1px solid silver;min-width: 960px;max-width: 1960px;}
th{padding:20px 7px; font-size:15px; color:#444; background:#66C2E0;}
td{padding:5px 10px; height:1px;}

.search-table-outter { overflow-x: scroll; }
th, td { min-width: 10px; }


