/* @override 
	http://www.goetzegwynn.co.uk/site/wp-content/themes/tentoten/style.css */

/*---------------------------------------------------------------------------------

Theme Name: Ten to Ten
Theme URI: http://www.tentoten.co.uk
Description: A Theme Framework
Author: Ten to Ten
Author URI: http://www.tentoten.co.uk
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0
Tags: light, dark

-----------------------------------------------------------------------------------

0.	CSS Reset
0.	CSS Clearfix
1.	Document Setup (body, common classes, vertical rhythm, structure etc)
2.	Header Styles

---------------------------------------------------------------------------------*/

/* -------------------- ## CSS 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, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

/* -------------------- ## CSS Clearfix - http://nicolasgallagher.com/micro-clearfix-hack/ */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

/* -------------------- ## Colours */

/*
#0F5959	Body and Titles
#aba9aa	Background and Rules
#c8b7a7	
#638CA6	Rules
#638CA6 Rules
#f8f4f3	Light Background
#ff606e	Links
*/

/* -------------------- ## Doc Setup */

body,
input,
textarea {
	font: 62.5% Palatino, "Times New Roman", Times, serif;
	background: #fff;
	color: #0F5959;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

input,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

html {
  position: relative;
  min-height: 100%;
}

body {
	margin-bottom: 50px;
}

.relative {
	position: relative;
}

.hidden,
.none { 
	display: none; 
}

.alignleft,
.aleft { 
	float: left; 
}

.alignright,
.aright { 
	float: right; 
}

.aligncenter,
.acenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

.post-content p a,
.col_2 p a {
	border-bottom: 1px dotted #ff606e;
}

a,a:visited {
	text-decoration: none;
	color: #D93240;
}

.shadow {
	-webkit-box-shadow:	0px 1px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:	0px 1px 1px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 1px 1px rgba(0, 0, 0, 0.6);
}

/* -------------------- ## Icon Font */

@font-face {
	font-family: 'goetzegwynn';
	src:url('fonts/goetzegwynn.eot?l8tc4q');
	src:url('fonts/goetzegwynn.eot?#iefixl8tc4q') format('embedded-opentype'),
		url('fonts/goetzegwynn.woff?l8tc4q') format('woff'),
		url('fonts/goetzegwynn.ttf?l8tc4q') format('truetype'),
		url('fonts/goetzegwynn.svg?l8tc4q#goetzegwynn') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'goetzegwynn';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-speaker:before {
	content: "\e60e";
}
.icon-facebook:before {
	content: "\e60b";
}
.icon-facebook-down:before {
	content: "\e60c";
}
.icon-twitter:before {
	content: "\e60d";
}
.icon-twitter-down:before {
	content: "\e604";
}
.icon-pinterest:before {
	content: "\e605";
}
.icon-pinterest-down:before {
	content: "\e606";
}
.icon-googleplus:before {
	content: "\e607";
}
.icon-googleplus-down:before {
	content: "\e608";
}
.icon-share:before {
	content: "\e609";
}
.icon-share-down:before {
	content: "\e60a";
}
.icon-arrow-left:before {
	content: "\e600";
}
.icon-arrow-right:before {
	content: "\e601";
}
.icon-arrow-right-down:before {
	content: "\e602";
}
.icon-arrow-left-down:before {
	content: "\e603";
}

/* -------------------- ## Fonts */

@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}

nav,
footer,
h1, h2, h3, h4, h5, h6 {
	font-family: 'source_sans_proregular', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	color: #0F5959;
	font-size: 1.2em;
}

p {
	line-height: 1.6em;
	font-size: 1.5em;
}

sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
sub { top: 0.4em; }

.easy-table,
input,
p {
	font-family: Palatino, "Times New Roman", Times, serif;
}

li {
	font-size:1em
}

li, li li, li li li {
	font-size: 1em;
}

h1 {
	font-size: 3.8em;
	line-height: 1em;
}

h1.page-title {
	font-size: 3.8em;
}

.page-title {
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #27c4bf;
}

.title-ctn {
	text-align: center;
	display: table;
}

.description {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-top: 10px;
}

.title-ctn .cell {
	display: table-cell;
	vertical-align: middle;
	float: none;
	margin: 0;
	padding: 0 15px;
}

.divider {
	font-size: 0;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #27c4bf;
}

h2 {
	font-size: 2.4em;
	line-height: 1em;
	margin-bottom: 10px;
}

h3 {
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.6em;
	line-height: 1em;
	margin-bottom: 10px;
}

h5 {
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 5px;
}

h6 {
	font-size: 1.4em;
	line-height: 1em;
	margin-bottom: 5px;
}

/* -------------------- ## Content Styles */

.wp-caption-text {
	
}

.gallery-caption {
	
}

.bypostauthor {
	
}

.sticky {
	
}

a .icon-nav {
	color: black;
	color: #006c64;
}

.icon-nav {
	font-size: 34px;
}

a:hover .icon-arrow-left:before {
	content: "\e603";
}

a:hover .icon-arrow-right:before {
	content: "\e602";
}

.social {
	border-top: 1px solid #27c4bf;
	padding-top: 20px;
}

ul.social-buttons {
	margin-left: -5px;
}

.social-buttons li {
	float: left;
	margin: 0 5px;
}

.social-buttons .icon {
	font-size: 34px;
}

.social-buttons .icon-facebook {
	color: #3b5998;	
}

.social-buttons .icon-facebook {
	color: #3b5998;	
}

a:hover .icon-facebook:before {
	content: "\e60c";
}

.social-buttons .icon-twitter {
	color: #00aced;	
}

a:hover .icon-twitter:before {
	content: "\e604";
}

.social-buttons .icon-pinterest {
	color: #cb2027;	
}

a:hover .icon-pinterest:before {
	content: "\e606";
}

.social-buttons .icon-googleplus {
	color: #dd4b39;	
}

a:hover .icon-googleplus:before {
	content: "\e608";
}

.social-buttons .icon-share {
	color: #f8694c;	
}

a:hover .icon-share:before {
	content: "\e60a";
}

/* -------------------- ## Images */

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.sprite {
	background: url(images/sprite.png) 0 0;
	background-size: 500px auto;
}

img {
	display: block;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
.size-full-width,
.size-half-width,
.size-third-width {
	max-width: 100%;
	height: auto;
}

img.size-half-width {
	width: 48.5%;
}

img.size-third-width {
	width: 31%;
}

img.alignleft {
	display:inline;
	float:left;
	margin-right: 20px;
}

.wp-caption.alignright,
img.alignright {
	margin-left:20px;
}

img.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 5px;
}

.wp-caption {
	margin-bottom: 10px;
	text-align:center;
	background: #f8f4f3;
	color: #0F5959;
}

.wp-caption img {
	width: 100%;
	height: auto;
}

div.wp-caption {
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	font-size: 1.3em;
	margin: 5px !important;
}

.wp-caption.alignleft {
	margin-right: 20px;
}

/* -------------------- ## Page Nav */

#pagenavi {
}

