/* INDEX.HTML */
body {
	font-family: 'proxima_nova_rgregular', sans-serif;
	background-color: #fff;
}

p, h1, h2, h3, h4 {
	-webkit-font-smoothing: antialiased;
}

#header {
	background: url(../img/top-main-img.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: relative;
	display: table;
	padding-top: 15px;
}

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

#navigation-bar ul {
	display: inline-block;
	list-style: none;
	margin-top: 40px;
	height: 100px;
	margin-left: 40px;
}

#navigation-bar ul li {
	display: inline;
	text-align: center;
}

#navigation-bar ul li a {
	color: #fff;
	padding: 30px;
	font-size: 18px;
	font-family: 'proxima_novalight';
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

#navigation-bar ul li a:hover {
	opacity: 0.7;
}

img#logo {
	height: 70px;
	width: auto;
}

.align-midle {
	display: table-cell;
    vertical-align: middle;
}

p#title-midle {
	font-size: 45px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-family: 'proxima_nova_rgbold';
	margin-bottom: -20px;
	margin-top: 18%;
}

span#georgia {
	font-family: 'georgia, sans-serif';
	font-size: 28px;
	text-transform: none;
	font-style: italic; 
	line-height: 1em;
	position: relative;
	top: -20px;
}

.white-button {
	color: #fff;
	padding-top: 5px;
	width: 200px;
	height: 50px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
	font-family: 'proxima_novalight';
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin-top: 15%;
}

.only-borders-button {
	background: transparent;
	border: 2px solid #fff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.white-button:hover, .only-borders-button:hover {
	opacity: 0.7;
	color: #fff;
}

#main-partner {
	padding-top: 90px;
	padding-bottom: 90px;
	width: 100%;
}

p#midle-title, p#second-midle-title {
	font-size: 35px;
	font-family: 'proxima_nova_rgbold';
	color: #444;
	text-align: center;
	margin-bottom: 0px;
	line-height: 1em;
}

span#georgia-2 {
	font-family: 'georgia, sans-serif';
	font-size: 28px;
	text-transform: none;
	font-style: italic; 
	line-height: 1em;
	position: relative;
	color: #444;
}

#southfence-logo {
	margin-top: 45px;
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.black-button {
	color: #444;
	padding-top: 5px;
	width: 300px;
	height: 50px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin-top: 90px;
}

.only-borders-button-b {
	background: transparent;
	border: 2px solid #444;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.black-button:hover, .only-borders-button-b:hover {
	opacity: 0.7;
	color: #444;
}

#area-services {
	padding-top: 90px;
	padding-bottom: 90px;
	width: 100%;
	background-color: #f2f5f8;
}

p#second-midle-title {
	margin-bottom: 90px;
}

p.areas-titles {
	color: #444;
	text-align: center;
	font-size: 20px;
	font-family: 'proxima_nova_rgbold';
	line-height: 1em;
}

img.logo-areas {
	width: 150px;
	height: auto;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 45px;
}

p.areas-subtitles {
	font-size: 14px;
	color: #666;
	margin-top: 45px;
	text-align: center;
}

#footer {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #48474d
}

p.footer-p, p#credits {
	font-size: 14px;
	color: #f8f8f8;
	line-height: 1em;
	text-align: center;
	margin-bottom: 10px;
}

#footer-divider {
	width: 250px;
	height: 1px;
	background-color: #f8f8f8;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

.margin-p-f {
}

p#credits {
	font-size: 12px;
	font-family: 'georgia, sans-serif';
	font-style: italic;
}

p#credits a {
	color: #f8f8f8;
}


/* HISTORY */

#header-history {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	background-color: #48474d;
}

p.page-titles {
	color: #444;
	font-size: 75px;
	font-family: 'proxima_nova_rgbold';
	text-align: center;
	margin-top: 45px;
	margin-bottom: 45px;
	text-transform: uppercase;
}

p.page-text-normal {
	color: #444;
	font-size: 16px;
	margin-bottom: 0px;
}

