﻿
/*Type*/

@import "fonts.css";
@import "module.css";

html, body {width:100%; height:100%;}
div.inner-wrap{height:100%;}

body {font-family:font-family: 'open_sansregular';
background-color:#F9F9F9;
-webkit-font-smoothing: antialiased; }

p {
  padding: 4px;
  line-height: 30px;
}


.main-bt-area{
  margin: 0 0 50px 0;
  text-align: center;
  display: block;
}


.input-field {
width: auto;
margin: auto;

}

a.bt-just-large, a.bt-just-large:visited {
  border-radius: 0;
  background-color: #ea2f10;
  padding: 17px;
  margin-top: 0;
  color: #fff;
  display: inline-block;
  -webkit-transition:background-color 0.5s;
  -moz-transition:background-color 0.5s;
  -ms-transition:background-color 0.5s;
  -o-transition:background-color 0.5s;
  transition:background-color 0.5s;

}

 a.bt-just-large:hover {
  background-color: #e8c500;
  color: #000;
}

form {display: inline-block;}

.input-field input[type=text] {
        font-size: 24px;
        background-color: #fcfcfd;
        color: #000;
        float: left;
        width: 600px;
        height: 50px;
        border-radius: 8px 0 0 8px;
        margin: 0;
}



.all-1 {
  background: #f4ff32; /* Old browsers */
background: -moz-linear-gradient(top, #f4ff32 0%, #fbff30 49%, #e8c500 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4ff32), color-stop(49%,#fbff30), color-stop(100%,#e8c500)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f4ff32 0%,#fbff30 49%,#e8c500 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f4ff32 0%,#fbff30 49%,#e8c500 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f4ff32 0%,#fbff30 49%,#e8c500 100%); /* IE10+ */
background: linear-gradient(to bottom, #f4ff32 0%,#fbff30 49%,#e8c500 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4ff32', endColorstr='#e8c500',GradientType=0 ); /* IE6-9 */
margin-bottom: 40px;
}

.all-2{
background: #ea2f10; /* Old browsers */
background: -moz-linear-gradient(top, #ea2f10 1%, #a8160b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ea2f10), color-stop(100%,#a8160b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ea2f10 1%,#a8160b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ea2f10 1%,#a8160b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ea2f10 1%,#a8160b 100%); /* IE10+ */
background: linear-gradient(to bottom, #ea2f10 1%,#a8160b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea2f10', endColorstr='#a8160b',GradientType=0 ); /* IE6-9 */
margin-bottom: 40px;
margin-top:40px;
}

header {
  padding: 20px 0;
}

header h4 {
  text-align: center;
  font-family: 'open_sanslight';
  padding: 15px 0;
}

header h5 {
  text-align: center;
  font-family: 'open_sanslight';
  padding: 0px;
}

h1 { 
	margin: 0;  
	font-size: 5em; 
	font-family: 'open_sansbold';
  text-align: center; }

h1 span {
  color:#ea2f10;}

h1.inner-h1 {
  font-size: 3em;
  margin: 1em 0 1em 0;
  color: #6c6c6c;
  text-transform: uppercase;
   font-family: 'open_sanslight';
}

h3 { 
  font-family: 'open_sanslight';
  text-align: center;}

a.left-off-canvas-toggle {
  background-image: url(../img/geo_dick_logo.png); 
  background-size: cover;
  border-radius: 2px;
  width: 45px;
  height: 45px;
	display: block;
	margin-left: 20px;
	margin-top:20px; 
  color: #fff; 
  font-family: 'open_sanslight';
  position: fixed;
  z-index: 20;
	-webkit-animation: onload-anim 0.8s;
	-moz-animation: onload-anim 0.8s;
	-o-animation: onload-anim 0.8s;
	-ms-animation: onload-anim 0.8s;
	animation: onload-anim 0.8s;
}

.anima-in {
    -webkit-animation: onload-anim-cart-show 0.3s;
  -moz-animation: onload-anim-cart-show 0.3s;
  -o-animation: onload-anim-cart-show 0.3s;
  -ms-animation: onload-anim-cart-show 0.3s;
  animation: onload-anim-cart-show 0.3s;
}

.anima-out {
    -webkit-animation: onload-anim-cart-hide 0.3s;
  -moz-animation: onload-anim-cart-hide 0.3s;
  -o-animation: onload-anim-cart-hide 0.3s;
  -ms-animation: onload-anim-cart-hide 0.3s;
  animation: onload-anim-cart-hide 0.3s;
}


ul.inner-menu-aside2 {
 position: fixed;
  margin-left:5px;
  margin-top:20px; 
  z-index: 9999;
  display: none;
  list-style-type:none; 
}

ul.inner-menu-aside2.show {
  display: block;
  width: 247px;
  margin-left: 0;
  -webkit-animation: onload-anim 0.8s;
  -moz-animation: onload-anim 0.8s;
  -o-animation: onload-anim 0.8s;
  -ms-animation: onload-anim 0.8s;
  animation: onload-anim 0.8s;
} 

ul.inner-menu-aside2 li  {
  color: #fff;
  padding: 3px 0;
  background-color: #333333;
  transition:background-color 0.5s;
  -webkit-transition:background-color 0.5s;
  -moz-transition:background-color 0.5s;
  -o-transition:background-color 0.5s;
  -ms-transition:background-color 0.5s;
  display: block;
  border-bottom: dotted 1px #666;  
}

ul.inner-menu-aside2 li:hover  {
  color: #fff;
  background-color: #666;
 padding: 3px 0;
}

ul.inner-menu-aside2 a {
  display: block;
  padding-left: 15px;
  font-family: 'open_sanslight';
}

ul.inner-menu-aside2 > li > a:link, ul.inner-menu-aside2 > li > a:visited {
  color: #fff;
}

ul.inner-menu-aside2 > li > a:hover, ul.inner-menu-aside2 > li > a:focus  {
  color: #fff;
}


/*keyframes para animação onload*/
@-webkit-keyframes onload-anim {
   from {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
   -webkit-transform: scale(0);
   opacity: 0;
  }
  82.5% {
    -webkit-transform: scale(1.03);
    -webkit-animation-timing-function: ease-out;
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes onload-anim {
   from {
    -moz-transform: scale(0);
    opacity: 0;
  }
  50% {
   -moz-transform: scale(0);
   opacity: 0;
  }
  82.5% {
    -moz-transform: scale(1.03);
    -moz-animation-timing-function: ease-out;
    opacity: 1;
  }
  to {
    -moz-transform: scale(1);
  }
}
@-o-keyframes onload-anim {
   from {
    -o-transform: scale(0);
    opacity: 0;
  }
  50% {
   -o-transform: scale(0);
   opacity: 0;
  }
  82.5% {
    -o-transform: scale(1.03);
    -o-animation-timing-function: ease-out;
    opacity: 1;
  }
  to {
    -o-transform: scale(1);
  }
}
@-ms-keyframes onload-anim {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes onload-anim {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}


.off-canvas-wrap.move-right div.inner-wrap a.left-off-canvas-toggle {
	opacity: 0;
	 -webkit-animation: onload-anim_out 0.5s;
	-moz-animation: onload-anim_out 0.5s;
	-o-animation: onload-anim_out 0.5s;
	-ms-animation: onload-anim_out 0.5s;
	animation: onload-anim_out 0.5s;
}


/*keyframes para animação onload*/
@-webkit-keyframes onload-anim_out {
   from {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  50% {
   -webkit-transform: scale(1);
   opacity: 1;
  }
  82.5% {
    -webkit-transform: scale(0);
    -webkit-animation-timing-function: ease-out;
    opacity: 0;
  }
  to {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
/*Anima cartão */

@-webkit-keyframes onload-anim-cart-show {
   from {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  82.5% {
    -webkit-transform: scale(1.03);
    -webkit-animation-timing-function: ease-out;
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes onload-anim-cart-show {
   from {
    -moz-transform: scale(0);
    opacity: 0;
  }
  82.5% {
    -moz-transform: scale(1.03);
    -moz-animation-timing-function: ease-out;
    opacity: 1;
  }
  to {
    -moz-transform: scale(1);
  }
}

/*página Card king*/


.cardking {
  margin-top: 150px;
  margin-bottom: 150px;
}


.cardking h3 {
  text-align: left;
}

.name-user {
  font-size: 4em;
    font-family: 'open_sanslight';
   color: #333;
   
   line-height: 1em;
}



aside.left-off-canvas-menu {
  padding: 30px 5px; 
}

aside.left-off-canvas-menu ul {
  list-style-type:none; 
}


@media all and (max-width: 760px){
  .input-field input[type=text] {
        font-size: 2em;
        width: 300px;
        height: 50px;
        border-radius: 8px 0 0 8px;
        margin: 0;
}
}

span.linha {
	text-decoration: underline;
}

pre.legenda {
	font-size: 0.9em;
	font-family: 'open_sanslight';
	border: 1px solid black;
	padding: 10px;
	box-shadow: 1px 1px 5px black;
	height: 200px;
	overflow-y: scroll;
}