* {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #201e1f;
	width: 100%;
	min-width: 1100px;
	font-weight: 300;
	background: #515151 url(images/body_bg.png) center repeat-y;
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 29px;
	font-weight: 700;
	text-transform:uppercase;
	color: #30207b;
	padding:0 0 10px 0;
	margin:0;
}
h2, .h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 27px;
	font-weight: 700;
	text-transform:uppercase;
	color: #36238f;
	padding:0 0 10px 0;
	margin:0;
}
h3, .h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
	text-transform:uppercase;
	color: #432ea6;
	padding:0 0 10px 0;
	margin:0;
}
h4, .h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 23px;
	font-weight: 700;
	text-transform:uppercase;
	color: #5a46b8;
	padding:0 0 10px 0;
	margin:0;
}

a {
	color: #4021dd;
	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:0 0 20px 20px;
	padding:0 0 0 20px;
	list-style-position:outside;
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}

p {
	margin:0 0 21px 0;
}
img {
	border: none;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 16px;
	line-height: 16px;
    box-sizing: border-box;
}
input[type="image"] {
	background:none !important;
	border:none !important;
	outline:0 !important;
}
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;
	height:40px;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	background: #4021dd;
	font-size:18px;
	line-height:40px;
	font-weight:700;
	text-transform:uppercase;
	border:0;
	border-radius:0;
	padding: 0 13px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding:0 2px 0 0;
	margin: 0;
	color: #000;
	font-size: 17px;
	line-height: 21px;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}
.form label.edit_third {
	width: 33%;
}

.form label.no_float {
	float:none !important;
}

.form input[type=text], .form input[type=email],.form input[type=number],.form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	padding: 12px;
	margin:0 0 10px 0;
	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:0 2px;
	margin:0;
}
#scode_block #scode {
	width:90px;
	height: 40px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
	border-radius:0px;
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color: #201e1f !important;
	font-weight: 400;
	text-overflow: ellipsis;
	text-transform:uppercase;
}
::-moz-placeholder {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color: #201e1f !important;
	font-weight: 400;
	text-overflow: ellipsis;
	text-transform:uppercase;
}
:-moz-placeholder {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color: #201e1f !important;
	font-weight: 400;
	text-overflow: ellipsis;
	text-transform:uppercase;
}
:-ms-input-placeholder {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color: #201e1f !important;
	font-weight: 400;
	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 15px 10px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 10px 15px;
}

.images, .images_left, .images_right {
	border:0px solid #b7b7b7;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 25px 15px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 15px 25px;
}

hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: url(images/hr_bg.png) top repeat-x;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height:13px;
	text-decoration: none;
	font-weight: 700;
	outline: none;
	background:#4021dd;
	border: 1px solid #4021dd;
	box-sizing:border-box;
	text-align: center;
	text-transform:uppercase;
	padding:13px 23px 12px 23px;
}
.a_button:hover {
	color: #4021dd;
	text-decoration: none;
	background:#fff;
	border: 1px solid #4021dd;
	box-sizing:border-box;
}

.columns {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

.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;
}

.res_list {
}
.res_list div {
	display: inline-block;
	padding:0 10px 20px 10px;
	vertical-align: top;
}

.res_list1 {
}
.res_list1 div {
	display: inline-block;
	width:30%;
	padding:0 10px 20px 10px;
	vertical-align: top;
}
.res_list1 div span {
	display:block;
	font-size:25px;
	line-height:28px;
	font-weight: 700;
	color: #85774b;
	text-transform:uppercase;
}

.res_list_radio {
}
.res_list_radio div {
	display: inline-block;
	padding:0 5px 10px 5px;
	vertical-align: top;
}

.res_list2 {
}
.res_list2 div {
	display: inline-block;
	padding:0 10px 20px 10px;
	vertical-align:top;
}

.res_list2 div:nth-child(2) {
	margin-top:15px;
}

.res_list2 div:nth-child(3) {
	margin-top:-5px;
}

/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	width: 100%;
	list-style: none;
	list-style-image: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
ul.columns_list li {
	width: auto;
	max-width: 94%;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 1% 15px 1%;
	vertical-align: top;
	text-align: left;
}
ul.columns_list.align_center li {
	text-align: center;
}
ul.columns_list > li {
}
ul.columns_list[data-columns-count="2"] > li {
	width: 46%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 29%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 21%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 16%;
}

