@charset "UTF-8";

a:link {
  -webkit-transition:1s;
  -moz-transition:1s;
  -o-transition:1s;
  transition:1s;
  font-weight:bold;
  color:rgba(255,100,80,1);
  padding:5px;
  text-decoration:none;
  border-bottom:#F1EFE0 solid 0;
  text-transform:Capitalize;
}

#new_comment_login_message {
  font-weight:bold;
}

a:active,a:hover {
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  text-decoration:none;
  border-bottom:rgba(90,110,150,.6) solid 2px;
}

a:visited {
  color:rgba(255,100,80,1);
  text-decoration:none;
}

body {
  line-height:150%;
  letter-spacing:1px;
  color:#666666;
  font-family:"Josefin Slab",'Gotham',Calibri,'Lucida Grande','Lucida Sans Unicode',Tahoma,Arial,san-serif,'Helvetica';
  font-weight:normal;
  font-style:normal;
  font-size:16px;
  margin:auto;
/*  http://i.imgur.com/oi6K3tl.jpg http://www.bilmaw.com/freebies/polygon-calendar/polygon-desktop-february.jpg https://img.mfcimg.com/photos2/171/17194599/666-718-258-496-7078040.jpg;
http://s26.postimg.org/4bl4c4mud/stripe_46c38af95a9c223bc1dbd6a06e739e78.png  
background:url(https://img.mfcimg.com/photos2/171/17194599/666-718-258-496-7078040.jpg) no-repeat center center fixed #bc1d1d;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;*/
  background:url(http://s26.postimg.org/5vmqhy3ad/s_a9_Bb9_Bc9_Bd9_Be0f0g64h_FFFFFFFCFBFBFCFAFBFBF.png) repeat center top fixed #fdfbfc;
}

#profile {
  -webkit-transition:.9s;
  -moz-transition:.9s;
  -o-transition:.9s;
  transition:.9s;
  width:1200px;
  align:center;
  margin:auto;
  background:#fff;
  padding-top:260px;
  background:url(http://s26.postimg.org/4blzxaka1/T_banner_red24.jpg) top center no-repeat #fff;
}

#profile:hover {
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  background:url(http://s26.postimg.org/j8ugyaxih/T_banner_red241.jpg) top center no-repeat #fff;
}

.label {
  color:#bbb;
  padding-top:2px;
  padding-bottom:2px;
  font-style:italic;
  font-weight:bold;
}

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

#about_me_label {
  filter:alpha(opacity=00);
  opacity:0;
}

.profile_subsection {
  margin-bottom:30px;
}

#profile_interests_content .profile_section_content .value {
  min-height:70px;
}

#profile_header .profile_section_content #profile_header_container {
  display:none;
}

#profile_about_me .heading {
  display:none;
}

.profile_section_content {
  color:#666666;
  border:0 none #;
  padding:50px;
  margin:10px;
  margin:bottom:50px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow,.photo_gallery_image {
  -webkit-transition:1s;
  -moz-transition:1s;
  -o-transition:1s;
  transition:1s;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  -webkit-border-bottom-right-radius:0;
  -moz-border-radius-bottomright:0;
  border-bottom-right-radius:0;
  padding:5px;
  background-color:#fff;
}

.img_radius_shadow:hover,.photo_gallery_image:hover {
  -webkit-transition:.4s;
  -moz-transition:.4s;
  -o-transition:.4s;
  transition:.4s;
  background:none;
  -webkit-box-shadow:0 1px 0 #89C5C6;
  -moz-box-shadow:0 1px 0 #89C5C6;
  box-shadow:0 1px 0 #89C5C6;
}

.show_preview {
  background:#ededed;
}

#profile_avatar {
  width:100px;
  height:100px;
  margin-top:20px;
}

.profile_section_content .heading {
  -webkit-transition:.75s;
  -moz-transition:.75s;
  -o-transition:.75s;
  transition:.75s;
  padding:0;
  padding-top:10px;
  margin-left:-10px;
  margin-right:-10px;
  background-color:#ededed;
  color:#f7f7f7;
  font-weight:bold;
  font-style:normal;
  font-size:25px;
  margin-top:-20px;
  margin-bottom:50px;
  text-align:center;
  background:url(http://s26.postimg.org/c2gsujstl/rib_noshadow.png) no-repeat center;
  height:50px;
}

.profile_section_content .heading:hover {
  -webkit-transition:.4s;
  -moz-transition:.4s;
  -o-transition:.4s;
  transition:.4s;
  color:#fff;
}

.content {
}

#profile_about_me_friends .profile_section_content {
  margin-top:200px;
  margin-left:-0;
}

