/*
Theme Name: Amplify
*/



/* =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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
h1, h2 {
	clear: both;
	font-weight: normal;
}
h1 {
	text-transform: uppercase;
	letter-spacing: 3px;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: 0 none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/* Clearing floats */
.clear:after, .wrapper:after, .format-status .entry-header:after {
	clear: both;
}
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
	display: table;
	content: "";
}
img, embed, object, video {
	max-width: 100%;
	height: auto;
}
p, .em {
	margin-bottom: 1em;
}
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.site {
	margin: 0 auto;
	max-width: 960px;
}
body {
	font-size: 23px;
	font-family: 'Granjon', Georgia;
	color: #585857;
	background-color: #b1b1b0;
	line-height: 1.2;
}
.entry-intro.has_post_thumbnail {
	font-size: 23px;
	padding: 0 0 0 6.3%;
	background-color: #6f6f6e;
	position: relative;
	line-height: 1.2;
	max-height: 420px;
}

.entry-intro {
	font-size: 23px;
	padding: 0 6.3% 0 6.3%;
	background-color: #6f6f6e;
	position: relative;
	line-height: 1.4;
	min-height: 326px;
}
.entry-intro-text.has_post_thumbnail {
	width: 58%;
}
.entry-foot {
    width: 58%;
}
.entry-intro-text {
	position: absolute;
	bottom: 60px;
	color: #fff;
	width: 87.2%;
}
.entry-foot {
    width: 58%;
    position: absolute;
	bottom: 60px;
	color: #fff;
}
.entry-intro-text .desc {
	margin-bottom: 20px;
	text-align: justify;
}
.entry-intro .wp-post-image {
	float: right;
	margin-left: 3.44%;
	max-height: 326px;
	max-width: 33%;
}
#mapcanvas{
    float: right;
	margin-left: 3.44%;
	height: 326px;
	width: 33%;

}
#mapcanvas .markerlabel
{
    color:#c33d30;
    font-weight:bold;
    font-size:1.2em;
    text-shadow: 2px 1px 3px rgba(150, 150, 150, 1);
}
.entry-intro iframe {
	float: right;
	margin-left: 3.44%;
	max-height: 326px;
	width: auto;
}
.intro-img-caption {
	position: absolute;
	text-transform: uppercase;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	width: 61%;
	bottom: 15px;
}
.entry-title {
	color: #D1D3D4;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 7px 0 30px 6.3%;
}
.entry-content {
	padding: 30px 6.3% 30px 6.3%;
	background-color: #d9d9d9;
	display: none;
}
a.click.top {
	position: absolute;
	bottom: -50px;
}
.col-1 {
	margin-bottom: 20px;
	background-color: #868686;
	padding: 32px 0 90px 9.3%;
	background-image: url(images/squares2.png);
	background-repeat: no-repeat;
	background-position: 3% 200px;
	text-align: justify;
}
.col-1.box-1 {
	background-image: none;
    background-color: #6f6f6e;
    padding: 0;
    padding: 0px 0 90px 9.3%;
}
.entry-content.left {
	float: left;
	width: 50%;
	padding: 0;
	background-color: #808285;
	min-height: 480px
}
.entry-content.right {
	float: right;
	width: 50%;
	padding: 0;
	height: inherit;
}
.entry-content-inner {
	padding: 12.64%;
}
.entry-content-inner.map {
	height: 365px;
	padding: 7.58%;
}
.entry-content-inner.map iframe {
	width: 100%;
	height: 100%;
}


a {
	text-decoration: underline;
	color: #585857;
    outline:0 none;
}

.flexslider .flex-viewport li,
.flexslider.empty .slides {
    height:325px;

}
.flexslider.empty .slides li {
    display:block;
    width:100%;
    height:100%;
}
.flexslider .slides li .date,
body.news .entry-intro-text .date{
    
    font-size:12px;
    color:#a7a9ac;
    text-transform:uppercase;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light",Arial,sans-serif;
    position:absolute;
    bottom:-26px;
    right:0px;
}

body.news .entry-intro-text
{
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom:auto;
}
.flexslider .entry-title{
    width:510px;
}
.flexslider li.front
{
    background:#e6e7e8 url(images/home.png?v=3) no-repeat 50% 50%;
    
    background-size:100% auto;
}

.flexslider .entry-intro
{
    background-color:#868686;
}

.flexslider .entry-intro-text
{
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom:auto;
}

.flexslider .intro-img{
    height:325px;
    float: right;
    margin-left: 3.44%;
    width: 32.9%;
    background-position:50% 50%;
    background-size:auto 100%;
}

