/* Fonts */
@font-face {
	font-family: 'Market Deco';
	src: url('css/fonts/Market_Deco.ttfd41d.html?') format('eot'),
	url('css/fonts/Market_Deco.ttf.html') format('woff'),
	url('css/fonts/Market_Deco.ttf-2.html') format('truetype');
}


/* Body */
html, body {
	overflow: hidden !important;
	font-size: 14px;
}

body, * {
  -webkit-user-select: none;
     -moz-user-select: -moz-none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 540px) {
	html, body {
	overflow: auto !important;
	font-size: 14px;
} }


/* Border Outline */
*, *:hover, *:active, *:focus {
	outline: 0;
	outline-color: #333 !important;
}

/* Content Selected */
::selection {
	color: #00aeff;
	background: #000;
}
::-moz-selection {
	color: #00aeff;
	background: #000;
}

/* Changing Font Family */
h1, h2, h3, h4, h5, h6, p, b, em, strong, div, body, html, small {
	font-family: 'Open Sans', sans-serif !important;
}

	h2.heading {
		color: #333;
		font-size: 50px;
		font-weight: 300;
		margin-bottom: 10px;
	}

	h4.heading {
		/*color: #999;*/
		margin-bottom: 50px;
		font-size: 16px;
		font-weight: 400;
	}
