/*
Theme Name: pinco-up.ca
*/

/* NULL */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}

[hidden] {display: none;}
.none, .hidden, .on980, .on760, .on320, .only980, .only760 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right { float: right; }
.alignleft, .left { float: left; }
.center { text-align: center; }
.centered, .aligncenter {
	display: block;
	margin: 0 auto;
	}

img.alignright, img.right {
	margin: 0 0 7px 20px;
	display: inline;
	}
img.alignleft, img.left {
	margin: 0 20px 7px 0;
	display: inline;
	}
a img {
	border: none;
	}
img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */


body {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-family: "Roboto", sans-serif;
    background: #00120E;
	text-align: center;
	}

.wrap {
	max-width: 94%;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-family: "Roboto", sans-serif;
	}

a {
	color: #FEA900;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #FEA900;
	text-decoration: underline;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 30px 0;
	}
	
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #fff;
	font-weight: bold;
	}
h1, .h1, .title{
    font-size: 30px;
    line-height: 34px;
	}
h2, .h2{
	font-size: 28px;
	line-height: 32px;
	}
h3, .h3{
	font-size: 26px;
	line-height: 30px;
	}
h4, .h4{
	font-size: 24px;
	line-height: 28px;
	}
h5, .h5{
	font-size: 22px;
	line-height: 26px;
	}
h6, .h6{
	font-size: 20px;
	line-height: 24px;
	}
	
	

.entry ul, ul.list {
	padding: 0 0 0 15px;
	list-style: none;
	font-weight: 600;
	font-size: 17px;
	}

.entry ol, ol.list {
	padding: 0 0 0 25px;
	list-style: none;
	font-weight: 600;
	font-size: 17px;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 0 0 14px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	display:block;
	padding: 0 0 14px 25px;
	background: url('images/marker.svg') no-repeat 0 6px;
	background-size: 12px auto;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 30px 20px 30px 70px;
	background: rgba(78, 93, 134, .3) url('images/blockquote.svg') no-repeat 25px center;
	background-size: 25px auto;
	border-left: 0 solid #ddd;
	border-radius: 6px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}	



.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #959596;
	border-left: 1px solid #959596;
	}

.table tr th, .entry table tr th{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	background: #f4f4f4;
	padding: 8px 10px;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 8px 10px;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.grid {
	clear: both;
	*zoom: 1;
	}
.grid:after {
	content: "";
	display: table;
	clear: both;
	}
[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	}
.col-1-8 {
	width: 12.5%;
	}
.col-1-4 {
	width: 25%;
	}
.col-1-3 {
	width: 33.33%;
	}
.col-1-2 {
	width: 50%;
	}
.col-2-3 {
	width: 66.66%;
	}

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 15px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 40px;
	padding: 10px 20px;
	border: 1px solid #FF2301;
	background: #FF2301;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	border-color: #E02911;
	background-color: #E02911;
	color: #fff;
	text-decoration: none;
	}

.form_sub .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */


/* HEADER */

header {
	margin: 10px 0 10px 0;
	padding: 10px;
	background: linear-gradient(90deg, #1a4d3a, #0d2818);
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	}

.header_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	}

.logo{
	padding: 0 20px 0 0;
	width: 90px;
	}
.logo img{
	vertical-align: bottom;
	}

.main_nav{
	}
.main_nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	}
.main_nav li{
	display: block;
	padding: 0 15px;
	}
.main_nav li a{
	display: block;
	padding: 5px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	}
.main_nav li a:hover, .main_nav li.active a{
	color: #FEA900;
	text-shadow: 0 0 10px rgba(254,169,0,.7), 0 0 6px rgba(254,169,0,.5), 0 0 10px rgba(254,169,0,.7);
	}


.adapt_menu{
	position: relative;
	display: none;
	width: 22px;
	height: 14px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	margin: 0 0 0 20px;
	}
.adapt_menu span{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 3px;
	transition: all .2s ease-in-out;
	}
.adapt_menu span:nth-child(2){
	top: 6px;
	width: 11px;
	}
.adapt_menu span:nth-child(3){
	top: 12px;
	width: 18px;
	}
.adapt_menu.adapt_menu_active span{
	top: 6px;
	width: 100%;
	background: #9d0c35;
	}
.adapt_menu.adapt_menu_active span:nth-child(1){
	transform: rotate(45deg);
	}
