@charset "UTF-8";

html {
  width:100%!important;
  height:100%!important;
}

body {
  margin:0!important;
  padding:0!important;
  width:100%!important;
  height:100%!important;
  background:rgba(0,0,0,0) url(http://html.wwwebinvader.com/SnowTour/img/main-body-background.jpg) repeat scroll center center;
  font-family:'Lato','Open Sans',Arial,Helvetica,sans-serif!important;
  font-size:14px;
  line-height:1.42857;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6 {
  margin:0 0 35px;
  font-family:'Open Sans',Arial,Helvetica,sans-serif;
/*font-weight: 700;*/
  text-shadow:none;
}

p {
  margin:0 0 25px;
  font-size:16px;
  line-height:26px;
}

@media(min-width:992px) {
  p {
    margin:0 0 35px;
    font-size:15px;
    line-height:24px;
  }
}

a {
  color:#1b75a9;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  outline:0!important;
  text-decoration:none;
  background-color:transparent;
  position:relative;
  z-index:40;
}

a:hover,a:focus {
  text-decoration:none;
  color:#116697;
}

/* Text Options */
.font-light {
  font-weight:400;
}

.font-bold {
  font-weight:bold;
}

.text-dark {
  color:#000!important;
}

.text-light {
  color:#fff!important;
}

.text-color {
  color:#fff000!important;
}

.float-left {
  float:left;
}

.float-right {
  float:right;
}

.container {
  clear:both;
  display:block;
  margin:0 auto;
  padding-left:15px;
  padding-right:15px;
}

.profile_row {
  clear:both;
  display:block;
  width:100%;
}

.profile_row:before {
  content:'';
  position:absolute;
  display:block;
  z-index:2;
  width:100%;
  height:362px;
  left:0;
  background:url(http://html.wwwebinvader.com/SnowTour/img/price-block-wrapper-snow.png) top center;
  background-size:contain;
  background-repeat:repeat-x;
  background-position:0 0;
  animation:animatedBackgroundleft1170 14s linear infinite;
  -moz-animation:animatedBackgroundleft1170 14s linear infinite;
  -webkit-animation:animatedBackgroundleft1170 14s linear infinite;
  -ms-animation:animatedBackgroundleft1170 14s linear infinite;
  -o-animation:animatedBackgroundleft1170 14s linear infinite;
}

.profile_row:not(:first-child):not(:nth-child(2)):after {
  content:'';
  position:absolute;
  left:-10%;
  z-index:-3;
  width:120%;
  height:216px;
  background:url(http://html.wwwebinvader.com/SnowTour/img/about-content-pat.png) repeat-x center left;
  backface-visibility:visible;
  transform-origin:50% 50% 0;
  transform:rotate(7deg);
/* Safari */
  -webkit-transform:rotate(7deg);
/* Firefox */
  -moz-transform:rotate(7deg);
/* IE */
  -ms-transform:rotate(7deg);
/* Opera */
  -o-transform:rotate(7deg);
}

.profile_section {
  border-spacing:2px;
  display:inline-block;
  margin:0 auto;
  padding:0 15px;
}

#header_bar,#profile_header,#footer_bar,#favorite_books_label,#for_fun_label,#profile_main_photo .heading,#profile_comments {
  display:none!important;
}

.value {
  word-wrap:break-word;
}

.profile_section_content {
  border-radius:5px;
  margin:0 auto;
  padding:0;
  position:inherit;
  width:90%;
  z-index:1;
}

/* 01 - Animations 
-----------------------------------------------------------*/
/* animate bg top 800px */
@keyframes animatedBackgroundtop800 {
  0% {
    background-position:0 0;
  }
  
  100% {
    background-position:0 800px;
  }
}

@-moz-keyframes animatedBackgroundtop800 {
  0% {
    background-position:0 0;
  }
  
  100% {
    background-position:0 800px;
  }
}

@-webkit-keyframes animatedBackgroundtop800 {
  0% {
    background-position:0 0;
  }
  
  100% {
    background-position:0 800px;
  }
}

@-ms-keyframes animatedBackgroundtop800 {
  0% {
    background-position:0 0;
  }
  
  100% {
    background-position:0 800px;
  }
}

@-o-keyframes animatedBackgroundtop800 {
  0% {
    background-position:0 0;
  }
  
  100% {
    background-position:0 800px;
  }
}

/* animate bg right 1870px */
@keyframes animatedBackgroundright1870 {
  0% {
    background-position:0 0;
  }
  
  100% {
    background-position:1870px 0;
  }
}

@-moz-keyframes animatedBackgroundright1870 {
  0% {
    background-position:0 0;
  }
  
  100% {
    background-position:1870px 0;
  }
}

@-webkit-keyframes animatedBackgroundright1870 {
  0% {
    background-position:0 0;
  }
  
  100% {
    background-position:1870px 0;
  }
}

@-ms-keyframes animatedBackgroundright1870 {
  0% {
    background-position:0 0;
  }
  
  100% {
    background-position:1870px 0;
  }
}

@-o-keyframes animatedBackgroundright1870 {
  0% {
    background-position:0 0;
  }
  
  100% {
    background-position:1870px 0;
  }
}

/* animate bg left 1170px */
@keyframes animatedBackgroundleft1170 {
  0% {
    background-position:0 0;
  }
  
  100% {
    background-position:-1170px 0;
  }
}

@-moz-keyframes animatedBackgroundleft1170 {
  0% {
    background-position:0 0;
  }
  
  100% {
    background-position:-1170px 0;
  }
}

@-webkit-keyframes animatedBackgroundleft1170 {
  0% {
    background-position:0 0;
  }
  
  100% {
    background-position:-1170px 0;
  }
}

@-ms-keyframes animatedBackgroundleft1170 {
  0% {
    background-position:0 0;
  }
  
  100% {
    background-position:-1170px 0;
  }
}

@-o-keyframes animatedBackgroundleft1170 {
  0% {
    background-position:0 0;
  }
  
  100% {
    background-position:-1170px 0;
  }
}

/* animate bg right 838px */
@keyframes animatedBackgroundright838 {
  0% {
    background-position:0 0;
  }
  
  100% {
    background-position:-838px 0;
  }
}

@-moz-keyframes animatedBackgroundright838 {
  0% {
    background-position:0 0;
  }
  
  100% {
    background-position:-838px 0;
  }
}

@-webkit-keyframes animatedBackgroundright838 {
  0% {
    background-position:0 0;
  }
  
  100% {
    background-position:-838px 0;
  }
}

@-ms-keyframes animatedBackgroundright838 {
  0% {
    background-position:0 0;
  }
  
  100% {
    background-position:-838px 0;
  }
}

@-o-keyframes animatedBackgroundright838 {
  0% {
    background-position:0 0;
  }
  
  100% {
    background-position:-838px 0;
  }
}

/* 02 - Main Menu Navigation
-----------------------------------------------------------*/
/* navbar */
.navbar {
  display:block;
  margin:0 auto 20px;
  min-height:50px;
  width:1170px;
}

.navbar-fixed-top {
  border-width:0 0 1px;
  top:0;
  border-radius:0;
  left:0;
  position:fixed;
  right:0;
  z-index:1030;
}

.main-menu {
  margin-top:10px;
  background:rgba(245,247,250,0.86) url(http://html.wwwebinvader.com/SnowTour/img/small-wood-background.jpg) repeat center center;
/* Old Browsers */
  background:-moz-linear-gradient(top,rgba(245,247,250,0.86) 0%,rgba(221,230,236,0.86) 100%) url(http://html.wwwebinvader.com/SnowTour/img/small-wood-background.jpg) repeat center center;
/* FF3.6+ */
  background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(245,247,250,0.86)),color-stop(100%,rgba(221,230,236,0.86))) url(http://html.wwwebinvader.com/SnowTour/img/small-wood-background.jpg) repeat center center;
/* Chrome, Safari4+ */
  background:-webkit-linear-gradient(top,rgba(245,247,250,0.86) 0%,rgba(221,230,236,0.86) 100%) url(http://html.wwwebinvader.com/SnowTour/img/small-wood-background.jpg) repeat center center;
/* Chrome10+,Safari5.1+ */
  background:-o-linear-gradient(top,rgba(245,247,250,0.86) 0%,rgba(221,230,236,0.86) 100%) url(http://html.wwwebinvader.com/SnowTour/img/small-wood-background.jpg) repeat center center;
/* Opera 11.10+ */
  background:-ms-linear-gradient(top,rgba(245,247,250,0.86) 0%,rgba(221,230,236,0.86) 100%) url(http://html.wwwebinvader.com/SnowTour/img/small-wood-background.jpg) repeat center center;
/* IE 10+ */
  background:linear-gradient(to bottom,rgba(245,247,250,0.86) 0%,rgba(221,230,236,0.86) 100%) url(http://html.wwwebinvader.com/SnowTour/img/small-wood-background.jpg) repeat center center;
/* W3C */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f7fa',endColorstr='#dde6ec',GradientType=0);
/* IE6-9 */
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  height:100%;
  min-height:74px;
  top:0;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

.main-menu-logo {
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  font-family:'Raleway','Open Sans',Arial,Helvetica,sans-serif;
  font-size:32px;
  z-index:1;
  position:relative;
  font-weight:600;
  color:#fff;
  text-shadow:0 -1px 0 rgba(0,0,0,0.66);
  float:left;
  -webkit-border-top-left-radius:4px;
  -webkit-border-bottom-left-radius:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-bottomleft:4px;
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
  -webkit-box-shadow:inset 2px 0 7px 0 rgba(0,0,0,0.41);
  -moz-box-shadow:inset 2px 0 7px 0 rgba(0,0,0,0.41);
  box-shadow:inset 2px 0 7px 0 rgba(0,0,0,0.41);
}

.main-menu-logo:before {
  content:'';
  position:absolute;
  z-index:-1;
  display:inline-block;
  width:100%;
  height:100%;
  left:0;
  top:0;
  -webkit-border-top-left-radius:4px;
  -webkit-border-bottom-left-radius:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-bottomleft:4px;
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
  background:rgba(255,255,255,0.15);
  background:-moz-linear-gradient(top,rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%);
  background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,0.15)),color-stop(100%,rgba(0,0,0,0.15)));
  background:-webkit-linear-gradient(top,rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%);
  background:-o-linear-gradient(top,rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%);
  background:-ms-linear-gradient(top,rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%);
  background:linear-gradient(to bottom,rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#000000',GradientType=0);
}

.main-menu-logo a {
  padding:14px 28px;
  color:#fff;
  line-height:46px;
  position:relative;
  display:inline-block;
  border-bottom:none;
}

.main-menu-logo:hover a {
  -webkit-animation-name:bounceIn;
  animation-name:bounceIn;
  -webkit-animation-duration:.75s;
  animation-duration:.75s;
}

.main-menu-nav {
  position:relative;
}

.main-menu-nav-wrapper {
  text-align:center;
  width:100%;
  position:relative;
}

.main-menu-nav-wrapper .main-menu-items {
  display:inline-block;
  zoom:1;
  *display:inline;
/* IE < 8: fake inline-block */
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
  text-rendering:auto;
}

.nav {
  list-style:outside none none;
  margin-bottom:0;
  padding-left:0;
}

.collapse {
  visibility:hidden;
}

.navbar-collapse.collapse {
  visibility:visible!important;
}

.navbar-nav {
  font-size:14px;
  text-transform:uppercase;
  font-weight:bold;
  font-family:'Lato','Open Sans',Arial,Helvetica,sans-serif;
  float:left;
  margin:0;
}

.nav>li:before {
  opacity:0;
  -webkit-transition:all .4s;
  -moz-transition:all .4s;
  z-index:-2;
  content:'';
  position:absolute;
  height:6px;
  width:100%;
  top:0;
  left:0;
  -webkit-border-top-left-radius:4px;
  -webkit-border-top-right-radius:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
}

.nav>li:hover:before {
  opacity:1;
  top:-6px;
}

.nav>li:after {
  opacity:0;
  -webkit-transition:all .4s;
  -moz-transition:all .4s;
  z-index:-2;
  content:'';
  position:absolute;
  height:6px;
  width:100%;
  bottom:0;
  left:0;
  -webkit-border-bottom-right-radius:4px;
  -webkit-border-bottom-left-radius:4px;
  -moz-border-radius-bottomright:4px;
  -moz-border-radius-bottomleft:4px;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
}

.nav>li:hover:after {
  opacity:1;
  bottom:-6px;
}

.nav>li>a:before {
  opacity:0;
  -webkit-transition:all .4s;
  -moz-transition:all .4s;
  z-index:-1;
  content:'';
  position:absolute;
  height:6px;
  width:100%;
  top:0;
  left:0;
  background:rgba(255,255,255,0.15);
  background:-moz-linear-gradient(top,rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%);
  background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,0.15)),color-stop(100%,rgba(0,0,0,0.15)));
  background:-webkit-linear-gradient(top,rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%);
  background:-o-linear-gradient(top,rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%);
  background:-ms-linear-gradient(top,rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%);
  background:linear-gradient(to bottom,rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#000000',GradientType=0);
  -webkit-border-top-left-radius:4px;
  -webkit-border-top-right-radius:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
}

.nav>li>a:hover:before {
  opacity:1;
  top:-6px;
}

.nav>li>a:after {
  opacity:0;
  -webkit-transition:all .4s;
  -moz-transition:all .4s;
  z-index:-1;
  content:'';
  position:absolute;
  height:6px;
  width:100%;
  bottom:0;
  left:0;
  background:rgba(255,255,255,0.15);
  background:-moz-linear-gradient(top,rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%);
  background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,0.15)),color-stop(100%,rgba(0,0,0,0.15)));
  background:-webkit-linear-gradient(top,rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%);
  background:-o-linear-gradient(top,rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%);
  background:-ms-linear-gradient(top,rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%);
  background:linear-gradient(to bottom,rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#000000',GradientType=0);
  -webkit-border-bottom-right-radius:4px;
  -webkit-border-bottom-left-radius:4px;
  -moz-border-radius-bottomright:4px;
  -moz-border-radius-bottomleft:4px;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
}

.nav>li>a:hover:after {
  opacity:1;
  bottom:-6px;
}

.nav>li {
  display:block;
  float:left;
  position:relative;
  border-left:1px solid transparent;
  border-right:1px solid transparent;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

.nav>li:hover {
  border-left:1px solid #fff;
  border-right:1px solid #fff;
}

.navbar-nav > li > a {
  line-height:20px;
  padding:27px 15px;
}

.nav>li>a,.nav .dropdown open a {
  display:block;
  position:relative;
  border-left:1px solid transparent;
  border-right:1px solid transparent;
}

.nav>li>a:hover,.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
  border-left:1px solid #c5d2dc;
  border-right:1px solid #c5d2dc;
  background:rgba(200,216,227,0.10);
  -webkit-box-shadow:inset 0 3px 6px 0 rgba(0,0,0,0.11);
  -moz-box-shadow:inset 0 3px 6px 0 rgba(0,0,0,0.11);
  box-shadow:inset 0 3px 6px 0 rgba(0,0,0,0.11);
}

.nav>li>a:focus {
  background:none;
  position:relative;
  border-left:1px solid transparent;
  border-right:1px solid transparent;
}

/* main-menu-fixed-top */
.main-menu-fixed-top {
  top:0;
  margin-top:0;
  -webkit-border-radius:4px;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -moz-border-radius:4px;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  border-radius:4px;
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.main-menu-fixed-top .main-menu-social {
  -webkit-border-top-right-radius:0;
  -moz-border-radius-topright:0;
  border-top-right-radius:0;
}

.main-menu-fixed-top .main-menu-logo {
  -webkit-border-top-left-radius:0;
  -moz-border-radius-topleft:0;
  border-top-left-radius:0;
}

/* 03 - Intro Section
-----------------------------------------------------------*/
.intro {
  display:table;
  width:100%;
  max-width:100%;
  height:826px;
  padding:0;
  position:absolute;
  top:0;
  left:0;
  text-align:left;
  color:#fff;
  background:url(http://html.wwwebinvader.com/SnowTour/img/intro-bg.jpg) no-repeat bottom center scroll;
  background-color:#000;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  -o-background-size:cover;
}

.intro:before {
  content:'';
  position:absolute;
  width:100%;
  height:300px;
  background:url(http://html.wwwebinvader.com/SnowTour/img/intro-bottom-pat.png) repeat-x top center;
  bottom:-139px;
  z-index:30;
  animation:animatedBackgroundright838 16s linear infinite;
  -moz-animation:animatedBackgroundright838 16s linear infinite;
  -webkit-animation:animatedBackgroundright838 16s linear infinite;
  -ms-animation:animatedBackgroundright838 16s linear infinite;
  -o-animation:animatedBackgroundright838 16s linear infinite;
}

.intro .intro-body {
  display:table-cell;
  padding-top:150px;
}

.intro .intro-body .heading-text {
  font-family:'Open Sans',Helvetica,Arial,sans-serif;
  font-weight:800;
  line-height:190px;
  text-transform:uppercase;
  font-size:228px;
  margin-top:76px;
  color:rgba(27,117,169,0.60);
}

.intro .intro-body {
  overflow:hidden;
  position:relative;
}

.intro .intro-body .heading-text {
  text-shadow:none;
}

/* intro plaxmove */
.layer-snow {
  background:url(http://html.wwwebinvader.com/SnowTour/img/intro-bg-layer-snow.png);
  width:1412px;
  height:800px;
  margin-right:-706px;
  right:50%;
  top:0;
  position:absolute;
  z-index:26;
  background-repeat:repeat-y;
  background-position:0 0;
  animation:animatedBackgroundtop800 10s linear infinite;
  -moz-animation:animatedBackgroundtop800 10s linear infinite;
  -webkit-animation:animatedBackgroundtop800 10s linear infinite;
  -ms-animation:animatedBackgroundtop800 10s linear infinite;
  -o-animation:animatedBackgroundtop800 10s linear infinite;
}

.layer-sky {
  background:url(http://html.wwwebinvader.com/SnowTour/img/intro-bg-layer-sky.png) center center;
  width:100%;
  height:800px;
  margin-right:-50%;
  right:50%;
  top:88px;
  z-index:25;
  position:absolute;
  background-repeat:repeat-x;
  background-position:0 0;
  animation:animatedBackgroundright1870 14s linear infinite;
  -moz-animation:animatedBackgroundright1870 14s linear infinite;
  -webkit-animation:animatedBackgroundright1870 14s linear infinite;
  -ms-animation:animatedBackgroundright1870 14s linear infinite;
  -o-animation:animatedBackgroundright1870 14s linear infinite;
}

.absolute-right {
  right:0;
}

.absolute-left {
  left:0;
}

.header-image {
  position:absolute;
  top:0;
  z-index:1;
  max-width:100%;
  -webkit-animation-name:bounceInLeft;
  animation-name:bounceInLeft;
  -webkit-animation-duration:1s;
  animation-duration:1s;
}

#profile_main_about_holder {
  border-spacing:0;
  margin-top:680px;
  position:relative;
  z-index:40;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  width:1170px;
  margin-left:auto;
  margin-right:auto;
  padding-left:15px;
  padding-right:15px;
  height:100%;
  min-height:700px;
  display:block;
  z-index:40;
}

.heading {
  font-family:'Open Sans',Arial,Helvetica,sans-serif!important;
  font-weight:bold!important;
  font-size:48px!important;
  text-align:center!important;
  text-transform:uppercase!important;
  color:#1b75a9!important;
  position:relative!important;
  margin-bottom:120px!important;
}

.heading:before {
  content:'';
  position:absolute;
  margin:0 auto;
  left:0;
  right:0;
  bottom:-50px;
  width:192px;
  height:6px;
  border-radius:50px;
  background:rgba(245,247,250,1);
  background:-moz-linear-gradient(top,rgba(245,247,250,1) 0%,rgba(221,230,236,1) 100%);
  background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(245,247,250,1)),color-stop(100%,rgba(221,230,236,1)));
  background:-webkit-linear-gradient(top,rgba(245,247,250,1) 0%,rgba(221,230,236,1) 100%);
  background:-o-linear-gradient(top,rgba(245,247,250,1) 0%,rgba(221,230,236,1) 100%);
  background:-ms-linear-gradient(top,rgba(245,247,250,1) 0%,rgba(221,230,236,1) 100%);
  background:linear-gradient(to bottom,rgba(245,247,250,1) 0%,rgba(221,230,236,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f7fa',endColorstr='#dde6ec',GradientType=0);
  -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.35),0 1px 0 0 #fafafb;
  -moz-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.35),0 1px 0 0 #fafafb;
  box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.35),0 1px 0 0 #fafafb;
}

.heading:after {
  content:'';
  position:absolute;
  margin:0 auto;
  left:0;
  right:0;
  bottom:-63px;
  width:32px;
  height:30px;
  background:url(http://html.wwwebinvader.com/SnowTour/img/main-title-bg.png) no-repeat center center;
}

#profile_main_about_holder:after {
  content:'';
  position:absolute;
  width:100%;
  height:198px;
  background:url(http://html.wwwebinvader.com/SnowTour/img/intro-info-element-bg.png) no-repeat center center;
  background-size:contain;
  top:-99px;
  left:0;
  z-index:39;
}

.recent_photos {
  display:inline-block;
  width:100%!important;
}

.recent_photos img {
  float:left;
  height:100px!important;
  margin:5px!important;
  width:100px!important;
}

#profile_main_photo {
  -webkit-box-shadow:inset 0 0 13px 0 rgba(0,0,0,0.6),0 -1px 0 0 rgba(255,255,255,0.14);
  -moz-box-shadow:inset 0 0 13px 0 rgba(0,0,0,0.6),0 -1px 0 0 rgba(255,255,255,0.14);
  box-shadow:inset 0 0 13px 0 rgba(0,0,0,0.6),0 -1px 0 0 rgba(255,255,255,0.14);
  left:10%;
  min-height:1px;
  padding:26px 32px 20px;
  position:absolute;
  top:-460px;
  z-index:2;
  width:70%;
}

#profile_main_photo:before {
  content:'';
  position:absolute;
  width:110px;
  height:38px;
  left:-1px;
  top:-5px;
  z-index:42;
  background:url(http://html.wwwebinvader.com/SnowTour/img/intro-info-element-1.png) no-repeat center center;
}

#profile_main_photo:after {
  content:'';
  background:url(http://html.wwwebinvader.com/SnowTour/img/intro-info-element-2.png) no-repeat center center;
  position:absolute;
  width:104px;
  height:20px;
  right:0;
  top:-1px;
}

#profile_about_me_friends {
  background:rgba(0,0,0,0) url(http://html.wwwebinvader.com/SnowTour/img/large-wood-background.jpg) repeat center center;
  font-size:20px!important;
  font-weight:700;
  line-height:28px;
  color:#1b75a9!important;
  box-shadow:0 0 13px 0 rgba(0,0,0,0.6) inset,0 -1px 0 0 rgba(255,255,255,0.14);
  display:block;
  float:right;
  height:100%;
  min-height:1px;
  padding:26px 32px 20px;
  position:relative;
  text-align:center;
  width:95%;
  z-index:40;
}

#profile_about_me_friends:before {
  content:'';
  background:url(http://html.wwwebinvader.com/SnowTour/img/intro-info-element-2.png) no-repeat center center;
  position:absolute;
  width:104px;
  height:20px;
  left:-24px;
  top:-1px;
}

#profile_about_me_friends:after {
  content:'';
  position:absolute;
  width:147px;
  height:39px;
  right:-3px;
  top:-6px;
  z-index:42;
  background:url(http://html.wwwebinvader.com/SnowTour/img/intro-info-element-3.png) no-repeat center center;
}

#photo_gallery_previews {
  position:relative;
  display:block;
  overflow:visible;
}

li.photo_gallery_preview {
  display:inline-block;
  height:120px;
  width:120px;
  padding:3px;
  position:relative;
  text-align:left;
  overflow:hidden;
}

li.photo_gallery_preview .photo_gallery_name {
  height:auto;
  width:80%;
  bottom:-100%;
  position:absolute;
  padding:5px 10px;
  z-index:43;
  color:#6c3b25;
  text-transform:uppercase;
  text-align:center;
  font-family:'Lato','Open Sans',Arial,Helvetica,sans-serif;
  font-weight:bold;
  text-shadow:none;
  font-size:14px;
  border:1px solid #d0dce3;
  box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.60);
  -webkit-box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.60);
  -moz-box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.60);
  background:rgba(245,247,250,0.42);
  background:-moz-linear-gradient(top,rgba(245,247,250,0.42) 0%,rgba(221,230,236,0.42) 100%);
  background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(245,247,250,0.42)),color-stop(100%,rgba(221,230,236,0.42)));
  background:-webkit-linear-gradient(top,rgba(245,247,250,0.42) 0%,rgba(221,230,236,0.42) 100%);
  background:-o-linear-gradient(top,rgba(245,247,250,0.42) 0%,rgba(221,230,236,0.42) 100%);
  background:-ms-linear-gradient(top,rgba(245,247,250,0.42) 0%,rgba(221,230,236,0.42) 100%);
  background:linear-gradient(to bottom,rgba(245,247,250,0.42) 0%,rgba(221,230,236,0.42) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f7fa',endColorstr='#dde6ec',GradientType=0);
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -webkit-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
}

