/*------------------------------
 * Copyright 2015 Pixelized
 * http://www.pixelized.cz
 *
 * Supreme theme v1.1
------------------------------*/

/*------------------------------
	MAIN
------------------------------*/

html {
    position: relative;
    min-height: 100%;
	
}

body {
	font-family:'Open Sans', Verdana, Geneva, sans-serif;
	/*margin-bottom:93px;*/
	height: 100%;
}

h1 {
	/*display:none;*/
}

a,
a:focus,
a:hover {
	outline:0 none;
	text-decoration:none;
	transition:all 0.3s ease;
}

button {
	transition:all 0.3s ease;
}

p {
	margin:0 0 20px;
	line-height:21px;
	font-size:13px;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family:'Montserrat', Verdana, Geneva, sans-serif;
}

.row-no-padding {
	margin-left:0!important;
    margin-right:0!important;
}

.row-no-padding > [class*="col-"] {
    padding-left:0!important;
    padding-right:0!important;
}

/* IMAGE STYLES */

.image-bordered  {
	background-color:rgba(255,255,255,0.4);
	padding:4px;
}

/* BOOTSTRAP BUTTONS */

.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline:0 none;
	outline-offset:0;
}

/*.btn, 
.btn:hover,
.btn:focus {
	color:#FFFFFF;
	border:0;
	border-radius:0;
}
*/

.btn-group-lg > .btn {
	border-radius:0;
}
/*
.btn-normal {
	color:#FFFFFF;
}

.btn-default {
	background-color:#FFFFFF;
    color: #555555;
}
 
.btn-normal:hover,
.btn-normal:focus,
.btn-normal.active,
.btn-default:hover,
.btn-default:focus,
.btn-default.active {
	background-color:#555555;
	color:#FFFFFF;
}

*/

/* BOOTSTRAP ALERT */

.alert {
	background-color:#555555;
	color:#FFFFFF;
	border:0;
	border-radius:3px;
	padding:10px 15px;
	font-size:13px;
}

.alert-space {
	margin-top:40px;
}

.alert .close {
	line-height:0.9;
	color:#000000;
}

.alert .close:hover,
.alert .close:focus {
	opacity:0.4;
}

.alert-hg {
	padding:15px 25px;
	font-size:20px;
}

.alert-hg .close {
	font-size:28px;
}

.alert-dismissable, 
.alert-dismissible {
	padding-right:35px;
}

.alert-hg.alert-dismissable, 
.alert-hg.alert-dismissible {
	padding-right:45px;
}

.alert-danger,
.label-danger {
	background-color:#CB2027;
}

.alert-success,
.label-success {
	background-color:#54B132;
}

.alert-primary,
.label-primary {
	background-color:#3276B1;
}

.alert-warning,
.label-warning {
	background-color:#F8B533;
}

/* BOOTSTRAP FORM CONTROL */

.form-control {
	border-color:#DDDDDD;
	border-radius:0;
	box-shadow:none;
	font-size: 15px;
    height:38px;
	font-weight:400;
	background-color:#FCFCFC;
	transition:background-color 0.3s ease;
	color:#666;
}

textarea.form-control {
    height:144px;
	resize:vertical;
}

.form-control:focus {
	background-color:#FFFFFF;
	box-shadow:none;
}

/* SCROLL UP BUTTON */

#scrolltop {
    position:fixed;
    bottom:-1px;
    right:25px;
    color:#FFFFFF;
	border:1px solid rgba(0,0,0,0.2);
    font-size:16px;
    display:none;
	width:35px;
	height:34px;
	text-align:center;
	padding-top:5px;
	z-index:1000;
	cursor:pointer;
	transition:all 0.3s ease;
}

#scrolltop:hover { 
	background-color:#555555;
	border-color:rgba(0,0,0,0.2);
	color:#FFFFFF;
}

/* IMAGE OVERLAY */

.overlay-wrapper {
	position:relative;
}

