/*
Theme Name: timpringle.com.au
Theme URI: http://www.timpringle.com.au
Author: the Clearimaging team
Author URI: http://www.clearimaging.com/
Description: timpringle.com.au Theme by Cleaimaging.com.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tim Pringle
Text Domain: www.timpringle.com.au

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.
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #231f20;
	width: 100%;
	min-width: 1100px;
	font-weight: normal;
	background: #515151 url(images/body_bg.png) center repeat-y;
	position: relative;
}

@media screen and (max-width: 1099px) {
body {
	width: 100%;
	min-width: auto;
	max-width: auto;
}
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-size: 33px;
	line-height: 36px;
	font-weight: bold;
	color: #15b3b3;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-size: 30px;
	line-height: 33px;
	font-weight: bold;
	color: #0d909e;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	color: #0f6a7f;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
	font-size: 24px;
	line-height: 27px;
	font-weight: bold;
	color: #0f6a7f;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

@media screen and (max-width: 600px) {
h1, .h1 {
	font-size: 20px;
	line-height: 23px;
}
h2, .h2 {
	font-size: 18px;
	line-height: 21px;
}
h3, .h3 {
	font-size: 16px;
	line-height: 19px;
}
h4, .h4 {
	font-size: 14px;
	line-height: 18px;
}
}

@media screen and (max-width: 360px) {
h1, .h1 {
	font-size: 17px;
	line-height: 20px;
}
h2, .h2 {
	font-size: 15px;
	line-height: 18px;
}
h3, .h3 {
	font-size: 14px;
	line-height: 18px;
}
h4, .h4 {
	font-size: 13px;
	line-height: 18px;
}
}

a {
	color: #ff672e;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
/*	list-style-position: inside;*/
}
ul {
/*	list-style-image: url(images/icon_bullet.png);*/
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}

p {
	margin: 15px 0px 15px 0px;
}
img {
	border: none;
}


/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 18px;
	line-height: 18px;
    box-sizing: border-box;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

.form_standard {
	width: 700px !important;
	display: table;
	margin: 0 auto;
}
.form_standard_half {
	width: 350px !important;
	display: table;
	margin: 0 auto;
}

@media screen and (max-width: 1099px) {
.form_standard {
	width: 100% !important;
}
.form_standard_half {
	width: 60% !important;
}
}

.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	color: #010101;
	background: #f87c4b;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px;
	padding: 14px 15px 13px 15px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #010101;
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}

.form input[type=text], .form input[type=email], .form select, .form textarea {
	width: 100%;
	color: #231f20;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	padding: 12px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 11px;
}

.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}

/* scode_block
-----------------------------------------------------------------------------*/
#scode_block {
	width: 100%;
	text-align: center;
}
#scode_block table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#scode_block table tr {
    vertical-align: top;
}
#scode_block table td {
	width: auto;
}
#scode_block table td {
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
#scode_block #scode {
	width: 105px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
::-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
:-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
:-ms-input-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
	text-transform: uppercase;
}


/* standard styles
-----------------------------------------------------------------------------*/
.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}

.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}

.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}

.position_center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.position_middle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.box_center {
	display: table;
	margin: 0 auto !important;
}

.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

.desktop_only {
}
.mobile_only {
	display: none;
}

.img_left {
	width: auto;
	float: left;
	margin: 0px 35px 10px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 10px 35px;
}

.images, .images_left, .images_right {
	border: 0px;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 35px 15px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 15px 35px;
}

@media screen and (max-width: 800px) {
/*
.img, .img_left, .img_right {
	max-width: 100%;
	height: auto;
}
.images, .images_left, .images_right {
	max-width: 100%;
	height: auto;
}
.img_left, .img_right, .images_left, .images_right {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
*/
}

@media screen and (max-width: 500px) {
.img_left, .img_right, .images, .images_left, .images_right {
	float: none !important;
	display: table;
	margin: 0 auto !important;
	margin-bottom: 20px !important;
}
}

