@charset "utf-8";

/*
Theme Name: Reciklaza2
Theme URI: http://reciklaza-srbija.com
Description: Reciklaza Srbija
Author: Milos Milikic
Author URI: http://milosmilikic.com
*/

/*
TABLE OF CONTENTS:
01. CSS Reset
02. General
03. Top Bar
04. Sidebar
05. Misc
06. Footer
*/

/*---------------------------------------------------------------------*/
/*--- 01. CSS RESET ---*/
/*---------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {  margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/*---------------------------------------------------------------------*/
/*--- 02. GENERAL ---*/
/*---------------------------------------------------------------------*/

body{
	background: #fafafa url(images/body-bg.png) left top;
	font: 13px/20px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	color: #555;
	position: relative;
	z-index: 0;
}

/* Note: font weigts are: Book 300, Book 300 Italic, Normal 400, Normal 400 Italic, Medium 500, Medium 500 Italic, Bold 700, Bold 700 Italic */

p{
	margin-bottom: 20px;
}

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

a:hover{
	color: #2caedd;
}

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a{
	font-weight: 500;
	margin-bottom: 20px;
	color: #555;
}

h1{
	font-size: 24px;
	line-height: 30px;
}

h2{
	font-size: 20px;
	line-height: 26px;
}

h3{
	font-size: 16px;
	line-height: 24px;
}

h4{
	font-size: 14px;
	line-height: 22px;
}

h5{
	font-size: 13px;
	line-height: 20px;
}

.button,
.wpcf7-submit{
	display: inline-block;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid;
    cursor: pointer;
    margin: 0;
}

.button.gray,
.wpcf7-submit{
	color: #555;
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(top,  #fafafa 0%, #e7e7e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fafafa 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fafafa 0%,#e7e7e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fafafa 0%,#e7e7e7 100%); /* IE10+ */
    background: linear-gradient(top,  #fafafa 0%,#e7e7e7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
    border-color: #d1d1d1;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

.button.gray:hover,
.wpcf7-submit:hover{
	color: #555;
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f3f3 0%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(top,  #f3f3f3 0%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
}

.button.normal,
.wpcf7-submit{
	font-size: 13px;
	line-height: 24px;
	padding: 0 15px;
	text-align: center;
}

.wpcf7-submit{
	padding: 5px 15px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
	height: 1px;
}

.container{
	width: 1000px;
	margin: 1px auto 0 auto;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px #ccc;
	-moz-box-shadow: 0 1px 3px #ccc;
	box-shadow: 0 1px 3px #ccc;
}

.image,
.product .wp-post-image,
.main img.alignright,
.main img.alignleft{
	background: #fff;
	padding: 4px;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

a .image:hover,
.product a .wp-post-image:hover{
	border: 1px solid #ccc;
}

.wpcf7-text,
.wpcf7-captchar{
	height: 30px;
	line-height: 30px;
	padding: 5px;
	border: 1px solid #eaeaea;
	width: 400px;
}

.wpcf7-textarea{
	padding: 5px;
	border: 1px solid #eaeaea;
	width: 400px;
}

/*---------------------------------------------------------------------*/
/*--- 03. HEADER ---*/
/*---------------------------------------------------------------------*/

.header{
	width: 1000px;
	height: 80px;
	border-bottom: 1px solid #e1e1e1;
}

#logo{
	float: left;
	width: 148px;
	height: 39px;
	margin: 20px 0 0 30px;
	display: block;
	text-indent: -10000px;
	background: url(images/sprites.png) no-repeat 0px 0px;
}

.contactInfo{
	float: right;
	margin: 20px 30px 0 0;
}

.contactInfo p{
	margin-bottom: 5px;
}

.contactInfo p span{
	float: left;
	width: 16px;
	height: 16px;
	margin: 2px 10px 0 0;
}

#infoPhone span{
	background: url(images/sprites.png) no-repeat -70px -40px;
}

#infoMail span{
	background: url(images/sprites.png) no-repeat -90px -40px;
}

.navigation{
	width: 1000px;
	height: 40px;
	background: url(images/menu-bg.png) repeat-x left top;
	border-top: 1px solid #fff;
}

.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
}

.menu {
	float: left;
	width: 100%;
}

.menu ul {
	position: absolute;
	top: -999em;
	width: 200px; /* left offset of submenus need to match (see below) */
}

	.menu li {
		float: left;
		position: relative;
		margin-left: 30px;
	}

		.menu li:hover {
			visibility: inherit; /* fixes IE7 'sticky bug' */
		}

			.menu a {
				display: block;
				line-height: 38px;
				color: #83878b;
				text-transform: uppercase;
				position: relative;
				text-decoration:none;
			}

			.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
				color: #83878b;
			}

.menu li:hover ul,
.menu li.sfHover ul {
	left: -10px;
	top: 40px; /* match top ul list item height */
	z-index: 99;
	background: #f3f5f6;
	border: 1px solid #dadada;
}

ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -999em;
}

ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 200px; /* match ul width */
	top: 0;
}

ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -999em;
}

ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 200px; /* match ul width */
	top: 0;
}