.adapt_menu.adapt_menu_active span:nth-child(2){
	opacity: 0;
	}
.adapt_menu.adapt_menu_active span:nth-child(3){
	transform: rotate(-45deg);
	}

.top_icon{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 0 auto;
	}

a.top_icon_log{
	display: block;
	border-radius: 5px;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	font-weight: 500;
	padding: 5px 15px;
	text-decoration: none;
	background-color: rgba(78, 93, 134, .3);
	}
a.top_icon_log:hover{
	background-color: #1f2747;
	}

a.top_icon_reg{
	margin: 0 0 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	border-radius: 5px;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	font-weight: 500;
	padding: 5px 15px;
	text-decoration: none;
	background: #FF2301;
	}
a.top_icon_reg:hover{
	background: #E02911;
	}
a.top_icon_reg:before{
	content: "+";
	display: block;
	margin: 0 6px 0 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-image: linear-gradient(210deg, hsla(0, 0%, 100%, 0) 25%, hsla(0, 0%, 100%, .06) 48%, #fff 133%);
	border-radius: 100%;
	transition: all 0.3s 0.02s ease;
	}
a.top_icon_reg:hover:before{
	transform: scale(1.2);
	}


.header_bottom{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 30px 0;
	}
.bot_icon{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
a.bot_icon_bonus1{
	position: relative;
	display: block;
	border-radius: 5px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-weight: 500;
	padding: 4px 15px 4px 45px;
	text-decoration: none;
	background: #FF2301;
	}
a.bot_icon_bonus1:hover{
	background: #E02911;
	}
a.bot_icon_bonus1:before{
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	display: block;
	width: 45px;
	height: 36px;
	background: url('images/free_money.webp') no-repeat center;
	background-size: auto 36px;
	transition: all 0.3s 0.02s ease;
	}
a.bot_icon_bonus1:hover:before{
	transform: translateY(-50%) scale(1.15);
	}

a.bot_icon_bonus2{
	position: relative;
	display: block;
	margin: 0 0 0 20px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-weight: 500;
	padding: 4px 45px 4px 15px;
	text-decoration: none;
	background-color: rgba(78, 93, 134, .3);;
	}
a.bot_icon_bonus2:hover{
	background: #E02911;
	}
a.bot_icon_bonus2:before{
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	right: -5px;
	transform: translateY(-50%);
	display: block;
	width: 52px;
	height: 55px;
	background: url('images/air_present.webp') no-repeat center;
	background-size: auto 55px;
	transition: all 0.3s 0.02s ease;
	}
a.bot_icon_bonus2:hover:before{
	transform: translateY(-50%) scale(1.15);
	}

.header_right{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.header_download{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}

.header_download a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 26px;
	width: 26px;
	text-align: center;
	border-radius: 5px;
	background-color: rgba(78, 93, 134, .3);
	margin: 0 10px 0 0;
	}
.header_download a:hover {
	background-color: #1f2747;
	}
.header_download a svg{
	width: 16px;
	transition: all 0.3s 0.02s ease;
	}
.header_download a:hover svg{
	transform: scale(1.2);
	}

.lang_nav{
	margin: 0 0 0 20px;
	}
.lang_nav > ul > li{
	position: relative;
	}
.lang_nav > ul > li > a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 26px;
	padding: 0 5px;
	border-radius: 5px;
	background-color: rgba(78, 93, 134, .3);
	color: #fff;
	text-decoration: none;
	}
.lang_nav > ul > li > a:hover{
    text-shadow: 0 0 10px rgba(254,169,0,.7), 0 0 6px rgba(254,169,0,.5), 0 0 10px rgba(254,169,0,.7);
	}
.lang_nav > ul > li > a > img{
	width: 25px;
	vertical-align: middle;
	margin: 0 4px 0 0;
	}

.lang_nav > ul > li > ul{
	display: none;
	position: absolute;
	z-index: 3;
	top: 100%;
	right: 0;
	background-color: #fff;
	border-radius: 5px;
	padding: 5px;
	box-sizing: border-box;
	}
.lang_nav > ul > li:hover > ul{
	display: block;
	}
.lang_nav > ul > li > ul > li {
	display: block;
	margin: 0 0 6px 0;
	}
.lang_nav > ul > li > ul > li:last-child {
	margin: 0 0 0 0;
	}
.lang_nav > ul > li > ul > li > a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #00120E;
	text-decoration: none;
	}
