/*FONT*/

	@font-face {
	  font-family: 'tr';
	  src: url('../font/TR Blue Highway.eot');
	  src: url('../font/TR Blue Highway.eot?#iefix') format('embedded-opentype'),
	       url('../font/TR Blue Highway.woff2') format('woff2');
	  font-weight: normal;
	  font-style: normal;
	}

	@font-face {
  		font-family: 'FontAwesome';
  		src: url('../font/fontawesome-webfont.eot?v=4.0.3');
  		src: url('../font/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  		font-weight: bold;
  		font-style: normal;
	}
	
	@font-face {
	  font-family: 'trbold';
	  src: url('../font/TRBlueHighwayBold.woff') format('woff'),
	       url('../font/TRBlueHighwayBold.ttf') format('truetype');
	  font-weight: normal;
	  font-style: normal;
	}
	
	@font-face {
	     font-family: 'rubikmedium';
	  src: local("Helvetica Neue Bold"),
	       local("HelveticaNeue-Bold"),
	       url(../font/TRBlueHighwayBold.ttf);
	  font-weight: bold;
	
	}

	.red_text
	{
		color: red;
	}

/*GENEL*/

	*{font-family: 'Open Sans', sans-serif;}
	
	.p_head
	{
		font-size: 20px;
	    color: #001f3f;
	    font-weight: bold;
	    text-decoration: none;
	    text-transform: uppercase;
	}
	body {
		margin: 0px;
		padding: 0px;
		color: white;
		font-size:17px;
		line-height:1.5em; 
		background-color: #FAFFF7;
	}
	
	a, a:link, a:visited {
		color: #990000;
	}
	
	a:hover {
		color: #CC6600;
		text-decoration: none;
	}
	a{text-decoration: none;}
	
	p { margin: 0px; padding: 0 0 10px 0; color: #EDF2EA; }
	img { border: none; }
	
	h1, h2, h3, h4, h5 { font-weight: normal; }
	
	h1 { font-size: 40px; color: #001F3F; margin: 0 0 30px 0; padding: 5px 0; font-weight: bold;}
	h2 { font-size: 24px; color: #030842; margin: 0 0 6px 0; padding: 0; font-weight: bold; }
	h2.h_contact{color:#001F3F; }
	h3 { font-size: 21px; color: #001F3F; margin: 0 0 20px 0; padding: 0; }
	h4 { font-size: 18px; color: #EDEDFF; margin: 0 0 10px 0; padding: 0; }
	h5 { font-size: 16px; color: #EDEDFF; margin: 0 0 10px 0; padding: 0; }
	h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0;}
	
	.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
	
	.cleaner_h10 { clear: both; width:100%; height: 10px; }
	.cleaner_h20 { clear: both; width:100%; height: 20px; }
	.cleaner_h30 { clear: both; width:100%; height: 30px; }
	.cleaner_h40 { clear: both; width:100%; height: 40px; }
	.cleaner_h50 { clear: both; width:100%; height: 50px; }
	.cleaner_h60 { clear: both; width:100%; height: 60px; }
	
	.float_l {
		float: left;
	}
	
	.float_r {
		float: right;
	}
	.text_center
	{
		text-align: center;
	}
	
	.image_wrapper {
		padding: 4px;
		border: 1px solid #ccc;
		background: #fff;
		margin-bottom: 10px;
	}
	.fl_img {
		float: left;
		margin: 3px 30px 15px 0;
	}
	.fr_img {
		float: right;
		margin: 3px 0 15px 15px;
	}
	
	blockquote { font-style: italic; }
	cite { font-weight: bold; }
	cite span { color: #000; }
	
	.button a {
		clear: both;
		display: block;
		width: 92px;
		height: 24px;
		padding: 5px 0 0 0;
		background:	url(../images/t_button.png) no-repeat;
		color: #AAAAAA;
		font-weight: bold;
		font-size: 11px;
		text-align: center;
		text-decoration: none;
	}
	
	.button a:hover {
		color: #FFFFFF;
		background: url(../images/t_button_hover.png) no-repeat;
	}
	
	ul {
		margin: 20px;
		padding: 0;
		list-style-image:  url(../images/list_icon.png);
	}
	
	ul li {
		margin: 0 0 15px 0;
		padding: 0 0;
		color:#111111;
		font-weight: bold;
	}

/*HEADER*/

	#header_wrapper {
		width: 100%;
		height: 80px;
	        background: url(../gray_back.png) repeat-x;
		background-color:rgba(255,255,0,0.3);
	}
	
	#hakkimizda_wrapper{
		width: 100%;
		height: 538px;
	}
	
	#hakkimizda {
		width: 910px;
		height: 480px;
		margin: 0 auto;
		padding: 30px;
	}
	
	#t_header {
		width: 960px;
		margin: 0 auto;
		padding: 0 20px;
	}
	
	#t_header  #site_title {
		float: left;
    padding: 0px 0px 0px;
    margin-left: 20px;
    position: absolute;
    margin-top: -43px;
	}

	#t_header  #site_lang {
		float: right;
		margin-right: -4px;
		padding: 16px 0px 0;
	}
	
	#t_header  #site_title h1 {
		margin: 0;
		padding: 0;
	}
	
	#t_header  #site_title h1 a {
		margin: 0px;
		padding: 0px;
		font-size: 30px;
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
	}
	
	#t_header  #site_title h1 a span {
		display: block;
		text-align: left;
		font-size: 14px;
		color: #5f6675;
		font-weight: bold;
		letter-spacing: 2px;
	}

	.img_lang
	{
		padding: 5px;
	}

