@CHARSET "UTF-8";

/* --------------------------------------- */
/*  globals								   */
/* --------------------------------------- */


/* colors */

.colorGrayWhite {
	color: #484848;
	background-color: #FFF;
}

.bgGray {
	background-color: #DFDFDF;
}

.redtext {
	color: #b81f19;
}

.redborder {
	border: solid 1px #b81f19;
}

/* width */

.ocspFullWidth {
	width: 100%;
}

.ocspPageWidth {
	margin: 0 auto;
}


.ocspPageWidth {
	max-width: 980px;	
}

.pageWrapperCol {
	padding: 0;
}

input[type="submit"] {
	font-size: 0.88em;
	font-weight: 400;
	color: #F5F6F6;
	background-color: #1761A8;
	 
	margin: 0 auto;
	border: none;	
	padding: 0.8em;
	float: none;
}

input[type="submit"]:hover {
	background-color: #a4aeb9;
}

/* ---------------------------------------- */
/* body										*/
/* ---------------------------------------- */

/*
body {
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300;
	font-size: 1.2em;
	background-color: #F5F6F6;  	
	color: #65676F;
}
*/

body {
	font-family: Helvetica,calibri,Arial,sans-serif;
	font-size: 1em;
}

/* ---------------------------------------- */
/* navigation								*/
/* ---------------------------------------- */

/* @see http://webdesign.tutsplus.com/articles/how-to-customize-the-foundation-4-top-bar--webdesign-14675 */


.navigation-area { 
	background-color: #b81f19;
    font-size: 1.4em;
    line-height: 1.4em;
    font-family: 'Roboto Condensed';
    margin-top: -40px;	
}



/** Changes background color, height and margin of the border **/
.top-bar {
    background-color: #b81f19;
    border: none;
    font-weight: 400;
    height: 46px;
    margin: 0 -2px;
}

.top-bar .name {
	background-color: #918f90;
}
 
/** Removes black background on menu bar **/
.top-bar-section ul {
	background: #b81f19;  	  
}
 
/**
 * firstlevel submenu mouseover
 */  
.top-bar-section ul li:hover > a {
	background: #b81f19;
	color: #F8F8F8;
} 
 
.top-bar-section li a:not(.button) {
	color: #fff;
	background: none;	
}

.top-bar-section li a:not(.button):hover {
    background: #fff;
    color: #b81f19 !important; 
}

/** Changes the active menu item from default black to a gradient **/
/** Changes the hover state of non active menu items **/

.top-bar-section ul li.active > a, 
.top-bar-section li:hover a
{	
    background: none;
    color: #C8C8C8;
}

.top-bar-section ul li.has-dropdown:hover a,
.top-bar-section ul li.active:hover > a 
{
	color: #fff;
} 

 
/** Changes non active menu items text color to black **/
.top-bar-section ul li > a {
    color: #C8C8C8;
}
  
/** IMPORTANT fill for the ul dropdown container **/
.top-bar-section ul.dropdown,
.top-bar-section ul.dropdown li a:not(.button)  {
    background-color: #b81f19;
    color: #fff;
}

/** Changes the hover state of dropdown menu items **/
.top-bar-section ul.dropdown li a:hover:not(.button) {
	background-color: #F8F8F8;
	color:  #b81f19; 
} 

li.ocspMenuHome {
	font-size: 2em;
}

div.ocspLogo{
	float: right;
}

/* ---------------------------------------- */
/* page main								*/
/* ---------------------------------------- */


div.maintop {
	background-color: #dfdfdf;
}

div.chapterWrapper {
	padding: 5px;
}

#pageContentRow {
	min-height: 400px;
}

#pageContentRow div.ocspPageWidth {
	background-color: #fff;
}

/* ---------------------------------------- */
/* template slider							*/
/* ---------------------------------------- */
	
div.orbitSliderOuterWrapper {
	padding: 0;
	margin: 20px 0;
}

.orbit-container {
	background-color: #dfdfdf;
}

div.orbitSliderImage {
	padding: 0;
}

div.orbitSliderImage img {
	/*width: 100%;  */
	max-width: 100%;
	margin: auto;
}

li.ocspOrbitSliderImage {
	margin: 0;
	border: none;
	padding: 0;
	
	width: 100%;
	
}

img.ocspOrbitSliderImage {
	width: 100%;
}


/* ---------------------------------------- */
/* page title								*/
/* ---------------------------------------- */

div.pagetitle {	
	clear: both;
	margin: 0;
	padding: 0 0 5px 0;
	background-color: #fff;
}

h1.pagetitle {
	font-size: 4em;
	color: #d0d0d0;
	font-style: italic;
	margin: 0 0 15px 0;
	line-height: 1.2em; 
}

/* ---------------------------------------- */
/* shootingbox 								*/
/* ---------------------------------------- */

div.shootingtop {
	font-size: 0.8em;
	padding: 5px 0 10px 0;
	border: none;
	border-bottom: solid 2px #b81f19;
	margin: 5px 0 10px 0;
}

h2.shootingtop {
	font-size: 1.1em;
}

div.shootingProdWrapper {
	margin-top: 5px;
	padding: 10px 0 0 0;
	border: none;
	
	padding-bottom: 5px;
	margin-bottom: 5px;
	
	width: 100%;
	clear: both;
}

div.shootingProdWrapperLine {
	border-bottom: dotted 1px #b81f19;	
}

div.shootingProdIcon {
	color: #b81f19;
}

h3.shootingProdName {
	margin-top: 0;
	color: #b81f19;
}

div.shootingProdPrice {
	color: #b81f19;
	font-size: 1.5em;
	line-height: 1.8em;
	margin-top: 5px;
	text-align: right;	
}