.lang_nav > ul > li > ul > li > a:hover{
    text-shadow: 0 0 10px rgba(254,169,0,.7), 0 0 6px rgba(254,169,0,.5), 0 0 10px rgba(254,169,0,.7);
	}
.lang_nav > ul > li > ul > li > a > img{
	width: 20px;
	vertical-align: middle;
	margin: 0 2px 0 0;
	}

/* END HEADER */


/* HOME */

.top_block_list{
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px 0;
	}
a.top_block{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	margin-left: 20px;
	padding: 15px 20px;
	background: linear-gradient(90deg, #1a4d3a, #0d2818);
    border-radius: 12px;
	color: #fff;
	text-decoration: none;
	}
a.top_block:first-child{
	margin-left: 0;
	}
a.top_block:hover{
	background: linear-gradient(90deg, #2a6d4a, #1a4d3a);
	}
.top_block_t span{
	display: block;
	padding: 0 0 10px 0;
	font-size: 24px;
    font-weight: 600;
	line-height: 26px;
	}
.top_block_i{
	text-align: right;
	flex: 0 0 60px;
	margin: 0 0 0 10px;
	}
.top_block_i img{
	transition: all 0.3s 0.02s ease;
	vertical-align: middle;
	}
a.top_block:hover .top_block_i img{
	transform: translateZ(10px) rotate(-10deg);
	}


.text_block{	
	background: linear-gradient(90deg, #1a4d3a, #0d2818);
	border-radius: 12px;
	padding: 20px;
	margin: 0 0 30px 0;
	}


a.main_but_a{
	display: block;
	margin: 0 auto; 
	max-width: 260px;
	box-sizing: border-box;
	padding: 15px 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border-radius: 9px;
	background: #FF2301;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	}
a.main_but_a:hover{
	background: #E02911;
	box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.2);
	}



.center_ba{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 30px 0;
	}
.center_ba_title{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
	}
.center_ba_b{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin: 0 0 0 20px;
	padding: 0 15px 10px 15px;
	background: linear-gradient(90deg, #1a4d3a, #0d2818);
	border-radius: 12px;
	box-sizing: border-box;
	}
.center_ba_b:first-child{
	margin: 0 0 0 0;
	}
.center_ba_b::before{
	content: "";
	display: block;
	height: 4px;
	width: 100%;
	background: #FF2301;
	border-radius: 0 0 5px 5px;
	margin: 0 0 20px 0;
	}
.center_ba_b picture{ 
	width: 25%;
	box-sizing: border-box;
	padding: 0 5px 20px 5px;
	text-align: center;
	}


.bg_big_block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 25px 20px;
	border-radius: 12px;
	margin: 0 0 30px 0;
	background: #1a4d3a url('images/poker_banner.png') no-repeat center bottom;
	background-size: auto 70px;
	}
.bg_big_block::before{
	content: "";
	display: block;
	height: 4px;
	width: 100%;
	background: #FF2301;
	border-radius: 0 0 5px 5px;
	margin: 0 0 20px 0;
	}
.bg_big_block_t span{
	display: block;
	padding: 0 0 10px 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 26px;
	}


.faq_block{
	margin: 0 0 30px 0;
	}
.faq_block_t{
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 26px;
	}

.faq_b{
	padding: 0 20px 0 20px;
	background: linear-gradient(90deg, #1a4d3a, #0d2818);
	border-radius: 6px;
	margin: 0 0 15px 0;
	transition: all 0.3s 0.02s ease;
	}
.faq_b.active, .faq_b:hover{
    background: linear-gradient(90deg, #0d2818, #1a4d3a);
	}
.faq_b_title{
	font-size: 18px;
	font-weight: 600;
	position:relative;
	padding: 10px 30px 10px 0;
	cursor: pointer;
	}
.faq_b_title:before{
	content:"";
	display: block;
	position:absolute;
	z-index:1;
	top: 20px;
	right: 0;
	width: 13px;
	height: 2px;
	background: #FF2301;
	transition: all 0.3s 0.02s ease;    
	}
.faq_b_title:after{
	content:"";
	display: block;
	position:absolute;
	z-index:1;
	top: 20px;
	right: 0;
	width: 13px;
	height: 2px;
	background: #FF2301;
	transform:rotate(90deg);
	transition: all 0.3s 0.02s ease;    
	}
.faq_b_title.active:before{
    transform: rotate(60deg);
	width: 8px;
	top: 22px;
	right: 8px;
	}
.faq_b_title.active:after{
    transform: rotate(120deg);
	}
.faq_b_text{
	display: none;
	padding: 10px 0;
	}
	

.video_block{
	padding: 20px;
	background: linear-gradient(90deg, #1a4d3a, #0d2818);
	border-radius: 6px;
	margin: 0 0 30px 0;
	}
.video_block_t{
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 26px;
	}

.video_block iframe{
	width: 100% !important;
	}

/* END HOME */


/* FOOTER */

footer {
	margin: 0 0 10px 0;
	padding: 10px;
	background: linear-gradient(90deg, #1a4d3a, #0d2818);
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	}
.f_top{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px 0;
	}

.flogo{
	padding: 0 20px 0 0;
	width: 90px;
	}
.flogo img{
	vertical-align: bottom;
	}

.f_nav{
	}
.f_nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	}
.f_nav li{
	display: block;
	padding: 0 15px;
	}
.f_nav li a{
	display: block;
	padding: 5px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	}
.f_nav li a:hover, .f_nav li.active a{
	color: #FEA900;
	text-shadow: 0 0 10px rgba(254,169,0,.7), 0 0 6px rgba(254,169,0,.5), 0 0 10px rgba(254,169,0,.7);
	}

.f_top_right{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 0 20px;
	}

.fimg{
	margin: 0 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;	
	padding: 10px;
	background-color: rgb(0 0 0 / 20%);
	border-radius: 15px;
	}
.fimg img{
	max-height: 30px;
	opacity: 0.5;
	margin: 5px;
	vertical-align: middle;
	transition: all 0.3s 0.02s ease;
	}
.fimg img:hover{
	opacity: 1;
	transform: scale(1.2);
	}

.f_bottom{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;	
	}
.f_bottom_text{
	font-size: 14px;
	}
.f_bottom_text span{
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	}

.f_bottom_img{
	width:200px;
	}
.f_bottom_img img{
	vertical-align: middle;
	}

.f_soc{
	}
.f_soc ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	}	
.f_soc li{
	display:block;
	padding: 0 0 0 10px;
	}	
.f_soc li:first-child{
	padding: 0 0 0 0;
	}
.f_soc li a{
	display:block;
	width: 35px;
	height: 35px;
	background: #fff;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	}		
.f_soc li a.f_soc1{
	background-image: url('images/fb.svg');
	background-size: auto 30px;
	}		
.f_soc li a.f_soc2{
	background-image: url('images/tw.svg');
	background-size: auto 17px;
	}	
.f_soc li a.f_soc3{
	background-image: url('images/yt.svg');
	background-size: auto 20px;
	}	
.f_soc li a.f_soc4{
	background-image: url('images/in.svg');
	background-size: auto 17px;
	}	
.f_soc li a.f_soc5{
	background-image: url('images/vk.svg');
	background-size: auto 20px;
	}
.f_soc li a:hover{
    transform: rotate(360deg);
	}

.copu{
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0 15px 0;
	}

/* END FOOTER */




/* COMMENTS */

.comments_list li {
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
	}

.comments_list li li {
	margin: 15px 0 0 0;
	}

.comments_list li.thread-even {
	background: #fff; 
	} 

.comments_list .even {
	background: #fff; 
	}

.comments_list .alt {
	background: #f8f8f8; 
	}

.comment_ava{
	float: left;
	padding: 0 10px 0 0;
	}

.comment_top{
	padding: 0 0 10px 0;
	}

.comment_a{
	font-weight: bold;
	}

.comment_d{
	font-style: italic;
	}

.comment_repl{
	text-align: right;
	}

#respond{
	padding: 15px;
	border: 1px solid #ddd;
	background: #eee;
	margin: 0 0 15px 0;
	}

.comments_list #respond{
	margin: 0 15px 15px 15px;
	}

#cancel-comment-reply-link{
	display: inline-block;
	margin: 0 0 15px 0;
	}

/* END COMMENTS */


/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

.wpcf7-not-valid { 
	border-color: #ad2929 !important;
	color: #ad2929; 
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

/* END WP OTHER */