@charset "utf-8";
/* CSS Document */

/*
Theme Name: Project Silver
Theme URI: http://underscores.me/
Author: Winning Media
Author URI: http://winningmedia.com.au
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: 0;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body {
	color: #878787;
	font-family: 'proxima-nova', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
}
button,
input,
select,
textarea {
	color: #878787;
	font-family: 'proxima-nova', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
a.button,
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
a.button,
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
}
a.button,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.25), 0 1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.25), 0 1px 1px rgba(0,0,0,0.25);
	box-shadow: inset 0 -1px 1px rgba(0,0,0,0.25), 0 1px 1px rgba(0,0,0,0.25);
	background: #bdbdbd url(images/noise.png) 0 0 repeat;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 11px;
	line-height: 1;
	padding: 14px 30px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 2px;
	margin-right: 18px;
	margin-top: 15px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
a.button:last-child,
button:last-child,
html input[type="button"]:last-child,
input[type="reset"]:last-child,
input[type="submit"]:last-child {
	margin-right: 0;
	margin-bottom: 0;
}
a.button:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	-webkit-box-shadow: inset 0 15px 17px rgba(255,255,255,0.25), inset 0 -1px 1px rgba(0,0,0,0.25), inset 0 -5px 12px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 15px 17px rgba(255,255,255,0.25), inset 0 -1px 1px rgba(0,0,0,0.25), inset 0 -5px 12px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0 15px 17px rgba(255,255,255,0.25), inset 0 -1px 1px rgba(0,0,0,0.25), inset 0 -5px 12px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.5);
	color: #fff;
	text-decoration: none;
}
a.button:focus,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	color: #fff;
	text-decoration: none;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	text-decoration: none;
	font-weight: 600;
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.clear {
	clear: both;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Header
----------------------------------------------- */

.site-header {
	width: 100%;
	z-index: 9999;
	position: fixed;
	background: #00aeef;
	box-shadow: 0 0 5px rgba(0,0,0,0.33);
}
.site-header hgroup {
	width: 1024px;
	margin: 0 auto;
}
.site-header .site-title {
	position: absolute;
	padding: 0px 10px;
	top: 0;
	font-size: 36px;
}
.site-header .site-title a {
	text-decoration: none;
}
.site-header .site-title a:hover {
	text-decoration: underline;
}
.site-header .site-title a img {
	max-height: 100px;
}

.main-navigation {
	float: right;
}
.main-navigation.fixed {
	position: fixed;
	top: 0;
}
.main-navigation .menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.main-navigation .menu li {
	float: left;
	margin-left: 20px;
	padding: 0;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	color: #a8a8a8;
	font-weight: bold;
	letter-spacing: 1px;
}
.main-navigation .menu li a {
	display: block;
	padding: 30px 10px;
	color: #fff;
	text-decoration: none;
}
.main-navigation .menu li a:hover,
.main-navigation .menu li a.active {
	border-top-width: 2px;
	border-top-style: solid;
	padding-top: 28px;
}


/* =Sections
----------------------------------------------- */
.background-section .background-image {
	width: 100%;
	height: 600px;
	font-size: 0;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
}
.background-section .inner-image-wrapper {
	position: relative;
	width: 1024px;
	height: 100%;
	margin: 0 auto;
}
.background-section .inner-image {
	position: absolute;
	z-index: 200;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}
