/* COMMON
**********************************/
html, body {
  font: 14px / 1.5 'Open Sans', sans-serif;
  min-width: 1200px;
  width: 100%;
  position: relative;
}

*:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

.home h2 {
  font-size: 48px;
  text-transform: uppercase;
  text-align: center; }

.container {
  width: 1000px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-fixed {
  max-width: 1000px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

  .container-fluid {
    min-width: 1000px;
    background-color: #fafbfb;
    background-image: -webkit-linear-gradient(left, #cecfcf 0%, #fafbfa 20%, #fafbfa 50%, #fafbfa 80%, #cecfcf 100%);
    background-image: linear-gradient(to right,#cecfcf 0%, #fafbfa 20%, #fafbfa 50%, #fafbfa 80%, #cecfcf 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;}

.warning {
  font-size: 15px;
  margin: 50px 0;
  background: rgba(250, 137, 21, 0.5);
  padding: 18px 100px; }
.warning img {
  float: left;
  margin-right: 50px; }

#page-heading {
  padding: 30px 0;
  color: #5a73b5;
  font-size: 30px; }
#page-heading img {
  float: left;
  margin: -16px 60px 0 40px; }

.nav > li > a:focus, .nav > li > a:hover {
  background: none;
}

/* BACKGROUND
**********************************/
#banner {
  background: url(../images/banner.jpg) no-repeat top center / cover;
  height: 500px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}

#map {
  background: url(../images/map.jpg) no-repeat top center;
}
  #map h2{
    color: #fff;
  }

#reach-goal {
  background: url(../images/map-2.jpg) no-repeat center top / cover;
  height: 340px;
}

@media (min-width: 1300px) {

    #reach-goal {
      background: url(../images/map-2.jpg) no-repeat top center;
  }
}

@media (min-width: 1500px) {
  #map {
      background: url(../images/map.jpg) no-repeat top center;
      background-size: 100% 100%;
    }
}

/* MENU
**********************************/
#header {
  min-width: 1200px;
    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index: 9999;
    overflow: hidden;
    background: #006b9a;
    border-bottom: 4px solid #3c3c3e; 
}
  #header .container{
    max-width: 1200px;
  }
#header button {
  font-size: 16px; }
#header .logo {
  position: absolute;
  top: 9px;
  left: 0;
}
#header .brand {
    float: left;
    position: relative;
    width: 245px;
    margin-top:0 !important;}
.navbar-nav {
    margin:0;
}
.navbar-nav>li>a {
    line-height: 1.5;
}
.menu, #header.menu {
  font-size: 14px; }
.menu li, #header.menu li {
  
}
.menu li a:not(.navbar-btn), #header.menu li a:not(.navbar-btn) {
  display: block;
  color: #fff;
  padding: 15px 10px;
}
.menu li.active a:not(.navbar-btn), .menu li:hover a:not(.navbar-btn), #header.menu li.active a:not(.navbar-btn), #header.menu li:hover a:not(.navbar-btn) {
  color: #fff;
  background: #005983; 
}
.menu li .btn-login, #header.menu li .btn-login {
  display: inline-block;
  color: #fff;
  margin-left: 10px;
  padding: 6px 18px;
  background-color: #3eb900;
  border-bottom: 2px solid #319200;
}
.menu li .btn-login:hover, #header.menu li .btn-login:hover {
  color: #fff; 
}

#content {
  margin-top: 54px;
  min-height: 700px;}

.navbar-default .navbar-toggle {
  border: none; }
.navbar-default .navbar-toggle .icon-bar {
  background: #64aa00; }
.navbar-default .navbar-toggle:hover {
  background: none; }
.navbar-default .navbar-toggle:hover .icon-bar {
  background: #4fc5e2; }

/* BANNER
**********************************/
#banner {
  text-align: center;
  color: #fff;
  position: relative; 
}
#banner h1 {
  margin-top: 175px;
  font-family: 'helvetica-roman', sans-serif;
  font-size: 60px;
  line-height: 66px;
  text-transform: uppercase;
  color: #fff; 
  text-shadow: 0px 0px 7px rgba(0,0,0,1);
}
#banner h1 small {
  color: #fff;
  font-size: 50%; }
#banner .btn-shiny {
  margin-top: 20px; 
}
#banner .col:nth-child(odd) .circle:nth-child(odd) {
  border-top-color: #faaf40;
  border-right-color: #faaf40; }
#banner .col:nth-child(odd) .circle:nth-child(even) {
  border-bottom-color: #fff;
  border-left-color: #fff; }
#banner .col:nth-child(even) .circle:nth-child(even) {
  border-top-color: #faaf40;
  border-right-color: #faaf40; }
#banner .col:nth-child(even) .circle:nth-child(odd) {
  border-bottom-color: #fff;
  border-left-color: #fff; }
#banner .plane {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -208px;
  margin-top: 60px; }

.circles {
  width: 130px;
  height: 130px;
  line-height: 130px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto; }
.circles strong {
  font-size: 32px;
  font-weight: 400; }

.circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 100%;
  border-width: 5px;
  border-style: solid;
  border-color: transparent; }

.btn-shiny {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
  border: 2px solid #fff !important;
  -webkit-animation: neonWhiteBox 1s ease-in-out infinite alternate;
  -moz-animation: neonWhiteBox 1s ease-in-out infinite alternate;
  animation: neonWhiteBox 1s ease-in-out infinite alternate; }
.btn-shiny:hover {
  color: #fff;
  -webkit-animation-play-state: paused; /* Chrome, Safari, Opera */
    animation-play-state: paused;
 
}

.paper-block {
  height: 360px; }

.paper-block, 
#paper, .back, .top {
      position: relative;
  -webkit-perspective: 3000;
          perspective: 3000;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;}

#paper {
  top: -50px;
  left: 50%;
  margin-left: -135px;
  position: absolute;
  -webkit-transform: rotateX(60deg) rotateZ(-45deg);
          transform: rotateX(60deg) rotateZ(-45deg);
  height: 432px;
  width: 270px;
  cursor: pointer;
  background: url(../images/main.jpg);
  background-size: 100% 100% }
  #paper.animated .back,
  #paper.animated .top,
  #paper.animated .s {
  -webkit-transition: all 1.6s ease-in-out;
     -moz-transition: all 1.6s ease-in-out;
          transition: all 1.6s ease-in-out;
  }
#paper.animated .back {
  -webkit-transform: translateZ(-60px);
          transform: translateZ(-60px);
 }
#paper.animated .top {
  -webkit-transform: translateZ(30px);
          transform: translateZ(30px); }
#paper.animated .s {
  -webkit-transform: translateZ(-30px);
  transform: translateZ(-30px); }

