html, body {
    height: 100%;
    position: relative;
}

#login{
    width:100%;
    height: 50px;
    background-color: #990000;
}

#login .form{
    width:1000px;
    margin-left:auto;
    margin-right: auto;
    padding-top: 15px;
    font-size: 10;
    color: wheat;
}

#button{
    background-color: #990000;
    color: wheat;
}

#button:hover{
    background-color: #990099;
    color: whitesmoke;
}

body {
    margin: 0px;
    padding: 0px;
    height:100%;
    font-family: 'Arial', sans-serif;
    font-size: 12pt;
    font-weight: 400;
    color: rgba(0,0,0,.8);
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #2D2D2D;
}

h2 {
    padding: 0px 0px 30px 0px;
    font-size: 2.50em;
}

p, ol, ul {
    margin-top: 0px;
}

p {
    line-height: 180%;
}

strong {
}

a {
    color: rgba(0,0,0,.8);
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

.image
{
    display: inline-block;
}

.image img
{
    display: block;
    width: 100%;
}

.image-full
{
    display: block;
    width: 100%;
    margin: 0 0 4em 0;
}

.image-left
{
    float: left;
    margin: 0 2em 2em 0;
}

.image-centered
{
    display: block;
    margin: 0 0 2em 0;
}

.image-centered img
{
    margin: 0 auto;
    width: auto;
}


hr {
    display: none;
}

/** WRAPPER */

#wrapper {
    background: #FFF;
    margin: 0px 0px;
    min-height:100%;
    position:relative;

}

.container {
    width: 1000px;
    margin: 0px auto;
}

.clearfix {
    clear: both;
}


/** HEADER */

#header-wrapper
{
    background: #970A42 url(images/img.jpg);
    background-size: cover;
}

#header {
    position: relative;
    overflow: hidden;
    height: 200px;
}

#social
{
    position: absolute;
    top: 4em;
    right: 0;
}

/** LOGO */

#logo {
    position: absolute;
    top: 1em;
    left: 0;
}

#logo h1, #logo p {
    margin: 0;
    padding: 0;
}

#logo h1 {
    letter-spacing: -1px;

    font-size: 3.5em;
    color: #FFF;
}

#logo p {
    padding: 0px;
    letter-spacing: 0.05em;

    font-size: 0.9em;
    color: #FFF;
}

#logo p a {
    color: #FFF;
}

#logo a {
    border: none;
    width: 400px;
    height: 100px;
    background-image: url(../images/sigla.png);
    text-decoration: none;
    color: #FFF;
}

/** MENU */

#menu {
    overflow: hidden;
    background: #990000;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#menu ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    list-style: none;
    line-height: normal;
    text-align: center;
}

#menu li {
    display: inline-block;
}

#menu a {
    display: block;
    padding: 0px 40px 0px 20px;
    line-height: 40px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Varela Round', sans-serif;
    font-size: 13px;
    color: white;
    border: none;
}

#menu a:hover, #menu .current_page_item a {
    text-decoration: none;
    font-weight: bolder;
}

#menu .current_page_item a {
}

#menu .last {
    border-right: none;
}

/** PAGE */

#page {
    overflow: hidden;
    padding: 0em 0em 5em 0em;
    height: 100%;
    min-height: 100%
}

#page img
{
    margin-bottom: 1em;
}

#page .title
{
    margin-bottom: 0em;
}

#page .title h2
{
    font-size: 1.5em;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
}

#page .title .byline
{
    display: block;
    padding-bottom: 2em;
    color: rgba(0,0,0,0.7);
}

#page .column1
{
    margin-top: 20px;
    width: 500px;
}

#page .columnd
{
    margin-top: 20px;
    width: 426px;
}

#page .button
{
    margin-top: 1em;
}

/** CONTENT */
#continut{
    width:500px;
    float: left;
    padding: 15px;
    margin-top: 20px;
    margin-right: 10px;
    word-wrap:break-word;
    border-right: 1px solid;
    border-right-color: #112211;
    height: 100%;
}

