/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0;
		overflow-x: auto;
	}


/* #Basic Styles
================================================== */
	html {
		height: 100%;
	}
	body {
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }

/* #Typography
================================================== */

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { margin-bottom: 0; }
	h2 { margin-bottom: 15px; }
	h3 { margin-bottom: 15px; }
	h4 { margin-bottom: 15px; }
	h5 { margin-bottom: 15px; }
	h6 { margin-bottom: 15px; }

	h1.title, h2.title, h3.title, h4.title, h5.title, h6.title { letter-spacing: 2px; font-weight: 100; }

	p { margin: 0 0 15px 0; }

	em, i { font-style: italic; }
	b, strong { font-weight: bold; }
	small { font-size: 80%; }

	hr { display: block; border: none; outline: none; margin-bottom: 15px; clear: both; color: #EBEAEA; background:url(../images/divider.png) repeat-x center top; width: 100%; height:8px;}
	dt { font-weight:bold;}

	blockquote { font-style:italic;}
	blockquote .text { font-style:normal;}

	.highlight { padding: 0 8px; }

	#Content a > i { margin-right: 10px; }


/* #Links
================================================== */
	a, a:visited, a:focus { text-decoration: none; outline: 0; }
	a:hover { text-decoration: underline; }
	p a, p a:visited { line-height: inherit; }


/* #Images
================================================== */

	img {
		max-width: 100%;
		height: auto;
	}

	.google-map img {
		max-width:none !important;
	}

	iframe {
		max-width: 100%;
	}


/* #Buttons
================================================== */

	a.tp-button{
		background: none;
		font-family: inherit !important;
		height: auto !important;
		line-height: inherit !important;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		letter-spacing: 0 !important;
		text-shadow: 0 0 0 !important;
		box-shadow: 0 0 0 !important;
		font-weight: normal;
	}

	a.button, a.tp-button, button, input[type="submit"], input[type="reset"], input[type="button"] {
		display: inline-block;
		padding: 15px 50px;
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 15px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		position: relative;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		background: none;
		z-index: 1;
		cursor: pointer;
		text-transform: uppercase;
		letter-spacing: 2px;
		background-image: url("../images/pattern_slashes_6.png");
		border: 0;
		margin-right: 7px;
		-webkit-appearance: none;
	}

	input[type="submit"] {
		padding: 13px 50px;
	}

	a.button i, a.tp-button i, button i, input[type="submit"] i, input[type="reset"] i, input[type="button"] i {
		margin: 0px !important;
	}

	a.button:before, a.tp-button:before, button:before, input[type="submit"]:before, input[type="reset"]:before, input[type="button"]:before {
		width: 15px;
		height: 14px;
		top: 50%;
		margin-top: -7px;
		right: 30px;
		content: '';
		position: absolute;
		z-index: -1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		opacity:.0;
		filter: alpha(opacity = 0);
		background: url("../images/arrow_right.png") no-repeat right center;
	}

	a.button:after, a.tp-button:after, button:after, input[type="submit"]:after, input[type="reset"]:after, input[type="button"]:after {
		content: '';
		width: 12px;
		height: 12px;
		position: absolute;
		right: -5px;
		top: 50%;
		margin-top: -6px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}

	a.button_small {
		font-size: 13px;
		padding: 13px 40px;
	}

	a.button_large {
		font-size: 16px;
		padding: 17px 55px;
	}

	a:hover.button, a:hover.tp-button {
		text-decoration: none;
	}

	a.button:hover:before, a.tp-button:hover:before, a.button:active:before, a.tp-button:active:before, button:hover:before, input[type="submit"]:hover:before, input[type="reset"]:hover:before, input[type="button"]:hover:before {
		right: 12px;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	 /* #Control Button
	================================================== */
	a.control_button, span.control_button { display: block; float: left; margin: 0 2px; overflow: hidden; background: #ccc; -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px; border-width: 1px; border-style: solid; }
	a.control_button span, span.control_button span { display: block; width: 22px; height: 22px; overflow: hidden; text-indent: -9999px; }



	.button.full-width, button.full-width, input[type="submit"].full-width,
	input[type="reset"].full-width, input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner, input::-moz-focus-inner {
    	border: 0;
    	padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 0;
	}

	fieldset {
		margin-bottom: 0;
	}

	input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
		padding: 13px 10px;
		outline: none;
		margin: 0;
		width: 100%;
		display: block;
		margin-bottom: 20px;
		font-size: 14px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.05);
        box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.05);
	}

	input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {}

	textarea {
		min-height: 60px;
	}

	label, legend {
		display: block;
		font-size: 110%;
	}

	input[type="checkbox"] {
		display: inline;
	}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

/* #Custom
================================================== */

.header .logo {
	width: 170px;
}

#all_but_hm {
	display: none !important;
}

/* Menu */
.header-panel {
	margin-left: 11px;
}
.header .menu li {
	border-right: 1px solid #fff;
}

/* H3 on content */
.content_title .column {
	margin: 0px;
}

.content_title h3 {
	margin-bottom: 0;
}
.custom-block_text-box p {
	margin: 0 0 10px 0;
}


.widget {
	margin-bottom: 20px;
}

.soc_icons { margin-bottom: 20px; padding: 0 20px; }

.soc_icons ul { padding: 0; }

