colo { margin: 0; padding: 0; outline: 0; color: blue
}

* { margin: 0;
    outline: 0 none;
    padding: 0; }

body {
	font-size: 14px;
	line-height: 22px;
	font-family: arial, sans-serif;
	color: #9c9c9c;
	min-width: 920px;
	background-image: url(../images/bk2.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: fixed;
}

a {
	color: #39DAF5;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	color: #7BE6F9;
}
a img { border: 0; }

article, aside, details, footer, header, menu, nav, section { display: block; color:#fff }
input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

h2 {
    
	font-size: 36px;
	line-height: 34px;
	color: yellow;
}
h3 {
	font-size: 22px;
	line-height: 32px;
	color: #747474;
	font-weight: normal;
	font-style: italic;
}
h4 {
	font-size: 20px;
	line-height: 20px;
	color: #39daf5;
	font-weight: normal;
}
.shell { width: 920px; margin: 0 auto; }

header { background-color: #141414; border-bottom: 1px solid #006e86; height: 90px; }
header .shell { position: relative; }
#logo { width: 324px; position: absolute; top: 15px; left: 0; font-size: 0; line-height: 0; }
#logo a { height: 85px; display: block; background: url(../images/logo.png) no-repeat 0 0; text-indent: -4000px; }

/* navigation */
#navigation {
	text-align: right;
	padding-top: 34px;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 16px;
	letter-spacing: 0.03em;
	font-weight: bold;
}
#navigation a {
	color: #fff;
}
#navigation a:hover,
#navigation a.active  {
	text-decoration: none;
	color: #39DAF5;
}
/* end of navigation */