/*MENU*/

	#t_menu {
		float: left;
		height: 45px;
		margin-left: 173px;
		padding: 20px;
	}
	
	#t_menu ul {
		margin: 25px 0 0 0;
		padding: 0px;
		list-style: none;
	}
	
	#t_menu ul li {
		padding: 0px;
		margin: 0px;
		display: inline;
	}
	
	#t_menu ul li a {
		position: relative;
		float: left;
		display: block;
		padding: 3px 15px;
		margin-left: 10px;
		text-align: center;
		font-size: 18px;
		text-transform: uppercase;
		text-decoration: none;
		color: white;	
		font-weight: normal;
		outline: none;
	}
	
	#t_menu li a:hover, #t_menu li .current {
		color: #fff;
		padding: 3px 14px;
		background: #0a0908;
		border: 1px solid #201e1b;
	}

/*SLIDER*/

	#slider_wrapper {
		width: 100%;
		height: 270px;
	}
	
	#slider {
		width: 910px;
		height: 210px;
		margin: 0 auto;
		padding: 30px;
	}

/*TOP ROW*/
          
        #top_header_wrapper{
                width: 100%;
		height: 50px;
	    background: url(../gray_back.png) repeat-x;
        }
        p.text_center {
                text-align: center;
                line-height: 70px;
                font-weight: bold;
                font-size: 40px;
                text-shadow: 4px 2px 1px rgba(150, 150, 150, 0.66)

        }
	#top_row_wrapper {
		clear: both;
		width: 100%;
		height: 150px;
		background-color: #666465; 
		border-bottom: 1px solid #161311;
	}
	
	#top_row {
		width: 960px;
		margin: 0 auto;
		padding: 0 20px;
	}
	
	#top_row .top_row_box {
		overflow: hidden;
		float: left;
		width: 260px;
		height: 110px;
		padding: 20px 45px 20px 15px;
		background: url(../images/t_top_row_divider.png) right center no-repeat;
	}
	
	#top_row .last {
		background: none;
	}
	
	#top_row p {
		
	}

