/*
Theme Name: wholesalewoodproducts.net
Theme URI: http://www.wholesalewoodproducts.net
Author: the Clearimaging team
Author URI: http://www.clearimaging.com/
Description: wholesalewoodproducts.net 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: Wholesale Wood Products
Text Domain: www.wholesalewoodproducts.net

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: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
	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-family: 'Alegreya', serif;
	font-size: 30px;
	line-height: 33px;
	font-weight: normal;
	color: #443e40;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-family: 'Alegreya', serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	color: #231f20;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-family: 'Alegreya', serif;
	font-size: 24px;
	line-height: 27px;
	font-weight: normal;
	color: #026820;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

@media screen and (max-width: 600px) {
h1, .h1 {
	font-size: 25px;
	line-height: 28px;
}
h2, .h2 {
	font-size: 22px;
	line-height: 25px;
}
h3, .h3 {
	font-size: 19px;
	line-height: 22px;
}
}

@media screen and (max-width: 360px) {
h1, .h1 {
	font-size: 20px;
	line-height: 23px;
}
h2, .h2 {
	font-size: 19px;
	line-height: 22px;
}
h3, .h3 {
	font-size: 16px;
	line-height: 19px;
}
}


a {
	color: #e56c1d;
	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: 0px 0px 0px 0px;
	padding: 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;
}

.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	color: #fff;
	background: #e56c1d;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	border: 0px;
	padding: 11px 20px 11px 20px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 18px;
	line-height: 20px;
}
.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: #000;
	font-size: 18px;
	line-height: 18px;
	padding: 9px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #bfbfbf;
	border-radius: 1px;
}
.form select {
	padding: 8px;
}

.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;
}
::-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}


/* 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 15px 10px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 10px 15px;
}

.img_full, .images_full {
	width: 100%;
	height: auto;
}

.images, .images_left, .images_right {
	border: 0px;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 25px 15px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 15px 25px;
}

@media screen and (max-width: 800px) {
.img, .img_left, .img_right {
	max-width: 100%;
	height: auto;
}
.images, .images_left, .images_right {
	max-width: -webkit-calc(100% - 4px); /* - 2*border */
	max-width: -moz-calc(100% - 4px);
	max-width: calc(100% - 4px);
	height: auto;
}
.img_left, .img_right, .images_left, .images_right {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
}

hr, .hr, .wp-block-separator {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	border: 0px;
	background: #999;
	clear: both;
	margin: 5px 0px 20px 0px;
}

.a_button {
	display: inline-block;
	color: #fff;
	font-family: 'Alegreya', serif;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
	outline: none;
	background: #e56c1d;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 25px 13px 25px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	text-decoration: none;
	background: #01922c;
}

.columns {
	column-gap: 20px;
}

.columns[data-columns-count="2"] {
	column-count: 2;
}
.columns[data-columns-count="3"] {
	column-count: 3;
}
.columns[data-columns-count="4"] {
	column-count: 4;
}
.columns[data-columns-count="5"] {
	column-count: 5;
}
.columns[data-columns-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;
}


/* 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%;
}


/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #fff;
	font-family: 'Alegreya', serif;
	font-size: 16px;
	line-height: 16px;
	background: #e56c1d;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	background: #01922c;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	font-family: 'Alegreya', serif;
	font-size: 16px;
	line-height: 16px;
	background: #01922c;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionnameselected:hover, .imagepageselected:hover {
	text-decoration: none;
}

.sectionname_divider {
	display: none;
}

.imagesmallname {
	color: #000;
}

.imagemediumname {
	color: #000; 
	font-weight: bold;
}

.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}


/* portfolio_slides
-----------------------------------------------------------------------------*/
.portfolio_slides {
	position: relative;
}
.portfolio_slides ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.portfolio_slides li {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	text-align: center;
}
.portfolio_slides .images {
	max-width: -webkit-calc(100% - 8px); /* - 2*border */
	max-width: -moz-calc(100% - 8px);
	max-width: calc(100% - 8px);
	max-width: 100%;
	height: auto;
}

.portfolio_slides_pager {
	position: relative;
	display: table;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.portfolio_slides_pager span {
	width: 15px;
	height: 15px; 
    display: inline-block;
	cursor: pointer;
    font-family: arial;
	font-size: 40px;
	color: #4d1658;
}
.portfolio_slides_pager span.cycle-pager-active {
	color: #d1b26d;
}
.portfolio_slides_pager > * {
	cursor: pointer;
}


/* 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;
	font-size: 14px;
	line-height: 14px;
}
.table thead td, .table tfoot td {
	background: #efae40 url(images/table_header_bg.png) top repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-weight: normal;
	font-size: 15px;
	line-height: 15px;
	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;
}


/* belgard
-----------------------------------------------------------------------------*/
table.belgard td {
	padding: 0px 20px 20px 0px;
}

/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}

.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: 50px;*/
}