/* slider */
.slider-section { background: #009bb9 url(../images/slider-section.png) repeat-x center 0; min-height: 399px; }
.slider-holder { background: url(../images/slider-holder.png) repeat 0 0; border-top: 1px solid #568993; width: 900px; height: 380px; padding: 9px; position: relative; bottom: -30px; }
.slider-holder span.slider-shadow {
	background: url(../images/slider-shadow.png) no-repeat 0 0;
	width: 920px;
	height: 37px;
	position: absolute;
	bottom: -37px;
	left: 0;
	font-size: 25;
	line-height: 27;
	text-indent: -4000px;
	font-style: normal;
	font-weight: bold;
}

.flexslider { width: 900px; height: 380px; overflow: hidden: }
.flexslider ul.slides { list-style: none; list-style-position: outside; position: relative; }
.flexslider ul.slides li { width: 900px; height: 380px; float: left; position: relative; }
.flexslider ul.slides li img { width: 900px; height: 380px; }
.flexslider ul.slides li .slide-cnt { width: 235px; padding: 30px 26px 20px 26px; background: url(../images/slide-cnt.png) repeat 0 0; position: absolute; top: 41px; right: 47px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; background-color: rgba(0,0,0,0);}
.flexslider ul.slides li .slide-cnt h3 {
	color: #eae8de;
	font-weight: bold;
	line-height: 27px;
	padding-bottom: 14px;
	font-size: 25px;
	font-style: normal;
}
.flexslider ul.slides li .slide-cnt p { color: #39daf5; font-size: 14px; line-height: 22px; padding-bottom: 16px; }
.flexslider ul.slides li .slide-cnt a.slider-btn { width: 115px; height: 33px; line-height: 33px; text-align: center; padding: 0 44px 0 22px; font-size: 17px; color: #0d0d0d; display: block; font-weight: bold; 
text-shadow: rgba(255,255,255,0.4) 1px 1px 2px; background: url(../images/slider-btn.png) no-repeat 0 0; }
.flexslider ul.slides li .slide-cnt a.slider-btn:hover { color: #fff; text-decoration: none; text-shadow: rgba(0,0,0,0.4) 1px 1px 2px; }
/* end of slider */

.main { padding-top: 68px; padding-bottom: 40px; }
/* heading */
.heading { position: relative; padding-left: 135px; padding-top: 39px; padding-bottom: 51px; }
.heading span.ico { width: 108px; height: 136px; background: url(../images/ico.png) no-repeat 0 0; position: absolute; left: 10px; top: 0; }
.heading h3 { padding-bottom: 16px; }
/* end heading */

/* cols */
.cols {
	padding-bottom: 36px;
	margin-top: 10px;
}
.cols .col {
	width: 292px;
	float: left;
}
.cols .col + .col { padding-left: 20px; }
.cols .col a img {
	background: url(../images/bg-img.png) repeat 0 0;
	padding: 9px 0 10px;
	border-top: 1px solid #6e6e6e;
	margin-bottom: 8px;
	opacity:0.7
}
.cols .col a img:hover {
	opacity:1;
}
.cols .col h4 {
	line-height: 27px;
	padding-bottom: 14px;
	text-align: center;
	font-size: 25px;
}
.cols .col h4 a { color: #fff; }
.cols .col h4 a:hover {
	color: #39DAF5;
	text-decoration: none;
}
.cols .col p { line-height: 22px; }
/* end of cols */

/* content */
.content { width: 678px; float: left; padding-left: 3px;  }
.content h4 { padding-bottom: 15px; }
.content p { padding-bottom: 20px; }
.content p:last-child { padding-bottom: 0; }
.content .box { background: url(../images/box.png) repeat 0 0; padding: 20px 30px 20px 27px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; }
/* end of content */

/* aside */
aside { width: 211px; float: right; }
aside .widget h4 { padding-bottom: 18px; }
aside .widget ul { list-style: none; list-style-position: outside; }
aside .widget ul li { background: url(../images/plus-ico.png) no-repeat 0 7px; padding-left: 14px; line-height: 22px; }
aside .widget ul li a { color: #39daf5; }
/* end of aside */

/* footer */
html, body { height: 100%; }
#wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -106px; }
#footer, #footer-push { height: 106px; }

#footer { background: url(../images/footer.png) repeat-x 0 0; }
.footer-top  { height: 70px; line-height: 68px; position: relative; }
.footer-top .footer-nav {
	font-size: 14px;
	float: left;
}
.footer-top .footer-nav a { color: #fff; margin-right: 39px; }
.footer-top .footer-nav a:hover { color: #0090af; text-decoration: none; }
.footer-top .footer-logo {
	width: 100px;
	position: absolute;
	top: 14px;
	right: 8px;
	font-size: 0;
	line-height: 0;
}
.footer-top .footer-logo a { height: 48px; background: url(../images/footer-logo.png) no-repeat 0 0; display: block; text-indent: -4000px; }
#footer .copy { height: 20px; padding: 12px 0 4px 0; }
#footer .copy p {
	color: #010101;
	font-size: 11px;
	float: left;
}
#footer .copy p a { color: #013e4b; text-decoration: underline; }
#footer .copy p a:hover { text-decoration: none; }
/* end of footer */

#content { padding-right: 24px; }

#content .content { min-height: 142px; height: auto !important; height: 158px; padding:0 16px 16px 16px; }
#content .content img { float:left; padding-right:9px; }
#content .content p { line-height:19px; }
.post { min-height: 327px; position: relative; padding-bottom: 29px; }
.post h3 { margin-bottom: 6px; padding-left: 4px; }
.post h4 { padding: 16px 0 8px; }
.post h5 { padding: 13px 0 9px; }
.post p { padding: 0 3px 8px; }
.post p:first-letter {
	font-size: 20px;
	color: #39daf5;
    letter-spacing: 0.2em
}
.post.left {
	float: left;
	display: inline;
	width: 570px;
	padding: 15px;
	border-radius: 10px 10px 10px 10px;
	background-image: url(../images/box.png);
}
.post.left h2{
	color: #39DAF5;
	font-size: 28px;
	line-height: 40px;
	font-weight: normal;
}

.post.right {
	float: right;
	display: inline;
	width: 270px;
}
.post.right h3 {
	color: #FFF;
	font-size: 25px;
	line-height: 40px;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}



.list-1 {
	border-radius: 10px 10px 10px 10px;
	margin-top: 5px;
	transition: all 0.5s linear 0s;
	background-image: url(../images/box.png);
	background-repeat: repeat;
	background-position: 0 0;
	line-height: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 16px;
}
.list-2 li {
	border-radius: 10px 10px 10px 10px;
	margin-top: 5px;
	transition: all 0.5s linear 0s;
	background-image: url(../images/box.png);
	line-height: 18px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 14px;
	color: #F60;
	list-style-type: none;
	border: 1px solid #666;
}
.list-2 li a{
	border-radius: 10px 10px 10px 10px;
	transition: all 0.5s linear 0s;
	color: #FF3535;
}
.social {
	float: right;
	height: 30px;
	width: 100px;
	margin-top: 10px;
}

a {
    color: #39daf5;
    
}

.list-1 li {margin: 5px 0;
}
.menujos{
    width: 70%;
}
ul.menujos{
    list-style-type: none;
}
.menujos li{
    list-style-type: none;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
}