html,body {
	height: 100%;
	font-family: 'Lato', sans-serif;
	font-size:13px;

}

html {
	position: relative;
	min-height: 100%;
}

#contents {
	height: auto;
	width: 100%;
	min-height:auto;
	background-color:#e3f0fc;
	padding-bottom:30px;
}

.index_link a{
  color: #ffffff;
  text-decoration: none;
}

.index_link :hover{
  color: #ffffff;
  text-decoration: underline;
}

.navbar-static-top {
  background-color:#FFF;
  text-align:center;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #b1b1b1;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #49494c;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #b1b1b1;
  background-color: transparent;
}

#nav {
color: #49494c;
}

#nav_select {
color: #b1b1b1;
}

.navbar {
  position: relative;
  border: 1px solid transparent;
}

.header-offset {
	height:80px;
	max-height:none;
	overflow:hidden; 
}

.nav-offset {
	float:right;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
}

.navbar-brand img {
  width:100%;
}

.content-info {
	font-size: 14px;
	padding: 10px 0;
	background-color: #fff;
	position: relative;
}

.content-info h5 small {
	color: #838886;
	margin-left: 4px;
}

.container-fluid {
	margin-top:-20px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.content_container {
	width: 80%;
    margin: 0 auto;
	padding-top:50px;
	}


.content_title{
	font-size:30px;
	color:#292929;
}

.content_subtitle{
	font-size:25px;
	color:#0e8ae1;
}

.wrapper {
	padding-top:30px;
	padding-bottom:150px;
	}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-bottom:20px;
}

.brand_logo {
	float:right;
	display:block;
	}

.countryName {
	font-weight:bold; 
	font-size:20px;
	border-bottom:solid 1px #CCCCCC; 
	margin-bottom:10px;
}

.countryName-1 {
	font-weight:bold; 
	font-size:20px;
	margin-bottom:10px;
}

.branchTitle {
	font-weight:bold; 
	width:100%; 
	clear:both; 
	display:block;
}

.google-maps {
	margin-top:40px;
	}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin-left:-100px;

}
.sidebar-module-inset {
  padding: 10px;

  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


.mandatory {
	font-style:italic;
	font-size:13px;
	padding-left:10px;
	margin-bottom:10px;
	}

/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
 margin-right:-30px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}

.page_banner{
	height:400px;
	width:auto;
	background-position:top center;
	background-size: cover;
	padding-top:50px;
}

section.grigio {
	background: #ebeeed;
}

.blog-header{
	margin-top:60px;
}


.form-group .atssText {
	width:50%;	
}


.form-group .atssTextarea {
	width:50%;	
}



@media (max-width: 1200px) {
.navbar-static-top {
  margin-bottom: 0px;
  background-color:#FFF;
  height:110px;
  text-align:center;
}

.navbar {
  position: relative;
  min-height: 155px;
  margin-bottom: 10px;
  border: 1px solid transparent;
}

.header-offset {
	height:90px;
	max-height:none;
	overflow:hidden; 
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
}

.navbar-brand img {
  width:80%;
  height:auto;
   display: block;
}

.collapse-offset {
		clear:both;
		background-color:#FFF;
	}
.nav-offset {
		float:left;
	}
	
.sidebar-module {
  margin: 0 -50px 0;
}

.form-group .atssText {
	width:60%;	
}


.form-group .atssTextarea {
	width:60%;	
}


}

@media (max-width: 850px) {
	.navbar-static-top {
	  margin-bottom: 19px;
	  background-color:#FFF;
	  height:89px;
	  text-align:center;
	}
	
	.navbar {
	  position: relative;
	  min-height: 100px;
	  margin-bottom: 10px;
	  border: 1px solid transparent;
	}
	
	
	.navbar-brand img {
	  width:80%;
	  height:auto;
	   display: block;
	}
	
	.page_banner{
		height:300px;
	}
	
	.sidebar-module {
	  padding: 15px;
	  margin: 0 -15px 15px;
	}
	
	.form-group .atssText {
		width:70%;	
	}
	
	
	.form-group .atssTextarea {
		width:70%;	
	}


}

@media (max-width: 640px) {
.brand_logo {
	display:block;
	float:left;
	width:100%;
	margin-bottom:20px;
	}

.navbar-brand img {
  width:80%;
  height:auto;
  display: block;
}
	
.brand_line {
	padding-top:60px;
	}


}

@media (max-width: 480px) {
.navbar-brand img {
  width:60%;
  height:auto;
   display: block;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  overflow:hidden;
}

.page_banner{
	height:200px;
}

.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}

.brand_logo {
	display:block;
	float:left;
	width:100%;
	margin-bottom:20px;
	}

	.form-group .atssText {
		width:100%;	
	}
	
	
	.form-group .atssTextarea {
		width:100%;	
	}
}