@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&amp;subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700&amp;subset=latin,latin-ext);

body {
	background: #fafcfe url(../../PLIKI/KRZECIN/DESIGN/BG_BODY.JPG) repeat-x;
	font: 14px/22px 'Roboto', sans-serif;
	color: #525252;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #3498db;
	font-family: 'Oswald', sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #3498db;
	font-family: 'Oswald', sans-serif;
}

#nazwa {
	z-index: 10000;
	color: #fff;
	margin-left: 120px;
	margin-top:20px;
	font-size:48px;
	line-height: 80px;
	font-family: 'Oswald', sans-serif;
	text-shadow: 2px 2px #525252;
}
#nazwa img {
	padding-right: 20px;
}

#logo1 {
	margin-top:30px;
}

#logo2 {
	margin-top:20px;
}


.nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
}

article {
	padding: 0 10px 10px 10px;
	background: #fafcfe;
	margin-top: 20px;
	border:1px solid rgba(13, 71, 161, 0.2);
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

article h2 {
	font-size:24px;
}

#enar_owl_slider .owl-buttons, .top_search, .top_add_card, .png_slider .owl-buttons, .porto_nav, .shop_slider .owl-controls, .thumbs_gall_slider_larg .owl-controls, .progress_bar .value:after, .porto_galla .owl-buttons, .flex_style1 #flex_carousel .flex_next, .flex_style1 #flex_carousel .flex_previous, .porto_block .porto_galla .owl-prev, .porto_block .porto_galla .owl-next, .sitemap li:not(.has_child_sitmap)::after, .mega_toltip, .nav_trigger, #navy .tab_menu_item.active > a:after {
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*------ Flex ------*/

.flex_slider_container.flex_style1 {
    margin-bottom: 20px;
}
.flex_slider_container {
    position: relative;
}
.flex_style1 #flex_thumbs .flex_next i, .flex_style1 #flex_thumbs .flex_previous i {
    font-size: 22px;
    position: absolute;
	display: block;
}
.flex_style1 #flex_thumbs .flex_next, .flex_style1 #flex_thumbs .flex_previous{
	background: #000;
    color: #fff;
    display: block;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 1;
}
.flex_style1 #flex_thumbs .flex_next{	
    right: 0px;
}
.flex_style1 #flex_thumbs .flex_previous{
	left: 0px;
}
.flex_style1 #flex_thumbs .flex-viewport{
	background: #fff;
}
.flex_style1 #flex_thumbs img{
	max-height: 120px;
	width: auto;
}
.flex_style1 #flex_thumbs {
	background: none;
    bottom: 0;
	padding: 0 40px;
    position: absolute;
    transform: translateX(50%) translateY(50%);
	-webkit-transform: translateX(50%) translateY(50%);
	-moz-transform: translateX(50%) translateY(50%);
	-o-transform: translateX(50%) translateY(50%);
    width: 50%;
    z-index: 10;
}
.flexslider .slides img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	vertical-align: top;
}
.flexslider .slides > li {
    display: none;
	position: relative;
}
.flex_style1 #flex_thumbs li:after {
	background: rgba(29, 205, 202, 0);
	content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.flex_slider_container.flex_style1:after {
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.flex_style1 #flex_thumbs li.flex-active-slide:after, .flex_style1 #flex_thumbs li:hover:after {
    background: rgba(29, 205, 202, 0.5);
}
.flex_style1 #flex_carousel .flex-viewport {
    position: relative;
}
.flex_style1 #flex_carousel .flex_next{
	right: 30px;
}
.flex_style1 #flex_carousel .flex_previous {
	left: 30px;
}
.flex_style1 #flex_carousel .flex_next, .flex_style1 #flex_carousel .flex_previous {
    border: 4px solid rgba(0, 0, 0, 0.2);
    height: 55px;
    width: 55px;
	z-index: 10;
	position: absolute;
}
.flex_style1 #flex_carousel .flex_next > span, .flex_style1 #flex_carousel .flex_previous > span {
    background: #fff;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
