/* ==== Google font ==== */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

@import url('font-awesome.css');

/* ==== overwrite bootstrap standard ==== */

@import url('overwrite.css');

@import url('animate.css');



body {

	font-family:'Open Sans', Arial, sans-serif;

	font-size:14px;

	font-weight:300;

	line-height:1.6em;

	color:#62646A;

	background-color:#fff;

}



h1,h2,h3 {

  font-size:24px;

	color:#B71C1C;

	line-height:1.1em;

  text-transform: uppercase;

}

h4{

  color:#B71C1C;

  line-height:1.1em;

  text-transform: uppercase;

  font-size: 20px;

}

h5{

  font-size:18px;

  color: #000000;



}



p {

	color:#000000;

}

a {

    text-decoration:none;

    transition: all 0.1s ease-in-out;

    -moz-transition: all 0.1s ease-in-out;

    -webkit-transition: all 0.1s ease-in-out;

    -o-transition: all 0.1s ease-in-out;

    outline: none;

	   color:#333;

}

a:hover {

  text-decoration: none;

  color:#b71c1c;

}



hr {

	margin-top:20px;

	margin-bottom:40px;

}



/* Underline From Center */

.hvr-underline-from-center {

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: translateZ(0);

  transform: translateZ(0);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  -moz-osx-font-smoothing: grayscale;

  position: relative;

  overflow: hidden;

}

.hvr-underline-from-center:before {

  content: "";

  position: absolute;

  z-index: -1;

  left: 50%;

  right: 50%;

  bottom: 0;

  background: #FFEB3B;

  height: 2px;

  -webkit-transition-property: left, right;

  transition-property: left, right;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-timing-function: ease-out;

  transition-timing-function: ease-out;

}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {

  left: 0;

  right: 0;

}





.navbar-brand {

  float: left;

  min-height: 60px;

  padding:5px;

  font-size: 30px;

  line-height: 20px;

  max-width:60px; 

}

a.navbar-brand span {

	color:#fff;

	font-size:35px;	

}



.navbar-collapse {

	float:right;

	padding-right: 15px;

	padding-left: 15px;

	overflow-x: visible;

	-webkit-overflow-scrolling: touch;

	border-top: 0;

	

}

.navbar-fixed-top {

  top: 0;

  border-width: 0 0 0;

  background-color:#b71c1c;

  -webkit-box-shadow: 0px -5px 10px 10px #aaa;

     -moz-box-shadow: 0px -5px 10px 10px #aaa;

          box-shadow: 0px -5px 10px 10px #aaa;

}

.nav-tabs {

  border-bottom:0; 

}

.nav > li > a {

  position: relative;

  display: block;

  padding: 20px 25px;

}

.nav-tabs > li > a {

  margin-right: 2px;

  line-height: 1.42857143;

  border: 0;

  border-radius: 0 0 0 0;

  text-transform:uppercase;

  font-weight:600;

  color:#fff;

}

.nav-tabs > li > a:hover {

	background-color: transparent;

  color: #FFEB3B;

}

.nav-tabs > li.active > a {

	color:#FFEB3B;

  cursor: default;

  background-color: transparent;

  border: 0; 

 



}



.nav-tabs > li.active > a:hover {

	color: #FFEB3B;

	border: 0;

  background-color: transparent;

	cursor: pointer;

}

 

.nav-tabs .login{
  font-size:12px;  
  color:#ffffff;
   
  font-weight: 500;
  padding-right:0px;
  text-transform: none;
  
}
 
 
.nav-tabs .accounttab {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #4E4E4E;
    font-weight: 300;
}

.block{

  margin-top:110px;

  padding: 0;

  position: relative;

}


.changeview{
  float:right; 
  clear:both;
}
 


.bxslider li {

	margin-left:40px;



}



.content {

	margin-top:20px;

}



.text-left {

  text-align:left;

  margin-top:30px;

  margin: 0;

}



.text-left p {

  font-size: 15px;

  padding: 0;

  color:#8a8d94;

}



.text-right{

  text-align:left;

  padding: 0;

}

.text-right p{

 font-size: 12px;

  padding: 0;

  color:#000000;

  margin: 0;

}



.copyright {

    font-size: 12px;

    color: #fff;

    margin: 0;   

    font-weight: 300;

    text-align: center;

}



.copyright a {

    font-size: 12px;

    color: #fff;

    margin: 0;   

    font-weight: 300;

    text-align: center;

}

.copyright a:hover{

    text-decoration: underline;

    color: #FFEB3B;

}



.text-center {

	text-align:center;

	margin-top:30px;

}

