@CHARSET "ISO-8859-1";
@font-face {
    font-family: Kelson;
    src: url('../font/Kelson Sans Regular.otf');
}

@font-face{
  font-family: Lobster;
  src: url('../font/Lobster 1.4.otf');
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../font/glyphicons-halflings-regular.eot');
  src: url('../font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../font/glyphicons-halflings-regular.woff2') format('woff2'), url('../font/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
  font-family: 'Quarca';
  src: url('../font/QuarcaCondBook.otf');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Large desktop */
@media (min-width: 1200px) {
  body {font-size:100%;}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  body {font-size:80%;}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body {font-size:70%;}
}

/* Landscape phones and down */
@media (max-width: 480px) {
  body {font-size:60%;}
}



/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	//font-family: Kelson;
	font-family: 'Montserrat', sans-serif;
	color: #eee;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
  font-family: Quarca;
	font-size: 6em;
}
h2{
  font-family: Quarca;
	font-size: 4em;
  margin-bottom: 30px;
}
h3{
  font-family: Quarca;
	font-size: 2.5em;
}
p{
	font-size: 1.8em;
	margin-bottom: 10px;
}

.small{
  font-size: 1.3em;
   margin-bottom: 5px
 }

.intro p{
	width: 70%;
	margin: 0 auto;
	font-size: 1.8em;
}
.section{
	text-align:center;
}


@media (max-width: 970px) {
  #nav-burger{
    display: block;
  }
  #menu{
    position: absolute;
    z-index: 10;
    top: 50px;
    bottom: 0;
    background-color: rgba(0, 0, 0,0.5);
    transform: translateX(-100%);
    transition: transform 0.2s ease-in-out;
    font-size: 10px;
  }

  #menu.open{
    transform: translateX(0);
  }


  #menu li {
    margin: 10px;
  }
  #menu li.active{
    border: 1px solid #fff;
    color: #eee;
  }
  #menu li a{
    text-decoration:none;
    color: #eee;
    font-size: 1.2em;
  }
  #menu li.active a:hover{
    background: rgba(255,255,255, 0.8);
    color: #000;
  }
  #menu li:hover{
    background: rgba(255,255,255, 0.8);
  }
  #menu li:hover > a{
    color: #000;
  }

  #menu li a,
  #menu li.active a{
    padding: 9px 18px;
    display:block;
  }
  #menu li.active a{
    color: #eee;
  }
}

@media (min-width: 971px) {
  #nav-burger{
    display: none;
  }
  #menu li {
  	display:inline-block;
  	margin: 10px;
  }
  #menu li.active{
  	border: 1px solid #fff;
  	color: #eee;
  }
  #menu li a{
  	text-decoration:none;
  	color: #eee;
  	font-size: 1.2em;
  }
  #menu li.active a:hover{
  	background: rgba(255,255,255, 0.8);
  	color: #000;
  }
  #menu li:hover{
  	background: rgba(255,255,255, 0.8);
  }
  #menu li:hover > a{
  	color: #000;
  }

  #menu li a,
  #menu li.active a{
  	padding: 9px 18px;
  	display:block;
  }
  #menu li.active a{
  	color: #eee;
  }
  #menu{
  	position:fixed;
  	top:0;
  	left:0;
  	height: 40px;
  	z-index: 70;
  	width: 100%;
  	padding: 0;
  	margin:0;
  }
}

/********Sections**********/
#section0{
	background: #333 url("../img/portada0.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  //transition: background 1s ease-in-out;
   //-webkit-transition: background 1s ease-in-out;
}

.title, .wrapper{
    animation-duration: 6s;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -o-animation-delay: .3s;
}

.title{
      opacity: 0;
}

.fp-tableCell{
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -o-animation-delay: .3s;
}
.fp-slides{
   animation-duration: 6s;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -o-animation-delay: .3s;
}

#section1:before{
	background: #333 url("../img/bg3.jpg") no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#section2:before{
	background: #333 url("../img/bg4.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#section3:before{
	background: #333 url("../img/bg-colab.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#section4:before{
	background: #333 url("../img/bg5.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#section5:before{
	background: #333 url("../img/bg-contact.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-image {
  background: #007ece;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bg-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: .9;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}