/*MAIN*/
	
	#urun_wrapper {
		clear: both;
		width: 100%;
		border-bottom: 1px solid #fff;	
	}
	h2.urun_text
	{
		color: white;
		text-align: center;
	}
	
	#contact_wrapper, #content_wrapper {
		clear: both;
		width: 100%;
		border-bottom: 1px solid #fff;	
	}
	
	#content {
		width: 930px;
		padding: 40px 30px;
		margin: 0 auto;
	
	}
	
	.two_column {
		margin-top: 40px;
		width: 430px;
	}
	
	.services_section {
		clear: both;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #CCC;
		background: url(images/t_divider.jpg) bottom repeat-x;	
	}
	
	.services_section h4 {
		margin-bottom: 20px;
	}
	
	.services_section .left {
		float: left; 
		width: 150px;
		margin-right: 30px;
	}
	
	.services_section .middle {
		float: left; 
		width: 350px;
	}
	
	.services_section .right {
		float: right; 
		width: 350px;
	}
	
	.services_section .left img {
		border:1px solid #CCC;
		padding: 5px;
	}

/*GALLERY*/
	#gallery {
			width: 960px;
			padding: 40px 0;
		}
		#gallery ul { list-style: none; margin: 0; padding: 0; }
		#gallery ul li {
			float: left;
	    	display: inline;
	    	padding: 0;
	    	margin: 0;
	    	width: 200px;
	    	padding: 9px;
	    	margin: 0 0 40px 20px;
	    	background: url(../gray_back.png) repeat;
	    	border: 1px solid #000;
		}
		#gallery ul img {
			width: 187px;
	    	height: 130px;
	    	border: none;
	    	margin-bottom: 10px;
	    	margin-top: 9px;
		}
		
		#gallery ul p {
			color: #CCC;
		}
		
		#gallery a {
			color: #fff;
		}

/*İLETİŞİM*/
	#contact_form {
		float: left;
		padding: 0;
	}
	
	#contact_form form {
		margin: 0px;
		padding: 0px;
		/*border:1px solid #e2d1be;
		padding: 20px 20px 10px 20px; */
	}
	
	#contact_form form .input_field {
		height: 18px;
		width: 230px;
	}
	
	#contact_form form label {
		color: black;	
	}
	
	#contact_form form textarea {
		width: 350px;
		height: 150px;
	}
	
	#contact_form form .submit_btn {
		margin-left: 108px;
	}
	p.p_iletisim
	{
		color: black;
		font-size: 20px;
    	padding-top: 19px;
	}

	.a_iletisim
	{
		font-size: 24px;
		color: black;
	}

	p.hakkimizda
	{
		font-size: 17px;
		color: black;
	}

	p.teknik
	{
		font-size: 17px;
		color: black;
	}

	span.span_head
	{
		margin-top: 10px;
		padding: 12px;
	}
	a.email1{margin-left: 18px; }
	a.tel{margin-left: 1px; }
	a.fax{margin-left: 29px; }
	a.gsm{margin-left: 19px; }

/*FOOTER*/

	#footer_wrapper {
		clear: both;
		width: 100%;
		background:#666465;
		border-top: 1px solid #0f0d0c;	
		border-bottom: 1px solid #312d2b;
	}
	
	#footer {
		width: 930px;
		padding: 45px 30px;
		margin: 0 auto;
		color: #d8d3bd;
	}
	
	.footer_box {
		float: left;
    	width: 291px;
    	padding: 0 30px 0 0;
	}

	.footer_box2 {
		float: left;
    	width: 184px;
    	padding: 0 30px 0 0;
    	margin-left: 60px;
	}
	
	.footer_menu {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.footer_menu li {
		margin: 0;
		padding: 5px 0;
	}
	
	.footer_menu li a {
		color: #EDF2EA;
		text-decoration: none;
	}
	
	.footer_menu li a:hover {
		color: #030842;
	}
	
	#footer img {
		padding: 4px;
		background: #000;
		border: 1px solid #34322f;
		margin-bottom: 10px;
	}
	h2.h2_shadow
	{
		
		font-size: 22px;
	}

	p.p_shadow
	{
		
    	font-size: 20px;
    	width: 357px;
    	margin-top: 31px;
    	color: #EDF2EA;
	}

/*COPYRIGHT*/

	#copyright_wrapper {
		width: 100%;
		background: #111111;
		border-top: 1px solid #000;
	}
	
	#copyright {
		width: 960px;
		margin: 0 auto;
		padding: 15px 20px;
		text-align: center;
		color: white;
	}
	
	#copyright a {
		color: white;
		font-weight: bold;
		font-size: 25px;
		text-shadow: 4px 2px 1px rgba(150, 150, 150, 0.66);
	}

