@charset "utf-8";
/* CSS Document */

/* ------------ All Fonts ------------ */

/* Light */
@font-face {
 font-family: 'MyriadPro-Light';
 src: url('../fonts/MyriadPro-Light'); /* IE9 Compat Modes */
 src: url('../fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
 url('../fonts/MyriadPro-Light.woff') format('woff'), /* Modern Browsers */ 
 url('../fonts/MyriadPro-Light.ttf') format('truetype'), /* Safari, Android, iOS */
 url('../fonts/MyriadPro-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
.views-exposed-form #edit-reset.form-submit{
margin-top: -70px;
margin-left: 70px;}

select {
       border-bottom-style: inset !important;
}
td, th {
    padding: 5px !important;
}
/* Roman */
@font-face {
 font-family: 'Myriad-Roman';
 src: url('../fonts/Myriad-Roman.eot'); /* IE9 Compat Modes */
 src: url('../fonts/Myriad-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
 url('../fonts/Myriad-Roman.woff') format('woff'), /* Modern Browsers */ 
 url('../fonts/Myriad-Roman.ttf') format('truetype'), /* Safari, Android, iOS */
 url('../fonts/Myriad-Roman.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* Reguler */
@font-face {
 font-family: 'MyriadPro-Regular';
 src: url('../fonts/MyriadPro-Regular.eot'); /* IE9 Compat Modes */
 src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
 url('../fonts/MyriadPro-Regular.woff') format('woff'), /* Modern Browsers */ 
 url('../fonts/MyriadPro-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
 url('../fonts/MyriadPro-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* Semi-Bold */
@font-face {
 font-family: 'MyriadPro-Semibold';
 src: url('../fonts/MyriadPro-Semibold.eot'); /* IE9 Compat Modes */
 src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
 url('../fonts/MyriadPro-Semibold.woff') format('woff'), /* Modern Browsers */ 
 url('../fonts/MyriadPro-Semibold.ttf') format('truetype'), /* Safari, Android, iOS */
 url('../fonts/MyriadPro-Semibold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* Bold */
@font-face {
 font-family: 'MyriadPro-Bold';
 src: url('../fonts/MyriadPro-Bold.eot'); /* IE9 Compat Modes */
 src: url('../fonts/MyriadPro-Bold?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
 url('../fonts/MyriadPro-Bold.woff') format('woff'), /* Modern Browsers */ 
 url('../fonts/MyriadPro-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
 url('../fonts/MyriadPro-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* Italic */
@font-face {
 font-family: 'MyriadPro-It';
 src: url('../fonts/MyriadPro-It.eot'); /* IE9 Compat Modes */
 src: url('../fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
 url('../fonts/MyriadPro-It.woff') format('woff'), /* Modern Browsers */ 
 url('../fonts/MyriadPro-It.ttf') format('truetype'), /* Safari, Android, iOS */
 url('../fonts/MyriadPro-It.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* ---------------- Common Css Start */
*{
    outline: 0 none !important;
}
body{
   font-family: 'MyriadPro-Regular';
}
.container{
    min-width: 320px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    clear: both;
    margin-top: 30px;
    line-height: 1.2;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child{
    margin-top: 0;
}

h3, 
h3 a,
h3 a:hover{
    color: #355737;
    font-family: 'MyriadPro-Semibold';
}

h4, 
h4 a,
h4 a:hover{
    color: #355737;
    font-family: 'MyriadPro-Semibold';
}

h5, 
h5 a,
h5 a:hover{
    color: #393636;
    font-family: 'MyriadPro-Semibold';
    margin-bottom: 5px;
}
h5 strong {
    font-weight: inherit;
}

.cont-add-block h5, 
.cont-add-block h5 {
    margin-top: 10px !important;
}


/*h6, 
h6 a,
h6 a:hover{
    color:#355737;
    font-family: 'MyriadPro-Semibold';
    font-size: 14px;
    margin-bottom: 5px;
}*/

H4 a::after {
  background: url("../images/new-window.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: transparent;
  content: ".";
  height: 12px;
  margin-left: 6px;
  position: absolute;
  width: 12px;
}

a{
    color: #629800;
}
a:hover{
    color: #629800;
    text-decoration: underline !important;
}
p{
    font-size: 14px !important;
    line-height: 1.1;
    /*color: #5F5E5E;*/
    color: #393636;
    text-align: justify;
}

p a:hover{
    text-decoration: underline;
}

address{
    font-size: 14px !important;
    line-height: 1.1;
}

.t-gray-dark{ color: #393636;} 

/* ---------------- Common Css End */

/* ---------------- HEADER START */

.header-wrapper{
    padding-top: 5px;
}
/* Language/Search Block Start */
.langu-search-outer{
    float: right;
}
.lang-list{
    float: left;
}
/* Search */
.mob-search{
    display: none;
}
.topbar-search{
    float: right;
    width: 240px;
    position: relative;
}
.topbar-search .form-control{
    border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-color: #a8d15c;
    background-image:   -webkit-linear-gradient(top, #F4F2F2, #FFFFFF);
    background-image:   -moz-linear-gradient(top, #F4F2F2, #FFFFFF);
    -ms-filter:             "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F4F2F2', endColorStr='#FFFFFF', GradientType=0)";
    background-image:   -ms-linear-gradient(top, #F4F2F2, #FFFFFF);
    background-image:   -o-linear-gradient(top, #F4F2F2, #FFFFFF);
    background-color:   #ffffff;
    float: right;
    font-size: 12px;
    color: #757577;
    height: 25px;
    width: 180px;
}
.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(141, 195, 43, .4);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(141, 195, 43, .4);
}
.topbar-search .btn{
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-color: #a8d15c;
    float: right;
    margin-left: -1px;
    margin-top: -1px;
    height: 25px;
    padding: 2px 12px;
    font-size: 12px;
    color: #757577;
    width: 60px;
    border-left: 0;
    z-index: 100;
    position: relative;
}

.topbar-search span.glyphicon{
    display: none;
}
/* new search*/
label.element-invisible {
    display: none;
}
.custom-search-box.form-control.form-text {
    float: left;
}
.form-actions.form-wrapper{
    background-image:   -webkit-linear-gradient(bottom, #cccccc, #FFFFFF);
    background-image:   -moz-linear-gradient(bottom, #cccccc, #FFFFFF);
    -ms-filter:             "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#cccccc', endColorStr='#FFFFFF', GradientType=0)";
    background-image:   -ms-linear-gradient(bottom, #cccccc, #FFFFFF);
    background-image:   -o-linear-gradient(bottom, #cccccc, #FFFFFF);
    background-color:   #cccccc;
    float: left;
     border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-color: #a8d15c;
}
#custom-search-blocks-form-1 .form-actions.form-wrapper:before{
    font-size: 12px;
    color: #757577;
	font-family:'Glyphicons Halflings';
    content: "\e003";
    position: absolute;
    top: 5px;
    right: 24px;
}
.topbar-search .btn{
    background: transparent;
}
#custom-search-blocks-form-1 .form-submit{
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-color: #a8d15c;
    float: right;
    margin-left: -1px;
    margin-top: 0px;
    height: 25px;
    padding: 2px 12px;
    font-size: 0;
    color: #757577;
    width: 60px;
    border-left: 0;
    z-index: 100;
    position: relative;
	background: transparent;
	border: 1px solid #a8d15c;
}
#custom-search-blocks-form-1 #edit-actions{
	margin-bottom :0;
	margin-top: 0;
}
#custom-search-blocks-form-1, #custom-search-blocks-form-1 .form-item, #custom-search-blocks-form-1 .form-actions{
   	margin-bottom :0;
	margin-top: 0; 
}

/* Language */
.lang-list ul{
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}
.lang-list ul li{
    float: right;
    font-size: 11px;
}
.lang-list ul li a{
    border-right: 1px solid #99ca43;
    color: #99ca43;
    padding: 0 6px;
}
.lang-list ul li a:hover{ color: #d58f30;}
.lang-list ul li:first-child a{ border: 0;}
.lang-list ul li.active a{
    color: #d58f30;
    cursor: default;
    text-decoration: none;
}
::-webkit-input-placeholder { color:#f00; }
::-moz-placeholder { color:#f00; } /* firefox 19+ */
:-ms-input-placeholder { color:#f00; } /* ie */
input:-moz-placeholder { color:#f00; }
/* Language/Search Block End */

/* Logo Start */
.brand{
    float: left;
    height: 74px;
    width: 105px;
}
.brand img{
    max-width: 105px;
}
/* Logo End */

/* Title/Social Net Start */
.title-snet-block{
    color: #aed468;
    float: right;
    margin-top: 25px;
    width: 81%;
}
/* Header Title */
.header-title{
    float: left;
    font-family: 'MyriadPro-Regular';
    font-size: 24px;
    line-height: 1.1;
}
/* Social Net */
.s-net-topbar{
    float: right;
}
.s-net-topbar ul{
    margin-top: 3px;
}
.s-net-topbar ul li{
    float: right;
    margin-left: 12px;
}
.s-net-topbar ul li a{
    display: block;
    height: 16px;
    width: 16px;
}
.s-net-topbar ul li a.rss{ background:url(../images/sm-rss.png) no-repeat 0 0;}
.s-net-topbar ul li a.flicker{ background:url(../images/sm-flicker.png) no-repeat 0 0;}
.s-net-topbar ul li a.youtube{ background:url(../images/sm-youtube.png) no-repeat 0 0;}
.s-net-topbar ul li a.linkedin{ background:url(../images/sm-linkedin.png) no-repeat 0 0;}
.s-net-topbar ul li a.twitter{ background:url(../images/sm-twitter.png) no-repeat 0 0;}
.s-net-topbar ul li a.fb{ background:url(../images/sm-fb.png) no-repeat 0 0;}
/* Title/Social Net End */

/* Main Menu Start */
.mainmenu-block{
    float: left;
    width: 100%;
    margin-top: 1px;
    height: 33px;
    background-color: #8dc32b;
}
/* Main Menu End */

/* ---------------- HEADER END */

/* ---------------- MAIN SLIDER START */
.slider-wrapper{
    float: left;
    width: 100%;
}
/* ---------------- MAIN SLIDER END */

/* ---------------- HOME TOP BODY WRAPPER START */
.home-topbody-wrapper{
    float: left;
    width: 100%;
    margin-top: -25px;
}
.home-topbody-wrapper .thumbnail {
    background-color:#fff;
    border: 0;
    padding: 0;
    border-radius: 0px;
}
.home-topbody-wrapper .thumbnail img {
    max-width: 300px;
    width: 100%;
}
.home-topbody-wrapper .thumbnail .caption {
    padding: 0px;
}
/*.home-topbody-wrapper .thumbnail .caption h3 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #d48d2b;
    text-align: center;
}*/
.home-topbody-wrapper .thumbnail .caption h3 {
  color: #d48d2b;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
}
.home-topbody-wrapper .thumbnail .caption h3 a {
    color: #d48d2b;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:  nowrap;
    width: 100%;
}

.banone {
    float: left;
    width: 39.4792%;
}
.bantwo {
    float: left;
    width: 20%;
}
.banfour {
    float: left;
    width: 20.5208%;
}
.banthree {
    float: left;
    width: 20%;
}
.banner-contain {
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
    margin-top: 20px;
}
.home-topbody-wrapper .banner-contain h3 a {
    color: #d48d2b;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
}
.banone img, .bantwo img, /*.banfour img,*/ .banthree img {
    width: 100%;
}
.bantwo div.banner-contetn-block-cls, .banfour div.banner-contetn-block-cls, .banthree div.banner-contetn-block-cls {
    margin-left: 10px;
}

/* ---------------- HOME TOP BODY WRAPPER END */

/* ---------------- HOME BOT BODY WRAPPER START */
.home-botbody-wrapper{
    background:url(../images/home-botbody-wrapper-bg.jpg) repeat-x top left #fff;
    float: left;
    padding: 15px 0;
    width: 100%;
}
.bot-thumb-outer{
    float: left;
    width: 100%;
}
.thumb-title {
    margin-bottom: 20px;
    padding: 0 24.25%;
    width: 100%;
    float: left;
}
.thumb-title .textblock{
    color: #0a4b1a;
    font-size: 24px;
    line-height: 1;
    width: 100%;
}
.textblock.pull-left{
    font-family: 'MyriadPro-Semibold';
}
.textblock.pull-left span{
    color: #d48d2b;
}
.textblock.pull-right{
    font-family: 'MyriadPro-Light';
    text-align: right;
}
.bot-thumb-outer .thumb-block{
    float: left;
    width: 128px;
    height: 125px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15%;
}
.bot-thumb-outer .thumb-block:nth-child(4n-3){
    margin-left: 0;
}
.bot-thumb-outer .thumb-block img{
    /*border: 1px solid #0a4b1a;*/
    float: left;
    height: 96px;
    width: 100%;
}
.bot-thumb-outer .thumb-block a{
    color: #0a4b1a;
    font-size: 14px;
    text-align: center;
    display: block;
    float: left;
    margin-top: 5px;
    width: 100%;
}
/* ---------------- HOME BOT BODY WRAPPER END */

/* ---------------- FOOTER START */
.footer-wrapper{
    float: left;
    margin-top: 15px;
    width: 100%;
    background-color: #efefef;
}
/* Top Footer */
.footer-s-media{ display: none;}
.top-footer-outer{
    background-color: #d5d5d5;
    float: left;
    padding: 10px 0;
    width: 100%;
}
.top-footer-outer p{
    font-size: 13px;
    font-family: 'MyriadPro-Semibold';
}
.top-footer-outer span{
    color: #d48d2b;
    margin-left: 5px;
}
/* Mid Footer */
.mid-footer-outer{
    float: left;
    padding-top: 15px;
    width: 100%;
}
.mid-footer-outer .link-col{
    float: left;
    width: 23.5%;
    margin-left: 2%;
}
.mid-footer-outer .link-col:first-child{
    margin-left: 0;
}
.mid-footer-outer .link-col a{
    color: #333333;
    font-size: 12px;
    font-family: 'MyriadPro-Semibold';
    text-transform: uppercase;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
.mid-footer-outer .link-col a:hover{  color: #d48d2b;}
.mid-footer-outer .link-col li li a{
    color: #6c6a6a;
    font-size: 13px;
    font-family: 'MyriadPro-Light'; 
    text-transform: inherit;
}
.mid-footer-outer .link-col ul{
    float: left;
    margin-bottom: 12px;
    width: 100%;
}
/* Bot Footer */
.bot-footer-outer{
    background: #8dc32b;
    /*background: #8dc32b;*/
    float: left;
    padding: 15px 0 10px 0;
    width: 100%; 
}
.bot-footer-outer .container ul {
   text-align: center;
}
.bot-footer-outer li{
    color: #fff;
    /*color: #0a4b1a;*/
    /*font-size: 11px;*/
    font-size: 14px;
    /* margin-right: 15px;
    font-family: 'MyriadPro-Light'; 
    letter-spacing: 1px;
    display: inline-block;*/
}
.bot-footer-outer li a{ color: #fff; text-decoration: none;}
.bot-footer-outer li a:hover{  text-decoration: underline;}
/* ---------------- FOOTER END */


/* ---------------- INSIDE PAGE COMMON CSS START */
.left-col-main{
    padding-right: 0;
}
.inner-page-wrapper{
    float: left;
    font-size: 14px;
    margin-top: 15px;
    width: 100%;
}
.inner-page-wrapper p {
    color: #555;
    font-family: "MyriadPro-Regular";
    line-height: 1.7;
    margin-bottom: 20px;
}
.inner-page-wrapper em {
    color: #898989;
    font-family: "MyriadPro-light";
    font-size: 14px;
    line-height: 1.3;
}
.breadcrumb{ 
    background: none;
    padding: 0;
    font-size: 12px;
}
.breadcrumb > li + li::before {
    color: #629800;
    content: "> ";
}
.page-title h2{
    color: #355737;
    font-size: 17px;
    line-height: 1.1;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 40px;
}
.img-block{
    margin: 15px 0;
}
.img-block img{
    height: auto !important;
    /*width: 100% !important;*/
    max-width: 100%;
}
.img-block.with-caption p{
    margin-top: 10px;
    font-family: 'MyriadPro-It';
    font-size: 12px !important;
    margin-bottom: 0;
}

/* Text Wrap img Block Start */
.img-block.wrap-text-right{
    float: right;
    margin: 0 0 5px 15px;
}
.img-block.wrap-text-left{
    float: left;
    margin: 0 15px 5px 0
}
.img-block.wrap-text-right img,
.img-block.wrap-text-left img{
   margin-top: 0px;
}
.img-block.size-1{ width: 40%;}
.img-block.size-2{ width: 50%;}
.img-block.size-3{ width: 60%;}
/* Text Wrap img Block End */

/* Thumb Block Start */
.twocol-thumb-outer{
    margin: 5px 0;
}
.twocol-thumb-inner{
    float: left;
    /*min-height: 95px;*/
    height: 65px;
    overflow: hidden;
    /*padding-left: 135px;*/
    padding-left: 85px;
    position: relative;
    width: 100%;
}
.twocol-thumb-inner .img-block{
    position: absolute;
    left: 0;
    top: 0;
    height: 65px;
    margin: 0;
    padding: 0;
    width: 65px;
    overflow: hidden;
}
.twocol-thumb-inner .img-block img{
    max-width: 100%;
}
.inner-page-wrapper .twocol-thumb-inner .img-block img {
  margin-top: 0px;
    height: auto !important;
}

.twocol-thumb-inner p{
    font-family: 'MyriadPro-It';
    font-size: 12px !important;
    /*margin-top: 5px;*/
    text-align: left;
    /*width: 50%;*/
    width: 80%;
}
.twocol-thumb-inner p a{
    color: #343434
}
.twocol-thumb-inner p a:hover{
    color: #629800;
}
/* Thumb Block End */

/* Col Highlighter Start */
.col-highlighter{
    background-color:#fdeada; 
    padding:15px;
}
.inner-page-wrapper .col-highlighter ul{
    margin-left: 15px;
    margin-top: 0;
}
.inner-page-wrapper .col-highlighter ul li{
    /*color: #393636;*/
    line-height: 1.4;
}
.inner-page-wrapper .col-highlighter p{
    text-align: left;
    /*color: #393636;*/
    line-height: 1.4;
}
/* Col Highlighter End */

/* Common UL Start */
.inner-page-wrapper ul {
    font-size: 14px;
    margin: 5px 30px 15px 30px;
}
.inner-page-wrapper ul li {
    color: #555;
    list-style: outside disc;
    margin-bottom: 5px;
    line-height: 1.7;
}
.inner-page-wrapper ul li.title{
    list-style: none;
    padding-left: 0;
}
.inner-page-wrapper ul li a{
    color: #555;
}
.inner-page-wrapper ul li a:hover{
    text-decoration: underline;
}
/* Common UL End */

/* Common OL Start */
.inner-content-wraper ol li {
    list-style: outside none number;
    margin-left: 11px;
    margin-top: 11px;
    padding-left: 9px;
}
/* Common OL End */

address{
    color: #7c7C7C;
}


/* Common Table Start */
.table {
    float: left;
}
.table tr th p,
.table tr td p{
    margin: 0;
    line-height: 1.2;
}
/* table-bordered */
.table > caption + thead > tr:first-child > td, 
.table > caption + thead > tr:first-child > th, 
.table > colgroup + thead > tr:first-child > td, 
.table > colgroup + thead > tr:first-child > th, 
.table > thead:first-child > tr:first-child > td, 
.table > thead:first-child > tr:first-child > th {
    background: none repeat scroll 0 0 #e9f5d3;
    border-top: 0 none;
}
/* Common Table End */


#search-form .container-inline.form-wrapper {
    background: #e9f5d3;
    border: 1px solid #ccc;
    border-radius: 4px;
    /*margin: 0 0 15px 0;*/
    padding: 0 15px 15px 15px;
}
#search-form .container-inline.form-wrapper .form-item-keys label{
    color: #0a4b1a;
    font-family: Myriad-Roman;
    font-size: 24px !important;
    font-weight: normal;
}
.search-results h3.title{
    font-family: 'MyriadPro-Regular';
    margin-bottom: 5px;
    font-size: 18px;
}
.search-results h3.title a{
    color: #8dc32b;
    font-family: 'MyriadPro-Regular';
}
.search-results .search-snippet-info {
    margin-bottom: 30px;
}
.search-results .search-snippet{
    margin-bottom: 2px;
}
.search-results .search-info {
    color: #999;
    font-size: 12px !important;
}
.search-results p{
    line-height: 1.3 !important;
}
#edit-advanced{
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
    margin: 15px 0;
    padding: 15px;
    height: auto;
    width: 100%;
} 
#edit-advanced legend {
   float: left;
   width: 100%;
}
#edit-advanced .fieldset-wrapper{
    float: left;
}
/* ---------------- INSIDE PAGE COMMON CSS END */


/* ---------------- FORM ELEMENTS COMMON START */
/* Label */
label{
    margin-bottom: 5px !important;
    color: #333;
}
.container-inline div, 
.container-inline label {
    display: inherit;
}

/* Input - Textarea */
input[type="text"],
textarea{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="text"]:focus,
textarea:focus{
  border-color: #438153;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 129, 83, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 129, 83, .6);
}
textarea {
  height: auto;
}

/* Buttons */
input[type="submit"],
button{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
    background-color: #3e7b4d;
    border-color: #2e703f;
    color: #fff;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"].focus,
input[type="submit"]:active,
input[type="submit"].active{
    /*color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;*/
    background-color: #336c41;
    border-color: #255932;
    color: #fff;
}

/* checkbox - radio */
input[type="checkbox"], input[type="radio"] {
    margin-top: 0;
}
/* ---------------- FORM ELEMENTS COMMON END */


/* ---------------- USER PAGE CSS END */
.tab-content-cls{
    float:left;
    width: 100%;
}
.tab-content-cls ul.primary{
    float: left;
    width: 100%;
    /*background-color: red;*/
}
.tab-content-cls ul.primary li a{
    border-radius: 4px 4px 0 0;
    /*display: inline-block;*/
    padding: 5px 15px;
    font-size: 14px;
}
ul.primary li a:hover {
    color: #629800;
}
.tab-content-cls ul.primary{
    margin: 15px 0;
    padding: 0;
    padding-bottom: 1px;
}
#user-register-form,
#user-login,
#user-pass{
    float: left;
    width: 100%;
}
#user-register-form label,
#user-login label,
#user-pass label{
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}
#user-register-form input.form-text,
#user-login input.form-text,
#user-pass input.form-text{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-weight: normal;
}
#user-register-form input.form-text:focus,
#user-login input.form-text:focus,
#user-pass input.form-text:focus{
  border-color: #629800;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(98, 152, 0, 0.4);
  outline: 0 none;
}
#user-register-form .form-item .description,
#user-login .form-item .description,
#user-pass .form-item .description{
    color: #629800;
    font-size: 0.8em;  
    margin-top: 4px;
}
#user-register-form input.form-submit,
#user-login input.form-submit,
#user-pass input.form-submit{
    -moz-user-select: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #333;
}
#user-register-form input.form-submit:hover,
#user-login input.form-submit:hover,
#user-pass input.form-submit:hover{
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}
/* ---------------- USER PAGE CSS END */


/* ---------------- BLOG START */
/* Top Banner Start */
.news-topbanner{
    float: left;
    width: 100%;
    margin: 0px 0 15px 0;
}
.news-topbanner img{
    width: 100%;
}
/* Top Banner Start */

/* Menu Start */
.blogmenu-outer{
    background-color: #295634;
    float: left;
    height: 34px;
    width: 100%;
    padding-top: 3px;
}
.blogmenu-outer .navbar.navbar-default {
    margin-bottom: 0;
}
.blogmenu-outer .navbar-nav > li > a {
    color: #629800;
    font-size: 14px;
    padding: 5px 10px 6px 10px;
}
.blogmenu-outer .navbar-nav > li > a:hover {
    color: #fff;
}
.blogmenu-outer .navbar-default .navbar-nav > .active > a,
.blogmenu-outer .navbar-default .navbar-nav > .active > a:focus, 
.blogmenu-outer .navbar-default .navbar-nav > .active > a:hover{
    background-color: #fff;
}
.blogmenu-outer .navbar-default .navbar-nav > .active > a, 
.blogmenu-outer .navbar-default .navbar-nav > .active > a:focus, 
.blogmenu-outer .navbar-default .navbar-nav > .active > a:hover {
    color: #0a4b1a;
}
.blogmenu-outer .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.blogmenu-outer .navbar-default {
    background-color: #295634;
    border: 0;
}
.blogmenu-outer .navbar {
    border-radius: 0;
    min-height: 31px;
    
}
.blogmenu-outer .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}
.blogmenu-outer .navbar-brand{
    display: none;
}
/* Menu End */

/* Blog Top Area Start */
.fullwidth-outer {
    margin-bottom: 15px;
}
.fullwidth-outer .left-banner,
.fullwidth-outer .right-banner{
    height: 250px;
}
.fullwidth-outer .left-banner{
    float: left;
    width: 100%;
    background-color: #355737;
    /*height: 200px;*/
}
.fullwidth-outer .right-banner{
    float: left;
    width: 100%;
    background-color:#deeed4;
    /*height: 200px;*/
 
}

.region-news-header-right img {
  max-width: 100%;
}

.fullwidth-outer .left-banner .img-block{
    float: left;
    height: 100%;
    margin: 0;
    width: calc(100% - 235px);
    overflow: hidden;
}
.fullwidth-outer .left-banner .img-block img{
    height: auto;
    width: auto;
}
.fullwidth-outer .left-banner .caption-block{
    background-color: #355737;
    color: #90cc46;
    float: left;
    font-family: 'MyriadPro-Light';
    font-size: 18px;
    height: 100%;
    margin-top: 0;
    padding: 5px 20px;
    width: 235px;  
}
.fullwidth-outer .left-banner .caption-block a{
    color: #fff;
    font-size: 14px;
    vertical-align: baseline;
}
.news_header_title {
    color: #fff;
    float: left;
    width: 100%;
    font-weight:bold;
}

/* Blog Top Area End */

/* Listing Item Start */
.list-itme-outer{
    float: left;
    /*margin: 15px 0;*/
    width: 100%;
}
.list-itme-outer .listitme-box{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.listitme-box .img-block{
    float: left;
    height: 88px;
    margin: 0;
    margin-right: 20px;
    overflow: hidden;
    width: 123px;
}
.listitme-box .img-block img{
    height: auto;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
}
.listitme-box .content-block{
    float: left;
    width: -moz-calc(100% - 143px);
	width: -webkit-calc(100% - 143px);
	width: -o-calc(100% - 143px);
	width: calc(100% - 143px);
}
.listitme-box .content-block h4{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.listitme-box .content-block p{
    height: 33px;
    line-height: 1.2;
    overflow: hidden;
    margin-bottom: 5px;
}
.listitme-box .content-block a {
    color: #d1883d;
}
/* Listing Item End */

/* Pagination Start */
.item-list .pager li {
    padding: 0;
    margin: 0 5px;
}
.pager li > a, .pager li > span {
    padding: 0 14px;
    text-transform: capitalize;
}
/* Pagination End */

/* ---------------- BLOG END */


/* ---------------- INNER SIDE BAR START */
.sidebar-outer .inner-sidebar{
    background-color: #deeed4;
    float: left;
    padding: 15px 30px;
    width: 100%;
}
.inner-sidebar h2{
    font-size: 24px;
}
/* List Style - Blog Start */
.inner-sidebar ul{
    /*margin: 5px 0;*/
    margin: 5px 15px;
}
.inner-sidebar ul.bloglist li.title{
    color: #f93b00;
    text-decoration: underline;
}
.inner-sidebar ul.bloglist li{
    color: #032a08;
    list-style: none;
    margin-bottom: 2px;
}
.inner-sidebar ul.bloglist li a{
    color: #032a08;
}
/* List Style - Blog Start */

/* ---------------- INNER SIDE BAR END */


/* ---------------- CUSTOM2 STYLE START */
.inner-page-wrapper .custom2 .page-title h2{
    margin-bottom: 20px;
}
.inner-page-wrapper .custom2 p {
    line-height: 1.4;
    margin-bottom: 10px;
}
.inner-page-wrapper .custom2 ul li {
    margin-bottom: 2px;
}
/*.custom2 .twocol-thumb-inner {
    height: 95px;
} */ 
/* ---------------- CUSTOM2 STYLE END */


/* ---------------- BANNER LANDING START */
.ban-land {
    margin: 30px 0;
}
.ban-land h3{
    color: #8dc32b;
    font-size: 40px;
}
.ban-land h4{
    margin-top: 0;
}
.ban-land h5{
    margin-bottom: 10px;
}
.btn{
    padding: 6px 12px;
}
/* ---------------- BANNER LANDING END */


/* ---------------- ADD COMMENT AREA START */
#comments {
    background: #fbfbfb;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 15px;
}
#comments .title.comment-form {
    font-size: 20px;
    text-transform: capitalize;
}
#comment-form .form-item.form-type-textfield .form-text,
#comment-form .form-item.form-type-select select{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#comment-form .form-item.form-type-textfield .form-text:focus,
#comment-form .form-item.form-type-select select:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#comment-form .form-item.form-type-textfield.form-item-name > label{
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}
#comment-form .filter-wrapper .form-item {
    float: left;
    padding: 0 0 0.5em;
}
#comment-form .filter-wrapper .filter-help{
    float: right;
    padding: 0 0 0.5em;
}
#comment-form .filter-wrapper .filter-guidelines{
    padding: 0;
}
#comment-form ul{
    float: left;
    margin: 5px 15px;
}
#comment-form .form-submit {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
    margin-right: 5px;
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
}
#comment-form .form-submit:hover {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
    background: #f0f0f0;
}
#comment-form .form-actions.form-wrapper {
    background: none;
}
#comment-form .edit-actions .form-submit{
}
#comment-form .ckeditor_links {
  float: left;
  margin-top: 10px;
  width: 100%;
}
#comment-form .filter-wrapper{
    float: left;
    width: 100%;
}
#comments.comment-wrapper {
  float: left;
  width: 100%;
}
#comment-form #comment-body-add-more-wrapper .form-textarea-wrapper textarea {
  visibility: visible !important;
}
/* ---------------- ADD COMMENT AREA END */


/* ---------------- NEW FOOTER AREA START */
#block-block-23 h2,
#block-block-24 h2{
    cursor: pointer;
    color: #0a4b1a;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
}
/*#block-block-23 h4{
    background: background: url("../images/htag-icon.png") no-repeat 0 0;
    padding-left: 70px;
}*/
.region.region-powered-by .content {
    background:#fff;
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}
.region.region-powered-by .content:before{
    position: absolute;
    left: 50%;
    top: -14px;
    width: 10px;
    margin-left: -7px;
    height: 10px;
    z-index: 100;
    content: "\e253";
    color: #fff;
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
}
.region.region-powered-by .content h4{
    line-height: 1.3;
}
/*.region.region-powered-by h4 .footer-icon-img{
    margin-right: 5px;
}*/
.block.block-block .footer-icon-img{
    margin-right: 5px;
    vertical-align: 9px;
}
.region.region-powered-by .content p{
    margin-bottom: 20px;
}
.region.region-powered-by .content ul{
}
.region.region-powered-by .content ul li{
    color: #393636;
    text-align: left;
    margin-bottom: 5px;
    width: 100%;
}
.region.region-powered-by .content a{
    color: #629800;
}
.region.region-powered-by .content br{
    display: none;
}
/* ---------------- NEW FOOTER AREA END */


/* ---------------- SATFF PAGE START */
.staffThumb .img-block img{
    /*width: auto !important;*/
}
/* ---------------- SATFF PAGE END */


.top-footer-outer,
.mid-footer-outer{
    display: none;
}


.bxslider-2 > li {
  /*width: 187px !important;*/
  max-width:187px;
}
.bxslider-2 > li img{
	max-width:100%;
	height:188px;
}


/****************************** ----- Media querie  Styles - Start----- */

@media only screen and (min-width:1200px) {
.container {
    width: 990px;
}
/* ---------------- HOME BOT BODY WRAPPER START */
.bot-thumb-outer .thumb-block {
    margin-left: 15.55%;
}
/* ---------------- HOME BOT BODY WRAPPER END */
}

@media only screen and (max-width:992px) {
.container {
    width: inherit;
}
/* ---------------- HEADER START */
.header-title {
    font-size: 18px;
}
/* ---------------- HEADER END */

/* ---------------- HOME TOP BODY WRAPPER START */
.col-sm-6.thumb-outer{
    float: left;
    width: 33.33%;
}
.home-topbody-wrapper .thumbnail .caption h3 {
    color: #d48d2b;
    font-size: 16px;
    text-align: center;
}
/* ---------------- HOME TOP BODY WRAPPER End */

/* ---------------- HOME BOT BODY WRAPPER START */
.bot-thumb-outer .thumb-block {
    margin-left: 9.3%;
    height: auto;
}
.bot-thumb-outer .thumb-block {
    width: 18%;
}
.bot-thumb-outer .thumb-block img {
    height: auto;
}
.bot-thumb-outer .thumb-block a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
/* ---------------- HOME BOT BODY WRAPPER END */

}


@media only screen and (max-width:980px) {
/* ---------------- BLOG START */
.fullwidth-outer .left-banner .img-block img{
    min-width: 150%;
}
/* ---------------- BLOG END */
}



@media only screen and (max-width:768px) {
    
/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 15px;
}
.h4, .h5, .h6, h4, h5, h6 {
  margin-bottom: 5px;
}*/
    
address{
    font-size: 12px !important;
}
    
/* ---------------- HEADER START */
    
/* Menu Start */
.blogmenu-outer .navbar-collapse.collapse.in .nav.navbar-nav{
    display: block;
} 
.blogmenu-outer .nav.navbar-nav {
    float: left;
    width: 100%;
    margin: 0;
    padding-top: 10px;
    display: none;
}
.blogmenu-outer .navbar-nav > li {
    width: 100%;
}
.blogmenu-outer .navbar-nav > li a{
    color: #0a4b1a;
}
.blogmenu-outer .navbar-default {
    /*background-color: #f8f8f8;*/
    background-color: #8dc32b;
    border-color: #e7e7e7;
    z-index: 90;
}
.blogmenu-outer .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.blogmenu-outer .navbar-header{
    width: 100%;
} 
.blogmenu-outer .navbar-brand{
    display: block;
    font-size: 14px;
    padding: 20px;
    color: #0a4b1a;
}
.blogmenu-outer .nav-mobile{
    display: none;
}
.blogmenu-outer .navbar-toggle {
    display: block;
    border-radius: 4px;
    float: right;
    margin-right: 14px;
    margin-top: 12px;
    padding: 6px 4px 0;
    line-height: 16px;
    margin-right: 0;
    border-color: #0a4b1a;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover{
    background: transparent;
}
.blogmenu-outer .glyphicon {
    color: #0a4b1a;
    font-size: 12px;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
    border-color: #0a4b1a;
}
.blogmenu-outer{
    background: #fff;
}
/* Menu End */
    
.header-wrapper {
    padding-top: 0;
}
.langu-search-outer{
    float: left;
    width: 100%;
    background-color: #8dc32b;
    margin-bottom: 20px;
    padding: 10px;
    margin-left: -15px;
    margin-right: -15px;
    width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    width: -o-calc(100% + 30px)
    width: calc(100% + 30px);
}
.lang-list ul li a {
    border: 0;
    color: #fff;
    padding: 0 10px;
}
.brand img{
    max-width: 85%
}
.title-snet-block{
    margin-top: 20px;
    text-align: center;
    width: 75%;
}
.header-title {
    line-height: 1;
    font-size: 21px;
}
.s-net-topbar {
    display: none;
}
.topbar-search{
    display: none;
}
.lang-list{
    float: left;
}
.mainmenu-block {
    margin-top: 0;
}
/* Mobile Search */
.mob-search{
    float: right;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    display: block;
}
.open-mob-search{
    float: left;
    height: 50px;
    position: relative;
    width: 100%;
}
.topbar-search .form-control{
    width: 100%;
    border-radius: 100px;
    border: 0;
    color: #505050;
    font-size: 16px;
    height: 34px;
    margin-top: 15px;
    padding-left: 25px;
}
.topbar-search .btn{
    display: none;
}
/* new search*/
.form-actions.form-wrapper:before{
    font-size: 0;
}
/* */
#custom-search-blocks-form-1 .form-submit {
    border-radius: 0 15px 15px 0; 
    height: 35px;
    right: 0;
    top: 15px;
    position: absolute;
    width: 55px;
}
#custom-search-blocks-form-1 .form-actions.form-wrapper::before {
    font-size: 17px;
    top: 20px;
}
    
/* ---------------- HEADER END */

.slider-wrapper{
    margin-top: 20px;
}

/* ---------------- HOME TOP BODY WRAPPER START */
.col-sm-6.thumb-outer{
    width: 50%;
}
.home-topbody-wrapper .thumbnail img {
    max-width: inherit;
}
/* ---------------- HOME TOP BODY WRAPPER End */
    

/* ---------------- HOME BOT BODY WRAPPER START */
.thumb-title {
    margin-bottom: 10px;
    padding: 0;
}
.thumb-title,
.textblock.pull-right{
    text-align: center;
}
.thumb-title .textblock{
    font-size: 20px;
}
.bot-thumb-outer .thumb-block {
    margin-left: 2%;
    width: 23.5%;
}
.bot-thumb-outer .thumb-block a{
    font-size: 12px;
}
/* ---------------- HOME BOT BODY WRAPPER End */

    
/* ---------------- FOOTER Start */
.top-footer-outer p,
.mid-footer-outer{
    display: none;
}
.bot-footer-outer li{
    display: block;
    /*font-size: 10px;*/
    font-size: 12px;
    text-align: center;
    margin: 0;
    width: 100%;
}
/* Social Media */
.footer-s-media{ display: block;}
.top-footer-outer .footer-s-media{
    float: left;
    width: 100%;
    text-align: center;
}
.top-footer-outer .footer-s-media li{
    display: inline-block;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin-right: 5px;
    width: 30px;
}
.top-footer-outer .footer-s-media li:first-child{
    width: auto;
}
.top-footer-outer .footer-s-media li a{
    height: 30px;
    width: 30px;
    display: block;
}
.footer-s-media li a.fb {
    background: url("../images/sm-fb-mobi.png") no-repeat 0 0;
}
.footer-s-media li a.twitter {
    background: url("../images/sm-twitter-mobi.png") no-repeat 0 0;
}
.footer-s-media li a.linkedin {
    background: url("../images/sm-linkedin-mobi.png") no-repeat 0 0;
}
.footer-s-media li a.youtube {
    background: url("../images/sm-youtube-mobi.png") no-repeat 0 0;
}
.footer-s-media li a.flicker {
    background: url("../images/sm-flicker-mobi.png") no-repeat 0 0;
}
.footer-s-media li a.rss {
    background: url("../images/sm-rss-mobi.png") no-repeat 0 0;
}
/* ---------------- FOOTER END */
    

/* ---------------- NEW FOOTER AREA START */
.region.region-powered-by .content p{
    margin-bottom: 10px;
}
.block.block-block .footer-icon-img {
    vertical-align: 4px;
}
.block.block-block .footer-icon-img img{
    width: 48px;
}
/* ---------------- NEW FOOTER AREA END */
    
    
/* ---------------- INSIDE PAGE COMMON CSS START */
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 5px;
    margin-top: 10px;
}
p{
    font-size: 12px !important;
    line-height: 1.1;
    color: #5F5E5E;
    text-align: justify;
}
h3{
    font-size: 20px;
    line-height: 1.1;
}
h5{
    font-size: 14px;
    line-height: 1.1;
}
.page-title h2{
    /*font-size: 14px;*/
    font-size: 16px;
    margin-bottom: 25px;
}
.breadcrumb{
    margin-bottom: 10px;
}
.inner-page-wrapper{
    margin-top: 35px;
}
.inner-page-wrapper p {
    margin-bottom: 10px;
}
.left-col-main{
    padding-right: 15px;
}

/* Thumb Block Start */
.twocol-thumb-outer {
  float: left;
  width: 50%;
}
.twocol-thumb-inner {
    min-height: 70px;
    /*height: 70px;*/
    padding-left: 80px;
}
.twocol-thumb-inner .img-block {
    height: 70px;
    width: 70px;
}
/* Thumb Block End */
    
/* Col Highlighter Start */
.inner-page-wrapper .col-highlighter ul li{
    font-size: 12px;
}
.inner-page-wrapper .col-highlighter{
    margin: 15px 0;
}
/* Col Highlighter End */
    
/* Common UL Start */
.inner-page-wrapper ul {
    font-size: 12px;
}
/* Common UL End */
    
#search-form .container-inline.form-wrapper .form-item-keys label {
    font-size: 20px !important;
}
.search-results h3.title{
    font-size: 16px;
}
/* ---------------- INSIDE PAGE COMMON CSS END */
    
    
/* ---------------- INNER SIDE BAR START */
.inner-sidebar .region-content-right {
    border-top: 4px solid #ccc;
    margin-top: 30px;
    padding-top: 15px;
}
.inner-sidebar ul {
    margin: 5px 30px 15px;
}
/* ---------------- INNER SIDE BAR END */
    
    
/* ---------------- BLOG START */
.blogmenu-outer{
    height: 50px;
    margin-top: 20px;
    padding-top: 0;
}
    
/* Menu Start */
.blogmenu-outer .navbar-default .navbar-nav > .active > a,
.blogmenu-outer .navbar-default .navbar-nav > .active > a:focus, 
.blogmenu-outer .navbar-default .navbar-nav > .active > a:hover{
    background-color: #fff;
    border-radius: 4px;
}
.blogmenu-outer .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.blogmenu-outer .container-fluid > .navbar-collapse, 
.blogmenu-outer .container-fluid > .navbar-header{
    margin-left: 0;
    margin-right: 0;
}
.blogmenu-outer .navbar-collapse.collapse.in{
    padding-bottom: 15px;
}
.blogmenu-outer .navbar-brand{
    padding: 20px 5px;
}
/* Menu End */
    
/* Blog Top Area Start */
.fullwidth-outer .left-banner, .fullwidth-outer .right-banner {
    height: auto;
}
.fullwidth-outer .right-banner{
    margin-top: 15px;
    margin-bottom: 15px;
}
.fullwidth-outer .left-banner .img-block,
.fullwidth-outer .left-banner .caption-block{
    float: left;
    /*height: 250px;*/
    width: 100%;
}
.fullwidth-outer .left-banner .img-block {
    height: 200px;
}
.fullwidth-outer .left-banner .img-block img{
    width: 100%;
    min-width: 100%;
}
.fullwidth-outer .left-banner .caption-block{
    padding: 15px;
    font-size: 16px;
    line-height: 1.2;
}
.fullwidth-outer .right-banner {
    margin-bottom: 0;
}
/* Blog Top Area End */
    

/* Listing Item Start */
.listitme-box .img-block {
    height: 80px;
    width: 112px;
}
.listitme-box .content-block p {
    height: 28px;
    line-height: 1.2;
}
.listitme-box .content-block a {
    font-size: 12px;
}
.sidebar-outer .inner-sidebar {
    padding: 15px;
}
.inner-sidebar ul.bloglist{
    margin: 5px 15px;
}
.inner-sidebar ul.bloglist li{
    float: left;
    padding-right: 15px;
    width: 50%;
}
.inner-sidebar ul.bloglist li.title{
    padding-right: 0;
    width: 100%;
}
/* Listing Item End */
    
/* ---------------- BLOG END */
    
    
/* ---------------- ADD COMMENT AREA START */
#comment-form .filter-wrapper .filter-help {
    float: left;
    padding: 0 0 0.5em;
    width: 100%;
}
#comment-form p {
    margin-bottom: 0;
}
#comment-form .filter-help a {
    padding-left: 0;
}
/* ---------------- ADD COMMENT AREA END */
    
    
/* ---------------- NEW FOOTER AREA START */
#block-block-23 h2{
    margin-bottom: 15px;
}
#block-block-23 h2, #block-block-24 h2 {
    font-size: 12px;
}
/* ---------------- NEW FOOTER AREA End */

    
}


