 /* ================================================== GLOBAL STYLES ================================================= */
/* ================================================================================================================== */
/* ========== TYPOGRAPHY ========== */
/* Icon Batch font import */
@font-face {
  font-family: 'Batch';
  src: url('../fonts/batch-icons-webfont.eot');
  src: url('../fonts/batch-icons-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/batch-icons-webfont.woff') format('woff'), url('../fonts/batch-icons-webfont.ttf') format('truetype'), url('../fonts/batch-icons-webfont.svg#batchregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Batch icon style */
.batch {
  font-family: "Batch";
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}
/* Icon Entypo Social font import */
@font-face {
  font-family: 'Entypo-social';
  src: url('../fonts/entypo-social.eot');
  src: url('../fonts/entypo-social.eot?#iefix') format('embedded-opentype'), url('../fonts/entypo-social.woff') format('woff'), url('../fonts/entypo-socialt.ttf') format('truetype'), url('../fonts/entypo-social.svg#entypo-social') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Entypo Social icon style */
.entypo-social {
  font-family: "Entypo-social";
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}
/* Icon font sizes */
/* 16 px — default icon size*/
.icon12 {
  font-size: 12px;
}
.icon24 {
  font-size: 24px;
}
.icon32 {
  font-size: 32px;
}
.icon48 {
  font-size: 48px;
}
.icon64 {
  font-size: 64px;
}
.icon96 {
  font-size: 96px;
}
.icon128 {
  font-size: 128px;
}

body {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
}
/* Headers style */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 900;
	line-height: 1.1;
	color: inherit;
}

h2, .h2 {
font-size: 28px;
}

h3 {
  margin-bottom: 24px;
}

h5, .h5 {
font-size: 18px;
}

h2.caps {
	background: url(../img/bg-light-gray.jpg) 50% -100px #f0f0f0;
	text-align:center; 
	height:40px;
	padding-top:5px;
}

/* H2 + hr centered section header */
h2.stripe {
  position: relative;
  text-transform:none;
  overflow: hidden;
  text-align: center;
  margin: 24px -15px 36px -15px;
}
h2.stripe span {
  display: inline-block;
  margin: 0 .4em;
}
h2.stripe span:before,
h2.stripe span:after {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 3px solid #CF5300;
  margin-top: .5em;
}
h2.stripe span:before {
  margin-left: -103%;
}
h2.stripe span:after {
  margin-left: 3%;
}
header p.lead {
  text-align: center;
  margin-top: -24px;
  margin-bottom: 72px;
}
p.lead {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 24px;
}
p.lead.large {
  font-size: 34px;
  line-height: 40px;
}
p {
  margin: 0 0 12px 0;
}
/* ========== COLORS ==========*/
.color-primary {
  color: #CF5300;
}
.color-primary:hover {
  color: #e31639;
}
.color-secondary {
  color: #333333;
}
.color-secondary:hover {
  color: #454545;
}
/* ========== LISTS ==========*/
ul {
  padding-left: 25px;
  margin-bottom: 24px;
}
ul li {
  margin-bottom: 12px;
}
/* Icon lists */
ul.icon {
  padding-left: 30px;
  list-style-type: none;
}
ul.icon li:before {
  color: #CF5300;
  font-family: "Batch";
  padding-right: 10px;
  margin: 0 5px 0 -30px;
}
/* Star */
ul.icon-star li:before {
  content: '\f15d';
}
/* Heart */
ul.icon-heart li:before {
  content: '\f049';
}
/* Cicle */
ul.icon-circle li:before {
  content: '\f0c7';
}
/* ========== LAYOUT ========== */
/* Section margins */
section {
  margin-top: 36px;
  margin-bottom: 72px;
}
/* ========== NAVBAR ========== */
.navbar-barnaul {
  margin-bottom: 0;
  border-color: #f0f0f0;
  background-color: #fff;
}
.navbar-barnaul .navbar-header button.navbar-toggle {
  border: none;
  padding: 5px 10px;
  color: #cccccc;
  outline: none;
}
.navbar-barnaul .navbar-header button.navbar-toggle:hover {
  color: #CF5300;
}
.navbar-barnaul .navbar-nav li {
  margin-bottom: 0;
}
.navbar-barnaul .navbar-nav li a {
  color: #333333;
  padding: 15px 30px;
}
.navbar-barnaul .navbar-nav li a.btn {
  margin-top: 20px;
  padding: 6px 48px;
}
.navbar-barnaul .navbar-nav li a.btn-primary {
  color: #fff !important;
}
.navbar-barnaul .navbar-nav li a.btn-primary:hover {
  background-color: #e31639;
}
.navbar-barnaul .navbar-nav li a.btn-default {
  color: #fff !important;
}
.navbar-barnaul .navbar-nav li a.btn-default:hover {
  background-color: #404040;
}
.navbar-barnaul .navbar-nav li a:hover {
  color: #CF5300;
  background-color: transparent;
}
.navbar-barnaul .navbar-nav li.dropdown a {
  background-color: transparent;
}

.navbar-barnaul .navbar-nav li.active a {
  color: #CF5300;
  /*background-color:#eeeeee;*/
}

.navbar-barnaul .navbar-nav .dropdown-menu {
  border: 0;
  padding: 0 !important;
  box-shadow: none;
  background-color: #f0f0f0;
  border-radius: 0;
  font-size: 16px;
}
.navbar-barnaul .navbar-nav .dropdown-menu li a {
  padding: 12px 30px;
}
.navbar-barnaul .navbar-nav .dropdown-menu li a:hover {
  /*background-color: #e5e5e5;*/
}
/* ========== BUTTONS ========== */
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn {
  width:150px;
  /*border-radius: 0;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  border: none;
  font-size: 20px;
  padding: 6px 48px;*/
}
/* ========== FORMS ========== */
label {
  font-weight: normal;
}
/* Alerts style */
.alert {
  border-radius: 0;
  border: 3px solid;
}
.form-group {
  /* Form control sucess */

  /* Form control error */

}

.form-control {
	font-size:16px;	
}

.form-group.success .form-control {
  border: 3px solid #14cc25;
  box-shadow: none;
}
.form-group.success label.valid {
  display: none !important;
}
.form-group.error .form-control {
  border: 3px solid #CF5300;
  box-shadow: none;
}
.form-group.error label.error {
  color: #CF5300;
}
/* ================================================ COMPONENT STYLES ================================================ */
/* ================================================================================================================== */
/* ========== HEADER ==========*/
section#header {
  margin-top: 0;
  margin-bottom: 0;
}
/* ========== PROMO ========== */
#brn-promo {
  margin-top: 132px;
  margin-bottom: 40px;
  padding-bottom: 60px;
  background: url("/images/banners/MarchMadness/mainBannerInverse.jpg")  no-repeat;
}
#brn-promo h1 {
  margin-top: 46px;
}
#brn-promo h1,
#brn-promo p.lead {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
}
#brn-promo p.lead {
  margin-top: 24px;
}
#brn-promo .fluid-width-video-wrapper {
  margin-top: 96px;
  margin-bottom: 72px;
}
/* Countdown */
.countdown {
  text-align: center;
  color: #fff;
  margin-top: 48px;
  margin-bottom: 96px;
  padding: 0;
  list-style: none;
  width: 100%;
}
.countdown li {
  display: inline-block;
  font-size: 96px;
  line-height: 96px;
  font-weight: 700;
  margin: 0 30px;
}
.countdown li span {
  display: block;
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
}
/* ========== GMAP ========== */
#brn-gmap {
  position: relative;
  background-color: #f0f0f0;
}
#gmap {
  display: block;
  height: 350px;
  margin: 0 auto;
}
#gmap p {
  font-size: 16px;
  font-weight: normal;
  padding: 0 50px;
}
#gmap h5,
#gmap p {
  text-align: center;
}
/* ========== IPHONE PROMO SECTION ========== */
.iphone-cover {
  height: 590px;
}
.iphone-cover h1 {
  margin-top: 144px;
}
.iphone {
  margin-top: 32px;
  padding: 0 48px;
}
.iphone-gallery-wrapper {
  position: absolute;
  top: 17.8%;
  left: 50%;
  margin-left: -30.2%;
  width: 60.5%;
  padding: 0 8.75%;
}
/* Mozilla iphone gallery scale fix */
@-moz-document url-prefix() {
  .iphone-gallery-wrapper {
    top: 18%;
    margin-left: -30.5%;
    width: 61.5%;
  }
}
/* iphone gallery media queries */
/* MD media */
@media (max-width: 1199px) {
  .iphone {
    padding: 0;
    margin-top: 36px;
  }
  .iphone-gallery-wrapper {
    padding: 0 19px;
    margin-top: 3px;
  }
}
/* SM media */
@media (max-width: 991px) {
  #brn-promo.iphone-cover {
    margin-bottom: 480px;
  }
  .iphone {
    padding: 0 144px;
    margin-top: 72px;
  }
  .iphone-gallery-wrapper {
    padding: 0 105px;
    margin-top: 0px;
    top: 90px;
  }
}
/* XS media */
@media (max-width: 767px) {
  #brn-promo.iphone-cover {
    margin-bottom: 120%;
  }
  #brn-promo.iphone-cover .col-xs-12 {
    padding: 0;
  }
  .iphone {
    padding: 0 10%;
  }
  .iphone-gallery-wrapper {
    padding: 0 10%;
    width: 65%;
    margin-left: -32.5%;
    top: 14%;
  }
}
/* ========== FEATURES ========== */
.feature-item {
  padding: 48px 15px 12px 15px;
}
.feature-item span.batch {
  margin-bottom: 24px;
}
.feature-item span.batch,
.feature-item h5 {
  color: #CF5300;
}
.feature-item:hover {
  /*background-color: #CF5300;
  color: #fff;*/
}
.feature-item:hover span.batch,
.feature-item:hover h5 {
  /*color: #fff;*/
}
/* ========== PORTFOLIO ========== */
.portfolio {
  padding: 0;
}
.portfolio li {
  list-style: none;
  margin: 0;
  margin-bottom: 24px;
}
.portfolio li figure .caption {
  border: none;
}
.portfolio li figure a {
  display: block;
  position: relative;
}
.portfolio li figure a:hover {
  text-decoration: none;
}
.portfolio li figure a:hover .caption {
  opacity: 1;
}
.portfolio li figure a .caption {
  opacity: 0;
  color: #fff;
  background-color: rgba(204, 20, 51, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portfolio li figure a .caption .batch {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
}
/* ========== TEAM ========== */
.team {
  padding: 0;
}
.team li {
  list-style: none;
  margin: 0;
  margin-bottom: 48px;
}
.team li .img-circle {
  margin-bottom: 24px;
}
.team li:hover .img-circle {
  opacity: 0.6;
}
.team-sm-icon {
  padding: 12px 12px;
  color: #333333;
}
.team-sm-icon:hover {
  color: #fff;
  background-color: #CF5300;
  text-decoration: none;
}
/* ========== PRICING TABLES ========== */
.pricing-table {
  border: 1px solid #e5e5e5;
  margin: 48px 0px;
  /* Top price */

}
.pricing-table .pricing-header {
  background-color: #e5e5e5;
  padding: 12px 0;
}
.pricing-table .pricing-items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pricing-table .pricing-items li {
  font-size: 14px;
  padding: 12px;
  border-top: 1px solid #f0f0f0;
  margin: 0;
}
.pricing-table .pricing-items li:first-child {
  border-top: none;
}
.pricing-table .pricing-button {
  background-color: #e5e5e5;
  padding: 12px 0;
}
.pricing-table .pricing-button .btn {
  padding: 6px 24px;
}
.pricing-table.pricing-top {
  margin-top: 0;
}
.pricing-table.pricing-top .pricing-header {
  background: url("../img/bg-red.jpg") 50% 0 #CF5300;
  color: #fff;
  padding: 24px 0;
}
.pricing-table.pricing-top .pricing-items li {
  font-size: 16px;
}
/* ========== REVIEWS ========== */
/* Reviews section background */
#brn-reviews {
  background: url("../img/bg-light-gray.jpg") 50% -100px #f0f0f0;
  padding-top: 24px;
}
/* Review item */
.review-item {
  margin: 32px 0;
}
.review-item .review-text {
  font-size: 24px;
  line-height: 36px;
  font-style: italic ;
  margin-top: 24px;
}
.review-item cite {
  color: #666666;
}
/* ========== OUR CLIENTS ========== */
.client-item {
  border: 4px solid transparent;
  float: left;
  margin-right: 30px;
}
.client-item:hover {
  border: 4px solid #CF5300;
}
/* ========== NEWSLETTER ========== */
/* Newsletter section background */
#brn-newsletter {
  background: url("../img/bg-red.jpg") 50% 0 #CF5300;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #fff;
}
#brn-newsletter h2 {
  line-height: 42px;
}
#brn-newsletter .form-inline .btn {
  margin-left: 15px;
}
form.newsletter input {
  min-width: 250px;
}
/* ========== FEEDBACK ========== */
/* Feedback section background */
#brn-feedback {
  background: url("../img/bg-light-gray.jpg") 50% -100px #f0f0f0;
  padding-top: 24px;
}

