* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #0c3d00;
	width: 100%;
	min-width: 1100px;
	font-weight: normal;
	background: #fff url(images/body_bg.png) center repeat-y;
	position: relative;
}

/* text styles
-----------------------------------------------------------------------------*/
h1, .h1 {
	color: #457a38;
	font-size: 24px;
	line-height: 27px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px !important;
}
h2, .h2 {
	color: #276118;
	font-size: 22px;
	line-height: 25px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	color: #184f0a;
	font-size: 20px;
	line-height: 23px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
	color: #154a08;
	font-size: 18px;
	line-height: 21px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
a {
	color: #6a961f;
	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;
}
ul {
}
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: #0c3d00;
	font-size: 14px;
	line-height: 14px;
    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: #1e2f60;
	font-size: 14px;
	line-height: 12px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 14px 20px 14px 20px;
	border: 0px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #0c3d00;
	font-size: 16px;
	font-weight: 800;
	padding: 0px;
}
.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #0c3d00;
	font-size: 14px;
	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: #0c3d00;
	font-size: 14px;
	line-height: 14px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 7px;
}
.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;
	height: 40px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #0c3d00 !important;
	font-weight: 800;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #0c3d00 !important;
	font-weight: 800;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #0c3d00 !important;
	font-weight: 800;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #0c3d00 !important;
	font-weight: 800;
	text-transform: uppercase;
	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;
}
.images, .images_left, .images_right {
	border: none; 
	background: #cfcfcf;
}
.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: 3px;
	height: 3px;
	font-size: 1px;
	border-bottom: rgba(12,61,0,0.2) 3px double;
}
.a_button {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 10px;
	text-align: center;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	background: #1e2f61;
	outline: none;
	padding: 15px 30px 15px 30px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #6a961f;
}
.a_button_text {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 10px;
	text-align: center;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	background: #6a961f;
	outline: none;
	border-radius: 2px;
	padding: 5px 5px 5px 5px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	cursor: pointer;
}
.a_button_text:hover {
	color: #fff;
	text-decoration: none;
	background: #1e2f61;
}
.columns {
	-moz-column-gap: 50px;
	-webkit-column-gap:50px;
	column-gap: 50px;
}
.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 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 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-size: 12px;
	line-height: 12px;
	color: #0c3d00;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid rgba(12,61,0,0.3);
}
.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 {
	content: "»";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	font-size: 12px;
	line-height: 10px;
}
.breadcrumbs ol li:last-child {
	margin: 0px 0px 0px 0px;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}
.breadcrumbs ol li a {
	color: #6a961f;
}
.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;
	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;
}

/* 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;
	/*border: #20346b 1px solid;*/
}
#main_wrapper {
	overflow: hidden;
}
.body_offset {
	padding-top: 0px;
}
.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 {
	width: 100%;
	height: 50px;
	position: relative;
	background: linear-gradient(to bottom, #6a961f 0px, #567a1a 100%);	
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}
#header_top_slogan {
	width: auto;
	position: absolute;
	left: 0px;
	top: 19px;
}
#header_top_phone {
	width: auto;
	position: absolute;
	right: 342px;
	top: 19px;
	background: url(images/icon_phone.png) left center no-repeat;
	padding-left: 21px;
}
#header_top_phone a {
	color: #fff;
	text-decoration: none;
}
#header_top_phone a:hover {
	color: #014101;
	text-decoration: none;
}

#header_top_location {
	width: 190px;
	position: absolute;
	right: 70px;
	top: 0px;
	height: 50px;
	padding: 19px 0px 0px 37px;
	border-left: rgba(255,255,255,0.1) 1px solid;
	border-right: rgba(255,255,255,0.1) 1px solid;
}
#header_top_location span {
	display: inline-block;
	background: url(images/icon_location.png) left center no-repeat;
	padding-left: 21px;
}
#header_top_social {
	width: auto;
	position: absolute;
	right: 0px;
	top: 16px;
	text-align: right;
}
#header_top_social a img {
	margin: 0px 0px 0px 1px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#header_social a:hover img {
	opacity: 0.7;
}

