
/* Tags */
html {width: 100%; margin: 0px; padding: 0px;}
body {
	width: 100%;
    min-width: 400px;
	margin: 0px;
	color: #2e3358;
/*
	font-size: 19px;
    font-weight: 300;
	font-family: "Ubuntu", "Tahoma", "Arial", sans-serif;
*/
	line-height: 1.6em;
	background:#e8f0f0 url(../images/fon_body_02.jpg) 0 0 repeat-x;
    background-size: contain;
	}
H1,
H2,
H3,
H4,
H5,
H6,
H7 {
	color: #694290;
}

H1,
.article-list .article .article-header h1 {
	margin: 20px 7px 35px 0;
	font-size: 42px;
	font-weight: 300;
	line-height: 1.2em;
}
H2,
.article-list .article .article-header h2 {
	margin: 5px 0px 10px;
	padding-right: 15px;
	font-size: 40px;
	font-weight: 300;
    line-height: 1.15em;
}
H3 {
	margin: 5px 0;
	font-size: 28px;
	font-weight: 400;
}
H4 {
	margin: 5px 0;
	font-size: 24px;
	font-weight: 400;
}
H5 {
	margin: 5px 0;
	font-size: 21px;
	font-weight: 500;
}

h6 {
	margin: 5px 0;
	font-size: 20px;
	font-weight: 500;
}

strong,
b {font-weight: 600; color: #556;}


a:hover,
a:focus {
    text-decoration: underline;
    color: #d40c78 !important;
    outline: 0px !important;
}

ul.menu li a,
#sp-top-bar a,
a:link,
a:visited,
a {
    text-decoration: none !important;
    color: #3063c9;
    outline: 0px !important;
    transition: all 0.2s ease;
	
}

.active a {
	text-decoration: underline;
	color: #d40c78 !important;
}
address{
    font-style: normal;
}

/* Header */
.logo-image-phone {
  padding: 5px 30px 10px 0;
}


#sp-top2 div.mod-languages ul.lang-inline li.lang-active {
	background: none !important;
}    

#sp-top-bar,
#sp-header {
	height: auto;
    background: transparent;
    color: inherit;
    box-shadow: none;
}

#sp-header .row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	/*flex-wrap: nowrap;*/
}

#sp-top-bar {
    font-size: 90%;
}

#sp-top2 .sp-column,
#sp-top2 ul.social-icons {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
}
#sp-top2 .sp-column > * {
    display: inline-block;
}
#sp-top2 ul.social-icons {min-width: 40%; justify-content: space-evenly;}
#sp-top2 ul.social-icons span {font-size: 30px; opacity: 0.85;}
#sp-top2 ul.social-icons span:hover {opacity: 0.9;}


body #sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.7s;
/*    height: 70px;*/
    box-shadow: 0 0 10px 0 rgb(10 5 3 / 10%);
    background-color: rgba(230, 245, 255, 0.55);
}
body:not(.modal-menu-active) #sp-header.header-sticky {
    /* transition: all 0.5s; */
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.tb_top .mod-languages {text-align: center;}
.tb_top .mod-languages ul.lang-inline {height: 30px;}
.tb_top .mod-languages ul li a {display: inline-block; min-height: 30px;}
.tb_top .td_search {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    float: none;
}
.tb_top .td_search form { width: 200px; margin: 0px auto; }

a.home_button {margin: 2px 21% 0px 0px;}
.social_top_button a i.fa,
.social_top_button a i.fab  {
	margin: 1px 3% 0px;
	font-size: 22px;
	font-weight: normal;
	color: #3975a9;
	text-shadow: 1px 1px 5px #fff;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	vertical-align: middle;
}
.social_top_button a:hover i.fab  {
    color: #d40c78 !important;
}


fieldset {
    margin: 10px;
    padding: 20px 20px;
    border: transparent 1px solid;
    border-radius: 3px;
    box-shadow: 3px 3px 5px #aabbcc;
    background-color: rgba(64, 76, 109, 0.15);
}

.search {margin:0 3px 0 15px;}

.search form input,
.search form input.inputbox,
.form-search .search-query.input-medium {
    width: 200px;
    padding: 7px 0px;
    border: transparent 1px solid;
    border-radius: 5px;
    box-shadow: 1px 0px 3px #a2b4c6;
    transition: all 0.5s ease;
    outline: -webkit-focus-ring-color auto 1px;
    outline-color: transparent;
    outline-style: auto;
    outline-width: 1px;
}

.search form input:hover,
.search form input:focus, .form-search #mod-finder-searchword124:hover, .form-search #mod-finder-searchword124:focus {
    width: 300px !important;
    border: transparent 1px solid !important;
    box-shadow: 1px 0px 5px #a2b4c6 !important;
    outline: -webkit-focus-ring-color auto 1px;
    outline-color: transparent;
    outline-style: auto;
    outline-width: 1px;
}
.search form {font-size: 23px !important;}
.search form {margin: 0px; }
.header-modules .search form::after {
    color: #3063c9;
    font-size: 16px;
    line-height: 32px;
    right: 10px;
}
.header-modules .search:hover form::after {
    color: #694290;
}
.header-modules .search:hover form::after,
.header-modules .search:focus-within form::after {
    display: none;
}


/* Menu */
#menu {width: 70%; float:left; vertical-align:top; }
#menu.sppb-section {float:none; width: 100%; text-align: center !important; }
#menu ul.menu {padding: 5px 0px 0px 25px !important;}
#menu.sppb-section ul.menu {text-align: center;}
#menu a {
	display: inline-block;
	padding:15px 10px 15px;
/*	font-size: 22px;*/
	font-weight: 300;
    line-height: 1.5em;
	text-decoration: none;
	border-bottom: #fff 1px solid;
	border-color: transparent;
	transition: all 0.2s ease;
	}
#menu a:visited {color: #3063c9;}

ul.menu {margin: 18px 0px 10px; padding: 0px 0px 0px 25px; background-image: none; }
ul.menu li{
	margin: 0;
	margin-right: 15px;
    list-style: none !important;
	background-image: none !important;
	list-style-type: none !important;
	list-style-image: none !important;
	display: inline-block;
	transition: all 0.5s ease;
	}
ul.menu li a {
/*	font-size: 17px;*/
	font-weight: 400;
	text-decoration: none !important;
	border-radius: 8px;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
#sp-menu.col-auto.flex-auto{
	  flex: none;
}



/* Menu icons */

/*
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free", "FontAwesome" !important;
}
*/
ul.menu {
	padding-left: 0px !important;
}
ul.menu li:before {
	content: none !important;
}
 section ul.menu li {
	margin-left: 10px; 
	margin-right: 15px;
}
.right_col ul.menu li a:before,
section.shopmenu ul.menu li a:before {content: "\2022\00a0\00a0";}

.right_col ul.menu li a,
section ul.menu li a {
    display: inline-block;
	padding: 7px 7px 7px 20px;
	border-bottom: #fff 1px solid;
	border-color: transparent;
}