.flex_style1 #flex_carousel .flex_next > span:after, .flex_style1 #flex_carousel .flex_previous > span:after {
    background: #3498db;
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
    width: 100%;
}
.flex_style1 #flex_carousel .flex_next:hover > span:after, 
.flex_style1 #flex_carousel .flex_previous:hover > span:after {
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}
.flex_style1 #flex_carousel .flex_next:hover span span:before, 
.flex_style1 #flex_carousel .flex_next:hover span span:after, 
.flex_style1 #flex_carousel .flex_next:hover span span, 
.flex_style1 #flex_carousel .flex_previous:hover span span:before, 
.flex_style1 #flex_carousel .flex_previous:hover span span:after, 
.flex_style1 #flex_carousel .flex_previous:hover span span{
	background: #fff;
}
.flex_style1 #flex_carousel .flex_next span span:before, .flex_style1 #flex_carousel .flex_previous span span:before {
    background: #3498db;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    width: 5px;
	top: 5px;
}
.flex_style1 #flex_carousel .flex_next span span:before{
	left: -5px;
}
.flex_style1 #flex_carousel .flex_previous span span:before{
	right: -5px;
}
.flex_style1 #flex_carousel .flex_next span span:after, .flex_style1 #flex_carousel .flex_previous span span:after {
    background: #3498db;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    width: 5px;
	top: -5px;
}
.flex_style1 #flex_carousel .flex_next span span:after{
	left: -5px;
}
.flex_style1 #flex_carousel .flex_previous span span:after{
	right: -5px;
}
.flex_style1 #flex_carousel .flex_next span span, .flex_style1 #flex_carousel .flex_previous span span {
    background: #3498db;
    display: block;
    height: 5px;
    position: absolute;
    width: 5px;
    z-index: 1;
	top: 50%;
	left: 50%;
}
.flex_style1 #flex_carousel .flex_next > span span{
	transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-webkit-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
}
.flex_style1 #flex_carousel .flex_previous > span span{
	transform: translateX(-100%) translateY(-50%);
	-moz-transform: translateX(-100%) translateY(-50%);
	-webkit-transform: translateX(-100%) translateY(-50%);
	-o-transform: translateX(-100%) translateY(-50%);
}
.flex_style1 #flex_thumbs .flex-viewport > .slides > li{
	cursor: pointer;
}
.flex_in_flex.flexslider .flex-viewport {
    margin-bottom: 50px;
}
.flex_in_flex.flexslider {
    background: rgba(0, 0, 0, 0.4);
    left: 50%;
    overflow: visible;
    padding: 30px 30px 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 70%;
    z-index: 2;
    transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
}
.flex_in1 {
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: 300;
	margin-bottom: 15px;
}
.flex_in2 {
    color: #fff;
    display: block;
	font-size: 60px;
	line-height: 60px;
}
.flex_in3 {
    color: #fff;
    display: block;
	font-size: 40px;
	margin-bottom: 40px;
}
.flex_in_color1{
	color: #1CCDCA;
	font-weight: 400;
}
.flex_in_color2{
	
}
.container #flex_carousel.flexslider {
    margin-top: 10px;
    border: 1px solid #E5E5E5;
    padding: 8px;
}
#flex_carousel.flexslider.has_control_nav {
    overflow: visible;
}
.flex_in_flex .flex-control-nav {
    bottom: -50px;
    left: 0;
    margin: 0;
}
#flex_carousel.flexslider.has_control_nav > .flex-control-nav {
    bottom: 0;
    left: 50%;
    margin: 0;
    padding: 20px;
    transform: translateX(-50%) translateY(100%);
	-moz-transform: translateX(-50%) translateY(100%);
	-webkit-transform: translateX(-50%) translateY(100%);
    width: auto;
}
@media only screen and (max-width: 1024px) {
	.flex_in_flex.flexslider{
		
	}
	.flex_in1 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.flex_in2 {
		font-size: 45px;
		line-height: 45px;
	}
	.flex_in3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.flex_in_flex .flex-control-nav {
		top: -23px;
	}
	.bordered_btn_white {
		font-size: 14px;
		padding: 12px 15px;
	}
	
	#nazwa {
		margin-top:45px;
	}
}
@media only screen and (max-width: 768px) {
	
	#nazwa {
		margin-left: 0;
	}
	
	#nazwa img {
		padding-right: 5px;
	}
	
	.flex_in_flex.flexslider{
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
		height: 100%;
		width: 100%;
	}
	.flex_in1 {
		font-size: 19px;
    	margin-bottom: 7px;
	}
	.flex_in2 {
		font-size: 35px;
    	line-height: 45px;
	}
	.flex_in3 {
		font-size: 25px;
    	margin-bottom: 15px;
	}
	.flex_in_flex .flex-control-nav {
		top: 10px;
	}
	.bordered_btn_white {
		font-size: 14px;
		padding: 12px 15px;
	}
	.flex_style1 #flex_thumbs {
		padding: 0 40px;
		-moz-transform: translateX(0%) translateY(100%);
		-webkit-transform: translateX(0%) translateY(100%);
		-ms-transform: translateX(0%) translateY(100%);
		-o-transform: translateX(0%) translateY(100%);
		transform: translateX(0%) translateY(100%);
		width: 100%;
		margin-bottom: -9px;
	}
	.flex_style1 #flex_thumbs .flex_next, .flex_style1 #flex_thumbs .flex_previous {
		width: 31px;
	}
	.flex_style1 #flex_thumbs .flex_previous {
		left: 9px;
	}
	.flex_style1 #flex_thumbs .flex_next {
		right: 9px;
	}
}
@media only screen and (max-width: 480px) {
	
	#nazwa {
		margin-left: 0;
	}
	
	#nazwa img {
		padding-right: 5px;
	}
	
	.flex_in_flex.flexslider {
		padding: 23px 15px;
	}
	.flex_in_flex .flex-control-nav {
		top: 5px;
	}
	.flex_in1 {
		font-size: 15px;
		margin-bottom: 2px;
	}
	.flex_in2 {
		font-size: 22px;
		line-height: 29px;
	}
	.flex_in3 {
		font-size: 17px;
		margin-bottom: 9px;
	}
	.bordered_btn_white {
		border-width: 1px;
		font-size: 12px;
		padding: 6px 9px;
	}
	.flex_style1 #flex_carousel .flex_next, .flex_style1 #flex_carousel .flex_previous {
		height: 40px;
		width: 40px;
	}
	.flex_style1 #flex_carousel .flex_next {
		right: 8px;
	}
	.flex_style1 #flex_carousel .flex_previous {
		left: 8px;
	}
	.flex_style1 #flex_carousel .flex_next span span::before, .flex_style1 #flex_carousel .flex_previous span span::before {
		height: 4px;
		top: 4px;
		width: 4px;
	}
	.flex_style1 #flex_carousel .flex_next span span::before {
		left: -4px;
	}
	.flex_style1 #flex_carousel .flex_next span span::after {
		left: -4px;
	}
	.flex_style1 #flex_carousel .flex_next span span::after, .flex_style1 #flex_carousel .flex_previous span span::after {
		height: 4px;
		top: -4px;
		width: 4px;
	}
	.flex_style1 #flex_carousel .flex_next span span, .flex_style1 #flex_carousel .flex_previous span span {
		height: 4px;
		width: 4px;
	}
	.flex-control-paging li a {
		height: 9px;
		width: 9px;
	}
	.flex-control-nav li {
		margin: 0 3px;
	}

}
@media only screen and (max-width: 320px) {
	.flex_in_flex.flexslider {
		padding: 20px 0px;
	}
	.flex_in1 {
		font-size: 13px;
		margin-bottom: 0px;
	}
	.flex_in2 {
		font-size: 18px;
		line-height: 25px;
	}
	.flex_in3 {
		font-size: 14px;
		margin-bottom: 0px;
	}
	.bordered_btn_white {
		border: none;
		font-size: 10px;
		padding: 4px 6px;
	}
	.flex-control-paging li a {
		height: 7px;
		width: 7px;
	}
	.flex_in_flex .flex-control-nav {
		top: 0px;
	}
}