.sayhello{
	font-size: 16px;
		font-weight: 400;
}
/* Loading The Website */
#loading {
   background: #111 url('img/backgrounds/bg-01_01.jpg') no-repeat top center;
  background-size: cover;
   height: 100%;
   width: 100%;
   padding: 0;
	margin: 0;
   position: fixed;
   z-index: 9999999;
}
.loader{
	width: 9% !important;margin-top: 2.3%;
	background: rgba(0, 0, 0, 0.58);
	border-radius: 50%;
}
.in_logo{
	width: 12.35% !important;height: auto;
}
.hero-unit1 .carousel-inner h2 {
	margin:1.6% 0 2.35% 0;
}
/**
 * INTRO
**/
header.hero-unit {
	/*background: #333 url('img/backgrounds/bg-01.jpg') repeat fixed 50% 50%;*/
	background: #333 url('img/backgrounds/bg-01.jpg') no-repeat top center; 
	
	background-size: cover;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
.hero-unit1 {
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

	/* Logo / Brand */
	header.hero-unit .brand {
		margin: 0;
		padding: 0;
	}

	header.hero-unit .navbar-brand {
		color: #fff;
		font-size: 30px;
		margin-top:0px;
		margin:-5px 0 5px 5px;
	}

		header.hero-unit .navbar-brand i {
			margin-left: 3px;
		}

		header.hero-unit .navbar-brand:hover, header.hero-unit .navbar-brand:focus {
			color: #fff;
		}

		header.hero-unit .navbar-brand:hover > span, header.hero-unit .navbar-brand:focus > span {
			color: #00aeff;
		}

	.hero-unit1 .brand {
		margin: 0;
		padding: 0;
	}

	.hero-unit1 .navbar-brand {
		color: #fff;
		font-size: 30px;
		margin-top:0px;
		margin:-5px 0 5px 5px;
	}

	
		
	/* Navbar */
	header.hero-unit .navbar-default {
		background: transparent;
		padding: 30px 0 10px 0;
		border: none;
		/*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		        border-radius: 0;
	}

		header.hero-unit .navbar-default .navbar-nav > li {
			margin-left: 4px;
			font-size: 13px;
		}

		header.hero-unit .navbar-default .navbar-nav > li > a {
			color: #fff;
			padding: 10px 15px;
		}

		header.hero-unit .navbar-default .navbar-nav > li > a:hover, header.hero-unit .navbar-default .navbar-nav > li > a:focus {
			background: rgba(0, 0, 0, 0.1);
			/* color: #00aeff; */
			-webkit-border-radius: 4px;
			   -moz-border-radius: 4px;
			        border-radius: 4px;
		}

		/* Active Link */
		.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
			background: rgba(0, 0, 0, 0.3) !important;
			-webkit-border-radius: 4px;
			   -moz-border-radius: 4px;
			        border-radius: 4px;
		}

			.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
				color: #fff;
			}


	/* Navbar Fixed */
	.navbar-default.fixed {
		/*background: #fff !important;*/
		/*width: 100%;*/
		margin: 0;
		padding: 10px 0 0 0 !important;
		position: fixed;
		left: 0;
		z-index: 1020;
		/*border-bottom: 1px solid #ddd !important;*/
	}

		/* Logo / Brand Color */
		header.hero-unit .fixed .navbar-brand {
			color: #000;
		}

			header.hero-unit .fixed .navbar-brand > span, header.hero-unit .fixed .navbar-brand > span {
				color: #00aeff !important;
			}

		/* Links Color */
		header.hero-unit .navbar-default.fixed .navbar-nav > li > a {
			color: #666;
			font-weight: 300;
		}

		/* Links Hover */
		header.hero-unit .navbar-default.fixed .navbar-nav > li > a:hover, header.hero-unit .navbar-default.fixed .navbar-nav > li > a:focus {
			background: transparent;
			color: #00aeff !important;
			border-bottom: 2px solid rgba(0, 174, 255, 0.1);
			-webkit-border-radius: 0;
			   -moz-border-radius: 0;
			        border-radius: 0;
		}

		/* Active Link */
		.fixed .navbar-nav > .active > a, .fixed .navbar-nav > .active > a:hover, .navbar-default.fixed .navbar-nav > .active > a:focus {
			background: transparent !important;
			color: #00aeff !important;
			border-bottom: 2px solid #00aeff !important;
			-webkit-border-radius: 0;
			   -moz-border-radius: 0;
			        border-radius: 0;
		}


	/* Navbar Responsive */
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background: transparent;
	}

	.navbar-default .navbar-toggle {
		background: transparent;
		border-color: #fff;
	}

		.navbar-default .navbar-toggle .icon-bar {
			background-color: #fff;
		}

	/* Navbar Responsive Fixed */
	.navbar-default.fixed .navbar-toggle {
		border-color: #333 !important;
	}

	.navbar-default.fixed .navbar-toggle .icon-bar {
		background-color: #333 !important;
	}

	/* Carousel */
	#introCarousel {
		margin: 10% 20px 30px 20px;
		position: relative;
		color: #fff;
		/*text-shadow: 1px 1px 0px #000;*/
	}

	#introCarousel .carousel-control {
		width: auto;
		height: auto;
		padding:0;
		margin:0;
		border: none;
		color: #000;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		        border-radius: 0;
	}


	#introCarousel .carousel-control:hover, #introCarousel .carousel-control:focus {
		color: #00aeff;
	}

		#introCarousel h2 {
			letter-spacing: -5px;
			font-size: 60px;
			font-weight: 100;
			font-family: 'Market Deco', 'Open Sans' !important;
			text-transform: uppercase;
			text-shadow: 0px 1px 1px #777;
		}

		#introCarousel h4 {
			/*background: rgba(255, 255, 255, 0.58);*/
			/*background: rgba(30, 210, 255, 0.58);*/
			background: rgba(0, 0, 0, 0.58);
			/*background: rgba(73, 226, 214, 0.58);*/
			border: 1px solid rgba(255, 255, 255, 0.5);
			/*border: 1px solid rgba(0, 0, 0, 0.5);*/
			border-radius:4px;
			color: #fff;
			display: inline-block;
			padding: 10px 40px;
			font-size:18px;
			font-weight:400; 
		}

