@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
/* CSS Document */


body,html{
	margin:0px;
	padding:0px;
	font-family: 'Jost', sans-serif;
	font-weight:300;
	font-size:16px;
	position:relative;
	box-sizing:border-box;
}

a{
	text-decoration:none;
	color:#000;
}

img{
	border:none;
}

strong{
	font-weight: bold;
}

.clear{
	clear:both;
	height:0px;
	font-size:0px;
}

*{
	box-sizing:border-box;
}

h1{
	font-family:'Jost', sans-serif;
}

.social-floater{
	position:fixed;
	right:0px;
	top:25%;
	padding:10px 10px;
	background-color: rgba(255,255,255,0.5);
	z-index:99999;
}

.social-floater a{
	display: block;
	margin:15px 0px;
}

.top_container{
	position:absolute;
	width:100%;
	top:35px;
	left:0px;
	z-index:999999;
}

.top_container .top_content{
	width:96%;
	max-width:1500px;
	margin:auto;
}

.top_container .top_content .contact{
	float:right;
	padding:10px 35px;
	border:3px solid #1b4d54;
	border-radius: 20px;
	font-size:20px;
	color:#1b4d54;
	font-weight:bold;
	line-height:18px;
	margin-top:35px;
}

.top_container .top_content .contact a{
	text-decoration: none;
	font-weight:bold;
	color:#1b4d54;
	font-size:20px;
}

.top_container .top_content .contact a:nth-child(2){
	text-decoration:underline;
}

.top_container .top_content img{
	vertical-align: middle;
}

.top_container a{
	color:#010101;
	text-decoration:none;
	font-size:16px;
}

.top_container a:nth-last-child(2){
	margin-right:0px;
	padding-right:0px;
	border-right:none !important;
}

.top_container a img{
	margin-right:5px;
}

.top_container a span{
	font-weight: bold;
}

.top_container .top_content .left_side{
	float:left;
	width:40%;
}

.top_container .top_content .middle_side{
	float:left;
	width:45%;
}

.top_container .top_content .right_side{
	float:right;
}

.header{
	width:100%;
	margin: auto;
}

.header .left{
	width:21.5%;
	display: table-cell;
	vertical-align: top;
	background-color: #f6f6f6;
	position: relative;
}

.header .right{
	width:78.5%;
	display: table-cell;
}

.menu_container{
	width:100%;
	max-width:1400px;
	margin:auto;
	padding:0px 0px 0px 0px;
	position: relative;
}

.logo{
	float:left;
	width:340px;
	margin-top:20px;
}

.logo-responsive img{
	width:100px;
	height: auto;
}

.scroll_menu{
	background-color:#fff;
	position:relative;
	z-index:999;
}

.scroll_menu.scroll{
	position: fixed;
	width:100%;
	top:0px;
	left:0px;
	box-shadow:0px 4px 8px rgba(0,0,0,0.4);
	z-index:999;
}

.scroll_menu.scroll .menu_container{
	margin-bottom:0px !important;
	border:none !important;
}

.menu_container .left_side{
	float:left;
	width:20%;
}

.menu_container .left_side a{
	color:#13314c;
}

.menu_container .right_side{
	float:left;
	width:80%;
	margin-top:6px;
}

.toolbar_content{
	text-align:right;
	line-height:25px;
	width: 180px;
	position: absolute;
	top:40px;
	right:0px;
}

.menu_delim{
	height:42px;
	background-color:#fff1d7;
}

.toolbar_content a{
	color:#13314c;
	text-decoration:underline;
	margin-top:10px;
	position: relative;
}

.right_side .wishlist,
.right_side .profile_button{
	float:right;
}

.extra_container{
	padding:15px 0px;
	background-color:#5e85a5;
}

.extra_container .extra_content{
	width:100%;
	max-width:1220px;
	margin: auto;
	color:#fff;
	font-weight:bold;
	font-size:18px;
}

.extra_container .extra_content h4{
	margin:0px;
	font-weight: normal;
}

.extra_container .extra_content h6{
	margin:0px;
	font-weight:normal;
}

.toolbar_content .wishlist{
	position: relative;
}

