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

body {
	padding-top:75px;
	background-color:#222;
	}
	
a, a:hover, a:active, a:focus {
	outline:0;
    }

@media (min-width : 481px) {
body {
	padding-top:170px;
	}
}

h1 {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:1.75em;
	line-height:1.0;
	color:#FFF;
	text-align:left;
	margin-bottom:1.5em;
	margin-left:10px;
	padding-bottom:.25em;
	border-bottom:solid 1px #353437;
	}
@media (min-width : 481px) {
h1 {
	margin-top:50px;
	margin-bottom:.75em;
	margin-left:20px;
	font-size:80px;
	text-align:left;
	}	
}

.bottom-margin-lg {
	margin-bottom:100px;
	}
@media (min-width:768px){
.bottom-margin-lg {
	margin-bottom:600px;
	}
}

/** bootstrap overides *****************************/

.navbar {
	min-height:60px;
	}
.navbar-inverse {
    background-color: #222;
    border-color: #333;
	}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
	font-family: 'Lato', sans-serif;
    font-size: 18px;
	font-weight:400;
    line-height: 20px;
	color:#FFF;
	}
.navbar-inverse .navbar-brand {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight:300;
    line-height: 28px;
    color: #FFF;
	}
.navbar-inverse .navbar-nav>li>a {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight:300;
    line-height: 20px;
    color: #FFF;
	}
.navbar-inverse .navbar-nav>li>a:hover {
	color:#0CF;
	}
.navbar-inverse .navbar-nav>.active>a  {
    color: #999;
    background-color: #222;
	}
.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
	color: #0CF;
    background-color: #222;
	}

@media (min-width:768px){
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
    }
 .navbar-nav.navbar-right:last-child {
        margin-right: 100px
    }
}
/** ends bootstrap overides ******/

/** nivo overides *****************************/
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	background: #000;
	color: #ccc;
	padding: 7px 15px;
	border-radius: 0px;
}
@media (max-width : 480px) {
	.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 12px/27px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	background-color: transparent;
	color: #ccc;
	padding: 7px 15px;
	border-radius: 0px;
}
}

/** ends nivo overides ******/

/*  ABOUT ---------------------------------- */
.about-row-1 p {
	margin: 1.25em;
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	font-weight:300;
	line-height: 1.5em;
	color:#CCC;
	width: 80%;
}
@media (min-width:768px){
	.about-row-1 p {
		font-size: 1.75em;
		line-height: 1.75em;
		width: 90%;
		}
}
@media (min-width:768px){
	.about-row-2 {
		margin-bottom:300px;
		}
}

.about-row-2 h2 {
	margin-top:30px;
	padding-top:40px;
	margin-left:20px;
	font-family: 'Lato', sans-serif;
	font-size:1.25em;
	font-weight:300;
	color:#CCC;
	text-align:left;
	border-top:1px solid #0CF;
}
@media (min-width:768px){
	.about-row-2 h2 {
		margin-top:60px;
		font-size:30px;
		}
}

/*  ends ABOUT --------- */

/*  CONTACT ---------------------------------- */
.contact-row-1 a, a:hover, a:active, a:focus {
	outline:0;
    text-decoration: none;
    }
.contact-row-1 a {
	color:#99ccff;
	}
.contact-row-1 a:hover {
	color:#0CF;
	}
@media (min-width:768px){
	.contact-row-1 {
		margin-bottom:300px;
		}
}
.contact-row-1 p {
	margin: 1.25em;
	font-family: 'Lato', sans-serif;
	font-size: 1.0em;
	font-weight:300;
	line-height: 1.5em;
	color:#CCC;
	width: 80%;
}
@media (min-width:768px){
	.contact-row-1 p {
		font-size: 1.75em;
		line-height: 1.75em;
		width: 90%;
		}
}
/*  ends CONTACT --------- */



/* SERVICES ---------------------------------- */
@media (min-width:768px){
.services {
	margin-bottom:550px;
	}
}

.services h2 {
	margin-top:0;
	margin-bottom:15px;
	margin-left:0;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:20px;
	color:#0CF;
	}

.services ul {
	width:100%;
	margin-bottom:1.5em;
	margin-left:0px;
	float:left;
	background-color:#009FC7;
	font-size:18px;
	color:#FFF;
	min-height:8em;
	padding:0;
	padding-top:1em;
	padding-left:0;
	}

.services li {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:18px;
	line-height:27px;
	list-style:none;
	margin-right:1.0em;
	margin-left:1.0em;
	padding-left:0;
	}

/* SERVICES ends ------- */


form {
	margin-bottom:2em;
	}

@media (min-width:768px){
form {
	margin-bottom:300px;
	}
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:1.0em;
	color:#ccc;
	}


.btn {
    font-size: 1.0em;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    border: 3px solid transparent;
    border-radius: 0px
}
.btn-default {
    color: #fff;
    background-color: #222;
    border-color: #fff;
}
.btn-default:hover {
	color: #009FC7;
	background-color: #222;
    border-color: #009FC7;
}
label span small {
	color:#707070;
}

footer p{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	color:#353437;
	text-align:center;
	padding-bottom:2em;
	}
@media (min-width:768px){
	footer p {
	margin-right:20px;
	/*float:right;*/
	font-size:10px;
	}
}

/** filters list **/
#filter-list {
	display: block;
	margin-top:50px;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	}
@media (min-width:768px){
#filter-list {
	display: block;
	margin-top:100px;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	}
}

#filter-list li {
	display: inline-block;
	width: auto;
	padding: 6px 10px;
	margin-right: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	font-weight:400;
	color:#FFF;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
#filter-list li:hover {
	background: #0CF;
	}
#filter-list li.active {
	font-weight: 900;
	background: #999;
	}

#filter-list li.label {
	display: inline-block;
	width: auto;
	padding: 6px 10px;
	margin-right: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	font-weight:400;
	color:#999;
	cursor:default;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
#filter-list li.label:hover {
	background: none;
	}
#filter-list li.active {
	font-weight: 900;
	background: #999;
	}

/** portfolio list **/
#portfolio {
	display: block;
	width: 100%;
	padding: 0 12px;
	margin-bottom: 35px;
	text-align: center;
	}
#portfolio .item {
	display: none;
	opacity: 0;
	width: 80%;
	vertical-align: top;
	margin-bottom: 25px;
	margin-right: 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	-moz-box-sizing: border-box;
	}
@media (min-width:768px){
#portfolio .item {
	width: 30%;
	}
}
#portfolio .item a {
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
  }
#portfolio .item img {
  max-width: 100%;
}



/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


@media (max-width:600px){
#mobile-hidden {
	display:none;
	}
}