.card {
  color: #eee;
  text-overflow: ellipsis;
 /// border-top-left-radius: 2px;
  //border-top-right-radius: 2px;
  //border-left: 1px solid #eeeeee;
  //border-right: 1px solid #eeeeee;
  //border-top: 1px solid #eeeeee;
  //border-bottom-left-radius: 5px;
  //border-bottom-right-radius: 5px;
  //border-bottom: 2px solid #e0e0e0;
  padding: 10px;
  width: 90%;
  min-height: 450px;
  max-width: 900px;
  text-align: left;
  margin: 0 auto;
}


.card h1 {
  padding-top: 0;
  margin-top: 0.3em;
  margin-left:0.7em;
  margin-bottom:0;
 // color: #616161;
}


@media  (min-width: 769px){
  .wrapper {
    margin: 30px auto;
    width: 80%;
  }
}

@media  (max-width: 768px){
  .wrapper {
    margin: 30px auto;
    width: 90%;
  }
}

.tabs{
   border-bottom: 2px solid rgba(0, 0, 0, 0.3);;
}

.tabs li {
  float: left;
  width: 200px;
}
.tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  color:#eee;
  padding: 10px 0;
  font-size: 1.5em;
  margin-bottom: -2px;
  //box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}
.tabs a:hover{
 // color: #000;
 // background-color: rgba(255, 255, 255, 0.6);
    border-bottom: 2px solid rgba(255, 152, 0, 0.8);
}

.tabs a.active {
  border-bottom: 2px solid rgba(255, 152, 0, 0.8);
  //color: #000;
  //background-color: rgba(255, 255, 255, 0.2);
}

.tabgroup div {
  padding: 20px;
  text-align: justify;
  //box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  //background-color: rgba(255, 152, 0, 0.53);
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* form starting stylings ------------------------------- */
.group 			  {
  position:relative;
  margin-bottom:20px;
  margin-top:10px;
  display:inline-block;
  width: 500px;
}

input, textarea.materialize-textarea{
  padding:10px 10px 10px 0px;
  width:350px;
  border:none;
  border-bottom:1px solid #757575;
  color: #eee;
  background-color: transparent;
}
input:focus, textarea.materialize-textarea:focus		{ outline:none; }

/* LABEL ======================================= */
label 				 {
  color:#eee;
  font-weight:normal;
  font-size: 16px;
  position:absolute;
  pointer-events:none;
  top:10px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label, textarea.materialize-textarea:focus ~ label, textarea.materialize-textarea:valid ~ label{
  top:-15px;
  font-size:14px;
  color:rgba(255, 152, 0, 0.8);
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:100%; }
.bar:before, .bar:after 	{
  content:'';
  height:2px;
  width:0;
  bottom:-1px;
  position:absolute;
  background: rgba(255, 152, 0, 0.8);
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%;
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after, textarea.materialize-textarea:focus ~ .bar:before, textarea.materialize-textarea:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%;
  width:100px;
  top:25%;
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight, textarea.materialize-textarea:focus ~ .hightlight{
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}


textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    width: 100%;
}
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.26);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26)
}
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #26a69a
}


.input-field {
    position: relative;
    margin-top: 1rem
}
.input-field label {
    color: #9e9e9e;
    position: absolute;
    top: 0.8rem;
    left: 0.75rem;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out
}
.input-field label.active {
    font-size: 0.8rem;
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%)
}
textarea {
    width: 100%;
    height: 3rem;
    background-color: transparent
}

a.new-button{
  -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  display: inline-block;
  margin: 6px;
  max-width: 180px;
  text-decoration: none;
  border-radius: 0px;
  padding: 5px 15px;
   color: #eee;
  box-shadow: rgba(255, 152, 0, 0.6) 0 0px 0px 2px inset;
  font-size: 14px!important;

}

