
#common .innerwrapper{
	max-width:1170px;
	width:100%;
	margin:0 auto;
	text-align: left;
	display: table;
}
.bottomcenter .innerwrapper_content{
	max-width:850px;
	width:80%;
	margin:0;
	text-align: justify;
	display: table-cell;
}
#common .cookie_settings{
	height:calc(100%);
	height:-moz-calc(100%);
	height:-webkit-calc(100%);
	vertical-align: middle;
	text-align: center;
}

#common .cookie_settings a > i{
	font-size:24px;
}
#common .cookie_accept{
	height:calc(100%);
	height:-moz-calc(100%);
	height:-webkit-calc(100%);
	vertical-align: middle;
	text-align: center;
	font-size:12px;
	margin:5px;
}

#common .cookie_accept a:hover{
	background:#81ba48;
}
#common .commonfadeanimation{
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
	opacity: 1;
}
.bottomright{
	width:450px;
	/*height:90px;*/
	bottom:20px;
	right:20px;
	padding:20px;
	position:fixed;
	border-radius: 7px;

	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.bottomright .innerwrapper {
	display: table-row !important;
}
.bottomright .innerwrapper_content{
	max-width:850px;
	width:100% !important;
	margin:0;
	text-align: justify;
	display: inline-block !important;
}
.bottomright .innerwrapper_settings{
	width: 100%;
	margin-top:10px;
}
.bottomright .innerwrapper_settings > div{
	display: inline-block !important;
	text-align:center;
}
.bottomright .cookie_accept a{
	padding:4px 50px !important;
	margin-right: 50px !important;
}
.bottomleft{
	width:450px;
	/*height:90px;*/
	bottom:20px;
	left:20px;
	padding:20px;
	position:fixed;
	border-radius: 7px;

	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.bottomleft .innerwrapper {
	display: table-row !important;
}
.bottomleft .innerwrapper_content{
	max-width:850px;
	width:100% !important;
	margin:0;
	text-align: justify;
}
.bottomleft .innerwrapper_settings{
	width: 100%;
	margin-top:10px;
}
.bottomleft .innerwrapper_settings > div{
	display: inline-block !important;
	text-align:center;
}
.bottomleft .cookie_accept a{
	padding:4px 50px !important;
	margin-right: 50px !important;
}

.bottomcenter{
	width:100%;
	/*height:90px;*/
	bottom:0px;
	position:fixed;
	text-align: left;
	padding:5px 0 ;
}

.topcenter .innerwrapper > div{
	display: table-cell;
}
.top div{
	padding-left: 10px
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.8;
	}
}
#common .heading{
	font-size:16px;
	margin-bottom: 0px;
}

.lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
  z-index:10000;
}
.lightbox-target h1, 
.lightbox-target h2, 
.lightbox-target h3, 
.lightbox-target h4, 
.lightbox-target h5,
.lightbox-target h6,
.lightbox-target p,
.lightbox-target li,
.lightbox-target label,
.lightbox-target .panel-title a{
	 font-family: 'Quattrocento Sans' !important;
}
.lightbox-target h6{
	font-size: 18px;
	margin-top: 30px;
}
.lightbox-target > div {
  margin: 100px auto;
  position: absolute;
  /*padding:10px;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 800px;
  width:100%;
  height:auto;
  background: #fff;
  /*border: 3px solid white;*/
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.lightbox-target .container{
	padding:0 !important;
}
.lightbox-target > div h3{
	font-size:26px;
	padding: 10px;
	border-bottom: 1px solid #b4b4b4;
	margin: 0px !important;
}
.lightbox-target > div > p{
	line-height:22px;
}
.lightbox-target > div h3 > span{
	font-size:70%;
	font-weight: 700;
}
a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top:0;
  right:0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}
.lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}
.lightbox-target:target a.lightbox-close {
  top: 0px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 18px;
}

.switch input {display:none;}

.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: 14px;
  width: 14px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.lightbox-target input:checked + .slider {
  background-color: #236192;
}

.lightbox-target input:focus + .slider {
  box-shadow: 0 0 1px #236192;
}

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

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

.slider.round:before {
  border-radius: 50%;
}
.lightbox-target .inner-container{
	/*margin: 0;
	height:calc(100%);
	width:100%;
	overflow-y: auto;	
	margin: 100px auto;*/
	/*border: 3px solid white;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);*/
	/*padding:10px;*/
	position: absolute;
	top: 57px;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 800px;
	width:100%;
	height:auto;
	background: #fff;
	box-sizing: border-box;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	overflow-y: auto;
	/*padding-bottom: 40px;*/
	
}

