@import url("reset.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400,300,700&subset=latin,cyrillic-ext,latin-ext);

html, body { height:100%; }
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    color: #707b7b;
    background: #e9eaea;
    /*
    background: #343434;
    */
    
}
h1, h2, h3, h4, h5 {
    /*color: #a6a6a6;*/
    color: #076b3e;
    font-weight: 300;
    margin-bottom: 30px;
    text-transform: uppercase;
}
h1 {
font-size: 40px;
line-height:40px !important;
}
#header {
    background: #076b3e;
   
    width: 100%;
        width:calc(100% - 100px);
        padding:0 calc(50px);
    height: 100px;
    font-size: 18px;
}

    #header a {
        text-decoration: none;
        font-weight: 300;
        /*
        color: #222222;
        */
        color:#FFF;
        float: left;
        margin-right: 25px;
        margin-top: 38px;
    }
        #header a.active, #header a:hover {
            color: #FFF;
        }
    #contactBTN {
        background: #2b2b2b;
        color: #FFF !important;
        float: right !important;
        padding: 10px 40px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        margin-top: 27px !important;
        margin-right: 0 !important;
    }
        #contactBTN:hover {
            color: #076b3e !important;
        }
    #logo {
    /*
        margin-top: 24px !important; 
        float: left;
        margin-right: 55px !important;
        
     */
     background: #e9eaea;
     float: left;
     height: 100%;
     margin-top: 0px !important;
     margin-right: 0px;
     position: relative;
     padding: 0 25px;
     left: -25px;
    }
    	#logo img {
    		margin-top: 22px;
    	}

#content {
    width: 1000px;
    padding: 0 50px;
    padding-top: 50px;
    float: left;
    overflow: auto;
}
#map {
    width: calc(100% - 1100px);
    height: 100%;
    height: calc(100% - 100px);
    float: right;
    background: #343434;
    top:0;
}
#content h1 span {
	float: right;
	text-align: right !important;
}
#content h1 a {
    font-size: 12px;
    color: #7c7c7c;
    border: 3px solid transparent;
    text-decoration: none;
    padding: 5px 10px;
    margin-top: -5px;
    margin-right: 5px;
}
    #content h1 a.active {
        border: 3px solid #076b3e;
        font-weight: 400;
    }
    #content h1 a:hover {
        border: 3px solid #343434;
    }
.list {
    width: 100%;
    overflow: auto;
}
    .listItem {
        position: relative;
        float: left;
        width: 314px;
        margin-bottom: 29px;
        overflow: hidden;
    }
    	.listItem a {
    	text-decoration: none !important;
    	}
    	.listItem:hover .itemTitle {
    		color: #FFF !important;
    	}
    .listItem:nth-child(3n+2) {
        margin: 0 29px;
    }
        .listItem img {
            width: 101%;
            float: left;
        }
    .itemTitle {
        background:  #076b3e url("../images/pin.png") no-repeat center left 15px;
        width: calc(100% - 59px);
        padding: 15px 15px 15px 45px;
        font-size: 18px;
        color: #aeaeae;
        float: left;
    }
 
 
 
 
 
.subCategory {
	text-align: right;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	position: relative;
	top:-53px;
}

	.subCategory a {
		font-size: 12px;
		color: #7c7c7c;
		border: 3px solid transparent;
		text-decoration: none;
		padding: 5px 10px;
		margin-left: 5px;
		font-size: 16px;
	}
	.subCategory a.active {
	    border: 3px solid #076b3e;
	    border-bottom: 10px solid #076b3e;
	    background: #076b3e;
	    color: #FFF;
	    font-weight: 400;
	}
		.subCategory a.active:hover {
	    	border: 3px solid #076b3e;
			border-bottom: 10px solid #076b3e;
		}
	.subCategory a:hover {
	    color: #FFF;
	}
	.subCategory li {
		display: inline-block;
	}
	.subCategory li ul {
		display: none;
		position: absolute;
		top:35px;
		right: 0;
		z-index: 999;
		background: #076b3e;
	}
		.subCategory li ul a {
			display: inline-block;
			padding: 10px !important;
			font-size: 13px !important;
			color: #aeaeae;
			border: none !important;
			margin: 0 5px;
		}
			.subCategory li ul a.active, .subCategory li ul a:hover {
				color: #FFF;
			}
		.subCategory li.mainSub ul {
			display: block !important;
		}
    	
    	