#profile_about_me_friends .profile_section_content .profile_section_background {
  -webkit-filter:blur(0px);
  -moz-filter:blur(0px);
  -o-filter:blur(0px);
  -ms-filter:blur(0px);
  filter:blur(0px);
  -webkit-transition:.8s;
  -moz-transition:.8s;
  -o-transition:.8s;
  transition:.8s;
  background:url(http://s26.postimg.org/ttdjku4a1/ser_new2.jpg) no-repeat left 20px;
}

#profile_about_me {
  margin-left:310px;
}

#profile_about_me .label {
  text-align:right;
  padding-right:15px;
}

/*======================================|Wallpost|===================*/
.wall_post {
  -webkit-transition:1s;
  -moz-transition:1s;
  -o-transition:1s;
  transition:1s;
  padding:15px;
  margin-bottom:5px;
  margin-left:0;
  margin-top:0;
  background:rgba(255,255,255,0.0);
  line-height:170%;
  border-bottom:rgba(200,200,200,0.20) solid 1px;
  border-top:rgba(200,200,200,0.10) solid 1px;
  max-width:1050px;
  min-height:100px;
  overflow:auto;
  padding-bottom:30px;
}

.wall_post:hover {
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  background:rgba(250,248,249,0.5);
  border-bottom:rgba(200,200,200,0.30) solid 1px;
  border-top:rgba(200,200,200,0.15) solid 1px;
}

.wall_post:first-of-type {
  -webkit-border-top-right-radius:30px;
  -moz-border-radius-topright:30px;
  border-top-right-radius:30px;
  -webkit-border-top-left-radius:30px;
  -moz-border-radius-topleft:30px;
  border-top-left-radius:30px;
}

.wall_post:last-of-type {
  -webkit-border-bottom-left-radius:30px;
  -moz-border-radius-bottomleft:30px;
  border-bottom-left-radius:30px;
  -webkit-border-bottom-right-radius:30px;
  -moz-border-radius-bottomright:30px;
  border-bottom-right-radius:30px;
}

.wall_post_avatar .img_radius_shadow {
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  -webkit-border-bottom-right-radius:0;
  -moz-border-radius-bottomright:0;
  border-bottom-right-radius:0;
}

/*======================================|Wallpost|===================*/
/*======================================|Interests|===================*/
#profile_interests_content {
  -webkit-transition:1s;
  -moz-transition:1s;
  -o-transition:1s;
  transition:1s;
  color:#fff;
}

#profile_interests_content .container {
  min-width:824px;
  display:block;
  margin-left:0;
}

#profile_interests_content .profile_section_content .value {
  -webkit-transition:1s;
  -moz-transition:1s;
  -o-transition:1s;
  transition:1s;
  padding:10px;
  padding-left:65px;
  margin-bottom:10px;
  margin-left:auto;
  margin-right:auto;
  margin-top:0;
  min-height:70px;
  background:rgba(255,255,255,0);
  border-bottom:rgba(200,200,200,0.15) solid 1px;
  border-top:rgba(200,200,200,0.07) solid 1px;
  line-height:170%;
}

#profile_interests_content .profile_section_content .value:hover {
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  background:rgba(250,248,249,0.5);
  border-bottom:rgba(200,200,200,0.10) solid 1px;
  border-top:rgba(200,200,200,0.05) solid 1px;
}

#profile_interests_content .profile_section_content .label {
  -webkit-border-top-right-radius:15px;
  -moz-border-radius-topright:15px;
  border-top-right-radius:15px;
  -webkit-border-top-left-radius:15px;
  -moz-border-radius-topleft:15px;
  border-top-left-radius:15px;
  padding:5px;
  padding-left:15px;
  margin-bottom:0;
  margin-left:auto;
  margin-right:auto;
  color:#f15556;
  background:none;
}

/*======================================|Interests|===================*/
/*==============================|Input|===============================*/
input[type=text],textarea,input[type=password],select {
  -webkit-transition:1s;
  -moz-transition:1s;
  -o-transition:1s;
  transition:1s;
  font-size:16px;
  color:#666;
  font:codropsicons;
  resize:none;
  padding:7px;
  margin:5px;
  background-color:#fff;
  border:#dedede solid thin;
  font-family:'Gotham',Calibri,'Lucida Grande','Lucida Sans Unicode',Tahoma,Arial,san- serif,'Helvetica';
}