.wp-pagenavi {
	clear: both;
	margin: 30px auto 0;
	position: relative;
	padding-top: 10px;
	border-top: 1px solid #27c4bf;
}

.wp-pagenavi a,
.wp-pagenavi span.current,
.wp-pagenavi span.extend {
	text-decoration: none;
	width: 28px;
	height: 28px;
	display: inline-block;
	margin: 0 4px 0 0;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	background: #aba9aa;
	color: #fff;
	font-size: 1.4em;
}

.wp-pagenavi span.current {
	color: #fff;
}

.wp-pagenavi a:hover, 
.wp-pagenavi span.current {
	color: #fff;
	background: #ff606e;
}

/* -------------------- ## Grid */

.wrapper {
	width: 100%;
	display: block;
}

.c_12 {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}

.g_1,
.g_2,
.g_3,
.g_4,
.g_5,
.g_6,
.g_7,
.g_8,
.g_9,
.g_10,
.g_11,
.g_12 {
	display: inline;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}

.c_12 .g_1 {width: 70px;}
.c_12 .g_2 {width: 170px;}
.c_12 .g_3 {width: 270px;}
.c_12 .g_4 {width: 370px;}
.c_12 .g_5 {width: 470px;}
.c_12 .g_6 {width: 570px;}
.c_12 .g_7 {width: 670px;}
.c_12 .g_8 {width: 770px;}
.c_12 .g_9 {width: 870px;}
.c_12 .g_10 {width: 970px;}
.c_12 .g_11 {width: 1070px;}
.c_12 .g_12 {width: 1170px;}

