/*-----------------------------------------------------------------------------------

	Theme Name: Acumulo HMTL
	Theme URI: http://www.m-themes.eu
	Description: Responsive Template for Business sites. Great for your company and can be easily modified for portfolio
	Author: Marcin Michalak
	Author URI: http://themeforest.net/user/maarcin
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

	Designed and developed by Marcin Michalak. For more please visit http://themeforest.net/user/maarcin
	
----------------------------------------------------------------------------------- */

/* ---------------------------- */
/*           General
/* ---------------------------- */

body {
	font: 14px/21px "Helvetica Neue", Arial, sans-serif;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
input,
textarea,
select {
	font-family: "Helvetica Neue", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, .page-title {
	font-family: "Helvetica Neue", Arial, sans-serif;
}
.description-inner h4 a, .lp-description h5 {
	font-family: "Helvetica Neue", Arial, sans-serif;
}
blockquote, blockquote p, .widget .lp-description span {
	font-family: Georgia, serif;
}


a {
	text-decoration:none;
	-webkit-transition: border .2s ease, color .2s ease;
	-moz-transition: border .2s ease, color .2s ease;
	-ms-transition: border .2s ease, color .2s ease;
	-o-transition: border .2s ease, color .2s ease;
	transition: border .2s ease, color .2s ease;
}
.alignleft {
	float: left;
	margin: 5px 15px 0 0;
}
.alignright {
	float: right;
	margin: 5px 0 0 15px;
}
.aligncenter {
	display: block;
	margin: 10px auto;
}
.highlight {
	padding: 0 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
	color: #fff;
}
.divider {
	width: 100%;
	margin: 0 auto;
}
.divider-line {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 2px;
	padding-top: 20px;
	margin-bottom: 40px;
	border-bottom: 2px solid #ddd;
}
.divider-color {
	clear: both;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100px;
	height: 2px;
	margin: -42px auto 42px;
}
.p10, .p20, .p30, .p40, .p50 {clear:both; overflow: hidden; height: 0; width: 0; display: block;}
.p10 {padding-bottom: 10px;}
.p20 {padding-bottom: 20px;}
.p30 {padding-bottom: 30px;}
.p40 {padding-bottom: 40px;}
.p50 {padding-bottom: 50px;}
.m20 {padding-bottom: 20px;}
.m30 {padding-bottom: 30px;}
.m40 {padding-bottom: 40px;}
.gridbox {
	height: 50px;
	width: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
}

/* ---------------------------- */
/*          Typography
/* ---------------------------- */

h1,h2,h3,h4,h5,h6 {
	margin-bottom:1em;
	text-transform: uppercase;
	font-weight: bold;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {font-weight:inherit; line-height:1.4em;}
h1 {font-size:28px;}
h2 {font-size:24px;}
h3 {font-size:22px;}
h4 {font-size:18px;}
h5 {font-size:16px;}
h6 {font-size:14px;}
p {
	margin:0 0 20px;
}
p img {
	margin:0;
}
em {
	font-style:italic;
}
strong {
	font-weight:700;
}
small {
	font-size:80%;
}
blockquote, blockquote p {
	font-size:14px;
	line-height:24px;
	font-style:italic;
}
blockquote {
	margin:0 0 20px;
	padding:9px 20px 0 30px;
	border-left: 3px solid #ddd;
}
blockquote cite {
	display:block;
	font-size:12px;
	font-style:normal;
}
blockquote cite:before {
	content:"\2014 \0020";
}
hr {
	clear:both;
	height:0;
	border-width:1px 0 0;
	margin:10px 0 30px;
}
.dropcap1, .dropcap2, .dropcap3 {
	width: 1em;
	display: block;
	float: left;
	line-height: 1em;
	text-align: center;
	margin-right: 10px;
	padding: 0.3em 0.34em;
    font-size: 180%;
    color: #fff;
}
.dropcap2 {    
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;   
}
.dropcap3 {
	-webkit-border-radius: 2.6em;
	-moz-border-radius: 2.6em;
	border-radius: 2.6em;   
}
:focus {-moz-outline-style: none; outline: none;}
a:focus {outline:none;}
a:active {outline:none;}

/* ---------------------------- */
/*            Lists
/* ---------------------------- */

ul,ol {margin-bottom:20px;}
ul {list-style:none outside;}
ol {list-style:decimal;}
ol,.list-square ul,.list-circle ul,.list-disc ul {margin-left:30px;}
.list-square ul {list-style:square outside;}
.list-circle ul {list-style:circle outside;}
.list-disc ul {list-style:disc outside;}
ul ul,ul ol,ol ol,ol ul {margin:4px 0 5px 30px;}
ul ul li,ul ol li,ol ol li,ol ul li {margin-bottom:6px;}
li {line-height:0px;margin-bottom:12px;}

/* ---------------------------- */
/*           Tables
/* ---------------------------- */

table {
	border-collapse: collapse;
	margin-bottom: 20px;	
}
th {
	font-size: 14px;
	padding: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
td {
	font-size: 12px;
	/*padding: 0.8em;*/
	border-bottom: 1px solid #e8e8e8;
}
.pinned {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
div.table-wrapper {
	border-right: 1px solid #ddd;
}

/* ---------------------------- */
/*        Social Icons
/* ---------------------------- */

.socials ul {
	float: right;
}
.socials ul li {
	float: left;
	display: inline-block;
	margin: 0;
	position: relative;
	border-right: 1px solid #606060;
}
.socials ul li:first-child {
	border-left: 1px solid #606060;
}
.socials ul li a {
	/*background-image: url(../images/social-icons.png); */
	/*background-repeat: no-repeat; */
	/*display: block; */
	width: 50px;
	height: 50px;
	/*text-indent: -9999px; */
	-webkit-transition:background .2s ease-out;  
	-moz-transition:background .2s ease-out;  
	-o-transition:background .2s ease-out;  
	transition:background .2s ease-out;
}
.team-member-socials ul li a {
	background-image: url(http://www.samovrabotuvanje.mk/images/team-social-icons.png);
	width: 30px;
	height: 30px;
}
.socials li.social-twitter a {background-position: 0 0;}
.socials li.social-facebook a {background-position: -50px 0;}
.socials li.social-google a {background-position: -100px 0;}
.socials li.social-rss a {background-position: -150px 0;}
.socials li.social-linkedin a {background-position: -200px 0;}
.socials li.social-dribbble a {background-position: -250px 0;}
.socials li.social-pinterest a {background-position: -300px 0;}
.socials li.social-skype a {background-position: -350px 0;}
.socials li.social-forrst a {background-position: -400px 0;}
.socials li.social-vimeo a {background-position: -450px 0;}
.socials li.social-youtube a {background-position: -500px 0;}
.socials li.social-instagram a {background-position: -550px 0;}
.socials li.social-flickr a {background-position: -600px 0;}
.socials li.social-deviantart a {background-position: -650px 0;}
.socials li.social-digg a {background-position: -700px 0;}
.socials li.social-stumbleupon a {background-position: -750px 0;}
.socials li.social-reddit a {background-position: -800px 0;}
.socials li.social-dropbox a {background-position: -850px 0;}
.socials li.social-evernote a {background-position: -900px 0;}
.socials li.social-picasa a {background-position: -950px 0;}
.socials li.social-tumblr a {background-position: -1000px 0;}
.socials li.social-blogger a {background-position: -1050px 0;}
.socials li.social-behance a {background-position: -1100px 0;}
.team-member-socials li.social-twitter a {background-position: 0 0;}
.team-member-socials li.social-facebook a {background-position: -30px 0;}
.team-member-socials li.social-google a {background-position: -60px 0;}
.team-member-socials li.social-rss a {background-position: -90px 0;}
.team-member-socials li.social-linkedin a {background-position: -120px 0;}
.team-member-socials li.social-dribbble a {background-position: -150px 0;}
.team-member-socials li.social-pinterest a {background-position: -180px 0;}
.team-member-socials li.social-skype a {background-position: -210px 0;}
.team-member-socials li.social-forrst a {background-position: -240px 0;}
.team-member-socials li.social-vimeo a {background-position: -270px 0;}
.team-member-socials li.social-youtube a {background-position: -300px 0;}
.team-member-socials li.social-instagram a {background-position: -330px 0;}
.team-member-socials li.social-flickr a {background-position: -360px 0;}
.team-member-socials li.social-deviantart a {background-position: -390px 0;}
.team-member-socials li.social-digg a {background-position: -420px 0;}
.team-member-socials li.social-stumbleupon a {background-position: -450px 0;}
.team-member-socials li.social-reddit a {background-position: -480px 0;}
.team-member-socials li.social-dropbox a {background-position: -510px 0;}
.team-member-socials li.social-evernote a {background-position: -540px 0;}
.team-member-socials li.social-picasa a {background-position: -570px 0;}
.team-member-socials li.social-tumblr a {background-position: -600px 0;}
.team-member-socials li.social-blogger a {background-position: -630px 0;}
.team-member-socials li.social-behance a {background-position: -660px 0;}
.socials li.social-twitter a:hover {background-color: #2daae1;}
.socials li.social-facebook a:hover {background-color: #3c5b9b;}
.socials li.social-google a:hover {background-color: #f63e28;}
.socials li.social-rss a:hover {background-color: #fa8c27;}
.socials li.social-linkedin a:hover {background-color: #0173b2;}
.socials li.social-dribbble a:hover {background-color: #f9538f;}
.socials li.social-pinterest a:hover {background-color: #cb2027;}
.socials li.social-skype a:hover {background-color: #00aaf1;}
.socials li.social-forrst a:hover {background-color: #31723e;}
.socials li.social-vimeo a:hover {background-color: #41b2dc;}
.socials li.social-youtube a:hover {background-color: #fe3432;}
.socials li.social-instagram a:hover {background-color: #517fa4;}
.socials li.social-flickr a:hover {background-color: #ff0084;}
.socials li.social-deviantart a:hover {background-color: #54675a;}
.socials li.social-digg a:hover {background-color: #1b5891;}
.socials li.social-stumbleupon a:hover {background-color: #eb4924;}
.socials li.social-reddit a:hover {background-color: #fe3432;}
.socials li.social-dropbox a:hover {background-color: #2fb9ed;}
.socials li.social-evernote a:hover {background-color: #78b422;}
.socials li.social-picasa a:hover {background-color: #8a66a3;}
.socials li.social-tumblr a:hover {background-color: #2a445f;}
.socials li.social-blogger a:hover {background-color: #ff6600;}
.socials li.social-behance a:hover {background-color: #2d9ad2;}

/* ---------------------------- */
/*         Structure
/* ---------------------------- */

.header {margin: 20px 0 5px;}
.slider-wrapper {margin-bottom: 20px;}
.content-wrapper {margin-bottom: 40px;}
.homepage-wrapper {margin-bottom: 20px;}

/* --------- TOP --------- */

.top-wrapper {
	width: 100%;
	position: relative;
	height: 30px;
	margin: 0 0 15px;
}
.info-text p {
	margin-bottom: 0;
	line-height: 50px;
}
.info-text a {
	font-weight: bold;
}
.info-text a:hover {
	text-decoration: underline;
}

/* --------- NAVIGATION --------- */

.navigation-wrapper {
	display: block;
	position: relative;
	float: right;
}
.navigation-wrapper select {
	display: none;
	padding: 9px 15px;
	margin: 15px auto 30px;
	font-size: 14px;
	height: 40px;
	border: 1px solid #ddd;
}
.navigation-wrapper option {
	padding: 5px 15px;
	border: none;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
	float: left;
	margin: 0 15px;
	height:62px;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
	max-width:85px; 
	text-align:center;
}


.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 60px; /* match top ul list item height */
	z-index: 101;
}
.ie8 .sf-menu li:hover ul,
.ie8 .sf-menu li.sfHover ul {
	zoom: 1;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
.sf-menu > li a {
	min-height:20px;
	line-height: 20px;
	text-decoration:none;
	font-size:11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 5px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.sf-menu > li.homepage-icon a {
	padding: 22px 19px;
	margin: -2px 15px -2px -15px;
	background-image: url(../images/homepage-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	display: block;
	width: 26px;
}
.sf-menu ul {
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,.2); 
}
.sf-menu ul a {
	width:182px;
	float:left;
	padding:10px 15px;
	margin-top: 1px;
	font-size: 11px;
}
.sf-menu ul li:hover .sf-with-ul:before {
	border: none;
}

/* ---------------------------- */
/*          Content
/* ---------------------------- */

.content {
	padding: 20px;
	 background: #fff url(../images/businessgraph.jpg) no-repeat center top  !important; 
}
.project-icon.photo-icon, .project-icon.gallery-icon, .project-icon.video-icon, .project-icon.audio-icon {
	background-repeat: no-repeat;
	background-position: center center;
}
.project-icon.photo-icon {background-image: url(../images/photo.png);}
.project-icon.gallery-icon {background-image: url(../images/gallery.png);}
.project-icon.video-icon {background-image: url(../images/video.png);}
.project-icon.audio-icon {background-image: url(http://www.samovrabotuvanje.mk/images/audio.png);}
.lightbox-photo {
	padding: 0;
	position: relative;
}
.lightbox-photo a {
	display:block;
	position:relative;
	z-index: 5;
}
.lightbox-photo a img {
	display: block;
}

/* --------- SECTION TITLE --------- */

.section-title {
	display: block;
	margin-bottom: 20px;
	padding: 15px 0;
	position: relative;
}
.section-title h3 {
	margin-bottom: 0;
	padding: 0 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	width: 80%;
}
.section-title:after {
	content: "";
	position: absolute;
	z-index: 1000;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	border-bottom: 0;
}
.section-title span {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	display: block;
	padding-left: 10px;
	color: #fff;
	font-size: 26px;
	line-height: 50px;
}
.section-title span:after {
	content: "";
	position: absolute;
	z-index: 1000;
	right: 60px;
	border-top: 50px solid transparent;
	border-bottom: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid #ff5c01;
}

/* --------- PAGE TITLE --------- */

.page-title {
	display: block;
	position: relative;
	margin-bottom: 0;
	height: 70px;
}
.page-title h1 {
	display: inline-block;
	margin-bottom: 0;
	padding-left: 30px;
	font-size: 20px;
	line-height: 70px;
	color: #fff;
	position: relative;
}
.page-title h1:after {
	content: "";
	position: absolute;
	z-index: 1000;
	left: 100%;
	border-right: 70px solid transparent;
	border-top: 70px solid transparent;
	border-bottom: 0;
	border-left: 70px solid #ff5c01;
}

/* --------- PROJECTS --------- */

.portfolio-page .projects-wrapper {
	margin-bottom: 30px;
}
.project {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.project-top {
	position: relative;
}
.project-top img {
	display: block;	
}
.project-icon {
	position: absolute;
	width: 50px;
	height: 40px;
	top: 10px;
	right: -10px;
}
.project-icon:after {
	content: "";
	position: absolute;
	z-index: 1000;
	bottom: -10px;
	right: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #DD4F02;
}
.project-text a {
	padding: 20px 10px;
	display: block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.project-text h5 {
	font-size: 14px;
	margin-bottom: 0;
	font-weight: bold;
}

/* --------- OVERLAY --------- */

.image-overlay span {
	background-color: #000;
	background-color: rgba(0,0,0,.6);
	background-image: url(../images/overlay-plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: inset 0px 0px 100px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 100px 1px rgba(0, 0, 0, 0.2); 
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* --------- CALLOUT BOX --------- */

.callout-box-wrapper {
	margin-bottom: 20px;
}
.callout-box {
	position: relative;
	text-align: center;
	border-top: 4px solid #ff5c01;
}
.callout-box:after {
	content: "";
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 50%;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 0;
	border-top: 10px solid #ff5c01;
}
.callout-box-body {
	padding: 30px 30px 20px;
}
.callout-box h5 {
	margin-bottom: 0.8em;
	font-weight: bold;
}

/* --------- SLOGAN BOX --------- */

.slogan-box-wrapper {
	margin-bottom: 20px;
}
.slogan-box {
	position: relative;
}
.slogan-box:after {
	content: "";
	position: absolute;
	z-index: 1000;
	top: 32px;
	left: 0;
	border-right: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #ff5c01;
}
.slogan-box-body {
	padding: 30px 30px 10px;
	border-left: 4px solid #ff5c01;
}
.slogan-box h5 {
	margin-bottom: 0.8em;
	font-weight: bold;
}
.slogan-box-body .last {
	text-align: center;
}
.slogan-box-body .button {
	margin-top: 20px;
}

/* --------- SERVICES --------- */

.service {
	position: relative;
	margin-bottom: 20px;
}
.service-icon {
	padding-left: 15px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 40px;
}
.service-icon:after {
	content: "";
	position: absolute;
	z-index: 1000;
	left: 40px;
	border-right: 40px solid transparent;
	border-top: 0;
	border-bottom: 40px solid transparent;
	border-left: 40px solid #ff5c01;
}
.service-body {
	text-align: center;
	padding: 40px 20px;
}
.service-body h5 {
	padding: 0;
}
.service-body span {
	width: 50px;
	height: 1px;
	display: block;
	margin: 15px auto;
}
a.service-more {
	font-style: italic;
}
a.service-more:hover {
	text-decoration: underline;
}

/* ---------------------------- */
/*    UI Accordion and toggle
/* ---------------------------- */

.accordion, .toggle {
	margin-bottom: 20px;
	margin-top: 0;
	border-bottom: 1px solid #ddd;
}
.accordion h3, .toggle h3 {
	margin: 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.accordion h3 a, .toggle h3 a {
	display: block;
	height: 15px;
	line-height: 15px;
	padding: 16px 10px 16px 45px;
	font-size: 13px;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.accordion h3.ui-state-active, .toggle h3.active {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px dashed #ddd;
}
.accordion div, .toggle div {
	padding: 15px 20px;
	font-size: 12px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

/* Tabs */

.tabs ul.tabs-nav {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
}
.tabs ul.tabs-nav li {
	display: block;
	width: auto;
	height: 40px;
	padding: 0;
	float: left;
	margin-bottom: 0;
}
.tabs ul.tabs-nav li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 39px;
	padding: 0px 20px;
	line-height: 40px;
	border-width: 1px 1px 0 0 !important;
	margin: 0;
	font-size: 12px;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	border: solid 1px #ddd;
}
.tabs ul.tabs-nav li.ui-state-active a {
	height: 40px;
	position: relative;
	border-left-width: 1px !important;
	margin: 0 0 0 -1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	border-top: 1px solid #ff5c01;
}
.tabs ul.tabs-nav li.ui-state-active:first-child a {
	margin-left: 0;
}
.tabs ul.tabs-nav li:first-child a {
	border-width: 1px 1px 0 1px !important;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}
.tabs ul.tabs-nav li:last-child a {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
.tabs ul.tabs-content {
	margin: -1px 0 20px 0;
	display: block;
	font-size: 12px;
	padding: 25px 25px 20px;
	border: 1px solid #ddd;
}
.tabs ul.tabs-content > li.ui-tabs-hide, ul.features-tabs-content > li.ui-tabs-hide {
	display:none;
	margin-bottom: 0;
}
.tabs ul.tabs-content > li, ul.features-tabs-content > li {
	display: block;
	margin-bottom: 0;
}
.tabs ul.tabs-content > li p {
	margin-bottom: 5px;
}

/* Clearfixing tabs for beautiful stacking */
.tabs ul.tabs-nav:before, .features-nav:before,
.tabs ul.tabs-nav:after, .features-nav:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.tabs ul.tabs-nav:after, .features-nav:after {
	clear: both;
}
.tabs ul.tabs-nav, .features-nav {
	zoom: 1;
}

/* Vetical Tabs */

.tabs.vertical ul.tabs-nav {
	width: 150px;
	float: left;
}
.tabs.vertical ul.tabs-nav li {
	width: 150px;	
	height: 100% !important;
}
.tabs.vertical ul.tabs-nav li a {
	display: block;
	margin: 0;
	padding: 10px;
	border-width: 1px 0 0 1px !important;
	height: 100% !important;
	line-height: 1.4em;
	border: 1px solid #ddd;
	border-top-color: #ddd !important;
}
.tabs.vertical ul.tabs-nav li.ui-state-active a {
	margin: 0 -1px 0 0 !important;
	height: 100% !important;
	border-left: 1px solid #ff5c01;
}
.tabs.vertical ul.tabs-content {
	margin-left: 150px;
	margin-top: 0;
}

/* ---------------------------- */
/*        Content Slider
/* ---------------------------- */

.content-slider ul, .content-slider li {
	margin-bottom: 0;
	line-height: 1.6em;
}
.content-slider h6 {
	margin-bottom: 0.6em;
	padding-bottom: 0.6em;
	border-bottom: 1px solid #ddd;
}
ul.cs-slidecontrols > li {
	margin-bottom: 10px;
	display: inline;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	font-size: 14px;
	padding: 5px;
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	-ms-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
}
.cs-slidecontrols li:first-child {
	margin-right: 8px;
}
.cs-slidecontrols li a.carousel-disabled {
	opacity: 0.3;
	cursor: default;
}
.cs-slidecontrols li a {
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
.cs-slidecontrols li a.prev {
	background-image: url(../images/carousel/left-arrow.png);	
}
.cs-slidecontrols li a.next {
	background-image: url(../images/carousel/right-arrow.png);
}

/* ---------------------------- */
/*         Portfolio
/* ---------------------------- */

.portfolio-filterable {
	position: relative;
	overflow: hidden;
}

/* --------- Filter --------- */

.portfolio-filters-wrapper {
	position: absolute;
	top: 50%;	
	right: 30px;
	margin-top: -20px;
}
a.filter-button {
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	display: block;
	width: 150px;
	font-weight: bold;
}
a.filter-button:after {
	content: "";
	position: absolute;
	z-index: 1000;
	right: 0;
	top: 0;
	border-right: 40px solid #fafafa;
	border-top: 0;
	border-bottom: 40px solid transparent;
	border-left: 40px solid transparent;
}
a.filter-button:hover {
	color: #fff;
}
ul#portfolio-filters {
	margin: 0 auto;
	list-style-type:none;
	list-style-position:outside;
}
#portfolio-filters li {
	display: block;
	margin-bottom: 0px;
	position: relative;
	z-index: 100;
}
#portfolio-filters li:first-child {
	margin-left: 0;
}
#portfolio-filters a {
	color: #eee;
	font-weight: bold;
	display: block;
	padding: 10px 20px;
	width: 150px;
}
#portfolio-filters a:hover {
	color: #fff;
}

/* --------- SINGLE PORTFOLIO --------- */

.portfolio-details h5 {
	margin-bottom: 0;
}
.portfolio-details h6 {
	margin-bottom: 5px;
}
.portfolio-details h6 span {
	height: 1px;
	width: 30px;
	display: block;
	margin: 5px 0 0;
}
.portfolio-details .divider-line {
	height: 1px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	padding-top: 15px;
}
.portfolio-details .divider-color {
	width: 30px;
	height: 1px;
	margin: -16px 0 17px;
}
.project-single-top {
	margin-bottom: 20px;
	position: relative;
}
.ie8 .poject-top-single {
	z-index: 80;
	zoom: 1;
}

/* --------------------------- */
/*        PRICING TABLES       
/* --------------------------- */

.pricing-table {
	margin: 5px auto 20px;
	font-size: 14px;
	text-align: center;
}
.pt-column {
	position: relative;
	margin: 0;
	z-index: 2;
	border: 1px solid #f2f2f2;
}
.pt-column h3 {
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin-bottom: 0;
	color: #fff;
	font-weight: bold;
}
.pt-column.pt-recommended {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); 
	margin-top: -10px;
	z-index: 10;
}
.pt-column.pt-recommended h3 {
	padding: 5px 0;
	position: relative;
}
.pt-cost {
	height: 100px;
	background: #777;
	color: #fff;
}
.pt-cost p {
	font-size: 40px;
	padding-top: 30px;
}
.pt-cost p span {
	font-size: 12px;
	display: block;
	margin-top: 10px;
}
.pt-features ul {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
}
.pt-features ul li {
	padding: 18px 20px;
	margin-bottom: 0;
	border-bottom: 1px solid #f2f2f2;
	font-size: 12px;
}
.pt-buynow {
	height: 50px;
	padding: 15px 0;
	line-height: 50px;
	background: #777;
}
.pt-recommended .pt-buynow {
	padding: 20px 0;
}
.pt-buynow a {
	font-size: 12px !important;
	padding: 4px 12px !important;
}
.pricing-3-col {
	width: 33.333%;
	float: left;
	margin-left: -2px;
}
.pricing-4-col {
	width: 25%;
	float: left;
	margin-left: -2px;
}

/* ---------------------------- */
/*         Testimonials
/* ---------------------------- */

.testimonial-wrap {
	margin-bottom: 20px;
}
.testimonial {
	position: relative;
    font-size: 14px;
    border: 1px solid #f2f2f2;
}
.testimonial:before,
.testimonial:after {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fafafa; 
	border-top: 0; 
}
.testimonial:before {
	border-left: 21px solid transparent;
	border-right: 21px solid transparent;
	border-bottom: 21px solid #f2f2f2;
	border-top: 0;
	top: -22px;
	margin-left: -21px;
}
.testimonial p {
	margin-bottom: 0;
	padding: 15px 15px 15px 140px;	
}
.testimonial-author {
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
.testimonial-thumb {
	float: left;
}
.testimonial-thumb img {
	display: block;
	max-width: 120px;
}

/* ---------------------------- */
/*            Team
/* ---------------------------- */

.team-member-wrap {
	position: relative;
	margin-bottom: 30px;
}
.team-single .team-member-wrap {
	margin-bottom: 0;
}
.team-single .team-member {	
	text-align: left;
}
.team-member h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}
.team-member-photo {
	display: block;
}
.team-member-photo img {
	display: block;
	margin: 0 auto 20px;
}
.team-member .position {
	font-size: 12px;
}
.team-member-description {
	margin-top: 15px;
	padding-top: 15px;		
	border-top: 1px solid #ddd;	
}
.team-member-description p {
	margin-bottom: 5px;
	line-height: 1.5em;
	font-size: 12px;
}
.team-single .team-member-description p {
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.team-member-description a.readmore {
	font-style: italic;
}
.team-member-socials {
	margin: 15px auto 10px;
	text-align: center;
	display: block;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}
.team-member-socials ul {
	margin: 0 auto;
	display: inline-block;
	float: left;
}
.team-member-socials ul li {
	float: left;
	margin-left: 0;
	margin-right: 1px;
}
.team-member-socials ul li, .team-member-socials ul li:first-child {
	border: 0;
}

/* ---------------------------- */
/*          Contact
/* ---------------------------- */

.google-map {
	position: relative;
	margin-bottom: 20px;
}
.google-map iframe {
	display: block;
	width: 100%;
	height: 250px;
}
ul.contact-info li [class^="icon-"] {
	font-size: 20px;
}
#contactform label {
	margin-bottom: 10px;
	font-size: 14px;
}
#contactform input {
	height: 20px;
}
#contactform textarea {
	height: 150px;
}
#contactform input, #contactform textarea {
	border: 1px solid #ccc;
	border-left: 0;
	width: 359px;
	padding: 10px;
	font-size: 14px;
}
#contactform input:focus, #contactform textarea:focus {
	border: 1px solid #777;
	border-left: 0;
}
#contactform .contact-captcha label {
	float: left;
	line-height: 42px;
	margin-right: 10px;
}
#contact input#submit {
	border: none;
	height: 40px;
	width: 100px;
	font-size: 14px;
}
.form-icon {
	float: left;
	height: 42px;
	width: 40px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	background: #777;
}

.form-icon1 {
	float: left;
	height: 20px;
	width: 40px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	background: #777;
}
.contact-textarea .form-icon {
	height: 172px;
}

/* ---------------------------- */
/*            Blog
/* ---------------------------- */

.post {
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.post-top {
	margin-bottom: 20px;
}
.post-top h1 {
	padding-left: 160px;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.4em;
}
.post-item {
	margin-bottom: 20px;
}
.meta-top {
	width: 155px;
	float: left;
}
.meta-top .meta-date span {
	padding: 7px 12px;
	margin: 0;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.meta-top .meta-date .day {
	float: left;
}
.meta-bottom span {	
	display: inline-block;
	float: left;
	margin: 0 5px 5px 0;
}
.meta-bottom span a {
	padding: 7px 12px;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: background .1s ease;
	-moz-transition: background .1s ease;
	-ms-transition: background .1s ease;
	-o-transition: background .1s ease;
	transition: background .1s ease;
}
.meta-bottom .meta-category a {
	display: inline-block;
	float: left;
	margin: 0 5px 5px 0;
}
.meta-bottom .read-more {
	float: right;
}

/* --------- Pagination --------- */

.site-pagination {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}
.site-pagination a, .site-pagination span {
	margin: 2px 5px 2px 0;
	padding: 8px 14px;
	font-size: 14px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

/* --------- Post single --------- */

.single .post {
	margin-bottom: 30px;
	padding-bottom: 25px;
}

/* ---------------------------- */
/*        Blog comments
/* ---------------------------- */

#comments-wrapper {
	font-size: 14px;
}
.commentlist ul {
	margin-left: 0;
}
.commentlist .children li {
	margin-left: 3em;
}
.commentlist ul.children {
	position: relative;
	border-left: 1px solid #ddd;
}
.commentlist ul.children::before {
	content: '';
	position: absolute;
	width: 2em;
	top: 2em;
	border-bottom: 1px solid #ddd;
}
.comment-body p {
	clear: both;
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}
span.says {
	display: none;
}
.vcard .avatar {
	float: left;
    height: 60px;
    margin-right: 20px;
    overflow: hidden;
    width: 60px;
	padding: 0;
}
cite.fn {
	padding: 4px 0;
	font-size: 14px;
	display: inline-block;
}
cite.fn, cite.fn a {
	font-weight: bold;    
    font-style: normal;
}
.comment-meta {
    display: block;
    margin-bottom: 20px;
}
.comment-meta a {	
	font-size: 14px;
    font-style: italic;
    font-weight: normal;
}
div.comment-body {
	list-style: none;
	margin-top: 20px;
    padding: 20px 20px 10px;
    position: relative;	
	line-height: 1.5em;
	border: 1px solid #ddd;
}
ul.commentlist {margin-bottom: 40px;}
#commentform {margin: 0;}
#commentform label {
	font-size: 14px;
	padding-bottom: 7px;
}
#commentform .comment-textarea {
	padding-top: 10px;
}
#commentform input, #commentform textarea {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 14px;
}
#commentform input:focus, #commentform textarea:focus {
	border: 1px solid #777;
}
p.comment-form-author, p.comment-form-email, p.comment-form-url {
	width: 206px;
	display: block;
	float: left;
	margin-bottom: 0;
}
p.comment-form-author, p.comment-form-email {
	margin-right: 20px;
}
#commentform p.comment-form-comment {
	margin-bottom: 5px;
	clear: both;
	display: block;
}
#commentform input {
	width: 184px;
	display: block;
}
#commentform input#submit {
	width: 140px;
	padding: 6px 16px;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}
#commentform textarea {
	width: 638px;
	height: 150px;
}
#commentform p.form-allowed-tags {
	font-size: 11px;
	padding: 15px;
}
#commentform p.form-allowed-tags code {
	font-size: 11px;
	background: none;
	margin: 0;
	padding: 0;
}
.comment-body a.comment-reply-link {
	margin-bottom: 5px;
	position: absolute;
	top: 20px;
	right: 20px;
	display: none;
	font-weight: bold;
}
div.comment-body:hover a.comment-reply-link {
	display: inline-block;
}
h3#reply-title {
	font-size:14px;
	text-transform: uppercase;
	font-weight: bold;
}
p.form-submit {margin-bottom: 0;}
.form-submit input#submit {
	margin-bottom: 0 !important;}

/* ---------------------------- */
/*           Sidebar
/* ---------------------------- */

.sidebar .widget {
	padding: 20px;
	margin-bottom: 20px;
}
.lp-sidebar li {
	margin-bottom: 20px;
}
.lp-sidebar h5 {
	font-size: 12px;
	margin-bottom: 5px;
	text-transform: none;
}
.lp-description span {
	font-size: 12px;
}
.lp-image {
	position: relative;
	float: left;
	margin-right: 5px;
	border: 4px solid #777;
	-webkit-transition: border .3s ease;
	-moz-transition: border .3s ease;
	-ms-transition: border .3s ease;
	-o-transition: border .3s ease;
	transition: border .3s ease;
}
.lp-image:hover {border: 4px solid #ff5c01;}
.lp-image a img {
	display: block;
}
.lp-image a {	
	display: block;
	width: 80px;
	
}
.tagcloud a {
	padding: 4px 8px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px !important;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	margin: 0 1px 5px 0;
	color: #fff !important;
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	-ms-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
}
.tagcloud a:hover {
	background: #777;
}

/* ---------------------------- */
/*           Gallery
/* ---------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 20px;
}

.content .gallery img {
	padding: 0;
}

.gallery ul li {
	padding: 0;
	float: left;
	position: relative;
}

.gallery ul li a {
	display:block;
	position:relative;
	z-index: 5;
}

.gallery ul li img {
	display: block;
}

.gallery-columns-2 li,
.gallery-columns-3 li,
.gallery-columns-4 li,
.gallery-columns-5 li,
.gallery-columns-6 li,
.gallery-columns-7 li {
	margin: 1px;
}

.gallery-columns-2 li a img {width: 448px;height: 261px;}
.gallery-columns-3 li a img {width: 298px;height: 174px;}
.gallery-columns-4 li a img {width: 223px;height: 130px;}
.gallery-columns-5 li a img {width: 178px;height: 104px;}
.gallery-columns-6 li a img {width: 148px;height: 86px;}
.gallery-columns-7 li a img {width: 126px;height: 73px;}

/* ie8 fix - base for 960px */
.ie8 .gallery-columns-2 li {width: 448px;height: 261px;}
.ie8 .gallery-columns-3 li {width: 298px;height: 174px;}
.ie8 .gallery-columns-4 li {width: 223px;height: 130px;}
.ie8 .gallery-columns-5 li {width: 178px;height: 104px;}
.ie8 .gallery-columns-6 li {width: 148px;height: 86px;}
.ie8 .gallery-columns-7 li {width: 126px;height: 73px;}

/* ---------------------------- */
/*           Footer
/* ---------------------------- */

.footer-wrapper {
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	margin: 0 auto;
	position: relative;
}
.footer-wrapper a.scrollup {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -25px;
	height: 20px;
	width: 50px;
	text-indent: -9999px;
	background: url(../images/scrollup.png) no-repeat;
}
.footer {
	line-height: 18px;
	padding: 40px 0 0;
	background: #555;
	color: #ddd;
}
.footer .widget h6 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 18px;
}
.footer .widget h6 span {
	height: 1px;
	width: 60px;
	display: block;
	background: #777;
	margin: 14px 0 0;
}
.footer p {
	margin-bottom: 5px;
}
.footer a {
	color: #fff;
	font-weight: bold;
}
.footer .widget {
	margin-bottom: 50px;
}
.footer ul.menu li {
	display: inline;
	float: left;
}
.footer ul.menu li a {
	margin-right: 10px;
	padding-right: 10px;
}
.footer ul.menu li:last-child a {
	border-right: none;
}
.footer-bottom-wrapper {
	margin: 0;
	text-align: center;
	background: none;
}
.footer-bottom {
	padding:20px 0;
	background: #444;
	color: #ddd;
}
.footer-bottom .copyright {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px;
}
.footer-bottom p {
	margin-bottom: 0;
	line-height: 1.5em;
}
.footer-bottom a {
	color: #fff;
	font-weight: bold;
}

/* ---------------------------- */
/*       Isotope plugin
/* ---------------------------- */

.isotope-item {z-index: 2;}
.isotope-hidden.isotope-item {pointer-events: none;z-index: 1;}
.isotope,.isotope .isotope-item {-webkit-transition-duration: 0.8s;-moz-transition-duration: 0.8s;-o-transition-duration: 0.8s;transition-duration: 0.8s;}
.isotope {-webkit-transition-property: height, width;-moz-transition-property: height, width;-o-transition-property: height, width;transition-property: height, width;}
.isotope .isotope-item {-webkit-transition-property: -webkit-transform, opacity;-moz-transition-property: -moz-transform, opacity;-o-transition-property: top, left, opacity;transition-property: transform, opacity;}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {-webkit-transition-duration: 0s;-moz-transition-duration: 0s;-o-transition-duration: 0s;transition-duration: 0s;}
/* End: Recommended Isotope styles */

/* ---------------------------- */
/*           Twitter
/* ---------------------------- */

.tweets-wrap {
	position: relative;
}
#tweets {
	padding-top: 3px;
}
.tweetList {
	position: relative;
}
#tweets .tweetList li {
	margin: 0;
	padding: 0;
	background: none;
}
.tweetList li p {
	padding: 20px;
	background: #777;
}
.tweetList li small {
	display: block;
	margin-top: 10px;
	font-style: italic;
}
.tweetList:after {
	content: "";
	position: absolute;
	z-index: 1000;
	bottom: -8px;
	left: 10%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 0;
	border-top: 8px solid #777;
}

/* ---------------------------- */
/*         Flickr Feed
/* ---------------------------- */

#flickr_badges ul li a {
	display: block;
	float: left;
	width: 73px;
	height: 73px;
	border: 4px solid #444;
	margin: 0 5px 5px 0;
	-webkit-transition:all .1s ease-in;
	-moz-transition:all .1s ease-in;
	-o-transition:all .1s ease-in;
	transition:all .1s ease-in;
}
#flickr_badges ul li a:hover {
	border: 4px solid #ff5c01;
}
#flickr_badges ul li a img {
	width: 73px;
	height: 73px;
	display: block;
	margin: 0 5px 5px 0;
	float: left;
	opacity: .9;	
}
.ie8 #flickr_badges ul li a {
	display: block;
	float: left;
	width: 73px;
	height: 73px;
	margin: 0 5px 5px 0;
}
.ie8 .sidebar #flickr_badges ul li a {
	width: 73px;
	height: 73px;
}
#flickr_badges ul li a:hover img {
	opacity: 1;
}
#flickr_badges {
	margin: 0;
}
.footer #flickr_badges ul li {
	border: none;	
	padding: 0;
	display: block;
	float: left;
	margin-bottom: 0;
}

/* ---------------------------- */
/*       Ajax contact form additional styles
/* ---------------------------- */

#message .error_message {
	padding: 10px 20px;
	margin-bottom: 15px;
	color: #fff;
	background: #e56442;
	border: 1px solid #db472f;
}
#success_page h1 {
	font-size: 24px;
	color: #fff;
	background: #83BF29;
	border: 1px solid #629C14;
	padding: 10px 20px;
}



/* Primary menu
-------------------------------------------------------------- */

#header-top {
	display: block;
	margin: 0;
	padding: 10px 0 0 590px;
	font-size: 1.05em;
}

#header-top ul {
	list-style: none;
	
}

#header-top li {
	float: left;
	list-style: none;
	padding: 7px 5px;	
}

#header-top li a
	{	display: block;
		text-decoration: none;
		white-space: nowrap;
		color: #aaa;
		padding: 7px 10px 7px 5px;
	}
	
#header-top ul li:hover,
#header-top ul li.active,	
#header-top ul li.active-trail {
  background: transparent url('http://www.samovrabotuvanje.mk/images/pri-hover-left.png') no-repeat left;
}	

#header-top ul li a:hover,
#header-top ul li:hover a,
#header-top ul li a.active,
#header-top ul li.active-trail a {
  background: transparent url('http://www.samovrabotuvanje.mk/images/pri-hover-right.png') no-repeat right;
  color: #fff;
}

 #header-top ul.sublinks 	{	
	margin: 0 0 0 -5px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	background: url('http://www.samovrabotuvanje.mk/images/menubk.png') repeat;
	border: 1px solid black;
	}
		
 #header-top ul.sublinks li {	
	 float: none;
   display: inline;
   padding: 0;
   margin: 0;
   }