hr, .hr, .wp-block-separator {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #CCC;
	border: 0px;
	clear: both;
	margin: 20px 0px 25px 0px;
}

a.a_button, .a_button a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	background: #f97949;
	text-align: center;
	padding: 10px 20px 12px 20px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	border-radius: 20px;
}
a.a_button:hover, .a_button a:hover {
	color: #0f6a7f;
	text-decoration: none;
}


.columns {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}

.columns[data-columns-count="2"] {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.columns[data-columns-count="3"] {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.columns[data-columns-count="4"] {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
.columns[data-columns-count="5"] {
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
}
.columns[data-columns-count="6"] {
	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
}

@media screen and (max-width: 700px) {
.columns[data-columns-count="2"] {
	column-count: 1;
}
}

.res_list div {
	display: inline-block;
	padding-bottom: 10px;
	vertical-align:top;
}


/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	list-style: none;
}
ul.columns_list > li {
	list-style: none;
	list-style-image: none;
	display: inline-block;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
ul.columns_list > li, ul.columns_list[data-columns-count="2"] > li {
	width: 47%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 30%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 22%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 17%;
	margin-right: 3%;
}


/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #bdb6a3;
	border-left: 1px solid #bdb6a3;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #bdb6a3; 
	border-right: 1px solid #bdb6a3; 
	color: #64534c;
}
.table thead td, .table tfoot td {
	background: #efae40 url(images/table_header_bg.png) top repeat-x;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #ada48c;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}


/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}

.res_youtube_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.res_youtube_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page_wrapper {
	width: 1100px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1099px) {
.page_wrapper {
	width: 96%;
}
}

#main_wrapper {
	overflow: hidden;
}

.body_offset {
/*	padding-top: 47px;*/
}

.body_wrapper {
	max-width: 1920px !important;
	margin: 0 auto !important;
	float: none !important;
}

.box_fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	z-index: 1000 !important;
	width: 100% !important;
	max-width: 1920px !important;
	float: none !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}


/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	width: 920px;
	position: absolute;
	right: 0px;
	top: 60px;
	height: 40px;
}
#menutop ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}
#menutop li:last-child {
	background: none;
	padding-right: 0px;
}

#menutop ul li a {
	display: block;
	color: #2d3e50;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 8px 6px 8px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop ul li:hover a, #menutop li.current-menu-ancestor a, #menutop li.current-menu-item a {
	color: #f97949;
	text-decoration: none;
	border-bottom: 3px solid #f97949;
}

@media screen and (max-width: 1099px) {
#menutop_slogan {
	display: none;
}
}


/* menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #f4f8f8 0px, #fff 100%);
	display: none;
}
.menu_icons:after {
    content:"";
    display:block;
    clear: both;
}

.menu_icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu_icons ul li {
	width: auto;
	list-style: none;
	list-style-image: none;
	float: right;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:first-child {
	float: left;
}

.menu_icons a {
	display: block;
	text-align: center;
	color: #f97949;
    font-size: 14px;
	line-height: 36px;
	font-weight: bold;
	height: 35px;
	padding: 1px 20px 0px 20px;
	text-transform: uppercase;
}
.menu_icons a:hover {
	text-decoration: none;
}
.menu_icons a img {
	vertical-align: middle;
	margin: -4px 5px 0px 0px;
}


@media screen and (max-width: 1099px) {
#menutop {
	display: none;
}
.menu_icons {
	display: block;
}
}

/* menumobile
-----------------------------------------------------------------------------*/
#menumobile {
	display: none;
}
#menumobile ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menumobile ul li {
	width: 100%;
	list-style: none;
	list-style-image: none;
	position: relative;
	background: linear-gradient(to bottom, #f97949 0px, #f99449 100%);
	padding: 0px 0px 0px 0px;
}
#menumobile ul li a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 13px 0px 10px 0px;
	text-transform: uppercase;
	text-outline: none;
}
#menumobile ul li a:hover {
	text-decoration: none;
}

