﻿/*
 * 0.2 FONT, BACKGROUND and COLOR settings
 * ============================================================================
 */

/* 0.2.1 FONT FAMILY */


.ptsans{
	font-family: 'PT Sans', sans-serif;
}


html, 
button, input, optgroup, select, textarea, .button /* 1.1 */{
	font-family: 'HelveticaNeueCyrRoman', Helvetica, sans-serif;
}
/*select
{
-webkit-appearance:none;
 -moz-appearance: none; 
 -webkit-appearance: none; 
 appearance: none;
}*/

b, strong, optgroup, 
h1, h2, h3, h4, h5, h6 /* 1.3 */{
	font-weight: bold;
}
dfn{ 
	font-style: italic;
}

/* 0.2.2 FONT SIZE */

html{
	font-size: 20px;
}
.fsz10{
	font-size: 0.5rem;
}
.fsz12{
	font-size: 0.6rem;
}
code, kbd, pre, samp, h6,
.fsz14{
	font-size: 0.7rem;
}
.fsz16,
input, select, textarea /* 1.1 */{
	font-size: 0.8rem;
}
.fsz18,
input[type='button'], input[type='submit'], input[type='reset'], input[type='image'], button, .button /* 1.1 */{
	font-size: 0.9rem;
}
body{
	line-height: 1.42857143;
	font-size: 0.7rem;
}
h5{
	font-size: 1.125rem;
}
.fsz24,
h4{
	font-size: 1.2rem;
}
h3{
	font-size: 1.3rem;
}
.search-section .search-input-wrap button, .search-section .search-input-wrap input[type="submit"] /* 4.8 */{
	font-size: 1.4rem;
}
h2{
	font-size: 1.5rem;
}
.fsz36,
h3.larger{
	font-size: 1.8rem;
}
h1{
	font-size: 2.1rem;
}
.search-section .search-input-wrap input[type="text"], .search-section .search-input-wrap input[type="search"] /* 4.8 */{
	font-size: 2.2rem;
}

/* 0.2.3 COLOR */

.txt_white, .txt_white_h:hover, .txt_white_a.active, .active > .txt_white_pa,
input[type='button'], input[type='submit'], input[type='reset'], input[type='image'], button, .button, .button:hover /* 1.1 */,
.search-section .search-input-wrap input[type="text"], .search-section .search-input-wrap input[type="search"] /* 4.8 */{
	color: #fff;
}
.txt_lgrey2, .txt_lgrey2_h:hover, .txt_lgrey2_a.active, .active > .txt_lgrey2_pa{
	color: #b6b5b5;
}
::-webkit-input-placeholder {
   color: #b6b5b5;
}
:-moz-placeholder {
   color: #b6b5b5;  
}
::-moz-placeholder {
   color: #b6b5b5;  
}
:-ms-input-placeholder {  
   color: #b6b5b5;  
}
.input-addition{
	color: #a9a9a9;
}
a.shape-btn-lgrey /* 1.1 */{
	color: #a0a0a0;
}
.txt_lgrey, .txt_lgrey_h:hover, .txt_lgrey_a.active, .active > .txt_lgrey_pa{
	color: #a8a8a8;
}
.news-inner-section .date /* 4.12 */{
	color: #989696;
}
.breadcrumbs, .breadcrumbs a{
	color: #898989;
}
.txt_grey, .txt_grey_h:hover, .txt_grey_a.active, .active > .txt_grey_pa{
	color: #7b7b7b;
}
.search-results li a /* 4.8 */{
	color: #6d6d6d;
}
.txt_dgrey, .txt_dgrey_h:hover, .txt_dgrey_a.active, .active > .txt_dgrey_pa{
	color: #5a5a5a;
}