.lightbox-target ul.tabs{
	margin: 20px 0 0 0;
	padding: 0px;
	list-style: none;
	width:100%;
	position: relative;
    right: -1px;
}
.lightbox-target ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px 10px 0;
	cursor: pointer;
	width:100%;
	font-size:16px;
	text-align:right;
}
.lightbox-target ul.tabs li.current{
	background: #fff;
	color: #222;
	font-weight: 600;
	border-top:solid 1px #b4b4b4;
	border-right:solid 1px #fff;
	border-bottom:solid 1px #b4b4b4;
}
.lightbox-target ul.tabs li > i{
	font-size: 60% !important;
}
.lightbox-target .tab-content{
	display: none;
	width:70%;
	float:right;
	height:calc(100%);
	/*background:url("<?php echo plugin_dir_url(__FILE__).'/images/sovy-logo.png';?>") no-repeat;*/
}
.lightbox-target .tab-content > div{
	padding: 25px;
	height: calc(100%);
}

.lightbox-target .tab-content p{
	font-size:16px;
	line-height:28px;
	color:#000;
}
.lightbox-target .tab-content h5{
	color: #222 !important;
	padding-bottom: 10px;
	border-bottom: solid 1px #ededed;
	margin-top:30px;
}
.lightbox-target .tab-content h5:first-child{
	border-bottom: solid 1px #ededed;
	margin-bottom:10px;
	margin-top:0px;
}
.lightbox-target .tab-content h5 > span{
	float:right;
	font-size:80%;
	font-weight: 500
}
.lightbox-target .tab-content.current{
	display: inherit;
}
.lightbox-target .cookie_list_wrapper{
	overflow-y: auto;
	height: 100%;
	max-height: 350px;
}
.lightbox-target .tab-content .cookie_list{
}
.lightbox-target .tab-content .cookie_list li {
	list-style-type: circle;
	margin-bottom: 10px;
	font-size:16px;
	/*float:left;*/
	/*width:200px;*/
}
.lightbox-target .tab-content .cookie_list li p{
	margin:0 !important;
	font-weight: 300;
	color:#222;
	text-align: justify;
	padding-right:5px;
}
.lightbox-target .tab-content .cookie_list li p span{
	float:right;
}
.lightbox-target .active_label{
	padding-top:0px;
	margin:0 10px;
}
.lightbox-target .strictgreen{
	padding:0px 10px;
	color:#fff;
	background:#94ce5a;	
	border-radius: 5px;
	font-size:14px !important;
}
.lightbox-target .tab-content .toggle_switch{
	height:18px;
	margin-top:4px;
}
.lightbox-target .tab-content .cookies_used a{
	font-size: 16px;
}

.lightbox-target .panel-heading{
	background:#eaeaea;
}
.lightbox-target .panel-title{
	font-size:16px;
}
.lightbox-target .panel-title > a:focus, .lightbox-target .panel-title > a:active{
	color:#000;
}
.lightbox-target .tab-content .lightbox_options{
	text-align:right;
	margin-bottom:10px;
}
.lightbox-target .tab-content .lightbox_options a:hover{
	text-decoration:underline;
}
.lightbox-target .tab-content .lightbox_options .lightbox_takeaction{
	/*padding:7px 20px;
	background:#236192;
	color: #fff;*/
}
.lightbox-target .tab-content .lightbox_options .lightbox_readmore{
	/*padding:7px 20px;
	background:#eaeaea;
	color: #767676;*/
	margin-right:10px;
}
.lightbox-target .tab-content .action_form > div{
	clear:both;
	display: inline-block;
}
.lightbox-target .tab-content .action_form ul{
	list-style: none;
}
.lightbox-target .tab-content .action_form ul li{
	float: left;
	width:33%;
	min-width: 100px;
}
.lightbox-target .tab-content .action_form ul li label{
	font-weight: 400;
	text-transform: capitalize;
}
.lightbox-target .tab-content .form-elements{
	display: table;
	width:100%;
}
.lightbox-target .tab-content .form-elements select{
	height: 40px;
}
.lightbox-target .action_form label{
	font-size:16px
}
.lightbox-target .action_form input[type='text']{
	padding:4px 15px;
	font-size:14px;
}
.lightbox-target .action_form .error{
	border:solid 1px #ce8147;
}
.lightbox-target .takeactionform_loader{
	display:none;
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	background:rgba(255,255,255,0.8) url('/wp-includes/images/spinner-2x.gif') no-repeat center;
	background-size: 32px 32px
}
@media only screen and (max-width: 768px) {
	#common{
		padding:30px 10px 10px;
	}
	.bottomcenter .innerwrapper_content{
		max-width:850px;
		width:80%;
		margin:0;
		text-align: justify;
		display: table-row;
	}
}
@media only screen and (max-width: 425px) {
	#common{
		padding:20px 10px;
	}
	.bottomcenter .innerwrapper_content{
		max-width:850px;
		width:80%;
		margin:0;
		text-align: justify;
		display: table-row;
	}
	#common .innerwrapper .innerwrapper_settings{
		padding-top:20px;
	}
	#common .innerwrapper .innerwrapper_settings > div{
		width: 100% !important;
	}
}