.overlay-wrapper .overlay {
    bottom:0;
    left:0;
    opacity:0;
    overflow:hidden;
    position:absolute;
    right:0;
    top:0;
	text-align:center;
	padding-top:25%;
	transition:all 0.4s ease;
}

.overlay-wrapper .overlay a {
	font-size:20px;
	width:50px;
	height:50px;
	color:#FFFFFF;
	display:inline-block;
	text-align:center;
	padding-top:12px;
	border-radius:50%;
	margin-right:15px;
	opacity:0.8;
}

.overlay-wrapper .overlay a:last-child {
	margin-right:0;
}

.overlay-wrapper .overlay a:hover {
	background-color:#333333;
	color:#FFFFFF;
}

.overlay-wrapper:hover .overlay {
	background-color:rgba(0,0,0,0.5);
	opacity:1;
}


/*------------------------------
	HEADER
------------------------------*/

.navbar {
	border:0;
	margin:0;
	border-radius:0;
}

header.navbar {
	background-color:#FFFFFF;
	border:0;
	height:85px;
	margin:0;
	border-top:2px solid #333333;
	box-shadow:0 0 6px 1px rgba(0,0,0,0.1);
}

header.navbar > .container {
    position: relative;
}

header.navbar-default .navbar-brand,
header.navbar-default .navbar-brand:hover {
	padding:10px 35px 0 15px;
}

/* HEADER - NAVIGATION */

header.navbar-default .navbar-nav {
    margin-top:17px;
}

header.navbar-default .navbar-nav > li {
	margin-right:5px;
}

header.navbar-default .navbar-nav > li > a {
    padding:10px 15px;
	border-radius:0;
	font-size:13px;
}

header.navbar-default .navbar-nav > li > a > i {
	font-size:14px;
	margin-left:3px;
}

header.navbar-default .navbar-nav > li > a:hover {
    background-color:#F0F0F0;
}

header.navbar-default .navbar-nav > li.active > a,
header.navbar-default .navbar-nav > li.active > a:hover,
header.navbar-default .navbar-nav > li.active > a:focus {
	color:#FFFFFF;
}

header.navbar-default .navbar-nav > li.open > a,
header.navbar-default .navbar-nav > li.open > a:hover,
header.navbar-default .navbar-nav > li.open > a:focus {
    background-color:#555555;
	color:#FFFFFF;
}

header.navbar-default .navbar-nav > li > ul.dropdown-menu {
	border-radius:0;
	border:0;
	border-top:2px solid #333333;
	padding:0;
	background-color:#FCFCFC;
	min-width:200px;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.3);
	margin-top:16px;
}

header.navbar-default .navbar-nav > li > ul.dropdown-menu > li > a {
	color:#444444;
    font-weight:600;
    padding:10px 20px;
	border-bottom:1px dashed #DDDDDD;
	font-size:13px;
}

header.navbar-default .navbar-nav > li > ul.dropdown-menu > li:last-child > a {
	border-bottom:0;
}

header.navbar-default .navbar-nav > li > ul.dropdown-menu > li > a:hover {
	color:#FFFFFF;
	padding-left:25px;
}

/* HEADER - RIGHT SIDE */

#search-form {
	display:inline-block;
	margin:0 20px;
	position:relative;
	top:10px;
}

#search-form .input-group {
	width:200px;
}

#search-form .input-group .form-control {
	height:28px;
	width:130px;
	float:right;
	font-size:12px;
	border-radius:0;
}

#search-form .input-group .form-control:focus {
	width:170px;
	box-shadow:none;
}

#search-form .input-group .btn {
	padding:3px 12px;
	font-size:14px;
	color:#FFFFFF;
	border:1px solid #333333;
}

header.navbar #secondary-nav {
	display:inline-block;
	margin:25px 0 0;
}

header.navbar #secondary-nav li {
	margin-right:15px;
}

header.navbar #secondary-nav li:last-child {
	margin-right:0;
}

