/*  
Customization file.
Enjoy! :D
} 

/*--- GENERAL RULES 
================================================== */ 

html,body {
	font-family: 'Montserrat', Arial, sans-serif;
	color: #333;
	height:100%;
	background:#eee;
}

.container {
	position: relative;
	margin-top: 5em;
}


.row {
    max-width: 150rem;
    margin-left: auto;
    margin-right: auto;
}

/*--- TYPOGRAPHY
================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', Arial, sans-serif !important;
}

p, ul, ol {
	font-size: 14px;
	color: #333;
	line-height: 28px;
	font-weight: 300;
}

ul, ol {
	margin-left:50px;
}

a, a:visited {
	color:#008d36;
	font-weight:600;
}

/*--- COLORS
================================================== */

/*----- TEXT -----*/
.primary-text {color:#008d36 !important;}
.secondary-text {color:#333 !important;}

/*----- BACKGROUND -----*/
.primary-bg {background-color:#008d36 !important;}
.secondary-bg {background-color:#333 !important;}


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

.top_header {
	border-bottom: 1px solid #e6e6e6;
	background-color:#eee;
}

.top_header ul{
	font-size:.8em;
	font-weight:500;
	letter-spacing:1px !important;
	list-style:none;
	padding:0;
	margin:0;
	text-align:right;
}

.top_header ul li{
	display:inline-block;
	margin-left:20px;
}

.top_header ul li a, .top_header ul li a:visited{
	color: #666 !important;
	-webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;
}

.top_header ul li a:hover{
	opacity:0.5;
}

.top_header i.fa { 
	color: #4C9FDC !important;
	margin:0 10px 0 0;
	font-size:1.3em;
}

.top_header i.fa { 
	margin:0 5px 0 0;
	font-size:1.3em;
}


/*--- NAVBAR
================================================== */
nav.primary {
	text-align:right !important;
	margin-top:10px;
}

nav.primary ul.menu {
	margin: 10px auto;
	text-align:center;
} 

nav.primary ul li{
	position: relative;
	display:inline;
} 

nav.primary ul li > a  {
	font-size: .9em;
	font-weight: 700;
	color:#008d36;
	letter-spacing:1px;
	padding: 10px 20px;
	margin: 0 2px;
	text-transform: uppercase;
	line-height: 2em;
	display:inline-block;
	border-right: 1px solid #eee;
	-webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;
} 

nav.primary ul li:last-child > a {
	border-right: none;
}

nav.primary ul li.current-menu-item a, nav.primary ul li.current_page_item a, nav.primary ul li:hover > a {
	color: #aaa;
} 


/*--- HERO
================================================== */

.hero {font-size: 2em; font-weight:300; padding:20px; text-align:center; }
.hero strong {color:#008d36;}

/*--- Numeri
================================================== */
.numeri { text-align:center;}
.numeri h1 {font-size:3em; font-weight:700; margin:0 !important;}

/*--- Search
================================================== */

.container-1{
	  vertical-align: middle;
	  white-space: nowrap;
	  position: relative;
}

.container-1 input#search{
	width: 100%;
	height: 50px;
	background: #008d36;
	border: none;
	font-size: 10pt;
	float: left;
	color: #fff;
	padding-left: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background .55s ease;
	-moz-transition: background .55s ease;
	-ms-transition: background .55s ease;
	-o-transition: background .55s ease;
	transition: background .55s ease;
}

.container-1 .icon{
	position: absolute;
	top: 50%;
	margin-left: 17px;
	margin-top: 17px;
	z-index: 1;
	color: #fff;
}

.container-1 input#search:hover, .container-1 input#search:focus, .container-1 input#search:active{
    outline:none;
    background: #d25b30;
  }

.cat-22 {
	background: white url('images/azie.png') top left no-repeat;
	padding-left:60px !important;
}

.cat-3 {
	background: white url('images/tekn.png') top left no-repeat;
	padding-left:60px !important;
}


/*--- Sidebar
================================================== */
#sidebar {
	text-align:center;
}

#sidebar .fa {
	font-size:400%;
	color: #00A99D;
	margin:10px;
}

#sidebar .fa:hover {
	color: #036;
}


/*--- Form
================================================== */

p label {
	font-size:120%;
	color:#036;
}


/*--- Form
================================================== */

footer {
	margin-top:40px; 
	margin-bottom:40px;
	padding-top:40px;
	border-top: 1px solid #008d36;
}