/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Cuprum:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
/* Colors */
/* North Main Styles */
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: 'Cuprum', sans-serif;
  -webkit-font-smoothing: antialiased; }

body {
  overflow-x: hidden; }

section {
  background-size: cover; }

::selection {
  color: white; }

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none; }

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none; }

/* Background Animation */
@-webkit-keyframes BackgroundAnimation {
  from {
    background-position: 0px 0px; }
  to {
    background-position: 9600px 0px; } }
@-moz-keyframes BackgroundAnimation {
  from {
    background-position: 0px 0px; }
  to {
    background-position: 9600px 0px; } }
@-ms-keyframes BackgroundAnimation {
  from {
    background-position: 0px 0px; }
  to {
    background-position: 9600px 0px; } }
/* North First Styles */
/* Containers */
.container {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0; }

.inner {
  width: 100%;
  height: auto;
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  padding: 100px 0; }

.inner:after,
.inner:before {
  clear: both; }

/* Page Loader */
#pageloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 99999; }

.outter {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 60px;
  height: 60px;
  border-radius: 80px 0 0 80px;
  border-left: solid 5px;
  -webkit-animation: rotate  1.3s linear 0 infinite normal;
  -moz-animation: rotate  1.3s linear 0s infinite normal;
  -o-animation: rotate  1.3s linear 0 infinite normal;
  -ms-animation: rotate  1.3s linear 0 infinite normal;
  animation: rotate  1.3s linear 0 infinite normal; }

.mid {
  top: 15px;
  left: 15px;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50px 0 0 50px;
  border-left: solid 4px;
  display: none;
  -webkit-animation: rotate 3.3s linear 0 infinite normal;
  -moz-animation: rotate 3.3s linear 0s infinite normal;
  -o-animation: rotate 3.3s linear 0 infinite normal;
  -ms-animation: rotate 3.3s linear 0 infinite normal;
  animation: rotate 3.3s linear 0 infinite normal; }

/* Back To Top Button */
#back-top {
  width: 35px;
  height: 35px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  text-align: center; }

#back-top a {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #d0112b;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  line-height: 35px;
  border-radius: 8px;
  color: #d0112b; }

#back-top a:hover {
  opacity: 1; }

/*# sourceMappingURL=style.css.map */
