/**
 * @version		1.0.1
 * @package		Influence template for Joomla! 3.x
 * @author		JoomlaXTC http://www.joomlaxtc.com
 * @copyright	Copyright (C) 2017 Monev Software LLC. All rights reserved.
 * @license		http://www.joomlaxtc.com/license JoomlaXTC Proprietary Use License
 */
/* ----------------------------------------------*/
/* 01 - Global Structure
/* ----------------------------------------------*/
/* Global Styles */
#region3wrap {
	min-height: calc(100vh - 214px);
}
.row {
	margin-left: 0 !important
}
table {
	width: 100%;
	border-collapse: collapse
}
#component dd {
	margin-left: 0!important
}
.com_content #component dd {
	margin-left: 0!important;
	display: inline;
	padding-right: 12px;
	font-size: 13px
}
.button {
	background: tranparent;
	border: 1px solid #fff;
	vertical-align: top
}
button.btn {
	margin-bottom: 12px
}
.btn {
	vertical-align: top!important
}
.formstyle .button {
	background: #fff;
	border: 1px solid #666;
	vertical-align: top;
	padding: 9px 16px
}
ul.nav li {
	list-style: none inside none!important
}
form ul, form ul li {
	list-style-type: none!important
}
.tooltip {
	background: transparent!important;
	border: 0!important
}
#message {
	width: 1280px;
	margin: 0 auto;
	left: 25%;
	z-index: 99
}
.btn.jmodedit {
	z-index: 1000001
}
a.btn.jmodedit {
	background: #3fb60a!important;
	border-radius: 50%!important;
	width: 25px!important;
	height: 28px!important;
	color: #fff;
	margin-right: 10%;
	border: 3px solid #fff;
	font-size: 18px;
	animation-name: blinker;
	animation-duration: 1.5s;
	animation-timing-function: linear
}
@-moz-keyframes blinker {
0% {
opacity:1
}
50% {
opacity:.8
}
100% {
opacity:1
}
}
@-webkit-keyframes blinker {
0% {
opacity:1
}
50% {
opacity:.8
}
100% {
opacity:1
}
}
@keyframes blinker {
0% {
opacity:1
}
50% {
opacity:.8
}
100% {
opacity:1
}
}
#messagewrap {
	padding: 10px 0
}
#system-message {
	padding: 0!important;
	margin-bottom: 0!important
}
div#sbox-window.shadow {
	z-index: 9999999999!important
}
[class^="icon-"], [class*=" icon-"] {
vertical-align:middle;
background-image:none
}
label.btn {
	border-radius: 0!important
}
/* ----------------------------------------------*/
/* Скролл
/* ----------------------------------------------*/
html {
	scrollbar-width: thin;
	scrollbar-color: #9a9a9a #f5efea;
}
html::-webkit-scrollbar {
width:10px;
background-color:#f5efea;
}
html::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.3);
background-color:#f5efea;
}
html::-webkit-scrollbar-thumb {
-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.3);
background-color:#9a9a9a;
}
/* ----------------------------------------------*/
/* 02 - Menu CSS
/* ----------------------------------------------*/
#menuwrap ul.nav li.dropdown:hover > ul.dropdown-menu, .sidemenu ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block
}
#menuwrap .navbar ul.dropdown-menu ul.dropdown-menu {
	left: 100%;
	top: 0!important;
	z-index: 15!important
}
#menuwrap .dropdown-menu {
	max-width: 999px
}
#menuwrap ul.nav .dropdown-menu span.separator {
	padding: 0 6px
}
#menuwrap .navbar-inner {
	background: transparent;
	padding: 0;
	border: none
}
#menuwrap ul.nav li.dropdown:hover > ul.dropdown-menu li > ul.dropdown-menu {
	padding: 10px;
	margin-top: -11px;
	margin-left: 0
}
#menuwrap .navbar .nav>li>a {
	text-shadow: none
}
#menuwrap ul.dropdown-menu {
	z-index: 12!important
}
#menuwrap .dropdown-menu {
	border-radius: 0
}
#menuwrap .navbar {
	margin-bottom: 0
}
#menuwrap .navbar .nav>li>.dropdown-menu:before, #menuwrap .navbar .nav>li>.dropdown-menu:after {
	display: none!important
}
#menuwrap .navbar .dropdown-menu>.active>a, #menuwrap .navbar .dropdown-menu>.active>a:hover, #menuwrap .navbar .dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	background-image: none!important;
	background-repeat: no-repeat;
	outline: 0
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	box-shadow: none
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	border: 0 solid #ccc;
	border-right-width: 0;
	border-bottom-width: 0;
	border-radius: 0;
	box-shadow: none;
	background-clip: padding-box
}
.navbar-inner {
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-x;
	border: 0 solid #d4d4d4;
	border-radius: 0;
	box-shadow: none
}
#menuwrap .dropdown-menu>li>a {
	padding: 0 14px 8px 14px;
	margin-right: 4px
}
#menuwrap b.caret {
	display: none
}
div.nav-collapse.in.collapse {
	position: absolute;
 background:#fff url(https://ostro.su/templates/influence/images/backgrounds/ring.jpg);
	top: 100%;
	left: 0;
	width: 85%;
	text-align: left;
	margin: 0 5%;
	padding: 5% 5% 100% 0;
	border: 1px solid #dcd2f6;
}
div.nav-collapse.in.collapse .mainmenu {
	width: 100%;
}
div.nav-collapse.in.collapse ul li {
	clear: both;
	border: none !important;
}
.nav-collapse .nav>li>.dropdown-menu:before, .nav-collapse .nav>li>.dropdown-menu:after {
	display: block!important
}
div.nav-collapse.in.collapse ul.nav li {
	border-bottom: 1px solid #333
}
#menuwrap .nav-collapse.in.collapse ul.dropdown-menu ul.dropdown-menu {
	margin-top: -5px
}
.nav-collapse .dropdown-menu {
	margin: 0
}
.navbar.nav-collapse.in.collapse.nav>li>a {
	padding: 14px 22px 22px!important
}
#menuwrap .nav-collapse.in.collapse .nav>li>a, #menuwrap .nav-collapse.in.collapse .nav>li>a.active > a, #menuwrap .nav-collapse.in.collapse .nav>li>a:hover > a, #menuwrap .nav-collapse.in.collapse ul.nav span.separator {
	padding-top: 8px;
	padding-bottom: 8px
}
#menuwrap .nav-collapse.in.collapse .nav>li>a {
	color: #000!important
}
#menuwrap .nav-collapse.in.collapse .dropdown-menu a, #menuwrap .nav-collapse.in.collapse ul.nav .dropdown-menu span.separator {
	padding-left: 16px;
	font-size: 18px
}
#menuwrap #menu .nav-collapse.in.collapse ul.nav ul.dropdown-menu {
	box-shadow: none
}
#menuwrap #menu .nav-collapse.in.collapse ul.nav li > ul > li {
	border-bottom: 0
}
#menuwrap #menu ul.nav ul.dropdown-menu li {
	padding: 4px;
	margin-top: 3px
}
#menuwrap #menu .nav-collapse.in.collapse ul.nav ul.dropdown-menu li {
	padding: 8px
}
#menuwrap #menu ul.nav li:last-child ul.dropdown-menu {
	margin-left: -74px
}
#menuwrap #menu .nav-collapse.in.collapse ul.nav li:last-child ul.dropdown-menu {
	margin-left: 0
}
#menuwrap #menu ul.nav li > ul.dropdown-menu li:last-child ul.dropdown-menu {
	margin-left: 0
}
#menuwrap #menu.dropcol2 ul.nav ul.dropdown-menu {
	margin-left: -120px
}
#menuwrap #menu.dropcol2 ul.nav li:last-child ul.dropdown-menu {
	margin-left: -190px
}
#menuwrap #menu.dropcol2 ul.nav li > ul.dropdown-menu li:last-child ul.dropdown-menu {
	margin-left: 0
}
#menuwrap #menu.dropcol2 ul.nav ul.dropdown-menu li {
	display: inline-block;
	width: 50%;
	box-sizing: border-box
}
#menuwrap #menu.dropcol3 ul.nav ul.dropdown-menu {
	padding: 8px;
	margin-left: -160px
}
#menuwrap #menu.dropcol3 ul.nav li:last-child ul.dropdown-menu {
	margin-left: -296px
}
#menuwrap #menu.dropcol3 ul.nav li > ul.dropdown-menu li:last-child ul.dropdown-menu {
	margin-left: 0
}
#menuwrap #menu.dropcol3 ul.nav ul.dropdown-menu li {
	display: inline-block;
	width: 33.3%;
	box-sizing: border-box
}
#menuwrap #menu.dropcol4 ul.nav ul.dropdown-menu {
	padding: 8px;
	margin-left: -220px
}
#menuwrap #menu.dropcol4 ul.nav li:last-child ul.dropdown-menu {
	margin-left: -437px
}
#menuwrap #menu.dropcol4 ul.nav li > ul.dropdown-menu li:last-child ul.dropdown-menu {
	margin-left: 0
}
#menuwrap #menu.dropcol4 ul.nav ul.dropdown-menu li {
	display: inline-block;
	width: 25%;
	box-sizing: border-box
}
#menuwrap #menu.dropcol2 ul.dropdown-menu ul.dropdown-menu li, #menuwrap #menu.dropcol3 ul.dropdown-menu ul.dropdown-menu li, #menuwrap #menu.dropcol4 ul.dropdown-menu ul.dropdown-menu li {
	display: block;
	width: 100%;
	box-sizing: border-box
}
#menuwrap #menu.dropcol2 .nav-collapse.in.collapse ul.nav ul.dropdown-menu, #menuwrap #menu.dropcol3 .nav-collapse.in.collapse ul.nav ul.dropdown-menu, #menuwrap #menu.dropcol4 .nav-collapse.in.collapse ul.nav ul.dropdown-menu {
	min-width: 100%;
	padding: 0;
	margin-left: 0
}
#menuwrap #menu.dropcol2 .nav-collapse.in.collapse ul.nav ul.dropdown-menu li, #menuwrap #menu.dropcol3 .nav-collapse.in.collapse ul.nav ul.dropdown-menu li, #menuwrap #menu.dropcol4 .nav-collapse.in.collapse ul.nav ul.dropdown-menu li {
	display: block;
	width: 100%;
	box-sizing: border-box
}
ul.dropdown-menu > ul.dropdown-menu {
	min-width: 190px!important;
	padding: 8px 8px 6px;
	margin-left: 0
}
#menuwrap #menu.dropcol2 .nav-collapse.in.collapse ul.dropdown-menu ul.dropdown-menu, #menuwrap #menu.dropcol3 .nav-collapse.in.collapse ul.dropdown-menu ul.dropdown-menu, #menuwrap #menu.dropcol4 .nav-collapse.in.collapse ul.dropdown-menu ul.dropdown-menu {
	min-width: 100%;
	padding: 0;
	margin-left: 0;
	margin-top: 0;
	box-sizing: border-box
}
.nolink {
	cursor: default
}
/* MOBILE BUTTON */
.btn .btn-navbar, .navbar .btn-navbar {
	background: transparent!important;
	background-image: transparent!important;
	border-color: transparent!important;
	box-shadow: none!important;
	text-shadow: none!important
}
.navbar .btn-navbar .icon-bar {
	width: 28px!important;
	height: 4px!important;
	margin-bottom: 4px!important
}
.nav-collapse.in.collapse ul.dropdown-menu {
	height: auto;
	overflow-y: scroll;
}
/* SIDE MENU */
.sidemenu ul.dropdown-menu {
	position: static;
	top: 0;
	left: 0;
	display: none;
	float: none;
	min-width: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
	background: transparent
}
.nav-pills>li>a {
	border-radius: 0;
	margin-bottom: 18px
}
ul.nav-child {
	margin: 0
}
ul.nav-child li a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 24px
}
.sidemenu ul.dropdown-menu {
	margin-left: 0
}
.sidemenu ul.dropdown-menu>li>a, .sidemenu .nav-pills > li > .separator {
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 0
}
.sidemenu .dropdown-menu>li>a:hover, .sidemenu .dropdown-menu>li>a:focus, .sidemenu .dropdown-submenu:hover>a, .sidemenu .dropdown-submenu:focus>a {
	color: #333
}
.sidemenu ul.nav li.dropdown:hover > ul.dropdown-menu li > ul.dropdown-menu {
	margin: 0
}
.sidemenu .nav-pills > li > span.separator, .sidemenu .nav-pills>li>a {
	font-size: 18px;
	margin-right: 2px;
	line-height: 14px;
	margin-bottom: 3px;
	padding: 12px
}
.sidemenu i {
	display: inline
}
/* Canvas Menu */
#jxtc_canvasslide_left *, #jxtc_canvasslide_right * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: 300;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
	line-height: normal;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#jxtc_canvasslide_left a, #jxtc_canvasslide_right a {
	text-decoration: none
}
#jxtc_canvasslide_left input[type="radio"], #jxtc_canvasslide_right input[type="radio"] {
	display: none
}
#jxtc_canvasslide_left label, #jxtc_canvasslide_right label {
	cursor: pointer
}
#jxtc_canvasslide_left {
	z-index: 99999999;
	position: fixed;
	width: 0;
	height: 100%;
	top: 0;
	left: 0
}
#jxtc_canvasslide_right {
	z-index: 99999999;
	position: fixed;
	width: auto;
	height: 100%;
	top: 0;
	right: 0
}
#jxtc_canvasslide_left section {
	margin: 0;
	overflow-y: scroll!important;
	width: 320px;
	height: 100%;
	left: 0;
	top: 10%;
	z-index: 10;
	background: #202020;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-moz-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-ms-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-o-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1)
}
#jxtc_canvasslide_right section {
	margin: 0;
	overflow-y: scroll!important;
	width: 320px;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 10;
	background: #202020;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-moz-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-ms-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-o-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1)
}
#jxtc_canvasslide_left section, #jxtc_canvasslide_left input#close-item:checked ~ section {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%)
}
#jxtc_canvasslide_right section, #jxtc_canvasslide_right input#close-item:checked ~ section {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%)
}
#jxtc_canvasslide_left input#open-item:checked ~ section {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	overflow: visible
}
#jxtc_canvasslide_right input#open-item:checked ~ section {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	overflow: visible
}
#jxtc_canvasslide_left section .wrap {
	padding: 30px 0;
	position: relative
}
#jxtc_canvasslide_left section .innerwrap {
	margin-top: 30px
}
#jxtc_canvasslide_left label.open, #jxtc_canvasslide_left label.close {
	text-align: center;
	position: absolute
}
#jxtc_canvasslide_right label.close:hover, #jxtc_canvasslide_right label.close:focus {
	background: #757786
}
#jxtc_canvasslide_left label.open {
	font-family: 'FontAwesome';
	font-size: 24px;
	color: #222;
	width: 50px;
	bottom: auto;
	left: -98px;
	right: auto;
	top: 8%;
	margin: 0 auto;
	padding: 10px 0;
	text-transform: uppercase;
	z-index: 1
}
#jxtc_canvasslide_right label.open {
	font-family: 'FontAwesome';
	font-size: 24px;
	color: #fff;
	font-weight: 100;
	bottom: auto;
	left: -120px;
	right: auto;
	margin: 12px 236px 0 auto;
	text-transform: uppercase;
	z-index: 1
}
#jxtc_canvasslide_left input#close-item:checked ~ label.open {
	-webkit-transition: left .3s ease 0.4s, background .1s ease, color .1s ease;
	-moz-transition: left .3s ease 0.4s, background .1s ease, color .1s ease;
	-ms-transition: left .3s ease 0.4s, background .1s ease, color .1s ease;
	-o-transition: left .3s ease 0.4s, background .1s ease, color .1s ease;
	transition: left .3s ease 0.4s, background .1s ease, color .1s ease;
	left: 0
}
#jxtc_canvasslide_right input#close-item:checked ~ label.open {
	-webkit-transition: right .3s ease 0.4s, background .1s ease, color .1s ease;
	-moz-transition: right .3s ease 0.4s, background .1s ease, color .1s ease;
	-ms-transition: right .3s ease 0.4s, background .1s ease, color .1s ease;
	-o-transition: right .3s ease 0.4s, background .1s ease, color .1s ease;
	transition: right .3s ease 0.4s, background .1s ease, color .1s ease;
	right: 0
}
#jxtc_canvasslide_left label.open:hover, #jxtc_canvasslide_left label.open:focus {
	background: #222;
	color: #fff
}
#jxtc_canvasslide_left label.close, #jxtc_canvasslide_right label.close {
	padding-left: 6px;
	font-size: 25px;
	background: #9ea3c5;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 32px
}
#jxtc_canvasslide_left label.close:hover, #jxtc_canvasslide_left label.close:focus {
	background: #757786
}
#jxtc_canvasslide_right label.close:hover, #jxtc_canvasslide_right label.close:focus {
	background: #757786
}
#jxtc_canvasslide_left label, #jxtc_canvasslide_left select, #jxtc_canvasslide_left input {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
#jxtc_canvasslide_right label, #jxtc_canvasslide_right select, #jxtc_canvasslide_right input {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
#jxtc_canvasslide_left ul, #jxtc_canvasslide_right ul {
	top: 10%;
	text-align: left
}
#jxtc_canvasslide_left a, #jxtc_canvasslide_right a {
	color: #A9A9A9;
	font-weight: 500;
	padding: 15px;
	cursor: pointer;
	border-bottom: 2px solid #202020;
	border-left: 4px solid #202020;
	font-size: 15px;
	display: block;
	padding: 8px 19px
}
#jxtc_canvasslide_left a:hover, #jxtc_canvasslide_right a:hover {
	background-color: #1b1b1b
}
#jxtc_canvasslide_left ul li, #jxtc_canvasslide_right ul li {
	list-style: none
}
#jxtc_canvasslide_left ul li a, #jxtc_canvasslide_right ul li a {
	padding: 12px 14px
}
#jxtc_canvasslide_left ul li span.separator, #jxtc_canvasslide_right ul li span.separator {
	font-weight: 100;
	font-size: 14px;
	color: #fafafa;
	background-color: #1b1b1b;
	padding: 8px 12px;
	margin: 12px 0;
	border-bottom: 1px solid #191919;
	text-transform: uppercase;
	display: block
}
#jxtc_canvasslide_left span.separator:before, #jxtc_canvasslide_right span.separator:before {
	content: ""
}
#jxtc_canvasslide_left a:before, #jxtc_canvasslide_right a:before {
	margin: 0 12px;
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 14px;
	font-weight: 100
}
#jxtc_canvasslide_left ul > li > ul > li > ul li a, #jxtc_canvasslide_right ul > li > ul > li > ul li a {
	font-size: 12px;
	padding-left: 34px
}
#jxtc_canvasslide_left ul > li > ul > li > ul > li > ul li a, #jxtc_canvasslide_right ul > li > ul > li > ul > li > ul li a {
	font-size: 12px;
	padding-left: 54px
}
#jxtc_canvasslide_left ul > li > ul > li > ul > li > ul > li > ul li a, #jxtc_canvasslide_right ul > li > ul > li > ul > li > ul > li > ul li a {
	font-size: 12px;
	padding-left: 72px
}
/* Bottom Menu */
ul.menu.bottom {
	margin-left: 0;
	list-style: none;
	background: transparent
}
ul.menu.bottom a {
	text-decoration: none
}
ul.menu.bottom li {
	font-size: 14px;
	padding-bottom: 8px;
	margin-bottom: 8px
}
ul.menu.bottom li:last-child {
	border-bottom: 0
}
ul.nav.menu li {
	display: inline-block;
	padding-right: 26px
}
ul.nav.menu li:last-child {
	padding-right: 0
}
.footer .nav {
	margin-bottom: 0!important
}
.footer ul.nav.menu {
	text-align: center
}
.footer ul.nav.menu a {
	background: transparent;
	color: #fff
}
ul.nav.menu.colum-menu li {
	width: 40%;
	padding-right: 12px
}

