@import url(http://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200,700);
@font-face {
	font-family: 'PFDin-regular';
	src: url('../fonts/pfdintextcondpro-regular.ttf');
	src: url('../fonts/pfdintextcondpro-regular.ttf') format('truetype'),
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PFDin-light';
	src: url('../fonts/pfdintextcondpro-light.ttf');
	src: url('../fonts/pfdintextcondpro-light.ttf') format('truetype'),
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PFDin-thin';
	src: url('../fonts/pfdintextcondpro-thin.ttf');
	src: url('../fonts/pfdintextcondpro-thin.ttf') format('truetype'),
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PFDin-medium';
	src: url('../fonts/pfdintextcondpro-medium.ttf');
	src: url('../fonts/pfdintextcondpro-medium.ttf') format('truetype'),
	font-weight: normal;
	font-style: normal;
}
/*************************
*******Typography******
**************************/

body {
  font-family: 'PFDin-regular', sans-serif;
  font-size: 17px;
  color: #fff
}

.modal-header {
	color: #000000;
}
.modal-body {
	color: #000000;
}
.modal-body h2 {
	text-align: center;
	color: #e2001a;
	background: rgba(0,0,0,0.15);
	padding: 20px 0;
	text-shadow: 1px 1px 3px #666, -1px -1px 3px #FFF, 1px 1px #666, -1px -1px #FFF;
}
.thumbnail>img, .thumbnail a>img {
	width: 640px;
	height: 220px;
}

.btn {
  border-radius: 0;
  font-family: 'PFDin-regular','sans-serif';
  font-size: 20px;
  padding: 9px 23px;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'PFDin-regular', 'sans-serif';
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  font-size: 36px
}

.navbar-toggle {
  margin-top: 12px
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle, 
.navbar-toggle:focus {
  border:1px solid #fff;
  outline: none;
}

.default-txt {
  font-family: 'PFDin-regular', 'sans-serif';
  font-size: 22px;
  line-height: 1.6;	
}
.default-txt-white {
  color: #ffffff;
}
.default-txt-black {
  color: #000000;	
}
.company-name {
	font-weight: bold;
}
.company-name span {
	color: #e2001a;
}

.sale {
  font-family: 'PFDin-medium', 'sans-serif';
  font-size: 50px;
  color: #f4a31c;
  display: block;
  text-shadow: 0 0 5px #3d3d3d, 0 0 10px #3d3d3d, 0 0 15px #3d3d3d, 0 0 20px #e2001a, 0 0 20px #e2001a, 0 0 20px #e2001a, 0 0 20px #e2001a, 0 0 20px #e2001a;
}

.ka-panel .nav-tabs {
    border-bottom: 1px solid #e2001a;
}
.ka-panel .nav-tabs a {
	color: #000;
}
.ka-panel .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #f4a31c;
    border: 1px solid #e2001a;
    border-bottom-color: transparent;
    cursor: default;
}
.ka-panel .nav-tabs>li>a:hover {
	border: 1px solid #e2001a;
}

/*Галерея*/
    .thumb img { 
	filter: none; /* IE6-9 */ 
	-webkit-filter: grayscale(0); 
	border-radius:5px; 
	background-color: #fff; 
	border: 1px solid #ddd; 
	padding:5px; 
	height: 300px;
	width: 100%;
    } 
    .thumb img:hover { 
      filter: gray; /* IE6-9 */ 
      -webkit-filter: grayscale(1); 
    } 
    .thumb { 
      padding:5px; 
    } 

/*слайдшоу работ*/
.work-carousel-indicators {
	position: relative;
	bottom: 0px;
}
.work-left-carousel-control {
    position: absolute;
    top: 0;
    left: -100px;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.work-right-carousel-control {
	position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    left: auto;
	float: right;
	right: -50px;
}
.work-control span {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.work-control:hover, .work-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
}
.portfolio-slide {
	color: #ffffff;
	font-size: 16px;
}
.portfolio-slide h2 {
	color: #ffffff;
	font-size: 20px;
}
.portfolio-slide p {
	font-size: 18px;
}
/*************************
*******Header CSS******
**************************/

.header-top {
  display: block;
  overflow: hidden;
  padding: 25px;
}

.main-nav {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.main-nav 
.container {
  width: 100%
}

.social-icons a {
  font-size: 18px;
  color: #fff;
  padding-left:20px;  
}

.social-icons .fa-facebook:hover {
  color: #3B5997
}

.social-icons .fa-twitter:hover {
  color:#29C5F6
}

.social-icons .fa-google-plus:hover {
  color:#D13D2F
}

.social-icons .fa-youtube:hover{
  color: #ec5538
}

.navbar-brand {
  height: 90px;
  margin-bottom: 20px;
  position: relative;
  width: 297px;
}

.navbar-brand img {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 250px;
}
@media (min-width:767px){
.navbar-brand p {
  margin: 0;
  color: #fff;
  position: absolute;
  left: 70px;
  width: 200px;
  font-size: 26px;
  line-height: 1.2;
  text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #e2001a, 0 0 20px #e2001a, 0 0 20px #e2001a, 0 0 20px #e2001a, 0 0 20px #e2001a;
}}
@media (max-width:767px){
.navbar-brand p {
  margin: 10px 0;
  color: #fff;
  position: absolute;
  left: 70px;
  width: 169px;
}}

.navbar-right {
  background-color: #f4a31c;
  padding:0 95px 0 0;
  opacity: .9
}

.navbar-right>li>a {
  padding: 25px 21px;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'PFDin-regular', 'sans-serif';
  font-weight: 300;
}

.navbar-right>li>a:hover, 
.navbar-right>li>a:focus,  
.navbar-right .active a {
  background-color: #e2001a;
  color: #fff
}
.dropdown-menu {
  background-color: #f4a31c;
  padding:0;
  right: -80px;
  opacity: 1;
}

.dropdown-menu>li>a {
  padding: 8px 15px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'PFDin-regular', 'sans-serif';
  font-weight: 300;
}

.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus,  
.dropdown-menu .active a {
  background-color: #e2001a;
  color: #fff
}
.fixed-menu {
  background-color: #f4a31c;
  position: fixed;
  top: 0;
}

.fixed-menu .navbar-right {
  padding: 0;
}


.fixed-menu .navbar-right li a {
  font-size: 18px;
  text-shadow:inherit;
}

.fixed-menu .navbar-brand {
  height: 60px;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
  width: 169px;
}

.fixed-menu .navbar-brand img {
  height:60px;
  top: 0;
}

.fixed-menu .header-top {
  display: none;
}

/*Контактная форма*/
.contact-container {

}
table {
	margin: 20px 0px;
} 
table span{
	font-size: 18px;
	font-style: italic;
} 
table td {
	padding: 10px;
} 
table .table-title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	background: #f4a31c;
	color: #ffffff;
}
table .table-title-2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}  
table .table-price {
	width: 150px;
}
table tr:nth-child(even) {
	background: #e3e3e3;
}

/*************************
*******Home CSS******
**************************/

#home {
  position: relative;
  overflow: hidden;
}