.dim:before, .dim:after {
  content: '';
  position: absolute;
  /*100% height and width*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  background-size: cover; }
.dim:before {
  transform-origin: left center;
  transform: rotateY(90deg);
  /*Reducing the width of the left side for a flat feel*/
  width: 5px; }
.dim:after {
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  /*Reducing the height*/
  height: 5px;
  top: auto;
  bottom: 0;
  /*Background fix - start the background from the bottom*/
  background-position: bottom center; }

.back, .top {
  position: absolute;
  /*30px smaller from each side*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.back {
  background: #fff;
  -webkit-transform: translateZ(-1\px);
          transform: translateZ(-1px);
  /*Pushing down the shadow to give an elevated feel*/ }
.back:before, .back:after {
  background: #aaa; }

.top {
  background: rgba(255, 255, 255, 0.2);
  /*Pushing down the shadow to give an elevated feel*/ }

.s {
  -webkit-transform: translateZ(-1px);
  transform: translateZ(-1px); }

/* ADVANTAGES
**********************************/
#advantages h2 {
  text-align: center;
  font-size: 36px;
  color: #939393; }
#advantages h2 span {
  font-size: 30px;
  color: #49b8ef; }

#graphics {
  color: #3e3e40;
  line-height: 1.2;
  position: relative;
  padding: 100px 0; }
#graphics .col-xs-9 {
  margin-left: 12.5%; }
#graphics .graphics-row {
  margin: 40px 0; }
#graphics .graphics-row:not(.expanded) {
  display: none; }
#graphics h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400; }
#graphics .text {
  line-height: 170px; }
#graphics .box {
  position: relative;
  z-index: 10; }
#graphics .box p {
  color: #fff;
  font-weight: 400; 
  font-size: 13px;
}
#graphics .box strong {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 90px;
  line-height: 1;
  font-weight: 400; 
}
#graphics .box.box-left {
  left: 10px;
  padding-right: 36px; }
#graphics .box.box-right {
  right: 10px;
  padding-left: 36px; }
#graphics .box.box-right p {
  text-align: right; }
#graphics .box-img {
  min-height: 160px; }
#graphics .graphics-row:nth-child(1) h3 {
  color: #f3921e; }
#graphics .graphics-row:nth-child(1) .box {
  background: url(../images/box-1.png) no-repeat 0 0;
  background-size: 100% 100%; 
}
#graphics .graphics-row:nth-child(1) .box-img {
  background: url(../images/icon1.png) no-repeat center center; }
#graphics .graphics-row:nth-child(2) h3 {
  color: #4fc5e2; }
#graphics .graphics-row:nth-child(2) .box {
  background: url(../images/box-2.png) no-repeat 0 0;
  /*background-size: 100% 100%; */
}
#graphics .graphics-row:nth-child(2) .box-img {
  background: url(../images/icon2.png) no-repeat center center; }
#graphics .graphics-row:nth-child(3) h3 {
  color: #404040; 
}
#graphics .graphics-row:nth-child(3) .box {
  background: url(../images/box-3.png) no-repeat 0 0;
  background-size: 100% 100%; 
}
#graphics .graphics-row:nth-child(3) .box-img {
  background: url(../images/money-up.png) no-repeat center center; 
}
#graphics .graphics-row:nth-child(4) h3 {
  color: #a29680; 
}
#graphics .graphics-row:nth-child(4) .box {
  background: url(../images/box-4.png) no-repeat 0 0;
  /*background-size: 100% 100%;*/ 
}
#graphics .graphics-row:nth-child(4) .box-img {
  background: url(../images/img2.png) no-repeat center center; 
}
#graphics .center-line {
  position: absolute;
  height: 100%;
  width: 2px;
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  background: #acacb0;
  z-index: 5; }
#graphics .center-line #expander {
  position: absolute;
  bottom: -65px;
  left: -24px;
  width: 49px;
  height: 65px;
  background: url(../images/icons/9.png); }
#graphics .center-line #expander.expanded {
  background: url(../images/icons/8.png); }
#graphics .center-line #expander:hover .glow {
  -webkit-animation-play-state: paused;
  /* Chrome, Safari, Opera */
  animation-play-state: paused; }
#graphics .center-line #expander .glow {
  display: block;
  position: absolute;
  width: 49px;
  height: 49px;
  border-radius: 100%;
  left: 0;
  bottom: 0;
  -webkit-animation: neonBlueBox 1s ease-in-out infinite alternate;
  -moz-animation: neonBlueBox 1s ease-in-out infinite alternate;
  animation: neonBlueBox 1s ease-in-out infinite alternate; }
#graphics .center-line:before {
  content: '';
  position: absolute;
  height: 65px;
  width: 49px;
  background: url(../images/icons/7.png);
  left: -24px;
  top: -65px; }
#graphics .percent {
  line-height: 160px;
  font-size: 30px;
  color: #505151;
  display: block;
  text-align: center; }
#graphics .percent.percent-sm {
  font-size: 20px;
  color: #4e5050; 
}

/* REASONS
**********************************/
#reasons {
  padding-top: 16px; }
#reasons .tab-content .tab-pane {
  min-height: 570px;
  padding: 70px 0;
  width: 100%; 
}
#reasons .tab-content .tab-pane h3 {
  font-size: 35px;
  text-transform: uppercase; }
#reasons .tab-content .tab-pane ul {
  padding: 0;
  margin-top: 2em; }
#reasons .tab-content .tab-pane ul li {
  list-style: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
  color: #050505; }
#reasons .tab-content .tab-pane ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  background: url('../images/marker.png') no-repeat;
  display: block;
  float: left;
  margin-top: 9px;
  margin-right: 7px;
}


#webmaster ul li{
  font-size: 14px !important;
  line-height: 24px !important;
}

#webmaster ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  background: url('../images/marker-green.png') no-repeat !important;
  display: block;
  float: left;
  margin-top: 9px;
  margin-right: 7px;
}

#reasons .tab-content .tab-pane .btn {
  margin-left: 10px; }
#reasons #advertiser {
  background: url(../images/5.png) no-repeat top right; }
#reasons #advertiser .btn {
  margin: 10px 0px 0 0; 
  font-size: 22px;
}
#reasons #webmaster {
  background: url(../images/1.png) no-repeat top right; }
#reasons #webmaster img {
  position: relative;
  margin: -30px 0 20px 290px; }
#reasons #agency {
  background: url(../images/4.png) no-repeat top right; }
#reasons #agency img {
  position: relative;
  margin: 10px 0 20px 250px; }

.triple .tab-content .tab-pane {
  min-height: 400px;
  padding-bottom: 50px; }
.triple .tab-content h2 {
  font-size: 28px;
  margin: 1em 0;
  text-align: left; }
