@charset "UTF-8";

url(https://fonts.googleapis.com/css?family=Spinnaker);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change,without disabling
* user zoom.
*/
html {
  font-family:'Spinnaker',sans-serif;
/* 1 */
  -ms-text-size-adjust:100%;
/* 2 */
  -webkit-text-size-adjust:100%;
/* 2 */
}

/**

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display:block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,canvas,progress,video {
  display:inline-block;
/* 1 */
  vertical-align:baseline;
/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display:none;
  height:0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],template {
  display:none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color:transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,a:hover {
  outline:0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom:1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,strong {
  font-weight:bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style:italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size:2em;
  margin:.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background:#ff0;
  color:#000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size:80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}

sup {
  top:-.5em;
}

sub {
  bottom:-.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border:0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow:hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin:1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing:content-box;
  box-sizing:content-box;
  height:0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow:auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,kbd,pre,samp {
  font-family:'Spinnaker',sans-serif;
  font-size:1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,input,optgroup,select,textarea {
  color:inherit;
/* 1 */
  font:inherit;
/* 2 */
  margin:0;
/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow:visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,select {
  text-transform:none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,html input[type="button"],/* 1 */
input[type="reset"],input[type="submit"] {
  -webkit-appearance:button;
/* 2 */
  cursor:pointer;
/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],html input[disabled] {
  cursor:default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,input::-moz-focus-inner {
  border:0;
  padding:0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height:normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],input[type="radio"] {
  box-sizing:border-box;
/* 1 */
  padding:0;
/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height:auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance:textfield;
/* 1 */
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
/* 2 */
  box-sizing:content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance:none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border:1px solid #c0c0c0;
  margin:0 2px;
  padding:.35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border:0;
/* 1 */
  padding:0;
/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow:auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight:bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse:collapse;
  border-spacing:0;
}

td,th {
  padding:0;
}

body {
  margin:0;
  padding:0;
  background:#FFF url(https://dl.dropboxusercontent.com/u/92497507/Catalin%20-%20NU%20STERGE/MarydelSol/static.jpg) top center no-repeat fixed;
  font-family:'Spinnaker',sans-serif;
  font-size:12px;
  color:#361215;
}

#wrapper {
  height:auto;
  position:absolute;
  top:-3335px;
  left:-3px;
  width:100%;
}

#profile {
  margin:0 auto;
  width:100%;
  margin-top:3350px;
  color:#361215;
  position:relative;
}

.profile_section_content {
  z-index:1;
  position:relative;
  padding:12px;
  margin:5px 0 0;
  border-radius:0;
}

.profile_section .heading {
  font-size:21px;
  text-transform:uppercase;
  margin-top:20px;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  color:#9C6368;
  background:transparent linear-gradient(135deg,#E09A7F 0%,#935D48 50%,#895643 51%,#BF6E4E 100%) repeat scroll 0 0;
}

.profile_section_background {
  background-color:rgba(241,219,211,0.5);
}

a:link,a:visited {
  color:#D68861;
  text-decoration:none;
}

.contain {
  width:960px;
  margin:0 auto;
}

#logo {
  width:250px;
  margin:0 auto;
}

#header ul {
  padding:0;
  overflow:hidden;
  width:812px;
  margin:20px auto;
}

#header ul li {
  float:left;
  list-style:none;
  background:#9C6368;
  margin:5px;
  border-radius:10px 0;
}

#header ul li a {
  text-decoration:none;
  color:#D3D3D3;
  padding:5px 10px;
  font-size:16px;
  display:block;
  transition:color .4s ease 0;
  letter-spacing:2px;
  font-family:'Spinnaker',sans-serif;
}

#header ul li a:hover {
  color:#AF968C;
}

.clear {
  clear:both;
}

#main {
  background-color:white;
  margin-top:0;
}

#gol {
  height:560px;
}

#sageata {
  background:transparent url(https://dl.dropboxusercontent.com/u/92497507/Catalin%20-%20NU%20STERGE/MarydelSol/sageata1.png) center no-repeat;
  width:70px;
  height:70px;
  margin:0 auto;
  transition:all .5s;
}

#sageata:hover {
  background:transparent url(https://dl.dropboxusercontent.com/u/92497507/Catalin%20-%20NU%20STERGE/MarydelSol/sageata2.png) center no-repeat;
  width:70px;
  height:70px;
  margin:0 auto;
}

#sageata a {
  display:block;
  width:70px;
  height:70px;
}