form.feedback {
  padding-left: 15px;
  padding-right: 15px;
}
/* ========== FOOTER ========== */
footer {
  background-color: #f0f0f0;
  margin-top: 96px;
  font-size:12px;
}
footer p {
  padding-top: 12px;
  margin-bottom: 0;
}
.sm-icon {
  padding: 32px 12px;
  color: #333333;
}
.sm-icon:hover {
  color: #fff;
  background-color: #CF5300;
  text-decoration: none;
}
/* ================================================= MEDIA QUERIES ================================================== */
/* ================================================================================================================== */
/* ========== SM media ========== */
@media (max-width: 991px) {
  /* Newsletter form margin fixes */
  form.newsletter {
    margin-top: 24px;
  }
  /* Promo header text fix */
  #brn-promo {
    text-align: center;
  }
  #brn-promo h1 {
    margin-top: 48px;
  }
}
/* ========== XS media ========== */
@media (max-width: 767px) {
  /* Text center */
  section {
    text-align: center;
  }
  /* List icon center*/
  ul.icon {
    padding-left: 0;
  }
  ul.icon li:before {
    width: 100%;
    float: left;
    margin: 0;
  }
  /* Feedback margin fixes*/
  h3 {
    margin-top: 48px;
  }
  /*Newsletter form margin fixes*/
  form.newsletter {
    margin-top: 24px;
  }
  form.newsletter .btn {
    margin-top: 12px;
  }
  /*Footer copyright center */
  footer {
    text-align: center;
  }
  footer p {
    padding-bottom: 12px;
  }
}
/* Demo styles*/
section.demo {
  margin-bottom: 0 !important;
}
section.demo .img-demo {
  vertical-align: top;
  max-width: 250px;
  margin: 72px 30px 72px 30px;
  transition: all 0.1s;
}
section.demo .img-demo:hover {
  -webkit-transform: scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform: scale(1.1);
  -moz-transform-origin: 50% 50%;
  -o-transform: scale(1.1);
  -o-transform-origin: 50% 50%;
  -ms-transform: scale(1.1);
  -ms-transform-origin: 50% 50%;
  transform: scale(1.1);
  transform-origin: 50% 50%;
  box-shadow: 0px 75px 100px rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
}
.demo-logo {
  display: block;
  margin: -76px auto 0 auto;
  padding: 24px;
}
footer.demo {
  margin-top: 0;
}
/* =================================================== ANIMATION ==================================================== */
/* ================================================================================================================== */
/* ========= COLORS ========== */
a,
.btn,
.feature-item,
.feature-item > h5,
.portfolio .caption,
.team img,
.glyphicon,
.color-primary,
.color-secondary {
  transition: opacity 0.2s, background-color 0.2s, color 0.2s;
}
a:hover,
.btn:hover,
.feature-item:hover,
.feature-item > h5:hover,
.portfolio .caption:hover,
.team img:hover,
.glyphicon:hover,
.color-primary:hover,
.color-secondary:hover {
  transition: opacity 0.1s, background-color 0.1s, color 0.1s;
}
/* ========= BORDERS ========== */
.client-item {
  transition: border 0.2s;
}
.client-item:hover {
  transition: border 0.1s;
}

/* ========================== ADDED FROM THEMES BOOTSTRAP.CSS ========================================== */
.navbar-brand {
  float: left;
  padding: 13px 15px;
  font-size: 20px;
  line-height: 24px;
  
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
}

.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 24px;
}

