
/*

	TABLE OF CONTENTS

		/*====RESET
		/*====GENERAL
		/*====TABLES
		/*====MISC
		/*====BLOCKQUOTES
		/*====DROPCAPS
		/*===UNORDERED LIST STYLES
		/*====HEADER
		/*====NAVIGATION
		/*====DROPDOWN NAV STYLING
		/*====NIVO SLIDER
		/*====PIECEMAKER SLIDER
		/*====ASYNC - CONTENT SLIDER
		/*====ASYNC CONTENT SLIDER NAVIGATION
		/*====zACCORDION SLIDER
		/*====COLUMNS - GRID
		/*====BOX STYLING
		/*====TAGLINE
		/*===PAGE TITLE
		/*====SIDEBAR
		/*====SIDEBAR MENU BULLETS
		/*====SIDEBAR SEARCH BOX
		/*====THE TEAM
		/*====TABS
		/*====ADS
		/*====NEWS
		/*====PORTFOLIO
		/*====PORTFOLIO - TYPE 1 - GALLERY (OVERLAY)
		/*====PORTFOLIO - TYPE  - GALLERY (WITH DETAILS)
		/*====PORTFOLIO - TYPE 3 - FILTERABLE
		/*====PAGE - NAVIGATION
		/*====BLOG
		/*====BLOG COMMENTS
		/*====CONTACT
		/*====SERVICES
		/*====FOOTER - MAIN STYLES
		/*====FOOTER PORTFOLIO  //  FLICKR IMAGES
		/*====LATEST BLOG POSTS
		/*====TWITTER
		/*====SOCIAL
		/*====TOGGLE PANELS
		/*====PRICING TABLES
		/*====TYPE 1
		/*====TYPE 2
		/*====INFO BOXES

		
*/

/*========== MAIN COLOR #4b7bd1 ===========*/

/*====RESET
====================================================*/

html,body,p,div,img,h1,h2,h3,h4,h5,li,ul,ol,dl,dd,dt,form,pagele,td,tr,blockquote,iframe {
  margin:0px; 
  padding:0px; 
  border:0px; 
  border-collapse:separate; 
  border-spacing:0px;
}

* :focus { outline: 0; }

ul {list-style: none;}

/*====GENERAL
========================================*/


.clear {clear: both;}

p { margin-bottom: 12px; }

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 20px;
	background-image: url(../img/bg.png);
    background-repeat: repeat-x;
    background-color: #dbdddd;
    margin: 0px;
	padding:0px;
	font-family: "Myriad Pro", "Tahoma", "Verdana", "Arial";	font-family: 'Arial';
	font-weight: normal;
	line-height:20px;
	font-size: 13px;
	color: #666666; }

h1, h2, h3, h4, h5, h6  {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
}

h1 {
	font-size: 36px;
	color: #323232;
}

h2 {
	font-size: 28px;
	color: #323232;
	margin-bottom: 15px;
}

h3 {
	color:#323232;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}

h4 {
	color: #4b7bd1;
	font-size: 18px; 
	font-weight: normal;
}

h5 {
	font-size: 16px; 
}

h6 {
	font-size: 14px; 
	letter-spacing: 0.5px;
	margin-top: 0;
}

a {
	color: #4b7bd1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*====TABLES
=======================================================*/

table { 
	width:100%; 
	text-align: left; 
	border-collapse: collapse;
	border: 1px solid #e1e1e1;
	font-size: 12px;
}

th   { 
	color: #4b7bd1;
	background: #f2f2f2; 
	text-align: center;
}

thead ,th ,tfoot {
	font-weight: normal;
}

th,td,caption { 
	padding: 7px; 
	border-bottom: 1px solid #e1e1e1;	
	text-align: center;
}

tr.even td  {
	background: #f2f2f2; 
}

caption     {
	color: #4b7bd1;
	border-collapse: collapse;
}


/*====MISC
=======================================================*/

/*  BUTTON  */

.button {		
	background: url(../img/btn-bg.png) repeat -20px 35px #1d99d6; 	
	border: 1px solid #1d99d6;
	padding: 2px 10px;
	font-size: 9px;
	text-transform: uppercase;
	color: #f7f7f7;	
	display: inline-block;
	margin-bottom: 15px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(js/PIE.html);
	-webkit-transition: background-position .2s linear;
	-moz-transition: background-position .2s linear;
	-o-transition: background-position .2s linear;
	-ms-transition: background-position .2s linear;
	transition: background-position .2s linear;
}

.button:hover {
	text-decoration: none;
	color: #ee3030;
	background-position: -20px 94px;
	border: 1px solid #ccc;
}


/*  SEPARATORS  */

.separator {
	background: url(../img/separator.png) repeat;
	height: 8px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-top: 0px;
}

#page-headline .separator {
	width: 930px;
}

#content .separator {
	clear: both;
	margin-top: 35px;	
}


/*  OTHER  */

.subtitle-block {
	font-family: Bebas Neue, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #a1a1a1;
}

.frame {
	margin-bottom: 15px;
	padding: 4px;
	border: 1px solid #575757;
	-moz-transition: border-color 0.45s ease-out;
	-webkit-transition: border-color 0.45s ease-out;
	-o-transition: border-color 0.45s ease-out;
	-ms-transition: border-color 0.45s ease-out;
	transition: border-color 0.45s ease-out;
}

.frame:hover {
	border-color: #1d99d6;
}

.post-content img {
	margin-bottom: 15px;
	padding: 4px;
	border: 1px solid #d7d7d7;
}

.highlight-1, .highlight-2, .highlight-3 {
	padding: 1px 5px;
}

.highlight-1 {
	color: #f7f7f7;
	background: #565656;
}

.highlight-2 {
	color: #565656;
	background: #d1d1d1;
}

.highlight-3 {
	color: #f7f7f7;
	background: #4b7bd1;
}

abbr, acronym { 
	border-bottom: 1px solid #929292; 
}

del {
	color:#747474; 
}

pre,code,tt   { 
	font-family: 'lucida console', monospace; 
	color:#a4a4a4; 
}

pre, code {
	border: 1px solid #e7e7e7;
	padding: 15px;
	background: #f1f1f1;
}

ol li {
	font-size: 12px;
}

.video iframe {
	margin-bottom: 15px;
}

.tooltip {
	display: none;
	background: #4b7bd1;
	font-size: 11px;
	padding: 3px 11px;
	color: #fff;	
}

/*====BLOCKQUOTES
=======================================================*/

