body, html {
  margin: 0 auto;
  height: auto;
  font-size: 14px;
  font-family: Arial, Verdana, Times New Roman, Tahoma;
  color: #222222;
/*  vertical-align:top;  */
  padding: 0;
  overflow-x: hidden;
}
* {
	padding: 0;
	margin: 0;
}

#menu li{
  list-style: none;
}


a {
  color: #3399CC;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

h1,h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
  font-family:  Arial;
}
h2 {
  font-size: 18px;
  font-weight: normal;
}

hr {
  color: #CFCFCF;
  background: #CFCFCF;
  border: 1px solid;
}
div, img{
  margin: 0;
  padding: 0;
}

p{
  margin: 0;
  padding: 0;
}
table{
  margin: 0;
  padding: 0;
}
tr{
  margin: 0;
  padding: 0;
}
td{
  margin: 0;
  padding: 0;
/*  vertical-align:top;    */
}


header{
  width: 100%;
  margin:  0 auto;
  padding: 0;
  display: table;
}

#header {
  width: 100%;
  margin:  0 auto;
  padding: 0;
  max-width: 1000px;
}

#headerl {
  width: 24%;
  margin:  1% auto;
  padding: 0;
  float: left;
}
#headerr {
  width: 75%;
  margin:  0 auto;
  padding: 0 0 0 0;
  float: right;
}
#headerr1, #headerr2 {
  width: 100%;
  margin: 12px 0 0 0;
  padding: 0;
  display: table;
  float: right;
  text-align: right;
}
#headerr2 a{
  margin:  0 5px 0 20px;
  font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
  display: inline-table;
}

#mmi{
  display: none;
}

#menu {
	overflow: hidden;
    margin: 0 auto;
    padding: 4px 0 0 0;
	text-align:center;
  position: relative;
   float: right;
}


#menu li {
    display: inline;
    margin: 0 auto;
    padding: 0 0 0 25px;
    margin: 0;
    list-style: none;
    float: left;
}

#menu a {
    float: left;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    color: #161a20;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
#menu a:hover {
  color: #3399CC;
}

#menu a.current_page_item {
  color: #3399CC;
}
#menu li.st-mobile-close {
  display: none;
}


/* First Level */
#menu ul {
    list-style: none;
    z-index: 111111111111;
}

#menu ul li ul li a:hover  {
    color: #A61E22;
}

/* Second Level */
#menu ul ul {
    display: none;
    position: absolute;
    top: 193px;
    padding: 0px;
    width: 154px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
    background:#CC0000;
}
#menu ul li:hover > ul {
    display: table;
}
#menu ul ul li {
    float: none;
    position: relative;
    text-align: left;
    padding: 7px;
    width: 140px;
    display: table;
    border-top: 1px solid #E00000;
}
#menu ul ul li a {
    padding: 0px;
    text-align: left;
    float: left;
    border-right: none;
}
#menu ul li ul li a:hover {
  color: #FFFFFF;
}



#homeslider {
  width: 100%;
  margin: 0 auto;
  display: table;
  padding: 0%;
  height: auto;
  position: relative;
  background: #161a20;
  box-shadow: 0 0 3px 2px #BBBBBB;
}
#homeslider1 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: table;
  padding: 0%;
  height: auto;
}

#content {
  width: 100%;
  margin: 0 auto;
  display: table;
  padding: 0%;
}

#contentat {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 2% 0%;
  display: table;
  line-height: 21px;
}
#content li{
  margin: 0 0 11px 20px;
}
#content h1{
    padding: 5px 10px 20px 10px;
    font-size: 21px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-align: center;
}

#cont1 {
  width: 30%;
  margin: 1% 3% 1% 0%;
  float: left;
  border-bottom: 7px solid #3399CC;
}
#cont2 {
  width: 30%;
  margin: 1% 2% 1% 2%;
  float: left;
  border-bottom: 7px solid #3399CC;
}
#cont3 {
  width: 30%;
  margin: 1% 0% 1% 3%;
  float: left;
  border-bottom: 7px solid #3399CC;
}
.imgsin{
    background: #3399CC;
    box-shadow: 1px 1px 3px 1px #808080;
}
.imgsin h2{
    color: #FFFFFF;
    padding: 5px 10px 10px 10px;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
#cont1 p, #cont2 p, #cont3 p{
    padding: 12px 0;
    min-height: 105px;
}
footer {
  background: #161A20;
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 11px 0 0 0;
}
#footer {
  width: 100%;
  max-width: 1000px;
  height: auto;
  padding: 15px 0 20px 0;
  margin: 0 auto;
  display: table;
}
#footer p.footzagl{
  font-size: 31px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: 0px 0px 1px #DDDDDD;
  font-weight: bold;
  padding-bottom: 25px;
}
#footer p{
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
}
#footer p a{
  color: #FFFFFF;
}
.fotkaret{
  width: 30%;
  float: left;
  padding-top: 40px;
}
.fotkaret1{
  width: 39.9%;
  float: left;
}
.fotkaret a{
  font-size: 17px;
}
p.ffs a{
  font-size: 21px;
}

#podfooter {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 0 auto;
  background: #FFFFFF;
}
#podfooterat {
  width: 100%;
  max-width: 1000px;
  height: auto;
  padding: 5px 0;
  margin: 0 auto;
  background: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
}
.footkcat {
  text-transform: uppercase;
}