.menu li li li,
.menu li li{
	background:	#f3f5f6;
	margin: 0;
}

.menu li li li a,
.menu li li a{
	padding-left: 10px!important;
	border-left: 2px solid #f3f5f6;
}
.menu li:hover, .menu li.sfHover,
.menu a:focus, .menu a:hover, .menu a:active {
	color: #333;
	outline: 0;
}

.menu li.current-menu-item a{
	color: #333;
	border-bottom: 2px solid #e9391b;
}

.menu li.current-menu-item li a{
	border: none;
	color: #83878b;
}

.menu li.current-menu-item li a:hover{
	color: #333;
}

.sub-menu li.current-menu-item a{
	border-bottom: none;
	border-left: 2px solid #e9391b;
}

/* arrows */
.menu a.sf-with-ul{
	padding: 0;
}
.menu ul a.sf-with-ul {
	padding-right: 	20px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			14px;
	top:			6px; /* IE6 only */
	width:			9px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(images/sprites.png) no-repeat -139px -39px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 14px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menu ul .sf-sub-indicator { background-position:  -139px -39px; }
.menu ul a > .sf-sub-indicator { background-position:  -139px -39px; }
/* apply hovers to modern browsers */
.menu ul a:focus > .sf-sub-indicator,
.menu ul a:hover > .sf-sub-indicator,
.menu ul a:active > .sf-sub-indicator,
.menu ul li:hover > a > .sf-sub-indicator,
.menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -139px -39px; /* arrow hovers for modern browsers*/
}

/*---------------------------------------------------------------------*/
/*--- 05. MISC ---*/
/*---------------------------------------------------------------------*/

.topLine{
	width: 100%;
	height: 3px;
	background: #fa6149; /* Old browsers */
	background: -moz-linear-gradient(top,  #fa6149 0%, #e9391b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa6149), color-stop(100%,#e9391b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fa6149 0%,#e9391b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fa6149 0%,#e9391b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fa6149 0%,#e9391b 100%); /* IE10+ */
	background: linear-gradient(top,  #fa6149 0%,#e9391b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa6149', endColorstr='#e9391b',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 1px 0 #ccc;
	-moz-box-shadow: 0 1px 0 #ccc;
	box-shadow: 0 1px 0 #ccc;
}

.fullWidth{
	float: left;
	width: 940px;
	margin: 30px;
}

.main{
	float: left;
	width: 640px;
	margin: 30px;
}

.sidebar{
	float: right;
	width: 270px;
	margin: 30px 30px 30px 0;
}

.lastNews h3{
	margin-bottom: 0px;
}

.lastNews .date,
.newsPost .date{
	font-size: 11px;
	color: #909faf;
}

.homeSections{
	width: 1000px;
	padding: 30px 0;
	background: #f3f5f6;
	border-top: 1px solid #e1e1e1;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
}

.homeSections .left{
	width: 455px;
	margin-left: 30px;
}

.homeSections .right{
	width: 455px;
	margin-right: 30px;
}

.homeSections .left .image,
.homeSections .right .image{
	float: left;
	margin-bottom: 20px;
}

.productList{
	padding: 0 15px;
}

.product{
	float: left;
	width: 293px;
	margin: 0 15px 30px 15px;
}

.product .image,
.product .wp-post-image{
	float: left;
	margin-bottom: 10px;
}

.product h3{
	margin-bottom: 10px;
}

#breadcrumbs{
	margin: 0;
	padding: 10px 30px;
	font-size: 11px;
	color: #777;
}

.main img.alignright{
	float: right;
	margin: 0 0 10px 20px;
}

.main img.alignleft{
	float: left;
	margin: 0 20px 10px 0;
}

.main ul li{
	padding-left: 10px;
	background: url(images/bullet.png) no-repeat left 8px;
}

.main .pdfFile{
	padding: 15px;
	background: #F3F5F6;
	margin-top: 20px;
}

.main .pdfFile a span{
	font-style: italic;
	font-size: 11px;
	color: #777;
}

.newsPost{
	margin-bottom: 40px;
}

.newsPost h2{
	margin-bottom: 10px;
}

.newsPost .date{
	display: block;
	margin-bottom: 10px;
}

/*---------------------------------------------------------------------*/
/*--- 06. FOOTER ---*/
/*---------------------------------------------------------------------*/

.footer{
	width: 1000px;
	height: 70px;
	border-top: 1px solid #f5f5f5;
}

.footer p{
	font-size: 11px;
	color: #c1c1c1;
	margin: 24px 30px 0 30px;
	line-height: 22px;
}

.footerLeft{
	float: left;
}

.footerRight{
	float: right;
}

.superstar{
	margin-left: 10px;
	width: 61px;
	height: 22px;
	display: inline-block;
	text-indent: -10000px;
	background: url(images/sprites.png) no-repeat 0px -39px;
}