@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Coustard);
/*
Ex-Mass - Coming Soon Template

Content Tabel
+---------------+

-LESS Variables
-General Classes
-Common-Stuff

-Animation Elements
Style1
Style2

-Preloader

-Browsers Hacks


*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*Default Value don change these for styles. use below variables (in each style section)*/
.white {
  color: #ffffff !important;
}
.black {
  color: #000000 !important;
}
.gray {
  color: #abb0ac !important;
}
canvas {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%!important;
}
.font {
  font-family: 'Open Sans', sans-serif;
}
.font2 {
  font-family: 'Coustard', serif;
}
img {
  width: auto\9;
  max-width: 100%;
}

.col-sm-6 {
  width:45%;
  margin-right: 3%;
  float: left;

}
/*  General classes  */
.no-margin {
  padding: 0;
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-margin-left {
  margin-left: 0;
  padding-left: 0;
}
.no-margin-right {
  margin-right: 0;
  padding-right: 0;
}
a:hover,
a:focus,
a:active {
  color: #7c519d;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: #7c519d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

html,
body,
.wrapper {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
  background-color: #000000;
  margin: 0;
  position: relative;
  padding: 0;
}

body.inner{
  background: blue;
  overflow-x: hidden;
  overflow-y: auto;
}

.headerimg > img{
  width: 100%;
  height: auto;
}

.content{
  padding: 30px;
  color: white;
}
.work-image{
  margin-bottom: 50px;
  text-align:center;
}

.work-image img{
    width:100%;
}

.work-video{
  margin-bottom:100px;

}

.button-return a{
  background: #ff36e0;
  color: white !important;
  padding: 20px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  position: fixed;
  width: 100px;
  top: 27px;
  left: 0px;
  text-align: center;
  font-weight: 500;
}
.button-return a:hover{
  background: white;
  color: #a5098e !important;
  padding: 20px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  position: fixed;
  width: 100px;
  top: 27px;
  left: 0px;
  text-align: center;
  font-weight: 500;
}

.content h1{
  color:blue;
  background-color: yellow;
  width: fit-content;
  width:-moz-fit-content;
  padding-left: 10px;
  padding-right:10px;

}
.content h2{
  color:yellow;
}
.content p{
  font-size:14px;
}


::-webkit-scrollbar {
        width: 8px;
    }
    ::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px grey;
      border-radius: 10px;
  }

    ::-webkit-scrollbar-thumb{
      background-color: yellow;
      border-radius: 2px;
    }

p {
  line-height: 1.75;
  font-size: 13px;
}
::-moz-selection {
  background-color: #7c519d;
  color: #ffffff;
  text-shadow: none;
  -webkit-text-shadow: none;
}
::selection {
  background-color: #7c519d;
  color: #ffffff;
  text-shadow: none;
  -webkit-text-shadow: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul li{

	list-style-type:none;

}

a,
button,
a:hover,
button:hover,
a:focus,
button:focus,
a.active,
button.active {
  outline: none!important;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #472e5a;
}
.uppercase {
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: 'arial', serif;
  font-weight: 400!important;
}
.col-sm-2{
	width:20%;
}
.col-sm-4{
	width:40%;
}

.linkks{
  background-color:#00d9ff;
  color:black;
  padding: 2px;
  margin-right:12%;
  font-weight: 600;
  font-size:20px;
  width: fit-content;
  width:-moz-fit-content;


}
.linkks:hover{
  background-color: magenta;
  border-bottom:1px solid magenta;
  color:black;
  z-index: 10;

}

.Gifs{


    position:absolute;
    z-index:99;
}

.row{
  margin-left:0px !important;
}

#home, #cv, #work, #curatorial, #subscribe {
    min-height: 500px;
}


.mails a{
  letter-spacing: 7px;
  color: #02fdc8;
}
.mails a:hover{
  color:rgb(216, 0, 169);

}

	#cv h2 {
		font-size:18px;
		color:black;
		background-color:yellow;
		width:max-content;
		width:-moz-max-content;

	}
	#cv img{
    width:37%;
    height: 30%;
    margin-left: 40px;
	}
	.cv-content li{
		background-color:#7e00b163;
	width:fit-content;
  font-size:12px;
  font-weight: 200;
	}
	.cv-content p{
    font-size:16px;
    margin-top:10px;
    margin-bottom: 0px !important;
	}

	.color-p{
    color:yellow;
    margin-top: 0px;
    margin-bottom: 0px;
	}
	.purple-p{
		background-color:#7e00b163;
    width:fit-content;
    margin-top:0px;
		width:moz-fit-content;
	}

    .mrg-l{
        margin-left:30px;
    }




    #home h1 {
        background-color: #fe00ae;
        width: fit-content;
        width: -moz-fit-content;
        padding-right: 5px;
        padding-left: 5px;
    }
