/* Base elements styles */

* {
	margin: 0;
	padding: 0;
	font-family: 'exo_2.0light', sans-serif;
	font-size: 16px;
}
html,
body {
	width: 100%;
	height: 100%;
	color: #272727;
	font-size: 100%;
}
a {
	text-decoration: none;
	color: #272727;	
}
a:hover {
	color: red;
	text-decoration: none;	
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'exo_2.0regular', sans-serif;
	margin: 0;
	margin-bottom: 10px;
}
h3 {
	margin-top: 30px;
}
/*
li {
	font-size: 14pt;
}*/
small {	
	font-family: 'exo_2.0light', sans-serif;
	font-size: 14pt;
	color: #999;
}
strong {	
	font-family: 'exo_2.0regular', sans-serif;
	font-weight: normal;
}
table th:nth-child(even),
table td:nth-child(even) {
	text-align: right;
}
ul {
	list-style-position: inside;
}

/* --- */

/* Bootstrap overriding styles */

.btn-large {
	font-family: 'exo_2.0regular';
	background-color: #428bca;
	border-color: #428bca;
	color: #fff;
	font-size: 20px !important;
	font-weight: normal;
	height: 58px;
	line-height: 26px;
	padding: 15px 30px;
	width: 100%;
}
.btn-large:hover {
	border-color: #3276b1;
	background-color: #3276b1;
	color: #fff;
}
.carousel-indicators {
	position: relative;
	margin-top: 40px;
}
.carousel-indicators li,
.carousel-indicators .active {
	margin: 0 5px;
	width: 10px;
	height: 10px;
}
.list-group * {
	font-size: 12pt;
}
.list-group .media {
	margin-top: 0;
}
.list-group-item * {
	color: #272727;	
}
.list-group-item:hover {
	color: red;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    background-color: #eee
}
.panel {
	margin-top: 40px;
}
.panel h3 {
	margin-top: 0;
}
.panel-body div {
	padding: 7px 9px;
}
.popover-title,
.popover-content {
	font-size: 14pt;
	background: #fff;
}

/* --- */

/* Common layout styles */

footer {
	width: 100%;
	color: #fff;
	background: url('/img/stardust.png');	
	padding: 100px 0;
	position: relative;
}
footer a {
	color: #d9534f;
}
footer a:hover {
	color: #d43f3a;
	text-decoration: none;
}
.btn-danger {
	border-color: #d9534f;
}
.btn-danger:hover {
	border-color: #d43f3a;
}
#contact-info {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mc_embed_signup {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.mc_embed_signup * {
	font-size: 14px;	
}
#contact-form textarea {
	height: 132px;
	resize: none;
}
#igs-logo-small {
	display: inline-block;
	width: 50px;
	height: 45px;
	background: url('/img/logo-small.png') 0 0;
	opacity: .4;
}
#igs-logo-small:hover {
	opacity: 1;
}
#plane {
	width: 25px;
	height: 21px;
	background: url('/img/plane.png') no-repeat;
	opacity: .4;
	margin: 0 auto 30px auto;
}

/* --- */

/* Main page layout styles */

.map-overlay {
	width: 100%;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	z-index: 8;
}
.slides-section {
	padding-top: 0;
}
#hive-description {
	position: absolute;
	bottom: 0;
}
#hive-description p {
	font-size: 16px;	
}
#hive-description h3 {
	margin-top: 0;
	text-align: center;
}
#gm {
	padding-top: 160px;
	padding-bottom: 160px;
	width: 100%;
	background: url('/img/walking.jpg');
	background-size: cover;
	color: #272727;
}
#gr {
	padding-top: 160px;
	padding-bottom: 160px;
	width: 100%;
	background: url('/img/black_paper.png');
	color: #fff;
}
#hive-section {
	width: 100%;
	min-height: 640px;
	position: relative;
}
#hive-section a {
	color: #272727;
}
#hive-section .panel {
	margin-top: 0;
	margin-bottom: 0;
	border: none;	
}
#hive-title {
	font-size: 64px;
	font-family: 'Ubuntu';
}
#news-section {
	width: 100%;
	background: url('/img/misti.jpg') no-repeat;
	background-size: cover;	
	padding-top: 150px;
	padding-bottom: 150px;
}
#news-section .container p {
	background-color: rgba(255, 255, 255, .7);
	padding: 20px;
	font-size: 42px;
}
#news-section .container p a {
	font-size: 42px;
	border-bottom: 2px solid;
}

/*#news-container {
	display: table;
	margin: 0 auto;
}
#news {
	padding-top: 50px;
	height: 640px;
}
#news > div {
	padding: 0 5px;
}
#news .row {
	min-height: 350px;
}
#news > div a {
	display: block;
	padding: 5px 12px;
	background: rgba(255, 255, 255, .8);
}
#news > div a:hover {
	background: rgba(0, 0, 0, .8);
	color: #e7e7e7;
}
#news small {
	font-size: 10pt;
}
#news h3 {
	font-size: 14pt;
	margin-top: 3px;
}
#news h3 * {
	font-weight: bold;
}
#news p {
	font-size: 12pt;
}*/
#Map {
	width: 100%;
	height: 100%;
	position: absolute;
}
#rv {
	width: 100%;
	background: url('/img/rv_bg.png');
	padding-top: 70px;
	padding-bottom: 0;
	color: #272727;