.right_col ul.menu li a:before,
section.shopmenu ul.menu li a:before {
	position: relative;
	left: -10px;
	float: left;
	width: 17px;
	font-family: "Font Awesome 5 Free", "FontAwesome";
	font-size: 21px;
	font-weight: normal;
	color: #46B66E;
	text-align: center;
	text-shadow: 0px 0px 3px #fff;
	transition: all 0.5s ease;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul#dev-sites-menu li.item-130 a:before,
ul#dev-sites-menu li.item-107 a:before,
ul#dev-sites-menu li.item-298 a:before {content: "\f109";}
ul#dev-sites-menu li.item-131 a:before,
ul#dev-sites-menu li.item-108 a:before,
ul#dev-sites-menu li.item-299 a:before {content: "\f201"; font-size: 19px;}
ul#dev-sites-menu li.item-132 a:before,
ul#dev-sites-menu li.item-109 a:before,
ul#dev-sites-menu li.item-300 a:before {content: "\f0f7";}
ul#dev-sites-menu li.item-133 a:before,
ul#dev-sites-menu li.item-110 a:before,
ul#dev-sites-menu li.item-301 a:before {content: "\f00a"; font-size: 19px;}
ul#dev-sites-menu li.item-134 a:before,
ul#dev-sites-menu li.item-111 a:before,
ul#dev-sites-menu li.item-302 a:before {content: "\f291"; font-size: 20px;}
ul#dev-sites-menu li.item-135 a:before,
ul#dev-sites-menu li.item-112 a:before,
ul#dev-sites-menu li.item-303 a:before {content: "\f1ea"; font-size: 19px;}

ul#support-sites-menu li.item-140 a:before,
ul#support-sites-menu li.item-118 a:before,
ul#support-sites-menu li.item-304 a:before {content: "\f046"; font-size: 20px;}
ul#support-sites-menu li.item-167 a:before,
ul#support-sites-menu li.item-168 a:before,
ul#support-sites-menu li.item-305 a:before {content: "\f0ac"; font-size: 20px;}
ul#support-sites-menu li.item-139 a:before,
ul#support-sites-menu li.item-117 a:before,
ul#support-sites-menu li.item-306 a:before {content: "\f0e4"; font-size: 20px;}
ul#support-sites-menu li.item-142 a:before,
ul#support-sites-menu li.item-120 a:before,
ul#support-sites-menu li.item-307 a:before {content: "\f200"; font-size: 20px;}
ul#support-sites-menu li.item-141 a:before,
ul#support-sites-menu li.item-119 a:before,
ul#support-sites-menu li.item-308 a:before {content: "\f044"; font-size: 20px;}

ul#workflow li.item-136 a:before,
ul#workflow li.item-114 a:before,
ul#workflow li.item-309 a:before {content: "\f0ea"; font-size: 18px;}
ul#workflow li.item-115 a:before,
ul#workflow li.item-137 a:before,
ul#workflow li.item-310 a:before {content: "\f219"; font-size: 20px;}
ul#workflow li.item-116 a:before,
ul#workflow li.item-138 a:before,
ul#workflow li.item-311 a:before {content: "\f1b3"; font-size: 20px;}
ul#workflow li.item-173 a:before,
ul#workflow li.item-174 a:before,
ul#workflow li.item-312 a:before {content: "\f080"; font-size: 18px;}
ul#workflow li.item-342 a:before,
ul#workflow li.item-343 a:before,
ul#workflow li.item-344 a:before {content: "\f121"; font-size: 18px;}
 
 
ul.menu li:hover a:before {
	position: relative;
	left: -15px;
	color: #4cc5ea;
	text-shadow: 0px 0px 3px #fff;
}

/* Frontpage menu */
#menu.sppb-section.fp-header div.dj-megamenu-wrapper,
#menu.sppb-section.fp-header ul.menu {
    display: block;
    position: absolute;
    width: 100%;
    margin-top: 25px;
}
#menu.sppb-section.fp-header ul.menu li a:visited,
#menu.sppb-section.fp-header ul.menu li a {
	font-size: 38px;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px #172b40;
} 
#menu.sppb-section.fp-header ul.menu li.active a {
	color: #2a5395 !important;  
	text-shadow: -1px -1px 1px #ecf2f7;
}
#menu.sppb-section.fp-header ul.menu li a:hover {
	color: #694290 !important;  
	text-shadow: -1px -1px 1px #fff;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%); /* W3C */
}

/* Burger + Offcanvas */
body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -75%;
    top: 0;
}

.burger-icon {
    width: 35px;
}
.burger-icon > span {
    height: 4px;
    background-color: #3063c9;
    margin: 6px 0;
}

.offcanvas-menu {
    width: 75%;
    color: #fff;
    background-color: #051522;

}

.offcanvas-menu .logo-image {
    height: 145px;
    opacity: 0.5;
    transition: .3s;
}
.offcanvas-menu .logo-image:hover {
    opacity: 0.8;
    transform: scale(1.07);
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a,
.offcanvas-menu .offcanvas-inner ul.menu>li>span {
    position: relative;
    display: block;
    color: #fff;
    font-size: 38px;
    padding: 10px 0px;
    line-height: 1.25em;
    opacity: 0.9;
    text-shadow: none;
} 
.offcanvas-menu .offcanvas-inner a {
    color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info{
    font-size: 34px;
}
.offcanvas-menu .offcanvas-inner .social-icons {
    font-size: 50px;
}
.offcanvas-active .close-offcanvas .burger-icon > span:first-child,
.offcanvas-active .close-offcanvas .burger-icon > span:last-child {
    background-color:  #fff;
    opacity: 0.8;
}
.offcanvas-active .close-offcanvas .burger-icon:hover > span:first-child,
.offcanvas-active .close-offcanvas .burger-icon:hover > span:last-child {opacity: 1;}

.offcanvas-menu .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fas {
  color: #7795ff; 
}
.sp-contact-info li {
  display: inline-block;
  margin: 0px 10px 0px 0px;
  font-size: 75%;
  white-space: nowrap;
}

/* Header frontpage */

.sppb-section.fp-header h1 {
	text-shadow: 1px 1px 1px #172b40;
	text-transform: uppercase;
	font: normal 18px "Ubuntu", "Tahoma", "Arial", sans-serif;
}

.sppb-section.fp-menu.right_col > *,
.sppb-section.portpholio > * {
	text-align: center;
}
.sppb-section.fp-menu.right_col .sppb-addon-container {
	min-height: 400px;
	box-shadow: inset 0px 0px 25px #fff, 1px 1px 15px #d8e0e8;
}

.sppb-section.fp-menu.right_col .sppb-column,
.sppb-section.feature .sppb-column {
    box-shadow: 1px 10px 15px -10px #33388a36;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.sppb-section.fp-menu.right_col .sppb-col-sm-4,
.sppb-section.feature .sppb-col-sm-3 { margin-bottom: 15px;}  

.sppb-section.portpholio {
	width: 113.6% !important;
	margin: 0px -8% !important;
	box-shadow: inset 3px 3px 20px #032f5c;
	border: #fff 1px solid;
	box-shadow: inset 0px -5px 15px rgba(20,20,25,0.1), 1px -1px 9px rgba(10,10,10,0.1);
}
#sp-page-builder .sppb-section.portpholio .sppb-section-title {
	margin: -8px 3.5% 3% 5.5% !important;
	padding: 14px 21px 9px;
	color: #694290;
	text-align: center;
	box-shadow: inset 0px -5px 15px rgba(20,20,25,0.1), 1px -1px 9px rgba(10,10,10,0.1);
	border: #fff 1px solid;
	border-top: none;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	background: #f3f3f5 url(../images/footer_bg.png) 50% 50%;
	background-size:cover;	
}
#sp-page-builder .sppb-section.portpholio .sppb-title-heading {
	margin-bottom: 5px;
}
#sp-page-builder .sppb-section.portpholio .zoo-item-list > li {
    overflow: visible;
}
#sp-page-builder .sppb-section.portpholio H4 {
	min-height: 47px;
	color: #fff;
	text-shadow: 0px -1px 1px #694290;
}
#sp-page-builder .sppb-section.portpholio a img {
	max-width: 100%;
    height: auto !important;
    transition: all 0.2s ease;
}
#sp-page-builder .sppb-section.portpholio a:hover img {    transform: translateY(-10px); }
.sppb-section.portpholio .element.element-itemname a {
	display: inline-block;
    min-height: 35px;
	margin: 1px 11%;
	padding: 4px 12px 5px;
    color: #47305d;
	font-size: 14px;
	line-height: 1.1em;
	background-color: rgba(255, 255, 255, 0.6);
	box-shadow: 1px 1px 2px #283643;
}
.sppb-section ul.category-module li {margin-bottom: 10px;}