.capital {
  text-transform: capitalize;
}
#loading {
  visibility: hidden;
}
*:focus {
  outline: none;
}
.inline {
  display: inline-block;
}
.center-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.container {
    margin: 2rem auto;
}

.containerr{
    padding-right:50px;
    padding-left:50px;
    padding-top:10px;
    padding-bottom:10px;

}

.gallery {
    display: grid;
    max-width: 100%;
    margin: 0 auto;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-auto-rows: minmax(150px, auto);

}

.works{
    height:400px;
    overflow:auto;
}
.gallery-item {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    transition: all .3s;
}
.gallery a {
  color:white;
  background-color:magenta;
  width:80%;
  text-align: center;
  padding: 25px;
  font-weight:500;
}
.gallery a:hover{
  color:white;

  background-color:magenta;
  font-weight:500;
}

.linkss {
  color:white!important;
  font-weight: 600;
  margin-right:12%;
}
.linkss:hover{
  color:magenta!important;
  font-weight: 600;

}

.dlcv{

    background-color:red;
    color:white;
    font-weight:600;
    font-size:20px;
    padding:2px;
    width: fit-content;
  width:-moz-fit-content;
}

.dlcv:hover{

    background-color:white;
}



    .gallery-item:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
    }

    .gallery-item img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
.error {
  font-size: 13px;
  line-height: 18px;
  color: #7c519d;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.animate {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.animate2 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-icons {
  bottom: 245px;
  position: absolute;
  left:0px;
}
.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-icons li {
  background-color:transparent;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66323232', endColorstr='#66323232');
  padding: 100px 10px 10px 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icons li:not([dummy]) {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}
.resume{
    height:300px;
    overflow:auto;
}
.social-icons li:hover {
  /*background-color: rgba(50, 50, 50, 0.45);*/
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73323232', endColorstr='#73323232');
  padding-bottom: 20px;
}
.social-icons li:hover:not([dummy]) {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}
.social-icons li:hover a {
  top: 10px;
}




.social-icons li a {
  color: #2f00fc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 0;
  position: relative;
  display: inline-block;
}
.social-icons li a:hover {
  color: #00fdc6;
}
section,
header {
  position: relative;
}
.fontawesome {
  font-family: fontawesome;
}
.letterspace1 {
  letter-spacing: 1px;
}
.letterspace2 {
  letter-spacing: 2px;
}
.letterspace3 {
  letter-spacing: 3px;
}
.le-input {
  background-color: #f4f4f4;
  border: none;
  color: #000000;
  border-radius: 3px;
  padding: 10px;
}
.le-btn {
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.2;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #7c519d;
  font-size: 13px;
  padding: 10px 15px;
  letter-spacing: 1px;
}
.le-btn:hover {
  background-color: #61407b;
  color: #ffffff;
  cursor: pointer;
}
.le-btn:focus,
.le-btn.active,
.le-btn:active {
  background-color: #b5bab2;
  color: #ffffff;
}
.le-btn.big {
  padding: 15px 30px;
  font-size: 16px;
}
.le-btn.icon-btn {
  padding: 9px 10px 9px 10px;
}
.le-btn.icon-btn:before {
  font-size: 19px;
  width: 19px;
  height: 19px;
  line-height: 19px;
}
.le-btn.small {
  font-size: 10px;
  padding: 9px 12px;
}
.bold {
  font-weight: bold!important;
}
.bold100 {
  font-weight: 100!important;
}
.bold200 {
  font-weight: 200!important;
}
.bold300 {
  font-weight: 300!important;
}
.bold400 {
  font-weight: 400!important;
}
.bold500 {
  font-weight: 500!important;
}
.bold600 {
  font-weight: 600!important;
}
.bold700 {
  font-weight: 700!important;
}
.bold800 {
  font-weight: 800!important;
}
.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.italic {
  font-style: italic;
}
/*Sections*/
.wrapper {
  position: absolute;
  width: 100%;
}
/*Counter*/
#coundown-holder {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.dash {
  vertical-align: bottom;
  display: inline-block;
  position: relative;
}
@keyframes motion {
  0% {
    text-shadow: 0;
    color: pink;
    opacity: 0;
  }
  50% {
    text-shadow: 1px 0.33333px 0 #ffbbc7,2px 0.66667px 0 #ffb6c3,3px 1px 0 #ffb1be,4px 1.33333px 0 #ffacba,5px 1.66667px 0 #ffa7b6,6px 2px 0 #ffa1b2,7px 2.33333px 0 #ff9cae,8px 2.66667px 0 #ff97a9,9px 3px 0 #ff92a5,10px 3.33333px 0 #ff8da1,11px 3.66667px 0 #ff889d,12px 4px 0 #ff8398,13px 4.33333px 0 #ff7e94,14px 4.66667px 0 #ff7990,15px 5px 0 #ff748c,16px 5.33333px 0 #ff6e88,17px 5.66667px 0 #ff6983,18px 6px 0 #ff647f,19px 6.33333px 0 #ff5f7b,20px 6.66667px 0 #ff5a77;
    color: #white;
    opacity: 1;
  }
  100% {
    text-shadow: 0;
    color: pink;
    opacity: 0;
  }
}
.headerr {
  color: #8d0019;
  transition: text-shadow ease-in 2s, color ease-out 4s;

  margin: 10px auto;
  letter-spacing: 0.9em;
  text-transform: uppercase;
  font-size: 3em;
  background-color:white;
  width:-moz-max-content;
  width:-max-content;
  float:left;
}