#menumobile li.current-menu-parent > a, #menumobile li.current-menu-item > a {
	color: #2d3e50;
}

#menumobile li.closed > ul {
	display: none;
}

#menumobile li.open > ul {
	display: block;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

/* clicking area to expand/collapse */
#menumobile li.closed a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.closed {
	cursor: cell;
}
#menumobile li.closed:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_close.png) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.closed:after {
	z-index: 2;
}
#menumobile li li li.closed:after {
	z-index: 3;
}
#menumobile li li li li.closed:after {
	z-index: 4;
}
#menumobile li li li li li.closed:after {
	z-index: 5;
}

#menumobile li.open a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.open {
	cursor: cell;
}
#menumobile li.open:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_open.png) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.open:after {
	z-index: 2;
}
#menumobile li li li.open:after {
	z-index: 3;
}
#menumobile li li li li.open:after {
	z-index: 4;
}
#menumobile li li li li li.open:after {
	z-index: 5;
}

@media screen and (min-width: 1100px) {
#menumobile {
	display: none !important;
}
}


/* Header_top
-----------------------------------------------------------------------------*/
#header_top {
	width: 100%;
	position: relative;
	height: 51px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: #fff;
	background: #305b6a;
}

#header_top_phone {
	width: 110px;
	height: 16px;
	position: absolute;
	left: 0px;
	top: 18px;
	background: url(images/icon_phone.png) left top no-repeat;
	padding-left: 26px;
}
#header_top_phone a {
	color: #fff;
}
#header_top_phone a:hover {
	text-decoration: none;
}

#header_top_quote {
	width: 150px;
	position: absolute;
	right: 0px;
	top: 10px;
	text-align: right;
}
#header_top_quote .a_button {
	padding: 6px 20px 9px 20px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	height: 100px;
	background: #fff;
}

#header_logo {
	width: 152px;
	position: absolute;
	left: 0px;
	top: 24px;
}

#header_social {
	width: 100px;
	position: absolute;
	right: 0px;
	top: 27px;
	text-align: right;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#header_social li {
	display: inline-block;
	margin: 0px 0px 0px 2px;
	vertical-align: middle;
}
#header_social a img {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#header_social a:hover img {
	opacity: 0.7;
}


/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 698px;
	position: relative;
	z-index: 0;
}
#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	list-style: none;
	list-style-image: none;
}

#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	right: 20px;
	z-index: 101;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	left: 20px;
	z-index: 101;
}

#slideshow_slogan {
	width: 790px;
	padding-right: 310px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 140px;
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	z-index: 201;
}
#slideshow_slogan span {
	display: block;
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
	color: #ffc053;
	
}
#slideshow_slogan .h1 {
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
	color: #fff;
}

@media screen and (max-width: 1199px) {
#slides_arrow_prev {
	left: 10px;
}
#slides_arrow_next {
	right: 10px;
}
#slideshow_slogan {
	width: 85%;
	padding-right: 0px;
}
}

.inside #slideshow {
	height: 400px;
}
.inside #slides_arrow_prev {
	left: 10px;
}
.inside #slides_arrow_next {
	right: 10px;
}
.inside #slideshow_slogan {
	top: 50px;
	color: #fff;
	font-size: 15px;
	line-height: 22px;
}
.inside #slideshow_slogan span {
	font-size: 19px;
	line-height: 33px;
}
.inside #slideshow_slogan .h1 {
	font-size: 28px;
	line-height: 33px;
}

@media screen and (max-width: 1099px) {
#slideshow {
	height: 400px;
}
#slides_arrow_prev {
	left: 10px;
}
#slides_arrow_next {
	right: 10px;
}
#slideshow_slogan, .inside #slideshow_slogan {
	width: 80%;
	top: 50px;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}
#slideshow_slogan span, .inside #slideshow_slogan span {
	font-size: 16px;
	line-height: 30px;
}
#slideshow_slogan .h1, .inside #slideshow_slogan .h1 {
	font-size: 25px;
	line-height: 30px;
}
}

