@import url('https://fonts.googleapis.com/css?family=PT+Sans&subset=cyrillic,cyrillic-ext');

html {
    height: 100%;
}
body {
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    min-width: 1200px;
    height: 100%;
}

.wrap {
    padding: 0 0 45px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.container-fluid {
    max-width: 1170px;
}

/* Default Style
------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
	border: 1px solid #bbbbbb;
	background: #d8d8d8 url(images/quote.png) no-repeat;
	padding: 10px 5px 5px 47px;
	text-shadow: 1px 1px #fff;
	margin: 5px 0;
	border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
pre {
background: #d8d8d8;
text-shadow: 1px 1px #fff;
border: 1px solid #bbbbbb;
padding: 7px;
margin: 5px 0;
border-radius: 7px;
}

code {
background: #d8d8d8;
text-shadow: 1px 1px #fff;
border: 1px solid #bbbbbb;
display: block;
padding: 7px;
margin: 5px 0;
border-radius: 7px;
}

ins {
    background-color:#fdfc9b;
    text-decoration:none;
}

mark {
    background-color:#fdfc9b;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    cursor:help;
}

hr {
    height:1px;
    background: #9f9f9f;
    margin: 7px 0;
    border: none;
	clear: both;
	float: none;
	width: 100%;
}

input, select {
    vertical-align:middle;
}

select {
border-radius: 4px;
border: 1px solid #ACACAC;
padding: 3px 4px;
}
/* Global Style
------------------------------------------------*/


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
}

h1, .h1 {
    font-size: 32px;
    line-height: 1.5385;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #e03d3d;
    font-weight: 600;
    text-align: center;
  }

h2, .h2 {
  font-size: 1.5385em;
  line-height: 2;
  padding: 20px 0px;
}

h3, .h3 {
  font-size: 1.2308em;
  line-height: 1.25;

}

h4, h5, h6, .h4, .h5, .h6 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5385;

}



p a:link {

}

a, a:link, a:visited {
  color: #009e5c;
  outline: none;
  text-decoration: none;
}

a:focus {

}

a:hover, a:active {
  color: #eebe00;
  outline: none;
}

img, img a {
  border: 0;
}

li ul, li ol {  margin: 0; }
ul, ol {
 margin: 0 1.6em 1.6em 0;  padding-left: 1.6em;
 }

ul {  list-style-type: disc; }
ol {
list-style-type: decimal;
padding-left: 10px;
margin-left:14px;
}
dl {  margin: 0 0 1.5385em 0; }
dl dt {  font-weight: bold; }
dd {  margin-left: 1.5385em; }
fieldset {  border: 1px solid #ccc;  margin: 0 0 1.4615em;  padding: 1.5385em; }

table {
border-collapse:collapse;
border-spacing:0;
margin-bottom: 15px;
width: 100%; }
th, tr, td {  vertical-align: middle; }
.sticky-header th, .sticky-table th {  border-bottom: 3px solid #ccc;  padding-right: 1em;  text-align: left; }

.clear{
clear: both;
}


.modal .modal-header {
    border: none;
    padding: 20px 40px;
}
.modal .modal-body {
    padding: 10px 40px 40px;
}
.modal .modal-title {
    text-align: center;
}
.modal .modal-title .modal-title-small {
    font-size: 33px;
}
.modal .modal-title .modal-title-large {
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
    color: #e60000;
}
.modal .views-app .views-content {
    display: inline-block;
    width: 100%;
}
.modal .views-app .views-row {
    float: left;
    width: 46%;
    margin: 0 2%;
}
.modal .views-app .views-row a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333333;
    padding: 35px 0;
    text-align: center;
    font-size: 76px;
}
.modal .views-app .app-ios a {
    background: #c6c6c6;
}
.modal .views-app .app-android a {
    background: #78e392;
}
.views-app .views-row span::before {
    content: "";
    display: inline-block;
    width: 64px;
    height: 64px;
    background: url('/images/app.png') no-repeat;
    margin-right: 5px;
}
.views-app .app-ios span::before {
    background-position: 0px -141px;
}
.views-app .app-android span::before {
    background-position: 0px 0px;
}
.modal .close {
    margin-top: 0;
    position: absolute;
    z-index: 1;
    right: -56px;
    top: 0;
    font-size: 104px;
    font-weight: 400;
    line-height: 59px;
    overflow: hidden;
    color: #ffffff;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.modal .close:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}



.views-app-1 {
    padding: 0;
}
.views-app-1 .views-content {
    display: inline-block;
    width: 100%;
}
.views-app-1 .views-row1 {
    width: 50%;
    float: left;
}
.views-app-1 .views-row1 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333333;
    padding: 35px 0;
    text-align: center;
    font-size: 49px;
}
.views-app-1 .app-ios a {
    background: #c6c6c6;
}
.views-app-1 .app-android1 a {
    background: #78e392;
}
.views-app-1 .views-row1 span::before {
    content: "";
    display: inline-block;
    width: 64px;
    height: 64px;
    background: url('/images/app.png') no-repeat;
    margin-bottom: -10px;
    margin-right: 5px;
}
.views-app-1 .app-ios span::before {
    background-position: 0px -141px;
}
.views-app-1 .app-android1 span::before {
    background-position: 0px 0px;
}
.views-app-dev {
    text-align: center;
    font-size: 31px;
}

/* страница игры */
.game-word-cont {
    padding: 15px 0;
    font-size: 40px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.game-word {
    display: inline-block;
    border: 2px solid #02b028;
    padding: 0 30px;
    border-radius: 7px;
    color: #02b028;
}
h2.game-title {
    font-size: 24px;
    line-height: 1.5385;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #e03d3d;
    font-weight: 600;
    text-align: center;
}
.views-field-alphabet-img img{
    max-height: 300px;
    display: block;
    margin: 0 auto;
}

.answer-select {
    border: 4px solid #deea3e;
}
.answer-error {
    border: 4px solid #ff153e;
}
.answer-success {
    border: 4px solid #67ea3e;
}
.game-result {
    padding: 30px;
    text-align: center;
    font-size: 30px;
}
.game-result .rrrres {
    color: #0ea756;
}
.game-count {
    margin-bottom: 50px;
    font-size: 18px;
}
.lang-block {
	display:none;
}
.color-ru {
	display:none;
}
.color-en {
	display:none;
}
.hidden  {
	display::none !important;
}