@font-face {
	font-family: 'Granjon';
	src: url('fonts/Granj.eot');
}
@font-face {
	font-family: 'Granjon';
	src: url('fonts/Granj.woff') format('woff'), url('fonts/Granj.svg#Granjon') format('svg');
}
@font-face {
	font-family: 'Granjonita';
	src: url('fonts/GranjIta.eot');
}
@font-face {
	font-family: 'Granjonita';
	src: url('fonts/GranjIta.woff') format('woff'), url('fonts/GranjIta.svg#Granjon') format('svg');
}
/* Text elements */
.entry-content p, .caption {
	margin-bottom: 1em;
}
.entry-content ul, .entry-content ol {
	margin: 0 0 1.2em 1em;
}
.entry-content ul {
	list-style: disc;
}
.entry-content ol {
	list-style-type: decimal;
}
.entry-content h1, .entry-content h2 {
	font-weight: normal;
	margin-bottom: .6em;
	letter-spacing: 3px;
}
.entry-content h3 {
	font-weight: normal;
	color: #F73F1D;
}
h3{font-weight:normal;}
.uppercase {
	text-transform: uppercase;
	margin-bottom: .5em;
	letter-spacing: 2px;
	text-align: left;	
}
.cases-intro .red, .ita {
	font-style: italic;
}
strong {
	font-weight: normal;
	color: #000;
}
cite, em, i {
	font-style: italic;
}
.site-header {
	position: relative;
	background-color: #6f6f6e;
}
.site-header a {
	text-decoration: none;
}
#site-description {
	color: #6d6e71;
	font-size: 29px;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	top: 14px;
	left: 243px;
	display: block;
	white-space: nowrap;
}
.main-navigation {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Arial, sans-serif;
	font-size: 18px;
	padding: 31px 4% 32px 15%;
	font-weight: normal;
	letter-spacing: 1px;
}
.wrapper {
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	display: inline-block !important;
	text-align: left;
	width: 100%;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
}
.main-navigation li a, .main-navigation li {
	display: inline-block;
	text-decoration: none;
}
.main-navigation li a {
	border-bottom: 0;
	color: #BCBEC0;
	line-height: 1.5;
	text-transform: uppercase;
	white-space: nowrap;
}
.main-navigation li a:hover {
	color: #fff;
}
.main-navigation li {
	margin: 0 15px 0 0;
	position: relative;
}
.main-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: -5px;
	z-index: 1;
	background-color: #939598;
	padding: 8px 5px 10px 5px;
}
.main-navigation li ul ul {
	top: 0;
	left: 100%;
}
.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}
.main-navigation li ul li a {
	display: block;
	font-size: 13px;
	line-height: 1.4;
	text-transform: none;
	white-space: nowrap;
}
.main-navigation li ul li a:hover {
	color: #FFCB05;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
	_color: #fff;
}
.main-navigation li ul .current-menu-item > a {
	color: #FFCB05;
}
.main-navigation li.right {
	float: right;
}
.menu-toggle {
	display: none;
}
.yellow {
	color: #FFCB05;
}
.darkgrey {
	color: #414042;
}
.lightgrey {
	color: #58595B;
}
.red {
	color: #F73F1D !important;
}
.contact {
	background-color: #6D6E71;
}
a.a-link {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 31px;
	height: 46px;
	background-image: url(images/pil-right.png);
	background-repeat: no-repeat;
	color: #A7A9AC;
}
a.a-link.selected {
	background-image: url(images/pil-down.png);
	width: 46px;
	height: 31px;
	color:#d9d9d9;
}
dt {
	clear: both;
	position: relative;
	padding: 0 60px 0 0;
	margin-bottom: 30px;
}
.client-logo img {
	max-height: 100%;
	width: auto;
}
.cases-intro img {
	max-height: 100%;
	width: auto;
}
div.client-logo {
	height: 60px;
	float: left;
	margin: 0 50px 50px 0;
}
.left{float:left; max-width:20%;}
.right{float:right; max-width:70%;}

body.news .entry-title {
    width:510px;
}
body.news .col-1
{
    padding-top:90px;
}
body.news .intro-img{
        height:325px;
    float: right;
    margin-left: 3.44%;
    width: 33%;
    background-position:50% 50%;
    background-size:auto 100%;
}
/*body.news #primary{width:760px;float:left;}
body.news #secondary{width:200px;float:left;}
body.news article.post .entry-intro{padding-top:10px;}
body.news article.post h2{margin-left:0;}*/

/*body.news #secondary .widget_archive .inner{
    margin:20px;
}
    */
body.news .entry-content{
    display:block;
    min-height: 326px;
    padding:6.3%;
}



/* Minimum width of 600 pixels. */
@media screen and (max-width: 640px) {
* {
	font-size: 15px !important;
}
.intro-img-caption, #site-navigation a, .entry-title {
	font-size: 9px !important;
}
.intro-img img{
	margin-top:20px;
}
.main-navigation li.right {
	float: left;
}
.main-navigation {
padding: 18px 4% 18px 15.6%;
font-weight: normal;
letter-spacing: 1px;
}
.col-1 {
	padding: 15px 0 30px 9.3%;	
	background-position: 2% 172px;
	background-size: 17px 53px;
}
.entry-intro-text {

top: 20px;
}
iframe{display:none;}
.intro-img-caption {
width: 90%;
bottom: 20px;
}
.flexslider li.front
{
 
    
    background-size:90% auto;
}
}