/* CSS3 Scrollbar Class */
::-webkit-scrollbar {
width:12px
}
::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
border-radius:10px
}
::-webkit-scrollbar-thumb {
border-radius:10px;
-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5)
}
/* Video  Class */
.video-container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.video-container video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video iframe, .video object, .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ----------------------------------------------*/
/* 03 - Joomla CSS
/* ----------------------------------------------*/
/* Joomla Content */
.com_content #component p {
	margin: 1.5em 0
}
.com_content #component h1, .com_content #component h2, .com_content #component h3, .com_content #component h4, .com_content #component h5, .com_content #component h6 {
	margin: .55em 0;
	line-height: 100%
}
.com_content .blog .icons {
	margin-top: 24px
}
.com_content ul#archive-items li, .com_content .category-list ul li, .com_content .categories-list ul li {
	list-style: none inside none!important
}
.tags {
	margin-bottom: 16px
}
dt.article-info-term {
	display: none
}
.page-header {
	border-bottom: 0;
	text-align: left;
	padding-bottom: 0
}
/* Joomla Article */
.com_content .item-page .page-header {
	border-bottom: 0!important
}
.com_content .pull-right.item-image {
	margin: 0 0 18px 40px;
	width: 48%;
	height: 100%
}
.com_content .pull-left.item-image {
	margin: 0 40px 18px 0;
	width: 48%;
	height: 100%
}
.tags .label-info[href] {
	background: #ccc;
	font-weight: 400;
	text-shadow: none!important;
	padding: 4px 6px
}
.item-page .article-info {
	font-size: 14px
}
.item-page a.btn.dropdown-toggle {
	background: transparent!important;
	border: 0!important;
	outline: 0!important
}
.item-page .pull-right>.dropdown-menu {
	margin-top: 4px;
	-webkit-box-shadow: 0 7px 19px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 7px 19px -1px rgba(0,0,0,0.75);
	box-shadow: 0 7px 19px -1px rgba(0,0,0,0.75)
}
span.icon-print, span.icon-envelope {
	margin-right: 6px
}
.article_media {
	margin-bottom: 16px;
	display: inline-block
}
/* Joomla Category Blog */
.com_content .blog .intro, .com_content .cascadeitem, .com_content .blog .item, .com_content .items-leading {
	margin-bottom: 36px
}
.com_content span.subheading-category {
	margin-bottom: 24px;
	padding-bottom: 12px;
}
.com_content p.readmore a.btn {
	background: transparent!important;
	text-shadow: none!important;
	background-image: none!important;
	box-shadow: none!important;
	font-size: 16px!important;
	border-color: #e6e6e6!important;
	padding: 12px;
	font-size: 18px
}
p.readmore span {
	display: none
}
span.txtcounter {
	margin-right: 15px
}
.blog_icons {
	padding: 12px 0;
	font-size: 11px;
	text-align: left
}
.com_content .blog .cols-6 .page-header h2 a {
	font-size: 50%
}
/* Category Pricing Table View */
.com_content .pricetbl-wrap {
	text-align: center
}
.com_content .ptablesblog .pricetbl-wrap p.readmore {
	display: block;
	text-align: center;
	margin: 0!important;
	border: none!important;
	background: #4c9188;
	color: #fff;
	padding: 18px 0
}
.com_content .ptablesblog .pricetbl-wrap p.readmore a.btn {
	margin-bottom: 0!important;
	border: 0;
	font-size: 16px
}
.com_content .ptablesblog .pricetbl-wrap p.readmore a.btn span {
	display: none
}
.com_content .ptablesblog .pricetbl-wrap p.readmore a, .com_content .blog .pricetbl-wrap p.readmore a:hover {
	color: #fff!important
}
.pricetbl-title {
	color: #fff
}
.pricetbl-title .page-header h2 {
	text-align: center;
	padding: 12px
}
.pricetbl-price {
	font-size: 62px;
	padding: 20px
}
.pricetbl-content {
	background: #f1f1f1
}
.pricetbl-content p:nth-child(odd) {
	background: #efefef;
	margin: 0!important;
	padding: 12px 0!important
}
.pricetbl-content p:nth-child(even) {
	background: #e0e0e0;
	margin: 0!important;
	padding: 12px 0!important
}
.com_content .ptablesblog .pricetbl-wrap .page-header h2 a, .com_content .blog .pricetbl-wrap .page-header h2 {
	color: #fff!important;
	font-size: 36px!important;
	margin: 0!important;
	padding: 12px 0!important
}
.com_content .ptablesblog .item .pricetbl-wrap .j2store-product {
	display: block;
	text-align: center;
	margin: 0!important;
	border: none!important;
	background: #4c9188;
	color: #fff;
	padding: 18px 0
}
.com_content .ptablesblog .item .pricetbl-wrap .j2store-product .product-sku, .com_content .ptablesblog .item .pricetbl-wrap .j2store-product .sale-price {
	display: none!important
}
.com_content .ptablesblog .item .pricetbl-wrap .j2store-product .btn.btn-primary {
	background: transparent;
	border: 1px solid #fff
}
/* Category Staff View */
.cust-test {
	border: 1px solid #ebebeb;
	margin-bottom: 36px
}
.cust-test img {
	width: 100%
}
.testm {
	background: #fff;
	padding: 30px;
}
.testm:before {
	border-color: transparent #fff;
	content: "";
	margin: -60px 0 10px;
	position: relative;
	z-index: 999;
	border-width: 25px 0 25px 25px;
	border-style: solid;
	display: block;
	width: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.testm p.test-text {
	font-size: 12px
}
.testm p.test-title {
	font-size: 12px;
	font-weight: 700
}
.testm span {
	font-size: 10px
}
.speaker-affil {
	border-bottom: 1px solid #999;
	padding: 5px 20px 12px 5px;
	margin: 0 auto;
	display: inline
}
/* Custom CSS for Social Icons in item view */
ul.social {
	margin: 15px 0 0
}
ul.social li {
	display: inline
}
ul.social i {
	font-size: 18px;
	color: #333;
	margin-right: 12px
}
/* Category FAQ Blog */
.com_content .faqblog .faq-blog_item {
	border: 1px solid #ccc;
	padding: 0 40px 20px;
	margin-bottom: 0;
	margin-top: 20px
}
.com_content .faqblog .faq-blog_item .page-header h2, .com_content .blog .faq-blog_item .page-header h2 a {
	font-size: 18px!important;
	letter-spacing: 0
}
.com_content .faqblog .faq-blog_item span .page-header h2 {
	top: -10px!important;
	left: -20px;
	position: relative;
	display: inline;
	padding-left: 12px;
	padding-right: 12px
}
.com_content .faqblog .faq-blog_item span .page-header h2::before {
	font-family: FontAwesome;
	content: "\f05a";
	padding-right: 12px
}
.category-desc {
	padding-bottom: 26px;
	text-align: justify;
}
.com_content .faqblog .faq-blog_item p.readmore {
	text-align: center
}
/* Portfolio */
.portfolioitem .pull-none.item-image {
	text-align: center;
}
/* Timeline View */
.timeline_date {
	padding: 20px;
	font-size: 32px;
	display: inline-block;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333
}
.timeline_line {
	width: 2%;
	margin: 14px auto;
	height: 100px;
	border-right: 2px solid #333
}
.timeline_text {
	text-align: center;
	margin: 24px auto;
	width: 75%
}
.timeline_text p.readmore {
	text-align: center!important
}
.com_content .timelineblog .timeline-blog-item .item-image {
	margin: 24px auto;
	width: 50%
}
.timeline-blog-item dl.article-info {
	text-align: center
}
.com_content #component .timeline-blog-item dd {
	text-align: center;
	padding-right: 0
}
.timeline-blog-item .page-header {
	border-bottom: 0
}
.timeline-blog-item h2 a, .timeline-blog-item h2 {
	font-size: 42px!important;
	text-align: center
}
.timeline_text p {
	font-size: 16px!important;
	padding-top: 3%
}
.timeline-intro p::before {
	font-family: 'FontAwesome';
	content: "\f10d";
	margin-right: 8px;
	color: #ccc!important
}
.timeline-intro p::after {
	font-family: 'FontAwesome';
	content: "\f10e";
	margin-right: 8px;
	color: #ccc!important
}
.timeline-text p.readmore {
	margin-top: .5em!important
}
.timeline-blog-item span.icon-calendar {
	display: block;
	text-align: center;
	margin: 24px auto;
	font-size: 36px;
	font-weight: 100
}
.timeline-blog-item dd.published {
	font-size: 18px;
	text-align: center
}
.timeline-blog-item .page-header h2 a, .timeline-blog-item .page-header h2 {
	font-weight: 100!important
}
.timeline-blog-item .pull-left.item-image {
	text-align: right;
	width: 48%;
	margin: 0 60px 18px 0
}
.timeline-blog-item .pull-right.item-image {
	text-align: left;
	width: 48%;
	margin: 0 0 18px 60px
}
/* Pagination */
li.pagination-prev, li.pagination-next {
	display: none!important
}
.item-page .pagenav li {
	list-style: none inside none;
	display: inline
}
.item-page .pager li>a:hover {
	background: #fff!important
}
/* CONTACTS */
/* Contact */
.com_contact .thumbnail.pull-right {
	margin: 0 0 24px!important
}
.com_contact .jicons-icons {
	display: none
}
.com_contact label#jform_contact_email_copy-lbl.hasTip, .com_contact input[type="checkbox"] {
	float: left;
	margin-right: 14px
}
.thumbnail > img {
	width: 100%
}
/* SEARCH */
.com_search.search .search .phrases-box .controls {
	padding-bottom: 18px
}
.com_search.search .search label {
	display: inline-block
}
.com_search.search .search input {
	display: inline-block
}
.com_search legend {
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc
}
.com_search label {
	display: inline-block!important;
	margin-right: 4%
}
.com_search .phrases-box, .com_search fieldset.only {
	padding: 20px 0
}
.com_search .form-limit {
	padding: 10px 0 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc
}
.com_search dd.result-created {
	margin-bottom: 16px
}
form#mod-finder-searchform.form-search {
	margin: 12px 0 0!important
}
input#mod-search-searchword.inputbox.search-query {
	color: #000
}
.search-results .result {
	margin-bottom: 36px
}
/* USERS */
.com_users #component ul, .com_users #component li {
	margin-left: 0!important;
	padding-left: 0!important;
	list-style-position: inside
}
.com_users .button {
	background: transparent;
	border: 1px solid #fff;
	vertical-align: top;
	font-size: 16px;
	padding: 12px 16px;
	color: #fff
}
.com_users .profile .dl-horizontal dt {
	margin-right: 12px
}
.com_users .profile a.btn span {
	display: none
}
form#login-form .icon-user, form#login-form .icon-lock {
	color: #000
}
div.login, div.reset, div.remind, div.registration, .login h1, div.reset h1, div.remind h1, div.registration h1 {
	text-align: center
}
/* TAGS */
.tag-category .cat-list-row {
	margin-bottom: 36px;
}
/* EDIT */
textarea#jform_articletext {
	width: 95% !important;
	margin-top: 16px;
}
/* FORMS */
.form-actions {
	background: transparent;
}
/* BUTTONS */
input.button.subbutton.btn.btn-primary {
	display: inline-block;
	padding: 14px 12px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	border: 0
}
.btn {
	display: inline-block;
	padding: 10px 12px!important;
	margin-bottom: 0;
	font-size: 20px !important;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-shadow: 0;
	background-image: none!important;
	background-repeat: repeat-x;
	border: 1px solid #e2e2e2!important;
	border-bottom-color: #e2e2e2;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)
}
/* TEXT AREA STYLES (BOOTSTRAP OVERRIDES ) */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0!important;
	border: 1px solid #dadada!important;
	padding: 10px 12px!important
}
.input-append .add-on, .input-prepend .add-on {
	padding: 10px 12px!important
}
.combo {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 4em;
	cursor: default;
	border: 1px solid #655;
	background: #fff;
	color: #000;
	font-size: smaller
}
.combo .label {
	width: 100%;
	text-align: center
}
.combo .hilite {
	background: #fc8
}
.combo .active {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #efefef;
	font-weight: 700
}
.round-image img {
	border-radius: 50%;
	border: 8px solid #fff
}
/* Bootstrap Field Overrides */
.controls .badge {
	padding: 8px 12px;
	font-size: 16px;
	border-radius: 0;
	font-weight: 400
}
.combobox ul.dropdown-menu {
	left: -170px!important;
	min-width: 220px!important;
	max-height: 150px;
	overflow-y: scroll;
	top: 100%;
	border-radius: 0
}
.combobox input {
	width: 145px
}
.combobox .btn {
	background: #fff!important;
	padding: 9px 12px 10px!important
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0!important;
	border: 1px solid #dadada!important
}
textarea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0!important;
	border: 1px solid #dadada!important
}
.input-append .add-on, .input-prepend .add-on {
	border-radius: 0!important
}
/* Custom Fields */
dd.field-entry.profile-author {
	margin: 12px 0;
	display: block!important;
	font-weight: bold;
	font-size: 16px!important;
}
dd.field-entry.bio-author {
	display: block!important;
	font-size: 14px!important;
}
dd.field-entry.field-event-date, dd.field-entry.field-event-location {
	margin: 12px 0;
	display: block!important;
	font-size: 16px!important;
}
/* ----------------------------------------------*/
/* 04 - Page Classes
/* ----------------------------------------------*/
.item-page.roundimage .item-image img {
	border-radius: 50%;
	height: 500px;
	width: 500px;
	margin: 0 auto 100px
}
.item-page.content-constrain {
	width: 50%;
	margin: 0 auto
}
.item-page.content-constrain70 {
	width: 70%;
	margin: 0 auto
}
.content-constrain .timeline-blog-item {
	width: 60%;
	margin: 0 auto
}
.item-page.content-constrain .page-header {
	text-align: center
}
body.region1-constrain #region1, body.region2-constrain #region2, body.region3-constrain #region3, body.region4-constrain #region4, body.region5-constrain #region5, body.region6-constrain #region6, body.region7-constrain #region7, body.region8-constrain #region8, body.region9-constrain #region9, body.region10-constrain #region10, body.region1-constrain #region11, body.region12-constrain #region12 {
	width: 70%;
	margin: 0 auto
}
body.region1-constrain50 #region1, body.region2-constrain50 #region2, body.region3-constrain50 #region3, body.region4-constrain50 #region4, body.region5-constrain50 #region5, body.region6-constrain50 #region6, body.region7-constrain50 #region7, body.region8-constrain50 #region8, body.region9-constrain50 #region9, body.region10-constrain50 #region10, body.region1-constrain50 #region11, body.region12-constrain50 #region12 {
	width: 50%;
	margin: 0 auto
}
.constrain {
	width: 70%;
	margin: 0 auto!important
}
/* ----------------------------------------------*/
/* 05 - Module Styles
/* ----------------------------------------------*/
.moduletitle {
	padding: 0;
}
.modulecontent {
	padding: 12px 0;
}
.module input.button {
	margin-bottom: 12px;
}
/* Common Module Suffix Styles */
/* Colors */
.blue h3 span {
	color: #457fc1!important;
}
.ltgrey h3 span {
	color: #ccc!important;
}
.dkgrey h3 span {
	color: #666!important;
}
.red h3 span {
	color: #8c173e!important;
}
.green h3 span {
	color: #466d66!important;
}
.purple h3 span {
	color: #3D283A!important;
}
.orange h3 span {
	color: #f47d43!important;
}
.yellow h3 span {
	color: #fac611!important;
}
.white h3 span {
	color: #fff!important;
}
.textdark .modulecontent, .textdark .modulecontent a {
	color: #000!important;
}
.textlight .modulecontent, .textlight .modulecontent a {
	color: #fff!important;
}
/* Rounded */
.module.rounded {
	border-radius: 6px;
}
.module.roundedtitle .moduletitle {
	border-radius: 6px;
}
/* shadowed */
.module.shadowed {
	-webkit-box-shadow: 0px 4px 23px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 4px 23px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 4px 23px 2px rgba(0, 0, 0, 0.5);
}
.module.shadowedtitle .moduletitle {
	-webkit-box-shadow: 0px 4px 23px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 4px 23px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 4px 23px 2px rgba(0, 0, 0, 0.5);
}
/* Transparent */
.module.trans {
	background: rgba(0, 0, 0, 0.2) !important;
}
.trans h3.moduletitle, .trans .modulecontent {
	padding: 20px !important;
}
/* Nopad */
.nopad, .nopad .modulecontent {
	padding: 0 !important;
}
.nopad .breadcrumb, .nopad .modulecontent .breadcrumb {
	padding: 8px 15px !important;
}
.contentnopad .modulecontent {
	padding: 0 !important;
}
/* Nomarg */
.nomarg, .nomarg h3.moduletitle {
	margin: 0 !important;
}
.outlined {
	outline: 1px solid #fff;
	outline-offset: -12px;
}
/* Box Suffix */
.module h3.fa::before, .module.box h1 span, .module.box h2 span, .module.box h3 span, .module.box h4 span, .module.box h5 span, .module.box h6 span, .module.box .modulecontent {
	color: #fff!important;
}
.module.box {
	padding: 28px;
}
.module.transparent.box {
	background-color: rgba(0, 0, 0, 0.5);
}
.module.dark.box {
	background: #000;
}
.module.darktrans.box {
	background: rgba(0, 0, 0, 0.7)
}
.module.blue.box {
	background: #457fc1;
}
.module.red.box {
	background: #8c173e;
}
.module.green.box {
	background: #466d66;
}
.module.orange.box {
	background: #f47d43;
}
.module.purple.box {
	background: #3D283A;
}
.module.yellow.box {
	background: #fac611;
}
.module.light.box {
	background: #fafafa;
}
.module.light.box h1 span, .module.light.box h2 span, .module.light.box h3 span, .module.light.box h4 span, .module.light.box h5 span, .module.light.box h6 span, .module.light.box .modulecontent {
	color: #333!important;
}
/* Sideline Base Color Suffix Styles */
.sideline h1.moduletitle, .sideline h2.moduletitle, .sideline h3.moduletitle, .sideline h4.moduletitle, .sideline h5.moduletitle, .sideline h6.moduletitle {
	background: none;
	padding: 0 0 0 20px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left-width: 3px;
	border-style: solid;
}
/* Sideline Colors */

