/*
	Platon Technologies s.r.o.
	Igor Mino, igor@platon.sk
*/

/* ----- MAIN ----- */
body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

img {
	border-width: 0px;
}

span {
	padding: 0px;
	margin: 0px;
}

h1 {
	color: #2F6392;
}

.table {
	display: table;
}

.tr {
	display: table-row;
}

.td {
	display: table-cell;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.breaker {
	clear: both;
}

.preloaded-images {
   position: absolute;
   overflow: hidden;
   display: none;
   left: -9999px;
   top: -9999px;
   height: 1px;
   width: 1px;
}

.hide {
	display: none;
}

/* ----- DEBUG ----- */
.br {
	border: 1px red solid;
}

.bg {
	border: 1px green solid;
}

.bb {
	border: 1px blue solid;
}

.by {
	border: 1px yellow solid;
}

/* ----- TOP ----- */
.top {
 	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/top-line.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 13px;
}
.top-background {
	background-image: url(../images/top-background.png);
	background-repeat: repeat-x;
	height: 449px;
}

.top-menu {
	width: 950px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

.menu {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
}

.menu-item {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

a.menu-link,
a.menu-link:visited,
a.menu-link:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	line-height: 35px;
	text-transform: uppercase;
	text-align: center;
}

.button1-left {
	background-image: url(../images/button1-left.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 35px;
	display: inline-block;
	float: left;
}

.button1-middle {
	background-image: url(../images/button1-middle.png);
	background-repeat: repeat-x;
	line-height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	float: left;
}

.button1-right {
	background-image: url(../images/button1-right.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 35px;
	display: inline-block;
	float: left;
}

.button2-left {
	background-image: url(../images/button2-left.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 35px;
	display: inline-block;
	float: left;
}

.button2-middle {
	background-image: url(../images/button2-middle.png);
	background-repeat: repeat-x;
	line-height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	float: left;
	text-transform: uppercase;
}

.button2-right {
	background-image: url(../images/button2-right.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 35px;
	display: inline-block;
	float: left;
}

.language {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	padding-top: 5px;
	text-align: center;
}

.language-item {
	display: block;
	line-height: 8pt;
}

a.language-link,
a.language-link:visited
a.language-link:hover,
a.language-link-active,
a.language-link-active:visited
a.language-link-active:hover {
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

a.language-link,
a.language-link:visited
a.language-link:hover {
	color: #32A6FD;
	border-bottom: 1px #32A6FD dotted;
}

a.language-link-active,
a.language-link-active:visited
a.language-link-active:hover {
	color: #124A80;
}

/* ----- BODY ----- */
.body-background {
	background-image: url("../images/body-background.png");
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	text-align: center;
	min-height: 367px;
	margin-top: 20px;
}

.body-background-bottom {
	background-image: url(../images/body-background-bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.body {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

.body-left {
	float: left;
	width: 320px;
}

.body-right {
	float: right;
	width: 626px;
}

/* ----- BODY - LEFT ----- */

.logo-background {
	background-image: url(../images/logo-background.png);
	background-repeat: no-repeat;
	width: 287px;
	height: 130px;
	position: relative;
	left: 25px;
	margin-top: -50px;
}

.logo-link {
	position: relative;
	top: 30px;
	left: -10px;
}

/* NEWS */
.news {
	text-align: left;
	margin-left: 60px;
	margin-right: 40px;
	margin-top: 10px;
}

.news .title {
	font-weight: bold;
	color: #4E626A;
	font-size: 12pt;
}

.news .date {
	color: #766C6C;
	font-size: 8pt;
	font-weight: bold;
}

.news .author {
	font-size: 8pt;
	color: #766C6C;
	text-transform: uppercase;
	font-weight: bold;
}

.news .section,
.news .section a,
.news .section a:visited {
	font-size: 8pt;
	color: #766C6C;
	font-weight: bold;
	text-decoration: none;
}

.news .section a:hover {
	text-decoration: underline;
}

.news .subject,
.news .subject a,
.news .subject a:visited {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
	color: #607687;
	text-decoration: none;
}

.news .subject a:hover {
	text-decoration: underline;
}

.news .text {
	color: #02365C;
	font-size: 9pt;
}

.news .author2 {
	font-size: 12pt;
	color: #2E6391;
	display: block;
	text-align: center;
}

.news .author2-description {
	font-size: 10pt;
	color: #6C8495;
	display: block;
	text-align: center;
}

.news .news1 {
	font-size: 10pt;
}

.news .news2 {
	font-size: 10pt;
	color: #78838A;
	font-weight: bold;
}

.news .news3 {
	font-size: 9pt;
	color: #02365C;
}

.news .person {
	background-image: url(../images/icon-person.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	font-size: 9pt;
	color: #02365C;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.news-delimiter {
	background-image: url(../images/news-delimiter.png);
	background-repeat: no-repeat;
	width: 86px;
	height: 5px;
	margin-top: 2px;
	margin-bottom: 5px;
}

.news-delimiter2 {
	margin-top: 10px;
}

.news a.news-readmore,
.news a.news-readmore:visited,
.news a.news-readmore:hover {
	background-image: url(../images/news-readmore.png);
	background-repeat: no-repeat;
	width: 85px;
	height: 19px;
	color: #013F47;
	font-size: 8pt;
	display: block;
	text-decoration: none;
	line-height: 19px;
	text-align: center;
}

.news a.news-viewmore,
.news a.news-viewmore:visited,
.news a.news-viewmore:hover {
	background-image: url(../images/news-viewmore.png);
	background-repeat: no-repeat;
	width: 118px;
	height: 26px;
	color: #013F47;
	font-size: 10pt;
	display: block;
	text-decoration: none;
	line-height: 26px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.news a.news-button,
.news a.news-button:visited,
.news a.news-button:hover {
	background-image: url(../images/news-viewmore.png);
	background-repeat: no-repeat;
	width: 118px;
	height: 26px;
	color: #013F47;
	font-size: 10pt;
	display: block;
	text-decoration: none;
	line-height: 26px;
	text-align: center;
}

.news-bubble-space {
	height: 30px;
}

.news-bubble1 {
	margin-left: -10px;
	margin-top: -15px;
}

.news-bubble1-top {
	background-image: url(../images/news-bubble1-top.png);
	background-repeat: no-repeat;
	width: 239px;
	height: 35px;
}

.news-bubble1-middle {
	background-image: url(../images/news-bubble1-middle.png);
	background-repeat: repeat-y;
	width: 239px;
}

.news-bubble1-bottom {
	background-image: url(../images/news-bubble1-bottom.png);
	background-repeat: no-repeat;
	width: 239px;
	height: 7px;
}

.news-bubble1-content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 9pt;
	color: #02365C;
	text-align: justify;
}

.news-bubble2 {
	margin-left: -10px;
	margin-top: -15px;
}

.news-bubble2-top {
	background-image: url(../images/news-bubble2-top.png);
	background-repeat: no-repeat;
	width: 239px;
	height: 35px;
}

.news-bubble2-middle {
	background-image: url(../images/news-bubble2-middle.png);
	background-repeat: repeat-y;
	width: 239px;
}

.news-bubble2-bottom {
	background-image: url(../images/news-bubble2-bottom.png);
	background-repeat: no-repeat;
	width: 239px;
	height: 7px;
}

.news-bubble2-content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 9pt;
	color: #02365C;
}

.news-table-space {
	height: 20px;
}

.news-table {
	font-size: 9pt; /* igor */
}

.news-table .left {
	color: #495D6B;
}

.news-table .right {
	color: #02365C;
	margin-left: 10px;
}


.news-phone {
	background-image: url(../images/icon-phone2.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	/*height: 14px;*/
	padding-left: 20px;
}

.news-email {
	background-image: url(../images/icon-email2.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	/*height: 14px;*/
	padding-left: 20px;
}

.news-skype {
	background-image: url(../images/icon-skype2.png);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	/*height: 14px;*/
	padding-left: 20px;
}

.news-table .right a,
.news-table .right a:visited {
	text-decoration: none;
	color: #02365C;
}

.news-table .right a:hover {
	text-decoration: underline;
	color: #101010;
}

/* NEWS2*/
.news-2 {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}

.news-2 h2 {
	color: #3C5E87 !important;
	font-size: 13pt !important;
	margin: 0px !important;
	background-image: url(../images/content-h4-background.png) !important;
	background-repeat: no-repeat !important;
	background-position: left 24px !important;
	padding-left: 0px !important;
	margin-left: 0px !important;
	height: 34px !important;
}

.news-2 h2 a,
.news-2 h2 a:visited {
	color: #3C5E87 !important;
}

.news-2 h2 a:hover {
	text-decoration: underline !important;
}

.news-2 .date {
	color: #766C6C;
	font-size: 8pt;
	font-weight: bold;
	padding: 0px !important;
}

.news-2 .author {
	font-size: 8pt;
	color: #766C6C;
	text-transform: uppercase;
	font-weight: bold;
}

.news-2 .section {
	font-size: 8pt;
	color: #766C6C;
	font-weight: bold;
}


/* ----- BODY - RIGHT ----- */
.social {
	float: right;
	margin-right: 62px;
	margin-top: 13px;
}

.social-link {
	padding-left: 5px;
}

.services {
	margin-top: 20px;
	margin-left: 78px;
}

.service-webhosting-box:hover .service-title,
.service-serverhosting-box:hover .service-title,
.service-metafox-box:hover .service-title,
.service-backorder-box:hover .service-title {
	color: #2B4669;
}

.service-webhosting-box:hover .service-description,
.service-serverhosting-box:hover .service-description,
.service-metafox-box:hover .service-description,
.service-backorder-box:hover .service-description {
	color: #263E5C;
	font-weight
}

a.service-webhosting,
a.service-webhosting:visited {
	background-image: url(../images/service-webhosting.png);
	background-repeat: no-repeat;
	width: 250px;
	min-height: 88px;
	display: block;
}

a.service-webhosting:hover {
	background-image: url(../images/service-webhosting-hover.png);
}

a.service-serverhousing,
a.service-serverhousing:visited {
	background-image: url(../images/service-serverhousing.png);
	background-repeat: no-repeat;
	width: 251px;
	min-height: 88px;
	display: block;
}

a.service-serverhousing:hover {
	background-image: url(../images/service-serverhousing-hover.png);
}

a.service-metafox,
a.service-metafox:visited {
	background-image: url(../images/service-metafox.png);
	background-repeat: no-repeat;
	width: 250px;
	min-height: 91px;
	display: block;
}

a.service-metafox:hover {
	background-image: url(../images/service-metafox-hover.png);
}
a.service-backorder,
a.service-backorder:visited {
	background-image: url(../images/service-backorder.png);
	background-repeat: no-repeat;
	width: 250px;
	min-height: 91px;
	display: block;
}

a.service-backorder:hover {
	background-image: url(../images/service-backorder-hover.png);
}

.service-left {
	text-align: right;
	padding-right: 5px;
}

.service-right {
	text-align: left;
}

.service-left,
.service-right {
	padding-top: 20px;
}


.service-title {
	color: #667B91;
	font-size: 10pt;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 10pt;
}

.service-description {
	color: #7F8A94;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	line-height: 10pt;
	display: block;
}

.service-left .service-title,
.service-left .service-description {
	margin-right: 25px;
}

.service-right .service-title,
.service-right .service-description {
	margin-left: 25px;
}

/* ----- CONTENT ----- */
.content-space-top {
	clear: both;
	height: 20px;
}

.content-space-bottom {
	clear: both;
	height: 30px;
}

.content-contact-space {
	height: 80px;
}

.content-background-top {
	background-image: url(../images/content-background-top.png);
	background-repeat: no-repeat;
	width: 617px;
	height: 7px;
}

.content-background-middle {
	background-image: url(../images/content-background-middle.png);
	background-repeat: repeat-y;
	width: 617px;
}

.content-background-bottom {
	background-image: url(../images/content-background-bottom.png);
	background-repeat: no-repeat;
	width: 617px;
	height: 7px;
}

.content {
	text-align: justify;
	padding: 10px;
	padding-left: 5px;
	padding-right: 10px;
	color: #333333; /* #88939A; */
	font-size: 9pt;
}

.content h1,
.content h2 {
	color: #3C5E87;
	font-size: 15pt;
	margin: 0px;
	background-image: url(../images/content-h1-background-right.png), url(../images/content-h1-background-left.png), url(../images/content-h1-background-center.png);
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: right 28px, 0px 28px, center 28px;
	padding-left: 0px;
	margin-left: 10px;
	padding-right: 30px;
	height: 34px;
	/*border-bottom: 4px #FB8C0A solid;*/
	display: inline-block;
}

.content h2 a,
.content h2 a:visited,
.content h2 a:hover {
	text-decoration: none !important;
}

.content h3 {
	font-size: 14pt;
	color: #304C6C;
	text-align: center;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: none;
}

.content h4 {
	color: #3C5E87;
	font-size: 13pt;
	margin: 0px;
	background-image: url(../images/content-h4-background.png);
	background-repeat: no-repeat;
	background-position: left 24px;
	padding-left: 0px;
	margin-left: 0px;
	height: 34px;
}

.content p {
	padding-left: 20px;
	padding-right: 10px;
}

.content hr {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	height: 1px;
	border-width: 0px;
	border-top: 1px #3C5E87 solid;
}

.content .date {
	color: #766C6C;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 20px;
}


.content .lightblue {
	background-image: url(../images/content-lightblue-background.png);
	background-repeat: repeat-x;
	width: 589px;
	height: 188px;
	padding-top: 20px;
	font-size: 10px;
	margin-left: -5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.content .lightblue-topline {
	background-image: url(../images/lightblue-line.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 4px;
	width: 100%;
	position: relative;
	top: 2px;
}

.content .lightblue p {
	padding: 0px;
}

.content .lightblue img,
.content .more img {
	padding: 1px;
	border: 1px #C8E1F0 solid;
}

.content table.lightblue td {
	width: 33%;
}

.content .reflink {
	background-image: url(../images/content-ref-link.png);
	background-repeat: no-repeat;
	width: 151px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	display: inline-block;
	margin-top: 10px;
}

.content a.reflink,
.content a.reflink:visited,
.content a.reflink:hover {
	color: #40709A;
	text-decoration: none;
}

.content .personlink {
	background-image: url(../images/content-ref-link.png);
	background-repeat: no-repeat;
	width: 151px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.content a.personlink,
.content a.personlink:visited,
.content a.personlink:hover {
	color: #40709A;
	text-decoration: none;
	font-size: 12pt;
}

.content a.personlink2,
.content a.personlink2:visited,
.content a.personlink2:hover {
	color: #40709A;
	text-decoration: none;
	font-size: 12pt;
	line-height: 23px;
	text-align: center;
	display: block;
	margin-top: 10px;
}

.content .person-title {
	font-size: 10pt;
	display: inline-block;
	margin-top: 5px;
}

.content .point {
	background-image: url(../images/content-point.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.content a,
.content a:visited {
	color: #008CFF; /*#8B8C8D;*/
	text-decoration: none;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.align-space {
	height: 35px;
}

.content-bar {
	margin-left: -5px;
}

.content-bar-top {
	background-image: url(../images/content-bar-top.png);
	background-repeat: no-repeat;
	width: 589px;
	height: 5px;
}

.content-bar-middle {
	background-image: url(../images/content-bar-middle.png);
	background-repeat: repeat-y;
	width: 589px;
}

.content-bar-bottom {
	background-image: url(../images/content-bar-bottom.png);
	background-repeat: no-repeat;
	width: 589px;
	height: 6px;
}

.content-bar-content {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	color: #2D4B6D;
	width: 570px;
}

.content-bar-content .left {
 	line-height: 34px;
}

.content-bar-button {
	background-image: url(../images/content-bar-button.png);
	background-repeat: no-repeat;
	width: 116px;
	height: 34px;
	line-height: 34px;
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
}

.address {
	width: auto;
	display: inline-block;
	position: relative;
	margin-left: 50px;
}

.address-usa {
	margin-left: 30px;
}

.platon-office .left {
	padding-top: 20px;
	margin-left: 10px;
}

.platon-office .right {
	margin-left: 10px;
	font-weight: bold;
	font-size: 10pt;
	color: #78838A;
}

.company-info {
	font-size: 8pt;
}

.content-lightblue {
	background-image: url(../images/content-lightblue-background.png);
	background-repeat: repeat-x;
	min-height: 187px;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.more {
	display: none;
	height: 100px;
	width: 589px;
	padding-top: 20px;
	font-size: 10px;
	margin-left: -5px;
}

.more td {
	width: 196px;
}

a.viewmore,
a.viewmore:visited,
a.viewmore:hover {
	background-image: url(../images/news-viewmore.png);
	background-repeat: no-repeat;
	width: 118px;
	height: 26px;
	color: #013F47;
	font-size: 10pt;
	display: block;
	text-decoration: none;
	line-height: 26px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/* ----- PEOPLE ----- */
.people {
	padding-bottom: 30px;
}

.people-left,
.people-right {
	width: 180px;
	text-align: center;
}

.people-center {
	width: 229px;
	text-align: center;
	vertical-align: top;
}

.people-arrow-left {
	background-image: url(../images/people-arrow-left.png);
	background-repeat: no-repeat;
	margin-right: 5px;
}

.people-arrow-right {
	background-image: url(../images/people-arrow-right.png);
	background-repeat: no-repeat;
	margin-left: 5px;
}

.people-arrow-left,
.people-arrow-right {
	width: 23px;
	height: 37px;
	display: inline-block;
	padding-bottom: 40px;
}

/* ----- LEFTMENU ----- */
a.leftmenu,
a.leftmenu:visited {
	background-image: url(../images/leftmenu-button.png);
	background-repeat: no-repeat;
	width: 235px;
	height: 28px;
	display: block;
	line-height: 28px;
	color: #3F3F3F;
	text-decoration: none;
	padding-left: 15px;
	font-size: 10pt;
	padding-bottom: 5px;
	margin-left: -10px;
}

a.leftmenu:hover {
	background-image: url(../images/leftmenu-button-hover.png);
}

/* ----- SOCIAL BAR ----- */
.socialbar-background-top {
	background-image: url(../images/socialbar-background-top.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.socialbar-background-middle {
	background-image: url(../images/socialbar-background-middle.png);
	background-repeat: repeat;
}

.socialbar-background-bottom {
	background-image: url(../images/socialbar-background-bottom.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	min-height: 270px;
}

.socialbar {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}

.socialbar-line {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	background-image: url(../images/socialbar-line.png);
	background-repeat: no-repeat;
	width: 930px;
	height: 13px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -6px;
}

.socialbar-space {
	clear: both;
	height: 10px;
}

.socialbar-space2 {
	width: 10px;
	height: 10px;
	display: block;
}

.socialbar-twitter-background-top {
	background-image: url(../images/socialbar-twitter-background-top.png);
	background-repeat: no-repeat;
	width: 302px;
	height: 70px;
}

.socialbar-twitter-background-top2 {
	background-image: url(../images/socialbar-twitter-background-top2.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 302px;
	min-height: 104px;
}

.socialbar-twitter-background-middle {
	background-image: url(../images/socialbar-twitter-background-middle.png);
	background-repeat: repeat-y;
	width: 302px;
}

.socialbar-twitter-background-bottom {
	background-image: url(../images/socialbar-twitter-background-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 302px;
	min-height: 11px;
}

.socialbar-facebook-background-top {
	background-image: url(../images/socialbar-facebook-background-top.png);
	background-repeat: no-repeat;
	width: 302px;
	height: 71px;
}

.socialbar-facebook-background-top2 {
	background-image: url(../images/socialbar-facebook-background-top2.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 302px;
	min-height: 103px;
}

.twitter-content {
	padding-left: 15px;
}

/* fix for twitter plugin */
.twtr-timeline {
	z-index: 0 !important;
}

.facebook-content {
	padding-left: 15px;
	padding-top: 15px;
}

.socialbar-facebook-background-middle {
	background-image: url(../images/socialbar-facebook-background-middle.png);
	background-repeat: repeat-y;
	width: 302px;
}

.socialbar-facebook-background-bottom {
	background-image: url(../images/socialbar-facebook-background-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 302px;
	min-height: 12px;
}

.socialbar-blog-background-top {
	background-image: url(../images/socialbar-blog-background-top.png);
	background-repeat: no-repeat;
	width: 301px;
	height: 70px;
}

.socialbar-blog-background-top2 {
	background-image: url(../images/socialbar-blog-background-top2.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 301px;
	min-height: 103px;
}

.socialbar-blog-background-middle {
	background-image: url(../images/socialbar-blog-background-middle.png);
	background-repeat: repeat-y;
	width: 301px;
}

.socialbar-blog-background-bottom {
	background-image: url(../images/socialbar-blog-background-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 301px;
	min-height: 12px;
}

.blog-content {
	color: white;
	font-size: 9pt;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	height: 180px;
	text-align: justify;
}

.blog-content .date,
.blog-content a,
.blog-content a:visited,
.blog-content a:hover {
	color: #02A1E2;
	text-decoration: none;
}

.blog-content a:hover {
	text-decoration: underline;
}

.blog-content .title {
	color: #02A1E2;
	font-weight: bold;
	font-size: 10pt;
}

/* ----- SOCIAL BAR 2 ----- */
.socialbar2-background {
	background-image: url(../images/socialbar2-background.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 125px;
}

.socialbar2 {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.socialbar2-items {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.socialbar2-point-palace {
	vertical-align: top;
	padding-top: 35px;
}

.socialbar2-point {
	background-image: url(../images/socialbar2-point.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
}

.socialbar2-tweet {
	background-image: url(../images/socialbar2-tweet.png);
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
}

.socialbar2-fb {
	background-image: url(../images/socialbar2-fb.png);
	background-repeat: no-repeat;
	width: 71px;
	height: 71px;
}

.socialbar2-blog {
	background-image: url(../images/socialbar2-blog.png);
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
}

.socialbar2-tweet,
.socialbar2-fb,
.socialbar2-blog {
	margin-left: 30px;
	margin-right: 30px;
}

a.socialbar2-link,
a.socialbar2-link:visited,
a.socialbar2-link:hover {
	color: #4CD8FF;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

/* ----- FOOTER ----- */
.footer-background0 {
	background-image: url(../images/footer-background0.png);
 	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	height: 200px;
}

.footer-background1 {
	background-image: url(../images/footer-background1_3.png);
 	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	height: 240px;
}

.footer {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

.footer-item-sk {
}

.footer-item-usa {
}

.footer-item-form {
	margin-right: 40px;
	width: 430px;
}

.footer-marker-sk {
	background-image: url(../images/footer-marker-sk.png);
	background-repeat: no-repeat;
	width: 62px;
	height: 55px;
	margin-top: 12px;
}

.footer-marker-usa {
	background-image: url(../images/footer-marker-usa.png);
	background-repeat: no-repeat;
	width: 62px;
	height: 55px;
	margin-top: 12px;
}

.footer-state {
	background-image: url(../images/footer-smallline.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	height: 25px;
	font-size: 9pt;
	text-transform: uppercase;
	font-weight: bold;
	color: #B4B2F2;
	margin-top: 10px;
}

.footer-address {
	font-size: 7pt;
	color: #867D7D;
	font-weight: bold;
	line-height: 150%;
	text-transform: uppercase;
}

.footer-smallline2 {
	background-image: url(../images/footer-smallline2.png);
	background-repeat: no-repeat;
	width: 29px;
	height: 5px;
	margin-top: 5px;
     margin-bottom: 5px;
}

.footer-phone {
	color: #022A4A;
	font-size: 10pt;
	font-weight: bold;
}

.footer-state,
.footer-address,
.footer-phone,
.footer-smallline2,
.footer-phone {
	margin-left: 10px;
}

.footer-form-space {
	height: 10px;
}

.footer-form-title {
	color: #857C7C;
	font-size: 13pt;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 20px;
}

.footer-form-input-background {
	background-image: url(../images/footer-form-input-background.png);
	background-repeat: no-repeat;
	width: 422px;
	height: 35px;
}

.footer-form-input-background2 {
	background-image: url(../images/footer-form-input-background2.png);
	background-repeat: no-repeat;
	width: 422px;
	height: 35px;
}

.footer-form-input-background3 {
	background-image: url(../images/footer-form-input-background3.png);
	background-repeat: no-repeat;
	width: 422px;
	height: 109px;
}

.footer-form-icon-name,
.footer-form-icon-email,
.footer-form-icon-message {
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-left: 10px;
	padding-left: 20px;
	top: 7px;
	position: relative;
	font-size: 9pt;
	color: #4C4C4C;
	display: inline-block;
}

.footer-form-icon-name {
	background-image: url(../images/footer-form-icon-name.png);
}

.footer-form-icon-email {
	background-image: url(../images/footer-form-icon-email.png);
}

.footer-form-icon-message {
	background-image: url(../images/footer-form-icon-message.png);
	display: block;
}

.footer-form-input {
	float: right;
	display: inline-block;
	width: 300px;
	margin-top: 10px;
	margin-right: 10px;
	border-width: 0px;
	background: none;
	color: #B0AEAE;
}

.footer-form-message {
	float: right;
	position: relative;
	margin-right: 10px;
	top: -10px;
	width: 300px;
	height: 80px;
	border-width: 0px;
	background: none;
	color: #B0AEAE;
}

.footer-form-button {
	position: relative;
	top: 24px;
}

.footer-helpdesk-title {
	background-image: url(../images/helpdesk-title.png);
	background-repeat: no-repeat;
	width: 115px;
	height: 48px;
	margin-left: 70px;
	margin-top: 5px;
}

.helpdesk-space {
	height: 65px; /* so skype to bude 35px */
}

.footer-helpdesk-data {
	padding-left: 20px;
}

.helpdesk-email,
.helpdesk-phone,
.helpdesk-skype {
	display: block;
	color: #857C7C;
	font-size: 15pt;
	padding-left: 40px;
	padding-bottom: 3px;
	font-weight: bold;
}

.helpdesk-email {
	background-image: url(../images/icon-email.png);
	background-repeat: no-repeat;
	height: 26px;
	line-height: 26px;
}

.helpdesk-phone {
	background-image: url(../images/icon-phone.png);
	background-repeat: no-repeat;
	background-position: 4px top;
	height: 31px;
	line-height: 31px;
}

.helpdesk-skype {
	background-image: url(../images/icon-skype.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 27px;
	line-height: 27px;
}

/* POPUP-MENU */
.popup {
	position: absolute;
	display: none;
	margin: 0px;
	margin-left: -30px;
	padding: 0px;
	/*top: 67px;*/
	padding-top: 35px;
}

.popup-menu {
	text-align: left;
 	display: inline-block;
}

.popup-menu .top {
	background-image: url(../images/popup-menu-top.png);
	background-repeat: no-repeat;
	width: 168px;
	height: 15px;
	margin: 0px;
	padding: 0px;
}

.popup-menu .middle {
	background-image: url(../images/popup-menu-middle.png);
	background-repeat: repeat-y;
	width: 168px;
	margin: 0px;
	padding: 0px;
}

.popup-menu .middle-top {
	background-image: url(../images/popup-menu-middle-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 168px;
	min-height: 130px;
	margin: 0px;
	padding: 0px;
}


.popup-menu .bottom {
	background-image: url(../images/popup-menu-bottom.png);
	background-repeat: no-repeat;
	width: 168px;
	height: 15px;
	margin: 0px;
	padding: 0px;
}

.popup-menu .items {
	margin: 0px;
	padding: 0px;
}

.popup-menu .item {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #E8E7E7;
	height: 26px;
	line-height: 26px;
	font-size: 10pt;
	padding-left: 20px;
	background-image: url(../images/popup-menu-separator.png);
	background-repeat: no-repeat;
	background-position: 3px top;
}

.popup-menu .items .item:first-child {
	background: none;
}

.popup-menu .item a,
.popup-menu .item a:visited {
	text-decoration: none;
	color: #E8E7E7;
}

.popup-menu .items .item:first-child:hover,
.popup-menu .items .item:hover {
	background-image: url(../images/popup-menu-item-hover.png);
	background-repeat: no-repeat;
	background-position: 3px top;
	height: 26px;
	color: #45647E;
}

.popup-menu .item:hover a,
.popup-menu .item:hover a:visited {
	color: #45647E;
}


