/* Move down content because we have a fixed navbar that is 50px tall */
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Gentium+Basic:400,700,400italic,700italic);
@font-face {
	font-family: 'quaver_serifregular';
	src: url('../fonts/quaverserif-webfont.eot');
	src: url('../fonts/quaverserif-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/quaverserif-webfont.woff2') format('woff2'), url('../fonts/quaverserif-webfont.woff') format('woff'), url('../fonts/quaverserif-webfont.ttf') format('truetype'), url('../fonts/quaverserif-webfont.svg#quaver_serifregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

blockquote {
	letter-spacing: 1px !important;
	font-family: 'Lato', sans-serif;	color: #515151 !important;
}

body {
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	line-height: 1.42857143;
	color: #484848;
	background-color: #e4e4e4;
}

p {
	text-align: justify;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.1;
	color: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing:3px;
}

.navbar-brand {
	float: left;
	padding: 5px 15px;
	font-size: 19px;
	line-height: 21px;
	height: 50px;
}

h1 {
	font-size: 50px;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
.header-brief {
	letter-spacing: 5px !important;
	color: #515151 !important;
	padding: 5px;
	margin-bottom: 25px;
	border-bottom: solid 1px #E4E4E4;
	text-transform: uppercase;
	font-size: 11px;
}

img {

	max-width: 100%;
}

section {
	background-image: url(../images/bodybg.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
	margin: 0;
}

section#clientele h1 {
	color: #fff;
}

section#clientele .header-brief {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3px !important;
	font-size: 9px !important;
	color: #fff !important;
	padding: 5px;
	margin-bottom: 25px;
	text-transform: uppercase;
	border: none;
}

footer {
	line-height: 50px;
}

section#home {
	min-height: 650px;
	background-image: url(../images/homebg.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
	margin: 0;
	color: #484848;
	text-align: center;
}
section#home p {
	text-align: center;
}

section#home .explore-site {

	text-align: center;
}
section#home .explore-site a {

	text-align: center;
	border: none;
}

section#home .explore-site img {

	text-align: center;
	padding: 0;
	margin:             :0;
}

section#home h1 {
	font-size: 60px;
	padding-top: 25%;
	padding-bottom: 10px;
	color: #484848;
	text-align: center;
}

section#home h1 span {

	color: #E81C43;
}

section#home h2 {

	padding-top: 0px;
	padding-bottom: 10px;
}

section#about img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* For Webkit browsers */
	filter: gray; /* For IE 6 - 9 */
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}

section#about img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

section#clientele {
	color: #fff;
}

section#clientele h3 {
}

section#downloads {
	background-image: url(../images/downloads-bg.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
	margin: 0;
	color: #fff;
	min-height: 600px;
}

#master-wrap-top {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 2;
	height: 20px;
	background-color: #e4e4e4;
}
#master-wrap-bottom {
	position: fixed;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	height: 20px;
	background-color: #e4e4e4;
}
@media (min-width: 767px) {
	.navbar {
		-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
		transition: background .5s ease-in-out, padding .5s ease-in-out;
		background-color: rgba(255, 255, 255, 0.25);
	}

	.top-nav-collapse {
		padding: 0;
	}

	.email a {
		color: #484848;
		font-size: 20px;
		text-decoration: none;
	}

}

.navbar-default {
	height: 50px;
	background-color: rgba(255, 255, 255, 1);
	z-index: 999999999;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777;
}

.navbar-default .navbar-nav > li > a {
	color: #484848;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.navbar-default .navbar-nav > li > a.mPS2id-highlight {
	color: #fff;;
	background-color: #E81C43;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
	background-color: #FFF;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #555;
	background-color: #e7e7e7;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
}
.navbar-default .navbar-link {
	color: #777;
}
.navbar-default .navbar-link:hover {
	color: #333;
}
.navbar-default .btn-link {
	color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
	color: #333;
}
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}
.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus .mPageScroll2id {
	color: #fff;
	background-color: #C2973C;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #080808;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background-color: transparent;
	}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link {
	color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
	color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}
.jumbotron {
	padding: 5px 15px;
	margin-bottom: 30px;
	color: #C2973C;
	background-color: #070C1B;
}