li.photo_gallery_preview .photo_gallery_count {
  width:60px;
  height:60px;
  position:absolute;
  right:0;
  top:0;
  z-index:43;
  text-align:center;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
}

li.photo_gallery_preview:hover .photo_gallery_name {
  bottom:0;
}

li.photo_gallery_preview img {
  width:120px;
  height:120px;
  -moz-transition:all .4s ease-out;
  -o-transition:all .4s ease-out;
  -webkit-transition:all .4s ease-out;
}

.col-lg-12 {
  width:90%;
  float:left;
  min-height:1px;
  padding-left:15px;
  padding-right:15px;
  position:relative;
}

/* about-text-content */
.about-specific-content {
  position:relative;
  display:inline-block;
}

.about-specific-content h3 {
  font-family:'Herr Von Muellerhoff',Georgia,"Times New Roman",Times;
  color:#1b75a9;
  text-transform:none;
  font-size:48px;
  font-weight:normal;
  margin-bottom:0;
  text-align:center;
}

.about-specific-content h2 {
  color:#6c3b25;
  text-transform:uppercase;
  position:relative;
  margin-bottom:68px;
  text-align:center;
}

.about-specific-content h2:before {
  content:'';
  position:absolute;
  width:136px;
  height:29px;
  background:url(http://html.wwwebinvader.com/SnowTour/img/about-specific-content-element-1.png) no-repeat center center;
  bottom:-46px;
  left:50%;
  margin-left:-68px;
}

.about-specific-content ul {
  list-style:none;
}

.about-specific-content li {
  font-size:15px;
  line-height:24px;
  margin:0 0 15px;
}

#favorite_songs_value > iframe {
  float:left;
  margin:5px;
  position:relative;
}

