
html,
body {
	background-image: url('');
	background-size:cover;
    margin: 0 auto;
    padding: 0;
    color: #fff;

    overflow-y: hidden;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
	 -webkit-font-smoothing: antialiased;
	overflow-y:scroll;
	
}

a{ color: #fff; text-decoration: italic;}
a:visited{color: #fff; text-decoration: italic;}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { 0% { opacity:0; } 1% { opacity:1; } 99% { opacity:1; } 100% { opacity:0; } }
@-moz-keyframes fadeIn{ 0% { opacity:0; } 1% { opacity:1; } 99% { opacity:1; } 100% {opacity: 0;} }
@keyframes fadeIn { 0% { opacity:0; } 1% { opacity:1; } 99% { opacity:1; } 100% {opacity: 0;} }


.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn 1;
	animation:fadeIn 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:5s;
	-moz-animation-duration:.5s;
	animation-duration:5s;

	
}





.fade-in.one {
-webkit-animation-delay: 0s;
-moz-animation-delay: 0s;
animation-delay: 0s;
}



.fade-in.two {
-webkit-animation-delay: 5.5s;
-moz-animation-delay: 5.5s;
animation-delay: 5.5s;
}

.fade-in.three{
-webkit-animation-delay: 11.00s;
-moz-animation-delay: 11.00s;
animation-delay: 11.00s;
}

.fade-in.four{
-webkit-animation-delay: 16.00s;
-moz-animation-delay: 16.00s;
animation-delay: 16.00s;
}

.legal{z-index:1; width: 110px; height: auto;position: fixed; bottom:45px; right: 15px;}
.subtitle{z-index:999;position:fixed; top:22.5px; left: 635px; width:400px; height: auto;}
.disclaimer{z-index: 10; font-size: 15px; padding-left: 50px; padding-top:10px;color:#000; height: 35px; width: 250px; position: fixed; bottom:40px; right:2.5%; font-size:.75em; background-image:url('../img/disclaimer.png'); background-size:250px 35px;}
/*menu*/
#tophat{
position: fixed;

z-index:999;
background-color:#fff;

height:40px;
width:100%;

}

#tophat a{
	
color: #fff;
text-decoration: none;

}


#logo{

	cursor: pointer;
	position: absolute;
	width:600px;
	height:40px;
	top: 0;
	left: 30px;
	background:url('../img/dat_new_shit.gif');
	background-size:600px 40px;
	background-repeat: no-repeat;
	
}

#logo img{width: 600px;
	height: 40px;}

.menu{
	
	cursor: pointer;
	font-family: 'Lobster', cursive;
	font-size: 25px;
	width:300px;
	height: 36px;
	float: right;
	
		
}

.menu ul { display: inline;  width:100%; height: 50px;}

.menu ul li{ display: inline; padding-left:15px; padding-right: 15px;}

/*end menu*/

#meatandpotatoes{
	position: relative;
	font-family: 'Permanent Marker', cursive;
	color: #fff;
	font-size: 100px;
	 overflow-x: hidden;
	z-index:0;
	width:800px;
	margin:0px auto;
	

}

#meatandpotatoes h1{
	padding: 10px;
	font-size: 40px;

	
}


#meatandpotatoes p{
	
	font-size: 12px;

	
	
}



.dat_new_shit{ overflow: hidden; margin: 50px auto; width:750px; height:550px; background:url('../img/dat_new_shit.gif'); background-size:745px 545px; background-repeat: no-repeat; background-color: #292929;}

#social ul{
display: none;
position: fixed; 
	bottom:5px;
	left: 5px;
width:25px;
height:200px;


}

#social ul li{

display: block;
padding: 5px;

}
#social img{

height: 24px;
width: 24px;

}
.draco_sub{display:block;}
.clients_sorted {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.clients_sorted table{
	color:#000000;
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.clients_sorted tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.clients_sorted table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.clients_sorted table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.clients_sorted tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.clients_sorted tr:hover td{
	
}
.clients_sorted tr:nth-child(odd){ background-color:#d3d3d3; }
.clients_sorted tr:nth-child(even)    { background-color:#ffffff; }.clients_sorted td{
	vertical-align:middle;
	
	
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.clients_sorted tr:last-child td{
	border-width:0px 1px 0px 0px;
}.clients_sorted tr td:last-child{
	border-width:0px 0px 1px 0px;
}.clients_sorted tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.clients_sorted tr:first-child td{
		background:-o-linear-gradient(bottom, #ff7f00 5%, #ff7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #ff7f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #ff7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#ff7f00");	background: -o-linear-gradient(top,#ff7f00,ff7f00);

	background-color:#ff7f00;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Helvetica;
	font-weight:bold;
	color:#000000;
}
.clients_sorted tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #ff7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #ff7f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #ff7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#ff7f00");	background: -o-linear-gradient(top,#ff7f00,ff7f00);

	background-color:#00b1ca;
}
.clients_sorted tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.clients_sorted tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

::-webkit-scrollbar {
    width: 5px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f5f5f5; 
   
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #fff; 
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
.disclaimer{z-index: 10; font-size: 12px; padding-left: 37.5px; padding-top:10px;color:#000; height: 30px; width: 200px; position: fixed; bottom:35px; right:-7.5%; font-size:.75em; background-image:url('../img/disclaimer.png'); background-repeat: no-repeat; background-size:200px 30px;}
.legal{z-index:1; width: 85px; height: auto;position: fixed; bottom:33px; right: 0px;}
.subtitle{display:none;}
#logo{

	cursor: pointer;
	position: absolute;
	width: 300px;
	height: 35px;
	top: 0;
	left: 10px;
	background:url('../img/dracomobi.png');
	background-size:275px 35px;
	background-repeat: no-repeat;
	
}

#logo img{
display:none;}

#tophat{

z-index:999;
position:absolute;
display:block;	
height:35px;


}

.draco_sub{z-index: 999;display:none;}
	
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {

.subtitle{z-index:999;position:fixed; top:45px; left:875px; width:400px; height: auto;}

#logo{

	cursor: pointer;
	position: absolute;
	width:837px;
	height:60px;
	top: 0;
	left: 28px;
	background:url('../img/dat_new_shit.gif');
	background-size:837px 60px;
	background-repeat: no-repeat;
	
}

#logo img{width: 837px;
	height: 60px;}

#tophat{

height:60px;


}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
.draco_sub{z-index: 999;display:none;}

}