/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

@charset "UTF-8";
/* CSS Document */


/*------------------------------ Smartphones portrait ------------------------------ */ 

@media screen and (min-width:320px) and (max-width:480px) and (orientation: portrait){
  
/*---- menu ------ */ 

	.toggleMenu {
		background:#000;
		padding: 12px 17px;
		position: fixed;
		top:8px;
		right:0;
	}
	.nav {
		 background:rgba(0,0,0,1);
		 width:100%;
		 position: fixed;
		 top:48px;
		 right:0;
		 font-size:0.8em;
		 
	}
	
	
	.spotlight h2 {
		position:fixed;
		bottom:20%;
		width:200px;
		height:120px;
		margin-top:28.3%;
	}


	.active {
		display: block;
	}
	ul.nav li{
			padding:1px;
	}
	.nav > li {
		float: none;
		border-bottom: 1px solid #ccc;
		padding: 6px;
		
	}  
	

	#arrow_left{
		bottom:0%;
		height:15px;
		width:10px;
		position:absolute;
		right:36px;
		z-index:1000;
		background-color:#000;
		padding:12px;
		font: 100 1.2em/0.55em 'entypo', sans-serif;
		color:#fff;
		text-decoration:none;
		
	}
	#arrow_right {
		bottom:0%;
		width:10px;
		height:15px;
		position:absolute;
		right:0px;
		z-index:1000;
		background-color:#000;
		padding:12px;
		font: 100 1.2em/0.55em 'entypo', sans-serif;
		color:#fff;
		text-decoration:none;
	}
	#arrow_left, #arrow_right {
		opacity:0.99;
	}
	#arrow_left:hover, #arrow_right:hover {
		bottom:0%;
		opacity:0.6;
	}
	
/*---- company ------ */ 

.company{
		position:relative;
		margin-top:5%;
		background:rgba(0,0,0,0.85);
		width:75%;
		padding:1em;
		margin: 0 auto;
		left: 4%;
		margin-bottom:20%;
	}	
	.company h2{
		font-family:'entypo', sans-serif;
		font-size:1.3em;
		color:#ffcc00;
		padding-bottom:10px;
	}
	.company p{
		color:#f3f3f3;
		font: 100 0.9em/1.3em 'entypo', sans-serif;
	}
	.company-image{
	float: none;
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	padding-bottom: 8px;
	}
	.company-text{
	float: none;
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	margin-top: 10px;
	padding-bottom: 8px;
	
	}
	

/*---- capablitites ------ */


.capablities{
		position:relative;
		bottom:25%;
		background:rgba(0,0,0,0.85);
		width:75%;
		padding:1em;
		margin: 0 auto;
		left: 4%;
		margin-bottom:20%;
	}	
	.capablities h2{
		font: 100 1.7em/1.7em 'entypo', sans-serif;
		color:#ffcc00;
		padding-bottom:1%;
		margin-left: 1.3%;
	}
	.capablities p{
		color:#f3f3f3;
		font: 100 0.9em/1.3em 'entypo', sans-serif;
	}
	.service1{
	float: none;
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;

	padding:0 2% 2% 0%;
	}
	.service2{
	float: none;
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	margin-top: 10px;
	padding:0 2% 2% 0%;
	}
	.service3{
	float: none;
	width: 100%;
	border-right: none;
	border-right: 0px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	margin-top: 10px;
	padding-bottom: 8px;
	padding:0 0% 0 2%;
	}
	
	
	/*---- Folio ----*/
	
	
	.in-slide-title { 
				color:#333;
				float:left;
				font-family:'Helvetica Neue', helvetica;
				font-size:15px;
				font-weight:bold;
				left:5px;
				margin:10px;
				padding:10px;
				position:absolute;
				bottom:27%;
				width:auto;
				z-index:9999; /* Show above .gradient */
				text-shadow: 0 1px 0 #fff;
				-webkit-font-smoothing:antialiased;
				background-color:#fff;
			}
			
			
			.in-slide-content { 
				color:#333;
				float:left;
				font-family:'Helvetica Neue', helvetica;
				font-size:12px;
				font-weight:bold;
				left:5px;
				margin:10px;
				padding:10px;
				position:absolute;
				bottom:12%;
				width:auto;
				z-index:9999; /* Show above .gradient */
				text-shadow: 0 1px 0 #fff;
				-webkit-font-smoothing:antialiased;
				background-color:#fff;
			}
	
	
	