.about-content {
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden;
  padding-bottom:180px;
}

.about-content:before {
  content:'';
  position:absolute;
  left:-10%;
  top:220px;
  z-index:-3;
  width:120%;
  height:216px;
  background:url(http://html.wwwebinvader.com/SnowTour/img/about-content-pat.png) repeat-x center left;
  backface-visibility:visible;
  transform-origin:50% 50% 0;
  transform:rotate(7deg);
/* Safari */
  -webkit-transform:rotate(7deg);
/* Firefox */
  -moz-transform:rotate(7deg);
/* IE */
  -ms-transform:rotate(7deg);
/* Opera */
  -o-transform:rotate(7deg);
}

/* about-bottom-table */
.about-bottom-table-wrapper {
  position:relative;
  padding:0 100px;
  margin-top:-19px;
  width:90%;
  height:auto;
  display:inline-block;
}

.about-bottom-table {
  width:100%;
  height:40px;
  position:relative;
  display:inline-block;
  background:url(http://html.wwwebinvader.com/SnowTour/img/about-bottom-table/wood-center-pat.png) repeat-x center center;
}

.about-bottom-table:before {
  content:'';
  position:absolute;
  width:170px;
  height:40px;
  left:-100px;
  top:0;
  z-index:1;
  background:url(http://html.wwwebinvader.com/SnowTour/img/about-bottom-table/wood-before-pat.png) no-repeat center center;
}

.about-bottom-table:after {
  content:'';
  position:absolute;
  width:170px;
  height:40px;
  right:-100px;
  top:0;
  z-index:1;
  background:url(http://html.wwwebinvader.com/SnowTour/img/about-bottom-table/wood-after-pat.png) no-repeat center center;
}

.about-bottom-shadow {
  z-index:-2;
  width:100%;
  height:43px;
  margin-top:20px;
  position:relative;
  display:inline-block;
  background:url(http://html.wwwebinvader.com/SnowTour/img/about-bottom-table/shadow-center-pat.png) repeat-x center center;
}

.about-bottom-shadow:before {
  content:'';
  position:absolute;
  width:100px;
  height:43px;
  left:-100px;
  top:0;
  z-index:10;
  background:url(http://html.wwwebinvader.com/SnowTour/img/about-bottom-table/shadow-before-pat.png) no-repeat center center;
}

.about-bottom-shadow:after {
  content:'';
  position:absolute;
  width:100px;
  height:43px;
  right:-100px;
  top:0;
  z-index:10;
  background:url(http://html.wwwebinvader.com/SnowTour/img/about-bottom-table/shadow-after-pat.png) no-repeat center center;
}

/* about-content-video-wrapper */
.about-content-video-wrapper {
  position:relative;
  margin-bottom:-4px;
  margin-left:8.33333%;
  width:41.6667%;
  float:left;
  z-index:41;
}

.about-content-video-wrapper:before {
  content:'';
  width:100%;
  height:8px;
  position:absolute;
  left:-30px;
  bottom:5px;
  z-index:2;
  border-radius:4px;
  background:rgba(0,0,0,0.30);
  -webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.14),inset 1px 1px 3px 0 rgba(0,0,0,0.38);
  -moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.14),inset 1px 1px 3px 0 rgba(0,0,0,0.38);
  box-shadow:0 1px 0 0 rgba(255,255,255,0.14),inset 1px 1px 3px 0 rgba(0,0,0,0.38);
}

.player .video-wrapper .video {
  background-size:cover!important;
}

/* author sing */
.author-sign {
  position:relative;
  width:100%;
  float:left;
}

.author-sign .line {
  overflow:hidden;
  position:relative;
  height:56px;
}

.author-sign .line:before {
  content:'';
  position:absolute;
  width:7px;
  height:7px;
  border-radius:50%;
  left:0;
  top:50%;
  margin-top:-3px;
  border:1px solid #b9cad5;
  -webkit-box-shadow:0 -1px 0 0 rgba(255,255,255,0.50);
  -moz-box-shadow:0 -1px 0 0 rgba(255,255,255,0.50);
  box-shadow:0 -1px 0 0 rgba(255,255,255,0.50);
}

.author-sign .line:after {
  content:'';
  position:absolute;
  top:50%;
  left:10px;
  width:100%;
  height:0;
  border-top:1px dashed #b9cad5;
  border-bottom:1px dashed rgba(255,255,255,0.50);
}

.author-sign-text {
  float:right;
  padding-left:20px;
  font-family:'Herr Von Muellerhoff',Georgia,"Times New Roman",Times;
  color:#1b75a9;
  text-transform:none;
  font-size:48px;
  font-weight:normal;
  margin-bottom:0;
}