@media screen and (max-width: 550px) {
#slides_arrow_prev {
	display: none;
}
#slides_arrow_next {
	display: none;
}
#slideshow_slogan, .inside #slideshow_slogan {
	width: 90%;
	top: 50px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}
#slideshow_slogan span, .inside #slideshow_slogan span {
	font-size: 14px;
	line-height: 25px;
}
#slideshow_slogan .h1, .inside #slideshow_slogan .h1 {
	font-size: 20px;
	line-height: 30px;
}
}

@media screen and (max-width: 319px) {
#slideshow_slogan, .inside #slideshow_slogan {
	display: none;
}
}


/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left: 0px;
	bottom: 40px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

#slideshow_pager span { 
    width: 12px;
	height: 11px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.png) left top no-repeat;
	padding: 0px 2px 0px 2px;
	font-family: arial; font-size: 1px; 
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.png) left top no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}


/* box_brands
-----------------------------------------------------------------------------*/
#box_brands {
	background: #f5f8fa url(images/box_brands_bg.jpg) center top no-repeat;
	background-size: cover;
	padding: 64px 0px 50px 0px;
	position: relative;
	color: #305b6a;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
#box_brands ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#box_brands ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	text-align: center;
}
#box_brands ul li:last-child {
	margin-right: -4px;
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 40px 0px 40px 0px;
	background: url(images/middle_tim_bg.png) bottom right no-repeat, #fff url(images/middle_bg.jpg) center top no-repeat;
	position: relative;
}
.inside #middle {
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background: url(images/middle_bottom_bg.png) bottom center no-repeat, #fff url(images/middle_bg.jpg) center top no-repeat;
}
@media screen and (max-width: 1099px) {
#middle {
	background: #fff url(images/middle_bg.jpg) center top no-repeat;
}
}


/* content
-----------------------------------------------------------------------------*/
#content {
	width: 100%;
}


/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	width: auto;
	margin: 0 auto;
	display: table;
	color: #305b6a;
	font-size: 29px;
	line-height: 29px;
	font-weight: bold;
	height: 63px;
	padding: 20px 0px 25px 100px;
	text-align: center;
	background: url(images/content_title_bg.png) left top no-repeat;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	color: #305b6a;
	font-size: 29px;
	line-height: 29px;
	font-weight: bold;
}

#content_title_services {
	color: #fff;
	background: url(images/content_title_services_bg.png) center top no-repeat;
	padding: 90px 0px 0px 0px;
}
#content_title_solo {
	background: url(images/content_title_solo_bg.png) left top no-repeat;
}
#content_title_duo {
	background: url(images/content_title_duo_bg.png) left top no-repeat;
}
#content_title_trio {
	background: url(images/content_title_trio_bg.png) left top no-repeat;
}
#content_title_testimonials {
	color: #fff;
	background: url(images/content_title_testimonials_bg.png) center top no-repeat;
	padding: 90px 0px 0px 0px;
}
#content_title_awards {
	background: url(images/content_title_awards_bg.png) center top no-repeat;
	padding: 90px 0px 0px 0px;
}


/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	background: #0c7a8e url(images/box_services_bg.jpg) center top no-repeat;
	background-size: cover;
	padding: 40px 0px 40px 0px;
	min-height: 557px;
	position: relative;
	color: #fff;
	text-align: center;
}
#box_services ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_services ul li {
	display: inline-block;
	vertical-align: top;
}
#box_services ul li:last-child {
	margin-right: -4px;
}
#box_services ul li {
	background-repeat: no-repeat;
}

#box_services ul li a {
	display: block;
	width: 220px;
	height: 228px;
	color: #305b6a;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	padding: 15px;
	margin: 5px 5px 5px 5px;
	text-align: center;
	background: #f5f8fa;
	transition: color 300ms ease-in;
	-webkit-transition: color 300ms ease-in;
}
#box_services ul li a:hover {
	color: #000;
	text-decoration: none;
}

