/*Generall CSS*/
body{
	font-family: 'Raleway', sans-serif;
}
.centerTxt{
	text-align: center;
}
.activeTab{
	background-color: #067ee8 !important;
}
.activeTab a{
	color:white !important;
}
.squareBorder{
	border-radius: 0;
}
.iconStyle{
	width:22px;
}
.aboutusTxt{
	font-family: 'Cardo', serif;
	font-size: 18px;
}
.upperCase{
	text-transform: uppercase;
}
legend{
	width: auto !important;
}
fieldset{
	border: 1px solid !important;
}
footer .languagesStyle{
	list-style: none;
	padding: 0;
}
footer .languagesStyle li{
	display: inline-block;
	margin-right: 10px;
}
.txtTitleDeleteBook{
	margin-bottom: 0px;
}
#backTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #242424;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 10px;
}
.singleColumnService a{
	text-decoration: none;
	color:#000;
}
#backTop:hover {
  background-color: #242424;
}
.whiteColor{
	color:white;
}
.blackColor{
	color:black;
}
/*Header*/
header{
	background-color: #242424;
	border-bottom: 5px solid white;
}
header img{
	margin: 15px 0;
}
header .navBig{
	position:relative; top:50%; transform:translate(0,30%);
}
header .navBig .primaryNav{
	position: fixed;
	right: 0;
}
header .navBig ul li{
	list-style: none;
	background: white;
    color: black;
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    border:none;
}
header .navBig ul li a{
	padding: 1px 11px;
}
header .navBig ul li a,
header .navSmall ul li a{
color: black;
text-decoration: none;
padding: 1px 11px;
}

header .navSmall ul,
header .navBig ul{
	padding:1px;
	display: table;
}
header .navSmall ul li{
    list-style: none;
    background: white;
    font-size: 20px;
    margin: 15px 15px 0 0;
    width: 155px;
    display: inline-block;
    text-align: center;
}
.txtSearch{
	border:none; height:30px; width:155px; padding: 1px 5px; display: none; margin: 0 10px 0 0px;
}
footer{
	background-color: #fff;
}
/*Gallery*/
.roundabout-holder  { 
	width:1090px;
	height:650px;
	margin:0 auto;
	z-index: 0;
	
}
.roundabout-moveable-item {
   	width: 646px;
   	height: 310px;
   	cursor: pointer;
	border:3px solid #ccc;
	border:3px solid rgba(0, 0, 0, 0.08);
   	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	z-index: 0;
}
.roundabout-moveable-item img{
	width:100%;
	z-index: 0;
}
.roundabout-in-focus {
	border:3px solid rgba(0, 0, 0, 0.2);
	z-index: 0;
}

#gallery{
	/* height: 600px; */
	background-color: #fff;
}
#gallery ul li{
	
	list-style: none;
}
.gll{
	padding: 60px 0 !important;
	overflow: hidden;
	margin:auto;
	height: 520px;
}
.gll li{
	
}
.roundabout-holder{
	
	
}
.roundabout-moveable-item{
	
	cursor: pointer;
}
.respSlider{
	padding: 1px;
}
/*About Us*/
#aboutus{
	margin:40px 0;
}
/*Procesi Main Index*/
#main{
	background: #242424;
}
#main a{
	color:white;
	text-decoration: none;
}
.wrapSquareProccess{
	padding: 40px 0;
}
.squareProccess{
	height: 85px; width:85px; margin:auto; display: table; 
}
.iconstyle{
	color:white; vertical-align: middle; text-align: center; display: table-cell;
}
.idea{
	background: #e03933;
}
.design{
	background: #2ecc71;
}
.print{
	background: #1e73be;
}
.publish{
	background: #dd9933;
}
/*Botimet*/
#botimet{
	margin:40px 0;
}
.navBotimet{
	list-style: none; padding:1px; margin-bottom: 0px;
}
.navBotimet li{
	background: #242424;
	border-bottom: 1px solid white;
	padding: 5px;
	
}
.navBotimet li a{
	cursor: pointer;
	color:white;
	text-decoration: none;
}
.singleColumnService:not(:last-child){
	margin-bottom:20px;
}
/*Kontakt*/
#contact{
	margin:40px 0;
}
#contactMap{
	
}
#tetovoMap,
#skopjeMap,
#skopjeDameGruevMap{
	width:100%; height:300px;
}
/*Admin area*/
#admindashboard,
#botimet,
#aboutus,
#contact,
#admin,
#botimet,
#searchresult{
	min-height: 560px;
}

#admin,
#admindashboard,
#searchresult{
	margin:40px 0;
}
#admindashboard ul{
	list-style: none;
	padding: 0;
}
#admindashboard ul li{
	background: #242424;
	padding: 5px;
	border-bottom: 1px solid white;
}
#admindashboard ul li a{
	text-decoration: none;
	color:white;
}

/*footer*/
footer{
	padding: 40px 0;
	color:black;
}
footer a,
footer a:hover{
	color:black; text-decoration: none;
}
/*Small Devices*/
@media screen and (max-width: 1199px){ 
	
}
@media screen and (max-width: 991px) { 
  .container {
    width: 100%;
    max-width: none;
  }
  header{
  	border-bottom: none;
  }
  .navSmall{
  	border-top:5px solid white;
  }
  
}
@media screen and (max-width: 600px) {
	
}
@media screen and (max-width: 466px) {
	.logodiv{
		padding: 10px 0;
	}
	.logodiv img{
  	margin:auto;
  	display: block;
  }
  .navSmall ul{
	  width:329px;
	  margin:auto;
  }
	header .navSmall ul li:last-child{
	   margin-bottom:15px;
   }
   .fixMarginSmallUlLi{
	  margin-right:0px !important;
  }
}
@media screen and (max-width: 380px) {
   header .navSmall ul li:last-child{
	   margin-bottom:15px;
   }
  header .navSmall ul li{
	  margin-right:0px !important;
  }
  .navSmall ul{
	  width:160px;
	  margin:auto;
  }
}