.toolbar_content .wishlist a{
	margin-top:11px !important;
}

.toolbar_content .wishlist span{
	position: absolute;
	right: -5px;
	top: 9px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	border-radius: 100px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	display: none;
}

.toolbar_content a img{
	margin-right:5px;
}

/****ARTS****/
.articles{
	
}

.articles .art_item{
	position:relative;
	text-align:left;
	overflow:hidden;
	height:465px;
	transition: all ease-in-out 0.3s;
	color:#333;
}

.articles .art_item:hover{
	box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}

.articles .art_item .banner_border{
	width:100%;
	height:auto;
}

.articles .art_item .image{
	width:100%;
	padding-top:90%;
	margin:auto;
}

.articles .art_item .image2{
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color:#fff !important;
	opacity:0;
	transition: all ease-in-out 0.3s;
}

.articles .art_item:hover .image2{
	opacity: 1;
}

.action_icon_top,
.articles .art_item .action_tag{
	position:absolute;
	right:10px;
	top:10px;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:20px;
	z-index:3;
	background-color: #5e85a5;
	line-height: 60px;
	width:60px;
	border-radius: 30px;
}

.articles .art_item .action_tag.new{
	right:auto;
	left:10px;
	color:#333333;
}

.articles .art_item .action_tag.bottom{
	top:auto;
	bottom:10px;
	right:auto;
	left:10px;
	border-radius:0px;
	width:auto;
	height: auto;
	padding:5px 10px;
	line-height:normal;
}

.action_icon_top div,
.articles .art_item .action_tag div{
	font-weight:bold;
	font-size:18px;
}

.ratings{
	width:99px;
	display:inline-block;
	position:relative;
	margin-top:5px;
	margin-bottom:20px;
}

.ratings .rating_buttons{
	position:relative;
	z-index:3;
	width:100%;
}

.ratings .rating_buttons a{
	width:20%;
	height:16px;
	display:block;
	float:left;
}

.ratings .empty,
.ratings .full{
	position:absolute;
	top:0px;
	left:0px;
	width:99px;
	z-index:1;
	height:16px;
}

.ratings .full{
	z-index:2;
}

.ratings .full div{
	width:0px;
	overflow:hidden;
}

.articles .art_item h2{
	font-size:16px;
	font-weight:normal;
	color:#333;
	margin:0px;
	height:70px;
	overflow: hidden;
	text-align:center;
	margin-top:10px;
	padding:0px 30px;
}

.articles .art_item .price{
	font-size:18px;
	color:#7f7f7f;
	font-weight:400;
	text-align: center;
	margin:0px 5px;
}