.sppb-section.clients-row {
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: inset 0px 0px 15px #fff, 1px 1px 15px #d8e0e8;
}
.sppb-section.clients-row h3{margin-top: 0px;}
.sppb-addon-content .sppb-icon i {
	margin-bottom: 5px;
	text-shadow: 1px 1px 1px #dedbef;
}
.sppb-section.feature .sppb-addon-container,
.block-shop-icon {
	font-size: 18px;
	text-shadow: -1px -1px 0px #fff;
	color: #694290;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: inset 0px 0px 25px #fff, 1px 1px 15px #d8e0e8;
}

.sppb-section.feature .sppb-addon-content H4 {
	padding-bottom: 20px;
}
.sppb-section.feature .sppb-addon-content .sppb-media-content {padding-top: 15px;}
.sppb-section.feature .sppb-addon-content H4 a{
    color: #e34464;
}
.sppb-section.feature .sppb-addon-content .sppb-icon i {
	color: #e34464;
}

section#menu .sppb-row {
     margin-right: 0px; 
     margin-left: 0px; 
}

section.price-page .sppb-addon-text {padding: 5px 10px;}



/*  Main Slider  */
.header .portfolio div.n2-ss-slide-background-image {
    box-shadow: inset 0px -2px 9px rgba(19, 56, 93, 0.78);
    transition: ease 0.5s all;
}
.header .portfolio div.n2-ss-slide-background-image:hover {
    box-shadow: inset 0px -1px 7px rgba(19, 56, 93, 0.29);
}
.content #sp-page-builder .n2-section-smartslider.main-slider-top div.n2-ss-slide-background-image{
    box-shadow: inset 3px -5px 25px rgba(19, 56, 93, 0.78);
}

/* Header second page */
#sp-user1 {
    display: flex;
    align-items: center;
}

aside.moduletable_top_portfolio,
.portfolio {
	margin: 20px 0px 27px 0px;
	padding: 8px 21px;
	text-align: right;
	box-shadow: inset 0px -5px 15px rgba(20,20,25,0.1), 1px -1px 9px rgba(10,10,10,0.1);
	border:#fff 1px solid;
	border-radius: 21px;
	background: #f3f3f5 url(../images/footer_bg.png) 50% 50%;
	}

.portfolio .sigplus-gallery,
.ic_marquee0{
	padding:2px 5px;
	border:#fff 1px solid;
	border-radius: 6px;
	background:#e1e3e6 url(../images/1px_button_bg_02.png);
	box-shadow: inset 1px 1px 2px #c6ced3, 0px -2px 5px rgba(20,20,25,0.08);
	}
