﻿/** cookie notice styling **/

#ExpandedCookieInformation #fp_cookieMessageCloseButton {
    border: 2px solid #b4bbc2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -pie-border-radius: 100%;
    border-radius: 100%;
    background: none;
    top: 10px;
    font-size: .75em;
    position: absolute;
    right: 10px;
    text-indent: -999em;
    width: 28px;
    height: 28px;
    overflow: hidden;
    z-index: 5;
}

#ExpandedCookieInformation #fp_cookieMessageCloseButton:after {
    content: '\e813';
    color: #b4bbc2;
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 200%;
    height: 100%;
    left: 0;
    line-height: 100%;
    position: absolute;
    width: 100%;
    top: 1px;
    text-align: center;
    text-indent: 0;
}

#fp_cookieMessageContainer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: black;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.15em;
    margin: 0 auto;
    padding: 15px 15px 5px 15px;
    position: relative;
    text-align: left;
    z-index: 5;
}

/* extra */

#fp_cookieMessageContainer {
    width: 100%;
}

#fp_cookieMessageContainer p {
    margin-top: 0;
    margin-right: 25px;
    margin-bottom: 10px;
}

#fp_cookieMessageContainer button {
	float:left;
  margin-left: 10px;
}

/** cookie notice expanded information styling **/
.cookieExpandedContainer {
 
}

.cookieExpandedContainer.active{
  	display:none;
  	position: fixed;
  	bottom:0;
    left:0;
  	height: 90%;
  	width: auto;
  	z-index: 4550;
    background-color:black;
  	padding: 50px;
    padding-right: 0px;
  	opacity: .88;
}

.cookieExpandedContainer_innerContent{
  color:white;
  overflow-x: hidden;
  overflow-y: scroll;
  width: auto;
  height: 90%;
  display: block;
}

.cookieExpandedContainer_innerContent table
{
    color:white;  
  	margin-top:30px;
    text-align: center;
}
.cookieExpandedContainer_innerContent th
{
  	text-align: center;
    font-size: 1.5em;
}

.cookieExpandedContainer_innerContent td
{
	padding: 5px 30px 10px 30px;
}

.cookieExpandedContainer_innerContent a
{
    color: #85a02e;
  	font-weight: 800;
}
#fp_cookieMessageContainer .pos-btn {
    float:right;
    font-size: 1.1em;
  	color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    margin-left: 10px;
    display: block;
    text-align: center;
    line-height: 2em;
    letter-spacing: 0.5pt;
    background: #347F51;
    width: 180px;
    padding: 10px 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    -o-transition: ease all 300ms;
    transition: ease all 300ms;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

#fp_cookieMessageContainer .neg-btn {
    float:right;
    font-size: 1.1em;
	color: #347F51;
    font-weight: 400;
    text-decoration: none;
	margin-left: 10px;
    display: block;
    text-align: center;
    line-height: 2em;
    letter-spacing: 0.5pt;
    background: #ffffff;
    width: 180px;
    padding: 10px 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    -o-transition: ease all 300ms;
    transition: ease all 300ms;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}
.pos-btn:hover {
    background: #6d851e;
}

.neg-btn:hover {
  	background: #ebebeb;
}

#fp_cookieMessageContainer a.link-btn {
    float:left;
    font-weight: 800;
    display: block;
    margin:0 10px;
    text-align: center;
    line-height: 2em;
    letter-spacing: 0.5pt;
    width: 180px;
    padding: 10px 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    -o-transition: ease all 300ms;
    transition: ease all 300ms;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}
/*Initial cookie notice*/
#fp_cookieMessageContainer .fp_cookieMessageBox
{
  float:left; 
  width:65%;
}

#fp_cookieMessageContainer .fp_cookieMessageButtons
{
  float:right;
  width:35%;
}
/*Subsequent cookie notice*/
#fp_cookieMessageContainer .fp_cookieMessageResultsBox
{
  float:left; 
  width:75%;
}

#fp_cookieMessageContainer .fp_cookieMessageFinalButtons
{
  float:right; 
  width:25%;
}

/* 
#fp_cookieMessageContainer button:after {
    content: '\e813';
    color: #b4bbc2;
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 200%;
    height: 100%;
    left: 0;
    line-height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
    text-indent: 0;
}*/

