@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
@import "animate.css";
@import "touchTouch.css";
@import "owl.carousel.css";
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: #222;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: #333;
}
body,
html {
  height: 100%;
  position: relative;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h2 {
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  padding: 20px 0 20px 0;
  text-shadow: 2px 2px 4px #666;
  text-align: center;
}
h2 span {
  font-size: 100px;
  line-height: 120px;
  display: block;
}
h6 {
    padding-top: 14px;
    font-weight: bold;
    color: #7993D8;
}
.heading__color {
  color: #FFF;
  text-align: center;
  padding-top: 0;
}
p { margin: 1em 0; }
dd { margin-bottom: 1em }
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 55px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
	font-size: 30px; 
	line-height: 34px; 
  }
}
h3 {
  font-size: 60px;
  line-height: 66px;
  color: #385DC4;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 16px;
}
h4 {
  font-size: 32px;
  line-height: 38px;
  color: #7993D8;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 16px;
}
h5 {
  font-size: 30px;
  line-height: 33px;
  color: #385DC4;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 8px;
}
section .container {
	position: relative;
	z-index: 40;
}
#contentpage .container {
	background: rgba(0, 0, 0, 0.4);
	padding: 1.5em 2em;
	margin-top: 1em;
	color: #CCC;
}
.pricontainer {
	min-height: 100%;
	position:relative;
	background: #222 url(/img/forumbg.jpg) center;
	background-size: auto 100%;
}
/*========================================================
                    HEADER styles
=========================================================*/

#mainhead { position: relative; z-index: 20; box-shadow: 0 0 2em #000; }
#mainhead .container {
  height: 200px;	
}
#mainhead .container .slogan {
  margin-top:110px;	
}
h1 {
  text-shadow:
    3px 3px 3px #222,
   -1px -1px 0 #222,  
    1px -1px 0 #222,
   -1px  1px 0 #222,
    1px  1px 0 #222;
  font-size: 65px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 20px;
}
.container .slogan span {
  color: white;
  text-shadow:
    1px 1px 1px #222,
   -1px -1px 0 #222,  
    1px -1px 0 #222,
   -1px  1px 0 #222,
    1px  1px 0 #222;
    background: rgba(0, 0, 0, 0.6);
	padding-left: 3em;
}
.pricontainer #mainhead {
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
}
#content #mainhead {
  background-image: url(../img/header-info.jpg);
}
#shop #mainhead {
  background-image: url(../img/header-shop.jpg);
}
#faq #mainhead, #devtracker #mainhead {
  background-image: url(../img/header-faq.jpg);
}
#modules #mainhead {
  background-image: url(../img/header-modules.jpg);
}
#townsquare #mainhead {
  background-image: url(../img/header-square.jpg);
}
@media only screen and (max-width: 767px) {
  #mainhead .container .slogan {
    margin-top:90px;	
	background-size: auto 100%;
  }
  h1 {
    font-size: 40px;
  }