#main-box {
	margin-bottom: 24px;
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.navbar {
	margin-top: 0px;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

#content {
	padding: 35px 0;
}

.post-meta {
	font-size: 11px;
	margin-bottom: 18px;
}
.post-meta span {
	display: inline-block;
	margin-right: 3px;
	padding: 3px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f0f7fa;
	color: #70b3d0;
}
.post-meta i {
	margin-right: 9px;
	color: #70b3d0;
	font-size: 14px;
}
.post-meta a {
	color: #70b3d0;
	text-decoration: none;
}
.post-meta a:hover {
	color: #444;
}


.cart_toltip_icon:after, .top_search_con, .add2cart_btn, .shop_slider .pro_add2cart_details, .sidebar_slide_price:after, .btn_c, .plan_col.plan_column1 .plan_price_btn, .ui-video-background-controls, .num_colored, .four_boxes_block, .four_boxes_title, .social_share_btn, .nav_trigger, .tree_features > li, .tree_features > li:after{
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-ms-border-radius: 200px;
	-o-border-radius: 200px;
	border-radius: 200px;
}

#navy .has_sub_img .owl-controls, .top_add_card, .top_add_card > span, .top_catt_remove, #enar_owl_slider .owl-prev, .owl-next, #enar_owl_slider .enar_owl_p, #enar_owl_slider .enar_owl_n, #enar_owl_slider .owl-page, #enar_owl_slider .enar_owl_p:after, #enar_owl_slider .enar_owl_n:after, .rotate_icon, .icon_boxes_con.style1 .service_box .ser-box-link, .icon_boxes_con.style2 .service_box .icon.circle, .icon_boxes_con.style2 .service_box .icon.circle:after, .icon_boxes_con.style1.circle .service_box > .icon:after, .icon_boxes_con.style1.circle .service_box .service_box_con:before, .icon_boxes_con.style1.circle .service_box > .icon i, .icon_boxes_con.style2 .service_box .icon i, .icon_boxes_con.style1.circle.just_icon_border:not(.radius5) .service_box > .icon:before, .icon_boxes_con.style2.solid_icon .service_box > .icon:before, .icon_boxes_con.style1.circle.just_icon_border:not(.solid_icon) .service_box > .icon i:after, .main_title .line i, .tabs2.circle .tabs-navi li a, a.img_popup > span, .png_slider .owl-prev, .png_slider .owl-next, .png_slider .owl-page, .section_icon, .section_icon i, .feature_icon .item h5 .icon span, .feature_icon .item h5 .icon, .feature_icon .item h5 .icon span:after, .f_s_block.circle, .feature_icon_slider .owl-page, .f_s_block.circle a.img_popup:after, .f_s_block.circle a.img_popup, .hm_filter_wrapper .icon_expand, .porto_galla .owl-page, .counter .icon, .counter .icon:before, .counter .icon:after, .normal_text_slider .client_img, .normal_text_slider .client_img img, .normal_text_slider .enar_owl_p, .normal_text_slider .enar_owl_n, .our_client_slider .enar_owl_p, .our_client_slider .enar_owl_n, .content_slider .owl-page, .play_video_btn > span, .play_video_btn, .add2cart_img .circle, .shop_slider .enar_owl_p, .shop_slider .enar_owl_n, .add2cart_image .add2cart_zoom, .cart_toltip_icon, .sidebar_slide_discount:after, .owl-page, .cart_toltip_icon2, .sidebar_slide_discount, #share_on_socials a, .thumbs_gall_slider_larg .item > a:after, .vid_icon, .single_cart_video .vid_icon:after, .commerce_comments .avatar_img, .next_product_nav .icon-wrap, .team_block .team_img, .team_block .team_img img, .social_media a, .btn_c > span, .team_block2 .member_img, .team_block2 .member_img img, .team_block2 .member_img, .team_block2 .member_img:after, .team_block2 .member_img:before, .hm_circle_progressbar.style1:not(.square) > svg, .plan_column1 .plan_price_block, .plan_column1 .plan_price_block .plan_price_in, .hm_vid_con .vid_icon i, .timeline_post_format, .timeline_feature a span.image-zoom, .small_title .s_icon, .about_auther_con .avatar_img img, .about_auther_con .avatar_img, .related_posts_slide .related_img > span:after, .mejs-controls .mejs-time-rail .mejs-time-current:after, .featured_slider .owl-buttons .owl-prev, .featured_slider .owl-buttons .owl-next, .gall_arrow2 .thumbs_gall_slider_larg .enar_owl_n, .gall_arrow2 .thumbs_gall_slider_larg .enar_owl_p, .vid_con .vid_icon:after, .rev_arrow_a, .rev_offer_circle, .rev_offer_circle2, ul.list1.list_circle li:after, .flex_style1 #flex_carousel .flex_next, .flex_style1 #flex_carousel .flex_previous, .flex_style1 #flex_carousel .flex_next > span, .flex_style1 #flex_carousel .flex_previous > span, .flex_style1 #flex_carousel .flex_next > span:after, .flex_style1 #flex_carousel .flex_previous > span:after, .wobbly_slide > nav span, .leaf_icon, .list3 > li .arrow, .page404 > span::after, .page404 > span::before, .face404, .hm_circle_progressbar.style1::after, .sitemap li:not(.has_child_sitmap)::after, .sitemap_count, #navy .has_sub_img .owl-controls:before, .main_title .dot, .progress_bar.prog_bar2 .fill_con .fill:before, .contact_details_row .icon, .list3 li:after, .preloader3 .spinner .sk-dot2, .preloader3 .spinner .sk-dot1{
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