div.shootingProdIcon,
div.shootingProdDesc {
	font-size: 0.75em;
} 

#pageContentRow div.shootingProdRow {
	margin-bottom: 15px;
}

div.shootingProdDesc p,
div.shootingProdIcon p {
	margin-bottom: 0.2em;
}

div.shootingProdDesc ul {
	list-style-type: none;
	margin-bottom: 1px;
}	

div.shootingProdImg {
	padding: 10px 0;
}

/* ---------------------------------------- */
/* redbox 									*/
/* ---------------------------------------- */

div.redbox {
	-webkit-box-shadow: 7px 7px 20px -10px rgba(0,0,0,0.9);
	-moz-box-shadow: 7px 7px 20px -10px rgba(0,0,0,0.9);
	box-shadow: 7px 7px 20px -10px rgba(0,0,0,0.9);
	
	background-color: #b81f19;
    color: #fff;
    
    margin: 5px 10px 25px 10px;
   	padding: 10px 15px;
   	float: left;
}

div.redboxsubpage {
	width: 100%;
	color: #FAFAFA;
	font-size: 0.8em;
}

div.redboxsubpage h1 {
	font-size: 1.6em;
	text-align: right;
	color: #FAFAFA;
}

div.redboxsubpage h2 {
	font-size: 1.4em;
	text-align: right;
	color: #FAFAFA;
}

div.redboxsubpage h3 {
	font-size: 1.2em;
	text-align: right;
	color: #FAFAFA;
}

div.redboxwysiwyg {
	margin: 0 3px;
	padding: 0 10px;
}

div.redboxwysiwyg ul {
	list-style-type: circle;
	padding-left: 10px;
}

div.redboxwysiwyg li {
	margin: 10px 0;
}



img.redboxImg {
	width: 100%;
	margin-top: -15px;
}

div.redboxTextWrapper {
	margin-top: 5px;
}



div.redboxTextLeft {
	font-size: 1.6em;
	float: left;
}

div.redboxTextRight {
	font-size: 1.2em;
	float: right;
	font-weight: bolder;
}


div.redboxTextLeft>a,
div.redboxTextRight>a {
	color: #fff;
}

/* ---------------------------------------- */
/* templates with image & text blocks		*/
/* ---------------------------------------- */

div.ocsp2colImgTextWrapper {
	padding: 0.88em;
}

h1.ocsp2colImg {
	font-weight: 700;
	font-size: 1.4em;
	color: #fff;
	line-height: 1.45em;
	margin: 0 0 0.5em;
	padding: 0 0.3em;
}

h2.ocsp2colImg {
	font-weight: 300;
	font-size: 1.4em;
	color: #fff;	
	line-height: 1.45em;
	margin: 0.3em 0 0 0;
	padding: 0 0.3em;
}

div.ocsp2colImg {
	font-weight: 300;
	font-size: 0.88em;
	color: #fff;	
	line-height: 1.1em;
	margin: 0;
	padding: 0 0.3em;
	width: 100%;
	flaot: left;
}

div.ocsp2colImg>p {
	margin: 0.2em 0;
	padding: 0;
}

img.ocsp2colImg {
	width: 100%;
}

img.ocsp2colImgFloatLeft {
	max-width: 33%;
	margin: 0 2em 2em 0;
	float: left;
}

img.ocsp2colImgFloatRight {
	max-width: 33%;
	margin: 0 0 2em 2em;
	float: right;
}

img.gridImgLeft {
	margin: 0 5px 5px 0;
	bordern: none;
	padding: 0;
	float:left;
	max-width: 50%
}

img.gridImgRight {
	margin: 0 0 5px 5px;
	bordern: none;
	padding: 0;
	float:right;
	max-width: 50%
}

img.gridImgFullSize {
	margin: 0 0 5px 0;
	bordern: none;
	padding: 0;
	float: left;
	width: 100%
}

div.ocspNoSpaces>ul,
div.ocsp2colImg>ul {
	margin-left: 0.8em;
}

/* ---------------------------------------- */
/* gridcontent								*/
/* ---------------------------------------- */

div.staffwrapper {
	margin: 5px 0 15px 0;
	border-top: solid 10px #b81f19;
	padding: 0 5px;
	margin-bottom: 0.5em;
}

div.staff {
	
}

p.staffname {
	font-size: 0.7em;
	font-weight: bolder;
	margin: 0 auto;
}

img.partnerlogo {
	border: solid 1px #1A1A1A;
}

p.partnername {
	border-bottom: solid 1px #1A1A1A;
	font-size: 0.9em;
}

/* ---------------------------------------- */
/* footer									*/
/* ---------------------------------------- */

.footer-area {
	color: #fff;
	background-color: #b81f19;
	
	width: 100%;
	min-height: 30px;
	
	margin: 0;
	border: none;
	padding: 10px 0;
	
}

div.footer-address {
	font-size: 0.7em;
	text-decoration: none;
	line-height: 1.2em;	
	font-style: normal;
	margin-top: 5px !important;
}

.footer-navi {
	margin-top: 15px !important;
	font-size: 0.8em;
}

.footeraddressvalues {
	cursor: pointer;
}

.footer-navi ul {
	list-style-type: none;
}

.footer-navi li {
	float:left;
	padding: 0 3px;
	font-size: 1em;
}

.footer-navi li>a {
	color: #fff;
}


div.overlay {
	background-color: #fff;
	padding: 10px;
}

div.overlay .infoLayerClose {
	text-align: right;
}


div.phshopbtn {
	padding: 20px;
}

/* ---------- shop buttons ---------- */
div.phshopbtn {
	padding: 20px;
	text-align: center;
}

a.phshopbtn img {
	border: solid 1px #b81f19;
}
