/*FIRST*/
@charset "UTF-8";
/*@import url("//fonts.googleapis.com/css?family=Raleway:400,800");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");*/
.row:after {
  clear: both;
  content: "";
  display: table;
}
.row:before {
  content: "";
  display: table;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.55;
  color: #737373;
  /*font-weight: 400;*/
}
body a {
  /*color: #27b198;*/
  color: #056ec4;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
body a:hover {
  border-color: #eeeeee;
}

html, body {
	background-size: 360px !important;
}


code {
  background: #fff;
  color: #999999;
  padding: 2px 8px;
}

header {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  /*color: #1f8f7b;*/
  color: #056ec4;
  border-bottom: 1px solid dareken(#2dceb1, 15%);
  letter-spacing: 4px;
  padding: 15px 0;
  background: #fafafa;
  border-bottom: 1px solid #eeeeee;
}

.wrap {
  max-width: 48em;
  margin: 0 auto;
  padding: 2.5em 0 4em;
}

/*.row.last {
  border-bottom: 1px solid #eeeeee;
}*/

section {
  position: relative;
  padding: 30px 20px;
  width: 50%;
  min-height: 16em;
  float: left;
  background: #fafafa;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
section:nth-child(even) {
  border-right: 1px solid #eeeeee;
}
section.item-incorrect {
  background: #f6f6f6;
}
section.item-incorrect:before {
  position: absolute;
  z-index: 399;
  bottom: 0;
  right: 0;
  content: "";
  height: 0;
  width: 0;
  border: 35px solid;
  border-color: transparent #ff5c61 #ff5c61 transparent;
}
section.item-incorrect:after {
  line-height: 1.4;
  position: absolute;
  z-index: 499;
  font-family: 'fontawesome';
  content: "\2715";
  bottom: 0;
  right: 7px;
  font-size: 1.9em;
  /*color: #ff383e;*/
  color: #fafafa;
}
section.item-correct:before {
  position: absolute;
  z-index: 399;
  bottom: 0;
  right: 0;
  content: "";
  height: 0;
  width: 0;
  border: 35px solid;
  border-color: transparent #48d7bd #48d7bd transparent;
}
section.item-correct:after {
  line-height: 1.4;
  position: absolute;
  z-index: 499;
  font-family: 'fontawesome';
  content: "\2713";
  bottom: 0;
  right: 7px;
  font-size: 1.9em;
  /*color: #2dceb1;*/
  color: #fafafa;
}

input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
input[type="radio"] + label {
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
  margin: 5px 10px 5px 0;
  border: 1px solid #eeeeee;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
input[type="radio"] + label:before {
  content: "";
  font-family: 'fontawesome';
  /*margin-right: 7px;*/
  color: #2dceb1;
}
input[type="radio"] + label:hover {
  cursor: pointer;
}
input[type="radio"]:checked + label {
  background: #50d9c0;
  color: #1f8f7b;
}
input[type="radio"]:checked + label:before {
  content: "\2713";
  color: #1f8f7b;
}

.remember input {
	width: 16px;
	margin: 0 auto;
}

#login-button {
	margin: 28px;
}

.question {
  /*font-weight: bold;*/
  font-size: 10pt;
}
/*.choices {
	top: 10px;
	position: relative;
}*/

.submit {
  padding: 20px 5px;
}
.submit button {
  display: block;
  outline: none;
  width: 300px;
  margin: 1em auto 1.5em;
  padding: .8em 1em;
  background: #f8f8f8;
  color: gainsboro;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 1px solid #eeeeee;
}

#emc-score {
  text-align: center;
  opacity: 0;
  padding: 0;
  -ms-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
#emc-score.new-score {
  opacity: 1;
  background: #2dceb1;
  color: #fbfbfb;
  padding: 20px;
}

#emc-submit {
  position: relative;
  -ms-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
#emc-submit.ready-show {
  background: #2dceb1;
  color: #1f8f7b;
  border: none;
  border-bottom: 2px solid #26af96;
  box-shadow: 0 1px 1px rgba(68, 68, 68, 0.2);
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
#emc-submit.ready-show:hover {
  color: #fbfbfb;
  background: #27b198;
  border-color: #1f8f7b;
}
#emc-submit.ready-show:active {
  top: 2px;
  border-bottom: none;
}

#emc-progress {
  height: 100%;
  border: 1px solid #1f8f7b;
  background: #2dceb1;
}