header.navbar #secondary-nav li a {
	color:#333333;
	font-weight:600;
	font-size:13px;
}

header.navbar #secondary-nav li a:hover {
	text-decoration:underline;	
}


/*------------------------------
	CONTENT
------------------------------*/

.content-item {
	padding:30px 0;
	background-color:#FFFFFF;
}

.content-item.grey {
    background-color: #d7edff; 
}

.content-item h1 {
	font-weight:700;
	font-size:35px;
	line-height:45px;
	text-transform:uppercase;
	margin:20px 0;
}

.content-item h2 {
	font-weight:700;
	font-size:35px;
	line-height:45px;
	text-transform:uppercase;
	margin:20px 0;
}

.content-item h3 {
	font-weight:400;
	font-size:20px;
	color:#555555;
	margin:10px 0 15px;
	padding:0;
}

.content-headline {
	height:1px;
	text-align:center;
	margin:20px 0 70px;
}

.content-headline h1 {
	background-color:#FFFFFF;
	display:inline-block;
	margin:-20px auto 0;
	padding:0 20px;
}


.content-headline h2 {
	background-color:#FFFFFF;
	display:inline-block;
	margin:-20px auto 0;
	padding:0 20px;
}

.grey .content-headline h2 {
	background-color:#F0F0F0;
}

.content-headline h3 {
	font-size:14px;
	color:#AAAAAA;
	display:block;
}



/* SERVICES */

#services .row div {
	text-align:center;
}

#services .row div i {
	border:10px solid #DDDDDD;
	font-size:50px;
	width:130px;
	height:130px;
	padding-top:30px;
	border-radius:50%;
	color:#999999;
	transition:all 1s ease;
}

#services h4 {
	font-size:20px;
	font-weight:bold;
	margin:20px 0 15px;
	color:#555555;
}

#services p {
	padding:0 15px;	
	line-height:22px;
	margin:0;
	color:#777777;
	font-size:13px;
}



/* REFERENCE */

#reference {
	min-height:440px;
}

#reference-carousel {
	padding:0 70px;
}

#reference-carousel .item {
	padding:5px 0;
	background-color:#555555;
}

#reference-carousel .item p {
	background-color:#333333;
	color:#F0F0F0;
	padding:6px 10px;
	margin:0;
	font-size:12px;
	display:none;
}



/*------------------------------
	CONTACT
------------------------------*/

#contact .form-group .help-block {
	margin:0 0 5px;
	font-weight:600;
	color:#CB2027;
}

#contact .form-group .help-block ul {
	margin:0;
	list-style:none;
	padding:0;
}

/*------------------------------
	FOOTER
------------------------------*/

footer.navbar {
	background-color:#333333;
	color:#F0F0F0;
	padding:30px 0 10px;
	/*position:absolute;
    bottom:0;*/
    width:100%;
	/*height:93px;*/
 margin: 0px;
}

footer.navbar p {
	font-size:13px;
	margin:0;
	padding-top:8px;
}

footer.navbar p a:hover {
	text-decoration:underline;
}

footer.navbar ul {
	float:right;
}

footer.navbar ul li a {
    padding-left: 12px;
    display: block;
    color: #F0F0F0;
    line-height: 3.4;
    height: 48px;
    width: 180px;
}
/*------------------------------
	SIGN IN & SIGN UP
------------------------------*/

#login h2 {
	margin:5px 0 20px;
}

#login ul li {
	line-height:30px;
	font-size:16px;
	margin:5px 0 0 20px;
}

#login ul li i {
	margin-right:15px;
}

.form-wrapper {
	background-color:#FFFFFF;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);
}

.form-wrapper h4 {
	background-color:#60acdb;
	color:#FFFFFF;
	padding:12px 10px 14px;
	margin:0;
	text-align:center;
	font-weight:100;
	font-size:30px;
	font-family:'Open Sans', Verdana, Geneva, sans-serif;
}

.form-wrapper form {
	padding:20px 30px 10px;
}