ul.columns_list.valign_top li {
	vertical-align: top;
}
ul.columns_list.valign_middle li {
	vertical-align: middle;
}
ul.columns_list.valign_bottom li {
	vertical-align: bottom;
}

/* white-popup - magnific-popup style
-----------------------------------------------------------------------------*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 700px;
  margin: 20px auto;
}

/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #fff;
	background: #878787;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #1d8917;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #1d8917;
	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
-----------------------------------------------------------------------------*/
.portfolio {
}
.portfolio ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.portfolio ul li {
	display: inline-block;
	margin: 0px 5px 20px 5px;
	padding: 0px;
	vertical-align: top;
}
.portfolio ul li:first-child {
}
.portfolio ul li:last-child {
}
a.portfolio_button {
	display: inline-block;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height:13px;
	text-decoration: none;
	font-weight: 700;
	outline: none;
	background:#4021dd;
	border: 1px solid #4021dd;
	box-sizing:border-box;
	text-align: center;
	text-transform:uppercase;
	padding:7px 12px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
a.portfolio_button:hover, .portfolio ul li:hover a.portfolio_button, .portfolio li.selected a.portfolio_button {
	color: #4021dd;
	text-decoration: none;
	background:#fff;
	border: 1px solid #4021dd;
	box-sizing:border-box;
}

/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 10px 0px;
	text-align: center;
	border-bottom: 1px solid #eae9e9;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 23px;
	color: #000;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #ccc;
}
.portfolio_sections_list ul li {
	margin: 0px 4px 10px 4px;
	padding: 0px;
	vertical-align: top;
}

.portfolio_section_name {
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	color: #7aa201;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
}
.portfolio_section_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}

/* portfolio_navigation
-----------------------------------------------------------------------------*/
.portfolio_navigation {
	padding:0 0 10px 0;
}
.portfolio_navigation_last {
	width: 75px;
	float: left;
}
.portfolio_navigation_next {
	width: 75px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 150px);
	width: -moz-calc(100% - 150px);
	width: calc(100% - 150px);
	float: left;
	text-align: center;
}

/* portfolio_thumbnails
-----------------------------------------------------------------------------*/
.portfolio_thumbnails {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
}
.portfolio_thumbnails ul li {
	text-align: left;
	position: relative;
}

.portfolio_thumbnail_link {
}
.portfolio_thumbnail_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.portfolio_thumbnail_image img {
	vertical-align: bottom;
}

.portfolio_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0.5;
	background: rgba(72,72,72,0.8);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails ul li:hover .portfolio_thumbnail_caption {
	opacity: 1;
}
.portfolio_thumbnail_caption a {
	color: #FF0;
}
.portfolio_thumbnail_caption small {
	font-size: 11px;
	line-height: 12px;
}

/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_index_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}
.portfolio_index ul li {
	text-align: left;
	position: relative;
}