/*	box-shadow: 0 1px 5px 0 #a7a7a7 inset; */
}
#rv .row > div:last-child {
	padding-top: 60px;
}
#products-section * {
	font-size: 28pt;
}
#products-section > a {
	display: block;
}
#products-section img {
	margin-top: 30px;
}
#products-section strong {
	font-size: 32pt;
}
header .dropdown-panel .products-disclaimer p {
	margin-top: 20px;
	color: #fff;
}

/*#products-section .row > div {
	display: table-cell;
	vertical-align: middle;
	float: none;	
}*/

/* -- */

/* Products page layout styles */

#products-list {
	padding-bottom: 60px;
}
#products-list h2 {
	margin-top: 20px;
	margin-bottom: 0;
}
#products-list > .row {
	padding-top: 50px;
}
#products-list > .row > div {
/*	display: table-cell;
	vertical-align: bottom;
	float: none;*/
	padding-right: 40px;
}

/* --- */

/* Team page layout styles */

.mission {
	padding-top: 30px;
}
.mission p {
	font-size: 22px;
	margin-top: 30px;
	text-align: justify;
}
.mission a {
	font-size: 22px;
	color: #fff;
	border-bottom: 2px solid #fff;
}
.mission a:hover {
	color: red;
	border-bottom: 2px solid red;
}
.mission p:first-child {
	margin-top: 0;
}
#company {
	background-color: #000;
	color: #fff;
	padding: 100px 0;
}
#team .description p {
	font-size: 16pt;
	padding-top: 40px;
	text-align: justify;
}
#team h1 {
	margin-top: 60px;
	font-family: 'exo_2.0regular', sans-serif;
	text-align: center;
}
#team {
	width: 100%;
	height: auto;
	background: url('/img/gray_jean.png') repeat;
}
#team .row:last-of-type {
	margin-bottom: 80px;
}
#team .row div[class^=col] {
	margin-top: 30px;
}
#team img {
	width: 140px;
	margin: 0 auto 10px auto;
}
#team h3 {
	margin-top: 10px;
	margin-bottom: 0;
}
#team-table {
	padding: 60px 0;
}
#partners .description p {
	font-size: 16pt;
}
#partners h1 {
	padding-top: 60px;
	padding-bottom: 40px;
	font-family: 'exo_2.0regular';
	text-align: center;
}

/* --- */

/* Other common styles */

.active {
	color: red;
}
.arrow {
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px;
}
.file-icon {
	min-height: 48px;
	margin-right: 7px;
	margin-bottom: 10px;
	display: block;
}
.padded {
	padding: 0 25px;
}
.img-description {
	font-size: 12pt;
	line-height: 1.2;
	color: #999;
}
.text {
	margin-top: 40px;
	padding-bottom: 60px;
}
.text p:not(:first-child) {
	margin-top: 20px;
}
.text .col-lg-8 a {
	color: rgb(47, 111, 159);
	/*border-bottom: 1px dashed rgb(47, 111, 159);*/
}
.text .col-lg-8 a:hover {
	color: red;
	/*border-bottom: none;*/
}
.text h2 {
	margin-bottom: 0;
}
.text .row:not(:first-of-type) {
	margin-top: 30px;
}
#to-top {
	width: 80px;
	height: 60px;
	position: fixed;
	z-index: 10;
	bottom: 40px;
	right: 40px;
	background: url('/img/to-top.png') no-repeat;
	display: none;
	opacity: .5;
}
#to-top:hover {
	opacity: .8;
}
#sk-ribbon {
	top: 0;
	width: 109px;
	height: 140px;
	background: url('/img/sk-ribbon.png') no-repeat;
	position: absolute;
	z-index: 10;
	right: 60px;
}
#sk-modal * {
	font-size: 14pt;
}
#sk-modal a {
	color: #0075ad;
	border-bottom: 1px dashed #0075ad;
}
#sk-modal .btn {
	background-color: #cbdb2a;
	border-color: #cbdb2a;
	color: #656768;
	font-size: 12pt;
	font-family: 'exo_2.0regular', sans-serif;
}
#partners-table {
	padding-top: 20px;
	padding-bottom: 60px;
}
#partners-table > div {
	margin: 40px 0;
	text-align: center;
}
#partners-table > div * {
	margin: 0 15px;
}

/* --- */

@media screen and (max-width: 768px) {
	#news-section .container p {
		font-size: 20px;
	}
	#news-section .container p a {
		font-size: 20px;
		border-bottom: 1px solid;
	}
	#products-section * {
		font-size: 20px;
	}
	#products-section strong {
		font-size: 28px;
	}
}