.form-wrapper label {
	font-size:13px;
}

.form-wrapper .form-control {
	box-shadow:0 0 2px 1px rgba(0,0,0,0.05) inset;
	/*font-size:13px;*/
}

.form-wrapper .btn {
	margin:5px 0 20px;
	width: 100%;
}


.form-wrapper h4  a{
	color:#ffffff;
}
.form-wrapper a {

	padding:13px 0 0;
	cursor:pointer;
}

.form-wrapper a:hover {
	text-decoration:underline;
}



.form-wrapper .checkbox {
	padding-left:0;
}

.form-wrapper .checkbox label {
	color:#333333;
}

/* CHECKBOX */

.checkbox input[type=checkbox] {  
    display:none;  
}

.checkbox > label {  
    padding-left:25px;
	font-weight:bold;
	color:#333333;
	font-size:13px;
} 

.checkbox > label:before {  
    content:"";  
    width:18px;  
    height:18px;  
    position:absolute;  
    left:0;   
   	border:1px solid #DDDDDD;
	background-color:#FCFCFC;
	box-shadow:0 0 2px 1px rgba(0,0,0,0.05) inset
}  

.checkbox > input[type=checkbox]:checked + label:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content:"\f00c"; 
	padding-top:2px;  
    text-align:center;
}

.form-wrapper #reset-password {
	border-top:1px dashed #DDDDDD;
	display:none;
}

.form-wrapper h5 {
	color:#555555;
	margin:5px 0 15px;
	font-weight:bold;
	font-size:15px;
	font-family:'Open Sans', Verdana, Geneva, sans-serif;
}

/*------------------------------
	SIGN IN & SIGN UP
------------------------------*/

#error {
	padding:120px 0;
}

.error-box {
	text-align:center;
	background-color:#FFFFFF;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);
	padding:50px 20px;
}

.error-box p {
	font-size:18px;
	line-height:30px;
}

/*------------------------------
	CONTACT PAGE
------------------------------*/

#google-map {
	border-top:3px solid #999999;
	border-bottom:3px solid #999999;
}

#map-canvas {
  height:350px;
  margin:0;
  padding:0;
}


/*------------------------------
	STATISTICS v1.1
------------------------------*/

#statistics {
	padding-bottom:0;
}

.counter-item {
	text-align:center;
	font-size:18px;
	margin-bottom:30px;
}

.counter-item i {
	color:rgba(0,0,0,0.2);
	font-size:50px;
}

.counter-item p {
	font-size:40px;
	font-weight:bold;
	margin:30px 0 40px;
	color:#FFFFFF;
}

.counter-item h4 {
	font-weight:300;
	margin:0;
	color:rgba(255,255,255,0.9);
}


/*------------------------------
	HOMEPAGE PROJECT
------------------------------*/

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.jumbotron-project {
	background-image:url(../images/slideshow/slide-04.jpg);
	background-size:cover;
	background-position:0 -400px;
	height:400px;
	margin:0;
}

.jumbotron-project .jumbotron-mask {
	background-color:rgba(0,0,0,0.35);
}

.jumbotron-project h2 {
	margin:60px 0 20px;
	font-size:60px;
}

.jumbotron-project p {
	margin:0 0 30px;
	font-size:26px;
	line-height:36px;
}

.jumbotron-project img {
	margin-top:60px;
}

#about-project {
	padding:0;
}

.project-feature {
	padding:50px 0;
	border-bottom:1px dashed #CCCCCC;
}

.project-feature:last-child {
	border-bottom:0;
}

.project-feature h3 {
	font-size:30px;
}

.project-feature p {
	font-size:16px;
	line-height:26px;
}

.project-feature ul {
	
}

.project-feature ul li {
	font-size:18px;
	padding:10px 0;
}

.project-feature ul li i {
	font-size:24px;
	margin-right:10px;
	position:relative;
	top:2px;
}