.articles .art_item .price span{
	color:#f20000;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

.articles .art_item .price span.line-through{
	text-decoration:line-through;
	display: block;
	font-size:13px;
	color:#7f7f7f;
}

.articles .art_item .buttons{
	position: absolute;
	width:100%;
	bottom: 15px;
	text-align: right;
	padding-right:15px;
	opacity:0;
	transition:all ease-in-out 0.3s;
}

.articles .art_item .buttons a{
	display:inline-block;
	height:19px;
	overflow: hidden;
	margin:0px 2px;
}

.articles .art_item .buttons a:hover span img{
	margin-top:-19px !important;
}

.articles .art_item:hover .buttons{
	opacity: 1;
}

.pagination::before{
	content:'';
	display:block;
	width:100%;
	height:1px;
	background-color:#cecfcf;
	position:absolute;
	top:55%;
	left:0px;
	z-index:0;
}

.pagination a.all{
	position: relative;
	background-color:#f7f9f8;
	padding-right:20px;
}

.cell_number{
	background-color:#79ad3c;
	border-radius:100%;
	width:52px;
	height:52px;
	line-height:52px;
	position:absolute;
	right:0px;
	top:20px;
	font-weight:bold;
	color:#fff;
	font-size:24px;
}

.content_container .side_banner{
	float:left;
	width:15%;
}

.content_container .side_banner img{
	width:100%;
	height:auto;
}

.content_container .content_content.articles{
	width:100%;
	max-width:1660px;
	position:relative;
	padding:0px 0px;
	margin: auto;
}

.content_container.categories{
	height:12vw;
}

.content_container.categories .cat_item{
	float:left;
	text-align:center;
	height:11.5vw;
	position:relative;
	transition:all ease-in-out 0.3s;
}

.content_container.categories .cat_item:hover{
	height:12vw;
}

.content_container.categories .cat_item .title{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:1vw 0px;
	background-color:#79ad3c;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

.content_container.categories .cat_item:nth-child(2n) .title{
	background-color:#13314c;
}

.content_container .content_content.content,
.content_container .content_content.banners,
.content_container .content_content.gallery,
.content_container .content_content.countdown{
	max-width:1850px;
	margin:auto;
}

.content_container .content_content.content table.piktogrami tr td{
	border-right:1px solid #dbdbdb;
}

.content_container .content_content.content table.piktogrami tr td:nth-child(1){
	border-left:1px solid #dbdbdb;
}

.content_container .content_content.content table.piktogrami tr td:nth-child(2n-1),
.content_container .content_content .content table.piktogrami tr td:nth-child(2n-1){
	position:relative;
	color:#000;
	line-height:15px;
}

.content_container .content_content.banners .left,
.content_container .content_content.banners .right{
	float:left;
	width:49%;
	margin-top:40px;
}

.content_container .content_content.banners .right{
	float:right;
	text-align:right;
}

.content_container .content_content.banners .bottom{
	margin-top:40px;
	width:100%;
	margin-bottom:40px;
}

.content_container .content_content.banners .left img,
.content_container .content_content.banners .right img{
	width:100%;
	height:auto;	
}

.content_container .content_content.banners .top a,
.content_container .content_content.banners .bottom a{
	margin-left:15px;
}

.content_container .content_content.banners .top a:nth-child(1),
.content_container .content_content.banners .bottom a:nth-child(1){
	margin-left:0px !important;
}

.content_container .content_content.news{
	width:100%;
	max-width: 1440px;
	margin: auto;
}

.content_container .content_content.news .news_item{
	float:left;
	width:31.66%;
	margin-left:2.5%;
	color:#585858;
	text-decoration:none;
	font-size:14px;
}

.content_container .content_content.news .news_item:nth-child(2){
	margin-left:0px;
}

.content_container .content_content.news .news_item .button{
	line-height:14px;
	margin-top:30px;
	font-weight: bold;
	color:#000;
}

.content_container .content_content.news .news_item .image{
	padding-top:60%;
}

.content_container .content_content.news .news_item .short h3{
	font-size:18px;
	color:#000000;
	margin-top:20px;
	margin-bottom:10px;
}

.content_container .content_content.gallery{
	margin-top:45px;
}

.content_container .content_content.countdown .countdown_left{
	float:left;
	width:305px;
	padding:35px 40px;
}

.content_container .content_content.countdown .countdown_right{
	float:right;
	width:925px;
}

.content_container .content_content.countdown .countdown_right .art_item .thumb{
	width:50%;
	float:left;
	height:250px;
	background-size:contain !important;
}

.faq_content{
	
}

.faq_content .faq_item{
	margin-bottom:10px;
	border-bottom:1px solid #cfcfcf;
	background-color:#fff;
}

.faq_content .faq_item:nth-last-child(1){
	border:none;
}

.faq_content .faq_item .faq_button{
	padding:20px 30px;
	display: block;
	text-decoration: none;
	font-size:24px;
	font-weight:bold;
	position:relative;
	color:#000000;
}

.faq_content .faq_item .faq_button::after{
	content:'+';
	position:absolute;
	top:15px;
	right:0px;
	display:block;
	height:73px;
	width:73px;
	font-size:30px;
	font-weight:bold;
	text-align:center;
}

.faq_content .faq_item .faq_button.sel::after{
	content:'-';
}

.faq_content .faq_item .content{
	padding:0px 30px 20px 30px;
	font-size:15px;
	color:#505050;
	display: none;
}

.insta_container{
	margin: auto;
	margin-top:60px;
	max-width:1850px;
	text-align: center;
}

.insta_container .insta_content{
	margin-bottom:80px;
}

.insta_container .insta_item{
	display:inline-block;
	width:19.50%;
	padding-top:21%;
	position:relative;
	line-height:24px;
	font-size:16px;
	color:#616161;
	vertical-align:top;
	margin-left:0.5%;
	margin-bottom:0.5%;
}

.insta_container .insta_item:nth-child(5n-4){
	margin-left:0px;
}

.insta_container .insta_item hr{
	border:none;
	border-top:1px solid #af8b65;
	margin-top:20px;
	width:20%;
	margin:10px auto;
}

.insta_container .insta_item .overlay{
	position:absolute;
	left:0px;
	top:0px;
	background-color:rgba(0,0,0,0.6);
	color:#616161;
	width:100%;
	height:100%;
	padding:20px;
	text-align:center;
	opacity:0;
	transition:all ease-in-out 0.3s;
	display:table;
}

.insta_container .insta_item .overlay div{
	display:table-cell;
	height:100%;
	vertical-align:middle;
}

.insta_container .insta_item .overlay:hover{
	opacity:1;
}

.footer_container{
	width:100%;
	padding:10px 0px 10px 0px;
	color:#000000;
	font-size:16px;
	background-color:#f7f5f4;
}

.footer_container .footer_content{

}

img.partner{
	border-radius:50%;
}

img.round{
	border-radius:25px;
}

.footer_container .footer_content h2{
	font-size:20px;
	margin:0px;
}

.footer_container .footer_content a:hover{
	text-decoration: underline;
}

.footer_container .footer_content h1{
	font-size:16px;
	color: #3c3c3c;
	font-weight: 600;
	height: 31px;
	border-bottom: 1px solid #d9d9d9;
}

.footer_container .footer_content h1 span{
	border-bottom: 3px solid #e21717;
	padding-bottom: 6px;
}

.footer_container .footer_content hr{
	border:none;
	border-top:1px solid #e4e4e4;
	margin-top:0px;
	margin-bottom:15px;
}

.footer_container .footer_content .right a{
	color:#585858;
	text-decoration:none;
	font-size:14px;
}

.production_container{
	padding:15px 0px;
	color:#010101;
	font-size:14px;
	background-color: #d8b8a3;
}

.production_container a{
	color:#010101;
}

.production_container a:hover{
	text-decoration: underline;
}

.production_container .production_content{
	max-width:1400px;
	margin:auto;
}

.production_container .production_content .left{
	float: left;
}

.production_container .production{
	float:right;
}

.production_container .right{
	float:right;
}

.newsletter_container{
	background-color:#f7f9f8;
	max-width:1730px;
	margin:auto;
}

.newsletter_container .newsletter_content{
	margin:auto;
	position:relative;
	padding:40px 0px;
	max-width: 820px;
	text-align: center;
}

.newsletter_container .newsletter_content input[type="text"]{
	width:calc(100% - 140px);
	box-sizing:border-box;
	padding:11px 5px 10px 30px;
	font-size:18px;
	display:inline-block;
	vertical-align:top;
	color:#a0a0a0;
	border:1px solid #a8d1e4;
	font-family: 'Jost', sans-serif;
}

.newsletter_container .newsletter_content .button{
	display: inline-block;
	width:140px;
	background-color:#191919;
	font-size:20px;
	text-align: center;
	color:#fff;
	line-height: 48px;
	vertical-align: top;
}

.newsletter_container .newsletter_content label{
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 45px);
	margin-left:0px;
	color:#010101;
	font-size:14px;
}

.newsletter_container .newsletter_content h1{
	font-size: 36px;
  color: #2b2f31;
  margin: 0px;
}

.newsletter_container .newsletter_content label input{
	float:left;
	margin-bottom:30px;
	margin-right:10px;
}

.newsletter_container .newsletter_content .close_button{
	position:absolute;
	right:0px;
	top:0px;
}

.enostavno-installment{
	font-size:15px;
}

.enostavno-installment .enostavno-desc{
	margin-bottom:5px;
}

.enostavno-installment .enostavno-price{
	float:left;
	padding:7px;
	background-color:#009fdb;
	color:#fff;
	border:1px solid #009fdb;
	margin-right:5px;
}

.enostavno-installment .enostavno-message{
	float:left;
	padding:7px;
	border:1px solid #009fdb;
}

.enostavno-installment .enostavno-button{
	margin-top:10px;
	position:relative;
	cursor: pointer;
	display: inline-block;
}

.enostavno-installment .enostavno-button img{
	height:30px;
	vertical-align: middle;
	margin-left:10px;
}

.enostavno-button .enostavno-popup{
	-webkit-box-shadow: -2px -1px 10px 3px #a7a7a7;
  box-shadow: -2px -1px 10px 3px #a7a7a7;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  z-index: 1000;
  padding: 15px;
	display: none;
	font-size:15px;
	width:350px;
	color:#000;
}

.enostavno-button .enostavno-popup .enostavno-options{
	margin:0px 0px 10px 0px;
}

.enostavno-button .enostavno-popup .enostavno-options a{
	display:inline-block;
	margin:5px;
	padding:7px;
	border:1px solid #009fdb;
	transition:all ease-in-out 0.3s;
	font-size:14px;
	width:95px;
	text-align:center;
}

.enostavno-button .enostavno-popup .enostavno-options a.sel,
.enostavno-button .enostavno-popup .enostavno-options a:hover{
	background-color:#009fdb;
	color:#fff;
}

.enostavno-button .enostavno-popup .enostavno-total{
	margin-left:5px;
}

.pikto_holder{
	position:absolute;
	bottom:0px;
	left:10px;
	z-index:3;
}

.pikto_holder div{
	margin:10px auto;
}

.blue_text{
	color:#003463 !important;
}

.gray_text{
	color:#424243 !important;
}

.div_background{
	background:url(/images/background_content.jpg) center bottom no-repeat;
	background-size:cover;
}

.content_content.articles a.menu h1{
	border-left:10px solid #79ad3c;
	text-align:left;
	padding-left:30px;
	float:left;
	width:25%;
	font-weight:normal;
	background-color:#f4f4f4;
	text-transform:uppercase;
}

.content_content.articles a.menu.sel h1,
.content_content.articles a.menu:hover h1{
	border-left:10px solid #79ad3c;
	text-align:left;
	padding-left:30px;
	float:left;
	width:25%;
	background-color:#ebebeb;
	font-weight:bold;
}

.content_content .opinion_item{
	width:100%;
	font-style: italic;
	font-size:16px;
	color:#8d8d8d;
}

.content_content .opinion_item .name{
	margin-top:15px;
}

.content_content.extra_banners{
	max-width: 1400px;
	position: relative;
	margin: auto;
	width:100%;
}

.content_content.extra_banners .left_banner,
.content_content.extra_banners .right_banner{
	width:60%;
	position: relative;
	top:0px;
	-webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
	overflow: hidden;
}

.content_content.extra_banners .left_banner{
	-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	position: absolute;
	left:0px;
	top:50%;
	width:50%;
	transform: translate(0%,-50%);
}

.content_content.extra_banners .left_banner img,
.content_content.extra_banners .right_banner img{
	width:100%;
	height: auto;
}

.content_content.extra_banners .right_banner{
	float:right;
}

.articles .art_item{
	background-color:#fff;
	transition:all ease-in-out 0.3s;
	/*border:1px solid #beb7b6;*/
}

.articles .art_item .enostavno-price{
	font-size:14px;
	color:#ccc;
}

.resp_menu_button{
	position:relative;
	text-align:center;
	z-index:3;
	padding-left:0px !important;
	height:25px;
	width:30px;
	margin-left:10px;
	display:none;
	margin-top:11px !important;
	float:right;
}

.resp_menu_button span{
	display:inline-block;
	width:30px;
	height:4px;
	background-color:#000000;
	position:absolute;
	left:50%;
	margin-left:-15px;
	transition:all ease-in-out 0.3s;
	border-radius:10px;
}

.resp_menu_button span:nth-child(1){
	top:0px;
}

.resp_menu_button span:nth-child(2){
	top:9px;
}

.resp_menu_button span:nth-child(3){
	top:18px;
}

.resp_menu_button.open span:nth-child(1){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
}

.resp_menu_button.open span:nth-child(2){
	width: 0%;
	opacity: 0;
}

.resp_menu_button.open span:nth-child(3){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 8px;
}

#toggle-menu.active {
	background-position: -30px 0px;
}
#toggle-submenu {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0;
	border: 0;
	width: 107px;
	height: 27px;
	background-color: transparent;
	background-image: url('/images/toggle_submenu.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
#toggle-submenu.active {
	background-position: -107px 0px;
}