.text-center p {

	color:#000000;

	font-size:15px;;

	

}

.box{

  text-align: center;

}



.icon {

	color:#B71C1C;

	margin-top:30px;

	margin-bottom:30px;

}

.img {

  color:#B71C1C;

  margin: 0;

  width: 100%;

  height: auto;

}

.ficon  {

	margin-top:30px;

	margin-bottom:30px;

}

.ficon i {

	color:#36CBD4;	

}

.ficon a {

	color:#B71C1C;

}

.ficon a:hover {

	color:#fff;

}

.btn {

	color:#B71C1C;

  display: inline-block;

  padding: 10px 50px;

  margin-bottom: 0;

  font-size: 14px;

  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: 0;

}

 

.table{
	font-size:10pt;
}
.btn-xs{
	color:#B71C1C;
	
	
	padding:5px 18%;
	
  display: inline-block;
  margin: 5px 2px 0 2px;

  font-size: 12px;

  font-weight: normal;


  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: 0;
}

.hithome{



  background-color: #fff;

  border-color: #B71C1C;



  color:#B71C1C;

  display: inline-block;

  padding: 10px 50px;

  margin-bottom: 0;

  font-size: 14px;

  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: 0;



}



.hithome a:hover {



  color:#fff;



}



.hithome-transparent {

  border: 3px solid #fff;

  background: transparent;

  color: #fff;

}



.hithome-transparent:hover {

  border-color: rgba(255, 255, 255, 0.5);

}

.btn:hover {

  color: #fff;

  text-decoration: none;

  background-color: #B71C1C;



  border-color: #fff;

  transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

}



.btn-default {

  color: #B71C1C;

  background-color: #fff;

  border-color: #B71C1C;

}



.btn-primary {

  padding: 8px 20px;

  background-color: #fff;

  color: #B71C1C;

  border-color:#B71C1C;

 

}



.btn-primary:hover, 

.btn-primary:focus{

  background: #B71C1C;

  outline: none;

  box-shadow: none;

} 



.btn-transparent {

  border: 3px solid #fff;

  background: transparent;

  color: #fff;

}



.btn-transparent:hover {

  border-color: rgba(255, 255, 255, 0.5);

}

/* --- About --- */

.about {

	margin-top:50px;



}

/* --- Blog --- */

.blogs {

	margin-top:110px;

}



.page-header {

  padding-bottom: 9px;

  margin: 20px 0 20px;

  border-bottom: 1px solid #eee;

  border-top: 1px solid #eee;

  border-right: 1px solid #eee;

  border-left: 1px solid #eee;

  margin-top:50px;

}



.blog h5 {

	color:#000;

	margin-left:20px;

	text-transform:uppercase;

	margin-top:10px;

}

.blog img {

	margin-top:10px;

	margin-bottom:10px;	

}



.blog h3,p {

	color:#000;

	padding:15px;

}

.blog .ficon {

	text-align:center;

	margin-bottom:30px;

}

.blog .ficon a:hover {

	color:#36CBD4;

}



.form-search .form-control {

	margin-top:50px;	

}



.media h4 {

	color:#000;

	margin-bottom:30px;

}

.media-body .ficon {

	float:right;

	margin-right:30px;

}

.media-body .ficon a:hover {

	color:#36CBD4;

}

.media-body h4 {

	color:#000;



}

.media-list {

  padding-left: 0;

  list-style: none;

  margin-left:90px;

  margin-bottom:20px;

}



.panel {

	margin-top:20px;

  margin-bottom: 20px;

  background-color: #fff;

  border:#eee 1px solid transparent;

  border-radius: 0;

  padding: 0px;

   -webkit-box-shadow: none;

          box-shadow: none;


}

.panel-heading {

  padding: 10px 15px;

  border-bottom: 1px solid transparent;

  border-top-left-radius: 0;

  border-top-right-radius: 0;

  text-align:center; 

  background-color:#f2f2f2;  

}

 
.panel-default {

  border-color: #eee;

  border-bottom-color:#eee;

}

.panel-default > .panel-heading {

  color: #000;

/*  background-color: #d3d3d3;*/

  border-color: #eee;

}

.panel-heading:hover{
  padding: 10px 15px;

  border: 1px solid #b71c1c;

  border-top-left-radius: 0;

  border-top-right-radius: 0;

  text-align:center;
}




.panel-default > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #eee;

   border-bottom-color:#eee;

}

.panel-default > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #eee;

}

.singletitle{
  background-color: #f2f2f2;

}