/*FORM VE BUTON*/
	.form-horizontal .radio,
	.form-horizontal .checkbox,
	.form-horizontal .radio-inline,
	.form-horizontal .checkbox-inline {
	  padding-top: 7px;
	  margin-top: 0;
	  margin-bottom: 0;
	}
	.form-horizontal .radio,
	.form-horizontal .checkbox {
	  min-height: 27px;
	}
	.form-horizontal .form-group {
	  margin-right: -15px;
	  margin-left: -15px;
	}
	@media (min-width: 768px) {
	  .form-horizontal .control-label {
	    padding-top: 7px;
	    margin-bottom: 0;
	    text-align: right;
	  }
	}
	.form-horizontal .has-feedback .form-control-feedback {
	  right: 15px;
	}
	@media (min-width: 768px) {
	  .form-horizontal .form-group-lg .control-label {
	    padding-top: 11px;
	    font-size: 18px;
	  }
	}
	@media (min-width: 768px) {
	  .form-horizontal .form-group-sm .control-label {
	    padding-top: 6px;
	    font-size: 12px;
	  }
	}

	.form-control {
  		display: block;
  		width: 100%;
  		height: 34px;
  		padding: 6px 12px;
  		font-size: 14px;
  		line-height: 1.42857143;
  		color: #555;
  		background-color: #fff;
  		background-image: none;
  		border: 1px solid #ccc;
  		border-radius: 4px;
  		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  		        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
	.form-control:focus {
	  border-color: #66afe9;
	  outline: 0;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	}
	.form-control::-moz-placeholder {
	  color: #999;
	  opacity: 1;
	}
	.form-control:-ms-input-placeholder {
	  color: #999;
	}
	.form-control::-webkit-input-placeholder {
	  color: #999;
	}
	.form-control::-ms-expand {
	  background-color: transparent;
	  border: 0;
	}
	.form-control[disabled],
	.form-control[readonly],
	fieldset[disabled] .form-control {
	  background-color: #eee;
	  opacity: 1;
	}
	.form-control[disabled],
	fieldset[disabled] .form-control {
	  cursor: not-allowed;
	}
	textarea.form-control {
	  height: auto;
	}
	input[type="search"] {
	  -webkit-appearance: none;
	}
	@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  		}
	}

	.btn {
	  display: inline-block;
	  padding: 6px 12px;
	  margin-bottom: 0;
	  font-size: 21px;
	  font-weight: normal;
	  line-height: 1.42857143;
	  text-align: center;
	  white-space: nowrap;
	  vertical-align: middle;
	  -ms-touch-action: manipulation;
	      touch-action: manipulation;
	  cursor: pointer;
	  -webkit-user-select: none;
	     -moz-user-select: none;
	      -ms-user-select: none;
	          user-select: none;
	  background-image: none;
	  border: 1px solid transparent;
	  border-radius: 4px;
	}
	.btn:focus,
	.btn:active:focus,
	.btn.active:focus,
	.btn.focus,
	.btn:active.focus,
	.btn.active.focus {
	  outline: thin dotted;
	  outline: 5px auto -webkit-focus-ring-color;
	  outline-offset: -2px;
	}
	.btn:hover,
	.btn:focus,
	.btn.focus {
	  color: #333;
	  text-decoration: none;
	}
	.btn:active,
	.btn.active {
	  background-image: none;
	  outline: 0;
	  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	}
	.btn.disabled,
	.btn[disabled],
	fieldset[disabled] .btn {
	  cursor: not-allowed;
	  filter: alpha(opacity=65);
	  -webkit-box-shadow: none;
	          box-shadow: none;
	  opacity: .65;
	}
	a.btn.disabled,
	fieldset[disabled] a.btn {
	  pointer-events: none;
	}
	.btn-default {
	  color: #333;
	  background-color: #fff;
	  border-color: #ccc;
	}
	.btn-default:focus,
	.btn-default.focus {
	  color: #333;
	  background-color: #e6e6e6;
	  border-color: #8c8c8c;
	}
	.btn-default:hover {
	  color: #333;
	  background-color: #e6e6e6;
	  border-color: #adadad;
	}
	.btn-default:active,
	.btn-default.active,
	.open > .dropdown-toggle.btn-default {
	  color: #333;
	  background-color: #e6e6e6;
	  border-color: #adadad;
	}
	.btn-default:active:hover,
	.btn-default.active:hover,
	.open > .dropdown-toggle.btn-default:hover,
	.btn-default:active:focus,
	.btn-default.active:focus,
	.open > .dropdown-toggle.btn-default:focus,
	.btn-default:active.focus,
	.btn-default.active.focus,
	.open > .dropdown-toggle.btn-default.focus {
	  color: #333;
	  background-color: #d4d4d4;
	  border-color: #8c8c8c;
	}
	.btn-default:active,
	.btn-default.active,
	.open > .dropdown-toggle.btn-default {
	  background-image: none;
	}
	.btn-default.disabled:hover,
	.btn-default[disabled]:hover,
	fieldset[disabled] .btn-default:hover,
	.btn-default.disabled:focus,
	.btn-default[disabled]:focus,
	fieldset[disabled] .btn-default:focus,
	.btn-default.disabled.focus,
	.btn-default[disabled].focus,
	fieldset[disabled] .btn-default.focus {
	  background-color: #fff;
	  border-color: #ccc;
	}
	.btn-default .badge {
	  color: #fff;
	  background-color: #333;
	}
	.btn-primary {
	  color: #fff;
	  background-color: #337ab7;
	  border-color: #2e6da4;
	}
	.btn-primary:focus,
	.btn-primary.focus {
	  color: #fff;
	  background-color: #286090;
	  border-color: #122b40;
	}
	.btn-primary:hover {
	  color: #fff;
	  background-color: #286090;
	  border-color: #204d74;
	}
	.btn-primary:active,
	.btn-primary.active,
	.open > .dropdown-toggle.btn-primary {
	  color: #fff;
	  background-color: #286090;
	  border-color: #204d74;
	}
	.btn-primary:active:hover,
	.btn-primary.active:hover,
	.open > .dropdown-toggle.btn-primary:hover,
	.btn-primary:active:focus,
	.btn-primary.active:focus,
	.open > .dropdown-toggle.btn-primary:focus,
	.btn-primary:active.focus,
	.btn-primary.active.focus,
	.open > .dropdown-toggle.btn-primary.focus {
	  color: #fff;
	  background-color: #204d74;
	  border-color: #122b40;
	}
	.btn-primary:active,
	.btn-primary.active,
	.open > .dropdown-toggle.btn-primary {
	  background-image: none;
	}
	.btn-primary.disabled:hover,
	.btn-primary[disabled]:hover,
	fieldset[disabled] .btn-primary:hover,
	.btn-primary.disabled:focus,
	.btn-primary[disabled]:focus,
	fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled.focus,
	.btn-primary[disabled].focus,
	fieldset[disabled] .btn-primary.focus {
	  background-color: #337ab7;
	  border-color: #2e6da4;
	}
	.btn-primary .badge {
	  color: #337ab7;
	  background-color: #fff;
	}
	.btn-success {
	  color: #fff;
	  background-color: #5cb85c;
	  border-color: #4cae4c;
	}
	.btn-success:focus,
	.btn-success.focus {
	  color: #fff;
	  background-color: #449d44;
	  border-color: #255625;
	}
	.btn-success:hover {
	  color: #fff;
	  background-color: #449d44;
	  border-color: #398439;
	}
	.btn-success:active,
	.btn-success.active,
	.open > .dropdown-toggle.btn-success {
	  color: #fff;
	  background-color: #449d44;
	  border-color: #398439;
	}
	.btn-success:active:hover,
	.btn-success.active:hover,
	.open > .dropdown-toggle.btn-success:hover,
	.btn-success:active:focus,
	.btn-success.active:focus,
	.open > .dropdown-toggle.btn-success:focus,
	.btn-success:active.focus,
	.btn-success.active.focus,
	.open > .dropdown-toggle.btn-success.focus {
	  color: #fff;
	  background-color: #398439;
	  border-color: #255625;
	}
	.btn-success:active,
	.btn-success.active,
	.open > .dropdown-toggle.btn-success {
	  background-image: none;
	}
	.btn-success.disabled:hover,
	.btn-success[disabled]:hover,
	fieldset[disabled] .btn-success:hover,
	.btn-success.disabled:focus,
	.btn-success[disabled]:focus,
	fieldset[disabled] .btn-success:focus,
	.btn-success.disabled.focus,
	.btn-success[disabled].focus,
	fieldset[disabled] .btn-success.focus {
	  background-color: #5cb85c;
	  border-color: #4cae4c;
	}
	.btn-success .badge {
	  color: #5cb85c;
	  background-color: #fff;
	}
	.btn-info {
	  color: #fff;
	  background-color: #5bc0de;
	  border-color: #46b8da;
	}
	.btn-info:focus,
	.btn-info.focus {
	  color: #fff;
	  background-color: #31b0d5;
	  border-color: #1b6d85;
	}
	.btn-info:hover {
	  color: #fff;
	  background-color: #31b0d5;
	  border-color: #269abc;
	}
	.btn-info:active,
	.btn-info.active,
	.open > .dropdown-toggle.btn-info {
	  color: #fff;
	  background-color: #31b0d5;
	  border-color: #269abc;
	}
	.btn-info:active:hover,
	.btn-info.active:hover,
	.open > .dropdown-toggle.btn-info:hover,
	.btn-info:active:focus,
	.btn-info.active:focus,
	.open > .dropdown-toggle.btn-info:focus,
	.btn-info:active.focus,
	.btn-info.active.focus,
	.open > .dropdown-toggle.btn-info.focus {
	  color: #fff;
	  background-color: #269abc;
	  border-color: #1b6d85;
	}
	.btn-info:active,
	.btn-info.active,
	.open > .dropdown-toggle.btn-info {
	  background-image: none;
	}
	.btn-info.disabled:hover,
	.btn-info[disabled]:hover,
	fieldset[disabled] .btn-info:hover,
	.btn-info.disabled:focus,
	.btn-info[disabled]:focus,
	fieldset[disabled] .btn-info:focus,
	.btn-info.disabled.focus,
	.btn-info[disabled].focus,
	fieldset[disabled] .btn-info.focus {
	  background-color: #5bc0de;
	  border-color: #46b8da;
	}
	.btn-info .badge {
	  color: #5bc0de;
	  background-color: #fff;
	}
	.btn-warning {
	  color: #fff;
	  background-color: #f0ad4e;
	  border-color: #eea236;
	}
	.btn-warning:focus,
	.btn-warning.focus {
	  color: #fff;
	  background-color: #ec971f;
	  border-color: #985f0d;
	}
	.btn-warning:hover {
	  color: #fff;
	  background-color: #ec971f;
	  border-color: #d58512;
	}
	.btn-warning:active,
	.btn-warning.active,
	.open > .dropdown-toggle.btn-warning {
	  color: #fff;
	  background-color: #ec971f;
	  border-color: #d58512;
	}
	.btn-warning:active:hover,
	.btn-warning.active:hover,
	.open > .dropdown-toggle.btn-warning:hover,
	.btn-warning:active:focus,
	.btn-warning.active:focus,
	.open > .dropdown-toggle.btn-warning:focus,
	.btn-warning:active.focus,
	.btn-warning.active.focus,
	.open > .dropdown-toggle.btn-warning.focus {
	  color: #fff;
	  background-color: #d58512;
	  border-color: #985f0d;
	}
	.btn-warning:active,
	.btn-warning.active,
	.open > .dropdown-toggle.btn-warning {
	  background-image: none;
	}
	.btn-warning.disabled:hover,
	.btn-warning[disabled]:hover,
	fieldset[disabled] .btn-warning:hover,
	.btn-warning.disabled:focus,
	.btn-warning[disabled]:focus,
	fieldset[disabled] .btn-warning:focus,
	.btn-warning.disabled.focus,
	.btn-warning[disabled].focus,
	fieldset[disabled] .btn-warning.focus {
	  background-color: #f0ad4e;
	  border-color: #eea236;
	}
	.btn-warning .badge {
	  color: #f0ad4e;
	  background-color: #fff;
	}
	.btn-danger {
	  color: #fff;
	  background-color: #d9534f;
	  border-color: #d43f3a;
	}
	.btn-danger:focus,
	.btn-danger.focus {
	  color: #fff;
	  background-color: #c9302c;
	  border-color: #761c19;
	}
	.btn-danger:hover {
	  color: #fff;
	  background-color: #c9302c;
	  border-color: #ac2925;
	}
	.btn-danger:active,
	.btn-danger.active,
	.open > .dropdown-toggle.btn-danger {
	  color: #fff;
	  background-color: #c9302c;
	  border-color: #ac2925;
	}
	.btn-danger:active:hover,
	.btn-danger.active:hover,
	.open > .dropdown-toggle.btn-danger:hover,
	.btn-danger:active:focus,
	.btn-danger.active:focus,
	.open > .dropdown-toggle.btn-danger:focus,
	.btn-danger:active.focus,
	.btn-danger.active.focus,
	.open > .dropdown-toggle.btn-danger.focus {
	  color: #fff;
	  background-color: #ac2925;
	  border-color: #761c19;
	}
	.btn-danger:active,
	.btn-danger.active,
	.open > .dropdown-toggle.btn-danger {
	  background-image: none;
	}
	.btn-danger.disabled:hover,
	.btn-danger[disabled]:hover,
	fieldset[disabled] .btn-danger:hover,
	.btn-danger.disabled:focus,
	.btn-danger[disabled]:focus,
	fieldset[disabled] .btn-danger:focus,
	.btn-danger.disabled.focus,
	.btn-danger[disabled].focus,
	fieldset[disabled] .btn-danger.focus {
	  background-color: #d9534f;
	  border-color: #d43f3a;
	}
	.btn-danger .badge {
	  color: #d9534f;
	  background-color: #fff;
	}
	.btn-link {
	  font-weight: normal;
	  color: #337ab7;
	  border-radius: 0;
	}
	.btn-link,
	.btn-link:active,
	.btn-link.active,
	.btn-link[disabled],
	fieldset[disabled] .btn-link {
	  background-color: transparent;
	  -webkit-box-shadow: none;
	          box-shadow: none;
	}
	.btn-link,
	.btn-link:hover,
	.btn-link:focus,
	.btn-link:active {
	  border-color: transparent;
	}
	.btn-link:hover,
	.btn-link:focus {
	  color: #23527c;
	  text-decoration: underline;
	  background-color: transparent;
	}
	.btn-link[disabled]:hover,
	fieldset[disabled] .btn-link:hover,
	.btn-link[disabled]:focus,
	fieldset[disabled] .btn-link:focus {
	  color: #777;
	  text-decoration: none;
	}
	.btn-lg,
	.btn-group-lg > .btn {
	  padding: 10px 16px;
	  font-size: 18px;
	  line-height: 1.3333333;
	  border-radius: 6px;
	}
	.btn-sm,
	.btn-group-sm > .btn {
	  padding: 5px 10px;
	  font-size: 12px;
	  line-height: 1.5;
	  border-radius: 3px;
	}
	.btn-xs,
	.btn-group-xs > .btn {
	  padding: 1px 5px;
	  font-size: 12px;
	  line-height: 1.5;
	  border-radius: 3px;
	}
	.btn-block {
	  display: block;
	  width: 100%;
	}
	.btn-block + .btn-block {
	  margin-top: 5px;
	}
	input[type="submit"].btn-block,
	input[type="reset"].btn-block,
	input[type="button"].btn-block {
	  width: 100%;
	}	