#box_services ul li a div {
	width: 84px;
	height: 84px;
	line-height: 84px;
	background: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	-webkit-border-radius: 42px;
	-moz-border-radius: 42px;
	border-radius: 42px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
}
#box_services ul li a div img {
	display: inline-block;
	vertical-align: middle;
}
#box_services ul li a:hover div {
	transform: scale(1.1);
}

#box_services ul li a span {
	margin-top: 20px;
}
#box_services ul li a:hover .a_button {
	color: #0f6a7f;
}


/* box_solo
-----------------------------------------------------------------------------*/
#box_solo {
	min-height: 500px;
	background: #fff url(images/box_solo_bg.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
	padding: 38px 0px 40px 0px;
}

.res_home_video {
	width: 524px;
	border: 0px;
}
@media screen and (max-width: 820px) {
.res_home_video {
	width: 100%;
}
}


/* box_duo
-----------------------------------------------------------------------------*/
#box_duo {
	min-height: 500px;
	background: #fff url(images/box_duo_bg.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
	padding: 38px 0px 40px 0px;
}

/* box_trio
-----------------------------------------------------------------------------*/
#box_trio {
	min-height: 500px;
	background: #fff url(images/box_trio_bg.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
	padding: 38px 0px 40px 0px;
}


/* box_numbers
-----------------------------------------------------------------------------*/
#box_numbers {
	color: #305b6a;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	min-height: 366px;
	background: url(images/box_numbers_bg.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
	padding: 70px 0px 50px 0px;
}
#box_numbers ul {
	display: table;
	margin: 0 auto;
	padding: 30px 0px 30px 0px;
	list-style: none;
	list-style-image: none;
}
#box_numbers ul li {
	width: 320px;
	display: inline-block;
	padding: 0px 0px 20px 0px;
	margin: 0px 15px 0px 15px;
	color: #231f20;
	font-size: 15px;
	line-height: 30px;
	font-weight: normal;
}
#box_numbers li span {
	color: #0381a2;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}

#box_numbers ul li img {
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	padding-bottom: 15px;
}
#box_numbers ul li:hover img {
	transform: scale(1.1);
}

@media screen and (max-width: 400px) {
#box_numbers ul li {
	width: 100%;
	margin: 0px 0px 0px 0px;
}
}


/* box_not_sure_hiring
-----------------------------------------------------------------------------*/
#box_not_sure_hiring {
	color: #305b6a;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	min-height: 366px;
	background: url(images/box_numbers_bg.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
	padding: 70px 0px 50px 0px;
}
#box_not_sure_hiring ul {
	display: table;
	margin: 0 auto;
	padding: 30px 0px 30px 0px;
	list-style: none;
	list-style-image: none;
}
#box_not_sure_hiring ul li {
	width: 320px;
	display: inline-block;
	vertical-align: top;
	padding: 0px 0px 20px 0px;
	margin: 0px 15px 0px 15px;
	color: #231f20;
	font-size: 15px;
	line-height: 30px;
	font-weight: normal;
}
#box_not_sure_hiring li span {
	color: #0381a2;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}

#box_not_sure_hiring ul li img {
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	padding-bottom: 15px;
}
#box_not_sure_hiring ul li:hover img {
	transform: scale(1.1);
}

@media screen and (max-width: 400px) {
#box_not_sure_hiring ul li {
	width: 100%;
	margin: 0px 0px 0px 0px;
}
}


/* box_press
-----------------------------------------------------------------------------*/
#box_press {
	min-height: 500px;
	background: #fff url(images/box_solo_bg.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
	padding: 38px 0px 40px 0px;
}


/* box_testimonials
-----------------------------------------------------------------------------*/
#box_testimonials {
/*	min-height: 557px;*/
	background: url(images/box_testimonials_bg.jpg) center top no-repeat;
	background-size: cover;
	padding: 40px 0px 40px 0px;
	position: relative;
	color: #fff;
	text-align: center;
}
#box_testimonials ul {
	width: 80%;
	min-height: 280px;
	display: table;
	margin: 0 auto;
	padding: 0px 0px 20px 0px;
	list-style: none;
	list-style-image: none;
}