#introCarousel img {
	width: 16%;
	height: auto;
}
/**
 * FEATURES
**/
#features {
	padding: 100px 0 70px;
	position: relative;
	z-index: 10;
	/* -webkit-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.4);
	   -moz-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.4);
	        box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.4); */
}

	#features .row .item {

	}

	#features .row .item h3 {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 25px;
	}

	#features .row .item p {
		font-size: 13px;
		text-align: center;
		color: #595959;
		line-height: 22px;
	}

		/* Icons */
		#services .icon {
			background: rgba(0, 0, 0, 0.7);
			width: 100px;
			height: 100px;
			padding-top: 25px;
			display: inline-block;
			vertical-align: middle;
			-webkit-border-radius: 50%;
			   -moz-border-radius: 50%;
				    border-radius: 50%;
		}

		#services .icon i.fa {
			color: #fff;
			font-size: 50px;
			-webkit-transition: 0.8s;
			   -moz-transition: 0.8s;
			    -ms-transition: all .8s;
	             -o-transition: all .8s;
			        transition: 0.8s;
		}

	/*
		#services .item:hover > div i.fa {
				font-size: 50px;
				-webkit-transform: rotate(360deg);
				   -moz-transform: rotate(360deg);
					 -o-transform: rotate(360deg);
						transform: rotate(360deg);
			}*/
	



/**
 * ABOUT
**/
#about {
	min-height: 630px;
	
}

#about .jumbotron {
	background: #fff;
	padding:30px 0 40px 0;

}

	/* Title - Icon */
	#about h2 {
		font-size: 50px;
		font-weight: 300;
		margin: 30px 0 20px 30px;
	}

	#about p {
		font-size: 15px;
		margin-left: 30px;
		margin-bottom: 20px;
	}



/**
 * Product
**/
#product {
	min-height: 650px;
}



/**
 * TEAM
**/
#team {
	min-height: 650px;
}




	/* Member */
	#team .me {
		background: #fafafa;
		width: 23% !important;
		margin: 0 5%;
		padding: 0 0 30px 0;
	}

	#team .me p.name {
		margin: 0;
		font-size: 16px;
		font-weight: bold;
	}

	#team .me p.member {
		color: #333;
		margin: 10px 0 20px 0;
		font-size: 16px;
	}

	#team .me p.job {
		color: #666;
		margin: 10px 0 20px 0;
		font-size: 16px;
	}

	#team .me p.info {
		color: #777;
		margin: 0;
		padding: 0 10px;
		font-size: 14px;
	}

		/* Member Img */
		#team .me .img {
			background: #BFEFFF;
		}

		#team .me .img img {
			margin-bottom: 30px;
			
		}

		#team .me:hover > .img img {
			opacity: 1;
			-webkit-filter: blur(0px);
			   -moz-filter: blur(0px);
				-ms-filter: blur(0px);
				 -o-filter: blur(0px);
					filter: blur(0px);
		}

		/* Icons */
		#team .icons {
			margin-top: 20px;
		}

		#team .icons a {
			display: inline-block;
			width: 24px;
			height: 24px;
			margin: 5px;
			-webkit-transition: all .3s;
			   -moz-transition: all .3s;
			    -ms-transition: all .3s;
			     -o-transition: all .3s;
			        transition: all .3s;
		}

		#team .icons a.twitter { background: url(img/social-icons/twitter.png) left -34px no-repeat; }
		#team .icons a.facebook { background: url(img/social-icons/facebook.png) left -34px no-repeat; }
		#team .icons a.skype { background: url(img/social-icons/skype.png) left -34px no-repeat; }
		#team .icons a.googleplus { background: url(img/social-icons/googleplus.png) left -34px no-repeat; }
		#team .icons a:hover {
			background-position: left 0 !important; 
		}



/**
 * CAPABILITIES
**/
#capabilities {
	background: #f9f9f9;
	padding: 80px 0;
	margin: 100px 0;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

#capabilities h4 {
	margin-bottom: 60px;
}

	#capabilities h3 {
		font-weight: 300;
		margin: 0 0 80px 0;
	}

	/* Pie Chart */
	#capabilities .chart {
		width: 100% !important;
		margin: 0 0 10px 0;
		padding: 0;
		color: #aaa;
		font-weight: 300;
		font-size: 20px;
	}

	#capabilities .chart canvas {
		position: absolute;
		left: 50%;
		margin-left: -58px;
	}