.c_12 .p_1 {padding-left: 100px;}
.c_12 .p_2 {padding-left: 200px;}
.c_12 .p_3 {padding-left: 300px;}
.c_12 .p_4 {padding-left: 400px;}
.c_12 .p_5 {padding-left: 500px;}
.c_12 .p_6 {padding-left: 600px;}
.c_12 .p_7 {padding-left: 700px;}
.c_12 .p_8 {padding-left: 800px;}
.c_12 .p_9 {padding-left: 900px;}
.c_12 .p_10 {padding-left: 1000px;}
.c_12 .p_11 {padding-left: 1100px;}

.c_12 .s_1 {padding-right: 100px;}
.c_12 .s_2 {padding-right: 200px;}
.c_12 .s_3 {padding-right: 300px;}
.c_12 .s_4 {padding-right: 400px;}
.c_12 .s_5 {padding-right: 500px;}
.c_12 .s_6 {padding-right: 600px;}
.c_12 .s_7 {padding-right: 700px;}
.c_12 .s_8 {padding-right: 800px;}
.c_12 .s_9 {padding-right: 900px;}
.c_12 .s_10 {padding-right: 1000px;}
.c_12 .s_11 {padding-right: 1100px;}

/* -------------------- ## Header */

header.site {
	background: #fff;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 	0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 		0px 2px 2px rgba(0, 0, 0, 0.2);
	position: fixed;
	height: 50px;
	z-index: 99999;
}

#branding {
	font: 2.5em Garamond, "Times New Roman", Times, serif;
	float: left;
	line-height: 50px;
	height: 50px;
}

#branding a {
	color: #000;
}

nav ul {
	float: right;	
}

nav ul ul {
	display: none;
	position: absolute;
	background: #f8f4f3;
	margin-left: -50px;
	padding: 5px 0;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 	0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 		0px 2px 2px rgba(0, 0, 0, 0.2);
}

nav ul ul li {
	font-size: 0.9em;
}

nav ul ul a {
	line-height: 20px;
	margin: 0;	
	padding: 5px 10px;
	width: 200px;
}

.sub-menu:after, 
.sub-menu:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}


.sub-menu:before {
	border-bottom-color: #f8f4f3;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}

nav li {
	float: left;
	font-size: 1.6em;
	position: relative;
}

nav li:hover > ul {
	display: block;
}

nav li.last a,
nav li:last-child a {
	margin-right: 0;
}

nav a,
nav a:visited {
	color: #638CA6;
	display: inline-block;
	line-height: 50px;
	margin: 0 15px;	
}

nav a:hover,
nav a:active,
.current-menu-item a {
	color: #0F5959;
}

nav#access {
	display: block;
}

nav .toggle-menu {
	display: none;
}

/* -------------------- ## Footer */

footer.site {
	background: #638CA6;
	padding: 15px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	line-height: 20px;
}

footer.site a {
	font-size: 1.3em;
	color: #fff;
}

/* -------------------- ## Content */

#content {
	padding: 80px 0 50px;
}

