/* -----------------------
Base styles
------------------------*/

body
{
    margin-left: auto !important;
    margin-right: auto !important;
	margin-top: 2px;
    width: 1180px;
    padding: 0;
	color: #000;
	background-image: url("../img/background2.png");
	background-repeat: no-repeat;
	background-position: top center;
	font: 1em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
	margin: 0 0 .5em;
	font-weight: 500;
	line-height: 1.1;
}

h1 { font-size: 2.25em; } /* 36px */
h2 { font-size: 1.75em; } /* 28px */
h3 { font-size: 1.375em; } /* 22px */
h4 { font-size: 1.125em; } /* 18px */
h5 { font-size: 1em; } /* 16px */
h6 { font-size: .875em; } /* 14px */

p
{
	margin: 0 0 2em;
	text-indent: 25px;
}

p.nomargin
{
	margin: 0 0 0 0;
	text-indent: 25px;
}

blockquote
{
	padding: 0em 2em;
	margin: 0 0 0em;
	border-left: 2px solid #cccccc;
}

hr
{
	height: 0;
	max-width: 100%;
	margin-top: 1em;
	margin-bottom: 2em;
	border: 0;
	border-top: 1px solid #ddd;
	
}

table
{
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
}

table.center
{
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

div.border {
    border: 2px solid #ff9a02;
    border-radius: 15px;
	width: 80%;
	padding: 1% 1% 1% 1%;
}

th, td
{
	padding: 0em 0em;
	vertical-align: top;
	text-align: left;
}

td.right
{
text-align: right;
}

td.pad
{
padding: 1%;
}

td.contact
{
padding: 3% 3% 3% 3%;
}

td.center
{
text-align: center;
}

td.leftmid
{
text-align: left;
vertical-align: middle;
}

td.leftmidlista
{
text-align: left;
vertical-align: middle;
padding: 4% 0% 0% 0%;
}

td.leftmidstangapad
{
text-align: left;
vertical-align: middle;
padding: 0% 0% 0% 2%;
}

td.leftmidics
{
text-align: left;
vertical-align: middle;
padding: 0% 0% .5% .5%;
}

td.justify
{
text-align: justify;
padding: 2% 2% 2% 1.5%;
}

td.allcenter
{
text-align: center;
vertical-align: middle;
}

td.allcenterpad
{
text-align: center;
vertical-align: middle;
padding: 1.5% 1.5% 1.5% 1.5%;
}

td.leftmidpad
{
text-align: left;
vertical-align: middle;
padding: 1.5% 1.5% 1.5% 1.5%;
}

td.zumba
{
text-align: center;
vertical-align: middle;
padding: 1% 1% 1% 1%;
}

td.bottom
{
vertical-align: bottom;
}

td.top
{
vertical-align: top;
}


/* -----------------------
Layout styles
------------------------*/

.container
{
    width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.header
{
	color: #fff;
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
    padding: 1em 1.25em;

}

.header-heading 
{ 
    margin: 0; 
	color: #000;
	width: 300px;
}

.content
{
	padding: 1em 1.25em;
	margin-top: .2em;
}

.content2
{
	padding: 1em 1.25em;
	margin-top: .2em;
	background-color: #fff;
	width: 962px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #67b1b8;
	border-radius: 5px;
}

.content3
{
	padding: 1em 1.25em;
	margin-top: .2em;
}

.footer
{
	color: #000;
	padding: 1em 1.25em;
	height: .1em;
	margin-top: .5em;
}


/* -----------------------
Single styles
------------------------*/

.img-responsive { 
max-width: 100%; 
display: block;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

img.corner{
vertical-align: top;
margin-top: 0;
}

#small_img{
width:290px;
height:600px;
float:left;
overflow:scroll;
text-align:center;
background-color:06AEFF;
}

.btn
{
	color: #fff !important;
	background-color: royalblue;
	border-color: #222;
	display: inline-block;
	padding: .5em 1em;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: .2em;
	text-decoration: none;
}

.btn:hover
{
	color: #fff !important;
	background-color: green;
}

.btn:focus
{
	color: #fff !important;
	background-color: black;
}

.btn:active
{
	color: #fff !important;
	background-color: red;
}

.list-unstyled
{
	padding-left: 0;
	list-style: none;
}

.list-inline
{
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline > li
{
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

/* -----------------------
Wide styles
------------------------*/

@media (min-width: 42em)
{
	.header { padding: 0em 0em; }
	.content { padding: .5em .5em; }
	.footer { padding: 2em 3em; }
}

ul.bifa {
 list-style-type: square;
 list-style-image: url("../img/bifa.png");
}

ul.ics {
 list-style-type: square;
 list-style-image: url("../img/ics.png");
 line-height: 3;
}

ul.ok {
 list-style-type: square;
 list-style-image: url("../img/ok.png");
 line-height: 3;
}

.title {
margin-left: 3%;
}

table.subtitle {
margin-left: 7%;
float: left;
margin-right: 12%;
}

div.stanga  {
margin-left: 180px;
width: 490px;
}

div.dreapta {
margin-left: 424px;
}



.meniu {
width: 944px;
margin-left: 142px;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}

div.comment {
margin-left: 19%;
}

div.poza {
margin-top: 2%;
margin-left: 2%;
float: left;
}

#poza, #comment {
display: inline;
}

div.relative {
    position: relative;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	}

.shadow {
box-shadow: 1px 1px 2px #4C4C4C;
}

.LRadShadow {
box-shadow: 1px 1px 2px #4C4C4C;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}

.RRadShadow {
box-shadow: 1px 1px 2px #4C4C4C;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}

.cornershadow {
border-radius: 5px;
box-shadow: 1px 1px 2px #4C4C4C;
}

div.box { 
text-indent: 25px; 
}

input[type="text"] {
    width: 320px;
	height: 40px;
    display: block;
    margin-bottom: 10px;
	border: 1px solid #7c7c7c;
	border-radius: 5px;
	text-align: center;
	font-weight: 900;
	font-size: 16px;
	color: #7c7c7c;
}

input[type="button"] {
    width: 120px;
    margin-left: 35px;
    display: block;
}

textarea {
    width: 320px;
	height: 80px;
    display: block;
    margin-bottom: 10px;
	border: 1px solid #7c7c7c;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #7c7c7c;
}