#about {
  padding:40px 0 30px;
}

#about p,#rules p,div#wrpVideo p {
  color:#361215;
  font-size:14px;
  display:block;
  transition:color .4s ease 0;
  font-family:'Spinnaker',sans-serif;
  padding:15px;
  text-align:center;
  line-height:1.2;
}

h2,h3,p {
  font-family:'palatino linotype',serif;
  text-align:center;
  font-size:30px;
  font-weight:normal;
  color:#9C6368;
  margin-bottom:0;
}

h3 {
  font-size:18px;
}

/* fade slider */
#slide {
  background-color:rgba(241,219,211,0.5);
  padding:40px 0 0;
}

.shadow {
  position:relative;
  width:910px;
  height:64px;
/* border: 1px solid red; */
  background:transparent url(https://dl.dropboxusercontent.com/u/92497507/Catalin%20-%20NU%20STERGE/MarydelSol/shadow.png) center no-repeat;
  background-size:cover;
  left:25px;
  bottom:8px;
}

.slides {
  height:475px;
  overflow:hidden;
  position:relative;
  width:100%;
}

.slides ul {
  list-style:none;
  position:relative;
}

/* keyframes #anim_slides */
@-webkit-keyframes anim_slides {
  0% {
    opacity:0;
  }
  
  6% {
    opacity:1;
  }
  
  24% {
    opacity:1;
  }
  
  30% {
    opacity:0;
  }
  
  100% {
    opacity:0;
  }
}

@-moz-keyframes anim_slides {
  0% {
    opacity:0;
  }
  
  6% {
    opacity:1;
  }
  
  24% {
    opacity:1;
  }
  
  30% {
    opacity:0;
  }
  
  100% {
    opacity:0;
  }
}

.slides ul li {
  opacity:0;
  position:absolute;
  top:0;
  left:0;
/* css3 animation */
  -webkit-animation-name:anim_slides;
  -webkit-animation-duration:24s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:normal;
  -webkit-animation-delay:0;
  -webkit-animation-play-state:running;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-name:anim_slides;
  -moz-animation-duration:24s;
  -moz-animation-timing-function:linear;
  -moz-animation-iteration-count:infinite;
  -moz-animation-direction:normal;
  -moz-animation-delay:0;
  -moz-animation-play-state:running;
  -moz-animation-fill-mode:forwards;
}

/* css3 delays */
.slides ul li:nth-child(2),.slides ul li:nth-child(2) div {
  -webkit-animation-delay:6s;
  -moz-animation-delay:6s;
}

.slides ul li:nth-child(3),.slides ul li:nth-child(3) div {
  -webkit-animation-delay:12s;
  -moz-animation-delay:12s;
}

.slides ul li:nth-child(4),.slides ul li:nth-child(4) div {
  -webkit-animation-delay:18s;
  -moz-animation-delay:18s;
}

.slides ul li img {
  display:block;
}

/* keyframes #anim_titles */
@-webkit-keyframes anim_titles {
  0% {
    left:100%;
    opacity:0;
  }
  
  5% {
    left:10%;
    opacity:1;
  }
  
  20% {
    left:10%;
    opacity:1;
  }
  
  25% {
    left:100%;
    opacity:0;
  }
  
  100% {
    left:100%;
    opacity:0;
  }
}

@-moz-keyframes anim_titles {
  0% {
    left:100%;
    opacity:0;
  }
  
  5% {
    left:10%;
    opacity:1;
  }
  
  20% {
    left:10%;
    opacity:1;
  }
  
  25% {
    left:100%;
    opacity:0;
  }
  
  100% {
    left:100%;
    opacity:0;
  }
}

.slides ul li div {
  background-color:rgba(0,0,0,0.50);
  color:#FFFFFF;
  font-size:18px;
  text-align:center;
  margin:0 auto;
  padding:10px;
  position:absolute;
  bottom:5%;
  width:77%;
/* css3 animation */
  -webkit-animation-name:anim_titles;
  -webkit-animation-duration:24s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:normal;
  -webkit-animation-delay:0;
  -webkit-animation-play-state:running;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-name:anim_titles;
  -moz-animation-duration:24s;
  -moz-animation-timing-function:linear;
  -moz-animation-iteration-count:infinite;
  -moz-animation-direction:normal;
  -moz-animation-delay:0;
  -moz-animation-play-state:running;
  -moz-animation-fill-mode:forwards;
}

#rules {
  text-align:center;
  overflow:hidden;
  padding:40px 0 30px;
}

