/* 
border-bottom: 1px solid #eee; 
font-family: Open Sans, sans-serif;
#9FA3A3 -szary
#7c7c7c - szary ciemniejszy
#1769ff
*/

body {margin-top: 13px;}
.container {width: 1226px; font-family: 'Arimo', sans-serif; color: #1A1A1A;}
.row {clear: both;}
a {color: #616264;}
a:hover {color: #616264;}
hr {border-top: 1px solid #fff; margin-bottom: 50px;}

.top {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 2px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
    }

.top img {border-radius: 4px;}

/*.top-f {
    margin-top: 250px;
    height: 115px;
    background: #f7fcff; 
    background: -moz-linear-gradient(top,  #f7fcff 0%, #f9f9fb 25%, #eeeeee 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fcff), color-stop(25%,#f9f9fb), color-stop(100%,#eeeeee)); 
    background: -webkit-linear-gradient(top,  #f7fcff 0%,#f9f9fb 25%,#eeeeee 100%); 
    background: -o-linear-gradient(top,  #f7fcff 0%,#f9f9fb 25%,#eeeeee 100%); 
    background: -ms-linear-gradient(top,  #f7fcff 0%,#f9f9fb 25%,#eeeeee 100%); 
    background: linear-gradient(to bottom,  #f7fcff 0%,#f9f9fb 25%,#eeeeee 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fcff', endColorstr='#eeeeee',GradientType=0 );
    }*/

.taby {
    margin-top: 30px;
    height: 340px;
    /* border-bottom: 1px solid #eee; */
    background-color: #FAFAFA;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
    }

.nav-tabs {
    background: #fff; 
    border-bottom: 1px solid #ccc; 
    padding-left: 10px; 
    margin-left: -10px; 
    padding-right: 15px; 
    margin-right: -10px; 
    padding-top: 10px; 
    margin-top: -10px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #FAFAFA;
    border: 1px solid #ccc;   
    border-bottom-color: #FAFAFA;
    }

li.tabheader {  
    display: block; 
    margin-top: 4px;
    color: #0D0D0D;
    float: right;
    font-size: 20px;
    }

.tab-content {margin-top: -5px; }
.tab-content h1 {font-size: 24px; margin-bottom: 12px; color: #616264; text-shadow: none;}
.tab-content-l {float: left; margin-right: 50px;}
.tab-content p  {font-size: 14px; padding-bottom: 3px; color: #616264;}
.tab-content-l p {font-size: 14px; color: #8c8c8e;  margin-bottom: 15px;}
.tab-content-r p {font-size: 14px; color: #8c8c8e;  margin-bottom: 15px;}
.tab-content span {margin-right: 5px; color: #8c8c8e;}

.tab-content img {
    width: 250px; 
    float: left;
    margin-right: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 8px;
    -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.1);
    }

.nav-tabs > li > a {
    font-size: 16px;
    font-weight: 400;
    }

.nav-tabs > li > a:hover {
    background: #FAFAFA;
    border: 1px solid #ccc;
    border-bottom-color: #FAFAFA;
    }

span.rollover {
	background: url(../img/mag.png) center center no-repeat #0028a1;
	cursor: pointer;
	height: 250px;
	width: 250px;
	position: absolute;
    display: block;
	z-index: 10;
	opacity: 0;
    transition-duration:1s;
    border-radius: 4px;   
    }

span.rollover:hover {
	opacity: .6;
    transition-duration:1s;
    border-radius: 4px;  
    }

/* Buttons
----------------------------------------------------------------------------------------------- */

.row-fluid .span4 .btnslide {float: right; }
.btnslide {
    margin-top: 4px;
	color: white;
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight:500;
	line-height: 20px;	
	text-decoration:none;
	padding: 9px 16px 9px 62px;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	}
.btnslide:hover {
	color: white;
	-webkit-transition-property: background;
	-moz-transition-property: background;
	-o-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 250ms;
	-moz-transition-duration: 250ms;
	-o-transition-duration: 250ms;
	transition-duration: 250ms;
	text-decoration: none;
	}
.btnslide, .btnslide:before {
	-webkit-box-shadow: rgba(255, 255, 255, 0.35) 0 1px 0 inset;
	-moz-box-shadow: rgba(255, 255, 255, 0.35) 0 1px 0 inset;
	box-shadow: rgba(255, 255, 255, 0.35) 0 1px 0 inset;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
    border-right: 1px solid #0B70D5;
	}
.btnslide:before {
	position: absolute;
	left: 0;
	width: 46px;
	top: 0;
	bottom: 0;
	content: "";
	}
.btnslide:after {
	position: absolute;
	left: 0;
	top: 50%;
	bottom: 0;
	width: 45px;
	line-height: 18px;
	text-align: center;
	margin-top: -9px;
	}
a.website-main {
	color: #fff;
	border: 1px solid #5a9ad8;
	}
a.website-main:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0a63bf), color-stop(1, #5a9ad8) );
	background:-moz-linear-gradient( center top, #0a63bf 5%, #5a9ad8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a63bf', endColorstr='#5a9ad8');
	background-color: #00589c;
	}
a.website-main, a.website-main:before {
	box-shadow:inset 0px 1px 0px 0px #5a9ad8;
    background: #5a9ad8; /* Old browsers */
    background: -moz-linear-gradient(top,  #5a9ad8 0%, #0a63bf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a9ad8), color-stop(100%,#0a63bf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5a9ad8 0%,#0a63bf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5a9ad8 0%,#0a63bf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5a9ad8 0%,#0a63bf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5a9ad8 0%,#0a63bf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a9ad8', endColorstr='#0a63bf',GradientType=0 ); /* IE6-9 */
	}
a.website-main:after {
    font-family: Glyphicons Halflings;
    content:"\e116";
    font-size: 14px;
	}