.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);
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	height: 198px;
	font-family: 'Alegreya', serif;
	color: #231f20;
	background: url(images/header_bg.jpg) center center no-repeat;
}

#header_logo {
	width: 176px;
	position: absolute;
	left: 0px;
	top: 25px;
}

#header_phone {
	width: 450px;
	position: absolute;
	right: 0px;
	top: 110px;
	font-size: 18px;
	line-height: 18px;
	text-align: right;
}
#header_phone span {
	font-size: 24px;
	line-height: 24px;
}

#header_slogan {
	width: 450px;
	position: absolute;
	right: 0px;
	top: 40px;
	text-align: right;
	font-size: 30px;
	line-height: 30px;
}

#header_social {
	width: 50px;
	position: absolute;
	right: 0px;
	top: 70px;
	text-align: right;
}

@media screen and (max-width: 1099px) {
#header {
	height: 120px;
}
#header_logo {
	width: 100px;
	top: 15px;
}
#header_logo img {
	width: 100px;
}

#header_phone {
	width: 250px;
	top: 70px;
	font-size: 15px;
	line-height: 15px;
	text-align: right;
}
#header_phone span {
	font-size: 18px;
	line-height: 18px;
}

#header_slogan {
	width: 350px;
	position: absolute;
	right: 0px;
	top: 20px;
	text-align: right;
	font-size: 22px;
	line-height: 22px;
}

#header_social {
	top: 40px;
}
}

@media screen and (max-width: 500px) {
#header_slogan {
	width: 250px;
	position: absolute;
	right: 0px;
	top: 20px;
	text-align: right;
	font-size: 17px;
	line-height: 17px;
}
}


/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	height: 50px;
	background: #0f7c2f;
}
#menutop ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}
#menutop li:last-child {
	background: none;
}
#menutop li:last-child a {
}

#menutop ul li a {
	display: block;
	color: #F00;
	font-family: 'Alegreya', serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	height: 32px;
	text-transform: uppercase;
	text-align: center;
	padding: 18px 40px 0px 40px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
#menutop ul li:hover a, #menutop li.selected a, #menutop li.current-menu-item a {
	color: #fff;
	text-decoration: none;
}


/* menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #01922c 0px, #11a93e 100%);
	display: none;
}
.menu_icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu_icons ul li {
	vertical-align: middle;
}
.menu_icons ul li:first-child {
	float: left;
}
.menu_icons ul li:last-child {
	float: right;
}
.menu_icons a {
	display: block;
	text-align: center;
	color: #fff;
	font-family: 'Alegreya', serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	padding: 14px 40px 12px 40px;
	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, #e56c1d 0px, #f88b43 100%);
	padding: 0px 0px 0px 0px;
}
#menumobile ul li a {
	display: block;
	text-align: center;
	font-family: 'Alegreya', serif;
	color: #fff;
    font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	padding: 13px 0px 10px 0px;
	text-transform: uppercase;
}
#menumobile ul li a:hover {
	text-decoration: none;
}

#menumobile li.selected > a, #menumobile li.current-menu-item > a {
	color: #231f20;
}

#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;
}
}


/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 750px;
	position: relative;
	z-index: 0;
}
.inside #slideshow {
	height: 380px;
}

@media screen and (max-width: 1099px) {
#slideshow {
	height: 380px;
}
}


#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center center;
	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: 45px;
	z-index: 101;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	left: 45px;
	z-index: 101;
}

#slideshow li div {
	width: 90%;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 320px;
	text-align: center;
	color: #F00;
	font-family: 'Alegreya', serif;
	font-size: 50px;
	line-height: 55px;
	text-transform: uppercase;
	z-index: 201;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.8);
}
#slideshow li div a {
	color: #F00;
}
#slideshow li div a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1099px) {
#slideshow li div {
	width: 80%;
	bottom: 160px;
	font-size: 30px;
	line-height: 35px;
}
}

@media screen and (max-width: 699px) {
#slideshow li div {
	width: 70%;
}
}

@media screen and (max-width: 600px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	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: 12px; 
    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;
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 40px 0px 60px 0px;
	background: url(images/middle_top_bg.jpg) center top no-repeat, url(images/middle_bg.png) center repeat-y;
	position: relative;
}
.inside #middle {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

@media screen and (max-width: 1099px) {
#middle {
	padding: 30px 0px 30px 0px;
	background: #fff;
}
}


/* side
----------------------------------------------------------------------------*/
#side {
	width: 250px;
	float: left;
	padding: 0px 25px 0px 0px;
}

@media screen and (max-width: 1099px) {
#side {
	display: none;
}
}


/* menu
-----------------------------------------------------------------------------*/
#menu {
}

#menu ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menu ul li {
	list-style: none;
	list-style-image: none;
	background: url(images/menu_li_bg.png) left center no-repeat;
}
#menu a {
	display: block;
	color: #231f20;
	font-family: 'Alegreya', serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	padding: 15px 0px 15px 12px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menu ul li:hover a, #menu li.selected a, #menu li.current-menu-item > a {
	text-decoration: none;
	color: #01922c;
}