.portfolio_index_link {
	color: #FF0;
}
.portfolio_index_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.portfolio_index_image img {
	vertical-align: bottom;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_image img {
	transform: scale(1.1);
}

.portfolio_index_caption {
	width: 80%;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -15%;
	opacity: 0.8;
	transition: all 0.5s ease;
	z-index: 2;
	background: rgba(72,72,72,0.8);
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	padding: 5%;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_caption {
	opacity: 1;
}

/* portfolio_slider
-----------------------------------------------------------------------------*/
.portfolio_slider {
}

.portfolio_slider_previews_area {
	position: relative;
}
.portfolio_slider_previews {
	vertical-align: middle;
	height: 500px;
	overflow: hidden;
	margin-bottom: 10px;
}

.portfolio_slider_preview {
	width: auto;
	height: 500px;
	text-align: center;
}
.portfolio_slider_preview_link {
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio_slider_preview_image {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_image img {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_caption {
	width: 94%;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 3% 10px 3%;
	opacity: 1;
	background: rgba(72,72,72,0.7);
}
.portfolio_slider_preview_caption small {
	color: #CCC;
}

.portfolio_slider_previews_last, .portfolio_slider_thumbnails_last {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	left: 20px;
}
.portfolio_slider_previews_last:after, .portfolio_slider_thumbnails_last:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_last.png) center center no-repeat;
}

.portfolio_slider_previews_next, .portfolio_slider_thumbnails_next {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	right: 20px;
}
.portfolio_slider_previews_next:after, .portfolio_slider_thumbnails_next:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_next.png) center center no-repeat;
}

.portfolio_slider_navigation {
	display: table;
	margin: 0 auto;
	margin-bottom: 15px;
}

.portfolio_slider_slideshow {
	position: relative;
}

.portfolio_slider_thumbnails_area {
	position: relative;
}
.portfolio_slider_thumbnails {
	margin-bottom: 10px;
}

.portfolio_slider_thumbnail {
	text-align: center;
}

.portfolio_slider_thumbnail_link {
	text-align: left;
	position: relative;
	width: auto;
	display: inline-block;
}

.portfolio_slider_thumbnail_image img {
	opacity: 0.7;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_image:hover img, .portfolio_slider_thumbnails .slick-current img {
	opacity: 1 !important;
}

.portfolio_slider_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	bottom: -10px;
	left: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0;
	background: rgba(72,72,72,0.7);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_link:hover .portfolio_slider_thumbnail_caption {
	opacity: 1;
	bottom: 0px;
}
.portfolio_slider_thumbnail_caption a {
	color: #FF0;
}

/* portfolio magnific-popup styles
-----------------------------------------------------------------------------*/
.mfp-figure {
}
.mfp-close {
}
.mfp-img {
}
.mfp-bottom-bar {
}
.mfp-title {
	font-size: 14px;
	line-height: 16px;
}
.mfp-title a {
	color: #FF0;
}
.mfp-title small {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
}
.mfp-counter {
}

/* breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	color: #000;
	font-weight:700;
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #f1f1f1;
}
.breadcrumbs ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.breadcrumbs ol li {
	position: relative;
	display: inline-block;
	padding: 0px 15px 0px 0px;
	margin: 0px 5px 0px 0px;
}
.breadcrumbs ol li:after {
	position: absolute;
	content: " / ";
	display: block;
	width: 20px;
	height: 100%;
	top:1px;
	right: 0px;
	text-align: right;
	font-size: 15px;
	line-height: 15px;
}
.breadcrumbs ol li:last-child {
	margin:0;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}

.breadcrumbs ol li a {
	color: #4021dd;
}
.breadcrumbs ol li:hover a {
	text-decoration: underline;
}

/* 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;
	font-family: "Times New Roman", Times, serif;
	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-family: "Times New Roman", Times, serif;
	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;
}

/* 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;
}

#main_wrapper {
	overflow: hidden;
}

.body_offset {
	padding-top:51px;
}

.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_top
-----------------------------------------------------------------------------*/
#header_top {
	position:relative;
	width:100%;
	height:51px;
	background: #fff;
	font-family: "Times New Roman", Times, serif;
	color:#201e1f;
	font-weight:700;
	box-sizing:border-box;
	border-bottom:1px #eeeeee solid;
}

#header_description {
	position:relative;
	display:block;
	float:left;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
	padding-top:20px;
}

#header_social {
	position:relative;
	float:right;
	display:table;
	margin:0 0 0 auto;
}

#header_social ul {
	display:table;
	margin:0 0 0 auto;
	padding:0;
	list-style: none;
	list-style-image: none;
}
#header_social ul li {
	float:left;
	display:table;
	margin:9px 0 0 5px;
	padding:0;
	list-style: none;
	list-style-image: none;
}
#header_social a img {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity:1;
}
#header_social a:hover img {
	opacity:.7;
}

#header_phone {
	position:relative;
	font-size:12px;
	line-height:12px;
	padding-left:19px;
	margin:11px 29px 0 0;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index:1;
}

#header_phone:before {
	position:absolute;
	content:"";
	width:14px;
	height:14px;
	top:-2px;
	left:0;
	background: url(images/header_phone_icon.png) center center no-repeat;
}

#header_hours {
	position:relative;
	display:block;
	float:right;
	clear:left;
	font-size:12px;
	line-height:12px;
	padding-left:21px;
	margin:-12px 9px 0 0;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index:1;
}

#header_hours:before {
	position:absolute;
	content:"";
	width:15px;
	height:15px;
	top:-2px;
	left:0;
	background: url(images/header_hours_icon.png) center center no-repeat;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	position:relative;
	width:100%;
	height:130px;
	margin-top:51px;
	background:#fff;
}