/*.tree_features > li:nth-of-type(2n) {
    float: right;
	clear: right;
	text-align: right;
	/*margin-top: -30px;*/
	/*margin-right: -4px;
	display: none;
}*/

ul.tree_features {
	padding-left: 0;
}

.tree_features_parent {
    margin-top: 60px;
    max-width: 50%;
    min-width: 160px;
    position: relative;
    z-index: 2;
}
.tree_features > li {
	/*box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.1) inset;*/
	min-height: 44px;
    clear: left;
	float: left;
    background: #b33753;
    color: #fff;
    padding: 15px 15px 20px 15px;
    position: relative;
    width: 100%;
	margin-bottom: 5px;
	list-style: none;
	vertical-align: top;
	display: block;
}
.tree_features_t{
	display: block;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
	color: #fff;
	font-weight:bold;
}
.tree_features_t:hover{
	color: #eee;
}
.tree_features_d {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*.tree_features > li:nth-of-type(2n) .leaf_icon {
	left: auto;
	right: 0;
}*/
.leaf_icon {
    background: rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 32px;
    height: 90px;
    left: 0px;
    line-height: 90px;
    position: absolute;
    text-align: center;
    width: 90px;
    z-index: 1;
	top: 0;
}
.tree_features > li:after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}
.bg_gray .tree_features > li::after {
    background: #f9fafc;
}
.tree_features > li > .tree_curv {
    background: #b33753;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    width: 50%;
}
/*.tree_features > li:nth-child(2n) > .tree_curv {
    left: 0;
    right: auto;
}
.tree_features > li:nth-child(2n) .leaf_con{
	padding-right: 144px;
	padding-left: 0;
}*/
.leaf_con{
	padding-left: 94px;
	position: relative;
	z-index: 1;
	font-family: 'Oswald', sans-serif;
}