#main-slider img {
  width: 100%
}

 
.carousel-caption-left {
  float: left;
  left: 0;
  right: inherit;
  text-align: left;
  padding:10px 60px 35px;
  bottom: 14%;
  background: none repeat scroll 0 0 #000000;
  opacity: 0.85;
}


.carousel-caption-right {
  float: right;
  left: 70%;
  text-align: center;
  bottom: 14%;
}



.carousel-caption {
  text-transform: uppercase;
  color: #fff;
}



.carousel-caption-left h2 {  
  font-size: 48px;
  font-family: 'PFDin-medium';
  text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #e2001a, 0 0 20px #e2001a, 0 0 20px #e2001a, 0 0 20px #e2001a, 0 0 20px #e2001a;
}


.carousel-caption-left h4 {
  font-size: 22px;
}


.carousel-caption-right h2 {  
  font-size: 26px;
 
}


.carousel-caption-right h4 {
  font-size: 18px;
}


.carousel-caption h4 span {
  color: #e2001a	;
  font-size: 24px;
  font-family: 'PFDin-medium';
  text-shadow: 0.5px 0.5px 0.5px #fff;
}


.carousel-caption a {
  font-size: 18px;
  color: #f4a31c
}


.carousel-caption a:hover {
  color: #e2001a
}


