body, html {
	height: 100%;
	width: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

h1{
	font-size:65px;	
	font-weight: 100;
	letter-spacing: 3px;
}
h3, .h3 {
    color: #777777;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 50px;
}

p{
	color:#777;
	font-family: Arial, Helvetica, Arial, sans-serif;
}

.lead {
	font-size: 18px;
	font-weight: 400;
}

.stick{
	position:fixed !important;
}

.repadding{
	padding-bottom:73px;	
}

.centering{
	text-align:center;	
}

.intro-header {
	color: #f8f8f8;
	background: url(../img/color_bg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	min-height: 500px;
}

.col-lg-12, .col-md-12{
	text-align:center;	
}

.intro-message {
	position: none;
	padding-top: 2%;
    text-shadow: 1px 1px 5px #ffffff;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position:relative;
	background-color: #eee;
}

.intro-message > h1 {
	margin: 0;
	font-size: 5em;
}

.intro-divider {
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
	color:#ddd;
}

#filters ul {
    margin: 25px 0 40px;
    overflow: hidden;
	list-style: none;
	padding: 0;
}
ul, ol, dl {
    font-family: inherit;
    font-size: 1em;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1.25em;
}

#filters ul li {
    float: left;
    list-style-type: none;
    margin: 0;
}

#filters ul li a {
    background: none repeat scroll 0 0 #ddd;
    color: #777777;
    display: block;
    font-size: 14px;
    margin-right: 10px;
    padding: 8px 16px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

.isotope {
    transition-property: height, width;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}

#portfolio-wrapper{
	margin-left:-15px;	
	margin-bottom: 50px;
}

.panel {
    background: none repeat scroll 0 0 #ddd;
    border-radius: 0;
    margin-bottom: 1.25em;
    padding: 0.5em 15px 0;
	box-shadow: none;
}

.potfolio_link{
	margin-bottom:5px;	
}

.potfolio_link:hover .portfolio_img img {
    transform: scale(1.2);
}

.potfolio_link:hover .panel {
    background: none repeat scroll 0 0 #20c3f3;
	color:#fff;
}

.potfolio_link:hover .panel p{
	color:#fff;
}

#filters ul li a:hover, #filters ul li a:active {
	background: none repeat scroll 0 0 #07979c;
	color:#fff;
}

.portfolio_img img {
    transition: all 0.3s ease-out 0s;
}
.portfolio_img {
    margin-bottom: -5px;
    overflow: hidden;
}

a:hover, a:focus {
    color: #20C3F3;
    text-decoration: underline;
}

a {
    color: #20C3F3;
    text-decoration: none;
}

.tab-pane {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    padding: 16px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.panel-group .panel{
	background-color:#F5F5F5;
}



@media (max-width: 767px) {
	.intro-message {
		padding-top: 20%;
	}
	
	.navbar-fixed-top, .navbar-fixed-bottom {
    position:fixed;
	}

	.intro-message > h1 {
		font-size: 3em;
	}

	ul.intro-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.intro-social-buttons > li:last-child {
		margin-bottom: 0;
	}

	.intro-divider {
		width: 100%;
	}
}

.network-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}

.content-section-a {
	background-color: #f8f8f8;
	padding: 50px 0;
}

.content-section-b {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 50px 0;
	background-color: #EEEEEE;
}

.content-section-m {
	margin-bottom: -4px;
}


.section-heading {
	margin-bottom: 30px;
}

.section-heading-spacer {
	border-top: 3px solid #e7e7e7;
	width: 200px;
	float: left;
}

.banner {
	padding: 100px 0;
	color: #f8f8f8;
	background-size: cover;
}

.desktop {
	background: url(../img/banner-bg.jpg) no-repeat center center;
}

.skyline {
	background: url(../img/banner-bg_02.jpg) no-repeat center center;
}

.banner h2 {
	margin: 0;
	font-size: 44px;
	font-weight:100;
	letter-spacing:3px;
}

.banner ul {
	margin-bottom: 0;
}

.banner-social-buttons {
	float: right;
	margin-top: 0;
}

@media (max-width: 1199px) {
	ul.banner-social-buttons {
		float: left;
		margin-top: 15px;
	}	
}

@media (max-width: 767px) {
	.banner h2 {
		margin: 0;
		font-size: 3em;
	}

	ul.banner-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.banner-social-buttons > li:last-child {
		margin-bottom: 0;
	}	
	
	.img-responsive {
		margin-top:50px;	
	}
	#filters{
		display:none;
	}
}



footer {
	background-color: #f8f8f8;
	padding: 50px 0;
}

p.copyright {
	margin: 15px 0 0;
}

.contact-us-details span {
    display: block;
    font-size: 14px;
}

.contact-us-details strong {
	display: block;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 25px;
    line-height: 45px;
    color: #20c3f3;
}

.btn-default-blue {
	color: #fff;
    background-color: #20c3f3;
    border-color: #ccc;
}
#fixed-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(170, 170, 170, 0.9);
}
#fixed-bottom p{
	color: #1c1c1c;
	padding: 20px;
	margin-bottom: 0;
}