.jumbotron p {
	font-size: 13px;
}

.jumbotron:after {
	border-top: 20px solid #070C1B;;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	content: "";
	position: absolute;
	left: 45%;
	width: 0;
	height: 0;
}

/* Scroll to Top */
#toTop {
	display: none;
	position: fixed;
	bottom: -15px;
	right: 20px;
	width: 64px;
	height: 64px;
	background-image: url('../images/toTop.png');
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	z-index: 9999;
}
#toTop:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

#toLogo {
	position: relative;
	z-index: 9999;
}

/* ============================================================
 SECTIONS
 ============================================================ */

.parallax-section-home {

}

.parallax-section-1 {
	height: 450px;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url('../images/parallax-1.jpg');
}
.parallax-section-1:hover {

}

.parallax-section-1   h1 {
	color: #1e1e1e;
	font-size: 40px;
	padding-top:150px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	line-height: 70px;
}

.parallax-section-2 {
	min-height: 500px;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url('../images/parallax-2.jpg');
}

.parallax-section-2   h1 {
	color: #1e1e1e;
	font-size: 40px;
	padding-top:150px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	line-height: 50px;
}

.author{
	text-align:center;
	font-size: 30px;

}

.parallax-section-contact {
	height: 600px;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url('../images/contactbg.jpg');
	padding-bottom: 100px;
}

@media all and (min-width: 600px) {
	section.module h2 {
		font-size: 42px;
	}
	section.module p {
		font-size: 20px;
	}
	section.module.parallax {
		padding: 300px 0;
	}
	section.module.parallax h1 {
		font-size: 96px;
	}
}
@media all and (min-width: 960px) {
	section.module.parallax h1 {
		font-size: 160px;
	}
}

/* ============================================================
 Skills Bar Animation
 ============================================================ */
.skillbar {
	position: relative;
	display: block;
	margin-bottom: 10px;
	width: 100%;
	background: #E9E9E9;
	height: 25px;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-ms-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	-webkit-transition-property: width, background-color;
	-moz-transition-property: width, background-color;
	-ms-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color;
}

.skillbar-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	background: #6adcfa;
}

.skillbar-title span {
	display: block;
	background: rgba(0, 0, 0, 0.1);
	padding: 0 20px;
	height: 25px;
	line-height: 25px;
}

.skillbar-bar {
	height: 25px;
	width: 0px;
	background: #6adcfa;
}

.skill-bar-percent {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	color: rgba(0, 0, 0, 0.4);
}

.facts-icon {
	width: 100%;
	font-size: 30px;
	padding: 10px;
	text-align: center;
	color: #2AB4AC;
}
.counter {
	font-size: 70px;
	text-align: center;
	color: #484848;
}
.grati-figures {
	font-size: 30px;
	clear: both;
	text-align: center;
	font-family: 'Open Sans';
	color: #fff;
}

.grey-liner {
	border: dashed 1px #a8a8a8;
	margin: 25px;
	padding: 10px;
}

#profile_social a {
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin: 0px 0px 5px 5px;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	font-size: 50px;
	float: left;
	display: block;
	color: #484848;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#profile_social a:hover {

	color: #C2973C;
}

.form-control, input {
	border: solid 1px #E4E4E4;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:focus, input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: solid 1px #E81C43;
}

.btn-default {
	color: #484848;
	border-color: rgba(0, 0, 0, .3);
	margin: 0px 10px 10px 0px;
}

.align-center {
	text-align: center;
}