.red .moduletitle {
	border-color: #8c173e!important;
}
.blue .moduletitle {
	border-color: #457fc1!important;
}
.green .moduletitle {
	border-color: #466d66!important;
}
.orange .moduletitle {
	border-color: #f47d43!important;
}
.purple .moduletitle {
	border-color: #3D283A!important;
}
.yellow .moduletitle {
	border-color: #fac611!important;
}
/* Tabbed */

.module.tabbed .moduletitle {
	padding: 20px;
}
.module.tabbed.shadowed .modulecontent {
	padding: 20px!important;
}
.tabbed .moduletitle span {
	color: #fff!important;
}
.module.tabbed.light .moduletitle span {
	color: #333!important;
}
.module.tabbed.blue .moduletitle {
	background: #457fc1!important;
}
.module.tabbed.light .moduletitle {
	background: #fafafa!important;
}
.module.tabbed.dark .moduletitle {
	background: #222!important;
}
.module.tabbed.red .moduletitle {
	background: #8c173e!important;
}
.module.tabbed.green .moduletitle {
	background: #466d66!important;
}
.module.tabbed.orange .moduletitle {
	background: #f47d43!important;
}
.module.tabbed.purple .moduletitle {
	background: #3D283A!important;
}
.module.tabbed.yellow .moduletitle {
	background: #fac611!important;
}
/* Title Borders */
/* Top Border */