.mobile-show,
.mobile_title{
	display: none;
}

.footer_voucher{
	padding:20px 0px;
}

.footer_voucher .footer_voucher_content{
	max-width:1170px;
	margin:auto;
	font-size:14px;
}

.footer_voucher .footer_voucher_content img{
	margin-left:20px;
}

a.pink_button, .pink_button a, .props_okay a{
	color: #fff !important;
	background-color: #191919;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	font-size: 16px;
	font-weight: bold !important;
	line-height: normal;
	transition: all ease-in-out 0.2s;
}

a.black_button{
	color: #fff !important;
	background-color: #191919;
	display: inline-block;
	padding: 14px 65px 14px 65px;
	font-size: 20px;
	font-weight: bold !important;
	line-height: normal;
	transition: all ease-in-out 0.2s;
}

a.black_button:hover{
	transform: scale(1.05);
}

.responsive_profile{
	margin-top:13px;
	float:left;
	display:none;
}

td.box{
	padding:3% 5%;
	box-shadow:0px 0px 5px rgba(0,0,0,0.4);
}

h1.white_text,
h2.white_text,
h3.white_text,
span.white_text,
div.white_text,
a.white_text{
	color:#fff !important;
	text-shadow:0px 0px 8px rgba(0,0,0,0.6);
}