blockquote  {
	background: url(../img/quotes.png) no-repeat;
	font-size: 13px;
	font-style: italic;
	padding-left: 40px;
	color: #b7b7b7;
	margin: 20px 0 20px 20px;
}

blockquote p {
	margin-bottom: 0;
}

.author {
	text-align: right;
	font-size: 12px;
	font-style: normal;
	color: #4b7bd1;
	margin-top: 5px;
}

.pull-left {
	float: left;
	width: 255px;
	margin-right: 20px;
}

.pull-right {
	float: right;
	width: 255px;
	margin-left: 20px;
}


/*====DROPCAPS
=======================================================*/

.dropcap-1 {
	display: block;
	float: left;
	font-size: 36px;
	line-height: 36px;
	margin: 2px 8px 0 0;
	color: #4b7bd1;
}

.dropcap-2 {
	display: block;
	color: #f7f7f7;
	font-size: 23px;
	padding-top: 7px;
	width: 33px;
	height: 27px;
	text-align: center;
	background: url(../img/box-disc.png) no-repeat;
	float:left;
	margin: 4px 8px 0 0;
}


/*===UNORDERED LIST STYLES
=======================================================*/

.preview-lists ul, .preview-lists ol {
	float: left;
	margin-right: 40px;
}

ul.custom-list, ol.custom-list {
	list-style: none;
	margin-bottom: 15px;
}

ul.custom-list li, ol.custom-list li {
	margin-bottom: 6px;
}

ul.custom-list ul , ol.custom-list ul {
	margin-bottom: 0;
}

ol li {
	list-style: decimal inside none;
}

.check li {
	background: url(../img/bullets/check.png) no-repeat 0px 3px;
	padding-left: 20px;	
}

.crossed li {
	background: url(../img/bullets/crossed.png) no-repeat 0px 3px;
	padding-left: 20px;	
}

.arrows li {
	background: url(../img/bullets/arrow-light.png) no-repeat 0px 5px;
	padding-left: 17px;	
}

.square li {
	list-style: square inside none;
}

.disc li {
	list-style: disc inside none;
}

/*====HEADER
=======================================================*/

#line {
	height: 5px;
	background-image: linear-gradient(bottom, rgb(45,46,45) 0%, rgb(87,87,87) 50%);
	background-image: -o-linear-gradient(bottom, rgb(45,46,45) 0%, rgb(87,87,87) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(45,46,45) 0%, rgb(87,87,87) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(45,46,45) 0%, rgb(87,87,87) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(45,46,45) 0%, rgb(87,87,87) 50%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(45,46,45)),
		color-stop(0.5, rgb(87,87,87)));
}

#header {	
	margin:0 auto;
	background: #fff url("../img/gradient-dark-top.png") bottom repeat-x;
	height: 105px; 
}

#header-inner {
	width:940px;
	margin:0 auto;
	padding-top: 40px;
}
	
#title {
	float: left;
}

#logo h1 {
	font-family: Bebas, Arial, sans-serif;	
	padding-top: 10px;
	margin-bottom: 3px;
	font-size: 30px;
	text-shadow: 1px 1px 1px #262626;
	letter-spacing: 1px;
	font-weight: normal;
}

#logo h1 a {
	text-decoration: none;
}

#logo h1 a:hover {
	text-decoration: none;
}

#logo p {	
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 0;
}

#logo img {
	float: left;
	margin-top: -35px;
	margin-right: 10px;
}

#tel-voda {
	margin: -38px 0 0 292px;
}

#tel-voda  p{
	margin: -22px 0 0 60px;
    color: #878787;
	font-weight: bold;
	font-size: 14px;
}

#tel-struja {
	margin: -22px 0 0 242px;
}

#tel-mail {
	margin: -22px 0 0 200px;
}

/*====ASYNC - CONTENT SLIDER
=======================================================*/

#content-slider {
	position: relative;
	margin-top: 45px;
	margin-bottom: 45px;
	
	background: url(../img/world.png) no-repeat center;
	overflow: hidden;
}

#async-slider {
	list-style: none;
	z-index: 10;
}

.slide {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: 389px;
}

#async-slider li h2 {
	font-size: 40px;
	line-height: 40px;
	font-weight:bold;
	color: #7a7a7a;
	text-shadow:0px 0px 0 rgb(115,115,115),0px 1px 0 rgb(93,93,93),0px 2px 0 rgb(70,70,70), 0px 3px 0 rgb(47,47,47),0px 4px 3px rgba(0,0,0,0.3),0px 4px 1px rgba(0,0,0,0.5),0px 0px 3px rgba(0,0,0,.2);
	margin-top: 10%;
}

#async-slider li h3 {
	font-size: 24px;
	line-height: 26px;
	color: #5b5b5b;
}

#async-slider .one-fourth, #async-slider .three-fourth, #async-slider .one-fifth, 
#async-slider .two-fifth, #async-slider .three-fifth, #async-slider .four-fifth, 
#async-slider .one-third, #async-slider .two-third, #async-slider .one-half, 
#async-slider .one-sixth, #async-slider .five-sixth, #async-slider .full-width {
	float: none;
}

.fl-right {
	float: right !important;
}

.fl-left {
	float: left !important;
}

#async-slider .video {
	margin-top: 10%;
}


/*====ASYNC CONTENT SLIDER NAVIGATION
=======================================================*/

#asyncslider_next_prev_nav {
	margin-top: 0px;
	top: 0px;
}
	
#asyncslider_next_prev_nav li {
	width: 42px;
	height: 42px;	
	display: inline-block;
}

#asyncslider_next_prev_nav li a {
	display: inline-block;
	width: 42px;
	height: 42px;	
	text-indent: -9999px;
	position: absolute;
}

#asyncslider_next_prev_nav li.prev a {
	background: url(../img/slider-nav.png) no-repeat bottom left;
	left: -72px;
}

#asyncslider_next_prev_nav li.next a {
	background: url(../img/slider-nav.png) no-repeat bottom right;
	left: 918px;
}

#asyncslider_next_prev_nav li.prev a:hover {
	background-position: top left;	
	cursor: pointer;
}

#asyncslider_next_prev_nav li.next a:hover {
	background-position: top right;	
	cursor: pointer;
}

/*====COLUMNS - GRID
=======================================================*/

#wrapper{
	width: 930px;
	margin: 0 auto;
}

#content {
	width: 610px;
	padding-bottom: 35px;
}