span {
  text-align: center;
}
span:nth-child(1) {
  color: #ffbbc7;
  animation: motion;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-delay: 0.33333s;
}
span:nth-child(2) {
  color: #ffb6c3;
  animation: motion;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-delay: 0.66667s;
}
span:nth-child(3) {
  color: #ffb1be;
  animation: motion;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
span:nth-child(4) {
  color: #ffacba;
  animation: motion;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-delay: 1.33333s;
}
span:nth-child(5) {
  color: #ffa7b6;
  animation: motion;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-delay: 1.66667s;
}
span:nth-child(6) {
  color: #ffa7b6;
  animation: motion;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-delay: 2s;
}



.dash:first-child {
  margin-left: 0;
}
.dash .digit {
  font-size: 55px;
  font-weight: 100!important;
  float: left;
  width: 33px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  position: relative;
}
.hours_dash:after,
.minutes_dash:after {
  content: ":";
  display: inline-block;
  color: #ffffff;
  font-weight: 100!important;
  font-size: 55px;
}
.days_dash {
  margin-right: 10px;
}
.days_dash .dash_title {
  top: 30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  position: absolute;
  right: -23px;
  width: auto;
}
.days_dash .digit {
  font-weight: 600!important;
  font-size: 100px;
  width: 60px;
  line-height: 1;
}
.dash_title {
  display: inline-block;
  width: 100%;
  font-weight: bold!important;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dev_comment {
  font-size: 20px;
  text-align: center;
  font-style: italic;
  margin: 40px 10px;
}
@keyframes showLine {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}
#counter-caption {
  text-transform: capitalize;
  font-family: 'Coustard', serif;
  line-height: 1.2;
  text-align: right;
  font-size: 26px;
  color: #ffffff;
}
.iconic-line {
  position: relative;
  display: block;
}
.iconic-line:after {
  display: inline-block;
  height: 1px;
  animation: showLine 1s ease 4s forwards;
  margin: 0 10px;
  content: "";
  margin: auto;
  vertical-align: middle;
  background-color: #ffffff;
}
.iconic-line img {
  display: inline-block;
  vertical-align: middle;
}
.highlight {
  color: #7c519d;
}
mark {
  color: #7c519d;
  background-color: transparent;
}
hr {
  border-top: none;
  border-bottom-color: #ffffff;
}
.page {
  padding: 15px;
  left: -110%;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  position: absolute;
  top: 10%;
  color: #ffffff;
  width: 60%;
  min-height:390px;
}
.page h1 {
  text-transform: uppercase;
  font-size: 43px;
}
.page.active {
  left: 20px;
}
.page .body p:last-child {
  margin-bottom: 0;
}
.fixed {
  position: fixed;
}
.alert-success {
  font-weight: bold!important;
  font-size: 18px;
}
label.error {
  position: absolute;
  bottom: -20px;
  font-weight: bold!important;
  right: 0;
  margin: auto;
  text-align: left;
  left: 0;
}
/*------------------------------------*\
    $Functions
\*------------------------------------*/
@keyframes glitchOne {
  100% {
    clip: rect(29px, 9999px, 95px, 0);
  }
  95% {
    clip: rect(72px, 9999px, 15px, 0);
  }
  90% {
    clip: rect(93px, 9999px, 73px, 0);
  }
  85% {
    clip: rect(58px, 9999px, 7px, 0);
  }
  80% {
    clip: rect(73px, 9999px, 65px, 0);
  }
  75% {
    clip: rect(58px, 9999px, 69px, 0);
  }
  70% {
    clip: rect(21px, 9999px, 10px, 0);
  }
  65% {
    clip: rect(31px, 9999px, 50px, 0);
  }
  60% {
    clip: rect(47px, 9999px, 61px, 0);
  }
  55% {
    clip: rect(26px, 9999px, 93px, 0);
  }
  50% {
    clip: rect(0px, 9999px, 48px, 0);
  }
  45% {
    clip: rect(59px, 9999px, 22px, 0);
  }
  40% {
    clip: rect(99px, 9999px, 21px, 0);
  }
  35% {
    clip: rect(65px, 9999px, 72px, 0);
  }
  30% {
    clip: rect(14px, 9999px, 97px, 0);
  }
  25% {
    clip: rect(82px, 9999px, 65px, 0);
  }
  20% {
    clip: rect(69px, 9999px, 32px, 0);
  }
  15% {
    clip: rect(2px, 9999px, 83px, 0);
  }
  10% {
    clip: rect(53px, 9999px, 70px, 0);
  }
  5% {
    clip: rect(29px, 9999px, 84px, 0);
  }
}
#coundown-holder {
  text-align: center;
}
.form-holder form .input-group-addon {
  vertical-align: middle;
  display: inline-block;
}
.form-holder form .input-group-addon .le-btn {
  vertical-align: middle;
  display: inline-block;
  border-radius: 0 5px 5px 0;
  padding: 10px;
  line-height: 15px;
  min-width: 80px;
  font-size: 11px;
  margin-left: -5px;
}
.form-holder form .input-group {
  position: relative;
}
.form-holder form .input-group .le-input {
  vertical-align: middle;
  height: 15px;
  display: inline-block;
  padding: 10px;
  border-radius: 5px 0 0 5px;
}

