/*

Theme Name: Sacked Kiwi

Author: Ryan */



@font-face {
 font-family: 'open_sansbold';
 src: url('css/fonts/opensans-bold.eot');
 src: url('css/fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),  url('css/fonts/opensans-bold.woff') format('woff'),  url('css/fonts/opensans-bold.ttf') format('truetype'),  url('css/fonts/opensans-bold.svg#open_sansbold') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'open_sanslight';
 src: url('css/fonts/opensans-light.eot');
 src: url('css/fonts/opensans-light.eot?#iefix') format('embedded-opentype'),  url('css/fonts/opensans-light.woff') format('woff'),  url('css/fonts/opensans-light.ttf') format('truetype'),  url('css/fonts/opensans-light.svg#open_sanslight') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'open_sansregular';
 src: url('css/fonts/opensans-regular.eot');
 src: url('css/fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),  url('css/fonts/opensans-regular.woff') format('woff'),  url('css/fonts/opensans-regular.ttf') format('truetype'),  url('css/fonts/opensans-regular.svg#open_sansregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'open_sanssemibold';
 src: url('css/fonts/opensans-semibold.eot');
 src: url('css/fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),  url('css/fonts/opensans-semibold.woff') format('woff'),  url('css/fonts/opensans-semibold.ttf') format('truetype'),  url('css/fonts/opensans-semibold.svg#open_sanssemibold') format('svg');
 font-weight: normal;
 font-style: normal;
}
html, body {
	margin:0;
	padding:0px 0 0 0;
	font-family: 'open_sansregular';
	font-size:12px;
	color:#404040;
}
/* Global Classes starts */

* {
	outline:none;
}
div, form, P {
	margin:0px;
	padding:0px;
}
A IMG /* This Class will disble border over any link on images*/ {
	border:none;
	outline:none
}
a {
	text-decoration:underline;
	color:#4C4C4E;
}
a:hover {
	text-decoration:none;
	color:#C40176;
}
p {
	font-size:13px;
	color:#3B3B3B;
	line-height:23px;
	font-family: 'open_sanslight';
	margin:0;
	padding:0;
}
p a {
	text-decoration:underline;
	color:#A2A2A2;
}
p a:hover {
	text-decoration:none;
	color:#596163;
}
UL {
	/* Controls NORMAL UL */

 margin:0 0 0 0px;
	padding:0 0 0 0;
	list-style-type:none;
	color:#C40176;
}
UL LI {
	/* Controls NORMAL li inside UL */

 margin:0 0 0px 0;
	padding:0 0 0 0px;
}
UL strong {
	font-size:15px;
}
OL {
	/* Controls NORMAL OL */

 margin:0 0 0 0px;
	padding:0 0 0 0;
	list-style-type:decimal;
}
OL LI {
	/* Controls NORMAL li inside OL */

 text-decoration:underline;
	color:#000000;
}
OL LI A, LI A, OL A {
	/* Controls LINKS inside OL */

 text-decoration:underline;
	color:#000000;
}
OL A:HOVER {
	/* Controls LINKS HOVER inside OL */

 text-decoration:none;
	color:#C40176;
}
UL A {
	/* Controls LINKS inside UL */

 text-decoration:underline;
	color:#A2A2A2;
}
UL A:HOVER {
	/* Controls LINKS HOVER inside UL */

 text-decoration:none;
	color:#C40176;
}
/* Global Classes ends */



/* HTML5 display-role reset for older browsers */



article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td {
	line-height:19px;
}
table td a {
	color:#252525;
	text-decoration:none;
}
img {
	border:0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
ul, ol {
	margin:0;
	padding:0;
	list-style:none;
	font-family: 'Montserrat', sans-serif;
}
.clear {
	clear:both;
}
.auto_con {
	width:960px;
	margin:auto;
}
* {
	box-sizing: border-box;
}
/*header_conatiner*/

.header_outer {
	width:100%;
	float:left;
}
.header_inn {
	width:100%;
	float:left;
}
.header_logo {
	width:259px;
	float:left;
	padding-top:16px;
}
.header_req {
	width:355px;
	float:left;
	margin:0 42px 0 58px;
}
.req_inn {
	width:100%;
	float:left;
	padding-top:16px;
}
.req_inn a {
	text-decoration:none;
	width:100%;
	height:38px;
	background-color:#A5A5A5;
	display:block;
	font-size:15px;
	color:#FFFFFF;
	text-align:center;
	line-height:36px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	font-family: 'open_sansbold';
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}
.req_inn a:hover {
	background-color:#7A7A7A;
}
.header_nav {
	width:100%;
	float:left;
	padding:40px 0 0 0;
}
.header_nav li {
	float:left;
	margin-right:18px;
}
.header_nav li a {
	text-decoration:none;
	font-size:13px;
	color:#404040;
	font-family: 'open_sanslight';
	padding-bottom:13px;
	border-bottom:2px #fff solid;
}
.header_nav li a:hover {
	color:#669933;
	border-bottom:2px #669933 solid;
}
.header_nav li.current-menu-item a {
	color:#669933;
	border-bottom:2px #669933 solid;
}
#active {
	color:#669933;
	border-bottom:2px #669933 solid;
}
.header_nav li:last-child {
	margin-right:0px;
}
.header_right {
	width:242px;
	float:right;
	background-color:#669933;
	padding:12px;
}
.phone_no {
	width:100%;
	float:left;
	border-bottom:1px #B3CC99 solid;
	padding-bottom:10px;
}
.phone_no p {
	text-align:right;
	color:#fff;
	font-style:italic;
	font-size:20px;
}
.phone_text {
	width:100%;
	float:left;
	background:url(./images/phone_icon.png) left 14px no-repeat;
	text-align:right;
}
.phone_text a {
	font-size:29px;
	color:#fff;
	text-decoration:none;
	font-family: 'open_sansbold';
}
.contact_btn {
	width:100%;
	float:left;
	padding:10px 5px 0;
}
.contact_btn a {
	width:100%;
	font-size:16px;
	color:#fff;
	font-family: 'open_sansbold';
	text-decoration:none;
	height:38px;
	line-height:36px;
	background-color:#87CD41;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
 -webkit-transition: all .3s ease-out;
 -moz-transition: all .3s ease-out;
 -o-transition: all .3s ease-out;
 transition: all .3s ease-out;
	display:block;
	text-align:center;
}
.contact_btn a:hover {
	background-color:#72B92A;
}
.navbar {
	width:100%;
	float:left;
	background-color:#F4F4F4;
	padding:20px 0;
}
.navbar li {
	float:left;
}
.navbar li a {
	font-size:20px;
	color:#626262;
	text-decoration:none;
	font-family: 'open_sansbold';
	padding-right:30px;
	margin-right:26px;
	background:url(./images/arrow_nav.png) right 10px no-repeat;
}
.navbar li a:hover {
	color:#87CD41;
}
.navbar li.current-menu-item a {
	color:#87CD41;
}
/*header_conatiner_end*/



/*banner_container*/

.banner_outer {
	width:100%;
	float:left;
}
.banner_outer img {
	width:100%;
}
.banner_text {
	width:100%;
	position:absolute;
}
.banner_auto {
	width:960px;
	margin:auto;
}
.banner_lft {
	width:430px !important;
	background:url(./images/dott.png) repeat;
	padding:20px 10px 15px !important;
	border-bottom:5px #669933 solid !important;
	font-size:20px;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
}
.banner_lft p {
	padding:0px 0px 15px 0px !important;
	font-size:20px !important;
	color:#FFFFFF;
	font-family: 'open_sanssemibold';
	font-style:italic;
	line-height:28px !important;
}
.get_btn {
	margin:0px;
	padding:0px;
	width:195px !important;
	width:100%;
}
.get_btn a {
	display:block;
	margin:0px;
	padding:15px 0px !important;
	font-size:18px !important;
	color:#fff;
	font-family: 'open_sansbold';
	text-decoration:none;
	background-color:#87CD41;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
 -webkit-transition: all .3s ease-out;
 -moz-transition: all .3s ease-out;
 -o-transition: all .3s ease-out;
 transition: all .3s ease-out;
	text-align:center;
}
.get_btn a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#72B92A;
}
/*banner_container_end*/



/*content_container*/

.content_outer {
	width:100%;
	float:left;
	background-color:#F4F4F4;
	padding:40px 0;
}
.help_inn {
	width:100%;
	float:left;
}
.help_left {
	width:466px;
	float:left;
}
.help_left h3 {
	font-size:22px;
	color:#669933;
	font-family: 'open_sansbold';
}
.help_img {
	width:100%;
	float:left;
	margin-top:20px;
}
.help_img img {
	border:2px solid #DFDFDF;
}
.help_left p {
	padding:0px;
	margin:20px 0;
	font-size:13px;
	color:#3b3b3b;
	line-height:20px;
	font-family: 'open_sanslight';
	display:inline-block;
}
.request_btn {
	width:100%;
	float:left;
}
.request_btn a {
	width:279px;
	text-decoration:none;
	color:#ffffff;
	font-size:20px;
	display:inline-block;
	background-color:#87cd41;
	text-align:center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	min-height:48px;
	line-height:47px;
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	font-family: 'open_sansbold';
}
.request_btn a:hover {
	background-color:#6BAE28;
}
.help_right {
	float:right;
}
.white_box {
	width:100%;
	float:left;
	padding:40px 0;
	background-color:#fff;
}
.white_box_inn {
	width:100%;
	float:left;
}
.welcome_text {
	width:582px;
	float:left;
}
.welcome_text h3 {
	font-size:22px;
	color:#669933;
	font-family: 'open_sansbold';
	border-bottom:1px solid #dfdfdf;
	padding:0 0 20px;
	margin:0 0 15px;
}
.welcome_text p {
	padding:0 0 25px;
	margin:0;
	font-size:13px;
	color:#3b3b3b;
	line-height:23px;
	font-family: 'open_sanslight';
}
.choose_text {
	width:324px;
	float:right;
}
.choose_text h3 {
	font-size:22px;
	color:#669933;
	font-family: 'open_sansbold';
	border-bottom:1px solid #dfdfdf;
	padding:0 0 20px;
	margin:0 0 15px;
}
.choose_text ul {
	padding:0;
	margin:-8px 0 0 0;
	list-style:none;
}
.choose_text li {
	font-size:14px;
	background:url(./images/li_bg_img.png) left 12px no-repeat;
	padding:10px 0 10px 20px;
	color:#747474;
	font-family: 'open_sansbold';
}
/*testmonial*/

.testmonial_outer {
	width:100%;
	float:left;
	background:#BADE97 url(./images/dotted_border.png) left 22px repeat-x;
	padding:20px 0;
}
.testmonial_outer:after {
	content:"";
	background:#BADE97 url(./images/dotted_border.png) 22px repeat-x;
	width:100%;
	float:left;
	height:8px;
}
.testmonial_inn {
	padding:40px 0px 0px 0px;
	width:100%;
	float:left;
	text-align:center;
	font-family: 'open_sansregular';
}
.testmonial_inn h2:before {
	content:url(./images/testimonial_img1.png);
	width:61px;
	height:49px;
	position:absolute;
	margin:-20px 0 0 -120px;
}
.testmonial_inn h2:after {
	content:url(./images/testimonial_img2.png);
	width:61px;
	height:49px;
	position:absolute;
	margin:10px 0 0 60px;
}
.testmonial_inn h2 {
	font-size:34px;
	color:#4F4F50;
	font-style:italic;
	padding:60px 0 0;
}
.testmonial_inn p {
	color:#4F4F50;
	font-size:22px;
	padding:20px 0 40px;
}
.testmonial_inn p span {
	font-size:16px;
	color:#4C8D0B;
	padding:0px 20px;
	display:inline-block;
}
/*testmonial_end*/



.still_form {
	width:100%;
	float:left;
	background:url(./images/green_patten.jpg) top repeat;
	padding:40px 0;
}
.still_form h4 {
	text-align:center;
	color:#fff;
	font-family: 'open_sanslight';
	font-size:25px;
	margin-bottom:30px;
}
.still_form h4 span {
	font-family: 'open_sansbold';
}
.still_form_inn {
	margin:0px auto;
	padding:0px;
	width:960px;
}
.sec-left {
	margin:0px;
	padding:0px;
	width:49%;
	float:left;
}
.sec-left .inpt {
	margin:0px 0px 10px 0px;
	background-color:#FFFFFF;
	border:1px #5D7C3F solid;
	height:36px;
	color:#5F5F5F;
	font-size:13px;
	padding:0 10px;
	font-family: 'open_sansregular';
	width:100%;
}
.sec-left .ta {
	background-color:#FFFFFF;
	border:1px #5D7C3F solid;
	height:135px;
	color:#5F5F5F;
	font-size:13px;
	padding:10px 10px;
	font-family: 'open_sansregular';
	width:100%;
}
.sec-right {
	margin:0px;
	padding:0px;
	width:49%;
	float:right;
}
.sec-right .inpt {
	margin:0px 0px 10px 0px;
	background-color:#FFFFFF;
	border:1px #5D7C3F solid;
	height:36px;
	color:#5F5F5F;
	font-size:13px;
	padding:0 10px;
	font-family: 'open_sansregular';
	width:100%;
}
.sec-right .list {
	margin:0px 0px 10px 0px;
	background-color:#FFFFFF;
	border:1px #5D7C3F solid;
	height:36px;
	color:#5F5F5F;
	font-size:13px;
	padding:0 10px;
	font-family: 'open_sansregular';
	width:100%;
}
.sec-right img {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #5d7c3f;
	height: auto;
	margin: 0px 7px 0px 0px;
	max-width: 100%;
	padding: 3px 45px;
	vertical-align: middle;
	width: auto;
}
.sec-right .code {
	width:61%;
	background-color:#FFFFFF;
	border:1px #5D7C3F solid;
	height:36px;
	color:#5F5F5F;
	font-size:13px;
	padding:3px 10px;
	font-family: 'open_sansregular';
	vertical-align:middle;
}
.sec-right .btn {
	margin:10px 0px 0px 0px;
	padding:5px 0px;
	width:278px;
	background-color:#99DA59;
	color:#fff;
	border:1px #87CD41 solid;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	font-family: 'open_sansbold';
	font-size:20px;
	text-align:center;
	cursor:pointer;
}
.sec-right .btn:hover {
	background-color:#7DBF3B;
}
/*content_container_end*/



/*footer_conatiner*/

.footer_con {
	width:100%;
	float:left;
	background-color:#F6F6F6;
	padding:40px 0;
}
.footer_inn {
	width:100%;
	float:left;
	margin-bottom:40px;
}
.footer_left {
	width:147px;
	float:left;
	margin-right:85px;
}
.footer_left h3 {
	font-size:17px;
	color:#669933;
	font-family: 'open_sansbold';
	border-bottom:1px solid #dfdfdf;
	padding:0 0 20px;
	margin-bottom:24px;
}
.footer_left ul {
	padding:0;
	margin:0;
	list-style:none;
}
.footer_left li {
	font-size:13px;
	padding:0px 0 5px 0;
	font-family: 'open_sansregular';
}
.footer_left li a {
	text-decoration:none;
	color:#5f5f5f;
}
.footer_left li a:hover {
	text-decoration:none;
	color:#6ea931;
}
.footer_left li.current-menu-item a {
	text-decoration:none;
	color:#6ea931;
}
.footer_center {
	width:465px;
	float:left;
}
.footer_center h3 {
	font-size:17px;
	color:#669933;
	font-family: 'open_sansbold';
	border-bottom:1px solid #dfdfdf;
	padding:0 0 20px;
	margin-bottom:9px;
}
.footer_center p {
	padding:5px 0;
	margin:0;
	font-size:13px;
	color:#5f5f5f;
	font-family: 'open_sansregular';
	line-height:28px;
}
.contact {
	width:100%;
	float:left;
	margin-top:18px;
}
.contact_left {
	width:169px;
	float:left;
}
.contact_left {
	width:213px;
	float:left;
}
.contact_text {
	width:100%;
	float:left;
	background:url(./images/phone_icon2.png) left top no-repeat;
	padding-left:24px;
	font-size:13px;
	color:#5f5f5f;
	margin-bottom:10px;
	font-family: 'open_sansregular';
}
.mail_text {
	width:100%;
	float:left;
	background:url(./images/mail_icon.png) left 3px no-repeat;
	font-size:13px;
	margin-bottom:10px;
	font-family: 'open_sansregular';
	padding-left:24px;
}
.mail_text a {
	color:#5f5f5f;
}
.mail_text a:hover {
	text-decoration:none;
}
.contact_right {
	width:195px;
	float:left;
}
.footer_right {
	width:228px;
	float:right;
}
.footer_right h3 {
	font-size:17px;
	color:#669933;
	font-family: 'open_sansbold';
	border-bottom:1px solid #dfdfdf;
	padding:0 0 20px;
	margin-bottom:24px;
}
.map_outer {
	width:100%;
	float:left;
}
.map_outer img {
	border:1px solid #dedede;
}
.copy_right {
	float: none;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
.copy_left {
	width:40%;
	float:left;
	color:#616161;
	font-size:11px;
	font-family: 'open_sanslight';
}
.copy_left span {
	color:#669933;
}
.footer_nav {
	width:310px;
	float:right;
}
.footer_nav li {
	float:left;
	background:url(./images/divider.gif) right 3px no-repeat;
}
.footer_nav li a {
	font-size:11px;
	color:#616161;
	text-decoration:none;
	padding:0 8px;
	font-family: 'open_sanslight';
}
.footer_nav li a:hover {
	text-decoration:underline;
}
.footer_nav li:last-child {
	background:none;
}
.footer_nav li:last-child a {
	padding:0 0px 0 8px;
}
/*footer_conatiner_end*/



/*about_us_page*/

.inner_banner {
	width:100%;
	float:left;
	background-color:#87CD41;
}
.inner_banner h1 {
	font-size:34px;
	color:#FFFFFF;
	font-family: 'open_sansbold';
	padding:21px 0;
}
.about_text {
}
.about_leftbar {
	width:546px;
	float:left;
}
.about_rightbar {
	width:382px;
	float:right;
	background:url(./images/green_patten.jpg) top repeat;
	padding:25px;
}
.about_rightbar h4 {
	color:#fff;
	font-family: 'open_sanslight';
	font-size:14px;
	margin-bottom:20px;
}
.about_rightbar h4 span {
	display:block !important;
	font-family: 'open_sansbold';
	font-size:22px;
}
.about_rightbar .inpt {
	margin:0px 0px 10px 0px;
	background-color:#FFFFFF;
	border:1px #5D7C3F solid;
	height:36px;
	color:#5F5F5F;
	font-size:13px;
	padding:0 10px;
	font-family: 'open_sansregular';
	width:100%;
}
.about_rightbar .ta {
	margin:10px 0px;
	background-color:#FFFFFF;
	border:1px #5D7C3F solid;
	height:135px;
	color:#5F5F5F;
	font-size:13px;
	padding:10px 10px;
	font-family: 'open_sansregular';
	width:100%;
}
.about_rightbar img {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #5d7c3f;
	height: auto;
	margin: 0px 8px 0px 0px;
	max-width: 100%;
	padding: 3px 26px;
	vertical-align: middle;
	width: auto;
}
.about_rightbar .code {
	width:56%;
	background-color:#FFFFFF;
	border:1px #5D7C3F solid;
	height:36px;
	color:#5F5F5F;
	font-size:13px;
	padding:3px 10px;
	font-family: 'open_sansregular';
	vertical-align:middle;
}
.about_rightbar .btn {
	margin:0px 0px 0px 0px;
	padding:5px 0px;
	width:100%;
	background-color:#99DA59;
	color:#fff;
	border:1px #87CD41 solid;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	font-family: 'open_sansbold';
	font-size:20px;
	text-align:center;
	cursor:pointer;
}
.about_rightbar .btn:hover {
	background-color:#7DBF3B;
}
div.wpcf7 img.ajax-loader {
	display:none;
}
.about_text {
	margin:0px 0px -40px 0px;
	padding:0px 0px 60px 0px;
	background:url(./images/shadow.png) center bottom no-repeat;
}
.about_leftbar h2, h3 {
	font-family: 'open_sansbold';
	font-size:24px;
	color:#669933;
	margin-bottom:10px;
}
.about_leftbar p {
	font-size:13px;
	color:#3B3B3B;
	line-height:23px;
	font-family: 'open_sanslight';
}
.about_leftbar h3 {
	margin-top:30px;
}
.staff_outer {
	width:100%;
	float:left;
	margin-bottom:20px;
	display:none;/*Only Disabled*/
}
.staff_left {
	width:91px;
	float:left;
}
.staff_right {
	width:410px;
	float:right;
}
.staff_right h3 {
	font-family: 'open_sansbold';
	font-size:18px;
	color:#fff;
	margin-bottom:10px;
	background-color:#ABADB1;
	height:36px;
	line-height:34px;
	padding:0 10px;
	margin-top:0px;
}
/*about_us_page_end*/



.nav-button {
	display: none;
}
/*------------ all pages -------------------*/

.services_link {
	margin:0px 0px;
	padding:0px;
}
.services_link p {
	margin:0px 0px;
	padding:0px;
	font-size:13px;
	color:#3b3b3b;
	font-weight:normal;
}
.services_link ul {
	margin:20px 0px;
	padding:0px;
	list-style-type:none;
}
.services_link ul li {
	margin:0px;
	padding:0px 0px 0px 32px;
	font-size:13px;
	color:#3b3b3b;
	font-weight:normal;
	background:url(./images/sev_icon.png) left 5px no-repeat;
	line-height:30px;
}
.testimonials {
	margin:0px 0px 40px 0px;
	padding:0px;
}
.testimonials_left {
	margin:0px 0px;
	padding:0px 26px 0px 0px;
	width:140px;
	float:left;
	border-right:1px solid #abadb1;
}
.testimonials_left p {
	margin:0px 0 0px 0;
	padding:0px;
	font-size:17px;
	color:#669933;
	font-weight:bold;
	text-align:right;
}
.testimonials_left p span {
	margin:0px 0px;
	padding:0px 0px 10px 0px;
	font-size:13px;
	color:#7c7c7c;
	font-weight:bold;
	display:block;
}
.testimonials_img {
	margin:0px 0px;
	padding:0px 0px 0px 0px;
	text-align:right;
}
.testimonials_img img {
	margin:0px 0px;
	padding:0px 0px 50px 0px;
}
.testimonials_right {
	margin:0px 0px;
	padding:0px;
	width:380px;
	float:right;
}
.testimonials_right p {
	margin:0px 0px;
	padding:0px;
	font-size:18px;
	color:#3b3b3b;
	font-weight:normal;
	font-style:italic;
	line-height:30px;
}
.cont_left {
	margin:0px 0px;
	padding:0px;
	width:470px;
	float:left;
}
.cont_left h2 {
	margin:0px 0px 25px 0px;
	padding:0px;
	font-size:25px;
	color:#669933;
	font-family: 'Quicksand', sans-serif;
	font-weight:700;
}
.cont_left img {
	margin:0px 0px;
	padding:5px 33px;
	width:auto;
	height:auto;
	border:1px solid #b9b9b9;
	max-width:100%;
}
.cont_form {
	margin:0px 0px;
	padding:0px;
}
.cont_intp {
	margin:0px 0px 10px 0px;
	padding:10px;
	border:1px solid #b9b9b9;
	font-size:13px;
	color:#5f5f5f;
	width:468px;
	font-family: "open_sansregular";
}
.cont_intp1 {
	margin:0px 3px 10px 0px;
	padding:10px;
	border:1px solid #b9b9b9;
	font-size:13px;
	color:#5f5f5f;
	width:65%;
	float:right;
	font-family: "open_sansregular";
}
.cont_ta {
	margin:0px 0px 10px 0px;
	padding:10px;
	border:1px solid #b9b9b9;
	font-size:13px;
	color:#5f5f5f;
	width:468px;
	height:150px;
	font-family: "open_sansregular";
}
.cont_list {
	margin:0px 0px 10px 0px;
	padding:10px;
	border:1px solid #b9b9b9;
	font-size:13px;
	color:#5f5f5f;
	width:100%;
	/* The old syntax, deprecated and prefixed, for old browsers */

background: -prefix-linear-gradient(top, #fdfdfd, #eeeeee);
	/* The new syntax needed by standard-compliant browsers (Opera 12.1, IE 10, Firefox 16, Chrome 26, Safari 6.1), without prefix */

background: linear-gradient(to bottom, #fdfdfd, #eeeeee);
}
.cont_capcha {
	margin:0px 0px;
	padding:0px;
	float:left;
	width:160px;
}
.cont_capcha img {
	margin:0px 0px;
	padding:0px;
	border:1px solid #b9b9b9;
}
.cont_btn {
	margin:0px 0px;
	padding:10px 0px;
	border:1px solid #87cd41;
	background:#99da59;
	font-size:20px;
	color: #ffffff;
	font-weight:bold;
	width:100%;
}
.cont_btn:hover {
	background:#a7dc72;
	cursor:pointer;
}
.cont_right {
	margin:0px 0px;
	padding:0px;
	width:470px;
	float:right;
}
.cont_right h2 {
	margin:0px 0px 25px 0px;
	padding:0px;
	font-size:25px;
	color:#669933;
	font-family: 'Quicksand', sans-serif;
	font-weight:700;
}
.cont_right h1 {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 40px;
	font-size:38px;
	color:#616161;
	font-weight:bold;
	background:url(./images/phone.png) left 12px no-repeat;
}
.cont_right p {
	margin:0px 0px 50px 0px;
	padding:0px 0px 0px 40px;
	font-weight:bold;
	background:url(./images/masege.png) left center no-repeat;
}
.cont_right p a {
	margin:0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	font-size:20px;
	color:#616161;
	text-decoration:underline;
}
.cont_right p a:hover {
	color:#8dc74d;
}
.cont_right h3 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:25px;
	color:#669933;
	font-family: 'Quicksand', sans-serif;
	font-weight:700;
}
.cont_icon {
	margin:20px 0px;
	padding:0px;
	float:left;
}
.cont_icon img {
	margin:0px 5px;
	padding:0px;
}

/************** C - changes *************/
.blog-wrapper{
	padding: 15px 0 25px 0;
}

.blog-left {
	float:left;
	width:38%;
	padding-right:2%;
}

.blog-left img{
	width:100%;
	height:auto;
}

.blog-right{
	float:left;
	width:60%;
}

.blog-right h2{
	padding-bottom:5px;
}

.blog-right h2 a{
	text-decoration:none;
	color:#3B3B3B;
}

.blog-right h2 a:hover{
	text-decoration:underline;
}

.blog-right a.more-link{
	text-decoration:none;
}

.blog-right a.more-link:hover{
	text-decoration: underline;
}