.background-section .circles-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 100;
}
.background-section .circles-wrapper .circles {
	width: 1024px;
	position: absolute;
	width: 350px;
	height: 350px;
	left: 50%;
}
.background-section .circles-wrapper .circle {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
}
.background-section .circles-wrapper .circle-1 {
	width: 350px;
	height: 350px;
	border-radius: 175px;
	top: 0;
	left: 0;
}
.background-section .circles-wrapper .circle-2 {
	width: 200px;
	height: 200px;
	border-radius: 125px;
	top: 75px;
	left: 75px;
}
.background-section .circles-wrapper .circle-3 {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	top: 100px;
	left: 100px;
}
.background-section .angle-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.background-section .angle-top {
	opacity: 0.33;
	filter: alpha(opacity=33);
	height: 95px;
	position: absolute;
	bottom: -95px;
}
.background-section .left.angle-top {
	width: 29%;
	left: 0;
	margin-left: -1px;
	transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform-origin: left top;
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
}
.background-section .right.angle-top {
	width: 72%;
	right: 0;
	margin-right: -5px;
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform-origin: left top;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
}
.background-section .angle-bottom {
	height: 95px;
	position: absolute;
	bottom: -95px;
}
.background-section .left.angle-bottom {
	width: 29%;
	left: 0;
	margin-left: -1px;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
}
.background-section .right.angle-bottom {
	width: 72%;
	right: 0;
	margin-right: -1px;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
}

.background-0 .inner-image {
	bottom: -150px;
	left: 0px;
	max-width: 619px;
}
.background-0 .circles {
	bottom: 80px;
	margin-left: -515px;
}
.background-1 .inner-image {
	top: 195px;
	left: 355px;
	max-width: 280px;
}
.background-1 .circles {
	top: 25px;
	margin-left: -510px;
}
.background-2 .inner-image {
	bottom: 95px;
	right: 35px;
	max-width: 342px;
}
.background-2 .circles {
	bottom: -45px;
	margin-left: -20px;
}
.background-3 .inner-image {
	bottom: 90px;
	left: 35px;
	max-width: 342px;
}
.background-3 .circles {
	bottom: -10px;
	margin-left: -595px;
}

.content-section {
	background-position: center top;
	background-repeat: no-repeat;
}
.content-section .inner {
	width: 1024px;
	margin: 0 auto;
	padding: 100px;
}
.content-section .content {
	opacity: 0;
	filter: alpha(opacity=0);
}
.content-section.template-50-50-left .left {
	width: 374px;
	padding-right: 50px;
	float: left;
}
.content-section.template-50-50-left .aboutleft {
	width: 700px;
	padding-right: 50px;
	float: left;
}
.content-section.template-50-50-left .right {
	width: 600px;
	float: right;	
}
.content-section.template-50-50-right .left {
	width: 600px;
	float: left;	
}
.content-section.template-50-50-right .right {
	width: 374px;
	padding-left: 50px;
	float: right;	
}
.content-section .image-wrapper {
	width: 100%;
	overflow: hidden;
}
.content-section.section-1 {
	padding-top: 35px;
}
.content-section.section-1 .image-wrapper {
	margin-top: -40px;
}
.content-section .image {
	width: 100%;
}
.content-section .image {
	width: 100%;
}
.content-section .image.image-1 {
	display: block;
}
.content-section .image.image-2,
.content-section .image.image-3,
.content-section .image.image-4,
.content-section .image.image-5 {
	display: none;
}
.content-section .image img {
	max-width: 100%;
	height: auto;
}
.content-section .dots {
	display: block;
	height: 10px;
	text-align: center;
}
.content-section .dots .dot {
	width: 10px;
	height: 10px;
	background: #7c7c7c;
	border-radius: 5px;
	margin: 0 10px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	cursor: pointer;
}
.content-section.template-centered .image-wrapper {
	max-height: 390px;
	text-align: center;
}
.content-section.template-centered .image img{
	width: auto;
	max-height: 390px;
}
.content-section.template-centered .inner {
	width: 858px;
	text-align: center;
	margin: 0 auto;
}
.content-section.template-centered .top {
	margin-bottom: 50px;
}