.list-group h5 {

	color:#fff;

	text-align:center;

	margin-bottom:-5px;

	background:#50c0e9;

	

	padding:15px 20px;

}

.list-group-item {

  position: relative;

  display: block;

  padding: 10px 15px;

  margin-bottom: -1px;

  background-color: #fff;

  border: 1px solid #eee;

  color:#000;

}

.list-group-item:first-child {

  border-top-left-radius: 0;

  border-top-right-radius: 0;

}

.list-group-item:last-child {

  margin-bottom: 0;

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;

}

.list-group-item > .badge {

  float: right;

  border-radius:0;

  background-color:#fff;

  color:#000;

}

.embed-responsive  {

	margin-top:-100px;

	margin-bottom:50px;

}

.popular-tags h5 {

	color:#36CBD4;

	margin-bottom:30px;

	text-align:center;

}

.popular-tags ul.tags {

	list-style:none;

	margin:0;

	margin-left: 0;

	padding-left:0;

	

}

.popular-tags ul.tags li {

	margin:0 5px 15px 0;

	display:inline-block;

}

.popular-tags ul.tags li a {

	background:#eee;

	color:#333;

	padding:5px 10px;

}

.popular-tags ul.tags li a:hover {

	text-decoration:none;

	color:#fff;

	background-color:#36CBD4;

}



/* --- Portfolio --- */

.portfolios {

	margin-top:110px;

}



.portfolio {

	margin-top:30px;



}

.portfolio-2 {

	margin-top:30px;

	margin-bottom:50px;

}



.flipLightBox img {

	margin-top:20px;



}



/* --- Map --- */

.map{

	position:relative;

	margin-top:50px;

	margin-bottom:40px;

}



.col-md-3 iframe{

  width:100%;

  height:250px;

  border:none;

}

.map iframe{

	width:100%;

	height:450px;

	border:none;

}



.map-grid iframe{

	width:100%;

	height:350px;

	border:none;

	margin:0 0 -5px 0;

	padding:0;

}





#contact-page{

  padding-top: 0;

  background:#fff;

  margin-top: 20px;

}



#contact-page .contact-form 

.form-group label {

  color: #4E4E4E;

  font-size: 16px;

  font-weight: 300;

  text-align: left;

}



.form-group .form-control {

  padding: 7px 12px;

  border-color:#aaa;

  box-shadow: none;

}



textarea#message{

  max-width: 100%;

  padding: 10px;

  min-height: 

}



#contact-page .contact-wrap {

  margin-top: 20px;

}



.contact{

  text-align: center;

  margin: 0;

  display: block;

  padding: 0;

}

.contact h6{

  margin-top:15px;

  margin-bottom: 15px;

    font-size: 16px;

    color: #4E4E4E;

    font-weight: 300;



}

.contact p{

  padding: 0;

  margin: 0;

  color:#000;

}

 

.job p{

  text-align: left;

  padding: 0;

  margin: 0;

  color:#000000;

  font-size: 15px;

}



.jobname{

  text-align: left;

  padding: 0;

  margin: 0;

  margin-bottom: 4px;

  color:#000000;

  font-size: 16px;

 

}





.job h6{

    font-size: 16px;

    color: #4E4E4E;

    margin-left:15px;

}





/*=========================

  Footer

 ================= */



footer {

  background: #fff;

  box-shadow: 0px -5px 10px 0px #aaa;

}

footer h6{

  color: #fff;

  font-size: 13px;

  margin: 0;

  margin-bottom: 36px;

  padding: 0;

}



.last-div {

	margin-top:40px;

    background-color:#b71c1c;

    padding: 20px 0;

    position: relative;

}

footer .img {

  color:#B71C1C;

  margin: 0;

  width: 100%;

  height: auto;

}

 



a.scrollup{

  color:#fff;

	height:50px;

	width:50px;

	font-size:20px;

	line-height:50px;

	text-align:center;

	text-decoration:none;

	position:fixed;

	bottom:25px;

	right:40px;	

	opacity:0,5;

	border-radius:50%;

	z-index:999;

  border: 1px solid #fff;

}

a.scrollup:hover{

	opacity:1;

	background-color:#fff;

	color:#B71C1C;;	

}

.editable-submit{
  color:#008000;

  display: inline-block;

  padding: 5px 10px;

  margin-bottom: 0;

  margin-right:2px;

  font-size: 14px;

  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: 0;

}

.editable-cancel{
  color:#B71C1C;

  display: inline-block;

  padding: 5px 10px;

  margin-bottom: 0;

  margin-right:2px;

  font-size: 14px;

  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: 0;

}