/**
 * clientele
**/
#clientele {
	min-height: 650px;
}

#suppliers {
	min-height: 650px;
	padding-top: 30px;
}

#services {
	min-height: 650px;
	padding-top: 30px;
}
	
	#clientele h2 {
		margin-bottom: 50px;
	}
	#services h2 {
		margin-bottom: 50px;
	}
	#suppliers h2 {
		margin-bottom: 50px;
	}

	#clientele a {
		padding: 10px 0;
	}

	#clientele .img-responsive {
		margin: 0 auto;
	}
		#suppliers .img-responsive {
		margin: 0 auto;
	}
		#services .img-responsive {
		margin: 0 auto;
	}



/**
 * CONTACT FORM
**/
#contact {
	/*padding: 120px 0 150px;*/
}

	/* Form */
	#contact form label {
		color: #444;
		font-weight: 300;
	}

	#contact input[type=submit] {
		width: 100%;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		        border-radius: 0;
	}



/**
 * TESTIMONIALS
**/
#testimonials {
	background: url('img/backgrounds/bg-blur-01.jpg') repeat;
	background-position: center 600px;
	margin: 30px 0 0;
	padding: 20px 0 100px 0;
	color: #fff;
}

#testimonials h2.heading, #testimonials h4.heading {
	color: #fff;
}

	/* Carousel */
	#testimonials .item p {
		background: rgba(0, 0, 0, 0.3);
		margin: 0;
		padding: 30px;
		border-top: 4px solid #00aeff;
	}

		/* Triangle */
		#testimonials span {
			width: 0px;
			height: 0px;
			display: block;
			margin: 0 auto;
			border-style: solid;
			border-width: 20px 20px 0 20px;
			border-color: rgba(0, 0, 0, 0.3) transparent transparent transparent;
		}

	#testimonials .item .img {
		margin-top: 40px;
		padding: 4px;
		border: 3px inset #fff;
		display: inline-block;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

	#testimonials .item .img img {
		margin: 0 auto;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

	#testimonials .item h5 {
		font-weight: 700;
		font-size: 18px;
		letter-spacing: 2px;
	}

	#testimonials .carousel-indicators {
		position: relative;
		bottom: auto;
		margin-top: 20px;
	}



/**
 * LOCATION
**/
#location {
	background-position: center -300px;
	padding: 90px 0 120px 0;
	color: #333;
}

#location h2.heading, #location h4.heading {
	text-transform: uppercase;
	font-weight: 700;
}

#location p {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}

#location p small {
	display: block;
	font-weight: 300;
	margin-top: 10px;
}



/**
 * SOCIAL
**/
#social {
	
	padding: 0px;
	margin: -12px 0 0;
}