#emc-progress_inner {
  width: 100%;
  height: 0;
  background: #1f8f7b;
  -ms-transition: height 0.33s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: height 0.33s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: height 0.33s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: height 0.33s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: height 0.33s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#emc-progress_ind {
  position: absolute;
  display: block;
  width: 100%;
  font-size: .7em;
  font-weight: bold;
  padding: 7px 5px 5px;
  top: 0;
  left: 0;
  text-align: center;
  color: #1f8f7b;
}

footer {
  position: fixed;
  width: 40px;
  height: 100%;
  background: rgba(251, 251, 251, 0.85);
  bottom: 0;
  left: 0;
  padding: 25px 12px 10px;
}

.attrib {
  padding: 10px 0;
  text-align: center;
}
.attrib i {
  margin-right: 7px;
  margin-left: 7px;
}

/*SECOND*/
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  /*src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wlxdr.ttf) format('truetype');*/
  src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  /*src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf) format('truetype');*/
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light');
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
body {
  font-family: monospace,'Source Sans Pro', sans-serif;
  font-weight: 300;
}
body ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: monospace,'Source Sans Pro', sans-serif;
  font-weight: 300;
}
body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: monospace,'Source Sans Pro', sans-serif;
  opacity: 1;
  font-weight: 300;
}
body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: monospace,'Source Sans Pro', sans-serif;
  opacity: 1;
  font-weight: 300;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: monospace,'Source Sans Pro', sans-serif;
  font-weight: 300;
}
.wrapper {
  /*background: #50a3a2;*/
  background: linear-gradient(to bottom right, #056ec4 0%, rgba(5, 110, 196, 0.4) 100%);
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 103%;
  margin-top: -80px;
  overflow: hidden;
   -webkit-transition: height .3s .3s ease-out;
   -ms-transition: height .3s .3s ease-out;
   -o-transition: height .3s .3s ease-out;
   -moz-transition: height .3s .3s ease-out;
          transition:  height .3s .3s ease-out;
}
.wrapper .container h1{
  margin: 0.67em 0;
}
.wrapper.form-success .container h1 {
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}
.wrapper.form-success .container h2 {
  opacity:0;
}
.wrapper.form-unsuccess .container h2 {
  opacity:1;
  color:#ffeb3b;
}
.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 0;
  height: 400px;
  text-align: center;
}
.container h1 {
  font-size: 28pt;
  transition-duration: 1s;
  transition-timing-function: ease-in-put;
  font-weight: 200;
  color: white;
  letter-spacing: 6px;
}
.container h2 {
  color: white;
  letter-spacing: 1px;
  font-size: 15pt;
}
form {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  transition-duration: 0.25s;
  font-weight: 300;
}
form input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
form input:focus {
  background-color: #fff;
  width: 300px;
  /*color: #53e3a6;*/
  /*color: #617e73;*/
  color: #e0756d;
  font-size:12pt;
  font-weight: bold;
  letter-spacing: 3px;
}
form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background-color: #fff;
  border: 0;
  padding: 8px 15px;
  /*color: #53e3a6;*/
  color: #056ec4;
  border-radius: 3px;
  width: 250px;
  cursor: pointer;
  font-size: 18px;
  transition-duration: 0.25s;
  letter-spacing: 3px;
}
form button:hover {
  background-color: #f5f7f9;
}
.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}

/*THIRD*/
.text-warning {position:absolute; top :5px; width:90%;}
.text-warning > span > strong{text-transform:uppercase;}
.text-warning .main-warning > strong{text-transform:uppercase;}
.text-warning .secondary-warning{font-size: 12pt;background: #056ec4;color: #fff; padding: 3px; position: absolute; top: 0; right: -62%; width: 50%;}




.box { height: 70%;}
/*.form input:focus{ font-size: 10pt !important;}*/
.form input:focus{ font-size: 15pt !important;}
//.form input::placeholder { color: white;}
canvas {
  display:block;
  /*margin:20px auto;*/
  position: fixed;
  right: 50px;
  top: 15%;
  z-index:1;
}
#s_logo {
	display:none;
	left: -145px;
    /*transition: all 1s 0s linear;*/
	z-index:1;
	width:160px;
	top:20%;
	margin-left:1em;
	position:fixed;
	margin: 0px;
    background: #fafafa;
    padding: 20px;
	box-shadow: 0px 0px 1px 0px #dcd6d6;
	
	-moz-transition: all .3s 0s linear;
	-ms-transition: all .3s 0s linear;
	-o-transition: all .3s 0s linear;
	-webkit-transition: all .3s 0s linear;
	transition: all .3s 0s linear;
}