.boxplus-carousel .boxplus-viewport,
.portfolio .boxplus-carousel .boxplus-viewport > ul,
.portfolio .boxplus-carousel .boxplus-viewport > ul > li,
.portfolio .sigplus-gallery,
.portfolio .sigplus-gallery li {
    height: 113px !important;
    max-height: 113px !important;
    overflow: hidden;
}
.ic_marquee0 div{
	padding: 0px;
	background-color:#f8f8f8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.portfolio a {text-decoration: none;}
.portfolio img {opacity: 0.9;}
.portfolio img:hover {opacity: 1;}
.moduletable_pf h3 { font:bold 13px Arial; color:#bbbbaa; text-shadow:1px 1px 0px #fff; vertical-align: top; margin: 0px 5px 5px 5px;}

.moduletableportfolio a{margin:0px !important;}

#pathway {position: relative; top:5px; font-size: 12px;}
#pathway ul.breadcrumb {list-style: none !important; padding: 0px;}
#pathway ul li {display: inline-block;}
#pathway a:visited {color: #36c;}
#pathway a:hover {color: #c33;}

/*  Modules language  */
.lang-inline a{margin: 1px 0px; padding:5px 4px 4px 7px;}
.lang-inline a:visited{color: #36c;}
.lang-inline a:hover{text-decoration: underline;}
li.lang-active a{
	color: #99c !important;
	box-shadow: inset 0px 0px 5px #fff, 1px 1px 0px #ddd;
	background-color:#f3f3f5;
	background: rgba(245,245,245,0.6) url(../images/1px_button_bg_02.png);
	border:#fff 1px solid;
	border-radius: 5px;
	text-decoration: none !important;
	}
li.lang-active a:hover {background: rgba(245,245,245,0.6) url(../images/1px_button_bg_02.png)-8px 0px;}










/* Content*/
.content_1 {width:70%;  float:left; margin:0 0 0 10px; padding: 0px;}
.content {float: right; width:93%; margin: 0px; /* padding:0 0 0 15px; */ }
.contentheading {font-size: 18px;}
.contentheading h1 {display: inline-block; float:left; font:bold 24px Arial; max-width:90%;}

.items-row.cols-1 {margin-bottom: 30px;}


.article-list .article .article-header h1  a,
.article-list .article .article-header h1  span  {
	display: inline-block;
	margin: 10px 15px 0 15px;
	color: #999;
	font:normal 15px Ubuntu;
	font-weight: 300;
	text-decoration: none;
	letter-spacing: 0px;
	border-bottom: #999 1px dotted;
	border-color: transparent;
	}
.article-list .article .article-header h1  a:before, .item-page H1 a:before {content: "(";}
.article-list .article .article-header h1  a:after, .item-page H1 a:after {content: ")";}
.article-list .article .article-header h1  span:before, .item-page H1 span:before {content: "(";}
.article-list .article .article-header h1  span:after, .item-page H1 span:after {content: ")";}

article > div:not(.yoo-zoo) H1 > a,
article > div:not(.yoo-zoo) H2 > a {
    color: #3063c9;
    background: linear-gradient(to right, rgb(49, 100, 201) 0%, rgb(105, 66, 144) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3063c9', endColorstr='#694290',GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content H3 {margin: 40px 0px 30px;}

.blog-featured H1 {margin: 7px 0px 15px; font-size: 18px; font-weight: bold;}
.item-page p {padding-left: 2px;}

.img-intro-right,
.img-fulltext-right {float:right; margin-left: 5%; text-align:center;}
.img-fulltext-left {float:left; margin-left: 5%; text-align:center;}
.multithumb_blog,
.multithumb {
    max-width: 100%;
    height: auto !important;
    float: left;
    margin: 10px 20px 15px 0px;
    box-shadow: 1px 2px 14px #8794a0;
    transition: all 0.3s ease;
}
.img-intro-none {display: block; width: auto; float: none; clear: both; text-align: center;}
.img-intro-none a{display: block; width: 100%; text-align: center;}
.img-intro-none a img {float: none; clear: both; margin: 0px auto;}
.multithumb_blog:hover,
.multithumb:hover {
    box-shadow: 1px 2px 20px #8794a0;
    transform:translateY(-10px);
}

img.premium-articles-images {
    display: block;
    float: right;
    width: 40%;
    margin: 0px 5% 5%;
}

.contentheading a {display: inline-block; float:left; font-family: "Tahoma", "Arial", "Sans Serif"; font-size: 18px;}
.componentheading, .contentheading {min-width: 250px; font:normal 23px "Tahoma", "Arial", "Sans Serif"; color: #9999cc; margin: 0 0 35px -12px;}
.content_blog {float:left; margin: 0 0 25px 15px; width:76%;}
.span_blog {margin: 3px 10px 0 15px !important;}
.create_date {
	float:left;
    min-height: 48px;
	width:75px;
	margin: 0 15px 15px 0px !important;
	padding: 5px 7px !important;
	display: inline-block;
	color: #777;
	font-size: 14px;
	text-align: center;
	box-shadow: 1px 1px 2px 1px #ccd;
	text-shadow: 1px 1px 0px #fff;
	background-color:#f5f5f5;
	border:#fff 1px solid;
	border-radius: 3px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
.createdate {width:110px; font-size: 14px; color:#bbb; text-align: center; }
.createdate_fp {
	margin:0px;
	width:80px;
	float: left;
	color: #574025;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	text-shadow:1px 1px 0px #fff;
	vertical-align: top;
	position:relative;
}
.content_right {padding-top:7px !important;}
.content_right_fp{margin-left:95px;}
.content_right_fp h2{ min-height: 45px; }
.content_right_fp .juimage {margin-left: 0px !important;}
.contentheading_fp {vertical-align: top; margin-left: 82px;}
.buttonheading {float:right; width:70px !important;}
.date_fp{font-size: 12px; color:#bbb;}
.contentpaneopen {width:100%; margin: 2px 0px 9px 1px ;}
.contentpaneopen img{margin-right: 12px !important;}
#contact_posada {color: #bbb; font-size: 12px; padding:4px 0px 15px 5px;}
.contentpaneopen_contacts {color: #334;}
.blog {width: 100%;}
.blog H1{margin-bottom:25px;}
.blog_fp {margin-top:5px; margin-bottom:0;}
.contact_table {margin:0px;}
.mailing_address a{font-size: 14pt; padding: 0 10px; background-color: #fff !important; }
.contentpaneopen_fp p{margin-left: 85px !important;}
.contentpaneopen_fp p a img{margin: 0px 5px 0px 0px !important;}
.separator {margin: 5px 0; clear: both !important; float: none !important; height:25px; line-height: 1px; width:100%;}
.item-separator {clear: both; float:none; width:100%; height:10px; line-height: 1%; }



/* Content contact form*/
form#contact-form fieldset{
	margin:40px 0px;
	padding: 25px 15px;
	border: #cdf 1px solid;
	border-radius: 4px;
}
form#contact-form dt {
	float: left;
	width: 150px;
	margin: 8px 1px 0px 0px;
	padding: 4px 7px;
	text-align: left;
	background-color: rgba(255,255,255,0.5);
	box-shadow: -1px 1px 4px #c9dbcf;
}
form#contact-form fieldset dl dt:last-child {background-color: transparent; box-shadow: none;}
form#contact-form  dd {
	margin-bottom: 14px;
	padding: 5px;
	text-align: left;
}
form#contact-form input,
form#contact-form textarea {
	padding: 8px 15px;
	font: normal 17px Arial;
	border: #e0d9ea 1px solid;
	border-bottom: #69429D 2px solid;
	font: normal 17px Tahoma;
	color: #446;
	border-radius: 0px !important;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c6d1f2+0,e5e5e5+11&1+0,0+100 */
background: -moz-linear-gradient(-45deg,  rgba(198,209,242,1) 0%, rgba(229,229,229,0.89) 11%, rgba(229,229,229,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(198,209,242,1) 0%,rgba(229,229,229,0.89) 11%,rgba(229,229,229,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(198,209,242,1) 0%,rgba(229,229,229,0.89) 11%,rgba(229,229,229,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6d1f2', endColorstr='#00e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
form#contact-form input:focus,
form#contact-form textarea:focus {
	padding: 10px 17px;
	border: #e0d9ea 1px solid;
	border-bottom: #69429D 3px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1e767+0,feb645+100;Yellow+3D */
	background: rgb(241,231,103); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
form#contact-form input#jform_contact_email_copy,
form#contact-form input#jform_contact_email_copy:focus {padding: 1px !important;}
form#contact-form input#jform_contact_email_copy {margin: 32px;}

.juright.noimage {margin:0px 3% 5% !important; position: relative; top: -25px;}

.sppb-media {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

/* Zoo */
.yoo-zoo h2 {margin: 0px 3px 10px !important;}
/*.pos-description {margin-left: 225px !important;}*/
.pos-description {margin: 0px 15% 0px 5% !important;}
div#yoo-zoo h3 {
	display: block;
	float: left;
	font: normal 14px Ubuntu;
	margin: 0px;
	padding: 2px 7px 2px 0px;
	color: #777;
	text-shadow: -1px -1px 0px #fff !important;
}
#yoo-zoo .row {margin-bottom: 25px;}
div#yoo-zoo div.category H2 a{
	display: block;
	margin: 15px 5px 10px;
	padding: 20px 22px;
    color: #694290;
	text-align: center;
    background: #f3f3f5 url(../images/footer_bg.png) 50% 50%;
    border: 1px solid #694290;
    border-color: rgba(105, 66, 144, 0.44);
	border-radius: 2px;
	box-shadow:0px 0px 25px rgba(255, 255, 255, 0.8);
	}
div#yoo-zoo div.category H2 a:hover{border-color: rgba(105, 66, 144, 0.15);}
H1.pos-title {padding: 5px 0px 12px; font-size:21px;}
H2.pos-title {min-height: 50px; padding: 2px 0px 10px; font-size:19px;}
.element-image img {
/*    border: #fff 2px solid !important;*/
    box-shadow: 0px 1px 15px #a9bBc6;
}div.element-gallery H3 {float: none !important; padding-bottom:12px !important; }


.zoo-gallery {
    margin-right: 15px;
    padding: 20px !important;
/*
    border: #fff 2px solid;
    background-color: #D6E6EA;
    box-shadow: 0px 1px 15px #C9DBE6;
*/
}

/*.zoo-gallery img {border: #fff 1px solid !important; box-shadow: 0px 0px 7px #fff; border-radius:3px;}*/

div.pos-media.media-left img {
    max-width: 100%;
    height: auto;
    border: #fff 1px solid;
    box-shadow: 0px 1px 7px #aaa;}

#lightbox-wrap {
    padding: 10px;
    z-index: 100101;
    outline: none;
}
#lightbox-content {
    border-width: 0px !important;
    border-radius: 15px !important;
    border-color: transparent !important;
/*    background: #eef url(../images/lightbox_bg.jpg) !important;*/
}
#lightbox-img {border-radius: 8px !important; box-shadow: inset 0px 0px 5px #123, 0px 0px 3px #fff !important; }
#lightbox-outer {border-radius: 15px !important;}
#lightbox-title.lightbox-title-float {margin-left: -20px ;}

.spotlight .overlay-default {
    top: 10px !important;
    left: 20px !important;
    background-color: rgba(0,0,0,0.0) ;
}

#yoo-zoo .items div.pos-description .element-textarea > *,
#yoo-zoo .item .element-textarea > H3 {margin: 0px !important;}


.zoo-gallery-wall a,
.yoo-zoo .items .pos-media.media-center,
.yoo-zoo .item .pos-media.media-center,
.zoo-item-list.zoo-list.product-default a:first-child {
    display: block;
    max-height: 590px;
    padding: 30px 3% 0px;
/*    background: transparent url(../images/portpholio-media-shadow.png) 50% 105% no-repeat !important;*/
    overflow: hidden;
    background-size: contain !important;
}
.zoo-gallery-wall a {
    max-height: 400px;
    margin: 0px 1% 4% 1% !important;
    padding: 15px 1% 0px 2%;
}
.zoo-gallery-wall a:nth-child(2n+1) {
    margin: 0px 3% 4% 1% !important;
}
.zoo-gallery-wall a:nth-child(2n) {
    margin: 0px 1% 4% 3% !important;
}
.yoo-zoo .item .pos-media.media-center {
    max-height: 1500px;
    margin: 0px 115px 100px 0px;
}

.zoo-item-list.zoo-list.product-default a:first-child {max-height: 475px;}
.zoo-item-list.zoo-list.product-default a:last-child {margin-top: 30px !important;}
.yoo-zoo .pos-media.media-center a,
.yoo-zoo .item .pos-media.media-center > div,
.zoo-item-list.zoo-list.product-default a:first-child {
    display: block;
    margin: 0 0 -10px;
    padding: 0;
}
.yoo-zoo .pos-media.media-center a {margin: 0 0 -30px;}

.zoo-gallery-wall a img,
.yoo-zoo.product-default .pos-media.media-center a img,
.yoo-zoo .item .pos-media.media-center img,
.zoo-item-list.zoo-list.product-default a img {
    max-width: 94%;
    margin: 0px auto;
    height: auto !important;
    border: none;
    transition: all 0.2s ease;
    box-shadow:  0px 35px 14px 8px rgba(46, 73, 115, 0.25);
}

.yoo-zoo .item .pos-media.media-center img {
    box-shadow:  0px 55px 50px 8px rgba(46, 73, 115, 0.55);
}

.zoo-gallery-wall a:hover img,
.yoo-zoo .item .pos-media.media-center img:hover,
.yoo-zoo.product-default .pos-media.media-center a:hover img,
.zoo-item-list.zoo-list.product-default a:first-child:hover img {
    transform: scale(1.025);
    box-shadow: 1px -2px 15px #c3ccd6;
    box-shadow:  0px 45px 5px 5px rgba(46, 73, 115, 0.15);
}

.yoo-zoo .item .pos-media.media-center img:hover {
    box-shadow:  0px 75px 45px 8px rgba(46, 73, 115, 0.45);
}

.yoo-zoo.product-default h2.pos-title {
    margin: 30px 10% 7px !important;
    padding: 0px;
    text-align: center;
}
.pos-links {display: block; float:none; text-align: center;}
.layout-uikit .uk-thumbnail a {
    display: block;
	min-height: 80px;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 1px 1px 2px #2f2f38;
}
#yoo-zoo .product-default .item div.media-left {
    margin-right: 30px;
    float: left;
}
 
/* Store Presentation Page Bilder */
.sppb-section.store-presentation ul.zoo-item-list.zoo-list {text-align: center; vertical-align:top;}
.sppb-section.store-presentation ul.zoo-item-list.zoo-list li {
    display: inline-block;
    width: 31%;
    margin-right:1%; 
    list-style: none;
    vertical-align:top;
}
.sppb-section.store-presentation ul.zoo-item-list.zoo-list li a{
    display: block;
    float: none;
}
.sppb-section.store-presentation ul.zoo-item-list.zoo-list li img{
    max-width: 100%;
    height: auto !important;
    transition: all 0.3s ease;
    border: #fff 5px solid;
    border-color: rgba (255,255,255,0.5);
    box-shadow: 1px 1px 8px #bbc;
}
.sppb-section.store-presentation ul.zoo-item-list.zoo-list li img:hover{
    transform: scale(1.05);
}
ul.zoo-list > li {
    border: none !important;
}

.sppb-section.store-rezultat h2.sppb-title-heading {text-shadow: 1px 1px 20px #586776;}



/* Content price table*/
table.table_comparison {
	float: right;
	width:100% !important;
	margin:0px 5px 10px -65px;
	border: #ccc 1px solid !important;
	font: normal 12px Arial;
	line-height:1.5em;
	align:center;
}
table.table_comparison tr:first-of-type {color:#574025;padding: 15px 3px;}
table.table_comparison tr:last-of-type {padding: 15px 3px; font: bold 13px Arial;}
table.table_comparison tr td {text-align: center; border: #ccc 1px solid !important; padding: 7px 3px;}
table.table_comparison tr td b{text-shadow: 0px 1px 3px #fff;}
table.table_comparison tr td:first-of-type b{text-align: left; color:#008000;}

.sppb-nav-pills > li > a {
    margin: 0px 20px 7px 0px;
    color: #d40c78 !important;
    font-size: 19px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.3);
	box-shadow: 1px 2px 1px #b1cbcb;
}
.sppb-nav-pills > li > a:hover {
    color: #2e3358 !important;
}
.sppb-nav-pills>li.active>a,
.sppb-nav-pills>li.active>a:hover,
.sppb-nav-pills>li.active>a:focus {
	color: #fff !important;
	text-decoration: none;
	text-shadow: -1px -1px 0px #020f1c;
	background-color: #1a346a;
}


/*  Right column */
.moduletable {margin-bottom: 18px;}
.moduletable_im {margin: 50px 0px;}
.moduletable_im h3 {font-size:17px; color: #9dcee6;}
.moduletable_im li {display:block !important;}
.moduletable_pn a {display:block;}
.custom_title_article H1 a {color: #443344;}
.custom_title_article H1 a:hover {color: #443344; border-bottom:#443344 1px dotted;}

#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title,
#sp-left .sp-module, #sp-right .sp-module,
.right_col ul.menu li a,
section ul.menu li a,
#sp-right .sp-module ul>li  {
    border: none;
}

button.button:hover,
.right_col .moduletable_title_article a:hover,
.right_col .moduletable_title_article a:focus,
p.order_link a:hover,
p.order_link a:focus {
	color: #fff !important; 
	text-shadow: 0px 0px 8px #202540;
	border:#fff 1px solid;
	background:#266Ae3 url(../images/1px_button_bg_02.png) -8px 0px;
	box-shadow: inset 0px 0px 12px #1502530, 0px 1px 5px #779;
	}

.moduletable_title_article a:visited {color: #fff !important;}

.basket-button,
button.button,
.right_col .moduletable_title_article a,
p.order_link a{
	display: inline-block;
	margin: 10px 25px 5px;
	padding: 11px 17px 10px 17px;
	color: #fff !important;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
    text-transform: uppercase;
	text-shadow: 0px 0px 8px #002255;
	background:#09358e url(../images/1px_button_bg_02.png);
	border:#fff 1px solid;
    border-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	box-shadow: inset 0px 0px 15px #002255, 0px 1px 5px #aac;
	outline: 0px !important;
	transition: all 0.35s ease;
	}
.sppb-btn.basket-button {
	float:left;
    width: 90%;
    margin: 10% 5% 12%;
    font-size: 21px;
	letter-spacing: 2px;
	text-shadow: 0px 0px 8px #00225555 !important;
    border: none;
	background: rgb(69,127,204);
    background: -moz-linear-gradient(45deg, rgba(69,127,204,1) 1%, rgba(168,73,163,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(69,127,204,1) 1%,rgba(168,73,163,1) 100%);
    background: linear-gradient(45deg, rgba(69,127,204,1) 1%,rgba(168,73,163,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#457fcc', endColorstr='#a849a3',GradientType=1 );
    box-shadow: inset 0px 0px 0px #002255, 2px 4px 15px rgba(14, 18, 74, 0.4);
    transition: all 0.35s ease;
}
.sppb-btn.basket-button:hover {
    color: #fff !important;
	text-shadow: 0px 0px 10px #00225588 !important;
    border: none;
    background: rgb(70,122,206);
    background: -moz-linear-gradient(45deg, rgba(70,122,206,1) 0%, rgba(168,73,163,1) 28%);
    background: -webkit-linear-gradient(45deg, rgba(70,122,206,1) 0%,rgba(168,73,163,1) 28%);
    background: linear-gradient(45deg, rgba(70,122,206,1) 0%,rgba(168,73,163,1) 28%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#467ace', endColorstr='#a849a3',GradientType=1 );
    transform: translateY(-12px);
    transition: all 0.35s ease;
    }



 


/* Price */ 
.moduletable.price-box,
section.sppb-section .price-box
{
	width: auto;
	margin:25px 5px 25px 19px;
	padding: 10px 7px 25px 8px;
	color: #574025;
	font-size: 17px;
	font-weight: 500;
	background: #f3f3f5 url(../images/footer_bg.png) 50% 50%;
	box-shadow: 0px 0px 7px #cce;
	border-radius: 0px;
	}
.custom_bm h3{margin-left:5px; margin-bottom:15px;}
.custom_bm p {margin:5px 0px;}
.custom_bm p a,
.custom_bm p a:visited {color: #fff; text-decoration:none !important;}
.custom_bm p a:hover {text-decoration:none; color:#e0ecfc; }
ul.custom_bm li:before {content: none;}

.moduletable_lp h3{margin-top: 5px; margin-bottom: 0px; padding-bottom:0px;}

/* Title article  */
.moduletable_title_article,
.moduletable_title_article h1 {
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0px;
	}
.moduletable_title_article a{text-decoration: none;}
.right_col p {margin:10px 25px 10px 15px;}
.right_col .moduletable_title_article a{margin:5px 15px; padding: 6px 9px 6px 10px; font-weight: normal;}
#form-login-password {margin-bottom: 10px;}
#form-login div {margin-left: 20px;}
.moduletable_price_fp h3{margin: 75px 0px 15px 15px; font:normal 17px Arial;}
.moduletable_price_fp {margin: 35px 0;}
#mod_search_searchword {margin:0px;}

.article-list .article {
    border: none;
    border-radius: 5px;
    background-color: #ffffff59;
}



/* Pagination */
#yoo-zoo .pagination {
	margin-top: 45px;
	margin-bottom: 55px;
	text-align: center;
}
.pagination-wrapper ul,
ul.pagenav {
	min-height: 30px;
    margin-top: 45px;
	margin-bottom: 55px;
	padding: 2px;
}

.pagination-wrapper ul li,
ul.pagenav li {
	min-height: 30px;
	background-image: none;
	list-style-type: none;
	list-style-image: none;
	display: inline-block;
    line-height: 3em;
}

.pagination-wrapper ul li a,
.pagination-wrapper ul li span,
.pagination-bg > a,
.pagination-bg > span,
ul.pagenav li a{
	margin: 2px 4px;
	padding: 3px 14px 6px 14px;
	font-size: 21px;
	font-weight: 400; 
	background-attachment: none;
	border: #eee 1px solid;
	text-shadow: 1px 1px 0px #fff;
	background: #e9e9ee url(../images/1px_button_bg_02.png);
	border:#fff 1px solid;
	border-radius:5px;
	box-shadow: inset 0px -1px 4px #cdf, 0px 0px 3px #bbb;
	text-decoration: none;
	}
.pagination-wrapper ul li span,
.pagination-bg > span {
    color: #694290;
	background: #e3e3e3 url(../images/1px_button_bg_02.png) -8px 0px;
	box-shadow: inset 0px 1px 4px #9be, 0px 0px 5px #fff;
	}
.pagination-wrapper li a:hover, .pagenav li a:hover, .pagination-bg a:hover{
	background: #bfe3ff url(../images/1px_button_bg_02.png) -8px 0px;
	box-shadow: inset 0px 1px 3px #acf, 0px 0px 5px #fff;
	}
.pagination-wrapper li:before {content: none;}
.pagination-wrapper ul li a,
.pagination-bg > a,
.pagenav ul li {color: #36c !important; }
.pagination-wrapper li a:hover, .pagenav li a:hover{color: #7af;}
.pagenav {margin: 55px 0px;}

/* Tags */
ul.tags {
    margin: 35px 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
    text-align: left;
}
ul.tags li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}
ul.tags li a {
    display: block;
    padding: 3px 14px 7px;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #333;
    opacity: 0.3;
}
ul.tagsli a:hover {
    opacity: 1;
}


.btn-group {float: left; width: 80%;}
.btn-group.pull-right {float: right; width: auto;}
button.btn {vertical-align: bottom; }




/* Partners */
.moduletablecustomers {margin: 35px 20px 0px;  }
.moduletablecustomers h3 {margin: 15px 0px 5px;}
.moduletablecustomers ul {padding: 5px;}


.moduletablecustomers div.boxplus-carousel > div.boxplus-viewport > ul > li {
	height: 145px !important;
	margin: 3px 5px !important;
	padding: 1px !important;
	border: #fff 1px solid !important;
	border-color: rgba(255,255,255,0.4) !important;
	border-right-width: 2px !important;
	border-bottom-width: 2px !important;
	border-radius: 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
	}
.moduletablecustomers div.boxplus-carousel > div.boxplus-viewport > ul > li:hover {
	background-color: rgba(255,255,255,0.5) !important;
	border-color: #d0d3d9 !important;
}
.moduletablecustomers div.boxplus-carousel > div.boxplus-viewport > ul > li > img{
	display: block;
	position: relative;
	top: 1px;
	}

/* Footer */
footer#sp-footer {
	margin: 0px;
	padding: 0px 0px 120px;
	background: #28355a url(../images/footer_fon_0110.png) 0 100% repeat-x;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	text-shadow: -1px -1px 0px #020f1c;
}

footer#sp-footer  h3 {
/*	width: 90%;*/
	margin: 30px 0px 20px;
	padding: 20px 5%;
	text-align: left;
	background: #f3f3f5 url(../images/footer_bg.png) 50% 50%;
	border-bottom: #694290 5px solid;
	background-size: cover;
	text-shadow: none;
}
footer#sp-footer .custom.ft-bottom {padding: 10px 5% 12px; line-height: 2em;}
footer#sp-footer .ft-bottom span {
	display: inline-block;
	margin-right: 25px;
}
footer#sp-footer .ft-bottom  a:visited,
footer#sp-footer .ft-bottom  a:link { 
	padding: 0 2px 0 10px;
	color: #ddeaf5;
	font-size: 26px;
	font-weight: 300;
	text-decoration: none;
	text-shadow: -1px -1px 0px #020f1c;
}

footer#sp-footer strong,
footer#sp-footer b {
  font-weight: 600;
  color: #3FD872;
}


footer#sp-footer #footer_bottom {margin-top: 25px;}

footer#sp-footer .footer_button {
	float: left;
	width: 31%;
	min-width: 80px;
	margin-right: 1%;
	height:75px;
	text-align: center;
	z-index: 8;
}
#footer_text {
	float: right;
	width: 69%;
	text-align: center;
}
.footer1,
.footer2 {
	margin-left: 1px;
}

.bm_menu {
	float: left;
	margin: 0px;
	width: 28%;
	max-width: 250px;
	text-align: center;
}
div.bm_menu div.moduletable {
	margin-bottom: 0px;
}

/* System */

.sender-connect-item-text {
	text-shadow: none !important;
}
.actions {
	float: right;
	position: relative;
	top: -35px;
	list-style-type: none;
	list-style-image: none;
}

.tip,
.tooltip,
.popover {
	display: none !important;
}
#system-debug,
#system-debug div {
	font: normal 10px Tahoma;
	color: #aaaabb;
	float: left;
	margin: 5px 10px;
}

#jmessage {
	margin-left: 35px;
	color: #ff2600;
	font-size: 120%;
}


/*  svg animation  */

.icon--main {
    width: 100%;
    height: auto;
}
.rect--2, .stop-1, .earphones, .sched--line-1, .sched--line-2, .sched--line-1--arr, .sched--line-2--arr,#SVGID_7_2 stop, #SVGID_7_3 .stop1, #SVGID_7_3  .stop2, .rect1__3, #SVGID_12_3 stop, #SVGID_1_3 stop, #SVGID_6_3 stop, .sched2, #grad-1_2 .stop1, .cactus, .cactus1, .cactus2, .cactus2_2, .tablet, .tablet_part, .flower {
  transition: all .4s ease-in-out;
}
.sector_3, .line_2 {
    transition: all .2s ease-in-out .2s;
}
.flower--green {
    transition: all .4s linear .4s;
    transform-origin: center 0;
}

.service__col:hover .icon--main .stop-1{
  stop-color: #694290;
}
.service__col:hover .icon--main #grad-1 .stop-1, #grad-1_2 .stop1, .sched2, #grad-1_2 .stop1, .cactus, .cactus1, .cactus2, .cactus2_2 {
  transition-delay: .3s;
}

.service__col:hover .icon--main .rect--2 {
  fill: #694290;
}
.service__col:hover .icon--main .rect--2:nth-of-type(2) {
    transform: translateY(-15px);
    height: 32.5px;
}

.service__col:hover .icon--main .rect--2:nth-of-type(1){
    transform: translateY(-16px);
    height: 28px;
}

.service__col:hover .icon--main .rect--2:nth-last-of-type(4) {
    transform: translateY(-10px);
    height: 40px;
    transition-delay: .1;
}
 .service__col:hover .icon--main .rect--2:nth-last-of-type(3) {
    transform: translateY(-5px);
    height: 46.5px
}
.service__col:hover .icon--main .rect--2:nth-last-of-type(2) {
    transform: translateY(-10px);
    height: 50.5px;
}
.service__col:hover .icon--main .earphones {
    transform: translateY(-100px) translateX(12px);
    -moz-transform: none;
}
.service__col:hover .icon--main .flower--green{
    transform: scaleY(1.15) translateY(-42px);
}
.service__col:hover .icon--main .sched--line-1 {
    stroke: #46b66e;
}
.service__col:hover .icon--main .sched--line-1--arr {
    fill: #46b66e;
}
.service__col:hover .icon--main .sched--line-2 {
    stroke: #efc93a;
}
.service__col:hover .icon--main .sched--line-2--arr {
    fill: #efc93a;
}
.service__col:hover .icon--main .tablet {
    transform: translate(-5px, -100px);
    -moz-transform: none;
}
.service__col:hover .icon--main .tablet_part {
    transform: translateX(-5px);
}
.flower1 {
    transition: all .3s ease-in-out;
}
.service__col:hover .icon--main .flower1 {
    transform: translate(36px, -100px);
    -moz-transform: none;
}


/*  icon2  */
.arrow_down, .time, #SVGID_5_2 stop  {
    transition: all .3s ease-in-out; 
}
.service__col:hover .icon--main .arrow_down {
    transform: translateY(5px);
    fill: #3be975;
}
.service__col:hover .icon--main .line_2 {
    stroke: #694290;
}
.service__col:hover .icon--main .sched2 {
    opacity: .8;
}
.service__col:hover .icon--main #grad-1_2 .stop1 {
    stop-color: #fff;
}
.service__col:hover .icon--main .pen {
    animation: pen .6s ease-in-out .3s;
}
@keyframes pen {
    0% {
        transform: rotate(0) translateY(0) translateX(0);}
    25% {
        transform: rotate(3deg) translateY(-27px) translateX(13px);}
    75% {
        transform: rotate(-3deg) translateY(27px) translateX(-15px);}
    100% {
        transform: rotate(0) translateY(0) translateX(0);}
}

.service__col:hover .icon--main .cactus, .service__col:hover .icon--main .cactus2{
    transform: scaleY(1.1) translateY(-18px);
}
.service__col:hover .icon--main .cactus1, .service__col:hover .icon--main .cactus2_2 {
    transform: translateY(-7px);
}
.service__col:hover .icon--main .time {
    fill: #fff;
}

.service__col:hover .icon--main #SVGID_5_2 stop {
    stop-color:  #694290;
}


.service__col:hover .icon--main #SVGID_7_2 .stop2 {
    stop-color: #fffee7;
}
.service__col:hover .icon--main #SVGID_7_2 .stop3 {
    stop-color: #fffde0;
}
.service__col:hover .icon--main #SVGID_7_2 .stop4 {
    stop-color:  #fefdd4;
}
.service__col:hover .icon--main #SVGID_7_2 .stop5 {
    stop-color: #fefccd;
}
.service__col:hover .icon--main #SVGID_7_2 .stop6 {
    stop-color: #fdfbba;
}
.service__col:hover .icon--main #SVGID_7_2 .stop7 {
    stop-color: #fefbb9;
}
.service__col:hover .icon--main #SVGID_7_2 .stop8 {
    stop-color:  #fdfaa2;
}
.service__col:hover .icon--main #SVGID_7_2 .stop9 {
    stop-color: #fdf989;
}
.service__col:hover .icon--main #SVGID_7_2 .stop10 {
    stop-color: #fcf878;
}
.service__col:hover .icon--main #SVGID_7_2 .stop11 {
    stop-color: #fcf878;
}
.service__col:hover .icon--main #SVGID_7_2 .stop12 {
    stop-color: #fcf76d;
}
.service__col:hover .icon--main #SVGID_7_2 .stop13 {
    stop-color: #fcf76d;
}
.cup-cover{
    transform-origin: 100% 0;
    transition: all .3s ease-in-out;
}
.service__col:hover .icon--main .cup-cover {
    transform: translateY(18px) translateX(18px) rotateZ(5deg);

}
.service__col:hover .icon--main .flower {
    transform: translateX(-5px);
}