#social.icons a {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 10px;
	vertical-align: middle;	
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

	#social.icons a.twitter { background: url(img/social-icons/twitter.png) left -34px no-repeat; }
	#social.icons a.dribbble { background: url(img/social-icons/dribbble.png) left -34px no-repeat; }
	#social.icons a.rss { background: url(img/social-icons/rss.png) left -34px no-repeat; }
	#social.icons a.pinterest { background: url(img/social-icons/pinterest.png) left -34px no-repeat; }
	#social.icons a.digg { background: url(img/social-icons/digg.png) left -34px no-repeat; }
	#social.icons a.flickr { background: url(img/social-icons/flickr.png) left -34px no-repeat; }
	#social.icons a.forrst { background: url(img/social-icons/forrst.png) left -34px no-repeat; }
	#social.icons a.vimeo { background: url(img/social-icons/vimeo.png) left -34px no-repeat; }
	#social.icons a.reddit { background: url(img/social-icons/reddit.png) left -34px no-repeat; }
	#social.icons a.linkedin { background: url(img/social-icons/linkedin.png) left -34px no-repeat; }
	#social.icons a.facebook { background: url(img/social-icons/facebook.png) left -34px no-repeat; }
	#social.icons a.paypal { background: url(img/social-icons/paypal.png) left -34px no-repeat; }
	#social.icons a.stumbleupon { background: url(img/social-icons/stumbleupon.png) left -34px no-repeat; }
	#social.icons a.email { background: url(img/social-icons/email.png) left -34px no-repeat; }
	#social.icons a.deviantart { background: url(img/social-icons/deviantart.png) left -34px no-repeat; }
	#social.icons a.netvibes { background: url(img/social-icons/netvibes.png) left -34px no-repeat; }
	#social.icons a.yahoo { background: url(img/social-icons/yahoo.png) left -34px no-repeat; }
	#social.icons a.github { background: url(img/social-icons/github.png) left -34px no-repeat; }
	#social.icons a.addthis { background: url(img/social-icons/addthis.png) left -34px no-repeat; }
	#social.icons a.behance { background: url(img/social-icons/behance.png) left -34px no-repeat; }
	#social.icons a.blogger { background: url(img/social-icons/blogger.png) left -34px no-repeat; }
	#social.icons a.slashdot { background: url(img/social-icons/slashdot.png) left -34px no-repeat; }
	#social.icons a.technorati { background: url(img/social-icons/technorati.png) left -34px no-repeat; }
	#social.icons a.googleplus { background: url(img/social-icons/googleplus.png) left -34px no-repeat; }
	#social.icons a.apple { background: url(img/social-icons/apple.png) left -34px no-repeat; }
	#social.icons a.myspace { background: url(img/social-icons/myspace.png) left -34px no-repeat; }
	#social.icons a.sharethis { background: url(img/social-icons/sharethis.png) left -34px no-repeat; }
	#social.icons a.yelp { background: url(img/social-icons/yelp.png) left -34px no-repeat; }
	#social.icons a.delicious { background: url(img/social-icons/delicious.png) left -34px no-repeat; }
	#social.icons a.lastfm { background: url(img/social-icons/lastfm.png) left -34px no-repeat; }
	#social.icons a.youtube { background: url(img/social-icons/youtube.png) left -34px no-repeat; }
	#social.icons a.skype { background: url(img/social-icons/skype.png) left -34px no-repeat; }
	#social.icons a.tumblr { background: url(img/social-icons/tumblr.png) left -34px no-repeat; }
	#social.icons a.aim { background: url(img/social-icons/aim.png) left -34px no-repeat; }
	#social.icons a.google { background: url(img/social-icons/google.png) left -34px no-repeat; }

	#social.icons a:hover {
		background-position: left 0 !important; 
	}



/**
 * FOOTER
**/
footer {
	background: #222;
	padding: 20px;
	color: #999;
	font-size: 13px;
}
.col-md-3 {
	padding-bottom : 40px;
}
		
	footer nav a {
		color: #00aeff;
		font-size: 13px;
		line-height: 15px;
		margin-left: 15px;
	}

	footer nav a:hover, footer nav a:focus {
		color: #00aeff;
	}



/**
 * OTHERS
**/
.btn-float .go-top, .btn-float .buy-item {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	padding: 5px 10px;
	position: fixed;
	font-size: 20px;
	display: none;
	cursor: pointer;
	z-index: 8;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: 0.5s;
}

	.btn-float div:hover {
		background: rgba(0, 0, 0, 0.4);
	}

.go-top {
	right: 20px;
	bottom: 20px;
}

.buy-item {
	right: 90px;
	bottom: 20px;
}


	/* Button - Click Here */
/*	header.hero-unit .btn-primary {
		display: block;
		color:#fff;
		width:150px;
		height:83px;
		font-family:Arial, Helvetica, sans-serif;
		background:url(img/get-started.png) no-repeat center;
		font-size: 18px;
		margin:0 auto;
		text-transform: uppercase;
		text-align:center;
	}*/
	header.hero-unit .btn-primary {
		background: rgba(0, 0, 0, 0.58);		
		border-radius:50%;
		border: none;
		display: block;
	
		color:#fff;
		height:120px;
		width:120px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 18px;
		margin:0 auto;
		text-transform: uppercase;
		text-align:center;
	}

		header.hero-unit .btn-primary i {
			margin-right: 20px;
			margin-left:-41px;
		}
	header.hero-unit1 .btn-primary {
		background: rgba(0, 0, 0, 0.58);		
		border-radius:50%;
		border: 1px solid rgba(255, 255, 255, 0.5);
		display: block;
		
		color:#fff;
		height:120px;
		width:120px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 18px;
		margin:0 auto;
		text-transform: uppercase;

		text-align:center;
	}

		header.hero-unit1 .btn-primary i {
			margin-right: 20px;
			margin-left:-41px;
		}