.entry-content p {
	margin-bottom: 15px;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.entry-content .post-content p {
	margin-bottom: 15px;
}

.easy-table thead th {
	font-size: 1.4em;
}

.easy-table td {
	font-size: 1.4em;
	border-color: #27c4bf;
}

.audio {
	margin-bottom: 20px;
}

.audio .mejs-container {
	background-color: #fff !important;
}

/* ----- ## Contact */

.contact-form input,
.contact-form textarea {
	background: #eaf1f2;
	border: none;
	padding: 10px;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 1em;
	margin: 0;
}

.contact-form textarea {
	width: 100%;
}

.contact-form span.wpcf7-not-valid-tip {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	z-index: 100;
	border: none;
	padding: 0px;
	color: red;
	margin-top: 5px;
}

.contact-form .odd,
.contact-form .even {
	float: left;
	width: 50%;
	height: 90px;	
}

span.wpcf7-list-item,
span.wpcf7-list-item input { 
	display: inline-block;
	width: auto;
}

span.wpcf7-list-item {
	margin: 5px 10px 10px 0!important;
}

input.wpcf7-submit {
	display: block;
	color: #fff;
	background: #638CA6;
	width: 140px;
	text-transform: uppercase;
	margin-top: 20px!important;
	-webkit-appearance: none;	
}

div.wpcf7-response-output {
	display: block!important;
	clear: both;
	font-size: 15px;
	border: none!important;
	padding: 0!important;
	margin: 0px 0 20px !important;
	color: red;
}

/* -------------------- ## Slider */

.gallery-ctn {
	border-bottom: 1px solid #BFD4D9;
	background: #f8f4f3;
	padding: 30px 0 30px;
	margin-bottom: 30px;
	margin-top: -30px;
}

.royalSlider {
	width: 293px !important;
	margin: 0 auto;
}

/*
.visibleNearby .rsSlide img {
  opacity: 0.45;
}
*/

.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.slider-ctn {
	overflow: hidden;
}

.rsOverflow { 
	overflow:visible !important; 
}

.main-rotator,
.detail-rotator {
	position: relative;
	background: transparent;
	width: 100%;
}

/* -------------------- ## Home */

.hm-blocks ul {
	margin: 20px 0 -50px;
	float: left;
}

.hm-blocks .block {
	margin-bottom: 50px;
	padding-bottom: 25px;
	position: relative;
}

.hm-blocks h2 {
	font-size: 2em;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #27c4bf;
}

.hm-blocks p {
	font-size: 1.5em;
}

.link-ctn a {
	background: #fff;
	border: 1px #27c4bf solid;
	padding: 5px 15px;
	font-size: 1.3em;
	text-transform: uppercase;
}

.link-ctn a:hover {
	background: #638CA6;
	color: #fff;
}

.link-ctn {
	border-bottom:1px #27c4bf solid;
	line-height: 0px;
	margin-bottom: 12px;
	text-align:center;
	position: absolute;
	width: 100%;
	bottom: 0;
}

/* -------------------- ## Portfolio */

.pf-grid {
	width: 100%;
	float: left;
}

.pf-grid .block {
	background: #dfe9ec;
	margin-bottom: 30px;
}

.pf-grid .block:hover h2 a {
	color: #fff;
	text-shadow: none;
}

.pf-grid .block:hover {
	background: #638CA6;
}

.pf-grid .details {
	padding: 10px;
}

.pf-grid .icon {
	width: 18px;
	height: 18px;
	float: right;
	display: inline-block;
	background-position: -81px -2px;
}

.pf-grid .icon:hover {
	background-position: -81px -22px;
}

.pf-grid .entry-meta {
	margin-top:5px;
	height: 18px;
	line-height: 18px !important;
	border: none;
	text-transform: uppercase;
	font: 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.pf-grid h2 a {
	color: #0F5959;
}

.pf-grid h2 {
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 0;
	text-shadow: 1px 1px 0 #fff;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: .8s;
     -moz-transition-duration: .8s;
      -ms-transition-duration: .8s;
       -o-transition-duration: .8s;
          transition-duration: .8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* -------------------- ## Blog */

.p-list li {
	margin-bottom: 30px;
}

.p-list li.thumb {
	min-height: 150px;
}

.p-list li.thumb img {
	float: left;
	width: 150px;
	position: absolute;
}

.p-list li.thumb .details {
	padding-left: 170px;
}

.p-list li:last-child {
	margin-bottom: 0;
}

.entry-meta {
	border-bottom: 1px solid #27c4bf;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
	line-height: 1.5em;
}

.p-list h2 a {
	color: #0F5959;
}

/* -------------------- ## General Post styling */

.post-content hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd;
}

.post-content ol,
.post-content ul {
	margin-bottom: 20px;
}

.post-content ol li,
.post-content ul li {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.post-content ol li:last-child,
.post-content ul li:last-child {
	margin-bottom: 0;
}

.post-content ol li {
	list-style-type: decimal;
	margin-left: 30px;
}

.post-content ul li {
	margin-left:0;
	padding-left: 30px;
}

.post-content ul li li,
.post-content ol li li {
	font-size: 1em;
}

.post-content ul li ul,
.post-content ol li ol {
	margin-top: 10px;
}

.post-content ul li:before {
	display:inline-block;
	content:"-";
	width:1em;
	margin-left: -1em;
}

.post-content blockquote {
	margin: 2em 0px;
	padding-left: 30px;
	padding-top: 50px;
}

.post-content blockquote p {
	font-size: 1.6em;
	line-height: 1.6em;
	margin-top: -42px;
}

.post-content blockquote:before {
	color: #638CA6;
	content:"\201C";
	font: 14em "Times New Roman", Georgia, Times, serif;
	font-weight: 400;
	line-height: 0;
	margin: 0 0 0 -35px;
	vertical-align: top;
}

/* -------------------- ## Opus */

.opus li,
.reports li {
	border-bottom: 1px solid #f8f4f3;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.opus li:last-child,
.reports li:last-child {
	border-bottom: 0;
	padding: 0;
	margin: 0;
}

.opus li a,
.reports li a {
	color: #638CA6;
}

.opus li h2,
.reports li h2 {
	margin-bottom: 0;
	font-size: 1.6em;
}

.opus li h2 {
	float: left;
}

.opus li .time,
.reports li .time {
	font-size: 1.5em;
	text-align: right;
}

.opus li .cats,
.reports li .cats,
.opus li .download,
.reports li .download {
	font-size: 1.5em;
}

.opus .icon-speaker {
	float: left;
	font-size: 16px;
	margin-right: 5px;
}

/* -------------------- ## Responsive */

/* Desktop Small / iPad Landscape ----------- */
@media only screen and (max-width: 1200px) {

body {
	font-size: 60%;
}

.c_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.g_1,
.g_2,
.g_3,
.g_4,
.g_5,
.g_6,
.g_7,
.g_8,
.g_9,
.g_10,
.g_11,
.g_12 {
	margin-left: 10px;
	margin-right: 10px;
}

.c_12 .g_1 {width: 60px;}
.c_12 .g_2 {width: 140px;}
.c_12 .g_3 {width: 220px;}
.c_12 .g_4 {width: 300px;}
.c_12 .g_5 {width: 380px;}
.c_12 .g_6 {width: 460px;}
.c_12 .g_7 {width: 540px;}
.c_12 .g_8 {width: 620px;}
.c_12 .g_9 {width: 700px;}
.c_12 .g_10 {width: 780px;}
.c_12 .g_11 {width: 860px;}
.c_12 .g_12 {width: 940px;}

.c_12 .p_1 {padding-left: 80px;}
.c_12 .p_2 {padding-left: 160px;}
.c_12 .p_3 {padding-left: 240px;}
.c_12 .p_4 {padding-left: 320px;}
.c_12 .p_5 {padding-left: 400px;}
.c_12 .p_6 {padding-left: 480px;}
.c_12 .p_7 {padding-left: 560px;}
.c_12 .p_8 {padding-left: 640px;}
.c_12 .p_9 {padding-left: 720px;}
.c_12 .p_10 {padding-left: 800px;}
.c_12 .p_11 {padding-left: 880px;}

.c_12 .s_1 {padding-right: 80px;}
.c_12 .s_2 {padding-right: 160px;}
.c_12 .s_3 {padding-right: 240px;}
.c_12 .s_4 {padding-right: 320px;}
.c_12 .s_5 {padding-right: 400px;}
.c_12 .s_6 {padding-right: 480px;}
.c_12 .s_7 {padding-right: 560px;}
.c_12 .s_8 {padding-right: 640px;}
.c_12 .s_9 {padding-right: 720px;}
.c_12 .s_10 {padding-right: 800px;}
.c_12 .s_11 {padding-right: 880px;}

nav a {
	margin: 0 10px;	
}

.title-ctn .cell {
	padding: 0 10px;
}

.pf-grid .block {
	margin-bottom: 20px;
}

}

/* Tablet (Portrait) ----------- */
@media only screen and (max-width: 968px) {

.c_12 {
	width: 720px;
	min-width: 720px;
}

.c_12 .g_1 {width: 40px;}
.c_12 .g_2 {width: 100px;}
.c_12 .g_3 {width: 160px;}
.c_12 .g_4 {width: 220px;}
.c_12 .g_5 {width: 280px;}
.c_12 .g_6 {width: 340px;}
.c_12 .g_7 {width: 400px;}
.c_12 .g_8 {width: 460px;}
.c_12 .g_9 {width: 520px;}
.c_12 .g_10 {width: 580px;}
.c_12 .g_11 {width: 640px;}
.c_12 .g_12 {width: 700px;}

.c_12 .p_1 {padding-left: 60px;}
.c_12 .p_2 {padding-left: 120px;}
.c_12 .p_3 {padding-left: 180px;}
.c_12 .p_4 {padding-left: 240px;}
.c_12 .p_5 {padding-left: 300px;}
.c_12 .p_6 {padding-left: 360px;}
.c_12 .p_7 {padding-left: 420px;}
.c_12 .p_8 {padding-left: 480px;}
.c_12 .p_9 {padding-left: 540px;}
.c_12 .p_10 {padding-left: 600px;}
.c_12 .p_11 {padding-left: 660px;}

.c_12 .s_1 {padding-right: 60px;}
.c_12 .s_2 {padding-right: 120px;}
.c_12 .s_3 {padding-right: 180px;}
.c_12 .s_4 {padding-right: 240px;}
.c_12 .s_5 {padding-right: 300px;}
.c_12 .s_6 {padding-right: 360px;}
.c_12 .s_7 {padding-right: 420px;}
.c_12 .s_8 {padding-right: 480px;}
.c_12 .s_9 {padding-right: 540px;}
.c_12 .s_10 {padding-right: 600px;}
.c_12 .s_11 {padding-right: 660px;}

nav .toggle-menu {
	width: 24px;
	height: 20px;
	display: inline-block;
	position: absolute;
	padding: 3px;
	margin: 1px;
	top: 12px;
	right: 0px;
	background: url(images/menu-icon-256.png) no-repeat;
	background-size: 24px auto;
	background-position: 3px 1px;
	z-index: 9999;
}

.toggle-menu:hover {
	cursor: pointer;
}

nav .toggle-menu.open {
	border: 1px solid #27c4bf;
	border-bottom: 1px solid #fff;
	margin: 0;
}

nav li {
	width: 100%;
}

nav a {
	padding: 0 11px;
	margin: 0;
	display: block;
}

nav#access #pull:hover {
	cursor: pointer;
	background-position: 0 -72px;
	background: #1cabe1;	
}

nav#main-nav ul {
	display: none;
	position: absolute;
	background: #fff;
	width: 210px;
	top: 39px;
	right: 0;
	border: 1px solid #27c4bf;
}

nav#main-nav ul ul {
	border: none;
	position: relative;
	box-shadow: none !important;
	padding: 0 0 5px !important;
	top: 0;
	border-bottom: 1px solid #f8f4f3;
}

nav#main-nav ul li.menu-item-has-children a {
	border-bottom: 0;
}

.sub-menu:before {
	border: none;
}

nav#main-nav ul a {
	line-height: 2.4em;
	padding: 0;
	border-bottom: 1px solid #f8f4f3;
}

