*{
  margin: 0;
  padding: 0;
}

body{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 25px;
  color:#555;
}
body.purple{
  background-color: #31386e;
}
.white{
  background-color:#FFF;
}
img{
  border: 0;
  max-width:100%;
}

a{
  text-decoration: none;
  cursor:pointer;
  color: #31386e;
  font-weight:500;
  transition:.7s color;
}
a:focus{
  outline: none;
}
a:hover{
  color: #EE9F26;
  transition:.3s color;
}

h1,h2{
  color:#31386e;
  font-weight:300;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}


h3{
  color:#31386e;
  font-weight:300;
  font-size: 25px;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 10px;
}


p{
  margin-bottom: 20px;
}

ul, ol{
  margin: 0 0 15px 30px;
}

.container{
  margin: 0 auto;
  width: 98%;
  max-width: 1300px;
}
.clear{ clear:both;}

.header{
  position:fixed;
  z-index:5;
  top:0;
  left:0;
  width:100%;
  background-color:#31386e;
  border-bottom: 5px solid #EE9F26;
  height:60px;
  line-height:65px;
}
.header h1{
  float:left;
  padding-top:5px;
}
.header h1 img{
  height: 50px; 
}

.header ul{
  list-style-type:none;
  margin: 0;
  text-align:right;
}
.header ul li{
  display:inline;
}
.header ul li a{
  display:inline-block;
  color:#FFF;
  text-transform:uppercase;
  font-size: 16px;
  font-weight:300;
  padding: 0 15px;
  transition:1s background-color;
}
.header ul li a:hover{
  background-color:rgba(255,255,255,.1);
  transition:.3s background-color;
}
.header ul li a.current{
  background-color:rgba(255,255,255,.3);
  font-weight:500;
}

.topbreak{
  height: 100px;
}

.sidebar{
  float:left;
  width:291px;
}

.sidebar ul{
  list-style-type:none;
  margin:0;
  background-color:#f1f1f1;
  border-radius: 30px 0 30px 0;
  padding: 50px 0;
}
.sidebar ul li:first-child a{
  border-top:1px solid #FFF;
}
.sidebar ul li a{
  display: block;
  border-bottom: 1px solid #FFF;
  border-left: 5px solid #f1f1f1;
  padding: 10px 20px;
  text-transform:uppercase;
  font-size: 16px;
  font-weight:300;
  color:#333;
  transition: 1s border;
}
.sidebar ul li a:hover{
  border-left: 5px solid #31386e;
  transition: .3s border;
}
.sidebar ul li a.current{
  border-left: 5px solid #EE9F26;
  font-weight:500;
}

.sidebar .partners{
  margin-top: 20px;
}
.sidebar .partners a{
  display:block;
  margin-bottom:20px;
  opacity: .3;
  filter: grayscale(100%);
  transition: 1s opacity, 2s filter;
}
.sidebar .partners a img{
  max-width:50%;
}
.sidebar .partners a:hover{
  opacity: 1;
  filter: grayscale(0);
  transition: .3s opacity, .3s filter;
}
.main{
  margin-left: 350px;
}


.footer{
  margin-top:60px;
  background-color:#31386e;
  border-top: 5px solid #EE9F26;
  color:#FFF;
  text-align:right;
  padding: 10px 0;
}
.footer .left{
  float:left;
  text-align:left;
}
.footer a{
  color:#FFF;
  margin-left: 25px;
}

.formlabel{
  font-size: 11px;
  line-height:13px;
  text-transform:uppercase;
  margin-top: 15px;
  margin-bottom: 2px;
}
.input, .textarea, .select{
  box-sizing:border-box;
  width:100%;
  max-width: 600px;
  padding: 10px 15px;
  border: 1px solid #CCC;
  border-radius: 10px 0 10px 0;
  background-color:#f1f1f1;
  font-family:arial;
  font-size:15px;
}
.textarea{
  height:120px;
}

.button{
  background-color:#31386e;
  color:#FFF;
  font-family: 'Roboto', sans-serif;
  font-weight:300;
  text-transform:uppercase;
  font-size:16px;
  padding: 10px 30px;
  border-radius: 10px 0 10px 0;
  border:0;
  cursor:pointer;
  transition:.7s background-color;
}
.button:hover{
  background-color:#EE9F26;
  transition:.3s background-color;
}



.note{
  background-color: #53AC67;
  color:#FFFFFF;
  padding: 10px 40px;
  border-radius: 5px;
  border-radius: 10px 0 10px 0;
  font-size: 16px;
  font-weight:300;
  line-height: 25px;
  text-align:center;
}


.downloads{

}
.download{
  display: block;
  background-color:#f1f1f1;
  border-radius: 10px 0 10px 0;
  padding: 10px;
  margin-bottom: 10px;
  color:#333;
}
.download i{
  color: #31386e;
  transition:.7s color;
}
.download:hover i{
  color: #EE9F26;
  transition:.3s color;
}


.product{
  display: block;
  float: left;
  width: 30%;
  box-sizing:border-box;
  border-radius: 20px 0 20px 0;
  overflow:hidden;
  margin-bottom: 45px;
  position:relative;
  border: 5px solid #FFF;
  box-shadow: -1px 1px 10px #666;
}
.product:nth-child(3n+2){
  margin-left: 5%;
  margin-right: 5%;
}
.product img{
  display:block;
  width:100%;
}

.product .title{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  box-sizing:border-box;
  padding: 10px;
  background-color: rgba(70,74,110,.5);
  color:#FFF;
  text-align:center;
  transition:.7s background-color;
}
.product:hover .title{
  background-color: rgba(70,74,110,.9);
  transition:.3s background-color;
}

.productphoto{
  float:right;
  margin: 0 0 20px 20px;
  max-width: 40%;
}


.order img{
  width: 80px;
}

.order tr:nth-child(2n+2) td{
  background-color:#f7f7f7;
}


.breadcrumbs{
  color:#666;
  font-size: 12px;
  float:right;
}
.breadcrumbs .current{
  font-weight:bold;
}

.contact td{
  padding: 0 5px 5px 0;
}

.mobileonly{ display:none; }