.carousel-caption a:hover i {
  margin-left: 35px
}


.carousel-caption a i {
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.carousel-indicators li {
  background-color:#f4a31c;
  border: 1px solid #fff;
}


.carousel-indicators li.active {
  background-color:#e2001a;
  border: 1px solid #fff;
}


.carousel-caption a.button13 {
  display: inline-block;
  width: 15em;
  font-size: 100%;
  color: rgba(255,255,255,.9);
  text-shadow: #f4a31c 0 1px 2px;
  text-decoration: none;
  text-align: center;
  line-height: 1.1;
  white-space: pre-line;
  padding: 1em 0;
  border: 1px solid;
  border-color: #e7243b #e2001a #e2001a #e7243b;
  border-radius: 6px;
  outline: none;
  background: #e2001a linear-gradient(#e7243b, #df122a 50%, #e2001a);
  box-shadow: inset rgba(255,255,255,.5) 1px 1px;
  box-shadow: 0 0 10px 5px rgba(244, 163, 28, 1);
}

.carousel-caption a.button13:first-line{
  font-size: 170%;
  font-weight: 700;
}

.carousel-caption a.button13:hover {
  color: rgb(255,255,255);
  background-image: linear-gradient(#f12f46, #e7233a 50%, #e50f28);
}

.carousel-caption a.button13:active {
  color: rgb(255,255,255);
  border-color: #e50f28;
  background-image: linear-gradient(#e50f28, #f12f46);
  box-shadow: none;
}
.akciya {
	transition: 0.1s linear;
	opacity: 0.6;
	height: auto;
	margin: 15px 0;
}
.akciya:hover {
	cursor: pointer;
	opacity: 1;
}
.akciya-info {
	position: absolute;
	top: 50px;
	right: 40px;
	text-align: right;	
}
.akciya-info>h4 {
	color: #ffffff;
	font-size: 36px;
	text-shadow: 1px 1px 3px #666, -1px -1px 3px #3d3d3d, 1px 1px #666, -1px -1px #3d3d3d;
}
.akciya-info>h5 {
	color: #e2001a;
	font-size: 48px;
	font-family: 'PFDin-medium';
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #e2001a, 0 0 70px #e2001a, 0 0 80px #e2001a;
}

.spektr {
	transition: 0.15s linear;
	opacity: 0.7;
	height: auto;
	margin: 15px 0;
}
.spektr:hover {
	cursor: pointer;
	opacity: 1;
}
.spektr-info {
	text-align: center;	
}
.spektr-info>h4 {
	color: #ffffff;
	font-size: 26px;
	text-shadow: 1px 1px 3px #666, -1px -1px 3px #3d3d3d, 1px 1px #666, -1px -1px #3d3d3d;
}




.advantages {
	transition: 0.15s linear;
	height: auto;
	margin: 15px 0;
}
.advantages:hover {
	opacity: 1;
}
.advantages-info {
	text-align: center;	
}
.advantages-info>h4 {
	color: #000000;
	font-size: 20px;
	font-family: 'PFDin-medium';	
}
.advantages-info>p {
	color: #000000;
	font-size: 16px;
}



/*************************
*******Explore CSS******
**************************/

#explore {
  background-color: #C34C39;
  background-position: center bottom;
  background-size: contain;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  padding: 30px 0 100px;
}

.watch {
  position: absolute;
  left: 0;
  top: 7%;
}

#explore h2 {
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
}

#countdown {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 0
}