#servicii{
    width: 230px;
    margin-right: 10px;
    float: left;
    margin-top: 20px;
    margin-right: 10px;
    word-wrap:break-word;
    border-right: 1px solid;
    border-right-color: #112211;
    height: auto;

}

#serv{
    background-image: url("../../images/serv1.png");
    display:block;
    height:165px;
    text-indent:-9999px;
    width:170px;
    margin:auto;
}

#serv:hover{
    background-image: url("../../images/serv2.png");
    display:block;
    height:165px;
    text-indent:-9999px;
    width:170px;
    margin:auto;
}

#serv2{
    background-image: url("../../images/utilaj1.png");
    display:block;
    height:165px;
    text-indent:-9999px;
    width:170px;
    margin:auto;
}

#serv2:hover{
    background-image: url("../../images/utilaj2.png");
    display:block;
    height:165px;
    text-indent:-9999px;
    width:170px;
    margin:auto;
}



#content {
    float: left;
    width: 800px;
    padding-right: 50px;
    border-right: 1px solid #E6E7DC;
}

#content .post-title
{
    margin-bottom: 2em;
}

#content .post-title h2
{
    margin: 0;
    padding: 0;
}


#content .post
{
    margin-bottom: 4em;
    padding-bottom: 4em;
    border-bottom: 1px solid #E6E7DC;
}

/** SIDEBAR 1 */

#noutati {
    float: right;
    width: 180px;
    margin-top: 23px;
    padding: 20px 15px 0px 15px;
    color: #787878;
    border: 1px solid #E7DFD7;
    border-radius: 8px;
    background: #F8F8F8;
    word-wrap: break-word;
}

#noutati ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#noutati li{
    margin: 0;
    padding: 0;
}

#noutati li ul{
    margin: 0px 0px;
    padding-bottom: 50px;
}

#noutati li li{
    border-bottom: 1px solid #E7DFD7;
    margin: 0px 0px;
    padding: 10px 0px;
    border-left: none;
}

#noutati li li a{
    color: #3B3B3B;
}

#noutati li li span{
    display: block;
    padding: 0;
    font-size: 11px;
    font-style: italic;
}

#noutati h2{
    padding-bottom: 20px;
    font-size: 1.3em;
    color: #321321;
}

#noutati p{
    margin: 0px 0px 40px 0px;
    padding: 0px;
    text-align: justify;
}

#noutati a{
    border: none;
}

#noutati a:hover{
    text-decoration: underline;
}

#sidebar1 {
    float: right;
    width: 250px;
    margin-right: 50px;
}

#sidebar1 #box1 {
    margin-bottom: 4em;
}

#sidebar1 h2,
#sidebar2 h2
{
    font-size: 1.5em;
    font-weight: 400;
}

/** SIDEBAR 2 */

#sidebar2 {
    float: right;
    width: 250px;
}

/* Footer */

#footer {
    overflow: hidden;
    background: #990000;
    width: 100%;
    bottom: 0px;
    position: absolute;
}

#footer .ft{
    width:1000px;
    margin-left:auto;
    margin-right: auto;
    padding-top: 15px;
    font-size: 0.8em;
    color: wheat;
}


/* List style 1 */

ul.style1 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.style1 li {
    padding: 10px 0px 15px 0px;
    border-top: 1px solid #E6E7DC;
}

ul.style1 .first {
    padding-top: 0px;
    border-top: none;
}

/* List style 2 */

ul.style2 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.style2 li {
    padding: 25px 0px 15px 0px;
    border-top: 1px solid #E6E7DC;
}

ul.style2 .first {
    padding-top: 0px;
    border-top: none;
}

ul.style2 h3 {
    padding: 0px 0px 10px 0px;
    font-size: 1.10em;
}

ul.style2 h3 a {
    color: #101010;
}

ul.style2 a {
    text-decoration: none;
}