#header-top li ul li a {
    background-image: none !important;
    padding: 8px 25px 8px 10px;
}
   
#header-top ul.sublinks li a:hover {	
	color: #000;
	background: #cacaca; 
}	

#header-top ul.sublinks li a:hover 
{	
	color: #000;
	background: #cacaca; 
}

#header-top ul.sublinks li a.active
{	
	color: #999;
}

#primary-menu {                                   /* menu layout */
  display: block;
  padding: 20px 0;
  text-align: right;
}

#primary-menu ul.links li {
  font-size: 1.1428em;
  padding: 7px 5px;
  text-decoration: none;
  text-transform: lowercase;
}

#primary-menu ul.links li a {                       /* text styling for the top (primary) menu */
  padding: 7px 10px 7px 5px;
  text-decoration: none;
}

#primary-menu ul.links li a {
  color: #999;
}

#primary-menu ul.links li:hover,
#primary-menu ul.links li:active,
#primary-menu ul.links li.active-trail {
  background: transparent url('http://www.samovrabotuvanje.mk/images/pri-hover-left.png') no-repeat left;
}

#primary-menu ul.links li a:hover,
#primary-menu ul.links li:hover a,
#primary-menu ul.links li a:active,
#primary-menu ul.links li.active-trail a {
  background: transparent url('http://www.samovrabotuvanje.mk/images/pri-hover-right.png') no-repeat right;
  color: #fff;
}

#primary-menu ul.links li.first {                 /* .first and .last classes applied to first and last menu & list items */
}
  
#primary-menu ul.links li.last {                  /* .first and .last classes applied to first and last menu & list items */
}
  
#primary-menu ul.links li a:link,
#primary-menu ul.links li a:visited {
}




/* Secondary menu
-------------------------------------------------------------- */

#secondary-menu {
  margin-bottom: 20px;
  padding: 0;
}

#secondary-menu ul li {
  display: list-item;
  font-family: Arial, Myriad Pro, Helvetica, Verdana;     /* web safe fonts */
  font-weight: normal;
  line-height: 1.4285em;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  padding: 0.2em 0.5em 0 0;
  text-decoration: none;
}

#secondary-menu ul li a {
  color: #A3A3A3;
  text-decoration: none;
}

#secondary-menu ul li a.active {
  color: #FFF;
}

#secondary-menu ul li a:hover {
  color: #de9d3d;
}