/*----contact----*/
	
	
	form.simple-form   input {
        border: 1px solid #333333;
        padding: 4px 5px;
        outline: none;
        font-size: 13px;
        color: #fff;
        margin: 0;
        max-width: 100%;
        display: block;
        background: #222222;
        width: 96%;

        }  
        form.simple-form   input[type="submit"] {
           width: auto;
           border-top:none;
           border-left:none;
           border-right:none;
           color:#ffffff;
           box-shadow: none;
		   float:right;
        }
        form.simple-form   textarea {
			border: 1px solid #333333;
            width: 98%; 
			float:left;
			background: #222222;
			margin-left:0px;
			color:#fff;

        }
	
	
	
	.address{
		float:none;
		width: 98%;
	}
	
	

 }
  
  /*------------------------------ Smartphones landscape ------------------------------ */ 
  

@media screen and (min-width:320px) and (max-width:480px) and (orientation: landscape){
	
	/*---- menu ------ */ 
	
	.toggleMenu {
		background:#000;
		padding: 12px 17px;
		position: fixed;
		top:8px;
		right:0;
	}
	.nav {
		 background:rgba(0,0,0,1);
		 width:100%;
		 position: fixed;
		 top:48px;
		 right:0;
		 font-size:0.6em;
	}
	
	
	.nav a {
    padding: 5px 10px;
    color:#fff;
	text-decoration:none;
}
	
	.spotlight h2 {
		position:fixed;
		bottom:15%;
		width:200px;
		height:120px;
		margin-top:28.3%;
	}


	.active {
		display: block;
	}
	ul.nav li{
			padding:1px;
	}
	.nav > li {
		float: none;
		border-bottom: 1px solid #ccc;
		padding: 6px;
	}  
		
	
	#arrow_left{
		bottom:0%;
		height:15px;
		width:10px;
		position:absolute;
		right:36px;
		z-index:1000;
		background-color:#000;
		padding:12px;
		font: 100 1.2em/0.55em 'entypo', sans-serif;
		color:#fff;
		text-decoration:none;
		
	}
	#arrow_right {
		bottom:0%;
		width:10px;
		height:15px;
		position:absolute;
		right:0px;
		z-index:1000;
		background-color:#000;
		padding:12px;
		font: 100 1.2em/0.55em 'entypo', sans-serif;
		color:#fff;
		text-decoration:none;
	}
	#arrow_left, #arrow_right {
		opacity:0.99;
	}
	#arrow_left:hover, #arrow_right:hover {
		bottom:0%;
		opacity:0.6;
	}
	
	
/*---- company ------ */ 

	
	.company{
		position:relative;
		margin-top:0%;
		background:rgba(0,0,0,0.85);
		width:76%;
		padding:1em;
		margin: 0 auto;
		left: 8%;
		margin-bottom:20%;
	}	
	.company h2{
		font-family:'entypo', sans-serif;
		font-size:1.3em;
		color:#ffcc00;
		padding-bottom:10px;
	}
	.company p{
		color:#f3f3f3;
		font: 100 0.9em/1.3em 'entypo', sans-serif;
	}
	.company-image{
	float: none;
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	padding-bottom: 8px;
	}
	.company-text{
	float: none;
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	margin-top: 10px;
	padding-bottom: 8px;
	
	}


/*---- capablitites ------ */


.capablities{
		position:relative;
		bottom:25%;
		background:rgba(0,0,0,0.85);
		width:75%;
		padding:1em;
		margin: 0 auto;
		left: 6%;
		margin-bottom:20%;
	}	
	.capablities h2{
		font: 100 1.7em/1.7em 'entypo', sans-serif;
		color:#ffcc00;
		padding-bottom:1%;
		margin-left: 1.3%;
	}
	.capablities p{
		color:#f3f3f3;
		font: 100 0.9em/1.3em 'entypo', sans-serif;
	}
	.service1{
	float: none;
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	padding:0 2% 2% 0%;
	}
	.service2{
	float: none;
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	margin-top: 10px;
	padding:0 2% 2% 0%;
	}
	.service3{
	float: none;
	width: 100%;
	border-right: none;
	border-right: 0px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	margin-top: 10px;
	padding:0 2% 2% 0%;
	}