@media (max-width: 620px) {
  .cookieExpandedContainer_innerContent td
  {
    padding: 0px;
  }
  .cookieExpandedContainer_innerContent
  {
    padding-right:5px;
    height: 85%;
  }

}
/* 1024px Width */
@media (max-width: 1260px) {
  
  /** cookie notice styling **/

#ExpandedCookieInformation #fp_cookieMessageCloseButton {
    top: 25px;
}
  
  /*Initial cookie notice*/
  #fp_cookieMessageContainer .fp_cookieMessageBox
  {
    float:left; 
    width:100%;
  }

  #fp_cookieMessageContainer .fp_cookieMessageButtons
  {
    float:right;
    width:100%;
  }
  /*Subsequent cookie notice*/
  #fp_cookieMessageContainer .fp_cookieMessageResultsBox
  {
    float:left; 
    width:100%;
  }

  #fp_cookieMessageContainer .fp_cookieMessageFinalButtons
  {
    float:right; 
    width:100%;
  }
  #fp_cookieMessageContainer a.link-btn
  {
    float:none;
    width:100%;
    margin: 0px;
    
  }
  /*
  .cookieExpandedContainer_innerContent{
  width: 65%;
    height: 63%
}
  */
  #fp_cookieMessageContainer p
  {
  	  margin: 0px;  
	  text-align:center;
  }
  
  #fp_cookieMessageContainer .pos-btn {
      float:right;
      font-size: 0.8em;
      margin: 5px 0px 5px 0px;
      line-height: 2em;
      letter-spacing: 0.5pt;
      width: 100%;
      padding: 10px 0;
  }
    #fp_cookieMessageContainer .neg-btn {
      float:right;
      font-size: 0.8em;
      margin: 5px 0px 5px 0px;
      line-height: 2em;
      letter-spacing: 0.5pt;
      width: 100%;
      padding: 10px 0;
  }
}
/* (min-width: 1025px) and (max-width: 1754px) */
@media (min-width: 1260px) {
  /*Initial cookie notice*/
  #fp_cookieMessageContainer .fp_cookieMessageBox
  {
    float:left; 
    width:40%;
  }

  #fp_cookieMessageContainer .fp_cookieMessageButtons
  {
    float:right;
    width:630px;
  }
  /*Subsequent cookie notice*/
  #fp_cookieMessageContainer .fp_cookieMessageResultsBox
  {
    float:left; 
    width:45%;
  }

  #fp_cookieMessageContainer .fp_cookieMessageFinalButtons
  {
    float:right; 
    width:410px;
  }
  #fp_cookieMessageContainer a.link-btn
  {
    float:left;
    width:180px;
    
  }
  
  #fp_cookieMessageContainer p
  {
  	  margin: 0px;  
	  text-align:left;
  }
  
  #fp_cookieMessageContainer .pos-btn {
      float: left;
      font-size: 1em;
      margin: 0px 10px 0px 10px;
      line-height: 2em;
      letter-spacing: 1pt;
      width: 180px;
      padding: 10px 0;
  }
    #fp_cookieMessageContainer .neg-btn {
      float: left;
      font-size: 1em;
      margin: 0px 10px 0px 10px;
      line-height: 2em;
      letter-spacing: 1pt;
      width: 180px;
      padding: 10px 0;
  }
}

/* Close Button */




/* extra */

#fp_cookieMessageContainer button:after {
    top: -2px;
}

#fp_cookieMessageContainer a {
    color: white;
    text-decoration: underline;
}

@media only screen and (min-width: 760px) {
    #fp_cookieMessageContainer {
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -pie-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
    }  
}

.cookie-switch
{
 display:block;
  margin: 25px 0 50px 0;
}
.switch p
{
  margin-left: 100px;
  width:440px;
}
 
/* The switch - the box around the slider */
label.switch {
  position: relative;
  display: inline-block;
  float:left;
  width: 60px;
  height: 34px;
  font-size: 110%;
  font-weight: 300;
  margin-right: 20px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #85a02e;
}

input:focus + .slider {
  box-shadow: 0 0 1px #85a02e;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
