/*
Theme Name: Global Motors
Theme URI: www.global-motors.mk
Author: Goran Jovanovski
Author URI: 
Description: machines jcb global-motors.mk global-motors jcb.com backhoe loader
Version: 1.0

Tags:
 */

body 
{
background-color:#f6f6f6;	

font-family: helvetica, arial, sans-serif;

}

#wrapper{
	background-image: url(images/background.png);
	margin: 50px auto;
	padding-bottom: 40px;
	border:1px solid #f4f4f4;
	width:960px;
	box-shadow:5px 0px 20px black;
	border-radius: 10px;
	z-index: 1;
    position: relative;
    background-color: #F6F6F6;
	

}

.headerback
{
	background: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.14) 50%, rgba(0,0,0,0.12) 61%, rgba(0,0,0,0.02) 87%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.15)), color-stop(50%,rgba(0,0,0,0.14)), color-stop(61%,rgba(0,0,0,0.12)), color-stop(87%,rgba(0,0,0,0.02)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.14) 50%,rgba(0,0,0,0.12) 61%,rgba(0,0,0,0.02) 87%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.14) 50%,rgba(0,0,0,0.12) 61%,rgba(0,0,0,0.02) 87%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.14) 50%,rgba(0,0,0,0.12) 61%,rgba(0,0,0,0.02) 87%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.14) 50%,rgba(0,0,0,0.12) 61%,rgba(0,0,0,0.02) 87%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	width: 960px;
	height: 400px;
	position: relative;
	display: block;
	border-radius: 10px;
	padding-top:25px;
}

.headerback .span3{
	padding:20px;
}

.lang{
	position: absolute;
top: 200px;
left: 40px;

}

#qtranslate-chooser{
	list-style: none;
}

.lang li{
	margin-bottom: 4px;
}

.qtrans_flag {
height: 24px !important;
width: 24px !important;
display: block;
}

.logo1{
	background: url(images/mf200.png);
	width: 200px;
	height: 112px;
	position: absolute;
	left: 60px;
	top:50px;
;
}

.logo2{
	background: url(images/global-motors.png);
	width: 282px;
	height: 152px;
	position: absolute;
	left: 300px;
}


.logo3{
	background: url(images/jcb_display.png);
	width: 240px;
	height: 96px;
	position: absolute;
	left: 660px;
	top: 60px;
}

.logo1 a{
	display: block;
	width: 200px;
	height: 112px;

}

.logo2 a{
	display: block;
	width: 309px;
	height: 152px;
}

.logo3 a{
	display: block;
	width: 240px;
	height: 96px;

}

.top-header {
	margin:auto;
	box-shadow: 5px 0 20px black;
	width: 860px;
	margin-bottom: 30px;
	position: absolute;
	top: 360px;
	left:50px;
}

hr{
	margin:auto;
	box-shadow: 5px 0 20px black;
	width: 860px;
	margin-bottom: 30px;
	/*position: absolute;*/
}


#main-content{
width:660px;

}

#main{
padding: 0px 30px;
}

li.gray{
	list-style: none;
	display: inline;
	padding: 0 55px;
	
}
ul.menu {
	width: 960px;
	vertical-align: middle;
	margin-bottom: 20px;
	position: absolute;
	top: 250px;
}

.menu{
	margin-left: 15px;
}

.gray{ 
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    -moz-transition: 0.3s all ease-in;
    -moz-opacity: 0.5;
    -webkit-filter: grayscale(100%) opacity(0.5);
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}

.gray:hover{ 
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}

/*Carousel*/


.carousel-caption{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.carousel-inner{
	border-radius: 5px;
}

.terra-l{
	vertical-align: baseline;
	width: 70px;
}

.sublogo-jsb{
	position: absolute;
	top: 160px;
	left: 687px;
    font-weight: bold;
 	font-size: 15px;
}

.sublogo-massey{
	position: absolute;
	top: 162px;
	left: 79px;
    font-weight: bold;
 	font-size: 15px;
}
/*Search bar*/
.search{
	margin: 10px;
}

/*.field{
	width: 260px;
}*/

.navbar-search {
position: absolute;
left: 320px;
top: 94px;
}
  
.navbar-search .search-query {
    padding-left: 29px;
}

.navbar-search .icon-search {
    position: absolute;
    top: 110px;
	left: 340px;
    background-image: url("images/glyphicons-halflings.png");
}


.side {
	width: 200px;
}

/*Menu*/

.caret{
	visibility: hidden;
}
.nav-stacked{
	background: rgb(196, 0, 0);;
	border-radius: 6px;
}

.nav-stacked active{
	background: yellow;
}
.nav>li:hover, .nav>li:focus, .dropdown-menu>li:hover, .dropdown-menu>li:focus {
	background-color: #f8af1b;
	border-radius: 6px;	
}

.nav>li:hover, .nav>li:focus, .nav>li>a:hover, .nav>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:hover {
	/*color:black;	*/
	font-weight: bold;
}

.nav>li>a:hover, .nav>li>a:focus, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	text-decoration: none;
	background-color: #f8af1b;

}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus{
	background-color: yellow;
}