.cont-left {
	float: left;
	padding-right: 30px;
}

.cont-right {
	float: right;
	padding-left: 30px;
}

.title-col {
	width: 200px;
	padding-right: 20px;
	margin-right: 20px;
	margin-top: 40px;
	margin: 0 20px 25px 0;
	float: left;	
}

.title-col h2 {
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 15px;
}

.title-col p {
	margin-bottom: 15px;
}

.title-col .button {
	margin-top: 5px;
}

.one-fourth {
	float: left;
	width: 210px;
	margin: 0 30px 25px 0;
}

.one-fourthus-prv {
	float: left;
	width: 185px;
	margin: 0 27px 25px 0;
}

.one-fourthus {
	float: left;
	width: 185px;
	margin: 0 0px 25px 0;
}

.one-fourthus-zad {
	float: right;
	width: 185px;
	margin: 0 0px 25px 0;
}

.three-fourth {
	float: left;
	width: 690px;
	margin: 0 30px 25px 0;
}

.one-fifth {
	float: left;
	width: 162px;
	margin: 0 30px 25px 0;
}

.two-fifth {
	float: left;
	width: 354px;
	margin: 0 30px 25px 0;
}

.three-fifth {
	float: left;
	width: 546px;
	margin: 0 30px 25px 0;
}

.four-fifth {
	float: left;
	width: 738px;
	margin: 0 30px 25px 0;
}

.one-third {
	float: left;
	width: 290px;
	margin: 0 30px 25px 0;
}

.two-third {
	float: left;
	width: 610px;
	margin: 0 30px 25px 0;
}

.one-half {
	float: left;
	margin: 0 30px 25px 0;
	width: 450px;
}

.one-sixth {
	float: left;
	margin: 0 30px 25px 0;
	width: 130px;
}

.five-sixth {
	float: left;
	margin: 0 30px 25px 0;
	width: 770px;
}

.full-width {
	padding-bottom: 25px;
}

.last {
	margin-right: 0px !important;
}

.column-container {
	width: 930px;
	margin: 0 auto 10px auto;
}

/*====BOX STYLING
=======================================================*/

.box-title img {		
	float: left;
	margin-right: 9px;	
}

.box-title h3 {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 2px;
	padding-top: 1px;
	color: #323232;
	margin-bottom: 0;
}

.box-title h4 {
	font-size: 18px;
	color: #8c8c8c;
	margin-bottom: 5px;
}

.box-subtitle {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}

.img-caption {
	padding-top:10px;
	text-align: center;
	position: relative;
	border: 1px solid #575757;
	background: #fff;
	-moz-transition: border-color 0.45s ease-out;
	-webkit-transition: border-color 0.45s ease-out;
	-o-transition: border-color 0.45s ease-out;
	-ms-transition: border-color 0.45s ease-out;
	transition: border-color 0.45s ease-out;
}

.img-caption:hover {
	border-bottom-color: #1d99d6;
}

.img-caption-title {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #323232;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	-moz-transition: color 0.45s ease-out;
	-webkit-transition: color 0.45s ease-out;
	-o-transition: color 0.45s ease-out;
	-ms-transition: color 0.45s ease-out;
	transition: color 0.45s ease-out;
}

.img-caption-title:hover{
	color: #1d99d6;
}

.img-caption p {
	color: #747474;
	font-size: 11px;
}


/*====TAGLINE
=======================================================*/

.container {
	border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
	-webkit-box-shadow: 0 -5px 0 #1e1e1e, 0 5px 0 #1e1e1e;
	-moz-box-shadow: 0 -5px 0 #1e1e1e, 0 5px 0 #1e1e1e;
	box-shadow: 0 -5px 0 #1e1e1e, 0 5px 0 #1e1e1e;  
    padding: 30px 0 30px 0;
    margin-bottom: 45px;
}

.inner-container {
	width: 930px;
	margin: 0 auto;
}

.tagline {
	width: 930px;
	margin: 0 auto;		
}

.tagline-text {
	width: 690px;
	float: left;
	margin-right: 30px;
}

.tagline-text h2 {
	color: #f7f7f7;
	font-size: 32px;
	text-shadow: 1px 1px 1px #262626;
	line-height: 24px;
}

.tagline-text span {
	color: #4b7bd1;
}

.tagline-text p {
	text-shadow: 1px 1px 1px #262626;
	color: #f7f7f7;	
	margin-bottom: 0;
}


/*   TAGLINE BIG BUTTON VER. 1   */


.tagline-btn {
	width: 210px;
	float: left;
	margin-top: -4px;
}

.tagline-btn a {
	background: url(../img/big-button.png) no-repeat center bottom;
	height: 81px;
	display: block;
	text-indent: -9999px;
	margin-top: 2px;
}

.tagline-btn a:hover {
	background-position: center top;
}


/*   TAGLINE BIG BUTTON VER. 2   */

.big-btn {
	display: block;
	float: right;	
	padding: 14px 20px;
	background-color: #4b7bd1; 
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	margin-top: 9px;
}

.big-btn:hover {
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";	
}

.big-btn-text {
	float: left;
	display: block;
}

.big-btn-text span {
	display: block;
}

.big-btn-text .main {
	font-family: Bebas, Arial, sans-serif;
	font-size: 27px;
	color: #f7f7f7;
}

.big-btn-text .sub {
	font-size: 9px;
	line-height: 9px;
	color: #f7f7f7;
	text-transform: uppercase;
	margin-top: 4px;
}

.big-btn-arrow {
	background: url(../img/btn-arrow-2.png) center no-repeat;
	display: block;
	float: right;	
	height: 32px;
	width: 17px;
	margin-left: 20px;
}



/*===PAGE TITLE
=======================================================*/

#page-headline-inner {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	height: 1%;
}

#page-headline h2 {
	font-size: 30px;
	margin-bottom: 8px;
	line-height: 30px;
	font-weight:bold;
	color: #7a7a7a;
	text-shadow:0px 0px 0 rgb(115,115,115),0px 1px 0 rgb(93,93,93),0px 2px 0 rgb(70,70,70), 0px 3px 0 rgb(47,47,47),0px 4px 3px rgba(0,0,0,0.3),0px 4px 1px rgba(0,0,0,0.5),0px 0px 3px rgba(0,0,0,.2);
}

#page-headline p {
	color: #929292;
	margin-bottom: 0px;
	font-style: italic;
	line-height: 11px;
}

#page-title {
	margin-top: 20px;
	float: left;
	padding: 0px 0px 12px 0px;	
}

