﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400&display=swap);

/* Global */

html {
    font-size: 62.5%;
}

body {
	background: #ecf0f1;
    color: #2d2d2d;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
}

p {
    margin: 0 10px 10px 0;
}

a {
	color: #F1F1F1;
	text-decoration: none;
}

a:hover {
	color: #F5F5F5;
	text-decoration: none;
}


/* Navigation */

#logo {
    text-align: center;
	margin: 62px 0 12px 0;
}

#logo img {
	margin-bottom:-45px;
}

#logo a {
	display: block;
}

#sidebar {
	background-color: #151515;
    height: 120%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 50px;
    z-index: 2;
}


#nav {
	margin-top: 80px;
}

#nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav ul li {
	color: #F1F1F1;
	cursor: pointer;
    display: inline-block;
    line-height: 22px;
    filter: alpha(opacity=40);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 100;
    opacity: .4;
    padding: 8px 0 8px 15px;
    text-transform: uppercase;
    width: 70%;
}

#nav ul li.active {
	filter: alpha(opacity=100);
	opacity: 1;
}

#nav ul li.last {
    padding-right: 0;
}

#nav li span {
	display: inline-block;
	font-size: 1.4rem;
	height: 0;
	opacity: 0;
	overflow: hidden;
	padding-left: 10px;
	width: 0;
}

.btn-navbar {
    cursor: pointer;
    filter: alpha(opacity=40);
    float: left;
    margin: 20px 5px 10px;
    opacity: .4;
    padding: 7px 10px;
}

.btn-navbar .icon-bar {
	background-color: #F5F5F5;
    border-radius: 1px 1px 1px 1px;
    box-shadow: none;
    display: block;
    height: 2px;
    width: 18px;
}

/* Expanded Nav Styling */

.expanded #container {
    left: 100px;
    transform: translate3d(50px, 0px, 0px) scale3d(1, 1, 1);
}

.expanded #sidebar {
	width: 150px;
}

.expanded #nav li {
	width: 90%;
}
.expanded #nav li span {
	display: inline-block;
	height: auto;
	opacity: 1;
	overflow: visible;
	width: auto;
}

/* General Styling */ 

#wrapper {
	min-width: 350px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#container {
	backface-visibility: hidden;
    left: 50px;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    transition: transform 500ms ease 0s;
    width: 100%;
}

.section {
	background-attachment: scroll;
	background-position: center top;
	margin-left: -50px;
	position: relative;
	padding: 150px 0 170px;
}

.section h2 {
	display: inline-block;
    font-size: 5.8rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 72px;
}

.section h4 {
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 20px;
    padding-bottom: 5px;
}

.section h5 {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 20px;
    padding-bottom: 5px;
}

.section .title hr {
	border-color: #151515;
	border-width: 1px 0 0;
	margin-top: 50px;
	width: 100%;
}

.section .title .alt hr {
	border-color: #F1F1F1;
}

.section .desc {
	margin-top: 20px;
}

.section .content {
	margin-top: 75px;
}

.container-fluid {
	margin: 0 auto;
    padding-right: 80px;
    padding-left: 80px;
}

.control-group .controls input, .control-group .controls textarea {
	background: #F1F1F1;
	border-radius: 0;
	min-height: 36px;
}

.control-group .controls input:focus, .control-group .controls textarea:focus {
	border-color: rgba(144, 144, 144, 0.9);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(144, 144, 144, 0.9);
}

.alert, .alert-error {
	border-radius: 0;
}

.btn-default {
	background: none #F1F1F1;
    color: #151515;
    margin-top: 75px;
}

.btn-inverse {
	background: none #ff6633;
    color: #F1F1F1;
    margin-top: 25px;
}

.btn-default, .btn-inverse {
	border: medium none;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 20px;
    padding: 8px 14px;
    text-align: left;
    text-transform: uppercase;
    width: 190px;
}

.btn-inverse span, .btn-default span {
	font-weight: 700;
}

.btn-inverse.alt, .btn-default.alt {
	text-align: right;
}

.btn-inverse i, .btn-default i {
	float: right;
	line-height: 20px;
}

.btn-inverse.alt i, .btn-default.alt i {
	float: left;
}

.read-more {
	cursor: pointer;
	font-weight: 500;
	margin-top: 20px;
	padding-right: 10px;
}

.table th, .table td {
    border-top: 1px solid #151515;
    line-height: 20px;
    padding: 10px 2px;
    text-align: left;
    vertical-align: top;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
	background-color: rgba(60, 60, 60, 0.4);
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
	background-color: rgba(75, 75, 75, 0.4);
}

/* SPECIAL SECTIONS*/

/* Fog */

.fog .absolute-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	background: url("/img/intro-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.fog .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 50px;
}

.fog {
	position: relative;
	height: 552px;
	width: 100%;
	background: #fff;
}