ul.style2 a:hover {
    text-decoration: underline;
}


/* List style 3 */

ul.style3 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.style3 li {
    padding: 20px 0px 20px 0px;
    border-top: 1px solid #E6E7DC;
}

ul.style3 p {
    margin: 0px;
    padding: 0px;
}

ul.style3 img {
    float: left;
    margin-top: 3px;
    margin-right: 20px;
}

ul.style3 .posted {
    padding: 10px 0px 10px 0px;
    font-size: 8pt;
    color: #A2A2A2;
}

ul.style3 .first {
    padding-top: 0px;
    border-top: none;
}

.link-style {
    display: inline-block;
    margin-top: 20px;
    padding: 7px 20px;
    background: #0C73D4;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
}


/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

#portfolio-wrapper
{
    overflow: hidden;
    padding: 5em 0em;
    background: rgba(0,0,0,.02);
    background-image: url(images/overlay.png);
    background-repeat: repeat;
    border-top: 1px solid rgba(0,0,0,.05);
}

#portfolio
{
    text-align: center;
}


#portfolio .icon
{
    display: inline-block;
    margin-bottom: 1em;
    font-size: 2em;
    color: #970A42;
}

#portfolio .box
{
    color: rgba(0,0,0,0.5);
}

#portfolio h3
{
    display: block;
    padding-bottom: 1em;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 400;
    color: rgba(0,0,0,0.7);
}

#portfolio .title
{
}

#portfolio .title h2
{
    color: rgba(0,0,0,0.8);
}

#portfolio .title .byline
{
    display: block;
    padding-bottom: 2em;
    color: rgba(0,0,0,0.7);
}

.column2,
.column3,
.column4
{
    width: 375px;
}

.column1,
.column2,
.column3
{
    float: left;
    margin-right: 10px;
}

.column4
{
    float: right;
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

.title
{
    margin-bottom: 3em;
}

.title h2
{
    margin: 0;
    padding: 0;
    font-size: 2.8em;
    color: rgba(255,255,255,0.9);
}

.title .byline
{
    padding-top: 0.50em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.1em;
    color: #6F6F6F;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

.button
{
    display: inline-block;
    margin-top: 2em;
    padding: 0em 1em;
    background: #970A42;
    border-radius: 8px;
    letter-spacing: 0.10em;
    line-height: 3em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em;
    color: #FFF;
}

div .ex{
    width: 990px;
    height: 60px;
    border-style: dashed;
    float: left;
    margin: auto;
    text-align: center;
    line-height: 60px;
    color: #149bdf;
    text-decoration: none;
    max-height: 60px;
    max-width: 990px;
}

div .adauga{
    width: 970px;
    border-style: dashed;
    color: #149bdf;
    float: left;
    text-decoration: none;
    padding: 10px;
}

#filelist {
    margin-top: 15px;
}

#uploadFilesButtonContainer, #selectFilesButtonContainer, #overallProgress {
    display: inline-block;
}

#overallProgress {
    float: right;
}

.yellowBackground {
    background: #F2E699;
}

#utilaj {
    width:995px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-top: 1px solid #888;
    border-radius: 5px;
    word-wrap:break-word;
    height: 260px;
    position: relative;
}

#desk{
    width: 600px;
    height: 300px;
    float: left;
    height: 200px;
    margin: 5px;
    padding: 6px;
}

#cim{
    width: 600px;
    float: left;
    font-size: 1.6em;
}

#descriere{
    width: 680px;
    height: 150px;
    float: left;
    overflow-y: scroll;
}

#poza{
    width: 300px;
    height: 200px;
    float: right;
    margin: 5px;
}

#butoane{
    width:100%;
    float: left;
    margin: 0px auto;
    height: 40px;
    background-color: #990000;
    bottom: 0px;
    position: absolute;
}

#butoane .formuri{
    width:650px;
    float: left;
    margin-left:auto;
    margin-right: auto;
    padding-top: 10px;
    font-size: 10;
    color: white;
}