.hmbrgr {
  position: absolute;
  right: 15px;
  top:35px;
  display: none;
}
.hmbrgr span {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  display: inline-block;
}
.hmbrgr.expand span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hmbrgr.expand span:nth-child(2) {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.hmbrgr.expand span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
form {
	width: 100%;
	height: auto;
	overflow: auto;
	margin-top: 30px;
}
	input[type="text"] {
		width: 47%;
		padding: 0 1%;
		height: 40px;
		border: none;
	}
    input[type="email"] {
		width: 47%;
		padding: 0 1%;
		height: 40px;
		border: none;
	}
	textarea {
		width: 98%;
		height: 250px;
		border: none;
		padding: 1%;
		resize: none;
		margin-top: 15px;
		float: left;
		background: #FFF url("../images/namir-color.png") no-repeat bottom 20px right 20px;
	}
	input[type="submit"] {
		display: block;
		width: 100%;
		padding: 0;
		border: none;
		height: 50px;
		text-align: center;
		text-transform: uppercase;
		font-weight: 700;
		margin-top: 15px;
		float: left;
		 background: #076b3e;
		 color: #FFF;
	}
	
 .right  {float: right;}
 .left {float: left;}
@media all and (max-width: 1600px) {
.subCategory {
	position: relative;
	top:0;
	margin-bottom: 80px;
}

	#content {
	    width: calc(100% - 400px);
	    box-sizing: border-box;
	}
	#map {
	    width: 400px;
	}
	
	.list {
		overflow: auto;
	}
    .listItem {
        width: calc(100% / 3 - 20px);
        box-sizing: inherit !important;
        margin-bottom: 29px;
    }
    .listItem:nth-child(3n+2) {
        margin: 0 29px;
    }
    #content h1{
	    
	    padding: 5px 0 0 0;
    }
}

@media all and (max-width: 1100px) {

	#header {
	    box-sizing: border-box;
	    padding: 0 15px;
	    width: 100%;
	}
	#content {
	    width: 100%;
	    padding: 0 15px;
	    padding-top: 30px;
	}
	#map {
	    display: none;
	}	
}

@media all and (max-width: 800px) {


.hmbrgr {
  display: block;
}
#nav {
	display: none;
	position: absolute;
	width: 100%;
	background: #0b814c;
	left: 0;
	top:100px;
	z-index: 999;
	padding: 20px 0;
}
	#nav a {
		display: block;
		width: 100%;
		text-align: center;
		padding: 0 !important;
		margin: 0 !important;
		z-index: 999999 !important;
		color: #FFF;
		line-height: 40px !important;
	}
	#nav a:hover {
		color: #FFF !important;
	}
    #contactBTN {
    	
        background: none !important;
        float: none !important;
        padding: 0 !important;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        padding: 0 !important;
        padding-top: 10px !important;
    }




    .listItem {
        width: calc(100% / 2 - 8px);
        box-sizing: inherit !important;
        margin-bottom: 15px;
    }
    .listItem:nth-child(3n+2) {
        margin:0px !important;
        margin-bottom: 15px !important;
    }
    .listItem:nth-child(even) {
        margin-left: 15px !important;
    }
}
@media all and (max-width: 650px) {


	.subCategory a {
		margin-left: 0px;
		}

.subCategory {
	position: static;
	text-align: left;
	margin-bottom: 15px;
}
	.subCategory li {
		display: inline-block;
		width: 100%;
	}
		.mainSub {
		margin-top: 10px;
		}
	.subCategory li ul {
		display: none;
		position: static;
		width: 100% !important;
		background: #076b3e;
		margin-bottom: 15px;
	}
		.subCategory li ul a {
			display: inline-block;
			padding: 10px !important;
			font-size: 13px !important;
			color: #aeaeae;
			border: none !important;
			margin: 0 5px;
		}
			.subCategory li ul a.active, .subCategory li ul a:hover {
				color: #FFF;
			}
		.subCategory li.mainSub ul {
			display: block !important;
		}
    	
    	


}
@media all and (max-width: 500px) {
    .listItem {
        width: 100%;
        margin-bottom: 15px;
    }
    .listItem:nth-child(even) {
        margin-left: 0px !important;
    }
    
	#content h1 span a {
		width: 100% !important;
		display: block;
		padding: 0 !important;
		margin: 0 auto;
		text-align: center;
	}
    #content h1 span {
	    margin-top: 10px;
    }
}

.contact_results {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}