.pricontainer #mainhead {
    background-size: 150% auto;
  }
  .container h1 {
	margin-bottom: 10px;  
  }
  .container .slogan span {
    padding: 0.2em 0.4em;
  }
}
.logo {
  position: relative;
  padding: 0 0 46px 0;
  text-align: center;
  z-index: 2;
  margin-top: 125px;
}
.logo a {
  text-decoration: none;
  color: #fff;
  background: url(../img/logo-header.png) center no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 270px;
  height: 270px;
  font-weight: bold;
  font-size: 100px;
  line-height: 110px;
  text-transform: uppercase;
  letter-spacing: -6px;
  padding-top: 78px;
}
@media only screen and (max-width: 1199px) {
  .logo {
    padding-top: 40px;
  }
  
}
@media only screen and (max-width: 767px) {
  .logo {
    padding-bottom: 20px;
  }
  .logo a {
    width: 150px;
    height: 150px;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -2px;
    padding-top: 44px;
  }
}
@media only screen and (max-width: 479px) {
  .pricontainer #mainhead {
    background-size: auto 100%;
  }
  #mainhead .container .slogan {
    margin-top:75px;
  }
  #mainhead .container .slogan h1 {
	font-size: 30px;
  }
  #mainhead .container .slogan span {
    font-size: 0.8em;
	line-height: 0.9em; 
  }
}
/* Button toogle menu
========================================================*/
.navbar-toggle {
  position: fixed;
  left: 20px;
  top: 21px;
  background-color: transparent;
  background-image: none;
  border: none;
  padding: 0;
  margin: 0;
  z-index: 6000;
  display: none;
}
.navbar-toggle .icon-bar {
  width: 100%;
  width: 22px;
  display: block;
  height: 4px;
  background: #fff;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-toggle:active,
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle:hover {
  cursor: pointer;
}
.navbar-toggle:hover .icon-bar {
  background: #ccc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .navbar-toggle {
    background: rgba(29, 29, 29, 0.9);
    left: 0;
    top: 0;
    padding: 21px 20px;
	display: block;
  }
}
/* Aside panel section
========================================================*/
.aside-panel {
  width: 290px;
  height: 100%;
  background: rgba(29, 29, 29, 0.95);
  position: fixed;
  top: 0;
  left: -290px;
  z-index: 100;
  padding: 0 0 0 115px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.aside-panel .menu {
  padding-top: 40px;
}
.aside-panel .menu li {
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
}
.aside-panel .menu li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.aside-panel .menu li a:hover {
  color: #385DC4;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.aside-panel .menu .active-menu-item a {
  color: #385DC4;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.remove-panel {
  font-size: 56px;
  line-height: 60px;
  margin-top: 60px;
  color: #fff;
  text-decoration: none;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.remove-panel:hover {
  color: #385DC4;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .aside-panel {
    padding: 0 0 0 40px;
    width: 190px;
	display: block;
  }
  .aside-panel .menu {
    padding-top: 20px;
  }
  .aside-panel .menu li {
    line-height: 30px;
  }
  .remove-panel {
    margin-top: 20px;
  }
}
/* Menu switcher section
========================================================*/
#logo1, #mynav {
	position:absolute;
}
#logo1 {
	left: 0;
}
#mynav {
	right: 0;
}
.menu-switcher-panel {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(29, 29, 29, 0.85);
  z-index: 100;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #5375a2;
  -webkit-box-shadow: -1px 10px 35px 16px rgba(0,0,0,0.65);
  -moz-box-shadow: -1px 10px 35px 16px rgba(0,0,0,0.65);
  box-shadow: -1px 10px 35px 16px rgba(0,0,0,0.65);
}
.menu-content {
	color: #fff;
	margin: 0 auto;
	position: relative;
}
.aside-menu {
  position: relative;
  left: 100px;
  top: 0px;
}
.aside-menu li {
  padding: 6px;
  float: left;
}
.aside-menu li a {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 44px;
  font-weight: bold;
  padding: 5px 15px;
}
.aside-menu li a:hover, #mynav a:hover {
  background: #5375a2;
  border-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aside-menu .active-menu-item a.parentmenu {
  background: #5375a2;
  border-color: #fff;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#mynav a {
  position: relative;
  text-transform: auto;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 18px;
  margin-right: 5px;
  color: #5375a2;
}
#mynav a:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .menu-switcher-panel {
    display: none;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
}
/* Video section
========================================================*/
#home {
  padding: 0px 0 100px 0;
  position: relative;
  text-align: center;
}
.video-overlay {
  position: absolute;
  background: url(../img/video-overlay.png);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-separator {
  /*position: absolute;
  left: 0;
  bottom: -4px;
  background: url(../img/video-sep-back.png);
  width: 100%;
  height: 117px;
  z-index: 2;
  text-align: center;*/
}
.slogan {
  position: relative;
  z-index: 2;
  text-shadow: #000 2px 2px;
}
.slogan h4 {
  font-weight: bold;
}
.row h2 {
  text-align: center;	
}
.slogan span {
  font-weight: 300;
  display: block;
  padding: 0 70px;
}
h2.slogan-title {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #home {
    padding-bottom: 100px;
  }
  .slogan h2 {
    font-size: 43px;
    line-height: 46px;
    padding-bottom: 42px;
  }
  .slogan span {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 479px) {
  #home {
    padding-bottom: 50px;
  }
  .slogan h2 {
    font-size: 43px;
    line-height: 46px;
    padding-bottom: 42px;
  }
  .slogan span {
    padding: 0;
  }
  
}
/* About section
========================================================*/
#about {
  background: #e9e9e9;
  padding: 43px 0 70px 0;
  text-align: center;
  color: #777777;
  font-weight: 300;
}
.about-indent {
  padding: 0 50px;
}
.btn-default, .button {
  display: inline-block;
  padding: 10px 34px;
  color: #fff;
  font-weight: bold;
  background: #385DC4;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 32px;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.btn-default:hover {
  background: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 767px) {
  .about-indent {
    padding: 0 10px;
  }
  #about h3 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 479px) {
  #about h3 {
    font-size: 30px;
    line-height: 32px;
  }
  #about h4 {
    font-size: 20px;
    line-height: 22px;
  }
}
/* STATISTICS section
========================================================*/
#statistics {
  background: url('../img/statistics-bg.jpg') bottom;
  background-size: 100% auto;
  text-align: center;
  padding: 34px 0 70px 0;
  position: relative;
  z-index: 25;
}
.statistics-indent {
  padding: 0 60px;
  font-weight: 300;
}
.box-1 {
  background: rgba(33, 33, 33, 0.8);
  text-align: center;
  padding: 55px 0 25px 0;
  margin-top: 34px;
  min-height: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.skill-number {
  font-size: 65px;
  line-height: 71px;
  font-weight: 300;
  color: #fff;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.skill-header {
  font-size: 65px;
  line-height: 71px;
  font-weight: 300;
  color: #fff;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.skill-title {
  font-size: 19px;
  line-height: 31px;
  color: #fff;
  font-weight: normal;
  display: block;
  text-transform: uppercase;
  padding-top: 14px;
}
.box-1__active {
  background: #7993D8;
  cursor: pointer;
}
@media only screen and (max-width: 979px) {
  #statistics {
	background-size: auto 100%;
  }
  .statistics-indent {
    padding: 0px;
  }
  .box-1 {
    padding: 55px 10px 25px 10px;
    min-height: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .box-1 {
    min-height: 240px;
  }
}
/* Team section
========================================================*/
#team {
  background: #e9e9e9;
  padding: 28px 0 0px 0;
  text-align: center;
  font-weight: 300;
}
.team-list {
  overflow: hidden;
  width: 100%;
  padding-top: 30px;
  position: relative;
}
.team-list.owl-theme .owl-controls {
  margin-top: 0;
}
.team-list.owl-theme .owl-controls {
  font-size: 50px;
  color: #000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.team-list.owl-theme .owl-controls .owl-prev {
  top: 50%;
  left: -80px;
  margin-top: -25px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.team-list.owl-theme .owl-controls .owl-prev:hover {
  color: #FAF4F4;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.team-list.owl-theme .owl-controls .owl-next {
  top: 50%;
  right: -80px;
  margin-top: -25px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.team-list.owl-theme .owl-controls .owl-next:hover {
  color: #FAF4F4;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.team-list.owl-theme:hover .owl-prev {
  left: 80px;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.team-list.owl-theme:hover .owl-next {
  right: 10px;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.thumbnail {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
}
.thumbnail:hover .member-description {
  -webkit-transform: translate3d(0, -10%, 0);
  transform: translate3d(0, -10%, 0);
  opacity: 1;
}
.thumbnail:hover .member-description li:nth-child(1) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.thumbnail:hover .member-description li:nth-child(2) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.thumbnail:hover .member-description li:nth-child(3) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.thumb-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0 10% 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.team-link {
  text-decoration: none;
  color: #fff;
  font-size: 19px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-link:hover {
  color: #c1c1c1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.member-description {
  background: rgba(33, 33, 33, 0.8);
  padding: 15px 0 15px 0;
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(-100%, -100%, 0);
  transform: translate3d(-100%, -100%, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  overflow: hidden;
}
.social-contact {
  width: 210px;
  margin: 0 auto;
}
.social-contact li {
  float: left;
  padding: 0 10px 0 0px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.social-contact li a {
  text-decoration: none;
  color: #fff;
  font-size: 31px;
  line-height: 39px;
  display: inline-block;
  padding: 12px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 500px;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-contact li a:hover {
  background: #385DC4;
  border-color: #385DC4;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-contact li:last-child {
  padding: 0;
}
.social-contact li:nth-child(1) {
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.social-contact li:nth-child(2) {
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
}
.social-contact li:nth-child(3) {
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.member-text {
  color: #385DC4;
  font-weight: 300;
  display: block;
  font-size: 17px;
  line-height: 25px;
}
/* Testimonial section
========================================================*/
#testimonials {
  background: #385DC4;
  position: relative;
}
.testimonials-indent {
  padding: 79px 0 76px 0;
}
.blockquote {
  padding: 10px 0 10px 0;
}
.blockquote img {
  float: left;
  margin-right: 30px;
}
.blockquote blockquote {
  float: left;
  width: 300px;
  padding: 20px 0 0 0;
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  font-weight: 300;
}
.blockquote blockquote span {
  font-size: 19px;
  line-height: 25px;
  display: block;
  padding-top: 20px;
  text-transform: uppercase;
  font-weight: normal;
}
.blockquote.grid_6 {
  margin-left: 0 !important;
}
.blockquote-img {
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .blockquote blockquote {
    width: 100%;
  }
  .blockquote {
    text-align: center;
  }
  .blockquote img {
    float: none;
    margin: 0;
  }
}
/* Folio section
========================================================*/
.isotope-list {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.isotope-list li {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.isotope-list li a {
  display: inline-block;
  padding: 20px 24px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.isotope-list li a.active,
.isotope-list li a:hover {
  background: #385DC4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#folio {
  background: url(../img/folio-bg.jpg) 0 0;
  text-align: center;
}
.folio-indent {
  padding: 32px 0 120px 0;
}
.folio-indent .center {
  text-align: center;
  padding-top: 30px;
}
.folio-block {
  margin-top: 30px;
}
.zoom {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate3d(0, 600%, 0);
  transform: translate3d(0, 600%, 0);
  display: inline-block;
  margin-top: 10px;
}
.folio-thumb {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.folio-thumb img {
  max-width: 100%;
  height: 253px;
}
.folio-thumb:hover .folio-description {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: rgba(33, 33, 33, 0.8);
}
.folio-thumb:hover .folio-link {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.folio-thumb:hover .zoom {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.folio-thumb:hover .folio-text {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.folio-link {
  text-decoration: none;
  color: #385DC4;
  font-size: 19px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.folio-link:hover {
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.folio-description {
  background: rgba(33, 33, 33, 0);
  padding: 54px 60px 30px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.folio-description .fa-search-plus {
  font-size: 33px;
  line-height: 38px;
  color: #385DC4;
  text-decoration: none;
}
.folio-description .fa-search-plus:hover {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.folio-description p {
  padding-bottom: 10px;
}
.folio-text {
  color: #ffffff;
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  display: block;
  margin-top: 8px;
  -webkit-transform: translate3d(150%, 0, 0);
  transform: translate3d(150%, 0, 0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1199px) {
  .folio-description {
    padding: 24px 20px 20px 20px;
  }
  .folio-thumb img {
    height: 203px;
  }
}
@media only screen and (max-width: 979px) {
  .folio-description {
    padding: 54px 60px 30px 60px;
  }
  .folio-thumb img {
    height: 242px;
  }
}
@media only screen and (max-width: 767px) {
  .folio-description {
    padding: 20px 10px 10px;
  }
  .folio-text {
    display: none;
  }
  .isotope-list li a {
    padding: 12px 14px;
  }
  .folio-thumb img {
    height: 136px;
  }
}
@media only screen and (max-width: 479px) {
  .folio-description {
    padding: 14px 10px 10px;
  }
  .folio-text {
    display: none;
  }
  .folio-link {
    display: none;
  }
  .isotope-list li a {
    padding: 12px 14px;
  }
  .folio-thumb img {
    height: 87px;
  }
}
/* Info section
========================================================*/
#info {
  background: url(../img/panels-bg.jpg) 50% 50%;
  background-size: 100% auto;
  padding: 45px 0 70px 0;
  text-align: center;
  color: #777777;
  font-weight: 300;
}
.info-indent {
  padding: 0 60px;
  font-weight: 300;
}
#generalinfo h2 {
  text-align: center;	
}
.info-box, .info-box-gold {
  display: block;
  background-size: auto 100%;
  text-align: center;
  padding: 25px;
  margin-top: 34px;
  min-height: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #385DC4;
  box-shadow: 2px 2px #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.info-box-1 {
	background: url(../img/info-back-1.jpg) center;
}
.info-box-2 {
	background: url(../img/info-back-2.jpg) center;
}
.info-box-3 {
	background: url(../img/info-back-3.jpg) center;
}
.info-box-4 {
	background: url(../img/info-back-4.jpg) center;
}
.info-icon {
	width: 100px;
	height: 80px;
	margin: 5px auto;
	background-position: left;
}
.info-icon-logo {
	background-image: url(../img/info-logo.png);
}
.info-icon-passport {
	background-image: url(../img/info-passport.png);
}
.info-icon-share {
	background-image: url(../img/info-share.png);
}
.info-icon-forums {
	background-image: url(../img/info-forums.png);
}
.info-title {
  font-size: 19px;
  line-height: 31px;
  color: #EEE;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  padding-top: 14px;
}
.info-desc {
  font-size: 13px;
  color: #ccc;
  text-shadow:
   -2px -2px 0 #000,  
   2px -2px 0 #000,
   -2px 2px 0 #000,
   2px 2px 0 #000;
}
.info-box:hover {
  background: #425fab;
}
.info-box:hover span {
  text-shadow: none;
}
.info-box:hover .info-icon {
	background-position: right;
}
.info-box:hover .info-title {
  color: #fff;
}
.info-box:hover .info-desc {
  color: #ddd;
}
@media only screen and (max-width: 1199px) {
  #info {
	background-size: auto 100%;
  }
}
@media only screen and (max-width: 979px) {
  .info-indent {
    padding: 0px;
  }
  .info-box {
    padding: 55px 10px 25px 10px;
    min-height: 260px;
	background-size: 100% 100%;
  }
}
@media only screen and (max-width: 767px) {
  .info-box {
    min-height: 240px;
	background-size: 100% auto;
  }
}
/* Services section
========================================================*/
#services {
  text-align: center;
  color: #ccc;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  background: url(/img/tracker-bg.jpg);
  background-size: 100% auto;
}
.services-indent {
  padding: 34px 0 70px 0;
}
.indent-1, .h2-content {
  padding: 0 60px 40px 60px;
}
.service-list {
  overflow: hidden;
  width: 100%;
}
.service-box {
  position: relative;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  float: left;
  width: 46%;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #425fab;
  margin: 2%;
  height: 250px;
  overflow: hidden;
}
.service-box:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.service-box time {
	position: absolute;
	right: 40px;
	bottom: 40px;
	font-size: 0.7em;
	color: #bbb;
    background: #000;
    padding: 2px;
}
.service-iconlarge {
	float: left;
	font-size: 100px;
	text-shadow: 1px 1px 5px #000;
	margin-right: 50px;
}
.service-icon {
  margin-right: 2em;
  float: left;
  width: 164px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.service-icon img {
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
.service-icon .service-poster {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #FFF;
  text-shadow: 1px 1px 2px #000;
}
.service-title {
  font-size: 19px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  padding-bottom: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-shadow: 2px 2px 4px #000;
}
.service-description {
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  color: #ddd;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.service-1 {
  background: rgba(0, 0, 0, 0.4);
}
.service-2 {
  background: rgba(60, 70, 100, 0.4);
}
.service-1:hover {
  background: rgba(60, 70, 100, 0.8);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.service-2:hover {
  background: rgba(60, 70, 100, 0.8);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1500px) {
  #services {
	background-size: auto 100%;
  }
  .service-box {
    margin: 1em auto;
    float: none;
    width: 60%;
  }
  .service-icon {
    width: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-icon {
    width: 120px;
  }
}
@media only screen and (max-width: 979px) {
  .service-box {
    width: 80%;
  }
  .service-icon {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .service-box {
    width: 100%;
    padding: 25px;
  }
  .service-box time {
	right: 25px;
	bottom: 25px;
  }
  .service-icon {
    width: 60px;
  }
  .service-description {
	clear: both;
  }
}
/* News section
========================================================*/
#news {
  background-image: url(../img/news-bg.jpg);
  background-size: 100% auto;
  position: relative;
  z-index: 30;
}
#news h2 {
  padding-bottom: 47px;
  text-align: center;
}
.news-indent {
  padding: 20px 0 70px 0;
}
.news-box {
  width: 100%;
  padding: 0px 0 38px 0;
}
.news-box time {
  width: 14.5299%;
  float: left;
  background: #425fab;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 20px 0 28px 0;
}
.news-box time span {
  display: block;
  font-size: 56px;
  line-height: 54px;
  padding-bottom: 6px;
}
.news-content {
  float: left;
  width: 85.47008%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 48px 68px 39px 48px;
  text-align: left;
  color: #777777;
  font-weight: 300;
}
.news-content h5 {
  text-transform: uppercase;
  font-size: 19px;
  line-height: 22px;
  padding-bottom: 10px;
  padding-top: 0;
}
.news-content h5 a {
  color: #fff;
}
.news-content .news-link {
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.news-content .news-link:hover {
  color: #d2d1d0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.news-title {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.news-title:hover {
  color: #d2d1d0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.news-links-list {
  padding-top: 12px;
}
.news-links-list li {
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
  padding-right: 12px;
}
.news-links-list li a {
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.news-links-list li a:hover {
  color: #d2d1d0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.news-links-list li span {
  display: inline-block;
  padding-right: 8px;
  color: #385DC4;
  line-height: 15px;
}
.news-image {
  float: left;
}
.align {
  text-align: center;
}
.hovered_content {
  background: rgba(39, 39, 39, 0.77);
  width: 85.47008%;
  padding: 0;
}
.news-content-indent {
  float: left;
  width: 55.6923%;
  padding: 48px 68px 39px 48px;
}
.btn-primary {
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  background: #425fab;
  font-weight: bold;
  display: inline-block;
  border: 2px solid #fff;
  padding: 9px 84px;
  margin-top: 20px;
  position: relative;
  z-index: 3;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-primary:after {
  content: '';
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-primary:hover:after {
  width: 90%;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  color: #0a0503;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#newsak {
  position: absolute;
  right: 50px;
  top: -100px;
  width: 716px;
}
@media only screen and (max-width: 1920px) {
  #newsak {
    right: 10px;
    width: 620px;
	top: -80px;
  }
}
@media only screen and (max-width: 1680px) {
  #newsak {
    right: 10px;
    width: 420px;
	top: -30px;
  }
}
@media only screen and (max-width: 1199px) {
  .news-content-indent {
    padding: 48px 48px 39px 0px;
    width: 100%;
  }
  .hovered_content {
    padding: 20px 20px 0 20px;
  }
  .news-image {
    float: none;
  }
  #newsak {
    right: 10px;
    width: 420px;
  }
}
@media only screen and (max-width: 979px) {
  .news-box time {
    float: none;
    display: block;
    width: 100%;
  }
  .news-content {
    width: 100%;
    float: none;
  }
  .news-image {
    width: 100%;
  }
  #newsak {
	display: none;  
  }
}
@media only screen and (max-width: 479px) {
  .news-content {
    padding: 48px 20px 39px 20px;
  }
}
/* Contacts section
========================================================*/
#contacts {
  background: url(../img/contacts-bg.jpg) 50% 50%;
}
#contacts .social-contact {
  text-align: center;
  overflow: hidden;
}
#contacts .social-contact li:nth-child(1) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#contacts .social-contact li:nth-child(2) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#contacts .social-contact li:nth-child(3) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.contacts-indent {
  padding: 20px 0 90px 0;
}
.address {
  text-align: center;
  padding-bottom: 190px;
}
.address-title {
  color: #385DC4;
  font-size: 19px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 20px 0 46px 0;
}
address {
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
  color: #777777;
}
.contact-phone {
  padding: 20px 0 74px 50px;
}
.contact-phone li {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  padding-right: 40px;
}
.contact-phone li span {
  font-size: 24px;
  line-height: 24px;
  color: #385DC4;
  display: inline-block;
  position: relative;
  left: -10px;
  top: 10px;
}
@media only screen and (max-width: 479px) {
  .contact-phone li {
    font-size: 22px;
    line-height: 44px;
  }
}
#owl-contact {
  margin-top: 160px;
}
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #contact-form .buttons a {
    display: inline-block;
    margin-right: 8px;
    padding: 20px 62px;
  }
}
@media only screen and (max-width: 479px) {
  #contact-form .buttons a {
    display: inline-block;
    margin-right: 8px;
    padding: 20px 22px;
  }
}
#contact-form label {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-right: 29px;
}
#contact-form label.message {
  display: block;
  margin-right: 0;
}
#contact-form .last {
  margin-right: 0;
}
#contact-form fieldset {
  border: none;
}
@media only screen and (max-width: 1199px) {
  #contact-form label {
    margin-right: 4px;
  }
}
@media only screen and (max-width: 979px) {
  #contact-form label {
    margin-right: 0px;
    display: block;
  }
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 44px;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  color: #777777;
  text-transform: uppercase;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 255, 0.5);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 255, 0.5);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
input[type='text'], input[type='password'] {
  width: 80%;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  padding: 10px;
  outline: none;  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.2);
  margin: 0;
  color: #ccc;
  border: 1px solid #373737;
} 
@media only screen and (max-width: 979px) {
  input[type='text'], input[type='password'] {
    width: 100%;
  }
}

select {
  font-size: 13px;
  font-family: 'Lato', sans-serif;
 padding: 10px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.2);
  resize: none;
  color: #f2f2f2;
  border: 1px solid #373737;
}
option { color: black; }

/* Contact Form Textarea 
========================================================*/
textarea {
  width: 100%;
  line-height: 44px;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  padding: 8px 20px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.2);
  resize: none;
  height: 174px;
  color: #f2f2f2;
  border: 1px solid #373737;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
.error-message, #error, #message {
  color: #fff;
  overflow: hidden;
  font-size: 13px;
  padding: 0px 5px 0px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
  background: rgba(255, 0, 0, 0.5);
}
#error, #message {
	padding: 0.5em;
	border: 1px solid red;
	text-align: center;
	margin-bottom: 2em;
}
.empty-message, #message {
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid #CCC;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  overflow: visible;
  height: auto;
}
.invalid input,
.empty input,
.invalid textarea,
.empty textarea {
  border: 1px solid red;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  background-image: url('../img/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 30%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
}
#contact-form .modal h4 {
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #000 !important;
  font-size: 15px;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
  color: #525151 !important;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000 !important;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000 !important;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* Footer section
========================================================*/
#footer {
  text-align: center;
  padding: 50px 0;
  color: #AAA;
  font-weight: 300;
  font-size: 15px;
  line-height: 19px;
}
/* Privacy section
========================================================*/
.privacy-logo {
  position: relative;
  padding: 61px 0 10px 0;
  text-align: center;
  z-index: 2;
}
.privacy-logo a {
  text-decoration: none;
  color: #fff;
  background: #385DC4;
  display: inline-block;
  border-radius: 500%;
  width: 145px;
  height: 145px;
  font-weight: bold;
  font-size: 54px;
  line-height: 54px;
  text-transform: uppercase;
  letter-spacing: -3px;
  padding-top: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.privacy-slogan {
  position: relative;
  z-index: 2;
}
.privacy-slogan h2 {
  font-size: 30px;
  padding-bottom: 30px;
  padding: 0;
  font-weight: normal;
  line-height: 40px;
}
#privacy {
  padding-bottom: 70px;
  text-align: center;
}
#privacy > div {
  background-position: 50% 0 !important;
}
#privacy video {
  -webkit-transform: translate(-50%, 0%) !important;
  transform: translate(-50%, 0%) !important;
  top: 0 !important;
}
#privacy-content {
  text-align: center;
  background: #e9e9e9;
  color: #777777;
  font-weight: 300;
}
#privacy-content h2 {
  padding-bottom: 30px;
  padding-top: 50px;
}
#privacy-content p {
  padding-bottom: 28px;
}
.privacy-indent {
  padding: 0 50px 60px 50px;
}
.privacy-link {
  color: #385DC4;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.privacy-link:hover {
  color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .privacy-indent {
    padding: 0 10px 60px 10px;
  }
}
/* Categories section
========================================================*/
.categories-content {
  background: #f5f5f5;
  padding-bottom: 30px;
}
.categories-content .folio-link {
  text-transform: none;
}
.categories-content h2 {
  padding-top: 40px;
}
.categories-content h6 {
  font-size: 30px;
  line-height: 40px;
  color: #385DC4;
  padding-top: 30px;
}
.categories-content .category-link {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.categories-content .category-link:hover {
  color: #cecece;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .categories-content h6 {
    font-size: 23px;
    line-height: 30px;
    padding-top: 14px;
  }
  .categories-content .category-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .categories-content h6 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 4px;
  }
  .categories-content .category-link {
    font-size: 12px;
  }
}
/* Gallery section
========================================================*/
.gallery-content {
  padding: 0px 0 100px 0;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-content h2 {
  padding-bottom: 30px;
}
/* About page 
=========================================================*/
#general-video {
  position: relative;
  z-index: 10;
  padding: 100px 70px;
}
#general-video iframe {
  width: 560px;	
  height: 316px;
  float: right;
  box-shadow: 0 0 10px #000;
}
.blurb
{
    background: rgba(0, 0, 0, 0.7);
	width: 35%;
	padding: 20px;
	border-radius: 20px;
	position:relative;
	text-align: left;
	top: -50px;
}
.blurb h4 {
	font-size: 40px;
	padding: 0;
}
.blurb p {
	color: #DDD;
	padding: 0.5em 0;
}
.inforow {
	clear: both;
	padding-bottom: 2em;
}
.inforow p {
	text-align: left;
	padding: 0.4em 0;
	color: #CCC;
}
.inforow img.left, .inforow img.right {
	box-shadow: 0 0 10px #000;
}
.inforow img.left {
	float: left;
	margin: 10px 40px 40px 10px;
}
.inforow img.right {
	float: right;
	margin: 10px 10px 40px 40px;
}
@media only screen and (max-width: 1199px) {
	#general-video iframe {
		width: 400px;	
		height: 226px;
		float: right;
		box-shadow: 0 0 10px #000;
	}
	.blurb h4 {
		font-size: 30px;
	}
	.blurb p {
		font-size: 0.9em;
		line-height: 1em;
		padding: 0.5em 0;
	}

}
@media only screen and (max-width: 979px) {
	#general-video {
		padding: 30px 100px;
	}
	#general-video iframe {
		width: 560px;	
		height: 316px;
		box-shadow: 0 0 10px #000;
		float: none;
		margin: 0 auto;
	}
	.blurb
	{
		background: none;
		width: 100%;
		padding: 20px;
		top:0;
	}
	.inforow img {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	#general-video {
		padding: 30px 0;
	}
	#general-video iframe {
		width: 420px;	
		height: 237px;
	}
	h2 {
		font-size: 45px;
	}
}
@media only screen and (max-width: 479px) {
	.inforow img {
		width: 100%;
		float: none;
	}
	#general-video iframe {
		width: 270px;	
		height: 152px;
	}
	.blurb p {
		font-size: 1em;
		line-height: 1.2em;
		padding: 0.5em 0;
	}
	.blurb h4 {
		padding-top: 1em;	
	}
	.blurb
	{
		padding: 0;
	}
	h2 {
		font-size: 30px;
	}
}