#images-show-down {
	position: relative;
	height: 500px;
	background: url(../img/history-mid-img.jpg)no-repeat;
	background-position: center 0;
	background-size: cover;
	margin-bottom: 45px;
	margin-top: 45px;
	padding-top: 125px;
}

p.thank-you {
	font-size: 35px;
	font-family: 'georgia', sans-serif;
	font-style: italic;
	color: #444;
	text-align: center;
}

#signature {
	float: right;
	display: block;
	margin-bottom: 5px;
}

p#title {
	font-size: 14px;
	color: #444;
	float: right;
	position: relative;
	margin-right: 5%;
}

.lets-talk {
	padding-top: 45px;
	padding-bottom: 45px;
	width: 100%;
	background-color: #85badb;
	margin-top: 45px;
}

p#idea {
	color: #fff;
	margin-bottom: 0px;
	font-size: 25px;
	position: relative;
	top: 11px;
}

a.lets-talk-button-pages {
	float: right;
	width: 140px;
	height: 60px;
	font-size: 16px;
	font-family: 'proxima_novalight';
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	text-decoration: none;
	padding-top: 22px;
}

/* CLIENTS */

p.area-titles {
	font-size: 30px;
	color: #444;
	text-align: center;
	margin-bottom: 90px;
}

.logos-clients {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.6;
}

.logos-clients:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1.0;
}

.margin-logos {
	margin-bottom: 45px;
}

#const-bg {
	padding-top: 45px;
	padding-bottom: 45px;
}

/* PARTNERSHIPS */

#header-partnerships {
	background: url(../img/partnership-top-img.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 750px;
	position: relative;
	margin-bottom: 45px;
	padding-top: 15px;
}

h3#exclusive {
	line-height: 1em;
	font-size: 40px;
	text-align: center;
	color: #fff;
	margin-top: 90px;
	font-family: 'proxima_nova_rgbold';
}

span#partner-exclusive {
	font-family: 'georgia', sans-serif;
	font-style: italic;
	font-size: 25px;
}

#logo-sf-partner {
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 450px;
	height: auto;
	margin-top: 25px;
}

p#contact-parnership {
	color: #fff;
	text-align: center;
	margin-top: 90px;
	font-size: 14px;
}
p#contact-parnership a {
	color: #fff;
	text-decoration: underline;
}

/* CONTACTS */

input#contact-name, input#contact-email, input#contact-company {
	height: 70px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: inset none;
	margin-bottom: 45px;
	color: #444;
	font-size: 20px;
	padding-left: 20px;
	font-family: 'georgia, sans-serif';
	font-style: italic;
}

textarea#contact-message {
	height: 350px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: inset none;
	margin-bottom: 45px;
	color: #444;
	font-size: 20px;
	padding-left: 20px;
	font-family: 'georgia, sans-serif';
	font-style: italic;
	padding-top: 30px;
}

input#contact-submit {
	background-color: #48474d;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: inset none;
	border: none;
	width: 300px;
	border-radius: 3px;
	height: 70px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 70px;
	font-size: 16px;
}

p#general-info {
	color: #898a8a;
	font-family: 'georgia, sans-serif';
	font-size: 35px;
	font-style: italic;
	margin-bottom: 25px;
	text-align: center;
	margin-top: 45px;
}

p#contact-info-page {
	text-align: center;
	color: #898a8a;
	margin-bottom: 60px;
	font-size: 18px;
	line-height: 1.8em;
}

/* EXTRAS */

span#email-contact-new {
	color: #85badb;
	font-size: 24px;
	margin-top: 40px;
	display: block;
}

span#phone-number-new {
	font-size: 24px;
	margin-bottom: 40px;
	display: block;
}

#img-contacts-page {
	background: url(../img/jvo-contacts-img.jpg) no-repeat;
	position: relative;
    background-size: cover !important;
    background-position: center top;
    height: 700px;
    max-height: 100%;
    display: block;
    width: 100vw;