.cd-top {
  display: inline-block;
  height: 50px;
  width: 40px;
  position: fixed;
  bottom: 0px;
  right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(images/strelka.png) no-repeat center ;
  visibility: hidden;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
}

.cd-top.cd-is-visible {
  visibility: visible;
}

.cd-top.cd-fade-out {
}

.no-touch .cd-top:hover {
  background-color: transparent;
  opacity: 1;
}



#sidebar {
  float: left;
  width: 21%;
}
#sidebar p {
  padding-bottom: 5px;
}
#sidebar p a.sideact {
  color: #000000;
}

#desbar {
  float: right;
  width: 76%;
}

#dvigal {
  width: 100%;
  text-align: center;
  padding-top: 1px;
  display: table;
}

.imageholder5 {
  display: inline-table;
  padding: 15px 10px 2px 11px;
}

.imageholder5 img{
  padding: 1px;
  border: 1px solid #CFCFCF;
  box-shadow: 0 0 2px 0 #CCCCCC;
  max-width: 200px;
}

#mmi1, .st-mobile-close1{
  display: none;
}


.good {
  color: #CC0000;
  font-size: 13px;
}

form input.input_cont2:focus, form input.validation:focus, input#guest:focus  {  border: 1px solid #DD3C44; -webkit-box-shadow: 0 0 4px #DD3C44; -moz-box-shadow: 0 0 4px #DD3C44; box-shadow: 0 0 4px #DD3C44;}
form textarea:focus {  border: 1px solid #DD3C44; -webkit-box-shadow: 0 0 4px #DD3C44; -moz-box-shadow: 0 0 4px #DD3C44; box-shadow: 0 0 4px #DD3C44;}

hr {
  border:none;
  border-top:1px dotted #CCCCCC;
  color:#fff;
  background-color:#fff;
  height:1px;
  width:100%;
}




.imageholder3 img{
  padding: 1px;
  border: 1px solid #CFCFCF;
  box-shadow: 0 0 2px 0 #CCCCCC;
  float: left;
  margin: 3px 25px 10px 0;
}

.vatrenews h1 {
  font-size: 20px;
  margin: 0 0 10px 0;
  font-family: 'Roboto Condensed', sans-serif;
}



/* ---- Likebox ---- */
.likeBox {
	position: fixed;
	z-index: 999999999999999999999999999999;
	top: 63%;
	right: -283px;
	width: 282px;
	height: 255px;
	background: #fff;
	margin-top: -120px;
/*	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
*/	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.likeBox:before {
	content: "";
	position: absolute;
	left: -26px;
	top: 0px;
	width: 26px;
	height: 78px;
	cursor: pointer;
	background: #2B81AB url('images/facebook.png') no-repeat;
}
.likeBox:hover,
.likeBox:focus {
	right: 0px;
}
.likeBox .wrapper {
	max-width: 100%;
}

/* ---- Likebox ---- */


#conlef {
  float: left;
  width: 47%;
}
#conler {
  float: right;
  width: 47%;
}

 a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000 top left repeat-x;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #E5E3D6;
	-moz-box-shadow: 0px 2px 2px #E5E3D6;
	box-shadow: 0px 2px 2px #E5E3D6;
    border: none;
    padding: 3px 5px;
    text-decoration: none;
    margin: 0;
    text-shadow: none;
  font-weight: bold;
}

button.button {
  cursor: pointer;
  color: #FFFFFF;
  line-height: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #D8787C top left repeat-x;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -khtml-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 0px 2px 2px #E5E3D6;
  -moz-box-shadow: 0px 2px 2px #E5E3D6;
  box-shadow: 0px 2px 2px #E5E3D6;
  border: none;
  padding: 4px 6px;
  text-decoration: none;
  margin: 0;
  text-shadow: none;
  font-weight: bold;
}

a.button:hover, input.button:hover {
  text-decoration: none;
  background: #CC0000;
}


input,
textarea,
select,
button {
  font-size: 11px;
  padding: 4px 3px;
  outline: none;
  vertical-align: middle;
  color: #333333;
  background: #FFFFFF;
  text-shadow: none;
  border: 1px solid #BBBBBB;
  margin: 0 0 10px 0;
}
option{
  background: #FFFFFF;
}

input:focus, textarea:focus, select:focus  {  border: 1px solid #DD3C44; -webkit-box-shadow: 0 0 4px #DD3C44; -moz-box-shadow: 0 0 4px #DD3C44; box-shadow: 0 0 4px #DD3C44;
  text-shadow: none;}

input.button:focus {  -webkit-box-shadow: 0 0 4px #003366; -moz-box-shadow: 0 0 4px #003366; box-shadow: 0 0 4px #003366;
  text-shadow: none;}

input#guest {
  background: #26C0ED;
  font-weight: bold;
}
input#guest1 {
  background: #777777;
  font-weight: bold;
}
input#guest:hover, input#guest1:hover{
  text-decoration: none;
  background: #CC0000;
}
                                              
#cfleft{
  display: block;
  float: left;
  width: 47%;
}

#cfright{
  display: block;
  float: right;
  width: 47%;
}

.tableto td{
  padding: 3px 5px;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
}