.box {
  width:320px;
  float:left;
  margin-top:50px;
}

hr {
  border:0;
  height:1px;
  background-image:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));
}

.box img {
  border-radius:50%;
  transition:all 1s;
  border:3px solid #DBD2D2;
}

.box img:hover {
  opacity:.7;
  border:3px solid rgb(195,120,95);
}

div#wrpVideo {
  height:353px;
  background-color:rgb(241,219,211);
  padding-top:40px;
}

div#wrpVideo div.colBigThumb {
  position:relative;
  float:left;
  width:auto;
  height:auto;
}

div#wrpVideo div.colSmlThumb {
  float:left;
  width:450px;
  height:316px;
}

.fltWrap {
  overflow:hidden;
  margin-top:58px;
  margin-left:10px;
}

.fltLeft {
  float:left;
}

.fltRight {
  float:right;
}

#wall {
  background-color:white;
  height:auto;
  padding-top:1px;
  padding-bottom:30px;
}

.box1 img,.box2 img {
  position:relative;
  top:30px;
  left:20px;
}

.box1,.box2 {
  border:1px solid #CCC;
  width:450px;
  height:250px;
  float:left;
  margin-top:20px;
}

.box2 {
  float:right;
}

.box1 p,.box2 p {
  font-family:"Roboto",sans serif;
  padding:20px 20px 0;
  color:#707070;
  text-align:justify;
  font-weight:300;
  font-size:14px;
  line-height:24px;
}

.box1 p:last-child,.box2 p:last-child {
  font-weight:400;
  text-transform:uppercase;
  font-size:15px;
  color:#393737;
}

.modalDialogcontest {
  position:fixed;
  font-family:Arial,Helvetica,sans-serif;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background:rgba(175,150,140,0.8);
  z-index:99999;
  opacity:0;
  -webkit-transition:opacity 400ms ease-in;
  -moz-transition:opacity 400ms ease-in;
  transition:opacity 400ms ease-in;
  pointer-events:none;
}

.modalDialogcontest:target {
  opacity:1;
  pointer-events:auto;
}