#breadcrumbs {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 14px;
}

#breadcrumbs span {
	font-weight: bold;
	margin-right: 5px;
}

/*====SIDEBAR
=======================================================*/
#sidebar {
	width: 260px;	
	overflow: hidden;
	padding-top: 3px;
}

.sidebar-box {
	margin-bottom: 40px;
}

#sidebar h3 {
	font-size: 20px;
	color: #323232;
	line-height: 15px;
	padding: 2px;
}

.sb-right {
	float: left;
	margin-left: 30px;
}

.sb-left {
	float: right;
	margin-right: 30px;
}

#sidebar .separator {
	margin-bottom: 30px;
}

#sidebar .video iframe {
	margin-bottom: 0px;
}

#content .separator-line {
	margin-top: 30px;
}

#wrapper img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
}

#wrapper img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 0;
}

.sidebar-menu {
	list-style: none;
	margin-bottom: 30px;
}

.sidebar-menu li {
	padding-top: 8px;	
	padding-bottom: 8px;
	border-bottom: 1px solid #e7e7e7;
}

.sidebar-menu li a {
	color: #747474;
}

.sidebar-menu li a:hover {
	color: #4b7bd1;
	text-decoration: none;
}

.text-widget {
	padding-bottom: 15px;
}

/*====SIDEBAR MENU BULLETS
=================================================*/

#sidebar .check li {
	background-position: 0px 10px;
}

#sidebar .crossed li {
	background-position: 0px 12px;
}

#sidebar .arrows li {
	background-position: 0px 13px;
}


/*====SIDEBAR SEARCH BOX
=================================================*/

#search-box {
	width: 204px;
	float: left;
	height: 31px;
	padding: 0 8px;
	color: #a1a1a1;
	background-color: #f7f7f7;
	border: 1px solid #d7d7d7;
	font-family: inherit;
	font-size: inherit;	
}

#search-button {
	font-family: Bebas, Arial, sans-serif;
	background-color: #4b7bd1;
	width: 34px;
	height: 33px;
	border: none;
	margin-left: 4px;
	cursor: pointer;
	color: #f7f7f7;
	font-size: 20px;
	line-height: 20px;	
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
}

#search-button:hover {
	background-color: #323232;
}


/*====THE TEAM
=======================================================*/

#team {
	width: 640px;
	margin-top: 45px;
}

.member {
	float: left;
	margin-right: 30px;
	width: 128px;
}

.member-img {
	width: 118px;
	height: 118px;
	margin-bottom: 15px;
	border: 5px solid #f7f7f7;	
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 3px #aaa;
	box-shadow: 0 0 3px #aaa;		
	background: #e5e5e5;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	-ms-transition: background-color .3s linear;
	transition: background-color .3s linear;		  
	position: relative;	
}

.member-img:hover {
	background-color: #4b7bd1;
	cursor: pointer;
}

.member img {
	position: absolute;
	bottom: 0;
	border: none;
	margin: 0;
	padding: 0;
}

.member h4 {
	font-size: 20px;
	color: #323232;
	margin-bottom: 0;
}

.member span {
	color: #4b7bd1;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}

.member p {
	margin-bottom: 0;
}

/*====TABS
=======================================================*/

.tabs {
	margin-bottom: 30px;
}

.tab-nav {
	list-style: none;
	padding: 5px 0 6px 0;
	border-bottom: 1px solid #d7d7d7;
}

#sidebar .tab-nav {
	margin-top: 24px;
}

.tab-nav li {
	display: inline;
}

.tab-nav li a {
	color: #747474;
	font-size: 11px;
	margin-right: 3px;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	padding: 9px 7px;	
}

.tab-nav li a:hover {
	text-decoration: none;
	color: #4b7bd1;
}

.tab-nav li .current {
	color: #4b7bd1;
	border-bottom: 1px solid #f7f7f7;
}

.tab-panels {
	padding: 10px 10px 0;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}


/*====ADS
=======================================================*/

.advertisment {
	width: 268px;
	overflow: hidden;
}

.ads {	
	list-style: none;
}

.ads li {
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
	width: 125px;
	height: 125px;
}

/*====NEWS
=======================================================*/

.news h4 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #323232;
	font-weight: bold;
	margin-bottom: 0px;
}

.news-section {
	margin-bottom: 30px;
}

.news-section .button {
	margin-bottom: 0;
}

.news-meta {
	margin-bottom: 5px;
	display: block;
}

.news-title {
	margin-bottom: 15px;
}

.news-title h3 {
	margin-bottom: 3px;
}

.news-title h3 a {
	color: #323232;
}

.news-title h3 a:hover {
	text-decoration: none;
	color: #4b7bd1;
}

/*====PORTFOLIO
=======================================================*/

#portfolio-content {
	width: 960px;
	overflow: hidden;
	padding-bottom: 35px;
}


/*====PORTFOLIO - TYPE 1 - GALLERY (OVERLAY)
=======================================================*/

.gallery-thumbs .one-fourth, .gallery-thumbs .one-third, .gallery-thumbs .one-half {
	margin-bottom: 30px;
}

.gallery-thumbs li, .gallery-thumbs-caption li, preview {
	position: relative;
	overflow: hidden;
}

.gallery-thumbs-caption {
	overflow: hidden;
	height: 1%;
}

.gallery-overlay {
	display: block;
	border: 1px solid #575757;	
	padding: 4px;
	-moz-transition: border-color 0.45s ease-out;
	-webkit-transition: border-color 0.45s ease-out;
	-o-transition: border-color 0.45s ease-out;
	-ms-transition: border-color 0.45s ease-out;
	transition: border-color 0.45s ease-out;
}

.gallery-overlay:hover {
	border-color: #1d99d6;
}

.item {
	margin-bottom: 15px;
}

div.gallery-thumbs div.item:last-child {
	margin-bottom: 5px;
}

.item-details h3 {
	font-size: 24px;
}

.one-half .gallery-overlay a {
	width: 440px;
	height: 176px;
}

.one-third .gallery-overlay a {
	width: 280px;
	height: 160px;
}

.one-fourth .gallery-overlay a {
	width: 200px;
	height: 122px;
}

.two-third .gallery-overlay a {
	width: 600px;
	height: 220px;
}

.gallery-overlay a {
	display: block;
}

.one-half .gallery-overlay .play {
	background: url(../img/portfolio/gallery/overlay/play-2.png) no-repeat center;	
}