@media only screen and (max-width:767px) {
/* ---------------- INNER SIDE BAR START */
.inner-sidebar {
    height: auto !important;
}
/* ---------------- INNER SIDE BAR END */
}


@media only screen and (max-width:640px) {
/* ---------------- HEADER START */
.title-snet-block {
    margin-top: 15px;
    color: #358449;
}
/* ---------------- HEADER END */

}

@media only screen and (max-width:480px) {
/* ---------------- HEADER START */
.brand{
    width: 75px;
    height: 65px;
}
.brand img {
    max-width: 95%;
}
.title-snet-block{
    width: 74%;
}
.header-title {
   font-size: 16px;
}
/* ---------------- HEADER END */
    
    
/* ---------------- HOME TOP BODY WRAPPER START */
.home-topbody-wrapper .banner-contain h3 a{
    font-size: 10px;
    width: 90%;
}
.banone img{
    width: 90%;
}
/* ---------------- HOME TOP BODY WRAPPER END */
    
    
/* ---------------- HOME BOT BODY WRAPPER START */
.thumb-title .textblock {
    font-size: 18px;
}
.bot-thumb-outer .thumb-block {
    width: 32%;
}
.bot-thumb-outer .thumb-block,
.bot-thumb-outer .thumb-block:nth-child(4n-3){
    margin-left: 2%;
}
.bot-thumb-outer .thumb-block:nth-child(3n-2){
    margin-left: 0;
}
/* ---------------- HOME BOT BODY WRAPPER End */

    
/* ---------------- USER PAGE CSS START */
.tab-content-cls ul.primary {
    border-bottom: 5px solid #bbb;
}
.tab-content-cls ul.primary li a{
    border-radius:4px;
    border-color: #bbb;
    border-bottom: 1px solid #bbb;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
}
.tab-content-cls ul.primary li.active a{
    border-color: #629800;
    font-weight: 700;
    color: #fff;
    background: #629800;
}
/* ---------------- USER PAGE CSS END */


/* ---------------- INSIDE PAGE COMMON CSS START */

/* Text Wrap img Block Start */
.img-block.wrap-text-right,
.img-block.wrap-text-left{
    float: left;
    margin: 15px 0;
}
.img-block.size-1,
.img-block.size-2,
.img-block.size-3{ 
    width: 100%;
}
/* Text Wrap img Block End */
    
/* Thumb Block Start */
.twocol-thumb-outer {
    width: 100%;
}
.twocol-thumb-inner {
    min-height: 60px;
    /*height: 60px;*/
    padding-left: 80px;
}
.twocol-thumb-inner .img-block {
    height: 60px;
    width: 60px;
}
.twocol-thumb-inner p {
    width: 90%;
}
/* Thumb Block End */
    
/* Listing Item Start */
.list-itme-outer .listitme-box {
    margin-bottom: 5px;
}
.listitme-box .content-block h4 {
    font-size: 14px;
    margin-bottom: 5px;
}
.listitme-box .content-block p {
    height: 26px;
    line-height: 1.1;
}
.listitme-box .img-block {
    height: 65px;
    width: 91px;
}
/* Listing Item End */

/* ---------------- INSIDE PAGE COMMON CSS END */
    
    
/* ---------------- BLOG START */
    
/* Blog Top Area Start */
.fullwidth-outer .left-banner .img-block {
    height: auto;
}
.fullwidth-outer .left-banner .caption-block{
    padding: 10px 15px;
}
/* Blog Top Area End */

/* Listing Item Start */
.inner-sidebar ul.bloglist li{
    padding-right:0;
    width: 100%;
}
/* Listing Item End */
    
/* ---------------- BLOG END */
      
    
}