.circular {
	width: 200px;
	height: 200px;
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.greyscaleimg {

	-webkit-filter: grayscale(1); /* Webkit */
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* W3C */
	opacity: 0.8;
	transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
}

.greyscaleimg:hover {
	filter: none;/* IE6-9 */
	-webkit-filter: grayscale(0%);/* IE6-9 */
	filter: grayscale(0); /* W3C */
	opacity: 1.0;
	transition: opacity .55s ease-in-out;
	-moz-transition: opacity .55s ease-in-out;
	-webkit-transition: opacity .55s ease-in-out;
}

.projects {
	width: 300px;
	height: auto;
	padding: 10px;
}

.item  img {
	max-width: 100%;
	height: auto;
	margin: 0px 10px 0px 10px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* For Webkit browsers */
	filter: gray; /* For IE 6 - 9 */
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}
.item img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.item  img:first-child {
	max-width: 100%;
	height: auto;
	margin-left: 0px;
}

.item  img:last-child {
	max-width: 100%;
	height: auto;
	margin-right: 0px;
}

.clear-all {
	padding: 0px 0px 0px 0px;
}
.clear-left {
	padding-left: 0px;
	margin-left: 0px;
}
.clear-right {
	padding-right: 0px;
	margin-right: 0px;
}

.clear-top {
	padding-top: 0px;
}

.align-center {
	text-align: center;
}

.right {

	text-align: right;
}

.put-it-on-top {

	z-index: 99999;
	position: relative;
}

.highlighter {
	color: #E81C43;
}

.footer-links {

	color: #484848;
}

.email a {
	color: #484848;
	font-size: 50px;
	text-decoration: none;
}

.email a:hover {
	color: #C2973C;
	font-size: 50px;
	text-decoration: none;
}

.footer-links a {

	color: #484848;
}

.footer-links a:hover {

	color: #C2973C;
}

.gold {

	color: #C2973C;
}

.spacer {
	height: 100px;
	clear: both;
}

@media only screen and (max-device-width: 480px) {
	.email a {
		color: #484848;
		font-size: 20px;
		text-decoration: none;
	}

}

ul.features {
	margin: 0px;
	padding: 0px;
}

ul.features li {
	margin: 0px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#owl-keyprojects {
	padding: 0px;
	margin: 0px;
}

.projects-row {
	background-color: #e8e8e8;
	padding: 50px 0px 50px 0px;
}

/*************** SCROLLBAR BASE CSS ***************/

.clientele {

}

.clientele img {
	margin: 25px 15px 25px 0px;
	max-width: 100%;
	-webkit-filter: grayscale(1); /* Webkit */
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* W3C */
	opacity: 1;
	transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	border: solid 1px #E4E4E4;
}

.clientele img:hover {
	filter: none;/* IE6-9 */
	-webkit-filter: grayscale(0%);/* IE6-9 */
	filter: grayscale(0); /* W3C */
	opacity: 1.0;
	transition: opacity .55s ease-in-out;
	-moz-transition: opacity .55s ease-in-out;
	-webkit-transition: opacity .55s ease-in-out;
}

.services-web {
	font-size: 120px;
	width: 100%;
	text-align: center;
	padding: 25px 0px 10px 0px;
}
.services-web:hover {
	color: #E81C43;
	transition: background 0.2s ease, padding 0.8s linear;
	-webkit-transition-timing-function: ease;
}

.services-social {
	font-size: 120px;
	width: 100%;
	text-align: center;
	padding: 25px 0px 10px 0px;
}

.services-social:hover {
	color: #E81C43;
	transition: background 0.2s ease, padding 0.8s linear;
	-webkit-transition-timing-function: ease;
}

.services-seo {
	font-size: 120px;
	width: 100%;
	text-align: center;
	padding: 25px 0px 10px 0px;
}

.services-seo:hover {
	color: #E81C43;
	transition: background 0.2s ease, padding 0.8s linear;
	-webkit-transition-timing-function: ease;
}

/* Social Links
 ---------------------------------- */
.social-links {
	padding: 0;
	list-style: none;
	margin: 15px 0;
}
.social-links li {
	margin: 10px 25px 10px 0;
	display: inline-block;
	font-size: 36px;
}
.social-links li a {
	color: #333333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-links li.twitter a:hover {
	color: #55acee;
}
.social-links li.skype a:hover {
	color: #00aff0;
}
.social-links li.linkedin a:hover {
	color: #0976b4;
}
.social-links li.googleplus a:hover {
	color: #dd4b39;
}
.social-links li.youtube a:hover {
	color: #b31217;
}
.social-links li.flickr a:hover {
	color: #ff0084;
}
.social-links li.facebook a:hover {
	color: #3b5998;
}
.social-links li.pinterest a:hover {
	color: #cb2027;
}

.copyright-strip {
	background-color: #fff;
	padding: 10px 0px 10px 0px;
}

p {
margin: 0 0 10.5px;
line-height: 30px;
}