.one-half .gallery-overlay .zoom {
	background: url(../img/portfolio/gallery/overlay/zoom-2.png) no-repeat center;
}

.one-half .gallery-overlay .link {
	background: url(../img/portfolio/gallery/overlay/link-2.png) no-repeat center;
}	

.one-third .gallery-overlay .play {
	background: url(../img/portfolio/gallery/overlay/play-3.png) no-repeat center;	
}

.one-third .gallery-overlay .zoom {
	background: url(../img/portfolio/gallery/overlay/zoom-3.png) no-repeat center;
}	

.one-third .gallery-overlay .link {
	background: url(../img/portfolio/gallery/overlay/link-3.png) no-repeat center;
}	

.one-fourth .gallery-overlay .play {
	background: url(../img/portfolio/gallery/overlay/play-4.png) no-repeat center;	
}

.one-fourth .gallery-overlay .zoom {
	background: url(../img/portfolio/gallery/overlay/zoom-4.png) no-repeat center;
}	

.one-fourth .gallery-overlay .link {
	background: url(../img/portfolio/gallery/overlay/link-4.png) no-repeat center;	
}

.two-third .gallery-overlay .play {
	background: url(../img/portfolio/gallery/overlay/play-1.png) no-repeat center;	
}

.two-third .gallery-overlay .zoom {
	background: url(../img/portfolio/gallery/overlay/zoom-1.png) no-repeat center;
}	

.two-third .gallery-overlay .link {
	background: url(../img/portfolio/gallery/overlay/link-1.png) no-repeat center;
}	


/*====PORTFOLIO - TYPE  - GALLERY (WITH DETAILS)
=======================================================*/

.gallery-thumbs li h3 {
	margin: 15px 0 10px 0;
}

.gallery-thumbs li .button {
	margin-bottom: 0;
}


/*====PORTFOLIO - TYPE 3 - FILTERABLE
=======================================================*/

#filter-container h3 {
	float:left;
	margin: 1px 15px 30px 0;
}

#filter {
	float: left;
	font-size: 12px;
	margin-left: 0;	
}

#filter li {
	float: left;
	line-height: 16px;
	margin-right: 10px;
}

#filter li.active-filter a{
	background: #4b7bd1;
}

#filter li a {
	background: #323232;
	padding: 4px 12px;
	font-size: 10px;
	color: #f7f7f7;	
	display: inline-block;
	text-transform: uppercase;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;	
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
}

#filter li a:hover {
	background: #4b7bd1;
	text-decoration: none;
}


/*====PAGE - NAVIGATION
=======================================================*/

#pagination {
	list-style: none;
	padding: 10px 0 5px 0;
}

#pagination li {
	display: inline;
	margin-right: 2px;
}

#pagination li a {
	padding: 3px 10px;
	font-size: 11px;
	color: #f7f7f7;
	background: #323232;
	display: inline-block;	
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;	
}

#pagination li a:hover {
	background: #1d99d6;
	text-decoration: none;
}

#pagination li a.active-nav {
	background: #1d99d6;
}

/*====BLOG
=======================================================*/

.blog-post {
	margin-bottom: 30px;
	width: 610px;
}

.post-date {
	width: 60px;
	height: 52px;
	background: url(../img/post-date.png) no-repeat;
	color: #f7f7f7;	
	font-family: Bebas, Arial, sans-serif;
	padding-top: 9px;
	float: left;
	margin-right: 10px;
}

.post-date .day {
	font-size: 22px;
	text-align: center;	
}

.post-date .month {
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
}

.post-title {
	float: left;
	margin-top: 7px;
	margin-bottom: 4px;
}

.post-title h3 {
	font-size: 24px;
	line-height: 26px;
	color: #323232;
	margin-bottom: 0;
}

.post-title h3 a {
	color: #323232;
}

.post-title h3 a:hover {
	text-decoration: none;
	color: #4b7bd1;
}

.post-metadata span {
	margin-right: 8px;
}

.post-metadata {
	font-size: 10px;
	text-transform: uppercase;
	color: #323232;
}

.post-content {
	clear: both;
}

.post-content .button {
	margin-bottom: 0;
}

/*====BLOG COMMENTS
=======================================================*/

.comments-section h3 {
	font-size: 24px;
	font-family: Bebas, Arial, sans-serif;
	color: #a0a0a0;
	margin-bottom: 30px;
}

.comments-section h3 span {
	color: #323232;
}

.comment {
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e7e7e7;
}

.avatar {
	float: left;
	margin-right: 20px;
}

.avatar img {
	border: 1px solid #e1e1e1;
	padding: 4px;
}

.comment-text {
	float: left;
	width: 520px;
	background: #f7f7f7;
	position: relative;
}

.comment-text small {
	margin-bottom: 10px;
	display: block;
}

.comment-text cite {
	color: #4b7bd1;
}

.comment-reply {
	position: absolute;
	top: 0px;
	right: 0px;
}

#comments-form {
	margin: 30px 0 100px 0;	
}

.post-author h3 {
	margin: 0px 0 15px 0;
	color: #f7f7f7;
}

.post-author {
	background: #323232;
	padding: 20px 20px 20px 16px;
	color: #b5b5b5;
	border-left: 4px solid #4b7bd1;
	margin: 30px 0 45px 0;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;	
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
}

.post-author:hover {
	background-color: #232323;
}

.post-author strong {
	font-size: 12px;
	font-style: italic;
}

.post-author .avatar img {
	border: 1px solid #454545;
}

/*====CONTACT
=======================================================*/

.gmap {
	margin-bottom: 40px;
	padding: 6px 6px 6px 6px;
	border: 1px solid #575757;
	-moz-transition: border-color 0.45s ease-out;
	-webkit-transition: border-color 0.45s ease-out;
	-o-transition: border-color 0.45s ease-out;
	-ms-transition: border-color 0.45s ease-out;
	transition: border-color 0.45s ease-out;
}

.gmap:hover {
	border-color: #1d99d6;
}

form p {
	margin-bottom: 0;
}
		
.textbox {
	color: #747474;
	width: 430px;
	margin-bottom: 10px;
	padding: 8px;
	background-color: #f7f7f7;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	font-family: inherit;
	font-size: inherit;
}

label {
	padding-top: 6px;
	width: 70px;
	overflow:hidden;
}

#message, #comment {
	height: 165px;
	width: 500px;
}