#s_logo:hover {
	left: 0px;
}
#logout {
	cursor: pointer;
	display:none;
}
#mycanvas {
	padding-top: 10px;
	/*background-color: #FFEB3B3B;*/
	/*background-color: #9fe2d63b;*/
	background-color: #f8f8f8;
    border-radius: 150px;
	border-bottom-left-radius: 150px;
	display:none;
	
	-webkit-transition: all 1s 0s linear;
	-ms-transition: all 1s 0s linear;
	-o-transition: all 1s 0s linear;
	-moz-transition: all 1s 0s linear;
	transition: all 1s 0s linear;
	
}

div.cs-select {
	float:left;
	margin-top: 30px;
}

button.button--itzel {
	float:right;
	margin-top: 45px;
}
#admin_option {
	display:none;
	position: absolute;
	width:60px;
	height:60px;
	right:3%;
	top:20px;
	cursor:pointer;
}

#admin_option i {
	margin-left:5px;
}

@media screen and (max-width: 1400px) and (min-width: 0px) {
	div.cs-select {max-width:100%;}

	.cs-placeholder {
		font-size:0.8em;
	}
	button.button--itzel {
		width: 100%;
		margin: auto auto;
		top:60px;
		float:none;
	}
	
	.row section {
		width: 60%;
	}
}

@media screen and (max-width: 780px) and (min-width: 0px) {
	div.cs-select {
        margin-top: 60px;
	}
	.cs-placeholder {
		font-size:0.6em;
	}
	.wrapper {
		height: 104%;
	}
	.row section {
		width: 60%;
	}
	.text-warning .secondary-warning{
		right: -58%;
		width: 50%;
	}
	
}
@media screen and (max-width: 480px) and (min-width: 0px) {
	canvas {
		right: -28px;
		top: 20%;
	}
	div.cs-select {
        margin-top: 120px;
	}
	.cs-placeholder {
		font-size:0.5em;
	}
	.submit button {
		float: left;
	}
	.text-warning {
		width: 82%;
	}
	.text-warning .secondary-warning{
		font-size: 10pt;
		right: -70%;
		width: 58%;
	}
}
@media screen and (max-width: 360px) and (min-width: 0px) {
	div.cs-select {
        margin-top: 90px;
	}
	.cs-placeholder {
		font-size:0.6em;
	}
	.text-warning {
		width: 80%;
	}
	.wrapper {
		height: 105%;
	}
}
@media screen and (max-height: 1500px) and (min-height: 0px) {
	.wrapper .container h1{
	  margin: 0.3em 0;
	} 
}



.form input::placeholder { 
    color: #fff;
    opacity: 1; 
}
.form input:-ms-input-placeholder { 
    color: #fff;
}
.form input::-ms-input-placeholder {
    color: #fff;
}
.form input::-webkit-input-placeholder {
  color: #fff;
}
.form input::-moz-placeholder {
  color: #fff;
}
.form input:-ms-input-placeholder {
  color: #fff;
}
.form input:-moz-placeholder {
  color: #fff;
}


@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url(fonts/logon-o.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(fonts/logon-u.ttf) format('truetype');
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
body ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
.wrapper {
  background: #50a3a2;
  background: linear-gradient(to bottom right, #17548a 0%, #175489 100%);
  position: absolute;
  top: 53%;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: -200px;
  overflow: hidden;
}
.wrapper.form-success .container h1 {
  -webkit-transform: translateY(85px);
          transform: translateY(85px);
}
.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 0;
  height: 400px;
  text-align: center;
}
.container h1 {
  font-size: 40px;
  transition-duration: 1s;
  transition-timing-function: ease-in-put;
  font-weight: 200;
}
.container h2 {
  opacity:1;
  transition: opacity .1s linear;
}
.form {
  padding: 20px 0;
  position: relative;
  opacity:1;
  transition: opacity .3s linear;
  z-index: 2;
}
.form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color: white;
  transition-duration: 0.25s;
  font-weight: 300;
}
.form input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.form input:focus {
  background-color: white;
  width: 300px;
  color: #53e3a6;
  color: #777;
  /*font-size: 21px;*/
}
.form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background-color: white;
  border: 0;
  padding: 10px 15px;
  color: #53e3a6;
  color: #555;
  border-radius: 3px;
  width: 250px;
  cursor: pointer;
  font-size: 18px;
  transition-duration: 0.25s;
}
.form button:hover {
  background-color: #f5f7f9;
}
.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
.title-login {
	font-family: Century Gothic;
}
.subtitle-login {
	font-family: Century Gothic;
}

@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
	.wrapper{top:30%;}
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
	.wrapper{top:40%;}
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 400px) and (max-width: 900px) and (orientation: portrait){
	.wrapper{top:30%;}
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.wrapper{margin-top:0;top:40%}
	.wrapper .container{padding: 8px 0;}
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {}