/* Logo Box*/
.LogoDiv{  	
	background: rgba(0, 0, 0, 0.58);
	padding:10px 10px;
	/*background: rgba(255, 255, 255, 0.58);*/
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);	 
	
	border-radius:7px;
	
}


		#introCarousel h5 {			
			background: rgba(0, 0, 0, 0.58);
			/*border: 1px solid rgba(255, 255, 255, 0.5);*/
			border-radius:15px;
			color: #fff;
			display: inline-block;
			padding: 10px 20px;
			font-size:34px;
			font-weight:400; 
			font-family:Iskoola Pota;
			text-transform: uppercase;
		}
		
}
#product-container {
    margin: 0 auto 40px;
}
.isotope {
    transition-property: height, width;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}		
		
a, a > * {
    text-decoration: none;
    transition: background-color 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease-in-out 0s;
}

#product-container .isotope-item {
    margin-bottom: 8px;
}
.isotope .isotope-item {
    transition-property: transform, opacity;
}

.left, .element, .button.left, .wp-prev-next .prev-link {
    float: left;
}
.isotope-item {
    z-index: 2;
}		

.nav_logo{
	width: 45%;
height: auto;
/*background: rgba(0, 0, 0, .1);*/
padding: 3px;
border-radius: 4px;
}
.ultimate-item{ float:right; padding-top:10px;text-transform: capitalize;}

nav.menu { position: fixed !important; z-index: 10; right: 30px; top: 200px; }
nav.menu ul.navigation li:last-child:after { border: none !important; }
nav.menu ul.navigation li { list-style: none; margin: 24px 0; position: relative; }
@media (max-width: 768px) { nav.menu ul.navigation li { text-indent: -9999px; } nav.menu { position: fixed !important; z-index: 10; right: 30px; top: 200px; } }
nav.menu ul.navigation li:after { border-right: 2px solid #666; content: ''; height: 24px; position: absolute; left: 7px; }
nav.menu ul.navigation li a { color: #666; display: block; padding: 5px; border: 2px solid #666; border-top-left-radius: 100px; border-top-right-radius: 100px; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px;  -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
nav.menu ul.navigation li.active a, nav.menu ul.navigation li:hover a { border-color: #00aeff; background: #00aeff; border-top-left-radius: 100px; border-top-right-radius: 100px; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; }
nav.menu ul.navigation li.active span, nav.menu ul.navigation li:hover span { color: #00aeff !important; }
nav.menu ul.navigation li span { display: block; left: -100px; top: 1px; position: absolute;  font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em;font-size: 0.525em;line-height: 12px;  }
@media (max-width: 480px) { nav.menu { display: block; } nav.menu { position: fixed !important; z-index: 10; right: 25px; top: 50px; } }

.paragraph{
font-size: 15px;
line-height: 1.4;
margin-bottom: 30px;
}

.hide_content{}
.hide_content .inner{ background: #eee; padding:20px; z-index:100; width:220px; display:block;padding-bottom:40px; margin-top:10px;margin-left:5%;  border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;}
.plus{width:30px; height:26px; background:url('images/icon-plus.png') center no-repeat; position: relative;z-index:50; margin-left:44%; margin-top:-15%;}
.min{width:30px; height:26px; background:url('images/icon-min.png') center no-repeat;  margin-left:44%; margin-top:-26px;}


.myicon1{
	background: url('img/icon/1_Icon.png');
	height: 32px;
width: 32px;	
}