.form_errors
{
	border: 1px solid red;
}
.txt_dgrey2, .txt_dgrey2_h:hover, .txt_dgrey2_a.active, .active > .txt_dgrey2_pa,
label, input, select, textarea /* 1.1 */{
	color: #575757;
}
html, mark,
.txt_black, .txt_black_h:hover, .txt_black_a.active, .active > .txt_black_pa,
.search-section .search-input-wrap input[type="text"], .search-section .search-input-wrap input[type="search"], .search-section .search-input-wrap button, .search-section .search-input-wrap input[type="submit"] /* 4.8 */{
	color: #000;
}

a,
.txt_blue, .txt_blue_h:hover, .txt_blue_a.active, .active > .txt_blue_pa{
	color: #2d70c2;
}
.txt_purple, .txt_purple_h:hover, .txt_purple_a.active, .active > .txt_purple_pa{
	color: #6331fb;
}

/* 0.2.4 BACKGROUND-IMAGE and -COLOR */
.slider_width {
    width: calc(100% / 3);
    float: left;
}
.bg_white,
.header-logo-loc:before, .location-city select /* 3.1 */,
.slick-loading .slick-list, .slick-dots li button /* 4.2 */{
	background-color: #fff;
}
a.shape-btn-lgrey /* 1.1 */{
	background-color: #f5f7fa;
}
.cinema-section ul /* 4.7 */{
	background-color: #f3f3f3;
}
.cinema-section .cinema-time .timeinfo /* 4.7 */{
	background-color: #ebebeb;
}
.cinema-section .cinema-desc /* 4.7 */{
	background-color: #dfe1e3;
}
.cinema-section .cinema-time /* 4.7 */{
	background-color: #d7d9db;
}
.gallery-cat-section .category .imgwrap:after /* 4.9 */{
	background-color: #000;
}
mark{
	background-color: #ff0;
}
.bg_purple, .bg_purple_h:hover, .bg_purple_a.active,
input[type='button'], input[type='submit'], input[type='reset'], input[type='image'], button, .button /* 1.1 */{
	background-color: #6331fb;
}



.header-logo-loc:after /* 3.1 */{
	background-image: url('../../images/header_connecter.png');
}
.mslider-section .slick-loading .slick-list /* 4.2 */{
    background-image: url('../../images/ajax-loader.gif');
}
.mslider-section .slick-prev:before, .mslider-section .slick-next:before /* 4.2 */{
	background-image: url('../../images/icon-slider-prev.png');
}
.cinema-section .cinema-desc:before /* 4.7 */{
	background-image: url('../../images/icon-pointer-top.png');
}
.section-404 /* 4.13 */{
	background-image: url('../../images/404.jpg');
}


/* 0.2.5 BORDER COLOR */

.footer-section /* 6.0 */{
	border-color: #d3d3d3;
}
.search-section .search-input-wrap input[type="text"], .search-section .search-input-wrap input[type="search"] /* 4.8 */{
	border-color: #d1d1d1;
}
#schedule-popup .schedule-popup-row /* 2.3.1 */{
	border-color: #ccc;
}
.brdclr_grey, .brdclr_grey_h:hover, .brdclr_grey_a.active,
input, select, textarea /* 1.1 */{
	border-color: #b7b7b7;
}
.form-row /* 1.1 */{
	border-color: #777;
}
.brdclr_purple, .brdclr_purple_h:hover, .brdclr_purple_a.active,
.upload-control .control /* 1.1 */,
.dproduct-section li .imgwrap /* 4.4 */{
	border-color: #6331fb;
}


/* 0.2.7 TRANSITIONS and ANIMATIONS */