#countdown li {
  list-style: none;
  display:inline-block;
  margin-right: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
}

#countdown li:last-child {
  margin-right: 0
}

#countdown li span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  height: 82px;
  line-height: 79px;
  width: 75px;
  border-radius: 10px;
  border-right: 1px solid #9e3e2e;
  border-bottom: 1px solid #9e3e2e;
}

#countdown li .days {
  background-color: #45b29d;
  border-top: 1px solid #6ac1b1;
  border-left: 1px solid #6ac1b1;
}

#countdown li .hours {
  background-color: #efc94c; 
  border-top: 1px solid #f2d470;
  border-left: 1px solid #f2d470;
}

#countdown li .minutes {
  background-color: #e27a3f;
  border-top: 1px solid #e89565;
  border-left: 1px solid #e89565;
}

#countdown li .seconds {
  background-color: #df5a49;
  border-top: 1px solid #e57b6d;
  border-left: 1px solid #e57b6d;
}

#countdown li:before {
  background-color: #FFFFFF;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 36px;
  width: 1px;
}

#countdown li:after {
  background-color: #FFFFFF;
  content: "";
  height: 11px;
  right:0;
  position: absolute;
  top: 36px;
  width: 1px;
}

.cart {
  background-color: #b34534;  
  position: absolute;
  right:-200px;
  top: 37%;
  width:252px;
   -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.cart:hover {
  right:0;
}


.cart a {
  color: #FFFFFF;
  display: block;
  font-size: 24px;
  text-transform: uppercase;
}

.cart a i {
  font-size: 30px;  
  padding: 20px 12px;
  background-color: #A64030; 
  margin-right: 3px;
}

 

 /*************************
*******Event CSS******
**************************/
#event-1, #event-2 {
  background-color: #ffffff;
  background-position: 50% 0;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  color: #000000;
}

#event-3 {
  background-color: #33888F;
  background-position: 50% 0;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  color: #000000;
}
.event-head {
  border-bottom: 5px #e66f00 solid;
  margin-bottom: 40px;
}
.event-head img{
	width: 100%;
}

.event-head h2.right{
  color: #000000;
  font-size: 36px;
  font-weight: 300;

  margin-top: 30px;
  text-transform: uppercase;
  text-align: right;
}

.event-head h2.left{
  color: #000000;
  font-size: 36px;
  font-weight: 300;
  margin-top: 30px;
  text-transform: uppercase;
  text-align: left;
}

.event-head h2.center{
  color: #000000;
  font-size: 36px;
  font-weight: 300;
  margin-top: 30px;
  text-transform: uppercase;
  text-align: center;
}

.single-event {
  margin-bottom: 70px;
}

.single-event h4 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 25px;
  text-transform: uppercase;
}


.single-event h5 {
  font-size: 18px;
  font-weight: 100;
  display: block;
}

#event-carousel {
  position: relative;
}

.even-control-left, 
.even-control-right {
  position: absolute;
  font-size: 24px;
  color: #fff;
  top: 0;
}

.even-control-left {
  right: 3%
} 

.even-control-right {
  right: 0;
}


/*************************
*******About CSS**********
**************************/

#about, #form-panel-1, #form-panel-2, #form-panel-3  {
  background-image: url("../images/about-bg.png");
  background-size: cover;
  position: relative;  
  width: 100%;
  display: flex;
}

.woman-1 {
	position: absolute;
	z-index: 2;
	bottom: 0;
}

.woman-1 img {
	position: relative;
	top: 64px;
}

.about-content {
  width: 50%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 70px 110px;
  margin: auto;
}


#about h2 {
  margin-bottom: 23px;
}

.about-content p {
  font-size: 17px;
  font-family: 'Dosis',sans-serif;
}

#about .btn-primary {
  background-color: #137c61;
  color: #fff;
  text-transform: capitalize;
  border: none;
  margin-top: 28px;
}