nav#main-nav ul ul a {
	border: 0;
	line-height: 2em;
}

nav#main-nav ul li:last-child a {
	border: 0;
}

nav#main-nav ul.open {
	display: block;
	padding: 0 10px;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 	0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 		0px 2px 2px rgba(0, 0, 0, 0.2);
}

.hm-blocks .block {
	width: 47.2222%;
}

.pf-grid .block {
	width: 220px;
}

.contact-form input {
	width: 100%;
}

.p-list .g_8 {
	width: 560px;
}

.pf-item .g_10 {
	width: 700px;
	margin: 0;
}

.content.p_1,
.content.s_1 {
	padding-left: 10px;
	padding-right: 10px;
}

.opus .g_9 {
	width: 620px
}

.reports .g_1 {
	width: 90px
}

.reports .g_8 {
	width: 460px
}

.p-list li {
	margin-left: 0;
	margin-right: 0;
	width: 100% !important;
}

}

/* Tablet / Mobile (Fluid) ----------- */
@media only screen and (max-width: 768px) {

.c_12 {
	width: 100%;
	min-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.g_1,
.g_2,
.g_3,
.g_4,
.g_5,
.g_6,
.g_7,
.g_8,
.g_9,
.g_10,
.g_11,
.g_12 {
	display: inline;
	float: left;
	margin-left: 1.25%;
	margin-right: 1.25%;	
}

.c_12 .g_1 {width: 5.8333333%;}
.c_12 .g_2 {width: 14.166667%;}
.c_12 .g_3 {width: 22.5%;}
.c_12 .g_4 {width: 30.833333%;}
.c_12 .g_5 {width: 39.166667%;}
.c_12 .g_6 {width: 47.5%;}
.c_12 .g_7 {width: 55.833333%;}
.c_12 .g_8 {width: 64.166667%;}
.c_12 .g_9 {width: 72.5%;}
.c_12 .g_10 {width: 80.833333%;}
.c_12 .g_11 {width: 89.166667%;}
.c_12 .g_12 {width: 97.5%;}

.c_12 .p_1 {padding-left: 8.3333333%;}
.c_12 .p_2 {padding-left: 16.666667%;}
.c_12 .p_3 {padding-left: 25%;}
.c_12 .p_4 {padding-left: 33.333333%;}
.c_12 .p_5 {padding-left: 41.666667%;}
.c_12 .p_6 {padding-left: 50%;}
.c_12 .p_7 {padding-left: 58.333333%;}
.c_12 .p_8 {padding-left: 66.666667%;}
.c_12 .p_9 {padding-left: 75%;}
.c_12 .p_10 {padding-left: 83.333333%;}
.c_12 .p_11 {padding-left: 91.666667%;}

.c_12 .s_1 {padding-right: 8.3333333%;}
.c_12 .s_2 {padding-right: 16.666667%;}
.c_12 .s_3 {padding-right: 25%;}
.c_12 .s_4 {padding-right: 33.333333%;}
.c_12 .s_5 {padding-right: 41.666667%;}
.c_12 .s_6 {padding-right: 50%;}
.c_12 .s_7 {padding-right: 58.333333%;}
.c_12 .s_8 {padding-right: 66.666667%;}
.c_12 .s_9 {padding-right: 75%;}
.c_12 .s_10 {padding-right: 83.333333%;}
.c_12 .s_11 {padding-right: 91.666667%;}

.pf-grid .block {
	width: 30.833333%;
}

.p-list li .g_8 {
	width: 80.833333%;
}

.pf-item .g_10 {
	width: 100%;
}

.wp-caption {
    width: 33.3333% !important;
}

.content.p_1,
.content.s_1 {
	padding-left: 10px;
	padding-right: 10px;
}

.opus .g_9 {
	width: 89.166667%
}

.reports .g_1.time {
	width: 5.8333333%
}

.reports .g_8 {
	width: 64.166667%
}

.reports .g_1.download {
	width: 22.5%
}

.single-organ .c_12 .g_7,
.single-organ .c_12 .g_5 {
	width: 97.5%;
}

.single-organ .photo {
	margin-bottom: 20px !important;
}

.single-organ .photo img {
	width: 100%;
	height: auto;
}

}

/* Mobile (Portrait) ----------- */
@media only screen and (max-width: 600px) {

body {
	margin-bottom: 70px;
}

.pf-grid .block {
	width: 47.5%;
	margin-bottom: 15px;
}

.g_6.col-1,
.g_6.col-2 {
	width: 97.5%;
}

.g_6.col-1 img,
.slider-ctn {
	margin-bottom: 10px;
}

.pf-item .photo {
	width: 97.5%;
}

.pf-item .photo {
	margin-bottom: 10px;
}

footer.site {
	padding: 15px 0;
	height: 40px;
	line-height: 20px;
	text-align: center;
}

footer.site .site-credit,
footer.site .site-name {
	width: 100%;
}

.p-list li.thumb {
	min-height: 120px;
}

.p-list li.thumb img {
	width: 120px;
}

.p-list li.thumb .details {
	padding-left: 140px;
}

}

/* Mobile (Portrait) ----------- */
@media only screen and (max-width: 460px) {

body {
	margin-bottom: 0;
}

footer.site {
	position: relative;
	height: auto;
}

.opus .g_1 {
	width: 14.166667%
}

.opus .g_9 {
	width: 80.833333%
}

.reports .g_1.time {
	width: 14.166667%
}

.reports .g_8 {
	width: 55.833333%
}

.reports .g_1.download {
	width: 14.166667%
}

}

@media only screen and (max-width: 400px) {

.hm-blocks .block {
	width: 97.5%;
}

.wp-caption {
    width: 100% !important;
}

.p-list li.thumb {
	min-height: 90px;
}

.p-list li.thumb img {
	width: 90px;
}

.p-list li.thumb .details {
	padding-left: 110px;
}

}

@media only screen and (max-width: 320px) {

.royalSlider {
	width: 200px !important;
	height: 300px !important;
}

}