.titletopborder .moduletitle {
	border-top: 4px solid #999;
	padding-top: 12px
}
/* Bottom Border */

.titlebottomborder .moduletitle {
	border-bottom: 4px solid #999;
	padding-bottom: 12px
}
/* Left Border */

.titleleftborder .moduletitle {
	border-left: 4px solid #999;
	padding-left: 12px
}
/* Right Border */

.titlerightborder .moduletitle {
	border-right: 4px solid #999;
	padding-right: 12px
}
/* Module Borders */
/* Top Border */

.module.topborder {
	border-top: 2px solid #2fc2ff;
	padding-top: 12px
}
/* Bottom Border */

.module.bottomborder {
	border-bottom: 2px solid #2fc2ff;
}
/* Left Border */

.module.leftborder {
	border-left: 2px solid #2fc2ff;
	padding-left: 12px
}
/* Right Border */

.module.rightborder {
	border-right: 2px solid #2fc2ff;
	padding-right: 12px
}
/* Border */

.border h3.moduletitle {
	text-align: center;
	margin-bottom: 36px
}
.border h3.moduletitle span {
	border: 1px solid #666;
	padding: 12px 24px;
	font-size: 24px;
	font-weight: 200
}
.border h3.moduletitle:after {
	content: '';
	display: block;
	margin-top: -16px;
	border-bottom: 1px solid #666;
	width: 90%;
	margin-left: auto;
	margin-right: auto
}
.border .modulecontent {
	text-align: center;
}
/* Borderwrap */