/*---- Folio ----*/
	
	
	.in-slide-title { 
				color:#333;
				float:left;
				font-family:'Helvetica Neue', helvetica;
				font-size:12px;
				font-weight:bold;
				left:5px;
				margin:10px;
				padding:10px;
				position:absolute;
				bottom:30%;
				width:auto;
				z-index:9999; /* Show above .gradient */
				text-shadow: 0 1px 0 #fff;
				-webkit-font-smoothing:antialiased;
				background-color:#fff;
			}
			
			
			.in-slide-content { 
				color:#333;
				float:left;
				font-family:'Helvetica Neue', helvetica;
				font-size:10px;
				font-weight:bold;
				left:5px;
				margin:10px;
				padding:10px;
				position:absolute;
				bottom:12%;
				width:auto;
				z-index:9999; /* Show above .gradient */
				text-shadow: 0 1px 0 #fff;
				-webkit-font-smoothing:antialiased;
				background-color:#fff;
			}



	
	/*----contact----*/
	
	
	form.simple-form   input {
        border: 1px solid #333333;
        padding: 4px 5px;
        outline: none;
        font-size: 13px;
        color: #fff;
        margin: 0;
        max-width: 100%;
        display: block;
        background: #222222;
        width: 98%;

        }  
        form.simple-form   input[type="submit"] {
           width: auto;
           border-top:none;
           border-left:none;
           border-right:none;
           color:#ffffff;
           box-shadow: none;
		   float:right;
        }
        form.simple-form   textarea {
			border: 1px solid #333333;
            width: 98%; 
			float:left;
			background: #222222;
			margin-left:0px;
			color:#fff;

        }
	
	
	
	.address{
		float:none;
		width: 98%;
	}
	
	

  }



 /*------------------------------ 4 inches landscape ------------------------------ */ 
  

@media screen and (min-width:300px) and (max-width:568px) and (orientation: landscape){
	
	/*---- menu ------ */ 
	
	.toggleMenu {
		background:#000;
		padding: 12px 17px;
		position: fixed;
		top:8px;
		right:0;
	}
	.nav {
		 background:rgba(0,0,0,1);
		 width:100%;
		 position: fixed;
		 top:48px;
		 right:0;
		 font-size:0.6em;
	}
	
	
	.nav a {
    padding: 0px 00px;
    color:#fff;
	text-decoration:none;
}
	
	.spotlight h2 {
		position:fixed;
		bottom:15%;
		width:200px;
		height:120px;
		margin-top:28.3%;
	}


	.active {
		display: block;
	}
	ul.nav li{
			padding:1px;
	}
	.nav > li {
		float: none;
		border-bottom: 1px solid #ccc;
		padding: 6px;
	}  
		
	
	#arrow_left{
		bottom:0%;
		height:15px;
		width:10px;
		position:absolute;
		right:36px;
		z-index:1000;
		background-color:#000;
		padding:12px;
		font: 100 1.2em/0.55em 'entypo', sans-serif;
		color:#fff;
		text-decoration:none;
		
	}
	#arrow_right {
		bottom:0%;
		width:10px;
		height:15px;
		position:absolute;
		right:0px;
		z-index:1000;
		background-color:#000;
		padding:12px;
		font: 100 1.2em/0.55em 'entypo', sans-serif;
		color:#fff;
		text-decoration:none;
	}
	#arrow_left, #arrow_right {
		opacity:0.99;
	}
	#arrow_left:hover, #arrow_right:hover {
		bottom:0%;
		opacity:0.6;
	}
	
	