.triple .nav {
  border-bottom: 2px solid #b3b3b7;
  box-shadow: 0 8px 4px -4px rgba(179, 179, 183, 0.6); }
.triple .nav > li {
  margin: 0;
  width: 200px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase; }
.triple .nav > li a {
  border-radius: 0; }
.triple .nav > li a[href="#advertiser"] {
  color: #31bad4; }
.triple .nav > li a[href="#webmaster"] {
  color: #64aa00; }
.triple .nav > li a[href="#agency"] {
  color: #f3921e; }
.triple .nav > li.active a, .triple .nav > li:hover a {
  color: #fbfbff; }
.triple .nav > li.active a[href="#advertiser"], .triple .nav > li:hover a[href="#advertiser"] {
  background-color: #54cae8;
  background-image: -webkit-linear-gradient(top, #54cae8, #3693b3);
  background-image: linear-gradient(to bottom,#54cae8, #3693b3); }
.triple .nav > li.active a[href="#webmaster"], .triple .nav > li:hover a[href="#webmaster"] {
  background-color: #6faa00;
  background-image: -webkit-linear-gradient(top, #6faa00, #466500);
  background-image: linear-gradient(to bottom,#6faa00, #466500); }
.triple .nav > li.active a[href="#agency"], .triple .nav > li:hover a[href="#agency"] {
  background-color: #fd9a24;
  background-image: -webkit-linear-gradient(top, #fd9a24, #c87718);
  background-image: linear-gradient(to bottom,#fd9a24, #c87718); }
.triple #advertiser h2, .triple #advertiser h3 {
  color: #31bad4; }
.triple #webmaster h2, .triple #webmaster h3 {
  color: #64aa00; }
.triple #agency h2, .triple #agency h3 {
  color: #f3921e; }

/* INFORMERS
**********************************/
#informers {
  height: 700px;
  padding: 50px 0;
  background: #006b9a;
  overflow: hidden;
  position: relative; }
#informers h2 {
  color: #fff;
  font-size: 48px; }

.grid {
  left: 50%;
  position: absolute;
  -webkit-perspective: 3000;
          perspective: 3000;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }
.grid.grid-right {
  margin-left: 262px;
  width: 1010px;
  top: -88px;
  -webkit-transform: rotateX(55deg) rotateZ(-45deg);
          transform: rotateX(55deg) rotateZ(-45deg); }
.grid.grid-right .col-xs-4:nth-child(2) {
  padding-top: 200px; }
.grid.grid-right .col-xs-4:nth-child(3) {
  padding-top: 400px; }
.grid.grid-left {
  margin-left: -1030px;
  top: 120px;
  -webkit-transform: rotateX(55deg) rotateZ(45deg);
          transform: rotateX(55deg) rotateZ(45deg);
  width: 1360px; }
.grid.grid-left .tile:before {
  left: 100%; }

/*
***************************************************************************/
.grid .tile {
  height: 480px;
  width: 300px;
  float: left;
  margin: 20px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 3000;
          perspective: 3000;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  background: url(../images/informers/four.jpg);
  background-size: 100% 100%;
}

.grid .tile2 {
  height: 480px;
  width: 300px;
  float: left;
  margin: 20px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 3000;
          perspective: 3000;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  background: url(../images/informers/four2.jpg);
  background-size: 100% 100%;
}
.grid .tile3 {
  height: 480px;
  width: 300px;
  float: left;
  margin: 20px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 3000;
          perspective: 3000;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  background: url(../images/informers/four3.jpg);
  background-size: 100% 100%;
}
.grid .tile4 {
  height: 480px;
  width: 300px;
  float: left;
  margin: 20px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 3000;
          perspective: 3000;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  background: url(../images/informers/four4.jpg);
  background-size: 100% 100%;
}
.grid .tile5 {
  height: 480px;
  width: 300px;
  float: left;
  margin: 20px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 3000;
          perspective: 3000;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  background: url(../images/informers/four5.jpg);
  background-size: 100% 100%;
}
.grid .tile6 {
  height: 480px;
  width: 300px;
  float: left;
  margin: 20px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 3000;
          perspective: 3000;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  background: url(../images/informers/four6.jpg);
  background-size: 100% 100%;
}
.grid .tile7 {
  height: 480px;
  width: 300px;
  float: left;
  margin: 20px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 3000;
          perspective: 3000;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  background: url(../images/informers/four7.jpg);
  background-size: 100% 100%;
}


.grid .tile .mix.white {
  -webkit-animation: neonWhiteBox 1s ease-in-out infinite alternate;
  animation: neonWhiteBox 1s ease-in-out infinite alternate; 
}

.grid .tile .mix.blue {
  -webkit-animation: neonBlueBox 1s ease-in-out infinite alternate;
  animation: neonBlueBox 1s ease-in-out infinite alternate; 
}
.grid .tile:hover, .grid .tile.animated {
  -webkit-transform: translateZ(10px);
          transform: translateZ(10px); }
.grid .tile:hover .s, .grid .tile.animated .s {
  opacity: 1;
  filter: alpha(opacity=100); }
.grid .tile:hover .mix-img, .grid .tile.animated .mix-img {
  -webkit-transform: translateZ(50px);
          transform: translateZ(50px);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out; }
.grid .tile:hover .mix-img.white, .grid .tile.animated .mix-img.white {
  -webkit-animation: neonWhiteBox 1s ease-in-out infinite alternate;
  animation: neonWhiteBox 1s ease-in-out infinite alternate; 
}
.grid .tile:hover .mix-img.blue, .grid .tile.animated .mix-img.blue {
  -webkit-animation: neonBlueBox 1s ease-in-out infinite alternate;
  animation: neonBlueBox 1s ease-in-out infinite alternate; 
}
.grid .tile:before, .grid .tile:after {
  content: '';
  position: absolute;
  /*100% height and width*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  background-size: cover; }
.grid .tile:before {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  /*Reducing the width of the left side for a flat feel*/
  width: 5px; }
.grid .tile:after {
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  /*Reducing the height*/
  height: 5px;
  top: auto;
  bottom: 0;
  /*Background fix - start the background from the bottom*/
  background-position: bottom center; }
.grid .tile .s {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateZ(-30px);
          transform: translateZ(-30px); }

.s {
  position: absolute;
  /*30px smaller from each side*/
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.5);
  /*Pushing down the shadow to give an elevated feel*/ }

.tile .mix, .tile .mix-img {
  display: block;
  position: absolute; 
}



/*
****************************************************************************/
.tile .mix-img {
  display: block;
  width: 300px;
  height: 97px;
  top: 268px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/informers/mix.png);
  background-size: 100% 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 3000;
          perspective: 3000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
  opacity: 0; 
}
  .tile:hover .mix-img{
    opacity: 1;
  }

.tile .mix-img2 {
  display: block;
  width: 200px;
  height: 167px;
  top: 175px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/informers/mix2.png);
  background-size: 100% 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 3000;
          perspective: 3000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px); 
}
.tile .mix-img3 {
  display: block;
  width: 236px;
  height: 175px;
  top: 175px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/informers/mix3.png);
  background-size: 100% 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 3000;
          perspective: 3000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px); 
}
.tile .mix-img4 {
  display: block;
  width: auto;
  height: 175px;
  top: 175px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/informers/mix4.png);
  background-size: 100% 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 3000;
          perspective: 3000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px); 
}

.tile .mix-img5 {
  display: block;
  width: auto;
  height: 67px;
  top: 175px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/informers/mix5.jpg);
  background-size: 100% 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 3000;
          perspective: 3000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px); 
}
.tile .mix-img6 {
  display: block;
  width: 132px;
  height: 200px;
  top: 175px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/informers/mix6.png);
  background-size: 100% 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 3000;
          perspective: 3000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px); 
}
.tile .mix-img7 {
  display: block;
  width: 132px;
  height: 391px;
  top: 175px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/informers/mix7.png);
  background-size: 100% 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 3000;
          perspective: 3000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px); 
}