/* Header Box
-----------------------------------------------------------------------------*/
#header_box {
	width: 100%;
	position: relative;
	background: #fff url(images/header_box_bg.jpg) left top repeat-x;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	height: 108px;
	background: linear-gradient(to bottom, #005200 0px, #005000 100%);
}
#header:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: -4px;
	left: 0px;
	background: url(images/header_bottom_bg.png) left bottom repeat-x;
}
#header_logo {
	width: 269px;
	position: absolute;
	left: 0px;
	top: 35px;
} 
#header_button {
	width: auto;
	position: absolute;
	right: 0px;
	top: 35px;
	z-index: 1;
} 


/* Header Content
-----------------------------------------------------------------------------*/
#header_content {
	width: 100%;
	position: relative;
	margin-top: 4px;
}
.inside #header_content {
	width: 100%;
	height: 210px;
	position: relative;
	margin-top: 4px;
}
#header_content:before {
	content: "";
	display: block;
	width: 849px;
	height: 791px;
	position: absolute;
	top: -112px;
	right: 385px;
	background: url(images/header_content_img_bg.png) top right no-repeat;
	right: -webkit-calc(50% - 575px);
	right: -moz-calc(50% - 575px);
	right: calc(50% - 575px);
}

/* header_content
----------------------------------------------------------------------------*/
#header_side {
	float: left;
	width: 410px;
	color: #fff;
	font-size: 48px;
	line-height: 48px;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 32px;
}
#header_side p {
	width: 260px;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 39px 0px 39px 0px;
}
#header_side #menu {
	width: 270px;
}
#header_content #header_truck_01 {
	width: 249px;
	height: 235px;
	position: absolute;
	top: 6px; 
	right: 43px;
	background: url(images/side_right_truck_01.png) top right no-repeat;
}
#header_content #header_truck_02 {
	width: 263px;
	height: 255px;
	position: absolute;
	top: 406px; 
	right: 50px;
	background: url(images/side_right_truck_02.png) top right no-repeat;
}
#header_truck_03 {
	width: 323px;
	height: 306px;
	position: absolute;
	top: 387px; 
	right: 448px;
	background: url(images/side_right_truck_03.png) top right no-repeat;
}

/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 30px 0px 50px 0px;
	background: #fff;
	position: relative;
}
.inside #middle {
	min-height: 360px;
	height: auto !important;
	height: 360px;
	padding: 47px 0px 50px 0px;
}

/* content
-----------------------------------------------------------------------------*/
#content {
	width: 780px;
	float: right;
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #0c3d00;
	font-size: 30px;
	line-height: 30px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: left;
	padding: 0px;
	margin-bottom: 30px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #0c3d00;
	font-size: 30px;
	line-height: 30px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: left;
}
.content_title span {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #6a961f;
	font-size: 14px;
	line-height: 10px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 6px;
}

/* side
----------------------------------------------------------------------------*/
#side {
	float: left;
	width: 270px; 
}

/* menu
-----------------------------------------------------------------------------*/
#menu {
	width: 100%;
}
#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: linear-gradient(to bottom, #1e2f60 0px, #243a7a 100%);	
	position: relative; 
	margin-bottom: 24px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menu li:before  {
	content: "";
	display: block;
	width: 270px;
	height: 7px;
	position: absolute;
	top: -7px;
	left: 0px;
	background: url(images/menu_li_top.png) center top no-repeat;
}
#menu ul.dropdown ul li:before {
	display: none !important;
}
#menu ul.dropdown ul li:after {
	display: none !important;
}
#menu li:after {
	content: "";
	display: block;
	width: 270px;
	height: 7px;
	position: absolute;
	bottom: -7px;
	left: 0px;
	background: url(images/menu_li_bottom.png) center bottom no-repeat;
}
#menu a {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 9px 0px 8px 29px;
	transition: color 300ms ease-in;
	-webkit-transition: color 300ms ease-in;
}
#menu ul li:hover, #menu li.selected {
	background: linear-gradient(to bottom, #407e00 0px, #4e9400 100%);	
}
#menu ul li:hover a, #menu li.selected a {
	text-decoration: none;
	transform: scale(1.08);
	padding-left: 37px;
}
#menu li:hover:before, #menu li.selected:before {
	content: "";
	display: block;
	width: 270px;
	height: 7px;
	position: absolute;
	top: -7px;
	left: 0px;
	background: url(images/menu_li_top_hover.png) center top no-repeat;
}
#menu ul li:hover:after, #menu li.selected:after {
	content: "";
	display: block;
	width: 270px;
	height: 7px;
	position: absolute;
	bottom: -7px;
	left: 0px;
	background: url(images/menu_li_bottom_hover.png) center bottom no-repeat;
}

