body
{
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: "Roboto",sans-serif;
	font-size: 12px;
	color:#d3d3d3 !important;
}

body .text-color1 
{
	color: #00CC00;
}

body .text-color2 
{
    color: #00CC00;
}

.container
{
	/*width:1200px;*/
	margin: 0px auto;
	/*text-align: left;*/
}

.top-nav
{
	position: fixed;
	height: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	width:100%;
	background-color: #f8f8f8;
}

.top-nav li a
{
	font-size:16px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	color:#303030 !important;
}

.navbar li .current
{
	background-color: transparent;
	color: #00CC00 !important;
	outline: none;
}

.navbar-brand
{
	padding-top: 0px;
}

.top-nav li a:hover
{
	color:#00CC00!important;
}

.navbar-inverse
{
	border: none;
	box-shadow: 0px 1px 5px #b8b8b8;
}

.content
{
	padding-top:70px;
}

.section1
{
	background: url(../img/workspace-main.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:50% -400px; 
	padding-top:170px;
}

.section1 .main-logo
{
	background: url("../img/logo-big-NEW.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	height: 200px;
}

.section1 h2
{
	font-family: "Roboto",sans-serif;
	font-weight: 300 !important;
	font-size: 48px;
	color:#fff;
}

.section1 p
{
	font-size: 20px;
	font-weight: 300;
	color: #fff;
}

.section2
{
	padding-top: 100px;
	/*padding-bottom: 200px;*/
}

.section2 .intro-text
{
	/*text-align: left*/
}

.section2 img
{
	margin: 0 auto;
}

.section2 h3#aboutus-title
{
	font-family: "Roboto", sans-serif;
	font-size: 34px;
	color: #626262 !important;
	font-weight: 300;
	margin-bottom: 40px;
}

.section2 .team
{
	padding: 150px 0px 100px 0px;
}

.section2 .team img
{
	margin:0px auto;
}

.section2 .team h3.team-name
{
	color:#848484;
	margin-bottom: 5px;
}

.section2 .team h4.team-subtitle
{
	margin-top: 0px;	
	font-weight: lighter;
	color:#848484;
	margin-bottom: 20px;
}

.section2 .team p.team-details
{
	text-align: center;
	font-size: 16px;
}

.section2 p
{
	color: #848484;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 20px;
	font-weight: 300;
	text-align: left
}

.section3
{
	background: url(../img/workspace-sub.jpg) rgba(213,30,155, 0.6);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:50% 0%; 
	padding-top: 200px;
	padding-bottom: 200px;
}

.section3 .container
{
	
}

.section3 img.img-responsive
{
	margin: 0 auto;
}

.section3 h3
{
    color: #FFE700;
    font-weight: 400;
}

.section3 p
{
    color: #FFFFFF;
    font-weight: 300;
    font-size: 18px;
}

.section4
{
	/*height:600px;*/
}

.item 
{ 
	width: 20%; 
	background-color: red;
	height:300px;
	float:left;
	position: relative;
}

.item.w2 
{ 
	width: 25%; 
}

.item.w3
{
	width: 40%; 
}

.item .hidden-item
{
	display: none;
}

.portfolio
{	
	padding: 100px 0px
}

.portfolio #portfolio-introduction
{
	margin-bottom: 100px;
	margin-top: 100px;
	color: #828282;
}

.portfolio #portfolio-introduction p
{
	font-size: 24px;
	font-weight: lighter;
}

.portfolio #portfolio-items
{
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}

.portfolio .item .hover-content
{
	width: 100%;
	height: 100%;
	background: #00CC00;
	opacity: 0.8;
	position: absolute;
	padding: 20px;
	display: none;
	transition:all 0.5s ease 0s;
	cursor: pointer;
}

.portfolio .item .hover-content h3
{
	font-size: 34px;
	font-weight: lighter;
	color: #fff;
	position: relative;
	top:30%;
}

.portfolio .item:hover .hover-content
{
	display: block;
}

.portfolio .item  .portfolio-popup h3
{
	margin-bottom: 30px;
	margin-top: 0px;
	color:#828282;
} 

.portfolio .item .portfolio-popup p
{
	color: #828282;
	line-height: auto;
	font-size: 18px;
	font-weight: lighter;
}


.portfolio .item .portfolio-popup .popup-image-container
{
	padding: 20px;
}

.portfolio .item .portfolio-popup .popup-image-container img
{
	margin: 0 auto
}

.portfolio .item  .portfolio-popup .portfolio-item-description
{
	border-bottom: 1px solid #8D8D8D;
    padding: 40px;
    text-align: left;
}

.portfolio .item .portfolio-popup .labels
{
	margin-top:20px;
	line-height: 30px;
}


.portfolio .item  .portfolio-popup .portfolio-item-description span.label
{
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: lighter;
}

.portfolio h3
{
	font-size: 60px;
	font-family: "Roboto", sans-serif;
	font-weight: lighter;
}

.footer
{
	background: url(../img/footer-bg.jpg) repeat-x left bottom #000;
	/*padding-top: 200px;*/
}

#contact
{
	/*padding-bottom:80px;*/
	font-family:"Roboto", sans-serif;
	font-weight:300;
	min-height:600px;
}

#contact #contact-us-header
{
	font-size: 44px;
	font-weight: lighter;
	margin-bottom: 50px
}

#contact #contact-form input[type=submit]
{
	background-color:#00CC00;
	border:1px solid #00CC00																																																																																																																																																																						
}

#contact #contact-form
{
	text-align: left;
}

#contact #contact-form label
{
	font-size: 16px;
	font-weight: lighter;
}

#contact .contact-description p
{
	font-size:20px;
}

.sm-wrapper
{
	margin-top:30px;
	margin-bottom:50px;
}


.sm-wrapper a:hover
{

}

.sm-container
{
	width:32px;
	height:32px;
	display:block;
	float:left;
	background:url(../img/sm-sprite.png) no-repeat;
	margin-right:10px;
}

.sm-container:hover
{
	/*border-bottom:5px solid #C54D8D;*/
	cursor:pointer;
}

.sm-facebook
{
	background-position:0px -32px;
}

.sm-linkedin
{
	background-position:0px -64px;
}

.sm-gplus
{
	background-position:0px -96px;
}

.sm-skype
{
	background-position:0px -128px;
}


/* end of contact section */



/* Landscape phones and down */
@media (max-width: 480px) { 

	.section2 p
	{
		font-size: 18px;
		font-weight: 300;
	}

	.section2 img
	{
		padding-bottom: 60px;
	}

	.item,.item.w2 , .item.w3
	{ 
		width: 100%; 
	}

	.portfolio .item  .portfolio-popup h3
	{
		font-size: 42px;
	} 

	.portfolio .item .portfolio-popup p
	{
		font-size: 16px;
		font-weight: lighter;
	}

	.section2 .team img
	{
		padding-bottom: 0px;
	}

	.section3 .service-item
	{
		margin-bottom: 50px
	}

	.section3 .service-item p
	{
		font-size: 18px;
	    margin: 0 auto;
	    width: 75%;
	}


 }

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
	.section3 .service-item
	{
		margin-bottom: 50px
	}

	.section3 .service-item p
	{
		font-size: 18px;
	    margin: 0 auto;
	    width: 75%;
	}

	.section2 p
	{
		font-size: 20px;
		font-weight: 300;
	}

	.section2 img
	{
		padding-bottom: 0px;
	}

	.item,.item.w2 , .item.w3
	{ 
		width: 100%; 
	}

	.navbar-nav
	{
		background-color:#F8F8F8
	}
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) {
	.section2 img
	{
		padding-bottom: 60px;
	}

	.section2 p
	{
		font-size: 20px;
	}

	.section2 img
	{
		padding-bottom: 0px;
	}

	.section3 .service-item
	{
		margin-bottom: 50px;
		font-size: 18px;
	}

	.portfolio .item .hover-content
	{
		width: 100%;
		height: 100%;
		background: #00CC00;
		opacity: 0.8;
		position: absolute;
		padding: 20px;
		display: none;
		transition:all 0.5s ease 0s;
		cursor: pointer;
	}

	.portfolio .item .hover-content h3
	{
		font-size: 18px;
		font-weight: 300;
		color: #fff;
		position: relative;
		top:30%;
	}

	.portfolio .item:hover .hover-content
	{
		display: block;
	}

	.portfolio .item  .portfolio-popup h3
	{
		margin-bottom: 30px;
		margin-top: 0px;
		color:#828282;
		font-size: 42px;
	} 

	.portfolio .item .portfolio-popup p
	{
		color: #828282;
		line-height: auto;
		font-size: 16px;
		font-weight: lighter;
	}

	.item 
	{ 
		width: 20%; 
		background-color: red;
		height:200px;
		float:left;
		position: relative;
	}

	.item.w2 
	{ 
		width: 25%; 
	}

	.item.w3
	{
		width: 40%; 
	}

	.navbar-nav
	{
		float: right;
	}
}

/* Large desktop */
@media (min-width: 1025px) {
	.navbar-nav
	{
		float: right;
	}
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
