/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@font-face {
	font-family: 'VivaldiDRegular';
	src: url('fonts/v010000d.eot');
	src: url('fonts/v010000d.eot') format('embedded-opentype'), url('fonts/v010000d.woff2') format('woff2'), url('fonts/v010000d.woff') format('woff'), url('fonts/v010000d.ttf') format('truetype'), url('fonts/v010000d.svg#VivaldiDRegular') format('svg');
}

@font-face {
    font-family: 'HandelGotDLigRegular';
    src: url('fonts/handelgotdlig.eot');
    src: url('fonts/handelgotdlig.eot') format('embedded-opentype'),
         url('fonts/handelgotdlig.woff') format('woff'),
         url('fonts/handelgotdlig.ttf') format('truetype'),
         url('fonts/handelgotdlig.svg#HandelGotDLigRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/***********************FORM*******************************/
#formteklif {
	position: relative;
	margin: auto;
	width: 60%;
	min-height: 350px;
	z-index: 100;
	padding: 20px;
	border: 0px solid #383838;
	/* My stipped background */
	background: #D1D1D1; /* Old browsers */
	background: -moz-repeating-linear-gradient(-45deg, #BC1022, #BC1022 30px, #F2F2F2 30px, #F2F2F2 40px, #00446C 40px, #00446C 70px, #F2F2F2 70px, #F2F2F2 80px); /* FF3.6+ */
	background: -webkit-repeating-linear-gradient(-45deg, #BC1022, #BC1022 30px, #F2F2F2 30px, #F2F2F2 40px, #00446C 40px, #00446C 70px, #F2F2F2 70px, #F2F2F2 80px); /* FF3.6+ */
	background: -o-repeating-linear-gradient(-45deg, #BC1022, #BC1022 30px, #F2F2F2 30px, #F2F2F2 40px, #00446C 40px, #00446C 70px, #F2F2F2 70px, #F2F2F2 80px); /* FF3.6+ */
	background: repeating-linear-gradient(-45deg, #BC1022, #BC1022 30px, #F2F2F2 30px, #F2F2F2 40px, #00446C 40px, #00446C 70px, #F2F2F2 70px, #F2F2F2 80px); /* FF3.6+ */
	/*border-radius*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*box-shadow*/
	-webkit-box-shadow: 0px 1px 6px #3F3F3F;
	-moz-box-shadow: 0px 1px 6px #3F3F3F;
	box-shadow: 0px 1px 6px #3F3F3F;
}
#formteklif:after {
	background: #F9F9F9;
	margin: 10px;
	position: absolute;
	content : " ";
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	border: 1px #E5E5E5 solid;
	/*border-radius*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.required {
	color: #BC1022;
}
#success, #error {
	display: none;
}
#success span, #error span {
	display: block;
	position: absolute;
	bottom: -7120px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin:auto;
}
#success span p, #error span p {
	margin-top: 6em
}
#success span p {
	color: #000;
	font-size: 16px;
}
/*#error span p {*/
#error {
	color: #BC1022;
	font-size: 16px;
}
input:not([type="submit"]), textarea {
	outline: none;
	display: block;
	width: 90%;
	padding: 4px 8px;
	/*border-radius*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/*transition*/
	-webkit-transition: background 0.2s linear, box-shadow 0.6s linear;
	-moz-transition: background 0.2s linear, box-shadow 0.6s linear;
	-o-transition: background 0.2s linear, box-shadow 0.6s linear;
	transition: background 0.2s linear, box-shadow 0.6s linear;
}
input:not([type="submit"]):active, textarea:active, input:not([type="submit"]):focus, textarea:focus {
	/*box-shadow*/
	-webkit-box-shadow: 2px 2px 7px #E8E8E8 inset;
	-moz-box-shadow: 2px 2px 7px #E8E8E8 inset;
	box-shadow: 2px 2px 7px #E8E8E8 inset;
}
input:not([type="submit"]) {
	height: 30px;
}
/*****************************************************************/
.menu {
	font-family: "HandelGotDLigRegular", serif;
	color: #136AAF;
	text-align:right;
	font-weight: bold;
	position: relative;
	font-size:24px;
	height: 40px;
	text-decoration: none;
	padding-top:10px;
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	visibility: hidden;
	display: none;
}

.code { counter-reset: listing; }
xmp { counter-increment: listing; }
.code xmp:before { content: counter(listing) ". "; color: gray; }

body {
  padding-bottom: 20px;
  color: #5a5a5a;
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

#contents{
}

#features {
  max-width:none;
}

.row.featurette {
  padding: 50px 80px 0 80px;
  margin-right:0px;
  margin-left:0px;
  min-height:620px;
}
@media (max-width:767px) {
.row.featurette {
	/* top right bottom left*/
  padding: 50px 35px 0 35px;
  margin-right:0px;
  margin-left:0px;
  min-height:600px;
}
 }


.row.featurette:nth-child(even){
  background:#e6f1fa;
  padding-bottom:50px;
}

.isStuck{
    left:0px;
    width:100%;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  margin-top:10px;
  position: relative;
  z-index: 15;

}
/*#BD1722*/
.navbar.navbar-inverse.navbar-static-top {
  background:#00446C;
  border-color: #398439;
}
.navbar.navbar-inverse.navbar-static-top a{
  color:#fff;
}
.navbar.navbar-inverse.navbar-static-top a:hover{
  color:#A8DCF8;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus{
  background:#BD1722;
  font-weight:800;
}
.navbar-inverse .navbar-nav>.active>a:hover {
  background:#BD1722;
  color:#fff;
  font-weight:800;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0px;
  margin-top: 0px;
 /* 
  Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
 background-image:url("../img/orthodontics.jpg");
 	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
 background-size:contain;
 
 background-repeat:no-repeat;
 background-position: top center;
 display:block;
 min-height: 575px;
 }
 @media(min-width:800px) and (max-width:935px) {
.carousel .item {
 min-height: 450px;
 }
 }
 @media(min-width:768px) and (max-width:979px) {
.carousel .item {
 min-height: 435px;
 }
 }
@media (min-width:600px) and (max-width:767px) {
.carousel .item {
 min-height: 340px;
 }
 }
@media (min-width:432px) and (max-width:599px) {
.carousel .item {
 min-height: 250px;
 }
 }
@media (max-width:431px) {
.carousel .item {
 min-height: 170px;
 }
 }
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {

  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

}

@media (min-width: 992px) {
	
}
.design7-24 {
	margin-left: 10px;
	font-size: 20px;
	font-family: 'VivaldiDRegular', sans-serif;
	color:#2592cb;
	background-color: transparent;
	float: left;
	font-weight: 700;
	display: inline-block;
}
.design7-24 a:hover {
	color: #333;
	text-decoration:none;
}
