/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html{
 height:100%;
 min-height:100%;
 }
 
body {
    width: 100%;
    height: 100%;
	min-height:100%;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #6C5234;
    background: url(/wordfeud-cheat/images/bg_wordfeud_light.jpg) repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	color: black !important;
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 0);
}

.side-by-side {
	clear: none;
	display: inline-table;
	vertical-align: top;
}

#searchOptions {
	overflow: hidden;
	transition:height 0.3s ease-out;
    height:auto;
}

#editIndicator {
	overflow: hidden;
    height:auto;
	background-color: rgba(0,0,0,0.5);
	color: white;
	width: 320px;
	margin: -4px auto 5px auto;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.announcement {
	background-color: palegoldenrod;
	max-width: 540px;
	margin:10px auto;
	padding:5px;
	border-radius: 10px;
	box-shadow: 0 0 5px 0 black;
	color: black;
	text-shadow: none;
}

.skyscraper {
	margin:0;
	width:160px;
	vertical-align:top;
	background-color:rgba(0,0,0,0.40);
}

.rectangle {
	margin:0;
	width:336px;
	vertical-align:top;
	background-color:rgba(0,0,0,0.40);
}

.centered-group {
	display:inline-block;
}

.banner-mobile {
	width:320px;
	height: 50px;
	text-align: left;
	margin:0 auto;
	background-color: rgba(0,0,0,0.45);
}

.abp-fade {
	position:absolute; 
	margin:0 auto; 
	width:320; 
	height:50;
	opacity: 0;
	padding:5px;

    -webkit-animation: fadein 2s 1s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s 1s forwards; /* Firefox < 16 */
        -ms-animation: fadein 2s 1s forwards; /* Internet Explorer */
         -o-animation: fadein 2s 1s forwards; /* Opera < 12.1 */
            animation: fadein 2s 1s forwards;
}

a.dark-link {
	color: #3249B5 !important;
}

a.helpful-search {
	display: inline-block;
	background-color: white;
	color: blue !important;
	padding: 5px;
	border-radius: 5px;
	box-shadow:0 0 5px black;
	font-weight: 800;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	text-shadow: 0px 0px 4px white;
}

a.btn-wwf {
	color:white !important;
	background-color: #DCC33F !important;
	text-shadow: 0px 0px 4px black;
}

a.btn-wc {
	color:white !important;
	background-color: rgba(97,159,64,1.00) !important;
	text-shadow: 0px 0px 4px black;
}

a.btn-wf {
	color:white !important;
	background-color: rgba(99,99,99,1.00) !important;
	text-shadow: 0px 0px 4px black;
}

a.btn-wof {
	color:white !important;
	background-color: rgba(99,159,235,1.00) !important;
	text-shadow: 0px 0px 4px black;
}

a.btn-sc {
	color:white !important;
	background-color: rgba(150,0,3,1.00) !important;
	text-shadow: 0px 0px 4px black;
}

a.btn-wordcookies {
	color:white !important;
	background-color: rgba(138,107,81,1.00) !important;
	text-shadow: 0px 0px 4px black;
}

a.helpful-search-disabled {
	display: inline-block;
	background-color: #FFE36D;
	color: black !important;
	padding: 5px;
	border-radius: 5px;
	box-shadow:0 0 5px black;
	font-weight: 800;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	pointer-events: none;
}

a.extrahappylinks {
	color: transparent;
	font-size: 1px;
}

.text-darken {
	background-color:rgba(0,0,0,0.5);
	border-radius: 10px;
	color: white;
	padding: 1px 5px;
	text-shadow: 0px 0px 2px blue;
}

