body {
	/*background-color: #5b5559;*/
	background-color: #eaebeb;
	margin: 0;
	color: #ffffff;
	font-family: "Merriweather",serif;
	line-height: 1.5;
	display: inline-block;
	text-shadow: none;
	width: 100%;
}

a {
  color: #1f87ff;
  text-decoration: none;
}

/* HEADER */
.navigation {
	background-color: #222;
	font-family: 'Sanchez',serif;
	padding: 30px 40px;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex; /* Safari */
    align-items: center;
}
.navigation .brand {
	display: inline-block;
	font-size: 250%;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #1f87ff;
	width: 50%;
}

.navigation .details {
	display: flex;
    display: -webkit-flex; /* Safari */
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse; /* Safari 6.1+ */
    align-items: center;
    width: 50%;
}

.navigation .details a {
    color: #ffffff;
}

.contact {
	display: inline-block;
	margin-left: 35px;
	list-style: none;
	padding: 0;
}

.contact li {
	font-size: 150%;
	display: flex;
	display: -webkit-flex; /* Safari */
    align-items: center;
}

.contact i {
 margin-right: 20px;
}

.material-icons.brzblue { 
	color: #1f87ff; 
}

.language-menu {
	display: inline-block;
	list-style: none;
	padding: 0;
}

.language-menu li {
	display: inline-block;
	padding-right: 10px;
	font-size: 120%;
}

.navigation .details .selected-lang {
	color: #1f87ff;
	font-weight: bold;
}
/* END OF HEADER */

/* BANNER IMAGE */
.banner {
	width: 100%;
	background-color: #222;
/*	height: 500px;*/
}

.banner img {
	width: 100%;
	background-size: cover;
	cursor: pointer; cursor: hand;
}
/* END OF BANNER IMAGE */

/* GALLERY */
.gallery {
	display: flex;
	display: -webkit-flex; /* Safari */
	align-items : center;
	width: 100%;
	max-height: 241px;
	overflow: hidden;
	background-color: #222;
	padding: 10px 20px;
	box-sizing: border-box;
}

.arrows { 
	width: 5%;
	overflow: hidden;
}

.arrows img {
	max-width: 100%;
	max-height: 241px;
	box-sizing: border-box;
	border: 4px solid #222;
	opacity: 0.7;
	cursor: pointer; cursor: hand;
}

.arrows img:hover {
	opacity: 1;
	border-color: #1f87ff;
}

.thumbnail {
	width: 18%;
	overflow: hidden;
}

.thumbnail img:hover {
	opacity: 1;
	border-color: #1f87ff;
}

.thumbnail img {
	width: 100%;
	box-sizing: border-box;
	border: 4px solid #222;
	opacity: 0.7;
	cursor: pointer; cursor: hand;
}

/* END OF GALLERY */

/* SECTIONS */
.gray-background {
	background-color: #525669;
	color: #ffffff;
}

.white-background {
	background-color: #E6E6E6;
	color: #171d26;
}

.section {
	width: 100%;
	padding: 30px 40px;
	display: inline-block;
	box-sizing: border-box;
	overflow: auto;
}

.section-content {
	width: 100%;
}

.section-header {
	width: 100%;
	margin-bottom: 50px;
}

.section-header hr {
	background-color: #1f87ff;
	color: #1f87ff;
	border: none;
	width: 10%;
	height: 5px;
	display: block;
	-webkit-transition: all 0s linear; /* For Safari 3.1 to 6.0 */
    transition: all 0s  linear;
}

.section:hover hr, .section:active hr, .section:focus hr {
	width: 100%;
	-webkit-transition: all 2s linear; /* For Safari 3.1 to 6.0 */
    transition: all 2s  linear;
    -webkit-transition: all 2s  linear;

}

.section-header h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
    font-family: 'Sanchez',serif;
    margin-bottom: 10px;
}