.fog-container {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.fog-container .fog-img {
	position: absolute;
	height: 100vh;
	width: 300vw;
	z-index: 2;
}

.fog-container .fog-img-first {
	background: url("/img/fog-1.png");
	background-repeat: repeat-x;
	background-size: contain;
	background-position: center;
	animation: marquee 60s linear infinite;
}

.fog-container .fog-img-second {
	background: url("/img/fog-2.png");
	background-repeat: repeat-x;
	background-size: contain;
	background-position: center;
	animation: marquee 30s linear infinite;
}

@keyframes marquee {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-50vw, 0, 0);
	}
}

/* Welcome */

#welcome {
	background-position: center top;
	margin-left: -50px;
	position: relative;
	padding:40px;
	background:#fff;
	text-align:center;
}

#welcome h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:40px;
	font-weight:300;
}

/* Testimonial */

#testimonial {
	background:#ff6633;
	text-align:center;
	padding:40px;
	background-attachment: scroll;
	background-position: center top;
	margin-left: -50px;
	position: relative;
	padding: 150px 0 170px;
}

#testimonial h2{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	font-weight: lighter;
	font-style:italic;
}

#testimonial p {
	color:#fff;
}

/* Twitter */

#twitter {
	background-image: url('../img/twitter-bg.jpg');
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top:30px;
	background-attachment: scroll;
	background-position: center top;
	margin-left: -50px;
	position: relative;
}

#twitter h2 {
	text-align:center;
	color:#f2f2f2;
	font-family:'Montserrat', sans-serif;
	font-size:56px;
	padding-top:60px;
	padding-bottom:35px;
}

#twitter h4 {
	color:#f2f2f2;
	font-size:20px;
	font-family:'Open Sans', sans-serif;
	text-align:center;
}

#twitter p {
	text-align:center;
	margin-bottom:140px;
}

#twitter bold {
	color:#c0392b;
}

/* Heading */ 

#heading {
	background:#7f8c8d;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

#heading .title {
	margin: 40px 0;
	text-align:center
}

#heading .thumb {
	display: none;
}

#heading .title h1 {
	color: #F1F1F1;
    font-size: 8.5rem;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 85px;
    margin-left: -5px;
    margin-top:10px;
}

#heading .title h3 {
	color: #F1F1F1;
    font-size: 2.6rem;
    font-weight: 100;
    line-height: 28px;
    margin: 0;
    width: 80%;
    text-align:center

}

/* Services */ 

#services{
}

#services h6 {
	padding:15px;
}
.toolbox-header {
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: -5px;
}

.toolbox-item {
	height: 20px;
}

.skill {
    text-align: center;
}

.service {
	padding:12px;
	text-align:left;
	border-bottom:5px transparent solid;
}

.service li {
    display: block;
    padding: 7px 0;
    border-bottom: 1px solid #bfbfbf;
    font-size:14px;
}
.service li:last-child {
    border: none;
}

.service:hover {
	background-color:#f5f7f8;
	border-bottom:5px #c0392b solid!important;
}


/* Projects */ 

#projects {
	background-image:url(../img/project-bg.jpg);
	color: #F1F1F1;
}

#projects h2 {
	margin-left: -5px;
}


#projects .content img {
	max-width: 96%;
	padding: 2%;
	background-color: #F1F1F1;
}

#projects h6 {
	color:#bdc3c7;
	font-size:16px;
	padding-top:12px;
}


#projects .center {
	text-align:center
}

/* Section 6 (Price Tables) */

/*.pricing-table-wrapper {
	margin: 10px 0;
	text-align: center;
}

.pricing-table {
	display:inline-block;
}

.pricing-column {
	list-style:none;
	position:relative;

	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	transition:0.3s;
}


.pricing-column:hover > .pricing-title {
    border-top: 5px solid #c0392b;
}

.pricing-column:hover > .pricing-button {
    background-color: #d7d7d7;
}

.pricing-column li {
	white-space:nowrap;
	text-align:center;
	padding:12px;
	background:rgba(0,0,0,0.01);
	border-bottom:1px dotted rgba(0,0,0,0.1);
}

.pricing-column li:nth-child(even) {
	background:#e3e3e3;
}

.pricing-column li.pricing-title {
    font-weight:600;
    border-top: 3px solid rgba(0,0,0,0.6);
    font-size:20px;
}

.pricing-column li.pricing-price {
	color:#c0392b;
	font-size: 200%;
	line-height: 120%;
}

.pricing-column li.pricing-price span {
	font-size:45%;
	line-height:120%;
}

.pricing-column .pricing-button .button {
	margin:0 !important;
    font-size: 18px;
    color:#c0392b
}*/

/* Contact */

#contact {
	background:#2a2a2a;
	color: #F1F1F1;
}

#contact h4.intro {
	border-bottom: 1px solid #F1F1F1;
	font-size:1.25em;
	margin-bottom: 18px;
}

#contact .content {
	position: relative;
}

#contact .content .alt {
	margin-top: 20px;
}

#contact .content .alt h4 {
	line-height: 24px;
	margin: 0;
	padding-right: 20px;
}

