@charset "utf-8";
body, html {
    /*-webkit-overflow-scrolling: touch;*/
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.pager h3 {display:none}
.pager em {display:none}
.blog_thumb {border:1px solid #f2f2f2; box-shadow:0 0 4px #ccc; float:left; height:160px; margin-right:10px; padding:8px; width:160px}
ul, ol {
    margin-bottom: 10px;
    margin-top: 0;
}
p, td, th, label {
    line-height: 1.5em;
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}
li a {
    display: inline-block;
}
ul li {
    float: none;
    list-style: outside none none;
}
ol li {
    float: none;
}
.left_container li, .htmlContent li, blog_content li {
    /*display: block;*/
    float: none;
    padding-bottom: 10px;
    padding-left: 12px;
    position: relative;
}
.left_container ul {
    padding-left: 14px;
}
ul, menu, dir {
    display: block;
}

ul li::before {
    color: #43b02a;
    content: "•";
    font-size: 15px;
}
ul {
    margin: 0;
    padding: 0;
}

.page_banner{
	background-repeat:no-repeat;
	background-position:center 0;
	background-size:auto 600px;
}

.grid-9 .links ul li::before {
    color: #43b02a;
    content: "•";
    font-size: 15px;
    left: 45px;
}

.grid-9 .links ul ul li::before {
    left: 85px;
}

.grid-9 .links ul ul li {
    margin-left: 40px;
}
.grid-9 .links ul {
    margin: 0 0 0 40px;
    padding: 0;
}
/* a:active, a:focus a:hover, img:hover, img:focus {
    outline: 0 none;
} */
a {
    color: #333;
    /*display: inline-block;
    text-decoration: none;
    */
    padding: 3px;
    
}
a:hover, a:focus {
    background: #e07979 none repeat scroll 0 0;
    color: #000;
    font-weight: 400;
    outline: 2px dotted #205619;
    padding: 3px;
}
/* a.active {
    color: #205619;
    outline: 2px dotted #205619;
    padding: 4px 3px;
} */
a.link {
    color: #060;
    font-size: 16px;
    font-weight: 700;
}
a.link span {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/read_more.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 10px;
    width: 7px;
}
b, strong {
    font-weight: 700;
}
h1 {
    color: #006600;
    font-size: 27px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
h2 {
    color: #006600;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
h3, h4, h5, h6 {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
img {
    border: 0 none;
}
table {
    border: 1px solid #999;
    border-collapse: collapse;
    background: #F7FBFE;
    border-spacing: 0;
}
.responsive_table {
    float: left;
    overflow: auto;
    width: 100%;
}
th {
    border: 1px solid #999999;
    color: #000;
    font-size: 15px;
    padding: 7px;
    background: #ccc;
    text-align: left;
}
td {
    border: 1px solid #999999;
    font-size: 15px;
    padding: 7px;
    text-align: left;
    vertical-align: middle;
}
.data_tbl td {
    padding: 30px 10px;
}
th.col_1 {
    width: 20%;
}
th.col_2 {
    width: 40%;
}
th.col_3 {
    width: 40%;
}
caption {
    font-style:italic;
    text-align:left;
    margin-bottom:10px;
}
.hidden {
    display: none;
}
.hidden2 {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    white-space: nowrap !important;
}
address {
    color: #666;
    font-size: 14px;
    font-style: normal;
}

.address a{
    padding: 3px;
}
.left-sidebar address {
    padding-left: 13px;
}
.btn {
    background: #43b02a none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 3px;
    padding: 10px 22px;
    text-transform: capitalize;
}
.btn_set {
    margin-top: 10px;
}
.btn:hover, .btn:focus {
    background: #FF9900 none repeat scroll 0 0;
    outline: 2px dotted #000000;
}
*::after, *::before {
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}
.flexslider {
    margin-bottom: 10px;
}
.flex-control-nav {
    bottom: auto;
    position: relative;
}
.custom-navigation {
    display: table;
    margin: 0 auto 11px;
    table-layout: fixed;
    width: 75%;
}
.custom-navigation > * {
    display: table-cell;
}
.custom-navigation > a {
    height: 25px;
    width: 25px;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.widget_form label {
    color: #333;
}
label {
    color: #666;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding-top: 8px;
}
textarea.form-control {
    height: 110px;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
input, textarea, keygen, select, button {
    color: initial;
    display: inline-block;
    letter-spacing: normal;
    margin: 0;
    text-align: start;
    text-indent: 0;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    word-spacing: normal;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
input[type="search"] {
    box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.pull-right {
    float: right;
}
.pull-left {
    float: right;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.no-pad-left {
    padding-left: 0;
}
.no-pad-right {
    padding-right: 0;
}
.no-pad-top {
    padding-top: 0;
}
.no-pad-bottom {
    padding-bottom: 0;
}
.pad-top {
    padding-top: 40px;
}
.pad-bottom {
    padding-bottom: 40px;
}
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    padding-left: 15px;
    padding-right: 15px;
}
.grid-row {
    margin: 0 -15px;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #888;
    border-radius: 0;
    box-shadow: 0 1px 3px #ccc inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 32px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-control:focus {
    background: #dcffd3 none repeat scroll 0 0;
    outline: 2px dotted #000;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.grid-12 {
    width: 100%;
}
.grid-11 {
    width: 91.6667%;
}
.grid-11 .text h1 em {
    font-style: normal;
}
.search-result li {
    display: list-item;
    list-style: outside none none;
}
.search-result p {
    margin: 0;
    padding: 2px 0 10px;
}

#about{
    padding-top:3px;
}
.highlight {
    font-style: italic;
}
footer ul li::before {
    content: "";
}
/*
.footer_links_wrapper ul li::after {
    color: #43b02a;
    content: "|";
}
*/
.footer_links_wrapper ul li:last-child::after {
    content: "";
}
.footer_bottom ul li {
    display: inline-block;
}
.pager {
    padding-bottom: 20px;
    text-align: center;
    text-transform: capitalize;
}
.pager ul li {
    display: inline-block;
    list-style: outside none none;
    text-align: center;
}
.pager ul li::before {
    content: "";
}
.grid-10 {
    width: 83.3333%;
}
.grid-9 {
    width: 75%;
}
.grid-8 {
    width: 66.6667%;
}
.grid-7 {
    width: 58.3333%;
}
.grid-6 {
    width: 48%;
}
.footer_top .grid-row .grid-6 {
    text-align: center;
}
.grid-5 {
    width: 41.6667%;
}
.grid-4 {
    width: 33.3333%;
}
.grid-3 {
    width: 25%;
}
.grid-2 {
    width: 16.6667%;
}
.grid-1 {
    width: 8.33333%;
}
.icon img {
    vertical-align: middle;
}
.navbar a.menu-link {
    display: none;
}
header {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    float: left;
    padding: 10px 0;
    width: 100%;
    z-index: 1024;
}
.navbar ul li {
    float: left;
    list-style: outside none none;
}
.navbar ul li::before {
    content: "";
}
.navbar ul {
    float: right;
    margin: 0;
    padding: 18px 2px 5px;
}
.navbar ul li {
    margin: 0;
    padding: 0 0 0 15px;
}
.navbar ul li:first-child {
    padding-left: 0;
}
.navbar ul li a {
    color: #333;
    font-weight: 700;
    padding: 5px 3px;
    text-transform: capitalize;
}
.navbar ul li a:hover, .navbar ul li a:focus {
    background: #e07979 none repeat scroll 0 0;
    color: #000;
    /*outline: medium none;*/
    text-decoration: none;
}
.navbar ul li a.active {
    background: #e07979 url("../img/arrow_up.png") no-repeat scroll center bottom;
    color: #000;
    outline: medium none;
    text-decoration: none;
}
.navbar ul li a.active:hover, .navbar ul li a.active:focus {
    background: #e07979 none no-repeat scroll center bottom;
    color: #000;
    /*outline: medium none;*/
    outline: 2px dotted #205619;
    text-decoration: none;
}
.navbar {
    float: right;
}
.menu-link:hover span, .menu-link:focus span {
    background: #FFF none repeat scroll 0 0;
}
nav[role="navigation"] {
    clear: both;
    overflow: auto;
    transition: all 0.3s ease-out 0s;
}
nav.active[role="navigation"] {
    margin-top: 14px;
    max-height: inherit;
    display:block;
}
.menu-link {
    background: #006600 none repeat scroll 0 0;
    display: inline-block;
}
.menu-link:hover, .menu-link:focus {
    background:#008800
}
.menu-link span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin: 0 0 4px;
    width: 20px;
}
.menu-link > span:first-child {
    margin-top: 0;
}
.menu-link > span:last-child {
    margin-bottom: 0;
}
.logo {
    float: left;
    margin-top: 30px;
}
.logo a:hover, .logo a:focus, .logo a:active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.top_area {
    float: right;
    width: 85%;
}
.top_right_link {
    float: left;
    margin: 4px 0;
    position: relative;
    z-index: 1024;
}
.top_right_link ul li::before {
    content: "";
}
.top_right_link ul li {
    display: inline-block;
    list-style: outside none none;
    padding-right: 5px;
}
.top_right_link ul li:last-child {
    padding: 0;
}
.social-links li a {
    border-radius: 7px;
    color: #fff;
    margin: 0 4px 0 0;
    padding: 2px;
    text-align: center;
    vertical-align: bottom;
    width: 20px;
}
.social-links li a img {
    vertical-align: middle;
}
.social-links {
    float: right;
}
.social_icons {
    float: left;
    width: 50%;
}
.social-links li {
    display: inline-block;
    list-style: outside none none;
    vertical-align: bottom;
}
.social-links li::before {
    content: "";
}
.social-links li a.icon:hover, .social-links li a.icon:focus {
    background: #000 none repeat scroll 0 0;
    text-decoration: none;
}
.social-links li a:hover, .social-links li a:focus {
    background: transparent none repeat scroll 0 0;
    color: #205619;
    outline: 2px dotted #205619;
}
.social-links li span {
    color: #666;
    font-size: 13px;
    font-weight: 700;
}
.search_field {
    float: right;
    margin: 0;
    text-align: right;
    width: 50%;
}
.search_field span {
    color: #666;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding-right: 10px;
    vertical-align: bottom;
}
.search_field label {
    color: #666;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin-right: 4px;
    padding-right: 0;
    padding-top: 0;
    vertical-align: bottom;
}
.search_field .form-control {
    display: inline-block;
    height: 24px;
    padding: 2px 8px;
    width: 80%;
}
.contact_text {
    float: left;
    margin: 21px 0 0;
    text-align: right;
    width: 100%;
}
.contact_text strong {
    color: #060;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.contact_text strong span {
    color: #666;
    font-size: 17px;
    margin: 0 5px;
    vertical-align: top;
}
.input_field {
    display: inline-block;
    position: relative;
    width: 100%;
}
.input_field .search_btn {
    background: #43b02a none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    line-height: 12px;
    padding: 2px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    height:24px;
}
.input_field .search_btn .search_arrow {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    padding: 0;
    vertical-align: middle;
    width: 6px;
}
.input_field .search_btn:hover, .input_field .search_btn:focus {
    background: #e07979 none repeat scroll 0 0;
    outline: 2px dotted #205619;
}
.inner_container04 .middle_section {
    margin-top: 20px;
}
.inner_container04 .inner_content {
    width: 100%;
}
.inner_container04 .blog_content {
    padding-top: 12px;
}
.middle_section {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url("../img/middle_bg.png");
    background-position: center center;
    background-repeat: repeat;
    background-size: 100% auto;
    float: left;
    /*margin-top: -34em;*/
    padding: 0;
    position: relative;
    width: 100%;
    margin-top:190px;
}
.inner_container03 .middle_section, .inner_container02 .middle_section {
    /*margin-top: -25em;
    margin-top: -34em;*/
}
.home_main_section, .inner_main_container, .inner_container03, .inner_container02 {
    float: left;
    min-height: 600px;
    position: relative;
    width: 100%;
}
.home_main_section img.banner_img, .inner_main_container img.banner_img, .inner_container03 img.banner_img, .inner_container02 img.banner_img {
    width: 100%;
}
.grid-3.sidebar {
    border-left: 1px solid #b2cccd;
    padding: 25px 0 0 15px;
}
.sidebar h2 {
    color: #333;
    font-size: 20px;
}
.bottom_container {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin-top: 3em;
    padding: 35px 0;
    width: 100%;
}
.left-sidebar {
    padding: 25px 0 0 15px;
}
.left-sidebar ul {
    min-height: 210px;
    padding-left: 10px;
}
.left-sidebar ul.sub_menu {
    min-height: inherit;
}
.left-sidebar ul.sub_menu li {
    padding-bottom: 0;
}
.left-sidebar ul.sub_menu li a:hover, .left-sidebar ul.sub_menu li a:focus {
    background: #e07979 none repeat scroll 0 0;
    color: #000;
    font-weight: 400;
    /*outline: medium none;*/
    text-decoration: underline;
}
.left-sidebar ul.sub_menu li a.active {
    background: #e07979 none repeat scroll 0 0;
    color: #000;
    font-weight: 400;
    outline: medium none;
    text-decoration: underline;
}
.left-sidebar ul li a {
    color: #666;
    font-size: 14px;
    padding: 3px;
    margin-right:5px;
    display:block;
}
.left-sidebar ul li a.active {
    color: #000;
    font-weight: bold;
    outline: medium none;
    background: #e07979;
}
.left-sidebar ul li a:hover, .left-sidebar ul li a:focus {
    background: #e07979 none repeat scroll 0 0;
    color: #000;
    /*font-weight: 400;*/
    /*outline: medium none;*/
    outline: 2px dotted #205619;
    text-decoration: underline;
}
.left-sidebar ul li {
    display: block;
    float: none;
    list-style: outside none none;
    padding-bottom: 5px;
}
.left-sidebar ul li::before, .share_section ul li::before {
    content: "";
}
.left-sidebar h2 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/under_line.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    color: #060;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 7px;
    padding-left: 13px;
    text-transform: capitalize;
}
.share_section {
    margin-top: 20px;
}
.share_section h2 {
    color: #666;
    font-size: 14px;
    font-weight: 700;
}
.share_section .inner_share {
    padding-left: 10px;
}
.share_section .inner_share ul {
    min-height: inherit;
    padding: 0;
}
.share_section .inner_share ul li {
    display: inline-block;
    padding: 0;
}
.share_section .inner_share ul li a {
    display: inline-block;
    vertical-align: middle;
}
.share_section ul li a:hover, .share_section ul li a:focus {
    background: transparent none repeat scroll 0 0;
    color: #205619;
    outline: 2px dotted #205619;
    padding: 3px;
    text-decoration: underline;
}
.left-sidebar {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/shadow_border.png");
    background-position: right center;
    background-repeat: repeat-y;
    width: 35%;
}
.containerLeft {
    background: #fff none repeat scroll 0 0;
    float: left;
    width: 73%;
}
.left_container {
    background: #fff none repeat scroll 0 0;
    padding: 70px 15px;
    width: 65%;
}
.home_main_section .left_container {
    background: #fff none repeat scroll 0 0;
    min-height: 420px;
    padding: 70px 15px 0;
}
.contact_icon {
    vertical-align: middle;
}
.inner_content {
    width: 68%;
}
.highlight_area {
    padding-top: 3em;
    text-align: center;
}
.highlight_area .highlight_text {
    color: #43b02a;
    display: block;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 6px;
}
.highlight_area span {
    color: #666;
    font-size: 16px;
}
.inner_main_container .left_container {
    min-height: 413px;
    padding: 25px 15px 0;
}
.inner_main_container .inner_content {
    width: 100%;
}
.inner_main_container .left_container h1 {
    margin-top: 13px;
}
.inner_container02 .left_container {
    padding: 25px 15px;
}
.inner_container02 .inner_content {
    width: 100%;
}
.inner_container02 .middle_section {
    background: #fff none repeat scroll 0 0;
}
.inner_container03 .left_container {
    padding: 25px 15px;
}
.inner_container03 .inner_content {
    width: 100%;
}
.outer_img_box {
    float: left;
    margin-right: 10px;
}
.outer_img_box .img_box {
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 4px #ccc;
    display: table-cell;
    float: none;
    height: 160px;
    text-align: center;
    vertical-align: middle;
    width: 160px;
}
.outer_img_box .img_box img {
    vertical-align: middle;
    width: 90%;
}
.blog_list .blog_detail {
    float: right;
    width: 60%;
}
.blog_list .grid-12 {
    padding: 25px 15px;
}
.blog_detail p {
    margin: 0 0 10px;
}
.blog_detail strong {
    color: #333;
    font-size: 15px;
    font-weight: 700;
}
.blog_detail h3 {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}
.blog_detail h2 {
    margin-bottom: 10px;
}
strong.link_mail {
    color: #666;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-top: 12px;
}
.link_mail a {
    color: #060;
    font-weight: 400;
}
.link_mail a:hover, .link_mail a:focus {
    text-decoration: underline;
}
.blog_content {
    float: left;
    /*min-height: 400px;*/
    width: 100%;
}
.blog_content .grid-12 {
    padding: 25px 15px;
}
/* .blog_content p {
    margin: 0 0 10px;
} */
.blog_content h3 {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}
.blog_content strong {
    color: #333;
    font-size: 15px;
    font-weight: 700;
}
.blog_content h3 {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}
.blog_content h2 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}
.blog_content a {
    color: #060;
}
ul.bullet_list li::before {
    left: 15px;
    position: absolute;
}
ul.bullet_list {
    padding-left: 14px;
}
ul.bullet_list li {
    display: block;
    float: none;
    padding-bottom: 10px;
}
.blog_detail a {
    color: #060;
}
.blog_detail a:hover, .blog_detail a:focus, .blog_detail a:active {
    color: #000;
}
.client_box .grid-3 {
    text-align: center;
}
.client_box h2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 9px;
}
.client_box {
    float: left;
    margin: 25px 0;
    width: 100%;
}
.contact_container .middle_section {
    background: #fff none repeat scroll 0 0;
}
.contact_container .left-sidebar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 25px 0;
}
.contact_container .left-sidebar h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-size: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.contact_container .left-sidebar address, .contact_container .left-sidebar address strong {
    color: #666;
}
.contact_container .left-sidebar .contact_box h3 {
    color: #666;
    font-size: 13px;
    font-weight: 700;
}
.contact_container .left-sidebar .contact_box address {
    font-size: 12px;
}
.contact_container .left-sidebar .contact_detail {
    color: #666;
    margin-bottom: 25px;
}
.contact_container .share_section {
    margin-top: 0;
}
.right-sidebar {
    padding: 25px 15px;
}
.right-sidebar .share_section h2 {
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 7px;
    padding-left: 13px;
    text-transform: capitalize;
}
.map_box {
    box-shadow: 0 0 4px #a3a0a0;
    padding: 8px;
}
.map_box img {
    width: 100%;
}
.contact_form, .contact_form2 {
    float: left;
    margin-top: 0;
    width: 100%;
}
.contact_form2 {
    margin-top: 0;
    margin-bottom: 20px;
}
.contact_form .field_set, .contact_form .field_set .inner_field {
    float: left;
    margin: 11px 0;
    width: 100%;
}
.contact_form2 .field_set .inner_field {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
.contact_form .field_set label {
    float: left;
    margin-right: 10px;
    padding-top: 0;
    text-align: right;
    width: 30%;
}
.contact_form .field_set .form-control {
    width: 65%;
}
.contact_form .btn_set .btn {
    margin-left: 31.5%;
}
.contact_form input.form-control[type="checkbox"], .contact_form input.form-control[type="radio"] {
    width: 15px;
}
.contact_form2 input.form-control[type="checkbox"], .contact_form2 input.form-control[type="radio"] {
    width: 15px;
}
.Subscribe_div {
    color: #666;
    font-size: 14px;
    margin-left: 31.5%;
    margin-top: 25px;
    position: relative;
    width: 48%;
}
.contact_form .Subscribe_div > label {
    float: none;
    font-weight: normal;
    text-align: left;
    width: 100%;
}
.Subscribe_div input.form-control[type="checkbox"] {
    box-shadow: none;
    left: -22px;
    position: absolute;
    top: 4px;
}
.Subscribe_div strong {
    color: #666;
    font-size: 14px;
}
input.form-control[type="checkbox"], input.form-control[type="radio"] {
    display: inline-block;
    height: 12px;
    margin: 0;
    vertical-align: middle;
    width: 12px;
    box-shadow: none;
}
.big_group_detail {
    float: left;
    width: 100%;
}
.title_img {
    display: inline-block;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    width: 60px;
}
.title_img img {
    width: 90%;
}
.title_big_img strong {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}
.big_img_box {
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 4px #ccc;
    float: none;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
}
.big_img_box img {
    vertical-align: middle;
    width: 100%;
}
.middle_section h1 span {
    color: #333;
}
footer {
    float: left;
    width: 100%;
}
footer {
    border-top: 1px solid #e3e3e3;
}
.footer_top {
    float: left;
    padding: 50px 0;
    width: 100%;
}
.footer_top .blog3_img {
    margin-bottom: 20px;
}
footer p {
    color: #545454;
    margin: 0 0 19px;
}
footer .third_box p {
    margin: 0 0 28px;
}
footer .second_box .blog_img {
    margin: 0 0 19px;
}
.footer_top .first_box p {
    margin: 0 0 2px;
}
footer h2.twitte_title {
}
footer h2 {
    margin-bottom: 15px;
}
.grid-3.first_box .twitte_container {
    max-height: 260px;
    overflow-y: auto;
    padding-right: 15px;
}
.slider_outer {
    border: 8px solid #ccc;
    text-align: center;
}
footer ul li {
    display: block;
    float: none;
    list-style: outside none none;
    padding-bottom: 10px;
}
footer ul li a {
    text-decoration: underline;
}
.footer_bottom ul li a {
    color: #666;
    font-size: 12px;
    margin: 0;
    text-decoration: none;
    padding: 3px;
}
.footer_bottom a {
    color: #666;
    font-size: 12px;
    margin-top: 1px;
}
.footer_bottom ul li:last-child a {
    border: 0 none;
}
.footer_bottom {
    background: #efefef none repeat scroll 0 0;
    border-top: 1px solid #d3d3d3;
    color: #666;
    float: left;
    padding-bottom: 30px;
    padding-top: 20px;
    width: 100%;
}
.footer_bottom ul li a:hover, .footer_bottom ul li a:focus {
    color: #333333;
    text-decoration: underline;
}
footer a:hover, footer a:focus {
    background: #e07979 none repeat scroll 0 0;
    color: #101010;
    text-decoration: underline;
}
.footer_bottom h4 {
    color: #666;
    font-size: 12px;
    font-weight: bold;
}
.footer_bottom strong {
    color: #666;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 3px;
}
.footer_bottom address {
    color: #666;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}
@media (min-width: 1200px) {
.container {
    width: 1024px;
}
}
@media screen and (max-width: 980px) {
nav[role="navigation"] {
    clear: both;
    max-height: 0;
    overflow: auto;
    transition: all 0.3s ease-out 0s;
    display:none;
}
.navbar a.menu-link {
    border-radius: 6px;
    display: block;
    float: right;
    padding: 8px 11px 4px 11px;
}
.container {
    width: 100%;
}

.page_banner{	
	background-size:100% auto;
}

.left-sidebar ul.sub_menu li::before {
    left: 10px;
}
.middle_section {
    position: relative;
}
header {
    position: relative;
    top: 0;
}
h1 {
    font-size: 20px;
    line-height: 21px;
}
.middle_section {
    top: 0;
}
.search_field {
    width: 100%;
}
.social_icons {
    width: 100%;
}
.top_area {
    width: 100%;
}
.navbar ul li {
    padding: 0;
    width: 100%;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
    width: 100%;
}
.navbar ul li {
    padding: 0 0 10px;
    width: 100%;
}
.footer_top {
    padding: 10px 0;
}
.navbar ul {
    padding: 2px 2px 5px;
}
.footer_bottom .grid-2, .footer_bottom .grid-3 {
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
}
.footer_bottom .grid-3 {
    text-align: center;
    width: 100%;
}
.footer_bottom .grid-5 {
    text-align: center;
    width: 100%;
}
.middle_section {
    background: #fff none repeat scroll 0 0;
}
.middle_section .sidebar.grid-3 {
    border: 0 none;
}
.middle_section .left_container, .middle_section .sidebar {
    padding-left: 0;
    padding-right: 0;
}
.middle_section .sidebar, .middle_section .left_container {
    padding: 10px 0;
}
.left-sidebar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 15px 0;
    width: 100%;
}
.right-sidebar {
    padding: 15px 0;
    width: 100%;
}
.blog_list .grid-12 {
    padding: 25px 15px 0;
}
.inner_main_container .left_container {
    min-height: 290px;
}
footer {
    margin-top: 40px;
}
.home_main_section .grid-1, .home_main_section .grid-2, .home_main_section .grid-3, .home_main_section .grid-4, .home_main_section .grid-5, .home_main_section .grid-6, .home_main_section .grid-7, .home_main_section .grid-8, .home_main_section .grid-9, .home_main_section .grid-10, .home_main_section .grid-11, .home_main_section .grid-12, .inner_main_container .grid-1, .inner_main_container .grid-2, .inner_main_container .grid-3, .inner_main_container .grid-4, .inner_main_container .grid-5, .inner_main_container .grid-6, .inner_main_container .grid-7, .inner_main_container .grid-8, .inner_main_container .grid-9, .inner_main_container .grid-10, .inner_main_container .grid-11, .inner_main_container .grid-12, .inner_container03 .grid-1, .inner_container03 .grid-2, .inner_container03 .grid-3, .inner_container03 .grid-4, .inner_container03 .grid-5, .inner_container03 .grid-6, .inner_container03 .grid-7, .inner_container03 .grid-8, .inner_container03 .grid-9, .inner_container03 .grid-10, .inner_container03 .grid-11, .inner_container03 .grid-12, .inner_container02 .grid-1, .inner_container02 .grid-2, .inner_container02 .grid-3, .inner_container02 .grid-4, .inner_container02 .grid-5, .inner_container02 .grid-6, .inner_container02 .grid-7, .inner_container02 .grid-8, .inner_container02 .grid-9, .inner_container02 .grid-10, .inner_container02 .grid-11, .inner_container02 .grid-12 {
    width: 100%;
}
.bottom_container {
    margin-top: 2em;
    padding: 0;
}
.bottom_container .grid-7, .bottom_container .grid-5 {
    padding: 0;
}
}
@media screen and (min-width: 981px) {
a.menu-link {
    display: none;
}
nav[role="navigation"] {
    max-height: none;
}
}
@media (min-width: 981px) and (max-width: 1200px) {
.header .navbar ul li {
    padding: 0 0 0 10px;
}
.header .navbar ul li:first-child {
    padding-left: 0;
}
.middle_section {
    /*margin-top: -27em;*/
}
.home_main_section img.banner_img, .inner_main_container img.banner_img, .inner_container03 img.banner_img, .inner_container02 img.banner_img {
    width: 1200px;
}
.banner {
    overflow: hidden;
    width: 100%;
}
}
@media (min-width: 981px) and (max-width: 1250px) {
.navbar ul li {
    padding: 0 0 0 12px;
}
.home_main_section, .inner_main_container, .inner_container03, .inner_container02 {
    min-height: 625px;
}
.top_right_link {
    width: 300px;
}
}
@media (min-width: 768px) and (max-width: 980px) {
.home_main_section {
    min-height: 665px;
}
.outer_img_box {
    float: left;
    margin-right: 32px;
}
.blog_list .blog_detail {
    float: left;
    width: 75%;
}
.contact_container .left-sidebar .contact_detail {
    color: #666;
    float: left;
    margin-bottom: 25px;
    width: 32%;
}
}
@media (min-width: 569px) and (max-width: 979px) {
.client_container .client_box .grid-3 {
    float: left;
    text-align: center;
    width: 25%;
}
}
@media (min-width: 480px) and (max-width: 640px) {
.contact_form .field_set .Subscribe_div label {
    width: 100%;
}
.contact_form .field_set label {
    width: 43%;
}
.contact_form .field_set .form-control {
    width: 50%;
}
.contact_form .btn_set .btn {
    margin-left: 45.2%;
}
.Subscribe_div {
    margin-left: 44.5%;
}
}
@media (min-width: 569px) and (max-width: 979px) {
.client_container .client_box .grid-3 {
    float: left;
    text-align: center;
    width: 25%;
}
}
@media (min-width: 416px) and (max-width: 568px) {
.client_container .client_box .grid-3 {
    float: left;
    text-align: center;
    width: 50%;
}
}
@media (min-width: 480px) and (max-width: 980px) {
.header .grid-3 {
    float: left;
    position: relative;
    width: 50%;
    z-index: 1024;
}
.header .top_right_link {
    width: 100%;
}
.header .grid-9 {
    background: #fff none repeat scroll 0 0;
    position: absolute;
    top: 10px;
}
.header .top_area {
    width: 60%;
}
.header .top_area .social_icons {
    margin: 0 0 8px;
}
a.menu-link {
    padding: 6px 8px;
}
.header .contact_text {
    margin: 8px 0;
}
.header .contact_text strong {
    font-size: 14px;
}
.contact_text strong span {
    font-size: 14px;
}
.middle_section, .inner_container03 .middle_section, .inner_container02 .middle_section {
    background: #fff none repeat scroll 0 0;
    /*margin-top: -8em;*/
    position: relative;
}
.inner_container04 .middle_section {
    /*margin-top: 12px;*/
}
.header .navbar {
    width: 100%;
}
nav.active[role="navigation"] {
    float: left;
    width: 100%;
}
.navbar ul {
    float: left;
    width: 100%;
}
.blog_list .blog_detail {
    float: left;
    width: 60%;
}
.outer_img_box {
    margin-right: 20px;
}
}
@media screen and (max-width: 767px) {
.contact_container .left-sidebar address {
    padding-left: 0;
}
.contact_container .left-sidebar h2 {
    padding-left: 0;
}
}
@media screen and (max-width: 479px) {
h1 {
    font-size: 20px;
    line-height: 25px;
}
.highlight_area {
    padding-top: 1em;
}
.logo {
    margin: 2px 0;
}
.header .grid-9 {
    padding: 0;
    position: relative;
}
.top_area, .contact_text {
    padding: 0 15px;
}
.header .grid-9 .navbar {
    background: #fff none repeat scroll 0 0;
    padding: 0 15px;
}
.header .grid-9 .social_icons {
    position: absolute;
    right: 15px;
    top: -90px;
}
.header .grid-9 .social_icons li span {
    display: none;
}
.input_field {
    width: 100%;
}
.header .grid-9 .search_field span {
    display: none;
}
.header .grid-9 .search_field .search_btn span {
    display: inline-block;
}
.search_field {
    margin: 0;
}
.navbar {
    position: relative;
}
a.menu-link {
    position: absolute;
    right: 15px;
    top: -28px;
}
.contact_text {
    float: left;
    margin: 15px 0 3px;
    width: 100%;
}
.top_area {
    width: 100%;
}
.contact_text strong {
    display: block;
    font-size: 16px;
    text-align: left;
}
.contact_text strong span {
    font-size: 14px;
}
a.menu-link {
    padding: 6px;
}
.logo {
    width: 100%;
}
.middle_section, .inner_container03 .middle_section, .inner_container02 .middle_section {
    /*margin-top: -4em;*/
    position: relative;
    top: 0;
    margin-top: 120px;
}
.inner_container04 .middle_section {
    /*margin-top: 12px;*/
}
.middle_section .sidebar, .middle_section .left_container {
    padding: 10px 0;
}
.blog_list .blog_detail {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.biggroup_container .blog_detail {
    margin-top: 0;
}
.outer_img_box {
    float: left;
    margin-right: 0;
    width: 100%;
}
.contact_form .field_set label {
    float: left;
    margin-bottom: 7px;
    margin-right: 10px;
    padding-top: 0;
    text-align: left;
    width: 100%;
}
.contact_form .field_set .form-control {
    width: 100%;
}
.contact_form .btn_set .btn {
    margin-left: 0;
}
.Subscribe_div {
    margin-left: 23px;
    width: 91%;
}
}
@media screen and (max-width: 415px) {
body .flexslider .slides img {
    width: 70%;
}
.footer_top .grid-3 {
    height: auto;
    margin: 15px 0;
    max-height: 100%;
}
}
@media screen and (max-width: 480px) {
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
    width: 100%;
}
}
@media (min-width: 640px) and (max-width: 980px) {
.bottom_container .grid-7 {
    width: 50%;
}
.bottom_container .grid-5 {
    float: right;
    width: 48%;
}
}
@media (min-width: 569px) and (max-width: 980px) {
.footer_top .grid-3 {
    margin-bottom: 20px;
    min-height: 310px;
    /*overflow: auto;*/
    width: 50%;
}
.footer_top .grid-3.first_box {
}
body .flexslider .slides img {
    width: 45%;
}
}
@media (min-width: 416px) and (max-width: 568px) {
body .flexslider .slides img {
    width: 35%;
}
.footer_top .grid-3 {
    height: auto;
    margin: 15px 0;
    max-height: 100%;
}
}

/*
.error {
    color: #ee1010 !important;
}
*/

/* New Code */
.left-sidebar ul.tier2_sub_menu {
    min-height: inherit;
}
.left-sidebar ul.tier2_sub_menu li {
    list-style:none;
    padding:5px 0px 0px 20px;
}
.htmlContent ul li::before, .blog_content ul li::before {
    color: #43b02a;
    content: "•";
    font-size: 15px;
    padding-right:5px;
    left: 0;
    position: absolute;
    top: 0;
}

.client_box a{
    color:#006600;
}

.social_icons {float: right;  text-align: right;}
.social_heading {
    display: inline-block;
    float: none;
}
.social-links {
    float: none;
    display: inline-block;
}
.inline {
    display: inline;
}

#phones_header a {
    color: #060;
}
#phones_header a:hover, #phones_header a:focus {
    color: #000; font-weight: bold;
}
#tool_comparison th, #tool_comparison td,
#device_list th, #device_list td {
    padding: 7px; 
    border: 1px solid #999999;
}
#tool_comparison th,
#device_list th {
    background: #cccccc; 
    text-align: left; 
    color: #000000;
}