#cos{
    margin-left:auto;
    margin-top: 5px;
    color: wheat; 
    float: right; 
    margin-right: 10px;
    text-decoration: none;
    background-color: #408140;
    padding: 5px;
    border-radius: 5px;
}

#cos:hover{
    color: #F2E699;
    background-color: #04c;
}

.cos {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 6px 24px;
    border: 1px solid #2f8e2d;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #4de749;
    background: -webkit-gradient(linear, left top, left bottom, from(#4de749), to(#2f8e2d));
    background: -moz-linear-gradient(top, #4de749, #2f8e2d);
    background: linear-gradient(to bottom, #4de749, #2f8e2d);
    text-shadow: #1e591c 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;

}
.cos:hover,
.cos:focus {
    border: 1px solid #3bb238;
    background: #5cff58;
    background: -webkit-gradient(linear, left top, left bottom, from(#5cff58), to(#38aa36));
    background: -moz-linear-gradient(top, #5cff58, #38aa36);
    background: linear-gradient(to bottom, #5cff58, #38aa36);
    color: #ffffff;
    text-decoration: none;
}
.cos:active {
    background: #2f8e2d;
    background: -webkit-gradient(linear, left top, left bottom, from(#2f8e2d), to(#2f8e2d));
    background: -moz-linear-gradient(top, #2f8e2d, #2f8e2d);
    background: linear-gradient(to bottom, #2f8e2d, #2f8e2d);
}
.cos:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAFXElEQVRIiYWVa0xURxTH/3P37srSBRFYQLPyyvpIRB5VG6iWuyoPQW1aP0CLrZ8qltg0ta3RGpKFGOOXGm0/9JU2ZWutFWtsrNUYGlkURIJlEailKoKwPPbBQ/at9870Q/euC0U5yWT+c+/MmXN+MzlDXN4p7uvfanQNlvoyohKrALYEICMswH9Z+GJZ/Z7tNVaNeiEAUADcrB7zaUVcpn9pQ9fPxxQLfZVLkrUJr63fzY9L9xd5xMkN94d60yceOW++vGrLFAAwxgghhIRtMq/mGiz1ZYoof6kixhuZGKtDxbpqJMbqoIjxRiqi/KV/WOrLgovwn29Qxpgc6byaJ0px7+LFSZGJsTqkxWUCQKi3qa2Rw56JKrPZ/COeGsVMC43r6urSTSaTCcBK+RsprtZKu7a/z1W8VI3Zdrr9CEwXPqeWb3CRUkolSYLcM8aoJEmUMQZKKWWMUUppEqU0F8BVAIMAwIsBNnW191TsX/YmpMVl4p28Y/i29SP0j3fBNmGF6CVcVJTmVUmSMLuJoghK6YxvlFJkZWV9cuLEiQEAlJe8iq9GhsYO2X0PQpH3j3ehe/gaFO5FSIlb9amok45uKjDs93nG21tbu82bCjYe6H/Q3zI6MnyjdFvBAUvH301135v8AE4BcHd2dvbIt4gvyCk/d6Hxp13aDI3OprbidPsR2Cas4Fwxoj46j5aur8Sq3TlFHq9bH3g8jn0fpqg8XrdeqVQ95oikeeRypu/Y8ab/7t27uNHSGg/gUvh15TfoX7d+ZvzhZhS/eKXziSf+1MAXCUpugXN1UuGlouy3E2Je0PKO8RENA1EBC1SyJj4WAZBIBiX/aNoZAUAfdHx9xkFaLBYuIyPjg4iIiAaLxcLZHCMfd962FDHGOJtj9GDn7Y7SoK6+33e9iDGGMcdordvjMvh8k/w/91pr3R5XPoAmAKONjY1rGWNgjHGMMXDZ2dm0vLy8S6lUJp88adrl8XjWEAU22h1jZR6PO4coiBDUWU8k5Ua7Y+wNr8edMTk1sXlicrJMoooMm220EEA2gF4AzhmIAEAUxS5K6ZTX5xY8PhfPKSCjCNfPRHT+1/N6ANFhGzw1OZ3i4uKjOTk559vaWw+FENlHD3betpQG9VyIuN57N2rXrltzGoDLaDRWBv2FEPFyOoFA4HJfX1/F2V/ORpdsKdH23OnW+fzeda5pV2LPne4kn9+7JuCfXuT1d+v8fm+2kucjAUnvdk9nB/E4AdxhjHHhJYUPJsIdP378Vl5ebvTZM+fyL128nMsYREJIBMBExiByhESwmbpA1oODgyoAtwD0EkJokAxHCKGEMQY5C0LI7wDS/1cz5rdkQRCumc3mrZhVrkOIGGOc0WjcB0AVPuE5mgMAs9nMNTU1fRf8R5+JiBBC29radqrV6tRgVpRSirBDQ/hY1kNDQyCE6ADYZSzhiPjwaJqbm9dqtdqk2cVLLmpyYQvXwWCsADqCkQMIvR2Ygcjtdld5vd5thJA0SZKuCILQazAYxLmg19XV8YODg5sUCsVqABYAF+ZCJN9XjjEGtVr9XknJluHKPbsD8fFxl2tqajLDEYXh4QwGQ0F+/iv9VVXvBpYvX3ZPEIRcSikXPocxNuPwkJqWur90a8mSFSuWqfIN+QWHDx8uMpvNXDBLuaG2thYtLS17d75Vkbp8pV61uXCTXqVSVc2FSF5EGWPcuNPZ9WdHB7U77Hg48HBCEARramqqHACVz8tgMNDk5KU9zc3NdGzMhv4HA1SSpG48fYtDPmcgIoTkxsbGXklJSXaoVKqDRqMx/jmIdNHR0WdSUpIdGo3GJAhCwlyI/gULYqJirVT69AAAAABJRU5ErkJggg==") no-repeat left center transparent;  
    background-size: 100% 100%;
}

#altele {
    width:430px;
    float: left;
    padding: 20px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    word-wrap:break-word;
    height: 260px;
    position: relative;
}

#altele2 {
    width:550px;
    float: left;
    padding: 20px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    word-wrap:break-word;
    height: 100%px;
    position: relative;
}

.elimina {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 6px 24px;
    border: 1px solid #a12727;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #ff4a4a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4a4a), to(#992727));
    background: -moz-linear-gradient(top, #ff4a4a, #992727);
    background: linear-gradient(to bottom, #ff4a4a, #992727);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.elimina:hover,
.elimina:focus {
    background: #ff5959;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5959), to(#b62f2f));
    background: -moz-linear-gradient(top, #ff5959, #b62f2f);
    background: linear-gradient(to bottom, #ff5959, #b62f2f);
    color: #ffffff;
    text-decoration: none;
}
.elimina:active {
    background: #982727;
    background: -webkit-gradient(linear, left top, left bottom, from(#982727), to(#982727));
    background: -moz-linear-gradient(top, #982727, #982727);
    background: linear-gradient(to bottom, #982727, #982727);
}
.elimina:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAFQ0lEQVRIiYWUW0xURxzGvzl79rCLZFOWi6jrspIVfUBYRBts6p4VAQWNTSSRqtWHJtISm1ibGo0xrhtMfGmjb60PjRBbG2qJtbEa0weXCiLVsijEUpGLyH1ZYO+7smemD+7Bw0WdZDLfzJkz//n/ZuYjIa+Xu372rKGtoWGPJhqtJsByBgxHEhK+W19R8ctHp04NanU6AKAAuHkt3qVVOZK0sqO+/ts0r7cqY2oqPcXn43XhcDJP6YfPu7uzpiYn7+eUlEwDAGOMEEKIIsg7tSprdPRQmtdblT49naiWJHCMgacUidGomnKc6Vlvr7vkyJH7AJi8OGOMI4TQVzHfrnlNNHrYkJKSqM/NxfwiDA0lesPhaqfT+aNimM6bNtuvra3NqqurqwOwVh7jGWPG1QcOYP3p0wsCuGpq0HnxoqmysvIipZRKkgS5ZYxRSZIoYwyUUsoYo5TSDABGADcADAAAObZsmadgyRK9fsWKBQEmh4bwdySC6wkJkCRpQY3FYqCUzhmbmZlBXl7eugsXLvQDoHxAEL7v93hOvuzpAcfY67wJgSdjKZLzLN8YwuFzRcW2Y+Gg50FLS4ezqHjL8b7evuaR4aF75TuLj7va/m2svVQXAfATgEB7e3unfIv4/IqKBueVKwdVer0h2ecDL0mIqVTw6/UxrXUzff/Qp6jKtZQGQwFz9KUHR7/KFIKhgFmtFl5yREry+ieydu/eG3n69CnuNbekAripvK589q5dg45Ll+7zKw1rzcnvpdKZWLoqIWEi3frBzbwDe9MT01J5t2c4iYEIQIIgaxJmGoAkMqh5r29CA8AcX/ju3IN0ubicnJwvNRrNny6XixtzD3/d/shVyhjjxtwjJ9oftZXH9alnPXdLGWMYdY84AkG/LRye4v/rbnEEgn4rgEYAI3fu3NnAGANjjGOMgbNYLLSysvKxWq02Xr5cdzAYDBYQFbaMu0f3BIOBfKIiYlznzUjqLePu0Y9DwUDO1PTk1smpqT0SVeWMjY2UALAA6AIwMQcRAMRisceU0ulQOCAGw36eU0FGodRvRHTtt2tmADpFgNdFTmfbtm3n8vPzr7U+aDk5i2h85ET7I1d5XC+GiOvqvufYsLHgZwB+u91eFV9vFhEvpxONRm/19PTsu/rrVV3Z9rK0zicdhnAktNHv8y/tfNKREY6ECqIRX3Io0mGIREIWNc8nApI5EPBZ4ngmADyJWwQQtxQ+ngh3/vz5h5s2Fequ1jdYb964VcgYYoQQDcBijCHGEaJhc3WxrAcGBgQADwF0xb0IshcR9upxca/eFvkDQNaCJ/3uYhRF8S+n07kD8+x6FhFjjLPb7UcBCMoJb9EcADidTq6xsfGH+Df6RkSEENra2rpfq9Wa4llRSikUhwZlX9YvXrwAIcQAYFxh17OIeOVumpqaNqSlpWUozYtSOmtqsrEpdXwzgwDa4jsHAMh6DqJAIFAdCoV2EkJWSZJ0WxTFLpvNFlsMem1tLT8wMFCkUqnWAXAB+H0xRPJ95Rhj0Gq1X5SVbR+q+uxQNDU15daZM2dylYgUeDibzVZstW7uq67+PJqdvbpbFMVCSimnnMMYm3N4MK0yHSvfUbZ8zZrVgtVmLa6pqSl1Op1cPEu5wuFwoLm5+fD+T/aZsteaha0lRWZBEKoXQyT/RBljnGdi4vE/bW103D2O5/3PJ0VRHDSZTPIGqHxeNpuNGo0rO5uamujo6Bj6evupJEkds1gUa85BRAgp1Ov1tzMzjW5BEE7Y7fbUtyAy6HS6+sxMozspKalOFMX0xRD9D8Mkm5EmA65WAAAAAElFTkSuQmCC") no-repeat left center transparent;
    background-size: 100% 100%;
}

#contact1{
    max-width: 480;
    min-width: 480;
    width: 400;
    padding:10px;
    margin:10px;
    float: left;
}

#contact2{
    max-width: 400;
    padding:10px;
    margin:5px;
    float: right;
}