@charset "utf-8";
 CSS Document 
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
*
{
	margin:0px;
}
body{
	font-family: 'Lato', sans-serif;
	color:#727272;
	font-size:14px;
	line-height:24px;
	background-color:#fff;
}
.margin-top-30{
	margin-top:30px;
}
.margin-menu-top{
	margin-top:33px;
}
header{
	background:#111;
}
.header-top{
	border-bottom:1px solid #333;
}
.header-top h4{
	color:#999;
}
ul.social-contact{
	list-style-type:none;
}
ul.social-contact li{
	float:left;
	border-left:1px solid #333;
	padding:8px 15px;
}
ul.social-contact li a i{
	color:#999;
	font-size:16px;
}
.logo img{
	width:100%;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default {
	background-color:transparent;
	background-image: none;
  	background-repeat: no-repeat;
	border-color: none;
	box-shadow:none;
	font-size: 14px;
	margin: 40px 0 0 0;
	font-size:16px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  transition:background 0.5s;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background:#FC0;
  transition:background 0.5s;
}
.navbar-default .navbar-nav > .active > a {
  color: #333;
  background:#FC0;

}
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color:#FC0;
}
.nav > li > a:focus {
	background-color:none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#Fff;
}
.navbar-default .navbar-text{
	background:#0CF;
	color:#FFF;
	text-decoration:none;
	padding:13px 15px;
	margin-top:0;
}

#menu ul{
	list-style-type:none;
	font-size:18px;
	margin-top:38px;
	font-weight:bold;
}
#menu ul li{
	float:left;
}
#menu ul li.selected{
	display:block;
	padding:10px 15px;
	background-color:#FC0;
	color:#FFF;
}
#menu ul li a{
	display:block;
	padding:10px 15px;
	color:#999;
}
ol{
	margin:0;
	padding:0;
}
ol li{
	margin-left:15px;
}

.bg-phone i{
	margin-right:10px;
}
#slide{
	background-image: url(../images/img-1.jpg);
	background-repeat: no-repeat;
	background-size:cover;	
	height:550px;
}
.heading-bg-left{
	background-image: url(../images/heading-bg-left.png);
	background-repeat: no-repeat;
	background-position: left center;
	height:13px;
}
.heading-bg-center{
	background-image: url(../images/heading-bg-center.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:13px;
}
.section-padding-white{
	padding-top:60px;
	padding-bottom:60px;
}
.section-padding-grey{
	padding-top:60px;
	padding-bottom:60px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background:#f9f9f9;
}
.inner-main-bg{
	background-image: url(../images/inner-main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:cover;
	padding:40px 0;
	text-align:center;
	color:#000;
}
.inner-main-bg h1{
	font-size:42px;
	font-weight:200;
}
.box-border{
	border:4px solid #ddd;
	padding:10px;
	text-align:center;
	margin-top:30px;
	border-radius:5px;
}
.icon-bg{
	width:90px;
	height:90px;
	border-radius:45px;
	background-color:#0CF;
	border:1px solid #09F;
	font-size:40px;
	color:#FFF;
	padding-top:25px;
	margin:15px auto;
	text-align:center;
}
#owl-demo{
	margin-top:30px;
}
#owl-demo .item {
	width: 100%;
}
#owl-demo .item img {
	width: 100%;
}
.about{
	background-image: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	color:#FFF;
}
.client img{
	width:90%;
	margin:5%;
}
.projects-list ul li a{
	display:block;
	padding:7px 15px;
	border:1px solid #ddd;
	border-radius:5px;
	color:#333;
	text-decoration:none;
	margin-left:10px;
}
.projects-list ul li a:hover{

}
.portfolioContainer .portfolio{
	width:23%;
	margin:0.9%;
	float:left;
	border:1px solid #ddd;
	padding:1%;
}
.portfolioContainer .portfolio img{
	width:100%;
	height:170px;
}
.portfolioContainer .portfolio img:hover{
	opacity:0.8;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.footer{
	background:#111;
	padding:20px 0;
	color:#FFF;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.header-top p{
	font-size:16px;
}
.logo{
	text-align:center;
}
.logo img{
	width:auto !important;
	max-height:150px;
}
.navbar-default{
	margin-top:10px;
}
.navbar-text{
	display:none;
}
.bg-phone{
	background:#0CF;
	color:#FFF;
	padding:10px;
	width:80%;
	margin:10px auto;
	text-align:center
}
.footer, .bot{
	text-align:center !important;
}
.portfolioContainer .portfolio img{
	height:120px;
}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 481px) and (max-width: 767px) {
.logo{
	text-align:center;
}
.logo img{
	width:auto !important;
	max-height:150px;
}
.navbar-default{
	margin-top:0;
}
.navbar-text{
	display:none;
}
.bg-phone{
	background:#0CF;
	color:#FFF;
	padding:10px;
	width:80%;
	margin:10px auto;
	text-align:center
}
.footer, .bot{
	text-align:center !important;
}
.portfolioContainer .portfolio img{
	height:120px;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media (max-width: 480px) {
.header-top p{
	font-size:14px;
}
.logo{
	text-align:center;
}
.logo img{
	width:80%;
}
.navbar-default{
	margin-top:0;
}
.navbar-text{
	display:none;
}
.bg-phone{
	background:#0CF;
	color:#FFF;
	padding:10px;
	width:80%;
	margin:10px auto;
	text-align:center
}
.footer, .bot{
	text-align:center !important;
}
.portfolioContainer .portfolio{
	width:46%;
	margin:1.8%;
}
.portfolioContainer .portfolio img{
	height:120px;
}
}