/*---- company ------ */ 

	
	.company{
		position:relative;
		margin-top:0%;
		background:rgba(0,0,0,0.85);
		width:76%;
		padding:1em;
		margin: 0 auto;
		left: 8%;
		margin-bottom:20%;
	}	
	.company h2{
		font-family:'entypo', sans-serif;
		font-size:1.3em;
		color:#ffcc00;
		padding-bottom:10px;
	}
	.company p{
		color:#f3f3f3;
		font: 100 0.9em/1.3em 'entypo', sans-serif;
	}
	.company-image{
	float: none;
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	padding-bottom: 8px;
	}
	.company-text{
	float: none;
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	margin-top: 10px;
	padding-bottom: 8px;
	
	}


/*---- capablitites ------ */


.capablities{
		position:relative;
		bottom:25%;
		background:rgba(0,0,0,0.85);
		width:75%;
		padding:1em;
		margin: 0 auto;
		left: 6%;
		margin-bottom:20%;
	}	
	.capablities h2{
		font: 100 1.7em/1.7em 'entypo', sans-serif;
		color:#ffcc00;
		padding-bottom:1%;
		margin-left: 1.3%;
	}
	.capablities p{
		color:#f3f3f3;
		font: 100 0.9em/1.3em 'entypo', sans-serif;
	}
	.service1{
	float: none;
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	padding:0 2% 2% 0%;
	}
	.service2{
	float: none;
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	margin-top: 10px;
	padding:0 2% 2% 0%;
	}
	.service3{
	float: none;
	width: 100%;
	border-right: none;
	border-right: 0px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	margin-top: 10px;
	padding:0 2% 2% 0%;
	}

	
	
/*----contact----*/
	
	
	form.simple-form   input {
        border: 1px solid #333333;
        padding: 4px 5px;
        outline: none;
        font-size: 13px;
        color: #fff;
        margin: 0;
        max-width: 100%;
        display: block;
        background: #222222;
        width: 98%;

        }  
        form.simple-form   input[type="submit"] {
           width: auto;
           border-top:none;
           border-left:none;
           border-right:none;
           color:#ffffff;
           box-shadow: none;
		   float:right;
        }
        form.simple-form   textarea {
			border: 1px solid #333333;
            width: 98%; 
			float:left;
			background: #222222;
			margin-left:0px;
			color:#fff;

        }
	
	
	
	.address{
		float:none;
		width: 98%;
	}	
	
	

  }








@media screen and (min-width:481px) and (max-width:767px) {
	
	/*---- menu ------ */ 
	
	.toggleMenu {
		background:#000;
		padding: 12px 17px;
		position: fixed;
		top:8px;
		right:0;
	}
	.nav {
		 background:rgba(0,0,0,1);
		 width:100%;
		 position: fixed;
		 top:48px;
		 right:0;
		 font-size:0.8em;
	}
	

	
	.spotlight h2 {
		margin-left:3.5%;
		font: 100 2.5em/0.95em 'entypo', sans-serif;
		text-shadow: 1px 1px 1px #383636;
		color:#fff;
		background-color:#f03b3b;
		padding:20px;
		line-height:40px;
		text-rendering: optimizelegibility;
	}

	.active {
		display: block;
	}
	ul.nav li{
			padding: 0.4em;
	}
	.nav > li {
		float: none;
		border-bottom: 1px solid #ccc;
		padding: 6px;
	}  
	#side li{
		margin-right:0;
	}

	
	
	#arrow_left{
		bottom:0%;
		height:15px;
		width:10px;
		position:absolute;
		right:36px;
		z-index:1000;
		background-color:#000;
		padding:12px;
		font: 100 1.2em/0.55em 'entypo', sans-serif;
		color:#fff;
		text-decoration:none;
		
	}
	#arrow_right {
		bottom:0%;
		width:10px;
		height:15px;
		position:absolute;
		right:0px;
		z-index:1000;
		background-color:#000;
		padding:12px;
		font: 100 1.2em/0.55em 'entypo', sans-serif;
		color:#fff;
		text-decoration:none;
	}
	#arrow_left, #arrow_right {
		opacity:0.99;
	}
	#arrow_left:hover, #arrow_right:hover {
		bottom:0%;
		opacity:0.6;
	}
	

/*---- company ------ */ 

.company{
		position:relative;
		margin-top:0%;
		background:rgba(0,0,0,0.85);
		width:95%;
		padding:1em;
		margin: 0 auto;
		left: 15%;
		margin-bottom:20%;
	}	