/* content
-----------------------------------------------------------------------------*/
#content {
	width: 775px;
	float: left;
	padding-left: 50px;
}

@media screen and (max-width: 1099px) {
#content, .inside #content {
	width: 100%;
	float: none;
	padding: 0px 0px 0px 0px;
}
}


/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	width: 100%;
	color: #231f20;
	font-family: 'Alegreya', serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	text-align: left;
	padding: 0px 0px 15px 0px;
	margin-bottom: 30px;
	background: url(images/content_title_bg.png) left bottom no-repeat;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #231f20;
	font-family: 'Alegreya', serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	text-align: left;
}

@media screen and (max-width: 800px) {
.content_title {
	font-size: 30px;
	line-height: 33px;
}
.content_title h1 {
	font-size: 30px;
	line-height: 33px;
}
}

@media screen and (max-width: 800px) {
.content_title {
	font-size: 27px;
	line-height: 30px;
}
.content_title h1 {
	font-size: 27px;
	line-height: 30px;
}
}

@media screen and (max-width: 360px) {
.content_title {
	font-size: 24px;
	line-height: 27px;
}
.content_title h1 {
	font-size: 24px;
	line-height: 27px;
}
}


/* service_area
----------------------------------------------------------------------------*/
#service_area ul {
	margin: 10px 0px 0px 20px;
	padding: 0px;

	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
#service_area span {
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
}
#service_area a[href="javascript:;"] {
	color: #434343;
	text-decoration: none;
	cursor: text;
}


/* box_portfolio
-----------------------------------------------------------------------------*/
#box_portfolio {
	height: 550px;
	background: url(images/box_portfolio_bg.jpg) center top no-repeat;
	position: relative;
	padding: 40px 0px 0px 0px;
}

#box_portfolio ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 35px 0px;
	list-style: none;
	list-style-image: none;
}
#box_portfolio ul li {
	float: left;
	width: 352px;
	padding: 0px 0px 0px 0px;
	margin: 0px 22px 0px 0px;
}
#box_portfolio li:last-child {
	margin-right: 0px;
}

#box_portfolio ul li a {
	display: block;
	width: 352px;
	height: 320px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
#box_portfolio ul li a img {
	transition: all 0.5s ease;
}
#box_portfolio ul li a:hover img {
	opacity: 1;
	transform: scale(1.1);
}

#box_portfolio a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.5) url(images/icon_zoom.png) center center no-repeat;
	transition: all 0.5s ease;
	z-index: 2;
}
#box_portfolio a:hover div {
	opacity: 1;
	background: rgba(0, 0, 0, 0.5) url(images/icon_zoom.png) center center no-repeat;
	transition: all 0.5s ease;
}

@media screen and (max-width: 1099px) {
#box_portfolio li:nth-child(3) {
	display: none;
}
}

@media screen and (max-width: 800px) {
#box_portfolio li:nth-child(2) {
	display: none;
}
}

@media screen and (max-width: 400px) {
#box_portfolio {
	display: none;
}
}


/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #231f20;
	background: url(images/footer_bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	padding: 30px 0px 30px 0px;
	font-family: 'Alegreya', serif;
	font-size: 17px;
	line-height: 20px;
}

#footer a {
	color: #01922c;
}

#footer_right {
	float: right;
	width: 300px;
	padding-left: 30px;
}

#footer_left {
	float: left;
	width: 770px;
}

#footer_left ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#footer_left ul li {
	float: left;
	width: 240px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
}
#footer_left li:last-child {
	margin-right: 0px;
}

#footer_links a {
	color: #231f20;
}

@media screen and (max-width: 1099px) {
#footer_right {
	float: none;
	width: 100%;
	padding: 0px 0px 20px 0px;
}
}

@media screen and (max-width: 800px) {
#footer_left ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#footer_left ul li {
	float: none;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
}


/* Contact
-----------------------------------------------------------------------------*/

#contact_address {
	width: 300px;
	float: left;
}
#contact_form {
	width: 400px;
	float: right;
}


/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	background: #01922c 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: #e56c1d url(images/scroll_top_bg.png) center no-repeat;
	text-decoration: none;
}

@media screen and (max-width: 600px) {
#scroll_top {
	width: 30px;
	height: 30px;
}
}


.tabp td {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; BACKGROUND: #e9e5dc; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; TEXT-ALIGN: center
}
.tabp .c1 td {
	BACKGROUND: url(images/table_header_bg.gif);
}
.td_check {
	background: url(images/arrow_check.gif) center center no-repeat;
}

/* 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: 200px;
}
.posts_nav_right {
	display: block;
	float: right;
	width: 200px;
	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;
}

img.alignleft {
	border: 0px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
img.alignright {
	border: 0px;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
img.aligncenter {
	border: 0px;
}
img[class*="align"] {
	border: 0px;
}
img[class*="wp-image-"] {
/*	border: 4px solid #f2bc46;*/
	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;
}
