/* CSS for Content Plugin By Genius
*	Author: Hassan
*	Dated: 05-July-2016
*/
.clear {
    clear: both;
}
.conpol-main-area {
    background: #0fc3af none repeat scroll 0 0;
}
.conpol-container {
    padding: 45px;
}
.conpol-headline > h1 {
	color: white !important;
    border-bottom: 2px solid #FFF;
    font-size: 20px !important;
    font-weight: bold;
    margin-bottom: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    max-width: 250px;
    padding-bottom: 10px;
    text-align: center;
}

.conpol-headline > h2 {
	color: white !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    text-align: center;
    padding-bottom: 4px;
}

.radio-buttons-holder {
    margin: 0 auto;
    max-width: 358px;
}

.radio-buttons-holder label {
    float:left;
    width:170px;
    margin:4px;
    background-color:#0c9d8d;
    overflow:auto;
    margin-bottom: 31px;
	color: white; 
}
.radio-buttons-holder label:hover {
	cusor: pointer;
	background-color:#0FC3AF;
    color: #FFF;
	border: 2px solid #FFFFFF;
}

.radio-buttons-holder label span {
    text-align:center;
    font-size: 20px;
    padding:13px 0px;
    display:block;
}

.radio-buttons-holder label input {
    position:absolute;
    top:-1px;
	visibility: hidden;
}

.radio-buttons-holder input:checked + span {
    background-color:#0FC3AF;
    color: #FFF;
	border: 2px solid #FFFFFF;
}

.conpol-email-class {
    color: gray;
    font-size: 12px;
    margin-left: 15px;
    margin-top: 10px;
    position: absolute;
}

.conpol-email-holder > input {
    height: 80px !important;
    font-size: 20px !important;
	width: 100% !important;
    padding: 25px 15px 2px !important;
	background-color: white !important;
}

.conpol-submit {
    border: 2px solid #0c9d8d;
	background-color: #0c9d8d;
    padding: 15px;
    text-align: center;
	color: white;
	margin-top: 15px;
}
.conpol-submit:hover {
	background-color: #0FC3AF;
	color: #0c9d8d;
	cusor: pointer;
	cursor: hand;
}
.show-err-msg {
	display: none;
	color: white;
    margin: 0 !important;
    text-align: center;
}
.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
    fill: #0C9D8D !important;
}
.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
    fill: #12E9D1 !important;
}
.ct-label {
    fill: rgba(255,255,255,1) !important;
    color: rgba(0,0,0,.4);
    font-size: 20px !important;
}
.shake-it-baby {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@media all and (max-width: 640px) {
.conpol-email-class {
    color: white;
    font-size: 10px;
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
}
.conpol-email-holder > input {
    height: 50px;
    padding: 5px !important;
}	
.radio-buttons-holder label {
	width: 46% !important;
	margin-bottom: 5px;
}
}