.section-text {
	width: 70%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.section-image {
	width: 29%;
	display: inline-block;
}

.section-image img {
	width: 100%;
	display: inline-block;
	cursor: pointer; cursor: hand;
}

.full-length-section {
	width: 100%;
}

.description .section-text {
	text-align: center;
}

.price .section-text {
	text-align: center;
}

.price p:nth-child(1) {
	font-size: 300%;
	margin-bottom: 0;
	margin-top: 0;
	letter-spacing: 2px;
	font-family: "Times New Roman",serif;
}




/* TABLES */

.basic-table {
/*	border-collapse: collapse;*/
	width: 100%;
	color: #171d26;
	box-sizing: border-box;
	table-layout:fixed;
	border-spacing: 0;
}

.basic-table th {
	border-color:inherit;
	text-align:left;
	padding: 10px;
	border-bottom: 2px solid gray;
}

.basic-table tr {
	border-color:inherit;
	background-color:#fcfcfc;
}

.basic-table tr:nth-child(odd) {
	border-color:inherit;
	background-color:#f7f7f7;
}

.basic-table td {
	padding: 8px 20px;
	border-bottom: 2px solid gray;
}

/*.basic-table td:nth-child(odd) {
	border-right: 2px solid gray;
}*/

.styled-table {
	width: 100%;
}

.styled-table th {
	border-color:inherit;
	text-align: center;
	letter-spacing: 2px;
	padding: 30px 0px;
	background-color: #1f87ff;
	color: #ffffff;
	font-size: 150%;
}

.styled-table tr {
	border-color:inherit;
	background-color:#fcfcfc;
}

.styled-table tr:nth-child(odd) {
	border-color:inherit;
	background-color:#f7f7f7;
}

.styled-table td {
	padding: 8px 10px;
}

.styled-table td:first-child {
	border-color:inherit;
	border-left:none
}

.styled-table td:nth-child(2) {
	border-color:inherit;
	text-align: left;
}


/* END OF TABLES */

/* LISTS */
.feature-list-container {
	display: inline-block;
	/*margin-right: 2%;*/
	vertical-align: top;
}

/*.feature-list-container:nth-child(3) {
	float: right;
}

.feature-list-container:nth-child(2) {

}*/

.feature-list {
	width: 100%;
	border: 1px solid gray;
	list-style: none;
	padding: 0; 
	background-color: #f7f7f7;
}

.feature-list li {
	line-height: 30px;
	border-bottom: 1px solid gray;
	padding: 7px 15px; 
	color: black;
	font-size: 85%;
	text-align: justify;
}
.feature-list li:first-child {
	line-height: 80px;
	background-color: #1f87ff;
	text-align: center;
	color: white;
	font-size: 150%;
}
/* END OF LISTS */

.reviews .section-text p {
	text-align: center;
	font-style: italic;
}

.reviews .section-text p  a {
	font-style: normal;
	color: #1f87ff;
}


/* END OF SECTIONS */

/* FOOTER */
.footer {
	height: 20px;
	background-color: #222;
	padding: 30px 40px;
	text-align: center;
	font-size: 90%;
}
/* END OF FOOTER */

.right-align {
	float: right;
}

.left-align {
	float: left;

}
/* LARGE */
@media (min-width: 1200px) { 
	.col-sm-6 {
		width: 48%;
	}

	.col-m-4 {
		width: 31%;
	}

	.col-m-8 {
		width: 65%;
	}

	.center-align {
	margin: 0 3.5%;
	}

	.navigation .details {
    	margin-right: 2%;
    	width: 48%;
    }
}

/* MEDIUM */
@media (min-width: 992px) and (max-width: 1199px) {
	.col-sm-6 {
		width: 100%;
	}

	.col-m-4 {
		width: 100%;
	}

	.col-m-8 {
		width: 100%;
	}

	.navigation .brand {
		font-size: 200%;
		line-height: 20px;
	}

	.basic-table, .styled-table {
		margin-bottom: 10px;
	}

	.section-header hr {
		width: 90%;
	}

}

/* SMALL */
@media (min-width: 768px) and (max-width: 991px) {
	.col-sm-6 {
		width: 100%;
	}

	.col-m-4 {
		width: 100%;
	}

	.col-m-8 {
		width: 100%;
	}

	.navigation {
		display: block;
	}

	.navigation .brand {
		font-size: 250%;
		line-height: 20px;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.navigation .details {
	    width: 100%;
	}

	.contact-div {
	    width: 70%;
	    text-align: right;
	}

	.language-div {
		width: 30%;
	}

	.basic-table, .styled-table {
		margin-bottom: 10px;
	}

	.section-header hr {
		width: 90%;
	}
}


/* EXTRA SMALL */
@media (max-width: 767px) {
	.col-sm-6 {
		width: 100%;
	}

	.col-m-4 {
		width: 100%;
	}

	.col-m-8 {
		width: 100%;
	}
	
	.navigation {
		display: block;
	}

	.navigation .brand {
		font-size: 200%;
		line-height: 100%;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.navigation .details {
		display: block;
	    width: 100%;
	}

	.contact-div {
		display: block;
	    width: 100%;
	    margin-left: 0;
	    text-align: center;
	}

	.contact {
		margin: 0;
	}

	.contact li {
		font-size: 120%;
	}

	.language-div {
		display: block;
		width: 100%;
		text-align: center;
	}

	.language-menu li {
		font-size: 100%;
	}

	.basic-table, .styled-table {
		table-layout:fixed;
		margin-bottom: 10px;
	}

	.basic-table td, .styled-table td {
		font-size: 80%;
		padding: 2px 5px;
		word-wrap:break-word;
	}

	.section {
		padding: 20px 10px;

	}

	.section-header hr {
		width: 90%;
}
}
/*EXTRA EXTRA SMALL */
@media (max-width: 479px) {
	.col-sm-6 {
		width: 100%;
	}

	.col-m-4 {
		width: 100%;
	}

	.col-m-8 {
		width: 100%;
	}

	.navigation {
		display: block;
	}

	.navigation .brand {
		font-size: 200%;
		line-height: 100%;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.navigation .details {
		display: block;
	    width: 100%;
	}

	.contact-div {
		display: block;
	    width: 100%;
	    margin-left: 0;
	    text-align: center;
	}

	.contact {
		margin: 0;
	}

	.contact li {
		font-size: 120%;
	}

	.language-div {
		display: block;
		width: 100%;
		text-align: center;
	}

	.language-menu li {
		font-size: 100%;
	}

	.basic-table, .styled-table {
		table-layout:fixed;
		margin-bottom: 10px;
	}

	.basic-table td, .styled-table td {
		font-size: 80%;
		padding: 2px 5px;
		word-wrap:break-word;
	}

	.section {
		padding: 20px 10px;
	}

	.section-header hr {
		width: 90%;
}