/* ---------------------------------------------------- */
/*		kalendarz
/* ---------------------------------------------------- */

#kalendarz {
	text-align:center;
}

.calendar {
	width:100%;
}

.calendar a{
	color:#fff;
}

.calendar a:hover {
	color:#000;
	text-decoration:none;
}

.calendar td {
	padding:5px;
	text-align:center;
	border:1px solid #eee;
}

.calendar td a {
	color: #3498db; 
}

.calendar th {
	color:#FFF;
	padding:5px;
	text-align:center;
	border:1px solid #f9fff1;
	background:#3498db;
}

.calendarToday {
	background: rgb(12, 174, 191);
}

td.calendarToday a {
	color:#FFF;
}

.calendarEvent {
	background: rgb(243, 106, 113);
}

td.calendarEvent a {
	color:#FFF;
}

#footer {
	
}

.widgets-footer {
	border-top: 1px solid #f0f7fa;
	border-bottom: 1px solid #f0f7fa;
	padding: 35px 0;
}
	.widget__footer {

	}
	.widget__footer .widget-title {
		border-bottom: 1px solid #e8f2f7;
		padding-bottom: 8px;
	}
	.widget__footer .widget-content {
		font-size: 14px;
		line-height: 22px;
	}

.copyright {
	font-size: 11px;
	padding: 21px 0;
}
	.copyright-primary {
		float: left;
	}
	.copyright-secondary {
		float: right;
	}
	.copyright a {
		color: #7fdbfd;
		text-decoration: none;
	}
	.copyright a:hover {
		text-decoration: underline;
	}
	
.separator {
	height: 2px;
	background-color: #1abc9c;
	margin: 5px 0;
}

/* clock */

.clock {
    padding: 30px;
    color: #000s;
}

#Date {
    font-size: 36px;
    text-align: center;
    text-shadow: 0 0 5px #00c6ff;
}

.clock ul {
	color: #FFF;
    padding: 0px;
	margin: 0 auto;
    list-style: none;
    text-align: center;
}

.clock ul li {
    display: inline;
    font-size: 1.8em;
	font-weight:bold;
    text-align: center;
    text-shadow: 0 0 5px #3498db;
}

#point {
    position: relative;
    -moz-animation: mymove 1s ease infinite;
    -webkit-animation: mymove 1s ease infinite;
    padding-left: 10px;
    padding-right: 10px;
}