/*------------------------------
	HOMEPAGE EVENT
------------------------------*/

.jumbotron-event {
	text-align:center;
	background-image:url(../images/slideshow/slide-05.jpg);
	background-position:0 -200px;
	background-size:cover;
	margin:0;
}

.jumbotron-event h2 {
	font-size:70px;
	text-transform:uppercase;
	margin:20px 0 50px;
	font-weight:600;
}

.jumbotron-event .countdown {
	padding:0 0 20px;
}

.jumbotron-event .countdown div {
	display:inline-block;
	width:150px;
	margin:0 10px;
	background-color:rgba(0,0,0,0.1);
}

.jumbotron-event .countdown div span {
	display:block;
}

.jumbotron-event .countdown div span.countdown-number {
	font-size:80px;
	color:#FFFFFF;
}

.jumbotron-event .countdown div span.countdown-title {
	font-weight:bold;
	font-size:20px;
	color:rgba(255,255,255,0.75);
	margin-bottom:10px;
}

.event-info-item {
	text-align:center;
}

.event-info-item i {
	color:#CCCCCC;
	font-size:32px;
	margin-bottom:15px;
}

.event-info-item h4 {
	font-size:14px;
	line-height:24px;
	height:48px;
	font-weight:bold;
	color:#555555;
	margin:0;
}


/*------------------------------
	RESPONSIVITY
------------------------------*/

@media (max-width:1536px) {
	#homepage-1-carousel .slide-1 {
		background-position:0 -300px;
	}
}


@media (max-width:1366px) {
	#homepage-1-carousel .slide-1 {
		background-position:0 -200px;
	}
}


/*------------------------------
	EXTRA SMALL DEVICES
------------------------------*/

@media (max-width:767px) {
	body {
		margin-bottom:0;
	}
	
	header.navbar-default .navbar-nav > li > ul.dropdown-menu {
		box-shadow:none;
	}
	
	header.navbar #secondary-nav {
		margin: 10px 0px 20px 10px;
	}
	
	header.navbar #secondary-nav li {
		margin-right:0;
	}
	
	header.navbar #secondary-nav li a {
		background-color:#666666;
		color:#FFFFFF;
		padding:5px 10px;
		margin-bottom:10px;
	}
	
	header.navbar .navbar-toggle {
		border:2px solid #DDDDDD;
		margin-top: 20px;
		padding:5px 10px;
		border-radius:0;
	}
	
	header.navbar .navbar-collapse {
		background-color:#FFFFFF;
		box-shadow: none;		
		max-height:300px;
	}
	
	header.navbar .navbar-collapse .nav {
		margin:0;
	}
	
	header.navbar-default .navbar-nav > li {
		margin-right:0;
	}
	
	header.navbar-default .navbar-nav > li > a {
		font-size:16px;
		font-weight:600;
	}
	
	header.navbar-default .navbar-nav > li.open > a, 
	header.navbar-default .navbar-nav > li.open > a:hover, 
	header.navbar-default .navbar-nav > li.open > a:focus {
		background-color:#FFFFFF;
		color:#555555;
	}
	
	header.navbar-default .navbar-nav > li > ul.dropdown-menu {
		display: block;
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		box-shadow: none;
	}
	
	
	footer.navbar {
		padding:2px 0;
		text-align:center;
		position:static;
		height:auto;
	}
	
	footer.navbar ul {
		float:none;
		margin:10px 0 5px;
	}
	
	.content-item {
		padding:15px 0;
	}
	
	.content-headline h3 {
		display:none;
	}
	
	.form-wrapper {
		margin-top:20px;
	}
	
	header.navbar-default .navbar-nav > li > a:hover {
		background-color:transparent;
	}
	
	
	#services p {
		margin-bottom:20px;
	}
	

	
	#error {
		padding:50px 0;
	}
	
	
}

@media (max-width:640px) {

}