img.fade{
	opacity:0.5;
	transition: all ease-in-out 0.3s;
}

img.fade:hover{
	opacity: 1;
}

a.red-button,
div.red-button,
span.red-button{
	border:1px solid #8f3e14;
	padding:10px 45px;
	display:block;
	text-align:center;
	color:#8f3e14;
	font-weight: bold;
	font-size:18px;
}

table.beige-bg{
	background-color:#ece1d4;
	height: 80%;
}

table.blue-bg{
	background-color:#daecf1;
	height: 80%;
}

table.blue-bg tr td,
table.beige-bg tr td{
	padding:50px;
}
#popup_enovice,#popup_thanks_container {
	color: #4a4a4a!important;
  width: 100%;
  position: fixed;
  top: 0%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  transition: 0.5s ease-in;
}

.popup_input{
	width: 40%;
	margin: auto;
	background: none;
	border: none;
	border-bottom: 1px solid black;
	padding: 5px 10px;
	margin-bottom: 20px;
}
#send_button_popup{
	background: rgba(82, 126, 163, 1);
	border: none;
	color: white;
	padding: 10px 30px;

}
#hide_popup img:hover,#checkbox:hover,#send_button_popup:hover{
	cursor: pointer;
}

#popup_thanks{
	background: white;
height: 200px;
width: 450px;
margin: auto;
  margin-top: auto;
margin-top: 10%;
	box-shadow: 0px 0px 36px 1px rgba(0,0,0,0.75);
}

/****ANIMATIONS****/
.animate{
	position: relative;
	opacity:1;
	top:0px;
	transition: all ease-in-out 0.6s;
}

.animate.animation-lr{
	opacity: 0 !important;
	margin-left:-15% !important;
}

.animate.animation-rl{
	opacity: 0 !important;
	margin-left:15% !important;
}

.animate.animation-bt{
	opacity: 0 !important;
	top:100px !important;
}

.animate.animation-tb{
	opacity: 0 !important;
	top:-100px !important;
}

.animate.animation-fade{
	opacity: 0;
}

.animate.animation-scale{
	transform: scale(0);
}

.animate.animation-circle{
	border:70px solid #fff !important;
	left:-100px !important;
	top:25px !important;
}