.company h2{
		font-family:'entypo', sans-serif;
		font-size:1.3em;
		color:#ffcc00;
		padding-bottom:10px;
	}
	.company p{
		color:#f3f3f3;
		font: 100 0.9em/1.3em 'entypo', sans-serif;
	}
	.company-image{
	float: none;
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	padding-bottom: 8px;
	}
	.company-text{
	float: none;
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	margin-top: 10px;
	padding-bottom: 8px;
	
	}

/*---- capablitites ------ */
	
	
	.capablities{
		position:relative;
		bottom:15%;
		background:rgba(0,0,0,0.85);
		width:80%;
		padding:1em;
		margin: 0 auto;
		left: 0%;
		margin-bottom:20%;
	}	
	.capablities h2{
		font: 100 1.7em/1.7em 'entypo', sans-serif;
		color:#ffcc00;
		padding-bottom:1%;
		margin-left: 1.3%;
	}
	.capablities p{
		color:#f3f3f3;
		font: 100 0.9em/1.3em 'entypo', sans-serif;
	}
	.service1{
	float: none;
	width: 98%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	padding:0 2% 2% 0%;
	
	}
	.service2{
	float: none;
	width: 98%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	margin-top: 10px;
	padding:0 2% 2% 0%;
	}
	.service3{
	float: none;
	width: 100%;
	border-right: none;
	border-right: 0px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	margin-top: 10px;
	padding:0 0% 2% 0%;
	}


/*----contact----*/
	
	
	form.simple-form   input {
        border: 1px solid #333333;
        padding: 4px 5px;
        outline: none;
        font-size: 13px;
        color: #fff;
        margin: 0;
        max-width: 100%;
        display: block;
        background: #222222;
        width: 98%;

        }  
        form.simple-form   input[type="submit"] {
           width: auto;
           border-top:none;
           border-left:none;
           border-right:none;
           color:#ffffff;
           box-shadow: none;
		   float:right;
        }
        form.simple-form   textarea {
			border: 1px solid #333333;
            width: 98%; 
			float:left;
			background: #222222;
			margin-left:0px;
			color:#fff;

        }
	
	
	
	.address{
		float:none;
		width: 98%;
	}


}


 /*------------------------------ Tablet portrait ------------------------------ */ 

@media screen and (min-width:768px) and (max-width:1024px) and (orientation: portrait){
	
/*---- menu ------ */ 

.menucontainer {
    width: 100%;
    margin: 10px auto;
	position:absolute;
	right:2%;
	top:3%;
	bottom:5%;
}


.nav {
    list-style: none;
     *zoom: 1;
	 float:right;
	  z-index:100;
	 }
	 
	 
	 .nav a {
    padding: 10px 10px;
    color:#fff;
	text-decoration:none;
	font-size:0.9em;
}


/*---- company ------ */

.company{
		position:relative;
		margin-top:10%;
		background:rgba(0,0,0,0.85);
		width:80%;
		padding:1em;
		margin: 0 auto;
		left: 0%;
		margin-bottom:0%;
	}	

.company h2{
		font-family:'entypo', sans-serif;
		font-size:1.3em;
		color:#ffcc00;
		padding-bottom:10px;
	}
	.company p{
		color:#f3f3f3;
		font: 100 0.9em/1.3em 'entypo', sans-serif;
	}
	.company-image{
	float: none;
	width: 98%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	padding-bottom: 8px;
	}
	.company-text{
	float: none;
	width: 98%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	margin-top: 10px;
	padding-bottom: 8px;
	
	}
	
	
	/*---- capablitites ------ */
	
	
	.capablities{
		position:relative;
		bottom:15%;
		background:rgba(0,0,0,0.85);
		width:80%;
		padding:1em;
		margin: 0 auto;
		left: 0%;
		margin-bottom:20%;
	}	
	.capablities h2{
		font: 100 1.7em/1.7em 'entypo', sans-serif;
		color:#ffcc00;
		padding-bottom:1%;
		margin-left: 1.3%;
	}
	.capablities p{
		color:#f3f3f3;
		font: 100 0.9em/1.3em 'entypo', sans-serif;
	}
	.service1{
	float: none;
	width: 98%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	padding:0 2% 2% 0%;
	
	}
	.service2{
	float: none;
	width: 98%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	margin-top: 10px;
	padding:0 2% 2% 0%;
	}
	.service3{
	float: none;
	width: 100%;
	border-right: none;
	border-right: 0px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	margin-top: 10px;
	padding:0 0% 2% 0%;
	}

	
	/*----contact----*/
	
	
	form.simple-form   input {
        border: 1px solid #333333;
        padding: 4px 5px;
        outline: none;
        font-size: 13px;
        color: #fff;
        margin: 0;
        max-width: 100%;
        display: block;
        background: #222222;
        width: 98%;

        }  
        form.simple-form   input[type="submit"] {
           width: auto;
           border-top:none;
           border-left:none;
           border-right:none;
           color:#ffffff;
           box-shadow: none;
		   float:right;
        }
        form.simple-form   textarea {
			border: 1px solid #333333;
            width: 98%; 
			float:left;
			background: #222222;
			margin-left:0px;
			color:#fff;

        }
	
	
	
	.address{
		float:none;
		width: 98%;
	}
	
	
	
	
}