.nav>li>a{
	color: white;
}

.menu-item, .menu-item-type-post_type, .menu-item-object-page li{
	padding: 10px;
	border-bottom: 1px solid white;
	/*border-radius: 10px;*/

}

.nav{
	margin-bottom: -1px;
}

.current-menu-item, current_page_item{
	background-color: #f8af1b;
	border-radius: 6px;
}

.nav-tabs .dropdown-menu {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background-color: #C40000;
left:100px;
margin: -30px 0 0;
padding-top: 0px;
height: 76px;
}

.dropdown-menu>li>a{
	color: #fff;
	padding:0px;
}

ul.dropdown-menu{
	border-bottom: 1px solid c40000;
}

a.dropdown-menu-toggle:focus, a.dropdown-menu:hover {
	text-decoration: none;
	background-color: #f8af1b;

}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav>li.dropdown.open.active>a:hover, .nav>li.dropdown.open.active>a:focus {
color: #FFF;
background-color: #f8af1b;
border-color: #f8af1b;
}

/*.service {
margin-top: 30px;
height: 120px;
display: block;
border-radius: 10px;
box-shadow: 0px 0px 10px grey;
color: white;
background-color: white;
background: url(images/shaowTopRight.png);
}

white {
height: 110px;
background: background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
border-radius: 10px;
margin: 0px auto;
width: 160px;
margin-top: 5px;
opacity: 0.5;

}*/

.white .icon-wrench{
	background-image: url(images/glyphicons-halflings.png);
	background-size: px;
}

.text-center {
/*text-align: center;*/
margin: 0px auto;
width: 960px;
margin-bottom: 10px;
}

.archivar{
	width: 660px;
	float: right;
	margin-top: -27px;
}

.slika{
	width: 200px;
	height: 200px;
}

.slika:hover { text-decoration: none; background: #ececec; }


.thumbs{
	width: 210px;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	list-style: none;
}

.tumbs:hover {
	text-decoration: none;
	background-color: #FFD428;

}

.thumbs a{
	color: black;
}

.thumbnail>img{
	border-radius: 4px;
}

.masiniar{
	width:550px;
font-size: 28px;
margin: -7px 0;
background-color: #ffd428;
color: #fff;
padding-left: 15px;
}

.brcr-single {
	height: 15px;
	width: auto;
	padding: 14px;
	background: #fcfcfc;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-top: -47px;
	position: relative;
	z-index: 1;
	
}

.left {
	float: left;
}

.fourofour {
	height: 700px;
}

.new-thumb {
	width: 160px;
	height: 150px;
	float: left;
	margin-bottom: 20px;
	margin-right: 15px;
}

.new-thumb li {
	width: 150px;
	list-style: none;
}

.naslov{
	font-weight: bold;
	text-align: center;
}

.breadcrumb{
	background-color: #fcfcfc;
	position: relative;
	z-index: 1;
}

.page-header{
	/*margin: 30 0 30px;*/
	margin-top: -20px;
}

.masini-polovni{
	margin-top: -48px;
}

.single-novi{
	margin:40px;
}

.single-polovni{
	margin-top: 30px;
}

ul.ul-naslov{
	font-size: 12px;
	color: black;
}

.kategorii.nav>li>a{
	color: #5c5c5c;
	font-size: 10px;
	/*text-indent: 12px*/
}

.kategorii.nav>li:hover{
	border-radius: 0px;
	background-color: black;
}
.aktivnosti{
	width: 534px;
line-height: 31px;
border-bottom: 6px solid #f0f0f0;
margin: 5px;
}

.aktivnosti:last-child{
	width: 534px;
line-height: 31px;
/*border-bottom: 6px solid #f0f0f0;*/
margin: 5px;
}

.aktivnosti>h3>a{
	color:#000;
	font-weight: bold;
	margin-bottom: 10px;
}

.medium{
	width: 250px;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing:border-box;
}

.kategorii .podkategorii{
	margin-left:10px;
}

footer{
	clear:both;
	position: relative;
	top: 170px;
}

.promo-wrapper {
    position: relative;
    top: 300px;
    width: auto;
    float: right;
    right: -1px;
}

.promo-label {
    position: absolute;
    background-color: #f8af1b;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    left: 232px;
    top: 67px;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
    cursor: pointer;
    z-index: 10;
}

.promo-content {
	position: absolute;
    width: 300px;
    height: 350px;
    background-color: #fff;
    box-shadow: 8px 7px 2px -8px;
    box-shadow: inset 20px 0px 16px -13px;
    /*z-index: 1; */
}

.promo-inner-ad{
	width: 260px;
	margin: 0 auto;
}

.promo-inner-ad h3{
	color: red;
	line-height: 1.3;
}