.soc_icons ul li {
	display: inline-block; vertical-align: top;
	margin: 0 4px 8px 4px;
	list-style: none;
}

.soc_icons ul li a {
	display: block;
	width: 32px;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	background-color: #2D547D;
	border-radius: 4px;
}
.soc_icons ul li a:hover { background-color: #3693d5; }

.soc_icons ul li a span { display: none; }

.soc_icons ul li a i { margin: 0 !important; }


/* Форма коментарів */
#comment {
	width: 100%;
}
#respond input[type="text"], #respond input[type="password"], #respond input[type="email"], #respond select {
	width: 50% !important;
}

/* Popover */
.popover-share {
	position: relative;
	height: 32px;
	/*-padding: 8px 12px 8px 8px;*/
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
}
.popover-share:hover ul {
	visibility: visible;
	opacity: 1;
}
.popover-share ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	width: 120px;
	height: 66px;
	padding: 8px 5px 0 5px;
	background: #fff;
	border: 1px solid;
	border-color: #d5d5d5;
	border-radius: 5px;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	-webkit-transition-property: opacity, padding, visibility;
	-moz-transition-property: opacity, padding, visibility;
	-o-transition-property: opacity, padding, visibility;
	transition-property: opacity, padding, visibility;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.addtoany_list a .a2a_label { display: none; }

.rght_sidebar .popover-share ul {
	position: static;
	visibility: visible;
	opacity: 1;
}
.rght_sidebar .tabs {
	padding-bottom: 20px;
}

.popover-share ul:before, .user ul:after, .user li:first-child:after {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	width: 0;
	height: 0;
	border: 7px outset transparent;
}
.popover-share ul:before {
	bottom: -14px;
	border-top: 7px solid #d5d5d5;
}
.popover-share li:first-child:after {
	bottom: -13px;
	border-top: 7px solid white;
}
.popover-share ul:after {
	bottom: -12px;
	border-top: 7px solid #d9e3fa;
}
.popover-share ul li {
	line-height: 1em;
}
.popover-share li.sep {
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px solid #b4bbce;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.6);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.6);
}
.popover-share li a {
	display: block;
	position: relative;
	margin: 0 ;
	padding: 0;
	color: #313a4f;
	text-decoration: none;
	border: 1px solid transparent;
}
.btn svg {
    width: 30px;
    height: 30px;
}
.popover-share li a:hover svg {
	opacity: 0.75;
}

/* other style*/
/*svg*/
#Capa_1 {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    fill: #3693D5;
}
#Capa_2 {
	width: 20px;
	height: 20px;
	position: relative;
	fill: #3693D5;
	top: 5px;
}
#Capa_3 {
    width: 30px;
    height: 30px;
    position: relative;
    top: 9px;
		fill: #3693D5;
}
/************end svg************/
.wpulike .counter a {
    font-size: 1em;
    color: #3693D5;
		background: none;
		border:none;
}
.wpulike .counter a:hover {
	text-decoration: underline;
	color: #3693d5;
	text-shadow: none;
	background-color: transparent;
	border: none;
}
.wpulike .count-box {
    padding: .4em .5em;
}

body table td:first-child {
}

body table td:first-child img {
    width: 30px;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
}

body table td.bold, body .supsystic-tables-wrap .supsystic-table .bold {
    font-size: 1.3em;
    font-weight: normal;
}

@media (max-width: 600px) {
	body table td span {
		font-size: 12px !important;
	}
	body table td .country__text {
		font-size: 12px;
	}
	body table th, body table td {
		padding: 6px;
	}
}

@media (max-width: 480px) {

	.like-2  {
		position: relative;
	}

	.like-2 .tab-text {
		display: block;
		position: absolute;
		bottom: -16px;
	}

}

@media (max-width: 370px) {
	body table th, body table td {
		padding: 6px 1px;
	}
}

/* Comments */

.tabs #comments {
    padding-top: 100px;
}

.review ul.children {
	width:100%;
    list-style: none;
    padding: 0;
    border: none;
}
.answer-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
    margin-bottom: 5px;
}
.review .answer-btn a{
	color:#000;
	text-decoration:none;
}
.review .answer-btn a:hover{
	text-decoration:underline;
}

/* Footer */
#copyright-itua {
	display: inline-block;
	height: 38px;
	width: 70px;
	background-image: url('../images/copyright_black.png');
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	vertical-align: middle;
}
#copyright-itua:hover {
	display: inline-block;
	height: 38px;
	width: 70px;
	background-image: url('../images/copyright_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	vertical-align: middle;
}


.entry-content { }

.entry-content p {
}

.entry-content ul, table td ul {
	overflow: hidden;
	margin-bottom: 16px;
	padding-left: 22px;
	text-align: left;
}

.entry-content ul li, table td ul li {
	list-style: disc;
	margin-bottom: 10px;
	line-height: 1;
}
.entry-content ul li:last-child { margin: 0; }


.entry-content ol, table td ol {
	overflow: hidden;
	margin-bottom: 16px;
	padding-left: 30px;
	text-align: left;
}

.entry-content ol li, table td ol li {
	list-style-type: decimal;
	margin-bottom: 10px;
	line-height: 1;
}
.entry-content ol li:last-child { margin: 0; }

.items_group {
	margin: 0 1%;
}


@media (max-width: 600px) {

	.section .cont_form {
		width: auto;
	}

}
