@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}


@-webkit-keyframes showItemName{
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

body{
    background:#383434;
    background-size:cover; 
}

.mt-10{
    margin-top: 10px;
}

.orangeBtn{
    border:2px solid orange;
    background:orange;
    color:#FFF;
    
}

.orangeBtn:hover{
    border:2px solid orange;
     background:transparent;
    color:orange;
}

h2{
    color:#fff;
}

#showStage2Ol{
    padding-left:10%;
}

.ac-list ol li{
    color:#fff;
}

.itemText{
    color:#fff;
}

#submitResult{
    text-align: right;
    margin-bottom: 5px;
}

#hideResult,#submitResult{
    cursor: pointer;
}

.Gametitle{
    font-weight:bold;
}

.ac-list ol li label{
    vertical-align: middle;
}

#showResult{
    animation: showItemName 1s;
    transition: all 0.5s linear;
}

.itemSize{
    max-width: 100%;
    /**
    height:50px;
    **/
    height:70px;
}

.ac-custom label{
    vertical-align: middle;
}

.delItem{
    color:#FFF;
    background: transparent;
    outline: none;
    border:none;
    transition: all 0.5s linear;
}

#hideResult{
    float:right;
}

.overlayPosition{
    position: fixed;
    bottom:0px;
    left:0px;
    right:0px;
    margin: auto;
}

.ac-custom{
    max-width: 100%;
}

.ac-custom ul, .ac-custom ol{
    max-width:100%;
}

#dragonTest ol{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.colCenter{
    float:none;
    margin: auto;
}

.ac-list ol li{
    font-weight: bold;
    font-size: 1.5em;
    padding: 0em 0em 0em 2em;
}

.container > header, .main {
    width: 100%;
    max-width:100%;
    margin: 0 auto;
    padding: 0 30px;
}

.ac-list svg{
    top:0.35em;
}

.grayColor, .iziModal-content{
    color:#464646;
}

.summaryBg{
    /**
    background:#aaa;
    border-radius: 10px;
    margin-bottom: 100px;
    testing 2
    **/
}

.overResultWrapper{
    color:#FFF;
    background:#5087CC;
    padding:1%;
    z-index: 200;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.itemText{
    /**
    line-height: 55px;
    **/
    vertical-align: middle;
    margin: auto;
    padding: 0.5em 0px;
    line-height: 1.5em;
}

.ac-list ol li label{
    width:100%;
}

.nopadding{
    padding:0px;
}

body {
    /**
	background: #fb887c;
    **/
	color: #fff;
	font-family: 'Lato', Arial, sans-serif;
}

a {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
}

a:hover, a:focus {
	opacity: 1;
}

.container > header {
	margin: 0 auto;
	padding: 4em 2em;
	text-align: center;
	background: rgba(0,0,0,.05);
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	color: rgba(0,0,0,.2);
	font-weight: 400;
	padding: 0 0 0.6em 0.1em;
}

section {
	padding: 3.5em 0;
}

section:nth-child(even) {
    /**
	background: rgba(0,0,0,.05);
    **/
}

section.related {
	text-align: center;
	font-size: 1.6em;
}

.related p {
	margin: 0;
	padding: 1.1em;
}

/* To Navigation Style */
.codrops-top {
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
	font-weight: 700;
}

.codrops-top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	display: inline-block;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}


@media screen and (max-width: 800px) {
    
    section {
        padding: 0em 0;
    }
    
    .overlayPosition{
        font-size:1.2em;
    }
    
    #dragonTest ol {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    
    .ac-list ol li{
        padding: 0em 0em 0em 3em;
    }
    
    .ac-custom{
        padding:0em 2em;
    }
}

@media screen and (max-width: 480px) {
    .itemText{
        padding:1em 0px;
    }
    
    .ac-list svg{
        top:1.2em;
    }
    
    .ac-list ol li {
        padding: 0em 0em 0em 2.4em;
    }
}

@media screen and (max-width: 370px) {
    .ac-list svg {
        top: 1.5em;
    }
    
    .itemSize {
        max-width: 100%;
        height: 60px;
    }
}

@media screen and (max-width: 320px) {
   .itemSize {
        max-width: 100%;
        height: 50px;
    }
}



@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}