@charset "utf-8";

*, *::after, *::before {
    box-sizing: border-box;
}

*, *::after, *::before, input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}

.hidden {
	display: none;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a {
    background-color: transparent;
}

.container {
    width: 1170px;
}

.container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.container, .container-fluid {
    margin-left: auto;
    margin-right: auto;
}

.btn {
    -moz-user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover, .form-control, .navbar-toggle, .open > .dropdown-toggle.btn-danger, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-info, .open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.btn-warning {
    background-image: none;
}

a.english {
    color: #fff;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px !important;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
	margin-top: 20px;
	min-height: 40px !important;
}

.flex-control-nav, .flex-direction-nav, .slides, .slides > li {
    list-style: outside none none;
}

.slide_big {
	background-image: url(../img/01.jpg);
/*	transition: background 1s  !important; */
	transition: background width 2s;
	-webkit-transition: background opacity 1s ease-in-out;
/*    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
*/
    display: block;
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index:100;
}

.slide_big_mask {
	background:rgba(0,0,0,0.50);
    display: block;
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index:110;
}
	