a.new-button:hover {
  color: rgba(255, 255, 255, 0.85);
  box-shadow: rgba(255, 152, 0, 0.6) 0 80px 0px 2px inset;
}

a.ghost {
  color: #eee;
  text-decoration: none;
  font-size: 16px;
  width: 140px;
  height: 55px;
  display: block;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  /*example style*/
}
a.ghost span {
  width: inherit;
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}
a.ghost div {
  border: 1px solid #fff;
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0;
}
a.ghost:hover span, a.ghost:hover img {

}
a.ghost:hover div {
  border-color:  rgba(255, 152, 0, 0.8);
}





.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	display: inline-block;
}


/*-=-=-=-=-=-=-=-=-=-=- */
/* Flip Panel */
/*-=-=-=-=-=-=-=-=-=-=- */
.card {
	position: relative;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
}

.card .front {
	height: inherit;
	position: absolute;
	top: 0;
	z-index: 900;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	   -moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.card .back {
	z-index: 1000;
	-webkit-transform: rotateY(-180deg);
	   -moz-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.card.flip .front {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
.card.flip .back {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}
.box{
	 background-color: RGBA(0,0,0,0.3);
}

.box > div{
  height: 450px
}


.ca3-scroll-down-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor:pointer;
  height: 60px;
  width: 80px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  color: #FFF;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
  animation:         ca3_fade_move_down 2s ease-in-out infinite;
}


.fp-controlArrow.fp-next{
  -webkit-animation: ca3_fade_move_right 2s ease-in-out infinite;
  -moz-animation:    ca3_fade_move_right 2s ease-in-out infinite;
  animation:         ca3_fade_move_right 2s ease-in-out infinite;
}

.fp-controlArrow.fp-prev{
  -webkit-animation: ca3_fade_move_left 2s ease-in-out infinite;
  -moz-animation:    ca3_fade_move_left 2s ease-in-out infinite;
  animation:         ca3_fade_move_left 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}

@-webkit-keyframes ca3_fade_move_right{
  0%   { -webkit-transform:translate(-20,0); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(20px,0); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_right {
  0%   { -moz-transform:translate(-20px,0); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(20px,0); opacity: 0; }
}
@keyframes ca3_fade_move_right {
  0%   { transform:translate(-20px,0); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(20px,0); opacity: 0; }
}

@-webkit-keyframes ca3_fade_move_left {
  0%   { -webkit-transform:translate(20px,0); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(-20px,0); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_left {
  0%   { -moz-transform:translate(20px,0); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(-20px,0); opacity: 0; }
}
@keyframes ca3_fade_move_left {
  0%   { transform:translate(20px,0); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(-20px,0); opacity: 0; }
}

.brand-table{
  margin:auto; width: 100%;
  border-spacing: 15px;
}

.brand-table td{
   background-color: RGBA(0,0,0,.6);
   padding: 15px;
   vertical-align: top;
}

.brand-table td > div.desc{
  border-top: 2px solid #eee;
  padding: 15px 0;
  font-size: 1.3em;
  text-align: left;
}

@media (min-width: 993px){
  .brand-table td > div.img-container{
    height: 250px;
  }
}

@media(min-width: 769px) and (max-width: 992px){
  .brand-table td > div.img-container{
    height: 220px;
  }
}

@media (min-width: 500px) and (max-width: 768px){
  .brand-table td > div.img-container{
    height: 190px;
  }
}

@media  (max-width: 499px){
  .brand-table td > div.img-container{
    height: 130px;
  }
}



/*Burger*/

/* Icon 3 */

#nav-burger span:nth-child(1) {
  top: 0px;
}

#nav-burger span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 9px;
}

#nav-burger span:nth-child(4) {
  top: 18px;
}

#nav-burger.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#nav-burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
}

#nav-burger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-burger {
  width: 30px;
  height: 15px;
  position: absolute;
  z-index: 10;
  left: 15px;
  top: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-burger span{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #eee;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

div.social-media{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: right;
}

div.social-media a {margin: 5px;}

div.social-media img{ width: 40px}