.tile .mix {
  width: 214px;
  height: 58px; 
}
.tile .mix2 {
  width: 52px;
  height: 46px; 
}
.tile .mix3 {
  width: 54px;
  height: 44px; 
}
.tile .mix4 {
  width: 105px;
  height: 47px; 
}
.tile .mix5 {
  width: 141px;
  height: 25px; 
}
.tile .mix6 {
  width: 54px;
  height: 78px; 
}
.tile .mix7 {
  width: 48px;
  height: 140px; 
}

/* PRACTICE
**********************************/
#practice {
  font-weight: 300;
  padding: 50px 0; }
#practice h2 {
  text-align: center;
  font-size: 48px;
  color: #9a9b9b;
  text-transform: uppercase; }
#practice .bg-blue {
  background: #5cb3e2;
  color: #fff; }
#practice .bg-grey {
  background: #3e3d40;
  color: #fff; }
#practice .bg-grey h4 {
  font-size: 18px; }
#practice .bg-grey td:last-child {
  padding: 0 20px 0 0; }
#practice .bg-light {
  background: #d2d2d2;
  color: #3e3d40; }
#practice table {
  margin: 40px 0; }
#practice td {
  padding: 20px;
  width: 25%; }
#practice td:not(.text-center) {
  text-align: justify; }
#practice strong {
  font-weight: 400; }
#practice tr:first-child td:first-child {
  padding: 0;
  line-height: 60px; }
#practice tr:first-child td:first-child strong {
  font-size: 60px;
  color: #f4a24d;
  font-weight: 400; }
#practice tr:first-child td:nth-child(2) {
  padding: 0 20px 0 0; }
#practice tr:last-child td:first-child strong {
  font-size: 160px;
  line-height: 1;
  color: #649801; }
#practice h4 {
  font-weight: 300;
  font-size: 16px; }

/* MAP
**********************************/
#map {
  min-height: 700px; }

/* PARTNERS
**********************************/
#partners {
  padding: 50px 0; }
#partners h2 {
  color: #9a9b9b; }
#partners .bxslider .slide {
  min-height: 150px;
  line-height: 150px;
  text-align: center; }
#partners .bxslider .slide a:hover {
  background: rgba(107, 186, 228, 0.8);
  box-shadow: 0 0 20px 2px rgba(107, 186, 228, 0.8), 0 0 36px 5px rgba(107, 186, 228, 0.8), 0 0 56px 7px rgba(107, 186, 228, 0.8); }

/* REACH-GOAL
**********************************/
#reach-goal {
  padding: 30px 0;
  color: #fff;
  text-align: center; }
#reach-goal h3 {
  font-size: 24px;
  text-align: center;
  font-weight: 400; }
#reach-goal .btn {
  margin-top: 50px;
  margin-bottom: 20px; }
#reach-goal .container {
  background: url(../images/arrows.png) no-repeat 50% 70%; }

/* FOOTER
**********************************/
#footer {
  padding: 1em 0;
  color: #fff;
  background: #3e3e40;
  font-size: 14px;
  text-align: center; }
#footer .info {
  margin-top: 24px; }
  #footer .menu li {
    display: inline-block !important; }

/* BUTTONS
**********************************/
.btn {
  padding: 6px 18px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 26px;
  color: #fff;
  border-radius: 0;
  border: none; }
.btn.btn-blue {
  display: inline-block;
  color: #fff;
  padding: 6px 18px;
  background-color: #3eb900;
  border-bottom: 2px solid #319200;
}
.btn.btn-green {
  display: inline-block;
  color: #fff;
  padding: 6px 18px;
  background-color: #3eb900;
  border-bottom: 2px solid #319200;
}
.btn.btn-orange {
  display: inline-block;
  color: #fff;
  padding: 6px 18px;
  background-color: #3eb900;
  border-bottom: 2px solid #319200;
}
.btn.btn-blue:hover, .btn.btn-green:hover, .btn.btn-orange:hover {
  color: #fbfbff;
  text-shadow: 0 0 7px #fff, 0 0 20px #fff, 0 0 40px #fff, 0 0 50px #fff; }

.btn-login {
  display: inline-block;
  color: #fff;
  margin-left: 10px;
  padding: 6px 18px;
  background-color: #3eb900;
  border: 0px;
  border-bottom: 2px solid #319200;
}
.btn-login:hover {
  color: #fbfbff; 
}

/* ABOUT PAGE
**********************************/
#page-about #page-heading, #page-contacts #page-heading {
  font-size: 24px;
  -o-box-shadow: 0 8px 4px -4px rgba(179, 179, 183, 0.6);
  -moz-box-shadow: 0 8px 4px -4px rgba(179, 179, 183, 0.6);
  -webkit-box-shadow: 0 8px 4px -4px rgba(179, 179, 183, 0.6);
  box-shadow: 0 8px 4px -4px rgba(179, 179, 183, 0.6); }

#page-about {
  font-size: 16px; }
#page-about h2 {
  color: #31bad4;
  font-size: 28px; }
#page-about h3 {
  color: #31bad4;
  font-size: 16px;
  font-weight: 400; }
#page-about figure {
  padding-right: 30px;
  height: 130px;
  line-height: 130px;
  text-align: center; }
#page-about .why-us {
  padding: 50px 0; }

#page-rules {
  font-size: 16px; }
#page-rules #page-heading img {
  margin: -16px 30px 0 30px; }

/* AUTH PAGE
**********************************/
#page-auth #page-heading {
  padding-left: 30px;
  font-size: 48px;
  line-height: 1.5; }