#box_testimonials li {
	height: auto;
	list-style: none;
	list-style-image: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	display: inline-block;
}

#box_testimonials li div.testimonials_name {
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 15px;
}
#box_testimonials li .testimonials_place {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #f99449;
	text-align: left;
}
#box_testimonials li .img_left {
	margin-right: 20px;
}

#slides_testimonials_arrow_next {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	right: 0px;
	z-index: 101;
}
#slides_testimonials_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	left: 0px;
	z-index: 101;
}


@media screen and (max-width: 950px) {
#box_testimonials li {
	min-height: 350px;
}
}

@media screen and (max-width: 720px) {
#box_testimonials li {
	font-size: 13px;
	line-height: 19px;
}

#box_testimonials li div.testimonials_name {
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 10px;
}
#box_testimonials li .testimonials_place {
	font-size: 16px;
	line-height: 23px;
}
}

@media screen and (max-width: 590px) {
#box_testimonials li {
	min-height: 380px;
}
}

@media screen and (max-width: 450px) {
#box_testimonials li {
	min-height: 500px;
}
}


/* slideshow_pager
-----------------------------------------------------------------------------*/
#slides_testimonials_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	margin-top: 20px;
}

#slides_testimonials_pager span { 
    width: 12px;
	height: 11px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.png) left top no-repeat;
	padding: 0px 2px 0px 2px;
	font-family: arial; font-size: 1px; 
}
#slides_testimonials_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.png) left top no-repeat;
}
#slides_testimonials_pager > * {
	cursor: pointer;
}

@media screen and (max-width: 500px) {
#slides_testimonials_pager {
	display: none;
}
}



/* box_awards
-----------------------------------------------------------------------------*/
#box_awards {
	text-align: center;
	min-height: 611px;
	background: #fafdfd url(images/box_awards_bg.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
	padding: 40px 0px 40px 0px;
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
}
#box_awards ul {
	display: table;
	margin: 0 auto;
	padding: 30px 0px 30px 0px;
	list-style: none;
	list-style-image: none;
}
#box_awards ul li {
	width: 220px;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 15px;
	color: #0381a2;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	vertical-align: bottom;
}
#box_awards ul li img {
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	padding-bottom: 15px;
}
#box_awards ul li:hover img {
	transform: scale(1.1);
}
#box_awards ul li a {
	color: #0381a2;
}


/* box_live_clips
-----------------------------------------------------------------------------*/
#box_live_clips {
	padding: 40px 0px 40px 0px;
	background: url(images/middle_bottom_bg.png) bottom center no-repeat, #fff url(images/middle_bg.jpg) center top no-repeat;
}
#box_live_clips ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
	text-align: center;
}
#box_live_clips ul li {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 10px;
	vertical-align: top;
	list-style: none;
	list-style-image: none;
}
#box_live_clips ul li .res_home_video {
	width: 500px;
}

#box_live_clips ul li:first-child {
	display: block;
}
#box_live_clips ul li:first-child .res_home_video {
	width: 640px;
}

@media screen and (max-width: 720px) {
#box_live_clips ul li {
	display: block;
	margin: 0px;
}
#box_live_clips ul li .res_home_video, #box_live_clips ul li:first-child .res_home_video {
	width: 100%;
}
}


/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #b1b1b1;
	background: #305b6a;
	position: relative;
	padding: 60px 0px 60px 0px;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
}
#footer span {
	color: #fff;
	text-transform: uppercase;
}
#footer a {
	color: #b1b1b1;
}

#footer_logo {
	float: left;
	width: 360px;
}
#footer_contact {
	float: left;
	width: 360px;
}
#footer_contact span {
	display: inline-block;
	width: 70px;
}