a,
input[type='button'], input[type='submit'], input[type='reset'], input[type='image'], button, .button /* 1.1 */,
.cinema-section .active-toggler .icon /* 4.7 */{
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.popup, .popup-fade /* 2.3 */, 
.cinema-section .cinema-time .timeinfo, .cinema-section .cinema-time .time-fade /* 4.7 */{
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}


.mslider-section .slick-prev:before, .mslider-section .slick-next:before /* 4.2 */,
.cinema-section .active-toggler .icon /* 4.7 */{
	-webkit-transform: translate(-50%, -50%) translateZ(0);
	-moz-transform: translate(-50%, -50%) translateZ(0);
	-ms-transform: translate(-50%, -50%) translateZ(0);
	-o-transform: translate(-50%, -50%) translateZ(0);
	transform: translate(-50%, -50%) translateZ(0);
}
.popup /* 2.3 */{
	-webkit-transform: translate(-50%, 0) translateZ(0);
	-moz-transform: translate(-50%, 0) translateZ(0);
	-ms-transform: translate(-50%, 0) translateZ(0);
	-o-transform: translate(-50%, 0) translateZ(0);
	transform: translate(-50%, 0) translateZ(0);
}


/* Desktop */

@media all and (max-width: 2880px){
	
}
@media all and (max-width: 2560px){
	
}
@media all and (max-width: 2048px){
	
}
@media all and (max-width: 1920px){
	
}
@media all and (max-width: 1680px){
	
}
@media all and (max-width: 1600px){
	
}
@media all and (max-width: 1440px){
	
}
@media all and (max-width: 1366px){
	
}
@media all and (max-width: 1280px){
	
}
@media all and (max-width: 1200px){
	
}
@media all and (max-width: 1136px){
	
}
@media all and (max-width: 1024px){
	
}

/* ~ Tablets */

@media all and (max-width: 960px){
	
	.fsz16,
	input, select, textarea /* 1.1 */{
		font-size: 0.75rem;
	}
	.fsz18,
	input[type='button'], input[type='submit'], input[type='reset'], input[type='image'], button, .button /* 1.1 */{
		font-size: 0.85rem;
	}
	h5{
		font-size: 1rem;
	}
	.fsz24,
	h4{
		font-size: 1.125rem;
	}
	h3{
		font-size: 1.2rem;
	}
	.search-section .search-input-wrap button, .search-section .search-input-wrap input[type="submit"] /* 4.8 */{
		font-size: 1.2rem;
	}
	h2{
		font-size: 1.25rem;
	}
	.fsz36,
	h3.larger{
		font-size: 1.5rem;
	}
	h1{
		font-size: 1.8rem;
	}
	.search-section .search-input-wrap input[type="text"], .search-section .search-input-wrap input[type="search"] /* 4.8 */{
		font-size: 2rem;
	}
}
@media all and (max-width: 906px){
	
}
@media all and (max-width: 854px){
	
}
@media all and (max-width: 800px) {
	
}
@media all and (max-width: 768px){
	
	.fsz14, body{
		font-size: 0.6rem;
	}
	.fsz18,
	input[type='button'], input[type='submit'], input[type='reset'], input[type='image'], button, .button /* 1.1 */{
		font-size: 0.7rem;
	}
	h4{
		font-size: 0.8rem;
	}
	h2{
		font-size: 0.9rem;
	}
	h1{
		font-size: 1rem;
	}
	
}
@media all and (max-width: 736px){
	
}
@media all and (max-width: 720px){
	
}

/* ~ Cellphones */

@media all and (max-width: 667px){
	
}
@media all and (max-width: 640px){
	
}
@media all and (max-width: 601px){
	
}
@media all and (max-width: 568px){
	
}
@media all and (max-width: 540px){
	
}
@media all and (max-width: 480px){
	
	.fsz14, body
	{
		font-size: 0.7rem;
	}
	
	.slider_width
	{
		width:100%;
	}
	
}
@media all and (max-width: 414px){
	
}
@media all and (max-width: 384px){
	
}
@media all and (max-width: 375px){
	
}
@media all and (max-width: 360px){
	
}
@media all and (max-width: 320px){
	
}
@media all and (max-width: 218px){ /* Moto 360 Watch */
	
}
@media (max-device-width: 42mm) and (min-device-width: 38mm){ /* Apple Watch ~ 158px max, 143px min */

}
.chart-table table td,
.chart-table table th{
white-space: nowrap;
}