.header_fixed {
	position: fixed !important;
	height:47px !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_logo {
	position:absolute;
	width:251px;
	top:19px;
	left:0;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index:2;
}

.header_logo_fixed {
	top:-25px !important;
	left:-78px !important;
	transform:scale(.4);
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	position:absolute;
	width:100%;
	height:47px;
	top:42px;
	right:0;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index:1;
}

.menutop_fixed {
	top:0 !important;
}

#menutop ul {
	display: table;
	margin: 0 0 0 auto;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	padding:0;
	margin:0 19px;
}
#menutop li:first-child {
	margin:0 19px 0 0;
}
#menutop li:last-child {
	margin:0 0 0 19px;
}
#menutop li:nth-child(3) {
	/*margin:0 16px 0 26px;*/
}
#menutop ul li a {
	display: block;
	font-family: "Times New Roman", Times, serif;
	color: #201e1f;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	text-align: center;
	text-transform:uppercase;
	padding: 17px 0;
	margin:0;
	/*transition: transform 250ms ease-in;
	-webkit-transition: transform 250ms ease-in;*/
}
#menutop ul li:hover a, #menutop li.selected a {
	text-decoration: none;
	color:#4021dd;
}

/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	position: relative;
	width: 100%;
	height: 669px;
	z-index: 0;
}
.inside #slideshow {
	height:419px;
}

#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;
	list-style: none;
	list-style-image: none;
}

#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	right: 45px;
	z-index: 101;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 45px;
	z-index: 101;
}

#slideshow_slogan {
	width: 1100px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top:116px;
	text-align: left;
	text-transform:uppercase;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 60px;
	line-height: 55px;
	font-weight:700;
	z-index: 201;
}
#slideshow_slogan span {
	display:block;
	font-family: 'Ubuntu', sans-serif;
	font-size:16px;
	line-height:24px;
	font-weight:300;
	margin:27px 0 10px 0;
}

#slideshow_slogan .a_button:last-child {
	margin-left:10px;
}

.inside #slideshow_slogan {
	top:101px;
}

/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left: 0px;
	bottom: 40px; 
	overflow: hidden;
}

#slideshow_pager span { 
    width: 9px;
	height: 9px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.png) left top no-repeat;
	padding:0 1px 0 2px;
	font-family: arial; font-size:0; line-height:0;
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.png) left top no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}

/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	position:relative;
	background:#f8f8f8;
	padding:40px 0 33px 0;
}

#box_services ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	font-size:0;
	line-height:0;
}
#box_services ul li {
	display: inline-block;
	vertical-align: top;
	margin:0 8px 8px 0;
	width:269px;
	height:230px;
	background:#fff;
}
#box_services ul li:nth-child(4n + 4) {
	margin:0 0 8px 0;
}

#box_services ul li a {
	display: block;
	width:269px;
	height:230px;
	font-size:18px;
	line-height:18px;
	font-family: "Times New Roman", Times, serif;
	font-weight:700;
	color:#201e1f;
	text-align: center;
	text-transform:uppercase;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#box_services ul li a#services_icon_01 {
	background: url(images/services_icon_01.png) center 41px no-repeat;
}
#box_services ul li a#services_icon_02 {
	background: url(images/services_icon_02.png) center 41px no-repeat;
}
#box_services ul li a#services_icon_03 {
	background: url(images/services_icon_03.png) center 41px no-repeat;
}
#box_services ul li a#services_icon_04 {
	background: url(images/services_icon_04.png) center 41px no-repeat;
}

#box_services ul li a#services_icon_01:hover  {
	background: #4021dd url(images/services_icon_01_hover.png) center 41px no-repeat;
}

#box_services ul li a#services_icon_02:hover  {
	background: #4021dd url(images/services_icon_02_hover.png) center 41px no-repeat;
}

#box_services ul li a#services_icon_03:hover  {
	background: #4021dd url(images/services_icon_03_hover.png) center 41px no-repeat;
}

#box_services ul li a#services_icon_04:hover  {
	background: #4021dd url(images/services_icon_04_hover.png) center 41px no-repeat;
}

#box_services ul li a:hover {
	color:#fff;
	text-decoration:none;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}

#box_services ul li a span {
	display:table;
	width:81%;
	padding-top:150px;
	margin:0 auto;
}

/* middle
-----------------------------------------------------------------------------*/
#middle {
	position: relative;
	padding: 40px 0 59px 0;
	/*background: url(images/middle_bg.png) center top no-repeat,#fff url(images/middle_bg.png) center top no-repeat;*/
	background: #fff url(images/middle_bg.png) center top no-repeat;
}
.inside #middle {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	background: #fff url(images/middle_bg.png) center top no-repeat;
}

