@charset "utf-8";

a {
	color: rgb(64, 187, 194);
    text-decoration: none;
}

* { 
	margin:0; 
	padding:0;
	list-style-type: none;
}

body {
	font: 100%/1.2 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
}

::-webkit-scrollbar {
	width:0px;
	background: transparent;
}

fieldset {
	border: 0;
}

/* ~~ Element/tag selectors ~~ */
ul,ol,dl {
	/* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

h1,h2,h4,h5,h6,p {
	margin-top: 0;
	/* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 7px;
	/* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

a img {
	/* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

img{
	opacity: 1;
	filter: alpha(opacity = 100);
}

body:not(.mobile) .mobile-toggle {
	display: none;
}

body:not(.mobile).browser-upgrade-alert {
	top:100px;
	position: absolute;
	z-index: 2 !important;
}

.browser-upgrade-alert div {
	text-align: center !important;
	color: #40BBC2;
}

.browser-upgrade-background {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1 !important;
}

.browser-upgrade-background img {
	width: 100%;
	height: 100%;
}

.menu li a:hover, .menu li.active.current a{
	color: #40BBC2;
}

li.active.current {
	background: url('/templates/snunit/images/pod.png') no-repeat;
    background-position: bottom left;
    background-size: 100% 70% ;
}

.horizontal_separator{
	height: 150px;
	width: 100%;
	clear:both;
}

.main {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index:4;
}

.top_menu {
	position: fixed;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	background-color: #000000;
	height: 120px;
	width: 1100px;
	top:0;
	left:50%;
	margin-left: -550px;
	z-index: 10;
}

.logo img{
	position: relative;
	left:-460px;
}

.menu {
	position: relative;
	top:-90px;
	float: left;
	left: 14%;
	height: 120px;
	width: 86%;
}

.menu > li {
	padding-top: 10px;
	border: 0;
	position: absolute;
	z-index: 5;
	background: none;
	height: 25px;
}

.menu li a{
	margin-left:6px;
	margin-right:6px;
}

.mobile-info {
	display: none;
}

.separator {
	top: -15px;
	position: absolute;
	height: 100px;
	width: 2px;
	min-width: 2px;
	background-color: #FFF;
	padding-top: 0px;
}

.link-home { left: 2.5; }
.link-wydarzenia { left: 43%; }
.link-gallery { left: 57%; }
.link-tance-izraelskie { left: 67%;	top: 15px; }
.link-tance-izraelskie > a { position: relative; top: -15px; }
.link-kontakt { left: 80%; }
.link-linki { left: 92%; }

#ib_1 { left: 12.5%; }
#ib_2 {	left: 29.5%; }
#ib_3 { left: 43.5%; }

#sep_1 { left: 10%; }
#sep_2 { left: 27%; }
#sep_3 { left: 41.5%; }
#sep_4 { left: 56%; }
#sep_5 { left: 65.5%; }
#sep_6 { left: 78.5%; }
#sep_7 { left: 90%; }

.inner_block li{
	padding-bottom: 10px;
}

.links_pos {
	position: floating;
	margin-top: 30px;
	width: 32%;
	padding: 15px 0 15px 0;
	word-wrap: break-word;
	text-align: right;
	background-color: #000000;
	color: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity = 80); /* For IE8 and earlier */
	clear:both;
	display: block;
}

.links_pos .ng-binding {
	padding: 0px 20px 0px 20px;
}

.category tr{
	height:60px;
}

.spec-info {
	width: 11%;
	padding: 5px 5px 5px 5px;
	position: fixed;
	right: 0;
	top: 160px;
	left: auto;
	word-wrap: break-word;
	text-align:right;
	background-color: #000000;
	color: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity = 80); /* For IE8 and earlier */
	font-size: 0.7em;
}

.spec-info-body {
	width:85%;
	height:100%;
	float:right;
}

.spec-info-slider {
	position: absolute;
	left: -25px;
	background-image: url(../images/arrow-b.png);
	background-repeat: no-repeat;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 80px;
	height: 40px;
	opacity: 1.0;
	filter: alpha(opacity = 100); /* For IE8 and earlier */
	cursor: pointer;
}

.spec-info-content {
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5%;
	margin-right: 5%;
	overflow: hidden;
}

.spec-info-content p:first-of-type {
	font-size: 2em;
	color: #40BBC2;
}

.spec-info-button {
	text-align: center;
}

.spec-info-button a {
	text-decoration: none;
	color: #40BBC2;
}