.contact-section {
	background: #DFE1EA;
	color: #a3a3a3;
}
.contact-section .inner {
	width: 1024px;
	margin: 0 auto;
	padding: 100px;
}
.contact-section .left {
	width: 600px;
	padding-right: 100px;
	float: left;
}
.contact-section .right {
	width: 324px;
	float: right;	
}
.contact-section .right table {
	margin: 0;
}
.contact-section .social-media {
	height: 50px;
	font-size: 0;
}
.contact-section .social-media .social-media-icon {
	width: 50px;
	height: 50px;
	background-color: #ececec;
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-right: 14px;
	margin-bottom: 14px;
}
.contact-section .social-media .social-media-icon:last-child {
	margin-right: 0;
}
.contact-section .social-media .social-media-icon.facebook {
	background-image: url(images/facebook.png);
}
.contact-section .social-media .social-media-icon.twitter {
	background-image: url(images/twitter.png);
}
.contact-section .social-media .social-media-icon.youtube {
	background-image: url(images/youtube.png);
}
.contact-section .social-media .social-media-icon.pinterest {
	background-image: url(images/pinterest.png);
}
.contact-section .social-media .social-media-icon.instagram {
	background-image: url(images/instagram.png);
}
.contact-section .left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.contact-section .left li {
	margin: 0 0 15px 0;
}
.contact-section .left li label {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding-top: 3px;
	font-size: 17px;
	font-weight: 300 !important;
	margin: 0 4% 0 0 !important;
	line-height: 20px;
	word-wrap: break-word;
}
.contact-section .left li div.ginput_container {
	display: inline;
}
.contact-section .left li div.chzn-container {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 65% !important;
}
.contact-section .left li input.medium {
	display: inline;
	height: 58px;
	font-size: 20px;
	font-weight: 100;
	padding-left: 2%;
	width: 64%;
}
.contact-section .left li textarea.medium {
	display: inline;
	font-size: 14px;
	padding: 2%;
	width: 62%;
}
.contact-section .left li select {
	width: 65% !important;
}
.contact-section .chzn-single {
	height: 58px !important;
	line-height: 58px !important;
}
.contact-section .chzn-single div b {
	background-position: 0 18px !important;
}
.contact-section .gfield_description.validation_message,
.contact-section .gfield_required {
	display: none;
}
.contact-section .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0;
	margin-right: 3px;
}
.contact-section .gform_footer {
	text-align: right;
}
.contact-section .gform_footer input[type="submit"] {
	font-size: 11px !important;
	padding: 14px 30px !important;
}

/* =Footer
----------------------------------------------- */

.site-footer {
	background: #003a5d;
	color: #fff;
	font-size: 14px;
}
.site-footer a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}
.site-footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.site-footer .site-info {
	width: 1024px;
	margin: 0 auto;
	padding: 40px 100px;
}
.site-footer .copyright {
	float: left;
}
.site-footer .linklove {
	float: right;
	color: #e5e5e5;
}
.site-footer .linklove a {
	color: #e5e5e5;
}
.site-footer .linklove a:hover {
	color: #fff;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
h1 {
	font-size: 40px;
	font-weight: 100;
	line-height: 40px;
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 5px;
}
h2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 1em;
}
h3 {
	font-size: 21px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 1em;
}
h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
	margin-bottom: 1em;
}
h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	margin-bottom: 1em;
}
h6 {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	line-height: 21px;
	margin-bottom: 1em;
}
.desktop {
	display: inherit;
}
.mobile {
	display: none;
}