/* content
-----------------------------------------------------------------------------*/
#content {
	width: 1100px;
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #201e1f;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	text-transform:uppercase;
	padding:16px 0 17px 0;
	margin-bottom:12px;
}
.content_title h1 {
	padding:0;
	margin:0;
	width: 100%;
	color: #201e1f;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	text-transform:uppercase;
}

.content_title h1#title_welcome {
	text-align: left;
	width:420px;
}

#box_testimonials .content_title {
	color: #fff;
	margin-bottom:8px;
}

#box_why_our_company .content_title {
	width:523px;
	text-align: left;
	margin-left:577px;
	margin-bottom:10px;
}

#box_contact .content_title {
	color: #fff;
	margin-bottom:18px;
}

/* service_area
----------------------------------------------------------------------------*/
#service_area {
}
#service_area ul {
	margin: 10px 0px 0px 20px;
	padding: 0px;

	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
	
	-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: #201e1f;
	text-decoration: none;
	cursor: text;
}

/* box_testimonials
-----------------------------------------------------------------------------*/
#box_testimonials {
	position: relative;
	background: url(images/box_testimonials_bg.jpg) center center no-repeat;
	height:445px;
	text-align: center;
	padding:85px 0 29px 0;
	z-index:1;
}

#reviewshow {
	position: relative;
	display:table;
	margin:0 auto;
	width:720px;
	height:195px;
	z-index:1;
}

#reviewshow_quote_left {
	position:absolute;
	width:30px;
	height:22px;
	top:81px;
	left:119px;
	background: url(images/reviewshow_quote_left.png) center center no-repeat;
	z-index:101; 
}

#reviewshow_quote_right {
	position:absolute;
	width:30px;
	height:22px;
	top:131px;
	right:119px;
	background: url(images/reviewshow_quote_right.png) center center no-repeat;
	z-index:101; 
}

#reviewshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#reviewshow li {
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	list-style: none;
	list-style-image: none;
	color:#fff;
	font-size:18px;
	line-height:30px;
}

#reviewshow em {
	display:block;
	padding-top:9px;
}

#box_testimonials .a_button {
	padding:13px 35px 12px 35px;
	margin-top:65px;
}

/* review_pager
-----------------------------------------------------------------------------*/
#review_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left:0;
	bottom:154px; 
	overflow: hidden;
	font-size:0;
	line-height:0;
}

#review_pager span { 
    width:9px;
	height:9px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.png) center center no-repeat;
	padding:0 1px 0 2px;
	font-family: arial; font-size:0px; 
}
#review_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.png) center center no-repeat;
}
#review_pager > * {
	cursor: pointer;
}

/* box_why_our_company
-----------------------------------------------------------------------------*/
#box_why_our_company {
	position: relative;
	background: #fff url(images/middle_bg.png) center top no-repeat;
	padding:40px 0 60px 0;
	z-index:1;
}

#box_why_our_company .images_left {
	margin:-53px 60px 15px 0;
}

.question {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color:#4021dd;
	text-transform:uppercase;
	font-weight:700;
}

#box_why_our_company p {
	margin:0 0 24px 0;
}

#box_why_our_company .a_button {
	margin-top:9px;
}

/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	position: relative;
	width: 100%;
	height:488px;
	background: url(images/box_contact_bg.jpg) center top no-repeat;
	padding:132px 0 0 0;
	z-index:1;
}

#box_contact form {
	width: 100%;
}

/* form_side
-----------------------------------------------------------------------------*/
#form_estimate_side {
	width: 100%;
}

#form_estimate_side fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
#form_estimate_side input[type=text], #form_estimate_side input[type=email], #form_estimate_side select, #form_estimate_side textarea {
	margin:0 0 12px 0;
	height:45px;
	padding:1px 20px 0 20px;
	background:rgba(255,255,255,1);
	border:none;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color: #201e1f !important;
	font-weight: 700;
	text-transform:uppercase;
}

#form_estimate_side input.submit {
	border:none;
	padding:0 38px;
	height:45px;
	line-height:45px;
}

#form_estimate_side textarea {
	padding:10px 20px 0 20px;
	margin:0 !important;
	height:159px;
}