#page-auth .tab-pane {
  padding: 50px 0; }
#page-auth .checkbox {
  margin: 36px 0; }
#page-auth form {
  margin-left: 24px; }

#page-auth {
  font-size: 16px;
  color: #3e3e40; }
#page-auth #page-heading img {
  margin: -16px 55px 0 35px; }
#page-auth .form-group .col-sm-2 {
  width: 18%; }
#page-auth .checkbox {
  font-size: 18px; }
#page-auth .checkbox a {
  text-decoration: none;
  border-bottom-width: 2px;
  border-bottom-style: solid; }
#page-auth #advertiser .checkbox label span {
  color: #5cb3e2; }
#page-auth #advertiser a {
  color: #5cb3e2; }
#page-auth #advertiser a:hover {
  color: #2492cd; }
#page-auth #webmaster .checkbox label span {
  color: #64aa00; }
#page-auth #webmaster .checkbox a {
  color: #64aa00; }
#page-auth #webmaster .checkbox a:hover {
  color: #375d00; }
#page-auth #agency .checkbox label span {
  color: #f3921e; }
#page-auth #agency .checkbox a {
  color: #f3921e; }
#page-auth #agency .checkbox a:hover {
  color: #bb6a0a; }

#page-auth form.form-horizontal .control-label {
  width: 18%; }

/* FORM
**********************************/
form.form-horizontal {
  color: #3e3e40; }
form.form-horizontal .control-label {
  font-weight: 400;
  text-align: left; }
form.form-horizontal label.error {
  font-style: italic;
  color: #a94442; }
form.form-horizontal .form-control {
  background: transparent;
  border-color: #3e3e40;
  border-radius: 0; }
form.form-horizontal .form-control.error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
form.form-horizontal .checkbox {
  font-size: 18px; }
form.form-horizontal .checkbox label {
  padding: 0; }
form.form-horizontal .checkbox input[type="checkbox"] {
  display: none; }
form.form-horizontal .checkbox input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  position: relative; }
form.form-horizontal .checkbox input[type="checkbox"] + label span:after {
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 8px;
  border-style: solid;
  border-width: 2px;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
form.form-horizontal .checkbox input[type="checkbox"]:checked + label span:after {
  opacity: 1; }
form.form-horizontal .checkbox label:hover span:after {
  opacity: .5; }
form.form-horizontal .checkbox a {
  text-decoration: underline; }

/* CONTACTS PAGE
**********************************/
#page-contacts {
  font-size: 16px; }
#page-contacts h2 {
  font-size: 30px;
  line-height: 1.3;
  color: #31bad4;
  margin: 1em 0 .8em 0; }
#page-contacts .highlight {
  color: #31bad4; }
#page-contacts h2.highlight {
  margin: 50px 0; }
#page-contacts .form-control {
  font-size: 16px; }

/* COLLAPSE LOGIN
*********************************/
#login {
  position: fixed;
  top: 54px;
  left: 50%;
  margin-left: 80px;
  width: 400px;
  background: #fff;
  padding: 24px;
  font-size: 16px;
  z-index: 9999; }
#login .form-group:last-child {
  margin-bottom: 0; }
#login h2 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 400;
  color: #4fc5e2; }
#login a {
  color: #3e3e40;
  text-decoration: none; }
#login a:hover {
  color: #4fc5e2; }
#login label.error {
  font-size: 12px; }

.collapse-fade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .8;
  display: none;
  z-index: 999; }

#recover-form {
    display: none;
}

#recover-form .btn-login {
    width: 50%;
    margin-left: 25%;
}
/****************************************
*   CIRCLES
****************************************/
@keyframes z {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }
@-webkit-keyframes z {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }
@-moz-keyframes z {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }
/****************************************
*   Neon animation
****************************************/
@-webkit-keyframes neonWhiteBox {
  from {
     box-shadow: inset 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff;}
  to {
    box-shadow: inset 0 0 15px #fff, 0 0 15px #fff, 0 0 20px #fff;
    } 
}
@-moz-keyframes neonWhiteBox {
  from {
     box-shadow: inset 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff;}
  to {
    box-shadow: inset 0 0 15px #fff, 0 0 15px #fff, 0 0 20px #fff;
    } 
}
@keyframes neonWhiteBox {
  from {
     box-shadow: inset 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff;}
  to {
    box-shadow: inset 0 0 15px #fff, 0 0 15px #fff, 0 0 20px #fff;
    } 
}


@-webkit-keyframes neonBlueBox {
  from {
    box-shadow: inset 0 0 25px #4fc5e2, 0 0 25px #4fc5e2, 0 0 25px #4fc5e2; }
  to {
    box-shadow: inset 0 0 2px #4fc5e2, 0 0 2px #4fc5e2, 0 0 5px #4fc5e2; } }
@-moz-keyframes neonBlueBox {
  from {
    box-shadow: inset 0 0 25px #4fc5e2, 0 0 25px #4fc5e2, 0 0 25px #4fc5e2; }
  to {
    box-shadow: inset 0 0 2px #4fc5e2, 0 0 2px #4fc5e2, 0 0 5px #4fc5e2; } }
@keyframes neonBlueBox {
  from {
    box-shadow: inset 0 0 25px #4fc5e2, 0 0 25px #4fc5e2, 0 0 25px #4fc5e2; }
  to {
    box-shadow: inset 0 0 2px #4fc5e2, 0 0 2px #4fc5e2, 0 0 5px #4fc5e2; } }

/*
  --------------------
    Update style 24/06/2016
  --------------------
*/

a {
  outline: none;
}

.paper-block{
  display: none;
}

.title-descr{
  max-width: 900px;
  margin: auto;
  font-size: 18px;
  text-align: center;
  color: #ffb400;
  line-height: 22px;
}

/*
  -----------------
  OFFERS
  -----------------
*/

#offers{
  padding-top: 60px;
  margin-bottom: 60px;
}

  #offers .left{
    float: left;
    width: 48%;
    min-height: 420px;
    position: relative;
    height: auto;
    padding: 20px;
    margin-right: 2%;
    border: 1px solid #00b3e3;
  }

    #offers .left h3, #offers .right h3{
      font-size: 30px;
      text-transform: uppercase;
      font-family: 'Open Sans', sans-serif;
      color: #00bbd6;
      position: absolute;
      top: -38px;
      left: 19%;
      background: #FAFBFA;
      padding: 0px 10px;
    }
    #offers .right h3{
      color: #46ab00;
       left: 26%;
    }

  #offers .offers-title{
    font-size: 26px;
    line-height: 40px;
    font-family: 'OpenSans-light', sans-serif;
  }
  #offers .offers-descr{
    font-family: 'OpenSans-light', sans-serif;
    line-height: 20px;
    margin-bottom: 50px;
  }

.offer-block{
  width: 50%;
  float: left;
}
  .offer-block img{
    display: block;
    margin: auto;
    height: 100px;
  }

.offers-block__title{
  font-size: 16px;
  color: #00bbd6;
  font-weight: bold;
  margin-bottom: 0px;
}
.offers-block__descr{
  font-family: 'OpenSans-light', sans-serif;
}

#offers .right{
  float: left;
  width: 48%;
  min-height: 420px;
  margin-left: 2%;
  position: relative;
  height: auto;
  padding: 20px;
  border: 1px solid #46ab00;
}
 #offers .right .offers-block__title{
  color: #46ab00;
 }

 /*
  --------------
  advantages
  --------------
 */

 #advantages{
  padding-top: 50px;
 }

 /**/
 .valign{
  position: relative;
  top: 61px;
  font-size: 16px;
  font-family: 'OpenSans-light', sans-serif;
 }
 .valign2{
  position: relative;
  top: 50px;
  font-size: 16px;
  font-family: 'OpenSans-light', sans-serif;
 }
  .valign3{
  position: relative;
  top: 17px;
  font-size: 16px;
  font-family: 'OpenSans-light', sans-serif;
 }
  .valign4{
  position: relative;
  top: 50px;
  font-size: 16px;
  font-family: 'OpenSans-light', sans-serif;
 }
 .hyphens{
   -webkit-hyphens: auto;
   -ms-hyphens: auto; 
   hyphens: auto; 
 }
 .align{
  margin-top: -5px;
  margin-left: 8px;
 }

 /*
  ABOUT COMPANY
 */