/*  icon3  */

.service__col:hover .icon--main #SVGID_7_3 .stop1 {
    stop-color: #efc93a;
}
.service__col:hover .icon--main #SVGID_7_3  .stop2 {
    stop-color: #fef67e;
}
.service__col:hover .icon--main .rect1__3 {
    fill: #694290;
}
.service__col:hover .icon--main .rect1__3:first-of-type {
    height: 47.9px;
    transform: translateY(-4px);
}
.service__col:hover .icon--main .rect1__3:nth-of-type(2) {
    height: 42.9px;
    transform: translateY(-8px);
}
.service__col:hover .icon--main .rect1__3:nth-of-type(3) {
    height: 37.5px;
    transform: translateY(-2px);
}
.service__col:hover .icon--main .rect1__3:nth-of-type(4) {
    height: 30.9px;
    transform: translateY(-3px);
}
.service__col:hover .icon--main .rect1__3:last-of-type {
    height: 22px;
    transform: translateY(-4px);
}
.service__col:hover .icon--main #SVGID_12_3 .stop2 {
    stop-color: #76f5a0;
}
.service__col:hover .icon--main #SVGID_12_3 .stop3 {
    stop-color: #3AEF76;
}
.service__col:hover .icon--main #SVGID_12_3 .stop4 {
    stop-color: #38d671;
}
.service__col:hover .icon--main #SVGID_12_3 .stop5 {
    stop-color: #46B66E;
}
.service__col:hover .icon--main .sector_3 {
    fill:  #46B66E;
}
.service__col:hover .icon--main  #SVGID_6_3 stop {
    stop-color: #46B66E;
}
.service__col:hover .icon--main  #SVGID_1_3 .stop1 {
    stop-color: #F2F9FA;
}
.service__col:hover .icon--main  #SVGID_1_3 .stop2 {
    stop-color: #F2F9FA;
}
.service__col:hover .icon--main  #SVGID_1_3 .stop3 {
    stop-color: #E2F1F4;
}
.service__col:hover .icon--main .folder1, .service__col:hover .icon--main .folder2,  .service__col:hover .icon--main .folder3 {
    animation: folder .5s ease-in-out .3s;
}
.service__col:hover .icon--main .folder2 {
    animation-delay: .4s;
}
.service__col:hover .icon--main .folder3 {
    animation-delay: .5s;
}