@media only screen and (max-width:360px) {   
/* ---------------- HOME TOP BODY WRAPPER START */
.col-sm-6.thumb-outer {
    width: 100%;
}
/* ---------------- HOME TOP BODY WRAPPER End */
}

@media only screen and (max-width:319px) {
/*.mainmenu-block{
    display: none;
}*/
}


/*======================= Retina Screen Start =======================*/
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1) {
.footer-s-media li a.rss {
    background: url("../images/sm-rss-reti.png") no-repeat 0 0; background-size:cover;
}
.footer-s-media li a.flicker {
    background: url("../images/sm-flicker-reti.png") no-repeat 0 0; background-size:cover;
}
.footer-s-media li a.youtube {
    background: url("../images/sm-youtube-reti.png") no-repeat 0 0; background-size:cover;
}
.footer-s-media li a.linkedin {
    background: url("../images/sm-linkedin-reti.png") no-repeat 0 0; background-size:cover;
}
.footer-s-media li a.twitter {
    background: url("../images/sm-twitter-reti.png") no-repeat 0 0; background-size:cover;
}
.footer-s-media li a.fb {
    background: url("../images/sm-fb-reti.png") no-repeat 0 0; background-size:cover;
}

}
/*======================= Retina Screen End =======================*/


.navbar-toggle{
    -webkit-transform: rotate(-180deg);
   -moz-transform: rotate(-180deg);
   -o-transform: rotate(-180deg);
   -ms-transform: rotate(-180deg);
   transform: rotate(-180deg);
}

.navbar-toggle.collapsed{
    -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
}

/*========== Staff page start============*/
.staffpage h3 {
    margin-top: 10px;
}
.staffpage tr {
    border-bottom: 1px solid #ccc;
}
/*========== Staff page end============*/