@media (max-width:480px) {
	.btn-group-lg>.btn,
	.btn-lg {
		padding:6px 12px;
		font-size:14px;
		line-height:1.42857143;
	}
	
	.timeline {
		border-left:0;
		margin-left:0;
		padding-left:0;
	}
	
	.blog-post .date-xs {
		display:block;
		font-weight:bold;
		margin-bottom:10px;
		color:#666666;
	}
	
	.blog-post .blog-info {
		display:none;
	}
	
	#comments .media img {
		max-width:64px;
	}
	
	#comments .media > .pull-left {
		margin-right:10px;
	}
	
	#team .row > div,
	#gallery .overlay-wrapper,
	#statistics .row > div {
		width:100%;
		float:none;
	}
	
	
}

/* PRICING */

.pricing-plan {
	border:1px solid #DDDDDD;
	text-align:center;
	position:relative;
	margin-top:15px;
	top:0;
	transition:all 0.3s ease;
}

.pricing-plan:hover {
	top:-15px;
}

.pricing-plan h4 {
	/*background-color:#333333;
	color:#FFFFFF;*/
	margin:0;
	/*padding:15px 0;*/
	font-size:26px;
	text-transform:uppercase;
	font-weight:300;
	font-family:'Open Sans', Verdana, Geneva, sans-serif;
}

.pricing-plan .price {
	/*background-color:#E2E2E2;*/
	border:8px solid #EBEBEB;
	font-size:14px;
	font-weight:400;
	color:#777777;
	margin:20px;
	padding:5px 0;
}

.pricing-plan .price span {
	font-size:30px;
	color:#555555;
	font-weight:600;
	margin-right:5px;
}

.pricing-plan .price small {
	font-size:16px;
	margin-right:2px;
}

.pricing-plan ul li {
	border-bottom:1px dashed #DDDDDD;
	padding:11px 0;
	color:#555555;
	text-align:left;
	margin:0 30px;
}

.pricing-plan ul li i {
	width:30px;
}

.pricing-plan ul li:last-child {
	border-bottom:0;
}

.pricing-plan .order-wrapper {
	background-color:#E9E9E9;
	border-top:1px solid #DDDDDD;
}

.pricing-plan .btn {
	color:#FFFFFF;
	padding:10px 30px;
	font-weight:bold;
	border:0;
	margin:15px 0;
	border-radius:0;
}


/*BOTTOM MENU STYLES*/

.bottom-menu{
padding:30px 0 20px;
}
.bottom-menu ul{
 list-style: none;

}


.bottom-menu li{
padding: 4px;
}
 
@media(min-width: 998px) {
	.bottom-menu li{
	display: inline;	
	padding: 16px;
	}
}

.bottom-menu a{
background-color:#333333 !important;
text-decoration:none;
color:white;
}
.bottom-menu a:hover{
text-decoration:underline;
}

@media (max-width: 1200px) {
    section.demosection {
        text-align: center;
        padding-bottom: 50px;
    }
}


.bottom-menu ul{ list-style: none; }


@media(min-width: 768px){ .bottom-menu ul li{ display: inline; padding: 0px 14px;} }
.bottom-menu ul li a{ background-color: transparent !important;}
.bottom-menu ul li a:hover{text-decoration:underline;}

/* BOOKING RACE STYLES */
.booking-race{
padding-bottom:10px;
border-bottom: dashed;
}
.booking-race ul li {
    font-size: 18px;
}


.avtobus{
border-radius: 18px;
border: solid 3px #f8b533;
padding: 64px 10px 20px 10px;
background-image: url(/bitrix/templates/mybuses/supreme/assets/images/bus_bar_s.png);
background-repeat: no-repeat;
background-position-x: 14%;
background-position-y: 2%;
}
	
@media(min-width: 768px){ .avtobus{ 
padding: 10px 20px 10px 64px;
background-image: url(/bitrix/templates/mybuses/supreme/assets/images/bus_bar_s.png);
background-repeat: no-repeat;
background-position-y: 86%;
background-position-x: 2%;
} }