.bwrap {
	border: 1px solid #d3d3d3;
	padding: 30px
}
.bwrap h3.moduletitle {
	padding: 13px 24px;
	margin-left: -24px;
	margin-right: -24px
}
/* White Text CSS */

.wsubtext {
	color: #fff;
}
.wsubtext a, .wsubtext a h4 {
	color: #fff!important;
}
.divider {
	width: 30%;
	max-width: 30px;
	margin: 0 0 3vh;
	border-color: #000;
}
/* Mobileshow */

.mobileshow {
	display: none;
}
/* mod_custom Footer */

p.footertxt {
	color: #999;
}
/* Module suffix add ons */

.h3center h3.moduletitle {
	text-align: center;
}
.wtext h3.moduletitle, .wtext h4, .wtext p, .wtext span.rest, .wtext .module h3 span.rest, .wtext span.first_word, .wtext .module h3 span.first_word {
	color: #fff !important;
}
h3.sm-modtitle {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
}
.noflow .wallviewbootstrap {
	overflow: visible!important;
}
/* TYPOGRAPHY DEMO */
/* Font Awesome Demo Content Styling */
.pagetitle1 i {
	margin-right: 6px
}
.fontawesome-icon-list div {
	width: 33%;
	display: inline-block;
	text-align: left;
	padding: 10px 0
}
.typowrap {
	background: #fafafa;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 30px
}
#multicolumnelement {
	column-count: 3;
	column-gap: 1em;
	column-rule: 1em solid #000
}
#iconlistwrap {
	margin-top: 30px
}
/* -----------------------------------------------*/
/* 07 - Bootstrap Styles / Overrides
/* ----------------------------------------------*/
.com_content .item-page .pager li >a, .pager li >span {
	border-radius: 3px!important
}
.breadcrumb {
	margin: 0!important;
	border-radius: 0!important;
	background: transparent!important;
	text-shadow: none!important
}
.breadcrumb>li {
	text-shadow: none!important
}
.modulecontent input[type="search"] {
	font-size: 12px;
	font-weight: 100!important
}
.modulecontent form {
	margin: 0!important
}
iframe {
	border: 0!important
}
/* JXTC YouTube Background Video Bootstrap Fix */
.jxtc-youtube {
	margin: 0px!important;
}
/* Responsive CSS */
 /* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
/* Reset Background Attachement for Devices */
.constrain {
width:auto
}
.item-page.content-constrain {
width:auto;
margin:0 auto
}
.item-page.content-constrain70 {
width:auto;
margin:0 auto
}
.input-large {
width:70%
}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
/* Joomla Content */
.com_content .pull-right.item-image {
margin:0;
width:100%;
height:100%;
float:none
}
.com_content .pull-left.item-image {
margin:0;
width:100%;
height:100%;
float:none
}
.com_content .item-page .item-image {
margin-bottom:24px
}
.img-fulltext-left, .article-full-left {
float:none!important;
width:100%!important
}
.com_content .blog .timeline-blog-item .item-image {
width:100%
}
.border h3.moduletitle::after {
width:70%
}
body {
padding-left:0;
padding-right:0
}
.input-large {
width:100%
}
}
 /* CSS3 EFFECTS */