/* Modules section */

.module-box {
  position: relative;
  padding: 40px 50px 38px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  margin: 25px 2%;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-size: 100% auto;
  background-position: 50% 50%;
  border: 1px solid #000;
  box-shadow: 0 0 4px #111;
}
.module-box:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-size: 125% auto;
  color: white;
}
.module-box.design:hover {
	-webkit-filter: grayscale(90%);
	filter: grayscale(90%);
	cursor: default;
	color: #BBB;
}
.module-icon {
  font-size: 117px;
  line-height: 120px;
  color: #fff;
  position: absolute;
  left: 72px;
  top: 68px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.module-title {
  font-size: 19px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  padding-bottom: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-shadow: 2px 2px 3px #000;
}
.module-subtitle {
  color: #aaa;
}
.module-description {
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-shadow: 1px 1px 2px #000;
}
.module-1 {
  background-image: url(../img/module-townsquare.jpg);
}
.module-2 {
  background-image: url(../img/module-swat.jpg);
}
.module-3 {
  background-image: url(../img/module-racing.jpg);
}
.module-4 {
  background-image: url(../img/module-identity.jpg);
}
.module-box:hover .module-icon,
.module-box:hover .module-title,
.module-box:hover .module-description {
  color: #fff;
  
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1199px) {
  .module-box {
    margin: 2em auto;
    float: none;
    width: 60%;
  }
}
@media only screen and (max-width: 979px) {
  .module-box {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .module-box {
    width: 100%;
    padding: 160px 50px 38px 50px;
	background-size: auto 100%;
  }
  .module-box:hover {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-size: auto 125%;
  }
  .module-icon {
    font-size: 117px;
    line-height: 120px;
    color: #fff;
    position: absolute;
    left: 50% !important;
    margin-left: -60px;
    top: 30px;
  }
}

/*========================================================
                    Widget styles
=========================================================*/
#w {
  height: 900px;
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #ccc;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #c0c0c0;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/

.orange { color: orange; }
.right { float: right; }
.left { float: left; }
.clear { clear: both; }

sup { vertical-align: super; font-size: 50%; }

.button {
  text-align: center;
}
.button {
  display: inline-block;
  margin-left: 15px;
  padding: 10px 20px;
}
dt {
	font-weight: bold;
	color: #7993D8;
}

section#home, section#info, section#news, section#services, section#statistics {
	border-bottom: 3px solid #333;
	-webkit-box-shadow: 0 0 35px 16px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 35px 16px rgba(0,0,0,0.75);
	box-shadow: 0 0 35px 16px rgba(0,0,0,0.75);
}

#block-left, #block-right {
	width: 500px;
	position: absolute;
	top: 0;
    bottom: 0;
	z-index: 0;
}
#block-left {
	background: url(/img/bg-block-left.png) right;
	left: 0;
}
#block-right {
	background: url(/img/bg-block-right.png);
	right: 0;
}
@media only screen and (max-width: 1680px) {
  #block-left, #block-right {
   width: 300px;
  }
}
@media only screen and (max-width: 979px) {
  #block-left, #block-right {
   width: 150px;
  }
}