.modalDialogcontest > div {
  width:600px;
  position:relative;
  margin:10% auto;
  padding:5px 20px 13px;
  border-radius:10px;
  background:#fff;
  background:-moz-linear-gradient(#fff,#999);
  background:-webkit-linear-gradient(#fff,#999);
  background:-o-linear-gradient(#fff,#999);
}

.close {
  background:#606061;
  color:#FFFFFF;
  line-height:25px;
  position:absolute;
  right:-12px;
  text-align:center;
  top:-10px;
  width:24px;
  text-decoration:none;
  font-weight:bold;
  -webkit-border-radius:12px;
  -moz-border-radius:12px;
  border-radius:12px;
  -moz-box-shadow:1px 1px 3px #000;
  -webkit-box-shadow:1px 1px 3px #000;
  box-shadow:1px 1px 3px #000;
}

.close:hover {
  background:#00d9ff;
}

div#wrpButton {
  padding-top:20px;
  padding-bottom:20px;
  height:122px;
  margin:0 auto;
  background-color:rgb(241,219,211);
}

div#wrpButton div {
  background:url(http://i1116.photobucket.com/albums/k578/avcstudio/_blank_catalin/bkgBox3_zpslmdj22b9.png~original) top center repeat;
}

#header_bar,#profile_header,#profile_main_photo,#footer_bar {
  display:none;
}

div.wrpPhotosetsAll {
  position:relative;
  height:380px;
  background-color:rgb(241,219,211);
  padding:10px;
}

.lb-album {
  font-family:'BebasNeueRegular','Arial Narrow',Arial,sans-serif;
  width:969px;
  margin:0 auto;
  position:absolute;
}

.lb-album li {
  float:right;
  margin:5px;
  position:relative;
  list-style:none;
}

.lb-album li > a,.lb-album li > a img {
  display:block;
  width:210px;
}

.lb-album li > a {
  width:210px;
  height:250px;
  position:relative;
  padding:10px;
  box-shadow:1px 1px 2px #fff,1px 1px 2px rgba(158,111,86,0.3) inset;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px 4px 4px 4px;
}

.lb-overlay {
  width:0;
  height:0;
  position:fixed;
  overflow:hidden;
  left:0;
  top:0;
  padding:0;
  z-index:99;
  text-align:center;
  background:rgb(241,210,194);
  background:-moz-radial-gradient(center,ellipse cover,rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
  background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(255,255,255,0.56)),color-stop(100%,rgba(241,210,194,1)));
  background:-webkit-radial-gradient(center,ellipse cover,rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
  background:-o-radial-gradient(center,ellipse cover,rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
  background:-ms-radial-gradient(center,ellipse cover,rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
  background:radial-gradient(center,ellipse cover,rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
}

.lb-overlay > div {
  position:relative;
  color:rgba(27,54,81,0.8);
  opacity:0;
  filter:alpha(opacity=0);
/* internet explorer */
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
/*IE8*/
  width:550px;
  margin:10px auto 0;
  text-shadow:0 1px 1px rgba(255,255,255,0.6);
  -webkit-transition:opacity .3s linear 1.3s;
  -moz-transition:opacity .3s linear 1.3s;
  -o-transition:opacity .3s linear 1.3s;
  -ms-transition:opacity .3s linear 1.3s;
  transition:opacity .3s linear 1.3s;
}

.lb-overlay a.lb-close {
  background:rgba(27,54,81,0.8);
  z-index:1001;
  color:#fff;
  position:absolute;
  top:43px;
  left:50%;
  font-size:15px;
  line-height:26px;
  text-align:center;
  width:50px;
  height:23px;
  overflow:hidden;
  margin-left:-25px;
  opacity:0;
  filter:alpha(opacity=0);
/* internet explorer */
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
/*IE8*/
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow:0 1px 2px rgba(0,0,0,0.3);
  box-shadow:0 1px 2px rgba(0,0,0,0.3);
  -webkit-transition:opacity .3s linear 1.2s;
  -moz-transition:opacity .3s linear 1.2s;
  -o-transition:opacity .3s linear 1.2s;
  -ms-transition:opacity .3s linear 1.2s;
  transition:opacity .3s linear 1.2s;
}

.lb-overlay img {
/* height: 100%; For Opera max-height does not seem to work */
  max-height:100%;
  position:relative;
  -webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.3);
  -moz-box-shadow:1px 1px 4px rgba(0,0,0,0.3);
  box-shadow:0 2px 7px rgba(0,0,0,0.2);
}

.lb-overlay:target {
  width:auto;
  height:auto;
  bottom:0;
  right:0;
  padding:80px 100px 120px;
  z-index:99999;
}

.lb-overlay:target img {
  -webkit-animation:scaleDown 1.2s ease-in-out;
  -moz-animation:scaleDown 1.2s ease-in-out;
  -o-animation:scaleDown 1.2s ease-in-out;
  -ms-animation:scaleDown 1.2s ease-in-out;
  animation:scaleDown 1.2s ease-in-out;
}

.lb-overlay:target a.lb-close,.lb-overlay:target > div {
  opacity:1;
  filter:alpha(opacity=99);
/* internet explorer */
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);
/*IE8*/
}

@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform:scale(10,10);
    opacity:0;
  }
  
  100% {
    -webkit-transform:scale(1,1);
    opacity:1;
  }
}

@-moz-keyframes scaleDown {
  0% {
    -moz-transform:scale(10,10);
    opacity:0;
  }
  
  100% {
    -moz-transform:scale(1,1);
    opacity:1;
  }
}

@-o-keyframes scaleDown {
  0% {
    -o-transform:scale(10,10);
    opacity:0;
  }
  
  100% {
    -o-transform:scale(1,1);
    opacity:1;
  }
}

@-ms-keyframes scaleDown {
  0% {
    -ms-transform:scale(10,10);
    opacity:0;
  }
  
  100% {
    -ms-transform:scale(1,1);
    opacity:1;
  }
}

@keyframes scaleDown {
  0% {
    transform:scale(10,10);
    opacity:0;
  }
  
  100% {
    transform:scale(1,1);
    opacity:1;
  }
}

/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus,.lb-overlay img {
  height:100%;
}

#btntop {
  position:fixed;
  width:70px;
  height:70px;
  bottom:20px;
  right:20px;
  background:#361215 url(https://dl.dropboxusercontent.com/u/92497507/Catalin%20-%20NU%20STERGE/MarydelSol/top.png) no-repeat scroll center center;
  color:#FFF;
  text-align:center;
  border-radius:50%;
  transition:all .7s;
}

#btntop:hover {
  background:#9C6368 url(https://dl.dropboxusercontent.com/u/92497507/Catalin%20-%20NU%20STERGE/MarydelSol/top.png) no-repeat scroll center center;
}

#btntop a {
  display:block;
  width:100%;
  height:100%;
}