#submit, #post-comment {
	margin-bottom: 15px;
	cursor: pointer;
	font-family: inherit;
	font-size: 11px;	
	padding: 8px 12px;
	border: none;
	display: inline-block;
}

#submit {
	margin-bottom: 0px;
}

#message-outcome {
	clear: both;
	margin-top: 15px;
	color: #747474;
}


/*====SERVICES
=======================================================*/

.services .box-title img {
	float: right;
	margin-right: 0;
}

.services p {
	float: left;
	margin-bottom: 0;
}

.services .one-fourth p {
	width: 168px;
}

.services .three-fourth p {
	width: 648px;
}

.services .one-fifth p {
	width: 120px;
}

.services .two-fifth p {
	width: 312px;
}

.services .three-fifth p {
	width: 504px;
}

.services .four-fifth p {
	width: 696px;
}

.services .one-third p {
	width: 248px;
}

.services .two-third p {
	width: 568px;
}

.services .one-half p {
	width: 408px;
}

.services .one-sixth p {
	width: 88px;
}

.services .five-sixth p {
	width: 728px;
}


/*====FOOTER - MAIN STYLES
=======================================================*/

#footer {	
	font-size: 11px;
	line-height: 16px;
	margin: 0 auto;
	color: #f7f7f7;
	background-image: linear-gradient(bottom, rgb(45,46,45) 0%, rgb(87,87,87) 50%);
	background-image: -o-linear-gradient(bottom, rgb(45,46,45) 0%, rgb(87,87,87) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(45,46,45) 0%, rgb(87,87,87) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(45,46,45) 0%, rgb(87,87,87) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(45,46,45) 0%, rgb(87,87,87) 50%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(45,46,45)),
		color-stop(0.5, rgb(87,87,87)));
}

#footer-content {
	width: 930px;
	margin: 0 auto;		
	padding-top: 40px;
	border-bottom: 1px solid #1a1a1a;	
	background: url(../img/back-light-2.png) no-repeat top center;	
}

#footer-content h4 {	
	font-size: 18px;
	padding-bottom: 20px;
	margin-bottom: 0;
	letter-spacing: 0.5px;	
	color: #f7f7f7;
	text-shadow: 1px 1px 1px #262626;
}

#footer-bottom-content {
	margin: 0 auto;
	width: 930px;
	padding: 25px 0;	
	position: relative;
	border-top: 1px solid #434343;
	overflow: hidden;
	height: 1%;
}

#footer-logo {
	margin-top:-5px;
	float: left;
	text-shadow: 1px 1px 1px #262626;
}

#footer-logo h3 {	
	font-size: 30px;
	margin-bottom: 4px;
}

#footer-logo h3 a {
	color: #f7f7f7;
}

#footer-logo h3 a:hover {
	text-decoration: none;
	color: #4b7bd1;
}

#footer-logo p {
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	color: #f7f7f7;
}

#footer-logo p span {
	color: #4b7bd1;
}

#firma {
	margin-top:-18px;
	float: right;
	text-align: right;
	margin-bottom: 0;
	padding-top: 11px;
	font-size: 11px;
	color: #ddd;
	text-shadow: 1px 1px 1px #262626;
}

#firma p {
	margin-bottom: 0;
}

#firma p span {
	font-size: 18px;
	font-weight:bold;
}


.scroll-top {
	background: url(../img/scroll-top.png) no-repeat;
	color: #848484;	
	text-align: center;
	width: 51px;
	height: 32px;	
	position: absolute;
	display: block;
	top: 19px;
	left: 439px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 19px;
}

.scroll-top:hover {
	text-decoration: none;
}

#footer .separator {
	background: url(../img/separator-footer.png) repeat;
}

#footer-content .box-title h3 {
	color: #f7f7f7;
	text-shadow: 1px 1px 1px #262626;
}

#footer-content .box-title span {
	color: #f7f7f7;
}

/*====SOCIAL
=======================================================*/

.social-links {
	list-style: none;
	margin-top: 20px;
}

.social-links li {
	cursor: pointer;
	float: left;
	margin-right: 8px;
	height: 27px;
	width: 27px;
	margin-bottom: 8px;
}

.social-links li a {
	height: 27px;
	width: 27px;
	display: block;
}

/*====TOGGLE PANELS
=======================================================*/

.toggles {
	margin-bottom: 0px;
}

.toggle-header {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
}

.toggle-container {
	margin-bottom: 10px;
}

.toggle-container h4 {	
	margin-bottom: 0;
}

.toggle-content {
	margin-top: 15px;	
}

.toggle-header h4 a {
	color: #8c8c8c;
}

.toggle-header h4 a:hover {
	color: #4b7bd1;
	text-decoration: none;
}

.toggle-header h4 a span {
	height: 15px;
	width: 15px;
	float: left;
	margin-right: 10px;
	margin-top: 1px;
	display: block;
}

.tog-open span {
	background: url(../img/toggle.png) no-repeat top center #4b7bd1;
}

.tog-close span {
	background: url(../img/toggle.png) no-repeat bottom center #4b7bd1;
}

/*====PRICING TABLES
=======================================================*/

.pricing-tables .one-half {width: 448px;}
.pricing-tables .one-third {width: 288px;}
.pricing-tables .one-fourth {width: 208px;}
.pricing-tables .one-fifth {width: 160px;}
.pricing-tables .one-sixth {width: 128px;}

/*====TYPE 1
==============================================*/

.pricing-tables {
	margin-bottom: 15px;
}

.pricing-header {
	text-align: center;
}

.pricing-column {
	border: 1px solid #e0e0e0;
}

.pricing-header h3 {
	color: #323232;
	font-size: 22px;
	margin-bottom: 0;
	padding: 15px 0;
	border-bottom: 1px solid #f8f8f8;
}

.price {
	color: #4b7bd1;
	font-size: 24px;
	margin-bottom: 0;
	font-family: Bebas, Arial, sans-serif;
	padding: 15px 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #f8f8f8;
	height: 20px;
}

.price span {
	font-size: 14px;
}

.pricing-column ul {
	clear: both;
	list-style: none;
	text-align: center;
	border-top: 1px solid #e0e0e0;
	padding-top: 10px;
	font-size: 10px;
	text-transform: uppercase;
}

.pricing-column ul li {
	padding: 5px 0;
}

.pricing-column {
	background-color: #f0f0f0;
}

.pricing-column ul li.price-button {
	padding: 20px 0; 
	margin-bottom: 10px;
}

