@font-face {
  font-family: 'gothic';
  src: url('../fonts/gothic.eot');
  src: local('gothic'), 
       url('../fonts/gothic.woff') format('woff'), 
       url('../fonts/othic.ttf') format('truetype');
}
@font-face {
      font-family: 'wfont';
      src: url('../fonts/wfont/font/wfont.eot?24457390');
      src: url('../fonts/wfont/font/wfont.eot?24457390#iefix') format('embedded-opentype'),
           url('../fonts/wfont/font/wfont.woff?24457390') format('woff'),
           url('../fonts/wfont/font/wfont.ttf?24457390') format('truetype'),
           url('../fonts/wfont/font/wfont.svg?24457390#wfont') format('svg');
      font-weight: normal;
      font-style: normal;
    }
@font-face {
	font-family: 'Raleway-Regular';
	src: url('../fonts/Raleway-Regular.eot');
	src: local('☺'), 
	     url('../fonts/Raleway-Regular.woff') format('woff'), 
	     url('../fonts/Raleway-Regular.ttf') format('truetype'), 
	     url('../fonts/Raleway-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Thin';
	src: url('../fonts/Raleway-Thin.eot');
	src: local('☺'), 
	url('../fonts/Raleway-Thin.woff') format('woff'), 
	url('../fonts/Raleway-Thin.ttf') format('truetype'), 
	url('../fonts/Raleway-Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'Raleway-ExtraBold';
  src: url('../fonts/Raleway-ExtraBold.eot');
  src: local('0'),
    url('../fonts/Raleway-ExtraBold.woff') format('woff'),
    url('../fonts/Raleway-ExtraBold.ttf') format('truetype'),
    url('../fonts/Raleway-ExtraBold.svg') format('svg');
  font-weight: 800;
  font-style: normal;
}
body {
  background: #F3F3F3 !important;
  color: #303C6C !important;
  font-family: 'gothic' !important;
  font-size: 20px !important;
  line-height: 1.6;
}
/*-----------------------------------------*\
  HEADER
\*-----------------------------------------*/
.headercontainer{
  width: 100%;
  margin: auto;
  background-color: #B4DFE5;	
}
.headerrow, .mainrow{
  width: 768px;
  display: block !important;
  margin: 0 auto;	
}
.headerpic{
	width:500px;
}
.headerbuttons{
  width: 100%;
  margin: auto;
  background-color: #303C6C;
  height: 80px;
  padding-top: 8px;	
}
.mainbutton{
  padding: 3px 10px;
  background-color: #F39063 !important;
  border-radius: 5px;
  border-color: #F39063 !important;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 4px solid;
  line-height: 1.5;
  color: #fff !important;
  margin-top: 10px;
  margin-right: 10px;
  float: right;
  text-transform: uppercase;
  font-weight: 600;	
}
.mainbutton:hover{
  color: #303C6C !important;     
}
.mainh3 h3{
  margin-bottom: 10px;
}
/*-----------------------------------------*\
  MAIN
\*-----------------------------------------*/
.pagetitle h3{
	font-size: 30px;
	color: #303C6C;
}
.pagecontent{
	font-size: 20px;
	text-align: justify;
}
#carousel {
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  width: 768px;
}
.carousel-slide {
  position: relative;
  border: 10px solid transparent;
  color: #888;
  float: left;
  font-size: 20px;
  height: 256px;
  width: 256px;
}
.carousselimage-container {
  width: 100%;
  overflow: hidden;
}
.products-subtitle{
  padding: 10px;
}
.subtitle-span{
  color: #303C6C !important;
  font-family: 'gothic' !important;
  font-size: 26px !important;
  font-weight: 700; 
} 
.products-subtitle h3{
  color: #303C6C !important;
  font-size: 26px !important;
  margin-top: -10px !important;
  margin-bottom: 0px !important;
  text-align: left !important;
  font-weight: 600;
}
.products-subtitle h3 span{
  color: #000 !important;
  font-size: 48px !important;  
}
.products-subtitle p {
    font-size: 20px !important;
    line-height: 1.3;
    color: #000;
  }
.product-content{
  color: #555;
  font-size: 18px;
  font-family: Times;
} 
.product-content img{
  width: 100%;
}
.product-content h2{
  color: #e6772e;
  font-size: 36px;
  font-family: Times; 
  line-height: 1.3; 
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 1rem;
  position: relative;    
  border-bottom-color: rgba(230, 119, 46, 0.3);
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.product-content h2::after{
  content: "";
  display: block;
  height: 0.4rem;
  left: 50%;
  margin-left: -2rem;
  margin-top: -0.2rem;
  position: absolute;
  top: 100%;
  width: 4rem; 
  background-color: #e6772e; 
}
.product-content h3{
  color: #329A9A;
  font-size: 24px;
  font-family: Times; 
  line-height: 1.1;     
  text-align: center;
  margin-bottom: 20px;
  margin-top: -28px;
}
.productimage-container {
    width: 100%;
    overflow: hidden;
}
.productimage {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}
.productimage:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1); 
}
.pricebox{
  background-color: #0c4e86;
  top: 12px;
  color: #fff;
  font-weight: 500;
  padding: 3px 10px;
  position: absolute;
  right: 12px;
  z-index: 5;
  border-radius: 3px;
}
.titlebox{
  top: 110px;
  color: #000 !important;
  position: absolute;
  font-size: 22px !important;
  background-color: rgb(255,255,255,0.6);
  width: 100%;
  text-align: center;
}
.subtitlebox{
  top: 200px;
  color: #a31e04 !important;
  position: absolute;
  left: 20px;
  font-size: 14px !important;
  font-family: Times;
}
.themebox{
  background-color: rgba(255,255,255,0.8);
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 29px 0px 0px 29px;
  border: 3px solid rgba(255,255,255,0.0);
  font-size: 20px;
  font-weight: 700;
  color: #EEB250;	
}
.startbox{
  background-color: rgba(48,60,108, 1);
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 29px 0px 0px 29px;
  border: 3px solid rgba(255,255,255,0.0);
  font-size: 36px;
  font-weight: 700;
  color: #EEB250;	
}
.startbox.light{
  /*background-color: rgba(48,60,108,0.8);*/
  font-size: 20px;	
}
.startbox.orange{
  background-color: rgba(243,144,99,1);
  color: white;
  font-size: 20px;	
}
footer{
  background-color: #B4DFE5;
  text-align: center;
  color: #303C6C;
  line-height: 1.3;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 160px;	
}
.simplelogo{
	width: 482px;
}

@media only screen and (max-width: 768px){
.simplelogo{
	width:100%;
}
.headerrow, .mainrow{
	width: 100%;
}
.mainrow p{
	margin-left:10px;
}
.headerpic{
	width:100%;
}
.headerbuttons{
	height:auto;
	padding-bottom:15px;
	padding-left:20px;
}
.mainbutton{
	width:100%;
	}
.pagecontent{
	margin:10px;
}	
.pagetitle{
	margin-left:10px;
}	
}