/* styling here */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700);
@import "../font-awesome.min.css";

@import "home.css";
@import "company.css";
@import "products.css";
@import "contacts.css";
@import "articles.css";

* {
	vertical-align: top;
}

html {
    margin: 0;
    padding: 0;
	font-family: "Open Sans", Arial, sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

img {
    border-style: none;
}

ul {}

a {
    text-decoration: none;
	-webkit-transition: all 200ms; /* For Safari 3.1 to 6.0 */
    transition: all 200ms;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway", Arial, sans-serif;
	font-weight: 400;
}

h3 {
	font-weight: 700;
}

/*.w1000 {
    width: 1000px;
}
.w500 {
	width: 500px;
}

.w70p {
	width: 70%;
}

.w50p {
	width: 50%;
}

.w30p {
	width: 30%;
}*/

.spacer30 {
	height: 30px;
}

.spacer45 {
	height: 45px;
}

.spacer60 {
	height: 60px;
}

.center {
    margin: 0 auto 0;
}

.db {
	display: block;
}

/*.dib {
    display: inline-block;
}*/

/* text align */
.taleft {
    text-align: left;
}

.tacenter {
    text-align: center;
}

.taright {
    text-align: right;
}

/* variables*/
.colorbase {
	color: #24336a !important;
}

.bgbase {
	background-color: #24336a !important;
}

/* spacers */
.spacer60 {
	height: 60px;
}

/* header */
header {
	min-height: 60px;
	padding: 15px 0 0;
	font-size: 9pt;
	background-color: white;
}

#mobile-button {
	color: #FFF;
	font-size: 25pt;
	padding: 5px 0px;
	width: 30px;
	margin: 0px auto;
	height: 35px;
	line-height: 30px;
}

#logo {
    width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

#logo img {
	width: 60%;
	vertical-align: middle;
}

#menu {
    width: 100%;
	background-color: #24336a;
}

#menu .taright {
	display: none;
}

#menu div {
	color: #fff;
	text-align: center;
}

#menu div span {
	font-size: 8pt;
	font-weight: 700;
	display: block;
	padding-top: 20px;
	padding-bottom: 15px;
}

#menu div span i {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	font-size: 11pt;
	margin-right: 5px;
}

#menu div a {
	color: #fff;
	line-height: 30px;
}

#menu div a#fb {
	font-size: 11pt;
	width: 30px; height: 30px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin-right: 15px;
}

#menu div a#fb:hover {
	color: #fff;
	background-color: #3a5795;
	border-color: #3a5795;
}

#menu div a#fb i {
	line-height: 30px;
}

#menu nav {
	font-weight: 700;
}

#menu nav a,
#menu nav span {
	min-height: 55px;
	display: block;
	line-height: 55px;
	color: #fff;
	padding: 0 20px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
}

#menu nav a:last-child {
	padding-right: 0;
}

#menu nav span {
	-webkit-transition: all 200ms; /* For Safari 3.1 to 6.0 */
	transition: all 200ms;
}

#menu nav span .submenu {
	display: none;
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
}

#menu nav span:hover .submenu {
	display: block;
}

#menu nav span .submenu a {
	display: block;
	color: white;
	padding: 0;
	width: 100%;
}

#menu nav span .submenu a:hover {
	background-color: #1b2759;
}

#header-2 {
	min-height: 220px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	text-transform: uppercase;
	text-align: center;
}

#header-2 h1 {
	font-weight: 700;
	display: inline-block;
	margin: 0;
	padding: 55px 0 0;
}

#header-2 h2 {
	border-bottom: 2px solid white;
	display: inline-block;
	margin: 0px 20px;
	padding: 0 0 30px;
	color: white;
	font-weight: 400;
	font-size: 16pt;
}

ol.bjqs-markers.h-centered {
	display: none;
}

/* footer */
footer {
	font-size: 10pt;
	background-color: #26336a;
	color: white;
	padding: 60px 0 0;
}

footer .column {
	display: block;
	width: calc(100% - 40px);
	padding: 0 20px;
}

footer .column .spacer45 {
	display: none;
}

footer .column .logo {
	height: 45px;
	max-width: 100%;
}

footer a {
	color: white;
}

footer a#facebook {
	color: white;
	font-size: 36pt;
}

footer #rights {
	background-color: rgba(0,0,0,0.2);
	color: white;
	font-size: 9pt;
	minheight: 40px;
	line-height: 20pt;
	margin-top: 30px;
	padding: 10px 20px;
}

footer #rights .taright {
	text-align: center;
	padding-top: 20px;
}

/* other elements */
#stick {
	width: 70px;
	height: 3px;
	display: block;
	border-radius: 3px;
}

img.grayscale {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
filter: none;
-webkit-filter: grayscale(0%);
}