#content-area {
	position: relative;	
}
#content-area #block-left, #content-area #block-right {
	width: 500px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 20;
}
#content-area #block-left {
	background: url(/img/bg-block-left.png) right;
	left: 0;
}
#content-area #block-right {
	background: url(/img/bg-block-right.png);
	right: 0;
}
@media only screen and (max-width: 1680px) {
  #content-area #block-left, #content-area #block-right {
   width: 300px;
  }
}
@media only screen and (max-width: 979px) {
  #content-area #block-left, #content-area #block-right {
   width: 150px;
  }
}

#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	background: rgba(29, 29, 29, 0.85);
	border: 1px solid #5375a2;
}

#tsheader {
	background: url(/img/tsscreen.jpg);
	background-position: 0% 25%;
	background-size: 100% auto;
	height: 400px;
	text-align: right;
	position: relative;
}
#tsheader div {
	position: absolute;
	right: 0;
	bottom: 20px;
	padding: 5px 0 5px 0;
	background: rgba(0, 0, 0, 0.65);
	width: 100%;
}
#tsheader h4 {
	padding: 0;
	font-weight: bold;
}
#tsheader h4, #tsheader span {
	text-shadow: 1px 1px 2px #000;
	padding-right: 25px;
}
@media only screen and (max-width: 979px) {
	#tsheader {
		background-size: auto 100%;
		background-position: center;
	}
}

