body {
    width: 100%;
    height: 100%;
	font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}


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


a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
	pointer: cursor;
	color: #666;
}

a:hover,
a:focus {
    text-decoration: none;
	color: #ccc;
}

.col-md-6 {
	padding-left: 0;
	padding-right: 0;	
}

.shadow {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.highlight{
	margin: 0;
	text-shadow: 0 0 5px rgba(192,192,192,1);
}
.pad {
    margin-top: 100px;
}

.content-section {
    position:relative;
	margin-top: -50px;
}
.content-section h1{
	padding-top: 100px;
	padding-bottom: 50px;
}

.about-section {
    /*background: #000;*/
	color: #fff;
	padding: 0 0 50px 0;
    z-index: 3;
	
	background: linear-gradient(270deg, #aaaaaa, #000000);
	background-size: 400% 400%;
	-webkit-animation: grad 30s ease infinite;
	-moz-animation: grad 30s ease infinite;
	animation: grad 30s ease infinite;
}

.client-section {
    background: #000;
	color: #fff;
	
}
.portfolio-section {
    z-index:2;
}
.contact-section {
    z-index:1;	
}
.contact-section ul{
	/*padding-bottom: 50%;*/
	padding-bottom: 10%;
	line-height: 60px;
}
.contact-section h1{
    margin-bottom: 20px;
}
.contact-section h2{
    border-top: 1px solid rgba(0,0,0,.3);
    margin: 0 auto;
    padding-bottom: 70px;
    max-width: 200px;
}


footer {
    background: #000;
	color: #fff;
	padding: 20px 0;
	border-top: 1px solid rgba(0,0,0,.3);
}

footer p {
    margin: 0;
	font-size: 16px;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #000;
    border-radius: 35px;
    font-size: 40px;
    color: #000;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #000;
    background: rgba(0,0,0,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

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

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(0,0,0,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(0,0,0,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

@-webkit-keyframes grad {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@-moz-keyframes grad {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@keyframes grad {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}


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

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
	
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h4 {
		font-size: 14px;
	}
	footer p {
		font-size: 14px!important;
	}
	.about-section {
		padding-left: 5%;
		padding-right: 5%;
	}
	.about-section h1 {
		padding-top: 50px;
	}
	.contact-section ul{
		padding-bottom: 55%;
	}
    .contact-section h1{
        margin-bottom: 0px;
    }
    .contact-section h2{
        padding-bottom: 50px;
    }
}

@media(min-width:767px) {
    /*.content-section {
        padding-top: 250px;
    }*/

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

@media(max-width:414px) {
	.contact-section ul{
		padding-bottom: 25%;
	}
}