body {
  	background-color: #ffffff;
  	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #555;
    background-color: #eeeeee;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

#wrap {
	position: relative;
	margin: 0 auto;
  padding: 0 ;
	text-align: justify;
  border: 0px;
}
@media (max-width: 767px) {
#wrap {
	text-align: left;
}
}

#wrap > .container {
  background-color: #fff;
  padding: 0px 0px 0px 0px;
  border: 0px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
  	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: #333;
}

h1 {
	font-size: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
}



/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #de8787;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* Navbar */

.navbar {
	text-transform: uppercase;
	margin-bottom: 0px;
}

.navbar-inverse{
	padding-bottom: 50px;
	padding-top: 50px;
  background-color: #606060;
	border-color: #606060;
  font-size: 20px;
}

.navbar-brand{
margin-top: -50px;
}

@media (max-width: 991px) {
  .navbar-inverse{
  padding-bottom: 15px;
	padding-top: 15px;
  background-color: #606060;
	border-color: #606060;
  font-size: 16px;
}
.navbar-brand{
margin-top: -20px;
}
}

@media (max-width: 767px) {
  .navbar-inverse{
  padding-bottom: 15px;
	padding-top: 15px;
  background-color: #606060;
	border-color: #606060;
  font-size: 16px;
}

}
.navbar-inverse .navbar-nav > li > a {
	color: white;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #de8787;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #de8787;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
}


/* Helpers */

.mt {
	margin-top: 30px;
	margin-bottom: 50px;
}

.pt {
	padding-top: 50px;
	padding-bottom: 50px;
}


/* +++++ WRAP SECTIONS +++++ */

#ww {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #f2f2f2;
}


#footer {
	background-color: #606060;
	padding-top: 20px;
	padding-bottom: 20px;
  font-size: 14px;
  color: #fff;
}

#footer p {
	color: white;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #de8787;
}

#footer h4 {
	color: white;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.copyright {
  text-align: left;
}

@media (max-width: 767px) {
.copyright {
	text-align: center;
}
}

.imprint {
  text-align: right;

}

@media (max-width: 767px) {
.imprint {
	text-align: center;
}
}
/* +++++ Color Wraps / Blog Page +++++ */

#grey {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f2f2f2;
}

#white {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
}



/* Blog Date*/
bd {
	font-size: 12px;
	text-transform: uppercase;
	color: #d2d2d2;
	font-weight: 700;
}

/* Blog Author*/
ba {
	font-size: 12px;
	text-transform: uppercase;
}

/* Blog Quote */
.bq {
	font-size: 22px;
	padding-top: 30px;
}

/* Blog Tags */
bt {
	font-size: 12px;
}

/* glyphicon Configuration */

.glyphicon {
	font-size: 13px;
	color: #ffffff;
}


/*back to top*/
.back-top{
	display: none;
	position: fixed;
	bottom: 30px;
	right: 25px;
	width: 25px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	background: #333;
	color: #fff;
  	outline:none;
	font-size: 18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}

.back-top:hover {
	opacity: 1;
  outline:none;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

.da-thumbs {
	list-style: none;
	position: relative;
}
.da-thumbs li {
	float: left;
	background: #fff;
	position: relative;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
  text-align: center;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}

.description {
  text-align: center;
  height: 10px;
}

.gallery {
  list-style: none;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 5px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.description {
  margin-bottom: 20px;
  color: #333333;
  border: 0;
  text-align: center;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
}
.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	position: relative;
	text-decoration: none;
}

.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f196";
}
.panel-heading a:hover {
	text-decoration: none;

}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}