#form_estimate_side #table_form {
	width: 100%;
}
#form_estimate_side #table_form td {
	width: 49%;
	padding-right: 1%;
	vertical-align:top;
}

#form_estimate_side input#name:required {
	background:rgba(255,255,255,1) url(images/placeholder_req_bg.png) left 62px top 17px no-repeat;	
}

#form_estimate_side input#phone:required {
	background:rgba(255,255,255,1) url(images/placeholder_req_bg.png) left 67px top 17px no-repeat;	
}

#form_estimate_side input#email:required {
	background:rgba(255,255,255,1) url(images/placeholder_req_bg.png) left 66px top 17px no-repeat;	
}

#form_estimate_side input#name:required:active,
#form_estimate_side input#phone:required:active,
#form_estimate_side input#email:required:active,
#form_estimate_side input#name:required:focus,
#form_estimate_side input#phone:required:focus,
#form_estimate_side input#email:required:focus,
#form_estimate_side input#name:required:valid,
#form_estimate_side input#phone:required:valid,
#form_estimate_side input#email:required:valid {
	background:rgba(255,255,255,1);
}

#form_estimate_side #scode_block {
	width:auto !important;
	text-align:center !important;
	margin-top:2px !important;
	font-size:15px;
	color:#fff;
}

#form_estimate_side #scode_block span {
	/*display:table;
	margin:0 auto;
	padding:3px 19px;
	background:rgba(16, 23, 14, .3);*/
}

#form_estimate_side #scode_block #scode {
	margin:0 6px !important;
	width:107px;
	height:45px;
	font-size:17px;
}

#form_estimate_side #scode_block table {
	padding-top:14px;
}

/* box_our_location
-----------------------------------------------------------------------------*/
#box_our_location {
	position: relative;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	z-index: 1;
}

#location_map {
	position:absolute;
	width:1920px;
	height:400px;
	display: block;
	bottom:0;
	left: -webkit-calc(50% - 960px);
	left: -moz-calc(50% - 960px);
	left: calc(50% - 960px);
}

#location_map img,
#location_map a {
	display: block;
}

/* Footer
----------------------------------------------------------------------------*/
#footer {
	position: relative;
	color: #fff;
	background:#3a22ad;
	padding: 45px 0 41px 0;
	font-size: 13px;
	line-height: 18px;
}

#footer_logo {
	float: left;
	width: 251px;
}

#footer_address {
	float: right;
	width: 450px;
	text-align: right;
	padding-top: 8px;
}
#footer_address span {
}

#footer_address a {
	color: #fff;
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 300px;
	float: left;
}
#contact_form {
	width: 750px;
	float: right;
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 72px;
	right: 40px;
	width: 38px;
	height: 38px;
	background: #201e1f url(images/scroll_top_bg.png) center no-repeat;
	text-decoration: none;
	cursor: pointer;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: #665f62 url(images/scroll_top_bg.png) center no-repeat;
	text-decoration: none;
}
/*******************************************/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
html {
        /*margin-left: 1px;*/
    }
    /*html.evenWidth {
        margin-left: 0;
    }*/
}
/****************************************/
#welcome_text {
	/*width:521px;*/
}

#welcome_text .images_right {
	margin:-85px 0 15px 60px;
}

#welcome_text .a_button {
	display:table;
	margin:10px auto 0 0;
}

.small_font {
	font-size:small;
}
.big_font {
	font-size:x-large;
}
#read_more_links {
}
#read_more_links strong a {
	color:#000;
}
#read_more_links strong a span {
	color:#4e9707;
}
/****************************************/
span.dollar {
	position:relative;
}
span.dollar:before {
	position:absolute;
	content:"$";
	top:-2px;
	left:5px;
	color:#000;
}
span.dollar input {
	padding-left:15px !important;
}
.integral_phone {
	display:inline-block;
	white-space:nowrap;
	font-weight:700;
}
/****************************************/
.review_box {
}
.stars_small_one_line {
	display:inline-block;
	width:60px;
	height:10px;
	background:url(images/stars_small.png) left top repeat-x;
	margin:0 5px 10px 0;
	line-height:0;
	font-size:0;
}
.stars_small {
	display:inline-block;
	width:100%;
	height:10px;
	background:url(images/stars_small.png) left -10px repeat-x;
	line-height:0;
	font-size:0;
}
.stars_small_one_line_4 {
	width:46px;
}