@keyframes folder{
    0% {
        transform: translateY(0);}
    50% {
        transform: translateY(-8px);}
    100% {
        transform: translateY(0);}
}
.rack {
    transition: transform .2s ease-in-out; 
}
.service__col:hover .icon--main .rack {
    transform: translate(-5px, -100px);
    -moz-transform: none; 
}








/* Media */

@media (min-width: 1600px) {
	#sp-menu.col-auto.flex-auto{
		  flex: auto;
	}
} 

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    	max-width: 90%;
    }
} 

@media (min-width: 1200px) {
    .sppb-row-container {
        max-width: 85%;
    }
}

@media (max-width: 1400px){
	#sp-menu .sp-column.d-flex.justify-content-end.align-items-center {
		justify-content: space-around !important;  
	}
}

@media (max-width: 1050px){
	.yoo-zoo .category h2 {font-size: 18px;}
	.content_right_fp .thumbnail img,
	.thumbnail.zoomin img {
		margin-left: 0px !important;
		width: 75% !important;
	}
	.pos-media.media-left {width: 90%; }
	.pos-description {margin-left: 0% !important;}
    #yoo-zoo .width33 {
        float: left;
        width: 49%;
    }
} 



@media (max-width: 600px){
.n2-ss-slider .n2-ss-item-image-content img {
  		display: none;
	}
	.n2-ss-slider h1.n2-ow {
		font-weight: 700;
		text-shadow: 1px 1px 2px #123; 
	}
}
	 
 
/*  FONTS  */
 @font-face {
          font-family: 'FontAwesome';
          src: url('https://webus.in.ua/templates/webus_th/fonts/fontawesome-webfont.eot?v=4.7.0');
          src: url('https://webus.in.ua/templates/webus_th/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://webus.in.ua/templates/webus_th/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://webus.in.ua/templates/webus_th/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://webus.in.ua/templates/webus_th/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://webus.in.ua/templates/webus_th/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
          font-weight: normal;
          font-style: normal;
        }