.price-button a {
	font-size: 11px;
	text-transform: uppercase;
	color: #f7f7f7;
	padding: 7px 18px;
	background: #4b7bd1;	
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
}

.price-button a:hover {
	background: #323232;
	text-decoration: none;
}

/*====TYPE 2
==============================================*/

.grouped {
	width: 181px;
	float: left;
	border-right: none;
	margin-top: 15px;
	margin-bottom: 25px;
}

.grouped .price {
	color: #b5b5b5;
}

.grouped .price-button a {
	background: #b5b5b5;
}

.grouped .price-button a:hover {
	background: #4b7bd1;
	text-decoration: none;
}

.border {
	border-right: 1px solid #e0e0e0;
}

.best-offer .pricing-header h3, .best-offer .price {
	padding: 20px 0;
}

.best-offer {
	margin-top: 0px;
	width: 194px;
	border: 3px solid #4b7bd1;
}

.best-offer .price {
	color: #4b7bd1;
}

.best-offer .price-button a {
	background: #4b7bd1;
}

.best-offer .price-button a:hover {
	background: #b5b5b5;
	text-decoration: none;
}

/*====INFO BOXES
=======================================================*/

.info-box {
	padding: 15px 15px 0 15px;
	margin-bottom: 15px;
}

.info-box h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.yellow-info {
	background: #fff6bf;
	color: #62523a;
	border: 1px solid #e0d594;
}

.yellow-info h4 {
	color: #62523a;
}

.green-info {
	background: #bbdd8c;
	color: #404e2e;
	border: 1px solid #a0c272;
}

.green-info h4 {
	color: #404e2e;
}


.red-info {
	background: #f1d5d6;
	color: #5f393a;
	border: 1px solid #f2b1b4;
}

.red-info h4 {
	color: #5f393a;
}

.blue-info {
	background: #c2e1ee;
	color: #4c6671;
	border: 1px solid #9fc6d7;
}

.blue-info h4 {
	color: #4c6671;
}


/* main navigation menu
/*-------------------------------------------*/

#menu { float:right; overflow:visible;}
		#menu>ul { display:block; border-left: solid 1px #000; height:46px;}
		#menu>ul>li { float:left; background:none; padding:0px; margin:5px 0 5px 37px; position:relative; height:46px;z-index: 999;}
		#menu>ul>li:first-child {}
		#menu>ul>li>a { font: normal 13px/18px 'Oswald', sans-serif; color:#575757; display:block; height:41px; text-decoration:none; text-transform: uppercase; padding-top:2px;}
		#menu>ul>li>a>span { display:block; font: normal 12px/18px Arial, Helvetica, sans-serif; color:#b6b6b6; text-transform: lowercase; padding-top:2px;}
		#menu>ul>li>a:hover {color:#ee3030;}
		#menu>ul>li>a.active { color:#1d99d6; font-weight: bold;}
		#menu>ul>li ul { position:absolute; width:250px; left:0px; top:46px; display: none; background:#FFF;  border:1px solid #f5f5f5; padding-top: 4px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			behavior: url(js/PIE.html);
		}
		#menu>ul>li ul>li { display:block; position:relative; float: none; height:30px; margin:0 0 0 3px; padding-right:0px; border-top:1px solid #f7f7f7; padding-left:8px;}
		#menu>ul>li ul>li:first-child { border-top: none;}
		#menu>ul>li ul>li a { font: normal 11px/29px 'Oswald', sans-serif; color:#878787; text-decoration:none; text-transform: uppercase;}
		#menu>ul>li ul>li a:hover {color:#ee3030;}
		#menu>ul>li ul>li a.active { color:#1d99d6; font-weight: bold;}
		#menu>ul>li ul ul { left:auto; right:-162px; top:-1px; display:none;}
		#menu>ul>li ul ul li:first-child { margin-top:-4px;}

.raz {
	margin: 25px;
}

.line_1 {
	height:8px; 
	overflow:hidden; 
	background:url(../img/dots_1.png) repeat-x;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-top: 0px;
}

#page-headline .line_1 {
	width: 930px;
}

.slognas {
	width:940px;
	height: 30px;
	margin:0px auto;
}

.slognas-text {
	color: #fff;
	text-shadow: 0px 2px 3px #555;
	font-weight:bold;
}

.slognas-back {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	float: right;
	width:250px;
	text-align:center;
	margin-left: 0px;
	background-image: linear-gradient(bottom, rgb(45,46,45) 0%, rgb(87,87,87) 50%);
	background-image: -o-linear-gradient(bottom, rgb(45,46,45) 0%, rgb(87,87,87) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(45,46,45) 0%, rgb(87,87,87) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(45,46,45) 0%, rgb(87,87,87) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(45,46,45) 0%, rgb(87,87,87) 50%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(45,46,45)),
		color-stop(0.5, rgb(87,87,87)));
	
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	 border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.inner {
	width:940px; 
	margin:0px auto;
}
.block_slogans {
	height:95px; 
	overflow:hidden; 
	background:url(../img/bg_block_slogans.jpg) repeat-x;
}

.block_slogans .inner {
	height:95px; 
	overflow:hidden; 
	position:relative;
}

.block_slogans .next {
	width:15px; 
	height:23px; 
	overflow:hidden; 
	position:absolute; 
	right:0px; 
	top:36px; 
	background:url(../img/arrow_right_2.png) no-repeat; 
	cursor:pointer;
}

.block_slogans .prev {
	width:15px; 
	height:23px; 
	overflow:hidden; 
	position:absolute; 
	left:0px; 
	top:36px; 
	background:url(../img/arrow_left_2.png) no-repeat; 
	cursor:pointer;
}
	
#slogans {
	width:880px; 
	height:95px; 
	margin-left:31px; 
	overflow:hidden;
}

#slogans > div {
	width:880px; 
	background-color:transparent !important;
}

#slogans p {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:17px; 
	color:#888888; 
	font-style:italic; 
	text-align:center; 
	line-height:25px;
}

#slogans p span {
	color:#3399ff;
}

#slogans pa {
	font-family: "Tahoma", "Verdana", "Arial"; 
	font-size:12px; 
	color:#888888;
	float: right;
}

#slogans pa span {
	font-size:17px; 
	font-style:normal; 
	color:#1d99d6;
	padding: 5px;
}

