@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import "util.css";
@import "nav.css";

body {
  background:url(../img/bg.jpg) #000 repeat-x left top;
  color:#FFF;
  margin:30px 0 0 0;
}

.spaw_body { background-image:none;background-color:#FFF;color:#000; }

.container-fluid { padding:0 }

h1, h2, h3, h4, h5 { font-family: "Open Sans", sans-serif; }

h1 {
  background:#161616;
  padding:15px;
  color:#bfa72c;
  line-height:32px;
  font-size:32px;
  font-weight:normal;
}

h4 { font-weight:normal; }

b { color:#bfa72c }

.btn {
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}


/* ---- CONTENT BG'S ---- */

.bg {
  background-repeat:repeat-x;
  background-position:left top;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}

.bg.grey { background-image:url(../img/bg-div-grey.jpg); }
.bg.green { background-image:url(../img/bg-div-green.jpg); }


/* ---- TOP SECTION ---- */

.info {
  font-size:12px;
  margin-left:20px;
}

.info p {
  margin-top:10px;
  color:#eee;
}

.info p a {
  color:#eee;
  text-decoration:none;
}

.info p a:hover {
  text-decoration:underline;
}

.social {
  float: right !important;
}

.social ul li {
  display:inline-block;
  margin-left:10px;
  float:right;
}

.social ul li:last-child {
  margin-left:0;
}

.social ul li img {
  opacity:0.7;
}

.social ul li img:hover {
  opacity:1;
}

.header-left {
 margin-top:-40px 
}


/* ---- CAROUSEL ---- */

.carousel {
  padding:20px;
}

.carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -35px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-control.right {
  right: 35px;
  left: auto;
}

.carousel-control.left {
  left: 35px;
}


.rightcol .thumb {
  cursor:pointer;
  text-decoration:none;
  margin-bottom:10px;
}

.rightcol .thumb .text {
  position:absolute;
  text-align:center;
  background:#000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-weight:bold;
  margin-top:40px;
  font-family:"Times New Roman";
  line-height: 25px;
}

.text a {
  width: 100%;
  height: 100%;
  display: block;
}

.rightcol .thumb .text:hover {
  background:#000;
  opacity: 1;
  filter: alpha(opacity=100);
}

.home-port a {
 color:#fff; 
}

.port-image {
 position: relative;
 padding: 0;
 cursor:pointer;
 height:246px;
 overflow:hidden;
 background-size: cover;
 background-position: center;
}

.port-image.first {
  margin-left:0; 
}

.port-image .title {
  top:50%;
  margin-top:-20px;
  position:absolute;
  background:rgba(0,0,0,0.7);
  width:100%;
  line-height:40px;
  text-align:center;
  font-family:"Times New Roman";
  text-transform:uppercase;
  font-size:18px;
}

.port-image:hover .title {
  background:rgba(0,0,0,0.9);
}

.port-image img {
  display: block;
  margin: auto;
}

.gallery .span3 {
 margin-bottom:20px; 
}

.gallery .thumb {
 opacity:0.8;
}

.gallery .thumb:hover {
 opacity:1;
 box-shadow:0 0 8px #000;
}

.gallery-cover {
  width: 100%;
  height: 137px;
  background-size: cover;
  background-position: center;
}

.gallery-img {
  width: 100%;
  height: 90px;
  background-size: cover;
  background-position: center;
}

.gallery-img a {
  width: 100%;
  height: 100%;
  display: block;
}

.thumbnail {
  display: block;
  padding: 0;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

a.thumbnail:hover {
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.thumbnail img:hover {
  border-color: #014933;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.thumbnails li:nth-child(6n+1) {
  margin-left: 0;
}

.gallery-image-text {
	text-align:center;
	margin-top:5px;	
}

.gallery-desc {
  padding: 15px;
}

.footer {
  color: #eee;
}