#contact .content .alt h4 {
	display: inline-block;
}

#contact .content .alt h5 {
	display: inline;
    line-height: 20px;
    margin: 0;
    padding-right: 10px;
}

#contact .content .span4 {
	padding-right: 25px;
}

#contact .btn-default {
    margin-top: 15px;
}

#contact #footer {
	margin: 200px 0 40px;
}

#contact #footer p {
	font-size: 1.4rem;
}





/* Media Queries */


@media screen and (min-width: 1800px) {
	
	#heading {
		padding: 300px 0 !important;
	}
}


@media screen and (max-width: 1320px) {
	
	#heading {
		background-size: 1320px auto;
	}
}

@media screen and (min-width: 1200px) {
	
	
	#heading {
		padding: 120px 0 120px 0;
	}
	
	#heading .title h1 {

	    font-size: 9.0rem;
	    line-height: 100px;
	    letter-spacing: -4px;
	}

	#heading .title h3 {
	    font-size: 2.8rem;
	    line-height: 34px;
	    width: 90%;
	}
	
	.section h2 {
	    font-size: 6.7rem;
	}
			
	.container-fluid {
	    width: 1024px;
	}
}


@media screen and (max-width: 1199px) {

	.section{
		margin-left: -50px;
		padding: 135px 0;
	}
	
	#heading {
		background-size: 1200px auto;
		padding: 120px 0 85px 0;
	}
	
	#heading .title {
		margin: 100px 0 0 0;
	}
	
	#heading .title h3 {

		font-size: 2.4rem;
		line-height: 24px;
	}
	
	.section .content {
	    margin-top: 50px;
	}
	
	.container-fluid {
	    padding-left: 105px;
	    padding-right: 105px;
    }
	

}

@media screen and (max-width: 979px) {
	
	.section h2 {
	    font-size: 4.8rem;
	    line-height: 58px;
	}
	
	.section .title hr {
	    margin-top: 40px;
	}
	
	.section .desc .span8 {
    	width: 100%;
	}
	
	#heading .title h1 {
		font-size: 6.0rem;
		line-height: 70px;
	}	
	
	#heading .title h3 {
		font-size: 2.2rem;
		line-height: 22px;
	}

	#contact .content .span4 {
		padding-right: 0;
	}
	
	.container-fluid {
	    padding-left: 75px;
	    padding-right: 75px;
	}	
		
}

@media screen and (min-width: 768px) and (max-width: 979px) {

	#heading .title h3 {
		width: 85%;
	}
	
	#services .content .expand {
		width: 48.6188%;
	}
	
	#contact .content .expand {
		width: 100%;
	}

}


@media (max-width: 767px) {
	
	body {
		padding: 0;
	}
		
	.section {
		padding: 100px 0;
	}
	
	.section .content {
	    margin-top: 0;
	}
	
	.section .content .pull-right {
    	float:left;
    }
	
	.section h4 {
		margin-top: 30px;
	}
	
	.section .title hr {
		margin-left: 0;
	}
		
	#heading {
		background-size: 920px auto;
		padding: 0;
	}
	
	#heading .title {
		margin: 120px 0 35px 0;
	}

	#heading .title h1 {
	}
	
	#heading .title h3 {
		width: 55%;
	}
	
	#projects .content img {
    	margin-top: 30px;
    	padding: 1.5%;
    }
        
    #contact .span8 {
	    margin-top: 30px;
    }
    
	
}

@media screen and (min-width: 481px) and (max-width: 649px) {

	#heading .title h1 {

		font-size: 4rem;
		line-height: 60px;
	}
	
	#heading .title h3 {
		font-size: 2rem;
	}

}

@media screen and (min-width: 481px) {
	
	#heading {
		background-image:url(../img/intro-bg.jpg);
		padding: 0 0 20px 0;
	}

	#heading .title {
		margin: 0;
	}

	#heading .title h1 {
		margin-top: 32px;
	}
	
}


@media screen and (max-width: 480px) {
	 
	.section{
		padding: 80px 0;
	}
	
	#heading {
		background-image:url(../img/intro-bg.jpg);
	    background-size: 1024px auto;
	    padding: 60px 0 20px 0;
	}
	
	.fog .title {
		padding-left: 25px;
	}

	#heading .title {
		margin: 50px 0;
	}

	#heading .title h1 {
		font-size: 3.5rem;
		line-height: 50px;
		margin-top: 6.0rem;
	}
	
	#heading .title h3 {
		font-size: 2.2rem;
		line-height: 24px;
		width: 100%;
	}
	
	#heading .thumb {
		background: #95a5a6;
	    display: block;
	    margin-left: 3%;
	    max-width: 80%;
	    padding: 3%;
	}
	
	#projects .table th, #projects .table td {
    	font-size: 1.1rem;
	}
	
	#contact h4 {
	    height: auto;
	}    

	#welcome h2 {
		font-family: 'Open Sans', sans-serif;
		font-size:28px;
		font-weight:300;
	}

}