/*******************************************************/
/* GENERAL */
/*******************************************************/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color:#1a1a1a; 
	background-image:url('../image/bg.jpg'); 
	background-repeat:repeat-x repeat-y;
}


h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	font-weight:100;
}

h1 {
	font-size: 24px;
	color: #4f5f99;
}

h2 {
	font-size: 20px;
	color: #4f5f99;
}

h3 {
	font-size: 18px;
	color: #4f5f99;
}

a:link,
a:visited,
a:active{
	text-decoration: none; 
	color: #4f5f99;
}

a:hover {
	text-decoration: underline; 
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
    margin-right: 1.5em;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
    margin-left: 1.5em;
}

.gmaps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
        margin: 50px 0 0 0;
    }

.gmaps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: -13%;
}


.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
}

.show-low {
	display: none;
}

.spacer {
	padding: 0 10px;
	background-color: #eff0f4;
}

.main {
	padding: 30px;
	background-color: #eff0f4;
}

.inside {
	padding: 30px;
	background-color: #eff0f4;
	min-height: 600px;
}

.intro {
	overflow: hidden;
}

.button {
	max-width: 24%;
	background-color: #686d79;
	text-align: center;
	padding: 10px 0;
	margin: 0 10px 0 0;
}

.button a:link,
.button a:visited,
.button a:active{
	color: #ffffff;	
	padding: 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'futura_bk_btbook';
	font-style: italic;
}

.products {
	margin: 20px 0;
}

footer {
	margin: 0 0 50px 0;
}

.ftbg {
	background-image: url('../image/footerbg.jpg');
	background-repeat: repeat-x;
	padding: 15px 0 15px 30px;
}

.ft ul {
	padding: 30px 0 0 0;}

.ft li  {
	display: inline; 
	margin-left: 20px; 
	font-size:12px; 
}

footer a:link {
	text-decoration: none; 
	color:#ffffff;
}

footer a:visited {
	text-decoration: none;
	 color:#ffffff;
}

footer a:active {
	text-decoration: none;
	 color: #ffffff;
}
footer a:hover {
	text-decoration: underline; 
	color:#ffffff;
}




/*******************************************************/
/* NAVIGATION */
/*******************************************************/

@font-face {
    font-family: 'futura_bk_btbook';
    src: url('../fonts/tt0140m_.woff2') format('woff2'),
         url('../fonts/tt0140m_.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.hide-nav-mobile {
	display: none;
}

nav {
	background-image: url('../image/menubg.jpg');
	background-repeat: repeat-x;
	color: #ffffff;
	font-family: 'futura_bk_btbook';
	font-size: 14px;
	text-transform: uppercase;

}

nav a:link,
nav a:visited,
nav a:active{
	text-decoration: none; 
	color: #ffffff;
}

/* main over */
.nav > li > a:hover, 
.nav > li > a:focus {
	background-color: #494c56;
	color: #ffffff;
}

.nav .open > a:link,
.nav .open > a:visited,
.nav .open > a:active,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #494c56;
  color: #ffffff;
}

/*drop-down*/
.dropdown-menu {
	background-color: #494c56;
	color: #ffffff;
}

.dropdown-menu a:link,
.dropdown-menu a:visited,
.dropdown-menu a:active{
	text-decoration: none; 
	color: #ffffff;
}

.dropdown-menu a:hover {
	text-decoration: none; 
}

/* dropdown over */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #000000;
	background-color: #ffffff
}

.mean-container .mean-bar {
    background: #494c56;
    margin: 0 0 25px 0;
 }

.mean-container .mean-nav {
    background: #494c56;
}



/*******************************************************/
/* MEDIA QUERIES */
/*******************************************************/

img {
	max-width: 100%;
	max-height: auto;
}

/* IE 10+ VIEWPORT FIX */
@-ms-viewport { width: device-width;}
@viewport { width: device-width;}

/* WIDTH 1200 */
@media screen and (max-width: 1200px) {

	.button {
		max-width: 23%
	}

}


/* WIDTH 992 */
@media screen and (max-width: 992px) {
}


/* WIDTH 768 */
@media screen and (max-width: 768px) {

	.hide-nav-desktop {
		display: none;
	}


	.video-container {
    margin-bottom:20px;
	}

	.video-container iframe,
	.video-container object,
	.video-container embed {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}

	.button {
		max-width: 100%;
		margin: 0 0 20px 0;
	}

	.show-low {
		display: inline;
	}

	.hide-low {
		display: none;
	}

}