#about-company {
  padding: 50px 0px 0px;
}
  #about-company h2{
    margin-bottom: 50px;
    color: #9a9b9b;
  }
  #about-company img{
    float: right;
    margin: 0px 0px 10px 20px;
  }
  #about-company p{
    text-align: justify;
    font-synthesis: 16px;
    margin-bottom: 20px;
  }


/*
  FOOTER
*/
footer {
  height: 52px;
  overflow: hidden;
  background: #3c3c3e;
}
  footer li{
      list-style: none;
  }
  footer a, footer p, footer li{
    font-size: 14px;
  }

.f-container{
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: auto;
}

.footer-nav {
  float: left;
}

.footer-nav li {
  float: left;
  margin: 20px 15px;

}

.footer-nav li:first-child {
  margin-left: 0px;
}

.footer-nav li a {
  color: #fff;
}

.footer__contact {
  float: left;
  margin-left: 50px;
}

.footer__contact li {
  float: left;
  margin: 20px 15px;
  color: #fff;
}

.footer__contact li:hover {
  color: #00baf9;
}

.f-copyright {
  float: right;
  color: #fff;
  margin: 20px 15px;
}

.icon-skype {
  float: left;
  background: url("../images/sprite.png") 0px -96px;
  width: 18px;
  height: 19px;
  margin-right: 8px;
  margin-top: 2px;
}

.icon-mail {
  float: left;
  background: url("../images/sprite.png") -18px -96px;
  width: 21px;
  height: 14px;
  margin-right: 8px;
  margin-top: 4px;
}

@media (min-width: 320px) and (max-width: 768px) {
  #header{
    position: static;
    min-width: auto !important;
  }
  #content{
    margin-top: 0px;
  }
  .menu li, #header.menu li {
      float: left;
  }
}