body.frontpage.stickyscroll .overlay {
transition-duration:1.5s, 1.5s
}
/*дополнительные стили*/
.buton {
	display: block;
 background: url(https://ostro.su/templates/influence/src/but.png);
	width: 300px;
	height: 200px;
	font-weight: bold;
	font-size: 100px;
	text-decoration: none;
	text-align: center;
	color: rgba(0, 0, 0, 0.2);
}
.buton:hover {
	background-position: 0 -200px;
	text-decoration: none;
	text-align: center;
	color: rgba(0, 0, 0, 0.3);
}
.orange {
	display: block;
 background: url(https://ostro.su/templates/influence/src/orange.png);
	width: 200px;
	height: 151px;
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c;
}
.orange:hover {
	background-position: 0 -151px;
}
.pumpkin {
	display: block;
 background: url(https://ostro.su/templates/influence/src/pumpkin.png);
	width: 200px;
	height: 151px;
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c;
}
.pumpkin:hover {
	background-position: 0 -151px;
}
.paprica {
	display: block;
 background: url(https://ostro.su/templates/influence/src/paprica.png);
	width: 200px;
	height: 151px;
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c;
}
.paprica:hover {
	background-position: 0 -151px;
}
.chili {
	display: block;
 background: url(https://ostro.su/templates/influence/src/chili.png);
	width: 200px;
	height: 151px;
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c;
}
.chili:hover {
	background-position: 0 -151px;
}
.apple {
	display: block;
 background: url(https://ostro.su/templates/influence/src/apple.png);
	width: 200px;
	height: 151px;
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c;
}
.apple:hover {
	background-position: 0 -151px;
}
.earth {
	display: block;
 background: url(https://ostro.su/templates/influence/src/earth.png);
	width: 200px;
	height: 151px;
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c;
}
.earth:hover {
	background-position: 0 -151px;
}
.fish {
	display: block;
 background: url(https://ostro.su/templates/influence/src/fish.png);
	width: 200px;
	height: 151px;
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c;
}
.fish:hover {
	background-position: 0 -151px;
}
.money {
	display: block;
 background: url(https://ostro.su/templates/influence/src/money.png);
	width: 200px;
	height: 151px;
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c;
}
.money:hover {
	background-position: 0 -151px;
}
.flower1 {
	display: block;
 background: url(https://ostro.su/templates/influence/src/flower1.png);
	width: 200px;
	height: 151px;
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c;
}
.flower1:hover {
	background-position: 0 -151px;
}
.flower2 {
	display: block;
 background: url(https://ostro.su/templates/influence/src/flower2.png);
	width: 200px;
	height: 151px;
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c;
}
.flower2:hover {
	background-position: 0 -151px;
}
.flower3 {
	display: block;
 background: url(https://ostro.su/templates/influence/src/flower3.png);
	width: 200px;
	height: 151px;
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c;
}
.flower3:hover {
	background-position: 0 -151px;
}
.turtle {
	display: block;
 background: url(https://ostro.su/templates/influence/src/turtle.png);
	width: 200px;
	height: 151px;
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c;
}
.turtle:hover {
	background-position: 0 -151px;
}
.waterpig {
	display: block;
 background: url(https://ostro.su/templates/influence/src/waterpig.png);
	width: 200px;
	height: 151px;
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c;
}
.waterpig:hover {
	background-position: 0 -151px;
}
.owl {
	display: block;
 background: url(https://ostro.su/templates/influence/src/owl.png);
	width: 200px;
	height: 151px;
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c;
}
.owl:hover {
	background-position: 0 -151px;
}
.beaver {
	display: block;
 background: url(https://ostro.su/templates/influence/src/beaver.png);
	width: 200px;
	height: 151px;
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c;
}
.beaver:hover {
	background-position: 0 -151px;
}
.racoon {
	display: block;
 background: url(https://ostro.su/templates/influence/src/racoon.png);
	width: 200px;
	height: 151px;
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c;
}
.racoon:hover {
	background-position: 0 -151px;
}
.fox {
	display: block;
 background: url(https://ostro.su/templates/influence/src/fox.png);
	width: 250px;
	height: 154px;
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c;
}
.fox:hover {
	background-position: 0 -154px;
}
.cat {
 background: url(https://ostro.su/templates/influence/src/cat.png);
	width: 197px;
	height: 310px;
	float: right;
	margin-left: 30px;
}
.cat:hover {
	background-position: 0 -310px;
}
.cat2 {
 background: url(https://ostro.su/templates/influence/src/cat2.png);
	width: 242px;
	height: 310px;
	float: left;
	margin-right: 30px;
}
.cat2:hover {
	background-position: 0 -310px;
}
.umbrella {
 background: url(https://ostro.su/templates/influence/src/umbrella.png) no-repeat;
	width: 246px;
	height: 221px;
	float: left;
	margin-right: 30px;
}
.umbrella:hover {
	background-position: 0 -221px;
}
.saksa {
 background: url(https://ostro.su/templates/influence/src/saksa.png);
	width: 310px;
	height: 239px;
	float: left;
	margin-right: 30px;
}
.saksa:hover {
	background-position: 0 -239px;
}
.tent {
 background: url(https://ostro.su/templates/influence/src/tent.png) no-repeat;
	background-size: cover;
	width: 310px;
	height: 203px;
	float: right;
	margin-left: 30px;
}
.tent:hover {
	background-position: 0 -203px;
}
.create {
 background: url(https://ostro.su/templates/influence/src/creating.png);
	width: 250px;
	height: 209px;
	margin: 0 auto;
}
.seo {
 background: url(https://ostro.su/templates/influence/src/seo.png);
	width: 250px;
	height: 209px;
	margin: 0 auto;
}
.lessons {
 background: url(https://ostro.su/templates/influence/src/lessons.png);
	width: 250px;
	height: 209px;
	margin: 0 auto;
}
.sales {
 background: url(https://ostro.su/templates/influence/src/chara.png);
	width: 250px;
	height: 209px;
	margin: 0 auto;
}
.white .span4.creating {
	background: rgba(255, 255, 255, 0.79) url("https://ostro.su/templates/influence/src/venok.png") no-repeat center 13px;
	position: relative;
}
.white .span4.creating a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.white .span4.creating div {
	bottom: 2%;
	left: 0;
	position: absolute;
	width: 100%;
	color: #000;
	height: calc(98% - 225px);
}
.white .span4.creating div p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
}
.white .creating h3 {
	color: #fff;
	line-height: 140px !important;
	font-size: 30px;
	font-weight: 900 !important;
}
.creating {
	text-align: center;
	background: rgba(255, 255, 255, 0.79);
	padding: 2% 0;
	margin-bottom: 2%;
	min-height: 50vh !important;
}
.creating:hover .create, .creating:hover .seo, .creating:hover .lessons, .creating:hover .sales {
	background-position: 0 -209px;
}
.creating p {
	color: #000;
	font-size: 20px;
	line-height: 1;
}
.creating p:nth-child(2) {
	font-size: 27px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-top: 5%;
}
@media (max-width: 480px) {
.sendmail {
	position: relative !important;
	margin-left: auto !important;
	width: 100% !important;
	left: auto !important;
}
}
.sendmail {
	display: block;
	width: 390px;
	background: rgba(255, 255, 255, 0.99);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.69);
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-size: 26px;
	margin: 20px auto auto;
}
.creating .fa {
	color: #fff;
	font-size: 120px;
}
.prices .btn {
	width: calc(100% - 20px);
	font-size: 20px;
	text-transform: uppercase;
}
.prices strong {
	color: #fff;
	font-size: 26px;
	line-height: 250%;
}
#logo, #logomobile {
 background: url(https://ostro.su/templates/influence/images/logos/logo.png) no-repeat top left;
	float: left;
	height: 70px;
	overflow: hidden;
}
#logo:hover {
	background-position: 0 -70px;
}
#logo a p {
	line-height: normal;
}
#logomobile a p {
	line-height: normal;
}
#logomobile:hover {
	background-position: 0 -70px;
}
.mainmenu {
	width: 110%;
	float: right !important;
}
.mainmenu > li {
	float: right !important;
	list-style-type: none;
	background: transparent url("https://ostro.su/templates/influence/src/left.png") no-repeat scroll 0 0;
	height: 40px;
	margin: 0 0 0 1%;
}
.mainmenu > li a {
 background:url(https://ostro.su/templates/influence/src/right.png) no-repeat right;
}
/*
.mainmenu > li:after {
    content: "";
    display:block;
	background:url(https://ostro.su/templates/influence/src/right.png);
	background-position:right;
	background-repeat:no-repeat;
	height:40px;
	position:absolute;
	top:0;
	right:0;
	width:40px;
}
*/
.dropdown {
	position: unset;
}
.dropdown-menu li {
	background: transparent url("https://ostro.su/templates/influence/src/pod.png") no-repeat scroll center bottom;
	height: auto;
	background-size: contain;
}
.dropdown-menu li:after {
	content: none;
}
.dropdown-menu li a {
	text-align:center !important;
}
@media (max-width: 480px) {
.mainmenu li.current.active.dropdown.parent {
	height: auto;
}
}
@media (min-width: 480px) {
#menuwrap ul.nav li.dropdown.current.active > ul.dropdown-menu {
	display: block
}
}
#footer {
	position: relative;
}
#footer:before {
	content: '';
	background: transparent url("https://ostro.su/templates/influence/src/border2.png") repeat-x bottom;
	height: 110px;
	width: 100%;
	display: block;
	position: absolute;
	top: -110px;
}
.frontpage #region2wrap {
	min-height: calc(90vh - 70px);
	padding: 0;
	position: relative;
}
.com_content .blog .intro, .com_tags ul.category li {
	position: relative;
	background: rgba(0, 0, 0, 0.69);
	padding: 0;
}
.com_content .blog .intro .fig, .com_tags ul.category li .fig {
	padding: 50px 40px;
}
.com_content .blog .intro .fig:before, .com_tags ul.category li .fig:before {
	position: absolute;
	content: '';
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	opacity: 0.2;
	transition: opacity 0.35s, transform .35s;
	z-index: 1;
}
.com_content .blog .intro .fig:after, .com_tags ul.category li .fig:after {
	position: absolute;
	content: '';
	top: 30px;
	right: 40px;
	bottom: 30px;
	left: 40px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	opacity: 0.2;
	transition: opacity 0.35s, transform .35s;
}
.com_content .blog .intro:hover .fig:before, .com_content .blog .intro:hover .fig:after, .com_content .intro:hover .tags.inline, .com_tags ul.category li:hover .fig:after, .com_tags ul.category li:hover .fig:before {
	opacity: 1;
	transition: opacity 0.35s, transform .35s;
}
.com_content .intro .item-image, .com_tags ul.category li .fig>a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0;
	overflow: hidden;
}
.com_content .intro .item-image::before, .com_tags ul.category li .fig>a:before {
	content: '';
	display: block;
	background: #000;
	top: 50px;
	bottom: 50px;
	position: absolute;
	left: 40px;
	right: 40px;
}
.com_content .intro .item-image img, .com_tags ul.category li .fig>a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
}
.com_content .intro:hover img, .com_tags ul.category li .fig>a:hover img {
	opacity: 1;
	transition: opacity 0.35s, transform .35s;
}
.com_content .intro .page-header, .com_tags ul.category li .fig h3 {
	margin-top: 0;
	position: relative;
	z-index: 2;
	text-align: center;
}
.com_content .intro .page-header h2 {
	text-align: center;
}
.com_content .blog .intro .page-header h2 a, .com_tags ul.category li .fig h3 a {
	color: #fff !important;
	font-size: 26px !important;
	letter-spacing: normal;
	word-break: keep-all;
}
.com_content .intro .page-header h2:after {
	margin-left: auto;
	margin-right: auto;
	width: 25%;
}
.com_content .intro .tags.inline {
	position: relative;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.35s, transform .35s;
}
.com_content .intro .fields-container, .com_tags ul.category li .fig .fields-container {
	position: relative;
	text-align: center;
}
.com_content .intro .fields-container .field-entry, .com_tags ul.category li .fig .fields-container .field-entry {
	padding: 0 !important;
	background: transparent;
	border: none;
}
.com_content .intro .fields-container img.logo {
	width: 90%;
}
.module.white {
	margin-bottom: 70px;
}
.module.white a {
	color: #fff;
}
.progress.progress-striped.active {
	overflow: visible;
	height: 10px;
}
.progress-striped .bar.orange {
	background-color: #ffa500;
	box-shadow: 0px 5px 10px #ffa5009e;
}
#price .control-label {
	font-size: 30px;
	color: #B84B30;
}
#price .control-label .formRequired {
	display: none;
}
@media (max-width: 480px) {
#price .radio.inline, #price .checkbox, #price .radio {
	width: 100% !important;
}
}
#price .radio.inline, #price .checkbox, #price .radio {
	width: 45.8%;
	margin: 1% !important;
	padding: 1%;
	background: rgba(255, 255, 255, 0.66);
	border: 1px #B84B30 dashed;
	display: inline-block;
}
#price .radio.inline input[type="radio"], .checkbox input[type="checkbox"], #price .radio input[type="radio"] {
	margin-left: 0;
	margin-right: 10px;
}
#price #any, #price #what-are-you {
	margin: 1% !important;
	padding: 1% !important;
	background: rgba(255, 255, 255, 0.66);
	border: 1px #B84B30 dashed !important;
	width: 96%;
}
#rsform_4_page_0 {
	background: url("https://ostro.su/templates/influence/src/target.png") no-repeat right bottom;
	background-size: contain;
	min-height: 235px;
	transition: all 2s;
}
#rsform_4_page_1 {
	background: url("https://ostro.su/templates/influence/src/type.png") no-repeat right bottom;
	background-size: contain;
	min-height: 235px;
	transition: all 2s;
}
#rsform_4_page_2 {
	background: url("https://ostro.su/templates/influence/src/industry.png") no-repeat right bottom;
	background-size: contain;
	min-height: 235px;
	transition: all 2s;
}
#rsform_4_page_3, #rsform_5_page_5 {
	background: url("https://ostro.su/templates/influence/src/send.png") no-repeat right bottom;
	background-size: contain;
	min-height: 235px;
	transition: all 2s;
}
.item-page.school {
	position: relative;
}
.you > div {
	height: 310px;
	position: relative;
	margin-top: 4%;
}
.you > div h3 {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.69);
}
.you > div img {
	height: 310px;
	object-fit: contain;
}
.you > div p {
	text-align: center;
	position: absolute;
	color: #000;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 !important;
	background: rgba(255, 255, 255, 0.69);
}
.result > div.span3 {
	height: 310px;
	margin-top: 4%;
	text-align: center;
	background: rgba(0, 0, 0, 0.1);
}
.result > div .fa {
	color: #000;
	font-size: 60px;
	margin-top: 10%;
}
.result > div p {
	color: #000;
	font-size: 20px;
}
.program h3 span {
	font-weight: 100;
	color: #fff;
}
.program>div.span3 {
	background: rgba(255, 255, 255, 0.40);
	margin-top: 4%;
	text-align: center;
	padding: 0 0 0 1%;
}
.simplecallback-overlayed {
	width: 320px !important;
	text-align: center !important;
	box-shadow: 0 0 200px rgb(0, 0, 0) !important;
}
.simplecallback.simplecallback-overlayed .form-group.custom-file {
	position: relative;
}
.simplecallback.simplecallback-overlayed .input-block-level, .simplecallback.simplecallback-overlayed .btn {
	font-size: 22px;
	height: 34px;
	text-align: center;
	text-transform: uppercase;
}
.simplecallback.simplecallback-overlayed .btn {
	width: 100%;
}
.simplecallback.simplecallback-overlayed textarea.input-block-level {
	height: auto;
}
.simplecallback .beforeformtext {
	color: #ce5904;
}
.simplecallback .beforeformtext strong {
	color: #ff5604;
	font-size: 22px;
}
.mailer .page-header {
	text-align: center;
	text-transform: uppercase;
	background: #fff;
	margin: 0;
	padding: 1%;
}
.mailer .modulecontent {
	background: #fff;
}
.mailer .simplecallback div#captcha {
	padding-left: 0;
}
.mailer button {
	margin-left: 0 !important;
	text-transform: uppercase;
	background: #e52826 !important;
	color: #fff;
}
.module.mailer {
	max-width: 620px;
	margin: 0 auto 60px auto;
	padding: 40px;
	background: #fff url("https://ostro.su/templates/influence/src/avia.jpg");
}
.accordion-group p {
	color: #fff;
}
.article .item-page h4, .article .item-page h3 {
	text-align: center;
	margin: 3% auto !important;
}
.calc #component {
	margin-bottom: 100px;
	min-height: calc(100vh - 345px);
}
.calc h1 {
	margin-bottom: 30px;
}
.content-links-a a {
	border: none !important;
}
.content-links-a a:hover {
	color: #000 !important;
	background: transparent !important;
}
.content-links {
	display: inline-block;
}
table.service, table.service thead, table.service tbody, table.service th, table.service td, table.service tr {
	text-align: center;
	border: 1px #B84B30 dashed;
}
.pagesprices .rl_tabs > ul.nav-tabs > li {
	width: 20%;
	text-align: center;
}
.pagesprices .rl_tabs > ul.nav-tabs > li > a i {
	color: #B84B30;
	margin-right: 5%;
}
@media only screen and (max-width: 600px) and (max-device-width: 600px) {
table.service, table.service thead, table.service tbody, table.service th, table.service td, table.service tr {
	display: block;
}
.pagesprices .rl_tabs > ul.nav-tabs > li {
	width: 100%;
}
}
.arrow-7 {
	margin: 30px;
}
.arrow-7 span {
	display: block;
	width: 30px;
	height: 30px;
	border-bottom: 5px solid #337AB7;
	border-right: 5px solid #337AB7;
	transform: rotate(45deg);
	margin: -16px;
	animation: arrow-7 2s infinite;
}
.arrow-7 span:nth-child(2) {
	animation-delay: -0.2s;
}
.arrow-7 span:nth-child(3) {
	animation-delay: -0.4s;
}
 @keyframes arrow-7 {
 0% {
 opacity: 0;
 transform: rotate(45deg) translate(-20px, -20px);
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 0;
 transform: rotate(45deg) translate(20px, 20px);
}
}
.arrow-8 {
	margin: 30px;
}
.arrow-8 span {
	display: block;
	width: 30px;
	height: 30px;
	border-top: 5px solid #337AB7;
	border-left: 5px solid #337AB7;
	transform: rotate(45deg);
	margin: -16px;
	animation: arrow-8 2s infinite;
}
.arrow-8 span:nth-child(2) {
	animation-delay: -0.2s;
}
.arrow-8 span:nth-child(3) {
	animation-delay: -0.4s;
}
 @keyframes arrow-8 {
 0% {
 opacity: 0;
 transform: rotate(45deg) translate(-20px, -20px);
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 0;
 transform: rotate(45deg) translate(20px, 20px);
}
}
.item-page h4 i {
	color: #2453a8;
	margin-right: 1%;
	font-size: 120%;
}
/*ul.category.list-striped {
	list-style-position: inside;
	-moz-column-count:2; 
	-webkit-column-count:2; 
	column-count:4;
    list-style-type:decimal;
    height:25%;
}*/
ul.category.list-striped li {
	margin-bottom: 20px;
}
@media (min-width: 600px) and (min-device-width: 600px) {
ul.category.list-striped li:nth-child(5n) {
	margin-left: 0 !important;
}
}
ul.category.list-striped li h3 {
	height: 69px;
}
.tag-category .fields-container img.logo {
	height: 100px;
}
.module.tags h3 {
	text-align: center;
}
.module.tags h3 span.first_word {
	color: #fff;
}
.module.tags .tags_152 li {
	margin: 6px;
}
.module.tags .tags_152 li:last-child {
	margin-bottom: 30px;
}
.module.tags .tags_152 a {
	background: rgba(255, 255, 255, 0.79);
	color: #000 !important;
}
.module.tags .tags_152 a:before {
	border-color: transparent rgba(255, 255, 255, 0.79) transparent transparent;
}
.module.tags .tags_152 a:after {
	background: #fd7b01;
}
#component {
	max-width: 1200px;
	margin: 0 auto;
}
.frontpage #user6_10 {
	width: calc(100% + 80px);
	margin-left: -40px;
	background: #f5efea url("https://ostro.su/templates/influence/images/backgrounds/price.jpg") no-repeat;
	background-size: cover;
}
/*---preloader---*/
#p_prldr {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #f5efea;
	z-index: 30;
}
.contpre small {
	font-size: 25px;
}
.contpre {
	width: 250px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 48%;
	margin-left: -125px;
	margin-top: -75px;
	color: #ccc;
	font-size: 40px;
	letter-spacing: -2px;
	text-align: center;
	line-height: 35px;
}
#p_prldr .svg_anm {
	width: 300px;
	height: 300px;
	background: url("https://ostro.su/templates/influence/images/preload.svg") center center no-repeat;
	background-size: 100%;
	margin: -16px 0 0 -16px;
	display: block;
}
/*-------------------*/
.simplecallback-overlayed {
	margin-left: -190px !important;
}
.intro .fig .readmore {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 !important;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.intro .fig .readmore a.btn, .intro .fig .readmore a.btn:hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 !important;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: transparent !important;
	padding: 0 !important;
	border: none !important;
	color: transparent !important;
}
.tag-category .cat-list-row0.clearfix.span3 {
	position: relative;
}
.tag-category li.clearfix.span3 a:first-child {
	display: block;
	z-index: 3;
	opacity: 0;
}
.prezent #menuwrap {
	max-width: calc(100% - 200px);
	display: none;
}
.prezent ul, .prezent img {
	max-width: 700px;
	margin: 0 auto;
	list-style-type: none;
	font-style: italic;
}
.prezent ul li {
	font-size: inherit;
	text-rendering: auto;
	line-height: 1.4;
}
.prezent ul li:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f005";
	color: #ff0505;
	margin-right: 1%;
}
.prezent p {
	line-height: 1;
	max-width: 900px;
	margin-left: auto !important;
	margin-right: auto !important;
}
@media (max-width: 600px) {
.prezent #logomobile {
	background: url("https://ostro.su/templates/influence/images/logos/logo300.png") no-repeat;
	background-size: contain;
	width: 20%;
	margin-right: 1%;
}
.prezent #logomobile a p.logotextmobile {
	padding: 0;
	opacity: 0;
}
.prezent #menuwrap {
	width: auto;
	max-width: none;
	padding: 0 5%;
	text-align: justify;
}
.prezent #menuwrap div p {
	line-height: 1;
	font-size: 16px !important;
}
.prezent #component, .prezent #region3.xtc-fluidwrapper {
	padding: 0;
}
.prezent img {
	max-width: 100%;
}
.prezent ul {
	margin: 0 5%;
	list-style-type: none;
}
.article #region3 {
    padding: 0;
}
a.fullimage.modal_link, a.jcepopup {
    pointer-events: none;
}
}
@media (min-width: 600px) {
#price.quiz {
	min-height: 400px;
}
#rsform_5_page_0.formContainer {
	position: relative;
}
#rsform_5_page_0.formHidden {
	position: absolute;
}
#rsform_5_page_0 .row-fluid:nth-child(2) {
	position: absolute;
	bottom: 0;
}
button#StartNext {
	margin-bottom: 0;
}
}
.list {
	max-width: 800px;
	margin: auto;
}
.case .page-header h2, .case .tags.inline {
	display: none;
}
.case.item-page a.jcepopup {
	width: 100%;
	height: 310px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}
.case.item-page a.jcepopup:before {
	content: "\f06e";
	font: normal normal normal 64px/1 FontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	color: #000;
	margin-left: -32px;
}
.case.item-page a.jcepopup img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.case ul li {
	list-style-type:none;
}
.case .whattodo i.fa {
font-size: 60px;
float: left;
clear: left;
margin-right: 5%;
}

.rsform-submit-button.rsform-thankyou-button {
    margin: 5% auto;
    display: block;
}
.module.box.light a {
    margin: 0 5px 10px;
	padding-left: 20px;
	background: rgb(255 172 89 / 45%);
    color: #000 !important;
	position: relative;
	display: inline-block;
	line-height: 1.35;
}
.module.box.light a:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 12px 0;
	border-color: transparent rgb(255 172 89 / 45%) transparent transparent;
}
.module.box.light a:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: -1px -1px 2px #004977;
    box-shadow: -1px -1px 2px #004977;
	background: #ff0000;
}