/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}
a.pp_expand {
	display: none !important;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
@media screen and (max-width: 1650px) {
	.background-section .background-image {
		background-size: auto 800px;
	}
}
@media screen and (max-width: 1224px) {
	.content-section .inner {
		width: auto;
		padding: 100px;
	}
	.contact-section .inner {
		width: auto;
		padding: 100px;
	}
	.background-section .inner-image-wrapper {
		width: auto;
		margin: 0 100px;
	}
	.background-section .inner-image {
		left: 0px;
	}
	.background-section .circles-wrapper .circles {
		margin-left: 0;
		left: -15px;
	}
	.content-section.template-50-50-left .left {
		width: 35%;
		padding-right: 5%;
	}
	.content-section.template-50-50-left .right {
		width: 60%;
	}
	.content-section.template-50-50-right .left {
		width: 60%;
	}
	.content-section.template-50-50-right .right {
		width: 35%;
		padding-left: 5%;
	}
	.content-section.template-centered .inner {
		width: auto;
	}

	.contact-section .inner {
		width: auto;
		padding: 100px;
	}
	.contact-section .left {
		width: 60%;
		padding-right: 5%;
	}
	.contact-section .right {
		width: 35%;
	}

	.site-footer .site-info {
		width: auto;
	}
}
@media screen and (max-width: 1024px) {
	.site-header hgroup {
		width: 100%;
	}
	.background-section .circles-wrapper {
		width: 100%;
	}
}
@media screen and (max-width: 770px) {
	.content-section.template-50-50-left .left {
		width: 100%;
		padding-right: 0;
		float: none;
	}
	.content-section.template-50-50-left .right {
		width: 100%;
		padding-right: 0;
		float: none;
	}
	.content-section.template-50-50-right .left {
		width: 100%;
		padding-right: 0;
		float: none;
	}
	.content-section.template-50-50-right .right {
		width: 100%;
		padding-left: 0;
		float: none;
	}

	.contact-section .left {
		width: 100%;
		padding-right: 0;
		float: none;
	}
	.contact-section .right {
		width: 100%;
		padding-left: 0;
		float: none;
	}

	.site-footer .copyright {
		float: none;
		margin-bottom: 1em;
	}
	.site-footer .linklove {
		float: none;
	}
}
@media screen and (max-width: 512px) {
	.site-header {
		position: relative;
	}
	.site-header .site-title {
		position: relative;
		padding: 10px;
		font-size: 36px;
		text-align: center;
		margin: 0;
	}
	.main-navigation {
		float: none;
		width: 100%;
		background: #fff;
		box-shadow: 0 0 3px rgba(0,0,0,0.33);
		text-align: center;
	}
	.main-navigation .menu li {
		float: none;
		display: inline-block;
		zoom: 1;
		*display: inline;
		margin: 0;
		line-height: 12px;
		font-size: 11px;
	}
	.main-navigation .menu li a {
		display: block;

		padding: 18px 9px;
		color: #a8a8a8;
		text-decoration: none;
	}
	.main-navigation .menu li a:hover,
	.main-navigation .menu li a.active {
		border-top-width: 0;
		padding-top: 18px;
	}
	a.button,
	button,
	html input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		margin-right: 0;
	}
	h1 {
		font-size: 32px;
		line-height: 30px;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: inherit;
	}
	.background-section .background-image {
		height: 440px;
		background-size: auto 490px;
	}
	.content-section .inner {
		padding: 35px;
	}
	.content-section .content {
		text-align: center;
	}
	.background-0 .inner-image {
		bottom: 40px !important;
	}
	.contact-section .inner {
		padding: 35px;
	}
	.contact-section .social-media .social-media-icon {
		margin-right: 0;	
	}
	.background-section .inner-image-wrapper {
		width: auto;
		margin: 0 35px;
	}
	.site-footer .site-info {
		padding: 35px;
	}
	
	div.pp_default .pp_nav {
		clear:none;
		height:30px;
		width:150px;
		position:relative
	}
	div.pp_details {
		display: none;
	}
	div.pp_default a.pp_arrow_previous,
	div.pp_default a.pp_arrow_next {
		height:22px;
		width:61px;
		margin:4px 0 0;
	}
	div.pp_default a.pp_arrow_next {
		background:url(../images/prettyPhoto/light_rounded/btnNext.png) no-repeat;
		left:52px;
	}
	div.pp_default a.pp_arrow_previous {
		background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) no-repeat;
	}
	div.pp_default .pp_nav .currentTextHolder {
		left:120px;
	}

}