.error {
	padding: 5px;
	font-size: 18px;
	margin-top: 5px;
	background-color: red;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@media(max-width:700px) {
	.skyscraper {
		visibility:hidden;
		position:fixed;
		top:-100vh;
	}
}

.bg-darken {
	background-color:rgba(40,71,213,0.25);
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

form input {
	color:black;
}

::-webkit-input-placeholder {
	text-transform:none;
	color:#CCC;
}

:-moz-placeholder { /* Firefox 18- */
	text-transform:none;
	color:#CCC;
}

::-moz-placeholder {  /* Firefox 19+ */
	text-transform:none;
	color:#CCC;
}

:-ms-input-placeholder {  
	text-transform:none;
	color:#CCC;
}

input[type=text] {
	box-shadow:0 0 5px black;
	border-radius: 4px;
	border:hidden;
	text-align:center;
	width:320px;
	height:40px;
	font-size:18px;
	margin:4px;
	text-transform:uppercase;
	font-weight:900;
}

input[name=your_letters] {
	height:60px;
	font-size:36px;
}

input[type=submit] {
	box-shadow:0 0 5px black;
	border-radius: 4px;
	background-color:white;
	color:blue;
	border:hidden;
	text-align:center;
	width:80px;
	height:30px;
	font-size:18px;
	margin:4px;
	text-transform:uppercase;
	font-weight:900;
	text-shadow: 0px 0px 4px white;
}

input[type=submit], .go-button {
	background-color:#FFE666;
	color:black;
}

select {
	box-shadow:0 0 5px black;
	border-radius: 4px;
	background-color:rgba(0,0,0,.3);
	color:white;
	border:hidden;
	text-align:center;
	width:125px;
	height:30px;
	font-size:18px;
	margin:4px;
	text-transform:none;
	font-weight:900;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

input[type=radio] {
    display:none;
}

input:checked + label {
	color:blue;
	background-color: white;
	box-shadow:0 0 5px black;
	border-radius: 4px;
	cursor: pointer;
	padding:4px;
	margin:2px;
	width:90px;
	text-shadow: none;
}

input + label {
	color:white;
	background-color: rgba(0,0,0,.3);
	box-shadow:0 0 5px black;
	border-radius: 4px;
	cursor: pointer;
	padding:4px;
	margin:2px;
	width:90px;
}

#wordlist {
	background-color: rgba(0,0,0,0.87);
	color: white;
	width: 100%;
	min-width: 320px;
	max-width: 600px;
	border-radius: 5px;
}

#wordlist input {
	border-radius: 5px;
	margin:5px;
	font-size: 16pt;
	text-align: center;
}

#wordlist ul {
	list-style: none;
	padding: 0;
}

#wordlist li {
	display: inline-block;
	margin: 5px;
	font-size: 14pt;
	line-height: 14pt;
	text-transform: uppercase;
}

.wordlist-divider {
	background-color: #305F29;
	width:200px;
	border-radius: 5px;
	margin:0 auto;
	text-transform: uppercase;
}

.logo {
	min-width:320px;
	width:90%;
	margin:0 auto;
	margin-bottom:10px;
}

.tutorial-image {
	width:95%;
	max-width:440px;
	margin:0 auto;
}

.sc-images {
	border-radius:20px;
	width:100%;
	padding:4px;
}

.sc-table, .sc-table td {
	pointer-events:none;
	color: black !important;
}

.store-badge {
	max-width:250px;
}

body,td,th {
	color: #FFFFFF;
}

a:link, a:visited {
	color: #A4D4FF;
}

a:hover {
	color: #60B3FF;
}

.fa-twitter {
	color: #A4D4FF;
}

.fa-twitter:hover {
	color: #60B3FF;
}


/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    /*height: 100%;*/
}

.stupidgoogleneedsthiswrapper {
	height:100vh;
	overflow:auto;
}

.bg-div {
	width:100%;
	height:100vh;
	position:absolute;
	z-index:-1;
    background: url(/wordfeud-cheat/images/bg_wordfeud.jpg) no-repeat center center scroll;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size:cover;
	box-shadow: 0px 0px 100px 0px black;
}

/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
	/*
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	*/
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

/* Footer */

footer {
    padding: 100px 0;
}

/*Sortable*/
table.sortable th, tfoot td{
	background-color: rgba(14,170,255,0.8);
	font-weight: bold;
	cursor:alias;
	padding:3px;
}

table.sortable tbody tr:nth-child(2n) td {
	background: hsla(0,0%,100%,0.03);
}
@media(max-width:480px) {
	table.sortable tbody tr:nth-child(2n) td {
		background: hsla(0,0%,100%,0.1);
	}
}

tr:hover {
	background-color:hsla(222,100%,100%,0.44);
}
td:hover, th:hover {
	background-color:hsla(222,100%,100%,0.44) !important;
}

tfoot td {
	font-size:18px;
	font-weight:bold;
}

table.sortable td {
	padding:1px;
}

td {
	text-transform:capitalize;
}

.no-click {
	pointer-events:none;
}
.youtube {
	width:560px;
	height:315px;
	max-width:100%;
}

.sortable {
	margin:0 auto;
	background-color:rgba(0,0,0,0.75);
}

.sortable a {
	color:white;
	width:100%;
	display:block;
}

th {
	text-align:center;
}

.wordlength {
	width:60px;
}

.wordword {
	width:200px;
	font-size:18px;
}

.wordvalue {
	width:60px;
}