#footer_social {
	float: right;
	width: 360px;
	text-align: right;
}
#footer_social ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	padding-bottom: 10px;
}
#footer_social ul li {
	display: inline-block;
	margin: 0px 0px 0px 2px;
	vertical-align: middle;
}
#footer_social a img {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#footer_social a:hover img {
	opacity: 0.7;
}

#footer .hr {
	background: #456c79;
}

#footer_address {
	float: left;
	width: 50%;
}

#footer_links {
	float: right;
	width: 50%;
	text-align: right;
}

@media screen and (max-width: 1099px) {
#footer {
	padding: 0px 0px 30px 0px;
}
#footer .hr {
	display: none;
}
#footer_logo {
	display: none;
}
#footer_contact {
	display: none;
}
#footer_social {
	display: none;
}
}

@media screen and (max-width: 799px) {
#footer_address {
	float: none;
	width: 100%;
	text-align: center;
}
#footer_links {
	float: none;
	width: 100%;
	text-align: center;
}
}

#contact_side {
	width: 300px;
	float: left;
	padding-right: 30px;
}
#form_contact {
	width: 700px;
	float: right;
}

@media screen and (max-width: 1099px) {
#contact_side {
	width: 100%;
	float: none;
}
#form_contact {
	width: 100%;
	float: none;
}
}

#contact_social {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#contact_social li {
	display: inline-block;
	margin: 0px 0px 0px 2px;
	vertical-align: middle;
}
#contact_social a img {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#contact_social a:hover img {
	opacity: 0.7;
}


/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 46px;
	height: 46px;
	background: #f97949 url(images/scroll_top_bg.png) center no-repeat;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: #231f20 url(images/scroll_top_bg.png) center no-repeat;
	text-decoration: none;
}

@media screen and (max-width: 320px) {
#scroll_top {
	display: none;
}
}


.youtube_iframe {
	border: none;
}
.centered_photos {
	text-align: center;
}
.centered_photos img {
	margin: 0px 15px 15px 15px;
}


/* WP styles */

/* posts */
.post_date {
	color: #000;
	font-size: 12px;
	line-height: 13px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}
/*
.post_title h1, .post_title h1 a {
	color: #0b83c7;
	font-size: 20px;
	line-height: 23px;
}
*/
.posts_nav {
	padding-top: 15px;
}
.posts_nav_left {
	display: block;
	float: left;
	width: auto;
}
.posts_nav_right {
	display: block;
	float: right;
	width: auto;
	text-align: right;
}
.posts_nav a {
	padding: 5px 10px 5px 10px;
	background: #0b83c7;
	color: #fff;
	font-weight: normal;
}
.posts_nav a:hover {
	text-decoration: none;
}


img.noborder {
	border: 0px !important;
}

.wp-block-image {
	padding: 0px;
	margin: 0px;
}


.alignleft {
	border: 0px;
	float: left;
	margin: 0px 30px 10px 0px !important;
}
.alignright {
	border: 0px;
	float: right;
	margin: 0px 0px 10px 30px !important;
}

@media screen and (max-width: 500px) {
.alignleft {
	float: none !important;
	display: table;
	margin: 0 auto !important;
}
.alignright {
	float: none !important;
	display: table;
	margin: 0 auto !important;
}
}

.alignright img {
	border: 1px solid #000;;
}
.aligncenter {
	border: 0px;
}
img[class*="align"] {
	border: 0px;
}
img[class*="wp-image-"] {
	border: 0px;
}

img.attachment-thumbnail {
	border: 0px !important;
}

.wp-caption .wp-caption-text {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}


#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #000;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 0px 5px 0px;
	text-align: center;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #000;
}
#wp-calendar tbody td {
	background: #000;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar a {
	color: #1990c9;
}


.post_title {
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

blockquote {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	border-left: 5px solid #f87c4b;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	line-height: 30px;
}

.border-right {
	border-right: 1px solid #CCC;
	padding-right: 5px;
}

.columns_social {
	width: 200px;
	display: table;
	margin: 0 auto;
	text-align: center;
}