/**/
.auth{
  min-height: auto;
  position: relative;
  height: 100%;
  background-image: linear-gradient(to right,#cecfcf 0%, #fafbfa 20%, #fafbfa 50%, #fafbfa 80%, #cecfcf 100%);
}
.auth #content{
  position: relative;
  min-height: 100%;
}
.auth #a-form{
  width: 300px;
  margin: auto;
}
.auth #page-heading {
  text-align: center;
  padding-left: 0px !important;
}
.auth #page-heading img{
  display: none;
}
.auth .tab-pane{
  padding: 0px !important;
}
.auth .btn.btn-blue{
  width: 100%;
}
.auth .footer-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (min-width: 768px) and (max-width: 1000px) {
  html, body, .container-fluid{
    min-width: auto ;
  }
  #header{
    min-width: auto !important;
  }
  .container-fluid{
    padding-left: 0px;
  }
  .container{
    width: 768px;

  }
  #banner h1{
    font-size: 45px;
    line-height: 57px;
  }
  .title-descr{
    font-size: 16px;
  }
  #offers .left, #offers .right{
    float: none;
    width: 100%;
    max-width: 510px;
    margin: auto;
    margin-bottom: 40px;
  }
  .offers-block__descr{
    max-width: 230px;
  }
  #reasons #advertiser{
    background: url(../images/5.png) no-repeat right 400px;
  }
  #reasons .tab-content .tab-pane{
    min-height: 970px;
  }
  #reasons #webmaster {
    background: url(../images/1.png) no-repeat center 400px;
  }
  #reasons #webmaster img{
    margin: -150px 0 20px 490px;
  }
  #reasons .tab-content .tab-pane .btn {
    position: relative;
    top: 550px;
    left: 170px;
  }
  
  #graphics .col-xs-9{
    margin: auto;
    width: 100%;
  }
  
  #map{
    display: none;
  }

  #partners{
    display: none;
  }
  .home h2{
    font-size: 36px;
  }
  .footer-nav{
    display: none;
  }
  .f-container{
    width: 768px;
  }
  .footer__contact{
    margin-left: auto;
  }
  #page-contacts #page-heading{
    font-size: 20px;
  }
  #page-contacts .col-xs-6{
    width: 100%;
    clear: both;
  }
  #page-contacts .form-horizontal{
    max-width: 500px;
  }

  .auth2 .form-horizontal {
    max-width: 100%;
  }
  .auth2 .form-horizontal .col-xs-4{
    width: 60%;
  }
  .auth footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .warning img{
    margin-top: 28px;
  }

  /*#login{
    left: 35%;
  }*/

  #login{
    width: 310px;
    left: 50%;
    margin-left: -155px;
    top: 10%;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .row{
    margin-left: -7px;
  }
   html, body, .container-fluid{
    min-width: auto  !important;
    overflow-x: hidden;
  }
  #header{
    min-width: auto !important;
  }
  .container-fluid{
    padding-left: 0px;
  }
  .container{
    width: 320px;

  }

  #banner h1{
    font-size: 25px;
    line-height: 35px;
    margin-top: 142px;
  }
  .title-descr{
    font-size: 14px;
    line-height: 19px;
  }
  .btn{
    font-size: 18px;
  }

  #offers .left, #offers .right{
    float: none;
    width: 100%;
    max-width: 320px;
    margin: auto;
    margin-bottom: 40px;
  }
  .offers-block__descr{
    max-width: 230px;
  }
  #offers .left h3{
    font-size: 20px;
    top: -34px;
    left: 16%;
  }
  #offers .offers-title{
    font-size: 17px;
  }
  .offer-block{
    width: 100%;
    clear: both;
  }
  #offers .right{
    min-height: 637px;
  }
  #offers .right h3{
    font-size: 20px;
    top: -34px;
    left: 21%;
  }
  #offers .offers-title{
    font-size: 17px;
  }
  .offer-block{
    width: 100%;
    clear: both;
  }
  #offers .left{
    min-height: 637px;
  }

  .triple .nav > li{
    width: 50%;
    font-size: 13px;

  }

  #reasons .tab-content .tab-pane{
    padding: 14px 0px;
  }
  #reasons .tab-content .tab-pane h3{
    font-size: 28px;
  }
  #reasons .tab-content .tab-pane ul li{
    font-size: 10px;
  }
  #reasons #advertiser{
    background: url(../images/mob-adv.png) no-repeat right 310px;
    height: 246px;
  }
  #reasons .tab-content .tab-pane{
    min-height: 630px;
  }
  #reasons #webmaster {
    background: url(../images/mob-webm.png) no-repeat center 270px;
    height: 326px;
  }
  #reasons #webmaster img{
    margin: -150px 0 20px 490px;
  }
  #reasons .tab-content .tab-pane .btn {
    position: relative;
    top: 550px;
    left: 170px;
  }
  #webmaster ul li{
    font-size: 10px !important;
  }
  #reasons .tab-content .tab-pane .btn{
    top: 220px;
    left: auto;
  }
  #reasons #advertiser .btn{
    font-size: 19px;
  }
  #reasons #webmaster .btn {
    font-size: 19px;
    position: relative;
    top: 271px;
    left: -3px;
  }
  #advantages, #map, #partners{
    display: none;
  }
  .home h2{
    font-size: 26px;
  }
  #about-company img{
    width: 100%;
    height: auto;
  }
  #reach-goal .container{
    background: transparent;
  }
  #reach-goal h3{
    font-size: 17px;
  }
  #reach-goal .btn{
    margin-top: 33px;
  }
  

  footer{
    height: auto;
  }
  .footer-nav{
    display: none;
  }
  .f-container{
    width: 320px;
  }
  .footer__contact{
    margin-left: auto;
    padding-left: 0px;
  }
    .footer__contact li{
      margin: 20px 10px;
    }
  .f-copyright{
    float: none;
    text-align: center;
    clear: both;
  }

  /**/
  .tile5, .tile6, .tile7, .tile8{
    display: none;
  }
  .grid.grid-left{
    -webkit-transform: rotateX(0deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateZ(0deg);
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 325px;
    margin: auto;
  }
  .grid{
    position: static;
  }
  .grid .tile{
    width: 150px;
    height: 240px;
    margin: 20px 0px 20px 10px !important;
  }
  .grid.grid-right{
    display: none;
  }
  .grid .tile .mix.blue{
    top: 132px !important;
    left: -58px !important;
    -webkit-transform: scale(0.5) !important;
    transform: scale(0.5) !important;
  }
  .grid .tile2 .mix.blue{
    top: 78px !important;
    left: -2px !important;
  }
  .grid .tile3 .mix.blue{
    top: 115px !important;
    left: -1px !important;
  }
  .grid .tile4 .mix.blue{
    top: 164px !important;
    left: 20px !important;
  }
  .tile .mix-img{
    -webkit-transform: scale(0.35) !important;
    transform: scale(0.35) !important;
    top: 107px;
    left: -74px;
  }
  .tile .mix-img2{
    left: -25px;
    top: 64px;
  }
  .tile .mix-img3{
    top: 50px;
    left: -40px;  
  }
  .tile .mix-img4{
    top: 47px;
    left: -127px;
    width: 402px;
    height: 175px;
  }
  #informers h2{
    font-size: 26px;
  }

  /*
    MENU
  */
  .menu, #header.menu {
    width: 100%;
    margin-left: 0px;
  }
  .hamburger{
    width: 27px;
    height: 19px;
    background: url('../images/hamburger.png');
    position: absolute;
    top: 15px;
    left: 19px;
    cursor: pointer;
    z-index: 10;
  }
  .menu{
    position: relative;
  }
  nav{
    height: 55px;
    position: relative;
  }
  .menu li, #header.menu li{
    float: none;
  }
  .mobile-menu{
    position: fixed;
    left: -250px;
    top: 0;
    bottom: 0;
    width: 250px;
    z-index: 999;
    background: #3e3b3e;

  }
  #header .brand{
    float: none;
    max-width: 178px;
    margin: auto;
  }
  .mmenu {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 299;
  }

  /**/
  #page-contacts .col-xs-12:first-child{
    text-align: center;
  }
  #page-contacts .p-first{
    font-size: 17px;
  }
  #page-contacts .col-xs-6{
    width: 100%;
    clear: both;
  }
  #page-contacts .form-horizontal{
    max-width: 500px;
  }
  .auth2 .form-horizontal {
    max-width: 100%;
  }
  .auth2 .form-horizontal{
    font-size: 14px;
  }
  .auth2 .form-horizontal .col-xs-4{
    width: 100%;
  }
  .auth2 .form-horizontal .control-label  {
    width: 100% !important;
  }
  .auth2 .form-horizontal .col-xs-2{
    width: 100%;
  }
  .auth2 .checkbox {
    font-size: 13px !important;
  }
  .auth2 #page-heading{
    font-size: 30px !important;
    width: 200px !important;
    margin: auto !important;
    padding-left: 0px !important;
  }
  .auth2 #page-heading img{
    margin: -16px 55px 0 60px !important;
  }
  #page-rules #page-heading img{
    display: block;
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
  #page-heading{
    font-size: 21px;
    text-align: justify;
  }
  .triple .tab-content h2{
    font-size: 19px;
  }
  #page-rules .col-xs-6{
    width: 100%;
    float: none;
    font-size: 14px;
    text-align: justify;
  }
  #page-rules .warning{
    display: none;
  }

  #login{
    width: 310px;
    left: 50%;
    margin-left: -155px;
  }
  .auth  #page-heading{
    font-size: 35px !important;
  }
  .triple .tab-content .tab-pane{
    min-height: 255px;
  }
  #page-heading img{
    margin: -16px 60px 25px 40px;
  }

}