.article-link-wrapper{
	width: 100%;
	word-wrap: break-word;
	text-align: right;
	background-color: #000000;
	color: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity = 80); /* For IE8 and earlier */
	clear:both;
	margin-top: 15px;
	padding: 5px 0 20px 0;
}

.snu-content {
	word-wrap: break-word;
	text-align: right;
	background-color: #000000;
	color: #FFFFFF;
	opacity: 0.8;
	z-index:-5;
	filter: alpha(opacity = 80); /* For IE8 and earlier */
}

.content-body {
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5%;
	padding-right: 5%;
}

.content-body .page-header h2{
	font-size: 1.3em !important;
	color: rgb(64, 187, 194);
	font-weight: normal;
	padding-bottom: 15px;
}

.content-body div[itemprop="blogPost"]{
	padding-bottom: 20px;
}

.content-md {
	width: 32%;
}

.content-large  {
	width: 60%;
}

.content-gallery  {
	width: 100%;
	opacity: 1;
	filter: alpha(opacity = 100); /* For IE8 and earlier */
	overflow: hidden !important;
	min-height:550px;
}

.content-gallery > iframe {
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden !important;
}

.content-left {
	float: left;
	margin-right: 10px;
}

.content-middle {
	margin-left: 33%;
	margin-right: 33%;
}

.content-middle.content-large {
	margin-left: 20%;
	margin-right: 20%;
}

.content-90-op {
	opacity: 0.9 !important;
	filter: alpha(opacity = 90) !important; /* For IE8 and earlier */
}

.content-right {
	float: right;
	margin-left: 10px;
}

.background-slider-wrapper {
	position: fixed;
	height: 100%;
	width: 100%;
}

.background-slider-wrapper ,
.background-slider-wrapper div{
	height: 100%;
	z-index: -999 !important;
}

.main_pos_3 {
	z-index:-5;
	width: 32%;
	float: right;
	word-wrap: break-word;
	text-align:right;
	background-color: #000000;
	color: #FFFFFF;
	opacity: 0;
	filter: alpha(opacity = 0); /* For IE8 and earlier */
}

.gallery-controls {
	text-align: center;
	padding-top: 10px;
}

.gallery-controls > p {
	text-decoration: none;
	font-size: 1.3em;
	color: #40BBC2;
	padding-bottom: 20px;
}

.gallery-controls > a {
	text-decoration: none;
	color: white;
	bottom: -10px;
	position: relative;
}

.content1, .content2, .content3 , .content5{
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5%;
	margin-right: 5%;
	overflow: hidden;
}

.sige_cont_1, .sige_cont_2, .sige_cont_3{
	max-width: 200px;
	display:inline-block;
}

.arrow{
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	opacity: 1.0;
	filter: alpha(opacity = 100); /* For IE8 and earlier */
	cursor: pointer;
}

.inner-block li{
	padding-bottom: 100px;
}

.fb_icon {
	position:absolute;
	top:10px;
	left:5px;
	max-height: 44px;
	max-width: 44px;
	cursor: pointer;
	z-index: 1;
}

.yt_icon {
	position:absolute;
	top:60px;
	left:5px;
	max-height: 44px;
	max-width: 44px;
	cursor: pointer;
	z-index: 1;
}

.copy_right {
	margin-right: 16px;	
	margin-top: 10px;
	margin-bottom: 1px;
}

.list-title a{
	color: #40BBC2;
	text-align: right;
	
}

#footer_info {
	opacity: 0.9;
	filter: alpha(opacity = 90);
	color: #40BBC2;
	background-color: #000000;
	position: fixed;
	height: 60px;
	width: 350px;
	bottom: 0;
	left: 50%;
	margin-left: 200px;
	font-size: 10px;
}

#footer_info > img{
	position: absolute;
	left: 0;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#footer_left_info{
	color: #40BBC2;
	position: absolute;
	left: 8.5%;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#leftside_contacts {
	position: fixed;
	top: 170px;
	left: 0px;
	opacity: 0.75;
	filter: alpha(opacity = 75);
	background-color: #FFF;
}

.category.table {
	width: 100%;
}

.gallery-link {
	width: 100%
	height: 20px;
	padding-top:15px;
	padding-bottom:15px;
	color: #40BBC2;
	cursor: pointer;
}

.pagination-line {
	display: block;
	width: auto;
	text-align: center;
	padding-bottom: 15px;
}

.pagination-link {
	padding: 10px;
	color: white;	
	cursor: pointer;
}

.pagination-link:hover{
	color: #64c9ce;
}

.pagination-link.active{
	color: #40BBC2;
}