.progressbar { 
	position: relative;
	height: 3em;
	background: rgba(0, 0, 0, 0.45);
}
.progressbar div {
	position: absolute;
	height: 50px;
	top: 0;
	left: 0;
	z-index: 15;
	background: rgba(20, 100, 40, 0.6);
}
.progressbar span {
	position: relative;
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 2em;
	z-index: 16;
}


.crowd-list {
  overflow: hidden;
  width: 100%;
  margin: 2em 0;
}
.crowd-box {
  position: relative;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  float: left;
  width: 46%;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #425fab;
  margin: 2%;
  background: rgba(0, 0, 0, 0.3);
}
.crowd-box:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0.7);
}
.crowd-iconlarge {
	float: left;
	font-size: 100px;
	text-shadow: 1px 1px 5px #000;
	margin-right: 50px;
}
.crowd-icon {
  margin-right: 2em;
  float: left;
  width: 164px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.crowd-icon img {
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
.crowd-title {
  font-size: 19px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  padding: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-shadow: 2px 2px 4px #000;
  background: rgba(0, 0, 0, 0.05);
}
.crowd-description {
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  color: #ccc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.crowd-items {
	font-size: small;
	color: orange;
}
.crowd-buy span {
	font-size: 1.25em;
}
.crowd-buy a {
	position: absolute;
	bottom: 15px;
	right: 25px;
}
#shop .info-box {
	 background: rgba(0, 100, 0, 0.15);
	 border: 1px solid #229922;
}

#shop .info-box:hover {
	 background: rgba(0, 100, 0, 0.65);
}

#shop .info-box-gold {
	background: rgba(160, 160, 60, 0.15);
	border: 1px solid #5b5941;
}

iframe[id^='twitter-widget-0'] {
	height:100% !important;
	margin-bottom:10px !important;
	width:100% !important;
}

.no-top-margin { margin-top: 0; padding-top: 0; }
table { width: 100%; }
.account-details-key { font-weight: bold; }
.aside-menu.right { left:0; right:0; }

.account-details-key, .account-details-value { float: left; width: 50%; margin-bottom:0; }
@media only screen and (max-width: 767px) {
  .account-details-key, .account-details-value { float: none; width: 100%; clear:both; }
  .account-details-value { margin-bottom: 1em }
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 30px; 
    line-height: 34px; 
  }
}

.claimables > div {
	display: inline-block;
	font-size: 0.8em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	background: rgba(60, 70, 100, 0.4);
	color: white;
	border: 1px solid white;
	padding: 4px 3em;
}

@media only screen and (max-width: 1920px) {
  #services, #news {
    background-size: auto 100%;
  }
}