@media (min-width: 481px) and (max-width: 767px) {
  .row{
    margin-left: -7px;
  }
   html, body, .container-fluid{
    min-width: auto ;
  }
  #header{
    min-width: auto !important;
  }
  .container-fluid{
    padding-left: 0px;
  }
  .container{
    width: 480px;

  }

  #banner h1{
    font-size: 25px;
    line-height: 35px;
    margin-top: 142px;
  }
  .title-descr{
    font-size: 14px;
    line-height: 19px;
  }
  .btn{
    font-size: 18px;
  }

  #offers .left, #offers .right{
    float: none;
    width: 100%;
    max-width: 320px;
    margin: auto;
    margin-bottom: 40px;
  }
  .offers-block__descr{
    max-width: 230px;
  }
  #offers .left h3{
    font-size: 20px;
    top: -34px;
    left: 16%;
  }
  #offers .offers-title{
    font-size: 17px;
  }
  .offer-block{
    width: 100%;
    clear: both;
  }
  #offers .right{
    min-height: 637px;
  }
  #offers .right h3{
    font-size: 20px;
    top: -34px;
    left: 21%;
  }
  #offers .offers-title{
    font-size: 17px;
  }
  .offer-block{
    width: 100%;
    clear: both;
  }
  #offers .left{
    min-height: 637px;
  }

  .triple .nav > li{
    width: 50%;
    font-size: 13px;

  }

  #reasons .tab-content .tab-pane{
    padding: 14px 0px;
  }
  #reasons .tab-content .tab-pane h3{
    font-size: 28px;
  }
  #reasons .tab-content .tab-pane ul li{
    font-size: 10px;
  }
  #reasons #advertiser{
    background: url(../images/mob-adv.png) no-repeat right 300px;
    height: 246px;
  }
  #reasons .tab-content .tab-pane{
    min-height: 630px;
  }
  #reasons #webmaster {
    background: url(../images/mob-webm.png) no-repeat center 270px;
    height: 326px;
  }
  #reasons #webmaster img{
    margin: -150px 0 20px 490px;
  }
  #reasons .tab-content .tab-pane .btn {
    position: relative;
    top: 550px;
    left: 170px;
  }
  #webmaster ul li{
    font-size: 10px !important;
  }
  #reasons .tab-content .tab-pane .btn{
    top: 220px;
    left: auto;
  }
  #reasons #advertiser .btn{
    font-size: 19px;
  }
  #reasons #webmaster .btn {
    font-size: 19px;
    position: relative;
    top: 271px;
    left: -3px;
  }
  #advantages, #map, #partners{
    display: none;
  }
  .home h2{
    font-size: 26px;
  }
  #about-company img{
    width: 100%;
    height: auto;
  }
  #reach-goal .container{
    background: transparent;
  }
  #reach-goal h3{
    font-size: 17px;
  }
  #reach-goal .btn{
    margin-top: 33px;
  }
  

  footer{
    height: auto;
  }
  .footer-nav{
    display: none;
  }
  .f-container{
    width: 320px;
  }
  .footer__contact{
    margin-left: auto;
    padding-left: 0px;
  }
    .footer__contact li{
      margin: 20px 10px;
    }
  .f-copyright{
    float: none;
    text-align: center;
    clear: both;
  }

  /**/
  .tile5, .tile6, .tile7, .tile8{
    display: none;
  }
  .grid.grid-left{
    -webkit-transform: rotateX(0deg) rotateZ(0deg);
    -moz-transform: rotateX(0deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateZ(0deg);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    width: 325px;
    margin: auto;
  }
  .grid{
    position: static;
  }
  .grid .tile{
    width: 150px;
    height: 240px;
    margin: 20px 0px 20px 10px !important;
  }
  .grid.grid-right{
    display: none;
  }
  .grid .tile .mix.blue{
    top: 132px !important;
    left: -58px !important;
    -webkit-transform: scale(0.5) !important;
    -moz-transform: scale(0.5) !important;
    transform: scale(0.5) !important;
  }
  .grid .tile2 .mix.blue{
    top: 78px !important;
    left: -2px !important;
  }
  .grid .tile3 .mix.blue{
    top: 115px !important;
    left: -1px !important;
  }
  .grid .tile4 .mix.blue{
    top: 164px !important;
    left: 20px !important;
  }
  .tile .mix-img{
    -webkit-transform: scale(0.5) !important;
    -moz-transform: scale(0.5) !important;
    transform: scale(0.5) !important;
    top: 107px;
    left: -74px;
  }
  .tile .mix-img2{
    left: -25px;
    top: 64px;
  }
  .tile .mix-img3{
    top: 50px;
    left: -40px;  
  }
  .tile .mix-img4{
    top: 47px;
    left: -4px;
  }
  #informers h2{
    font-size: 26px;
  }

  #login{
    width: 310px;
    left: 50%;
    margin-left: -155px;
  }

  /*
    MENU
  */
  .menu, #header.menu {
    width: 100%;
    margin-left: 0px;
  }
  .hamburger{
    width: 27px;
    height: 19px;
    background: url('../images/hamburger.png');
    position: absolute;
    top: 15px;
    left: 19px;
    cursor: pointer;
    z-index: 10;
  }
  .menu{
    position: relative;
  }
  nav{
    height: 55px;
    position: relative;
  }
  .menu li, #header.menu li{
    float: none;
  }
  .mobile-menu{
    position: fixed;
    left: -250px;
    top: 0;
    bottom: 0;
    width: 250px;
    z-index: 999;
    background: #3e3b3e;
  /*    display: none;*/
  }
  #header .brand{
    float: none;
    max-width: 178px;
    margin: auto;
  }
  .mmenu {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 299;
  }

  /**/
  #page-contacts .col-xs-12:first-child{
    text-align: center;
  }
  #page-contacts .p-first{
    font-size: 17px;
  }
  #page-contacts .col-xs-6{
    width: 100%;
    clear: both;
  }
  #page-contacts .form-horizontal{
    max-width: 500px;
  }
  .auth2 .form-horizontal {
    max-width: 100%;
  }
  .auth2 .form-horizontal{
    font-size: 14px;
  }
  .auth2 .form-horizontal .col-xs-4{
    width: 100%;
  }
  .auth2 .form-horizontal .control-label  {
    width: 100% !important;
  }
  .auth2 .form-horizontal .col-xs-2{
    width: 100%;
  }
  .auth2 .checkbox {
    font-size: 15px !important;
  }
  .auth2 #page-heading{
    font-size: 30px !important;
  }
  .auth2 #page-heading img{
    margin: -16px 55px 0 60px !important;
  }
  #page-rules #page-heading img{
    display: block;
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
  #page-heading{
    font-size: 21px;
    text-align: justify;
  }
  .triple .tab-content h2{
    font-size: 19px;
  }
  #page-rules .col-xs-6{
    width: 100%;
    float: none;
    font-size: 14px;
    text-align: justify;
  }
  #page-rules .warning{
    display: none;
  }

}