.foot{
    visibility:visible;
    animation-delay:1s;
    animation-name:fadeInLeft;
    bottom:37%;
	text-align:right;
	right:100px;
}
footer {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
footer .copyright {
  font-size: 12px;
  color: #ffffff;
}
footer .copyright p {
  margin: 0;
}
footer nav {
  margin-bottom: 10px;
}
footer nav a {
  text-transform: capitalize;
  border-bottom: 3px solid transparent;
}
footer nav a,
footer nav a:focus,
footer nav a:active {
  color: #ffffff;
}
    footer nav a.active {
        border-bottom-color: #fe00ae;
    }
footer nav ul {
  list-style: none;
}
footer nav ul li {
  display: inline-block;
  margin-right: 9px;
}
/*------------------*/
.goto-top {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #cfd2cd;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: fixed;
  opacity: 0;
  right: 20px;
  bottom: 20px;
  z-index: 2000;
  padding: 20px;
}
.goto-top:after {
  content: "^";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}
/*Preloader*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 5000;
  /* makes sure it stays on top */
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace.pace-inactive .pace-progress {
  display: none;
}
.pace .pace-progress {
  position: fixed;
  z-index: 7000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 100px;
  margin: auto;
  height: 5rem;
  width: 5rem;
}
.pace .pace-progress:after {
  display: block;
  position: absolute;
  top: 0;
  right: .5rem;
  content: attr(data-progress-text);
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 5rem;
  line-height: 1;
  text-align: right;
  color: #ffffff;
}
#status {
  width: 160px;
  height: 20px;
  position: absolute;
  z-index: 6000;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: 50px;
  background-image: url(../images/page-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 940px) {
  .social-icons li {
    padding: 10px;
  }
  .page {
    top: 100px;
    width: 90%;
  }
  .page.active {
    left: 0;
    right: 0;
    margin: auto;
  }
  .page h1 {
    font-size: 25px;
  }
  .page h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .page .body *,
  .page .body .le-btn {
    font-size: 12px;
  }
  #counter-caption {
    font-size: 16px;
  }
  .days_dash .digit {
    font-size: 60px;
    width: 35px;
  }
  .days_dash .dash_title {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    top: 0;
    position: relative;
    width: auto;
    right: 0;
  }
  .days_dash {
    margin-right: 0px;
  }
}
@media all and (max-width: 700px) {
  .le-btn {
    padding: 10px 15px;
  }
  footer nav ul li {
    font-size: 12px;
  }
  .copyright p {
    font-size: 10px;
  }
  #counter-caption {
    font-size: 12px;
  }
  .days_dash {
    bottom: 3px;
  }
  .days_dash .digit {
    font-size: 40px;
    width: 25px;
  }
  .dash {
    margin-left: 0px;
  }
  .digit {
    width: 20px!important;
    font-size: 30px!important;
  }
  .hours_dash:after,
  .minutes_dash:after {
    font-size: 30px;
  }
}
@media all and (max-width: 450px) {
  .form-holder form .input-group .le-input {
    border-radius: 5px;
    width: 90%;
    max-width: 100%;
    margin: 0;
  }
  .form-holder form .input-group-addon {
    display: block;
  }
  .form-holder form .input-group-addon .le-btn {
    display: block;
    border-radius: 5px;
    width: 60%;
    margin: 10px auto 0;
  }
  .social-icons {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;

    margin: auto;
    top:10px;
  }
  footer {
    position: relative;
    margin: 20px 0 ;
  }
  .page {
    top: 0;
    width: 90%;
    position: relative;
    display: none;
  }
  .page,
  .page.active {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .page.active {
    display: block;
  }
  form .input-group-addon .le-btn {
    width: 50px;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    font-size: 11px;
    margin-left: 0px;
  }
  form .input-group .le-input {
    display: block;
    max-width: 170px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
  }
  #coundown-holder {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 30px 0;
  }
  #coundown-holder #counter-caption {
    text-align: center;
    margin: 10px 0;
    width: 100%;
  }
}
/*Browsers Hacks*/
.ie10 #container,
.ie9 #container {
  background: url(../images/bg.gif) repeat #000000;
  background-size: cover;
  background-position: center center;
}
.ie9 .page-holder {
  background-color: #000000;
  filter: none!important;
}
/*# sourceMappingURL=stylesheet.css.map */