@-webkit-keyframes mymove {
    0% {opacity: 1.0;
    text-shadow: 0 0 20px #00c6ff;
}

50% {
    opacity: 0;
    text-shadow: none;
}

100% {
    opacity: 1.0;
    text-shadow: 0 0 20px #00c6ff;
}	
}

@-moz-keyframes mymove {
    0% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }

    50% {
        opacity: 0;
        text-shadow: none;
    }

    100% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    };
}

#tp-widget-default, #tp-widget-default-forecast, .tp-widget-default, #tp-widget-default-beam, ul.ad li.aitem {
	width: 260px !important;
}

/* facebook */	

#on {visibility:visible;}
#off {visibility:hidden;}
#facebook_div {width:292px;height: auto;overflow: hidden;}
/* right side style */
#facebook_right {z-index: 10005;border:2px solid #3c95d9;background-color: #fff;width:292px;height: auto;position: fixed;right: -296px;}
#facebook_right img {position: absolute;top: -2px;left: -35px;}
#facebook_right iframe {border:0px solid #3c95d9;overflow: hidden;position: static;height: auto;left:-2px;top:-3px;}
/* left side style */
#facebook_left{z-index: 100005;border:2px solid #3c95d9;background-color: #fff;width:292px;height: 600px;position: fixed;left: -296px;}
#facebook_left img {position: absolute;top: -2px;right: -35px;}
#facebook_left iframe {border:0px solid #3c95d9;overflow: hidden;position: static;height: 607px;right:-2px;top:-3px;} 

.bg-gradient-1,.bg-gradient-2,.bg-gradient-3,.bg-gradient-4,.bg-gradient-5,.bg-gradient-6,.bg-gradient-7,.bg-gradient-8,.bg-gradient-9{background-color:transparent!important}.bg-gradient-1{background:radial-gradient(circle at 8.75% 8.45%,#003973,transparent 100%),radial-gradient(circle at 94.06% 82.83%,#E5E5BE,transparent 100%),radial-gradient(circle at 50% 50%,#668cc2,#668cc2 100%)}.bg-gradient-2{background:radial-gradient(circle at 1.98% 3%,#348F50,transparent 100%),radial-gradient(circle at 98.02% 98%,#56B4D3,transparent 100%),radial-gradient(circle at 50% 50%,#668cc2,#668cc2 100%)}.bg-gradient-3{background:radial-gradient(circle at 1.98% 74.02%,#E55D87,transparent 100%),radial-gradient(circle at 98.02% 35.97%,#5FC3E4,transparent 100%),radial-gradient(circle at 50% 50%,#0cc285,#0cc285 100%)}.bg-gradient-4{background:radial-gradient(circle at 1.98% 2%,#B993D6,transparent 100%),radial-gradient(circle at 98.02% 92.01%,#8CA6DB,transparent 100%),radial-gradient(circle at 50% 50%,#0cc285,#0cc285 100%)}.bg-gradient-5{background:radial-gradient(circle at 1.98% 89.01%,#7474BF,transparent 100%),radial-gradient(circle at 98.02% 21.98%,#348AC7,transparent 100%),radial-gradient(circle at 50% 50%,#0cc285,#0cc285 100%)}.bg-gradient-6{background:radial-gradient(circle at 1.98% 40.96%,#00c6ff,transparent 100%),radial-gradient(circle at 98.02% 52.04%,#0072ff,transparent 100%),radial-gradient(circle at 50% 50%,#0cc285,#0cc285 100%)}.bg-gradient-7{background:radial-gradient(circle at 1.98% 85.01%,#134E5E,transparent 100%),radial-gradient(circle at 98.02% 18.98%,#71B280,transparent 100%),radial-gradient(circle at 50% 50%,#0cc285,#0cc285 100%)}.bg-gradient-8{background:radial-gradient(circle at 1.98% 20.98%,#4b6cb7,transparent 100%),radial-gradient(circle at 98.02% 20.98%,#182848,transparent 100%),radial-gradient(circle at 50% 50%,#0cc285,#0cc285 100%)}.bg-gradient-9{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background:-moz-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#008fe2),color-stop(100%,#00b29c));background:-webkit-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);background:-o-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);background:-ms-linear-gradient(-65deg,#008fe2 0,#00b29c 100%);background:linear-gradient(154deg,#008fe2 0,#00b29c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#008fe2', endColorstr='#00b29c', GradientType=1)}
