body {
	color:#999999;
}

h1 {
	color:#999999;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}

h3 {
	font-size:14px;
	margin-top:0px;

}

a {
	color:inherit;
}

a:hover {
	 color: #ed2939;
	 text-decoration:none;
}

.redtext {
	  color: #ed2939;
}

.space {
	margin-top:15px;
	
}



.bigspace {
	margin-top:60px;
}



hr {
	width:100%;
	height:2px;
	background:#ed2939;
	margin-top:60px;
	margin-bottom:60px;
}

iframe { 
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}

input {
	width:100%;
	border-radius:7px;
	border:1px solid #ccc;
	padding:7px;
}

textarea {
	width:100%;
	border-radius:7px;
	border:1px solid #ccc;
	padding:5px;
	height:100px;
}

.active {
	 color: #ed2939;
}

.logo {
	margin-top:10px;
	display: inline-block;
}

.button {
	background:#ed2939;
	padding:7px 15px;
	border-radius:7px;
	color:white;
}

.button:hover {
	opacity:0.8;
}

.block {
	background:#efefef;
	padding:10% 10%;
}

.littleblock {
	background:#efefef;
	padding:1% 1%;
}

.aboutblock, .journal {
	background:#efefef;
	
}

.journalbox, .projectbox {
	text-align:center;
	background:#efefef;	
}

.journal h1, .journal h2, .journal p {
	text-align:center;
}

.aboutblock {
	padding-left:2%;
	text-align:left;
}

.aboutblock h1 {
	text-align:left;
	margin:3% 0%;;
}

.textabout {
	padding-right:2%;
}

.journal h1, .journal h2, .journal p  {
	margin:3% 2%;
	text-align:left;
	
}

.journaltext {
	background:#efefef;
	padding:20px;
}

.journaltext h1 {
	text-align:left;
	font-size:25px;
	margin-bottom:10px;
}

.mobile .littleblock {
	padding:6%;
} 

.mobile a {
	color:#ed2939;
	font-weight:bold;
	text-transform:uppercase;
}


.view {
	border:1px solid #ed2939;
	padding:5px 20px;
	color:#ed2939;
	margin: 3% 2% 0% 2%;
	display:inline-block;
}

.projectsh2 {
	
	text-align:center;
	margin-top:0px;
}

.centertextproject {
	padding-top:8.7%;
	padding-bottom:8.7%;
}

.consth2 {
	text-align:center;
	
}


.project .col-md-6:first-child, .project .col-sm-6:first-child, .projectbox  .col-md-6:first-child, .projectbox  .col-sm-6:first-child, .journalbox .col-sm-6:first-child, .journalbox .col-md-6:first-child{
	padding-right:7.5px;
}

.project .col-md-6:nth-child(2), .project .col-sm-6:nth-child(2), .projectbox  .col-md-6:nth-child(2), .projectbox  .col-sm-6:nth-child(2), .journalbox .col-sm-6:nth-child(2), .journalbox .col-md-6:nth-child(2)  {
	padding-left:7.5px;
}

.other .col-md-6, .other .col-sm-6 {
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.footer {
	border-top:2px solid #ed2939;
	margin-top:50px;
	padding-top:25px;
}

.footer .space {
	margin-top:30px;
}

/* OVERLAY */

.box {
    position: relative;
}

.overbox {
	background-color:rgba( 237, 41, 57 , 0.6);
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 100;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.box:hover .overbox { opacity: 1; }

.box .title {
    margin-top:10px;
    margin-left: 10px;
    font-size: 14px;
    text-transform: uppercase;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
}

.box .tagline {
	font-size: 18px;
	opacity: 0;
	transition-delay: 0.2s;
	transition-duration: 0.2s;
}

.box:hover .tagline,
.box:focus .tagline {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    margin-top: -70px;
    height: 30px;
    width: 250px;
    border: solid 1px #fff;
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    text-align: center;
    line-height: 30px;
	
}

.tagline a{
	color:inherit;
}


/* RESET BOOTSTRAP */

.navbar-default {
	background:white;
	border:0px;
	border-radius:0px;
}

@media (min-width: 768px) {
.navbar-nav {
  float: right;
  margin: 0;
}
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-left:0px;
}

li.active, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background:transparent;
	color:#ed2939;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#ed2939;
}

.navbar-default .navbar-nav>li>a {
	color:#999999;
}

@media (min-width: 1430px) {
  .container {
    width: 1400px;
  }
}

.carousel-indicators li {
	display: inline-block;
	width: 20px;
	height: 10px;
	cursor: pointer;
	background:#999999;
	border: 0px;
	border-radius: 0px;
	margin:0px;
}

.carousel-indicators .active {
	background:#ed2939;
	display: inline-block;
	width: 20px;
	height: 10px;
	cursor: pointer;
	border: 0px;
	border-radius: 0px;
}

.carousel-indicators {
	position: absolute;
	bottom: -40px;
	left: 0%!important;
	z-index: 15;
	width: 60%;
	padding: 0px;
	margin: 0px;
	text-align:left;
	list-style: none;
}

@media(max-width:767px){ h1{font-size:20px} .resetfixed { margin-top:70px; } .journalboxcenter { padding-top:8%;padding-bottom:8%;} .projectbox  .col-xs-12:first-child, .journalbox  .col-xs-12:first-child {
	padding-right:15px;
}

h2 {
	font-size:18px;
	margin-bottom:0px;
	
}

.projectbox  .col-xs-12:nth-child(2), .journalbox  .col-xs-12:nth-child(2), .journalbox  .col-sm-12:first-child {
	padding-left:15px;
}
.journalboxcenter h1 { font-size:16px}
	
.txtstyl1 h2{font-size: 18px;}
	.smltxt{ font-size: 16px;}
}
@media(min-width:768px){ h1{font-size:18px} h2 {font-size:13px} .resetfixed { margin-top:70px; } .journalboxcenter { padding-top:8%;padding-bottom:8%;} .projectbox  .col-xs-12:first-child, .journalbox  .col-xs-12:first-child {
	padding-right:0px;
}

h2 {
	font-size:18px;
	margin-bottom:0px;
	
}

.journalbox .col-sm-12:first-child {
	padding-right:15px;
}

.journalboxcenter h1 { font-size:16px}
.projectbox  .col-xs-12:nth-child(2), .journalbox  .col-xs-12:nth-child(2) {
	padding-left:0px;
}
.txtstyl1 h2{font-size: 18px;}
	.smltxt{ font-size: 16px;}
}
@media(min-width:992px){ h1 {font-size:26px;} .resetfixed { margin-top:60px; } .journalboxcenter { padding-top:6%;padding-bottom:8%;} .projectbox  .col-xs-12:first-child, .journalbox  .col-xs-12:first-child, .journalbox  .col-sm-12:first-child {
	padding-right:0px;
}

h2 {
	font-size:25px;
	margin-bottom:0px;
	
}

.projectbox  .col-xs-12:nth-child(2), .journalbox  .col-xs-12:nth-child(2), .journalbox  .col-sm-12:nth-child(2) {
	padding-left:0px;
}
.txtstyl1 h2{font-size: 25px;}
	.smltxt{ font-size: 20px;}
}
@media(min-width:1200px){ h1 {font-size:34px;}.resetfixed { margin-top:60px; } .journalboxcenter { padding-top:8%;padding-bottom:8%;} .projectbox  .col-xs-12:first-child, .journalbox  .col-xs-12:first-child {
	padding-right:0px;
}

h2 {
	font-size:28px;
	margin-bottom:0px;
	
}

.projectbox  .col-xs-12:nth-child(2), .journalbox  .col-xs-12:nth-child(2) {
	padding-left:0px;
}
.txtstyl1 h2{font-size: 34px;}
	.smltxt{ font-size: 22px;}
}



/*==Add css====*/
.smltxt{display: block; padding: 10px 0; text-align: center;}
.txtstyl1 h2{ margin-bottom: 30px; text-align: center}




