input[type=submit],input[type=reset],input[type=button] {
  -webkit-transition:1s;
  -moz-transition:1s;
  -o-transition:1s;
  transition:1s;
  font-size:18px;
  font-weight:bold;
  font:codropsicons;
  padding:10px;
  color:#fff;
  background:none repeat scroll 20% 20% #F15555;
  border:#dfdfdf Solid 3px;
  margin:10px;
  min-width:150px;
  max-width:210px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}

input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover,input
[type=submit]:focus,input[type=reset]:focus,input[type=button]:focus,input
[type=submit]:disabled,input[type=reset]:disabled,input[type=button]:disabled {
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  -webkit-box-shadow:0 0 0 #cc3333;
  -moz-box-shadow:0 0 0 #cc3333;
  box-shadow:0 0 0 #cc3333;
  color:#eee;
  background:none repeat scroll 20% 20% #050A3E;
  background:none repeat scroll 20% 20% #86808f;
}

input[type=text]:hover,input[type=text]:focus,textarea:hover,input
[type=password]:hover,select:hover,textarea:focus,input
[type=password]:focus,select:focus {
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  color:#5A6C94;
  background-color:rgba(243,242,234,.55);
  border:#fff solid thin;
}

/*==============================|Input|===============================*/
#am1 {
  position:relative;
  width:100px;
  margin-left:-310px;
  background:#fff;
  margin-top:70px;
  margin-bottom:50px;
  text-align:justify;
}

#am1 .imgs {
  margin-left:auto;
  margin-right:auto;
  display:block;
  margin-top:25px;
  margin-bottom:25px;
}

#buttons3 a {
  width:220px;
  height:65px;
  margin:0;
  display:block;
  float:right;
  padding:0;
  vertical-align:middle;
}

#buttons3 a:hover {
  border-bottom:none;
}

#buttons3 a img {
  -webkit-transition:1s;
  -moz-transition:1s;
  -o-transition:1s;
  transition:1s;
  display:block;
  vertical-align:middle;
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;
  margin-bottom:40px;
}

#buttons3 a img:hover {
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  filter:alpha(opacity=75);
  opacity:.75;
}

#buttons3 {
  width:1100px;
  display:block;
  margin-left:-10px;
}

#am1 #intro {
  font-family:'Helvetica';
  margin-left:-10px;
  margin-top:100px;
  width:1000px;
  padding:50px;
  font-weight:normal;
  font-size:14px;
}

#poster {
  margin-left:60px;
}

.twl,.twl img {
  border:none;
  padding:0;
  position:relative;
}

.twl:hover {
  border:none;
}

#am1 .hideit {
  display:none;
}