#about .btn-primary:hover {
  background-color: #126d55
}



/*************************
******Twitter CSS****
**************************/

#twitter {
  background-color: #ecedef;
  background-position: center bottom;
  background-size: cover;
  background-repeat:no-repeat;
  position: relative;
  padding: 95px 0 90px;
  overflow: hidden;
}

.twit {
  position: absolute;
  left: 0;
  top:-42%;
}

#twitter-feed .item {
  text-align: center;
}

#twitter-feed .item img {
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #c5c8ce;
  padding: 5px;
  margin-bottom: 30px;
}

#twitter-feed .item a, 
#twitter-feed .item p { 
  font-size: 24px;
  font-weight: 300;
  font-family: 'PFDin-regular','sans-serif';
}

#twitter-feed .item p {
  color: #3D3D3D;
}

#twitter-feed .item a {
  color:#00c3ff;
}

.twitter-control-left, 
.twitter-control-right {
  position: absolute;
  color: #00c3ff;
  top: 59%;
  font-size: 24px
}

.twitter-control-left {
  left: 0;
}

.twitter-control-right {
  right:0;
} 



/*************************
******Sponsor CSS****
**************************/

#sponsor {
  position: relative;
  color: #000000;
}

.light {
  position: absolute;
  right: 0;
  bottom: 0;
}

#sponsor .col-sm-10 {
  z-index: 10;
}

#sponsor h2 {
  margin-top: 90px;
  margin-bottom: 40px;
}

#sponsor .item ul {
  font-size: 0;
  padding: 0;
}


#sponsor .item ul li {
  display: inline-block;
  list-style: none;
  width: 33.33%;
  margin-bottom: 75px;
}
#sponsor .item ul li img{
  text-align: center;
  margin: auto;
}

#sponsor .item ul li:last-child {
  margin-right: 0
}

.sponsor-control-left, 
.sponsor-control-right {
  color: #000000;
  font-size: 24px;
  position: absolute;
  top: 20%;
}

.sponsor-control-left {
  right: 12%
}

.sponsor-control-right {
  right: 10%
}


/*************************
******Map CSS****
**************************/
#map {
  position: relative;
}

#gmap {
  height:450px;  
}


/*************************
******Contact CSS****
**************************/

.contact-section {
  background-color: #f7ab24;
  background-position:60% 0;
  background-size:contain;
  background-repeat:no-repeat;  
  position: relative;
}

.ear-piece {
  position: absolute;
  left: 5%;
  bottom: 0;
}

#contact .container {
  padding-top:47px;
}

#contact h3 {
  text-transform:inherit;
  color: #373737; 
}

#contact-section h3 {  
  margin-bottom: 25px
}

#contact address {
  font-size: 18px;  
  color: #373737; 
}

.contact-text {
  margin-bottom: 35px;
  display: block;
}


#contact-section .form-control {
  border-color: #ae750d;
  box-shadow:none;
  outline: 0 none;
  border-radius: 0;
  color: #797979;
  font-size: 18px;
}

#contact-section .form-control:focus {
  border-color: #ae750d;
}

#contact-section input {  
  height: 44px;
}

#contact-section textarea {
  height: 90px;
  resize:none;
}

#contact-section .btn-primary {
  background-color: #373737;
  color: #f7ab24;
  border: none;
  font-size: 24px;
  padding: 6px 42px;
  margin-bottom: 110px;
  margin-top: 10px
}

#contact-section .btn-primary:hover {
  background-color: #212020;
  color: #fff
}



/*************************
******Footer CSS****
**************************/

#footer {
  background-color: #212121;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  font-size: 20px;
  padding: 35px 0;
}

#footer a {
  color:#f7ab24
}

#footer a:hover {
  color:#1B7B98
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f7ab24;
    border-color: #ddd;

}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: inherit;
}
.panel-title > a > span {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel {
    margin-bottom: 0px;
}