/*------------------------------ Tablet landscape ------------------------------ */ 


@media screen and (min-width:768px) and (max-width:1024px) and (orientation: landscape){
	
	
/*---- menu ------ */ 

	.menucontainer {
    width: 100%;
    margin: 10px auto;
	position:absolute;
	right:0%;
	top:3%;
	bottom:5%;
}
	




/*---- capablitites ------ */


.capablities{
		position:relative;
		bottom:15%;
		background:rgba(0,0,0,0.85);
		width:80%;
		padding:1em;
		margin: 0 auto;
		left: 0%;
		margin-bottom:20%;
	}	
	.capablities h2{
		font: 100 1.7em/1.7em 'entypo', sans-serif;
		color:#ffcc00;
		padding-bottom:1%;
		margin-left: 1.3%;
	}
	.capablities p{
		color:#f3f3f3;
		font: 100 0.9em/1.3em 'entypo', sans-serif;
	}
	.service1{
	float: none;
	width: 98%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	padding-bottom: 8px;
	padding:0 2% 2% 0%;
	
	}
	.service2{
	float: none;
	width: 98%;
	border-right: none;
	border-bottom: 1px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	margin-top: 10px;
	padding-bottom: 8px;
	padding:0 2% 2% 0%;
	}
	.service3{
	float: none;
	width: 100%;
	border-right: none;
	border-right: 0px solid #ccc;
	text-align: justify;
	font-size: 0.85em;
	margin-top: 10px;
	padding-bottom: 8px;
	padding:0 0% 0 0%;
	}

/*----contact----*/
	
	
	form.simple-form   input {
        border: 1px solid #333333;
        padding: 4px 5px;
        outline: none;
        font-size: 13px;
        color: #fff;
        margin: 0;
        max-width: 100%;
        display: block;
        background: #222222;
        width: 98%;

        }  
        form.simple-form   input[type="submit"] {
           width: auto;
           border-top:none;
           border-left:none;
           border-right:none;
           color:#ffffff;
           box-shadow: none;
		   float:right;
        }
        form.simple-form   textarea {
			border: 1px solid #333333;
            width: 98%; 
			float:left;
			background: #222222;
			margin-left:0px;
			color:#fff;

        }
	
	
	
	.address{
		float:none;
		width: 98%;
	}
	
}

/*------------------------------ Desktop Screens ------------------------------ */ 


@media screen and (min-width:1025px) and (max-width:1650px){

/*---- company ------ */ 	

	/*----contact----*/
	
	form.simple-form   textarea {
			border: 1px solid #333333;
            width: 230px; 
			float:left;
			background: #222222;
			margin-left:-0px;
			color:#fff;

        }

}

/*------------------------------ Desktop Screens ------------------------------ */ 


@media screen and (min-width:1025px) and (max-width:1279px){
	 
	}


/*------------------------------ Desktop Screens ------------------------------ */ 

@media screen and (min-width:1652px) and (max-width:1921px){
	
	}