/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
	height: 466px;
	padding: 104px 0px 30px 0px;
	background: #7b8aa9 url(images/box_contact_bg.jpg) center top no-repeat;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	position: relative;
}
#box_contact:before {
	content: "";
	display: block;
	width: auto;
	height: auto;
	position: absolute;
	top: 45px;
	left: 40px;
	right: 40px;  
	bottom: 45px;
	border: #6a961f 10px solid;
}
#box_contact .content_title {
	color: #fff;
	margin-bottom: 36px;
}

/* form form_contact
-----------------------------------------------------------------------------*/
#form_contact {
	width: 100%;
}
#form_contact fieldset {
	border: none;
}
#form_contact fieldset > table {
	width: 100%;
}
#form_contact fieldset > table tr td {
	vertical-align: top;
}
#form_contact label input {
	width: 526px;
	height: 45px;	
	color: #0c3d00;	
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 9px 10px 7px 17px;
	margin-bottom: 12px;
	border: 0;
}
#form_contact label select {
	width: 526px;
	height: 45px;	
	color: #0c3d00;	
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 9px 10px 7px 17px;
	margin-bottom: 12px;
	border: 0;
}
#form_contact label textarea {
	width: 554px;
	/*height: 159px;	*/
	height: 216px;	
	color: #0c3d00;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 16px 35px 14px 17px;
	background: #FFF;
	margin: 0px;
	border: 0;
}
#form_contact input.submit {
	font-size: 18px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 16px 36px 16px 36px;
	border: 0px;
}
#form_contact .scode_block #scodes {
	display: block;
	width: 105px;
	height: 45px;
	margin: 0px;
}
#form_contact .scode_block table td {
	padding: 0px 10px 0px 0px;
	margin: 0px;
}
#form_contact .scode_block table td #img_code {
	padding-top: 6px;
}
#form_contact input:required {
	background: #FFF url(images/placeholder_star_bg.png) 2% 19px no-repeat;
}
#form_contact input:required:active,
#form_contact input:required:focus,
#form_contact input:required:valid {
	background: #FFF;
}
#form_contact .scode_block span {
	width: 100%;
	display: inline-block;
	color: #fff;
	line-height: 28px;
	text-align: left;
	padding-bottom: 4px;
}
#form_contact .scode_block table {
	float: left;
	width: 300px;
	text-align: left;
} 

/* service_area
----------------------------------------------------------------------------*/
#service_area {
	background: url(images/service_area_bg.jpg) center top no-repeat;
	position: relative;
	padding: 56px 0px 56px 0px;
	line-height: 23px;
}
#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 ul {
	list-style-image: url(images/icon_bullet_area.png);
}
#service_area span {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 31px;
}
#service_area a[href="javascript:;"] {
	color: #d8d8d8;
	text-decoration: none;
	cursor: text;
}

/* Footer
----------------------------------------------------------------------------*/
#footer {
	font-size: 12px;
	line-height: 18px;
	background: #fff;
	position: relative;
	padding: 31px 0px 25px 0px;
}
#footer_logo {
	float: left;
	width: auto;
	margin-right: 72px;
}
#footer_address {
	float: left;
	width: auto;
	padding-top: 4px;
}
#footer_address span {
	color: #0c3d00;
}
#footer_links {
	float: right;
	width: auto;
	padding-top: 4px;
}
#footer_links a {
	color: #0c3d00;
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 300px;
	float: left;
}
#contact_form {
	width: 430px;
	float: right;
}
 
/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	background: #6a961f url(images/scroll_top_bg.png) center no-repeat;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	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: #223774 url(images/scroll_top_bg.png) center no-repeat;
	text-decoration: none;
}