/*======================================|banner|===================*/
.b1 {
  background:url(http://s26.postimg.org/e5b3kkzah/Stripped_Thin3.jpg) no-repeat center top fixed #777c94;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

.b2 {
  background:url(http://s26.postimg.org/w0l4t19k9/Stripped_Thin2.jpg) no-repeat center top fixed #f15556;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

.b3 {
  background:url(http://s26.postimg.org/6dyyzrkix/Wallpapers_room_com_Grunge_Blue_by_Alexander_G.jpg) no-repeat center top fixed #777c94;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

.b4 {
  background:url(http://s26.postimg.org/as7gblv3d/Wallpapers_room_com_Grunge_Blue_by_Alexander_G.jpg) no-repeat center top fixed #f15556;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

.b5 {
  background:url(https://img.mfcimg.com/photos2/171/17194599/666-718-258-496-7078040.jpg) no-repeat center top fixed #f15556;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

.b6 {
  background:url(http://s26.postimg.org/skg8s2v1l/bg3.jpg) no-repeat center top fixed #f15556;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

/*======================================|banner|===================*/
/*======================================|side menu|===================*/
.i_menu {
  -webkit-transition:1.5s;
  -moz-transition:1.5s;
  -o-transition:1.5s;
  transition:1.5s;
  bottom:10px;
  filter:alpha(opacity=100);
  opacity:1;
  z-index:100;
  position:fixed;
  width:30px;
  right:0;
  height:auto;
  padding-top:25px;
  padding-bottom:25px;
  background:rgba(255,255,255,0.00);
  filter:alpha(opacity=65);
  opacity:.65;
}

.i_menu:hover {
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  filter:alpha(opacity=100);
  opacity:1;
}

.i_menu .icon_m {
  display:block;
  float:left;
  width:250px;
  height:30px;
  padding-top:0;
  padding-left:120px;
  margin:0;
  margin-top:1px;
  margin-bottom:1px;
}

.i_menu .icon_m:hover,.i_menu .icon_m:focus {
  padding-left:0;
}

.i_menu .icon_m a {
  color:#dfdfdf;
  font-size:22px;
  font-weight:normal;
  text-align:center;
  width:210px;
  position:absolute;
  padding:2px;
  padding-bottom:1px;
}

.i_menu .icon_m a:hover,.i_menu .icon_m a:focus {
  color:#fff;
  border-bottom:none;
  background:#f15555;
}

#abtme {
  -webkit-transition:.75s;
  -moz-transition:.75s;
  -o-transition:.75s;
  transition:.75s;
  background:url(http://s26.postimg.org/6xsgfem5h/ic1.png) no-repeat left #fff;
}

#abtme:hover,#abtme:focus {
  -webkit-transition:.4s;
  -moz-transition:.4s;
  -o-transition:.4s;
  transition:.4s;
  background:#F15556;
  margin-left:-180px;
}

#frn {
  -webkit-transition:.75s;
  -moz-transition:.75s;
  -o-transition:.75s;
  transition:.75s;
  background:url(http://s26.postimg.org/4o4c4nd7p/ic2.png) no-repeat left #fff;
}

#frn:hover,#frn:focus {
  -webkit-transition:.4s;
  -moz-transition:.4s;
  -o-transition:.4s;
  transition:.4s;
  background:#F15556;
  margin-left:-180px;
}

#gal {
  -webkit-transition:.75s;
  -moz-transition:.75s;
  -o-transition:.75s;
  transition:.75s;
  background:url(http://s26.postimg.org/x3jphy2lh/ic4.png) no-repeat left #fff;
}

#gal:hover,#gal:focus {
  -webkit-transition:.4s;
  -moz-transition:.4s;
  -o-transition:.4s;
  transition:.4s;
  background:#F15556;
  margin-left:-180px;
}

#inh {
  -webkit-transition:.75s;
  -moz-transition:.75s;
  -o-transition:.75s;
  transition:.75s;
  background:url(http://s26.postimg.org/sixj30iw5/ic3.png) no-repeat left #fff;
}

#inh:hover,#inh:focus {
  -webkit-transition:.4s;
  -moz-transition:.4s;
  -o-transition:.4s;
  transition:.4s;
  background:#F15556;
  margin-left:-180px;
}

#wp {
  -webkit-transition:.75s;
  -moz-transition:.75s;
  -o-transition:.75s;
  transition:.75s;
  background:url(http://s26.postimg.org/b33d1bjxh/ic5.png) no-repeat left #fff;
}

#wp:hover,#wp:focus {
  -webkit-transition:.4s;
  -moz-transition:.4s;
  -o-transition:.4s;
  transition:.4s;
  background:#F15556;
  margin-left:-180px;
}

/*======================================|side menu|===================*/
#about_me_value {
  width:auto;
  position:relative;
  background:#fff;
  left:-185px;
  width:inherit;
  background:#fff;
  display:block;
  z-index:100;
  padding:0;
}

#tags_container {
  display:none;
}

#profile_password_photo_galleries,#photo_galleries,#profile_photo_galleries,#password_photo_galleries {
  text-align:center;
}

#cboxOverlay {
  background:url(http://s26.postimg.org/w0l4t19k9/Stripped_Thin2.jpg) no-repeat center center fixed rgba(0,0,0,0.8);
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  filter:alpha(opacity=100);
  opacity:1;
}

#gallery_password_form_modal {
  padding:10px;
  margin-top:10px;
}

#protected_gallery_name {
  color:#f15555;
}

#cboxClose {
  -webkit-transition:.75s;
  -moz-transition:.75s;
  -o-transition:.75s;
  transition:.75s;
  font-size:18px;
  font-weight:bold;
  font:codropsicons;
  padding:0;
  padding-left:20px;
  padding-right:20px;
  color:#dfdfdf;
  margin:0;
  margin-top:10px;
  margin-right:-6px;
  border:none;
  background:none repeat scroll 20% 20% #fff;
  width:auto;
}

#cboxClose:hover,#cboxClose:focus {
  -webkit-transition:.4s;
  -moz-transition:.4s;
  -o-transition:.4s;
  transition:.4s;
  color:#dfdfdf;
  background:none repeat scroll 20% 20% #f15555;
}