.block_about {overflow:hidden;}
.block_about h2 {margin-bottom:19px; font-family:"Tahoma", "Verdana", "Arial"; font-size:18px; font-weight:normal; }
.block_about p {line-height:17px;}
.block_about .buttons {padding-top:18px; overflow:hidden;}
.block_about .pic {width:180px; padding-top:5px; float:left; overflow:hidden;}
.block_about .col_1 {width:430px; margin-left:20px; float:left; overflow:hidden;}
.block_about .col_1 .main_button_1 {margin-right:5px; float:left;}
.block_about .col_2 {width:270px; margin-left:30px; float:left; overflow:hidden;}
.block_about .col_2 .img {margin-right:6px; margin-top:5px; float:left;}


table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;  text-align: left;}
ol, ul { list-style: none; }

ul.contactInfo li { border-bottom: 1px dashed #fff;}
ul.contactInfo li.adresa { background: url(../img/adresa.png) no-repeat 0 5px; }
ul.contactInfo li.email { background: url(../img/email.png) no-repeat 0 5px; }
ul.contactInfo li.mobitel_1 { background: url(../img/mobitel_1.png) no-repeat 0 5px; }
ul.contactInfo li.mobitel_2 { background: url(../img/mobitel_2.png) no-repeat 0 5px; }
ul.contactInfo li.oib { background: url(../img/oib.png) no-repeat 0 5px; }
ul.contactInfo li.pr { background: url(../img/pr.png) no-repeat 0 5px; }
ul.contactInfo li.hours { background: url(../images/aHours.png) no-repeat 0 10px; }
ul.contactInfo li.site { background: url(../images/aWorld.png) no-repeat 0 10px; }
ul.contactInfo li.service { background: url(../images/aService.png) no-repeat 0 10px; }
ul.contactInfo li { padding: 9px 0 9px 35px; display: block; }

.naslov {
	color:#7a7a7a;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}

.zgrada {
	background: #050505; 
	height: 40px;
	background: rgb(70, 70, 70);
background: -moz-linear-gradient(90deg, rgb(70, 70, 70) 30%, rgb(100, 100, 100) 70%);
background: -webkit-linear-gradient(90deg, rgb(70, 70, 70) 30%, rgb(100, 100, 100) 70%);
background: -o-linear-gradient(90deg, rgb(70, 70, 70) 30%, rgb(100, 100, 100) 70%);
background: -ms-linear-gradient(90deg, rgb(70, 70, 70) 30%, rgb(100, 100, 100) 70%);
background: linear-gradient(90deg, rgb(70, 70, 70) 30%, rgb(100, 100, 100) 70%);

	
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	 border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.zgrada p {
	padding: 13px 0 0 7px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.opis {
	height: 65px;
	color: #fff;
	background: rgb(70, 70, 70);
background: -moz-linear-gradient(90deg, rgb(70, 70, 70) 30%, rgb(100, 100, 100) 70%);
background: -webkit-linear-gradient(90deg, rgb(70, 70, 70) 30%, rgb(100, 100, 100) 70%);
background: -o-linear-gradient(90deg, rgb(70, 70, 70) 30%, rgb(100, 100, 100) 70%);
background: -ms-linear-gradient(90deg, rgb(70, 70, 70) 30%, rgb(100, 100, 100) 70%);
background: linear-gradient(90deg, rgb(70, 70, 70) 30%, rgb(100, 100, 100) 70%);

	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.opis table.info {
	margin-left:5px;
}

.opis td.izgradnja {
	font-size: 18px;
	padding-top: 5px;
	padding-left: 30px;
	width: 145px;
	height: 25px;
	background: url(../img/construction_firm.png) no-repeat 0 2px;
}

.opis td.povrsina {
	font-size: 18px;
	padding-top: 5px;
	padding-left: 50px;
	width: 100px;
	height: 25px;
	background: url(../img/design.png) no-repeat 0 2px;
}

.opis td.broj-stan {
	font-size: 18px;
	padding-top: 5px;
	padding-left: 50px;
	width: 60px;
	height: 25px;
	background: url(../img/chart_bar.png) no-repeat 0 2px;
}

.opis td.broj-pos {
	font-size: 18px;
	padding-top: 5px;
	padding-left: 50px;
	width: 60px;
	height: 25px;
	background: url(../img/chart_bar.png) no-repeat 0 2px;
}

.opis table.odr {
	margin-left:35px;
}

.opis td.aqua {
	font-size: 18px;
	padding-left: 50px;
	width: 90px;
	height: 25px;
}

.opis td.filmar {
	font-size: 18px;
	padding-left: 50px;
	width: 100px;
	height: 25px;
}


/* tooltip
/*-------------------------------------------*/
#tooltip {
	font-family: Ubuntu, sans-serif;
	font-size: 0.875em;
	text-align: center;
	text-shadow: 0 1px rgba( 0, 0, 0, .5 );
	line-height: 1.5;
	color: #fff;
	background: #333;
	background: -webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, .6 ) ), to( rgba( 0, 0, 0, .8 ) ) );
	background: -webkit-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: -moz-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: -ms-radial-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: -o-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #fff;
	-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	-moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	position: absolute;
	z-index: 100;
	padding: 15px;
}

#tooltip:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #333;
	border-top-color: rgba( 0, 0, 0, .7 );
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}

#tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #333;
	border-bottom-color: rgba( 0, 0, 0, .6 );
	top: -20px;
	bottom: auto;
}

#tooltip.left:after {
	left: 10px;
	margin: 0;
}

#tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}

.hide {
	display:none;
}



/* usluge
/*-------------------------------------------*/
.ac-container{
	width: 590px;
	margin: 10px 0px 30px 0px;
	text-align: left;
}
.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	width: 570px;
	padding: 18px 20px 0px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #c1c1c1;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #c1c1c1;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 11px;
	background: transparent url(../img/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../img/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	color: #777;
	line-height: 20px;
	font-size: 12px;
	padding: 15px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small-2reda{
	height: 70px;
}

.ac-container input:checked ~ article.ac-small-4reda{
	height: 110px;
}

.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}

.ac-container input:checked ~ article.ac-medium-5reda{
	height: 130px;
}

.ac-container input:checked ~ article.ac-medium-6reda{
	height: 150px;
}

.ac-container input:checked ~ article.ac-medium-7reda{
	height: 170px;
}

.ac-container input:checked ~ article.ac-medium-8reda{
	height: 190px;
}

.ac-container input:checked ~ article.ac-medium-9reda{
	height: 210px;
}

.ac-container input:checked ~ article.ac-large-9reda{
	height: 250px;
}
.ac-container input:checked ~ article.ac-large-11reda{
	height: 270px;