*{outline:none!important;}
/* Basic style */
body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.category_holder{
padding:2em;
float:left;
width:40%;
margin-left:15%;

}
.category_sidebar{
padding:4em;
float:left;
width:30%;
}
.meta{
margin-bottom:0.5em;
}

a {
    color: #444444;
    text-decoration: none;
}

a:hover {
    color: #162c5f;
    text-decoration: underline;
}

.clr {
    clear: both;
}

.wrap {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

.withLine .wrap {
	padding:30px 0;
	border-top:1px solid #cccccc;
}

/*
 * Top
 */
#top {
    background: #efefef;
    text-align: right;
    color: #3f3f3f;
    font-size: 87.5%;
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;    
}

#top a {
    color: #3f3f3f;
    margin:0 6px;
}

#top a:hover, #func a:hover {
    text-decoration: none;
    color: #95c11f;
}

#top span {
    margin-left: 3px;
}


/*
 * Header
 */
#header {
    padding: 18px 0;
}

.logo {
    float: left;
}

#func {
    float: right;
    margin-top: 28px;
}

#func a {
    color: #444444;
    font-size: 18px;
    margin: 0 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

#func span {
    color: #ccc;
    margin: 0 10px;
}



/*
 * Menu
 */
#menu {
	background-color: #162C5F;
	height: 70px;
	display: block;
}
#menu .wrap {
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline-block;
}

.menu-wrapper{
	display: inline;
	overflow: hidden;
}

#menu a {
	display: inline-block;
	line-height: 70px;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin-right: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

#menu a.selected, #menu .current_menu_item a {
    color: #95c11f;
}

#menu a.selected:hover, #menu .current_menu_item a:hover {
    color: #fff;
}

#menu a:hover, #menu a:active {
	/* background-color: #DBDBDB;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1); */
    text-decoration: none;
    color: #95c11f;
}


/*
 * Submenu
 */
#menu .sm {
	display: inline;
	position: relative;
	overflow: hidden;
	text-align:left;
}

#menu .submenu {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #DBDBDB;
	color: #000000;
	float: left;
	position: absolute;
	z-index: 1002;
	width: 550px;
    /* remove display none for submenu */
    display: none !important;
}

#menu .submenu .sm-column {
	padding: 5px;
	float: left;
	margin: 15px;
}

#menu .submenu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#menu .submenu li {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

#menu .submenu a{
	color: #000000;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	margin-left: -8px;
	padding: 8px;
	width: 100%;
    text-shadow: none;
}

#menu .submenu a:hover {
	background-color: #EFEFEF;
}

#menu .submenu .sm-cap {
	font-size: 20px;
	font-weight: 400;
	line-height: 16px;
	font-family: 'Open Sans', sans-serif;
}

#menu .getStarted, #megaMenu #menu .getStarted {
	margin-top: 0 !important;
	float: right !important;
	margin-right: 0 !important;
	padding: 0 !important;
}

#menu .getStarted a, #megaMenu #menu .getStarted a {
	background-color: #FF8C00 !important;
	line-height: 32px !important;
    float: right !important;
    margin-top: 16px !important;
	color: #162C5F !important;
	padding: 3px 10px !important;
    font-weight: 700 !important;
    margin-right: 0 !important;
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
		height: 34px !important;
}

#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item.getStarted > a > span{
	padding-top: 5px !important;
}

#menu .getStarted a:hover {
	text-shadow:none !important;
    background-color: #FFA500 !important;
}

/*
 * Menu Mobile
 */
#mobileMenu {
	display: none;
    padding: 10px;
    background: #333;
}

#mobileMenu a, #mobileMenu li {
    color: #fff;
}

#mobileMenu ul {
    margin: 15px 0;
    list-style: none;
    display: none;
}

#mobileMenu ul ul {
    margin: 3px 0 0 0px;
}

#mobileMenu ul ul ul {
    margin-left: 10px;
}

#mobileMenu li {
    padding: 5px 0px 5px 10px;
    display: block;
    border-top: 1px solid rgba( 255, 255, 255, 0.1 );
}

#mobileMenu li li {
    margin: 0;
}

#MainMenu .withSub ul {
    display: none;
}

#mobileMenu #menu-mainmenu-1 li > a > img {
	display: none;
}

/*
 * Latest News
 */
#latestNews {
    background: #efefef;
    padding: 5px 0;
    font-size: 14px;
    line-height: 1.3;
}

#latestNews a{
    color: #95c11f;
}

#latestNews span {
    font-size: 20px;
    display: block;
    background: url("../img/bird.png") right center no-repeat;
    height: 24px;
    line-height: 24px;
    margin: 6px 0 0 0;
}

/*
 * Signup
 */
#signupDiv {
    border-top: 4px solid #fff;
    background: #efefef;
    font-size: 14px;
    line-height: 1.3;
}

#signupDiv span {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.ins {
    padding: 25px 0;
}

#lnSingUpForm {
	background-color: #162C5F;
    width: 193px;
	color: #FFFFFF;
	padding: 25px 10px 15px 10px;
	font-size: 13px;
}

#lnSingUpForm form {
    margin-bottom: 0;
}

#lnSingUpForm a {
	text-decoration: underline;
	color: #FFFFFF;
}

#lnSingUpForm input[type="text"] {
	width: 180px;
}

#lnSingUpForm .btnCheck {
	margin:15px 0 0 0px;
    float: right;
    line-height: normal;
    text-decoration: none;
    font-size: 16px;
    padding: 6px 25px;
}

#lnSingUpForm .btnCheck:hover {
    color: #000;
}

input[type="checkbox"]{
	margin: 0;
}


/*
 * Carousel
 */
#slider {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#slider h1 {
	font-size: 36px;
	font-weight: 300;
	margin: 0;
	margin-bottom: 10px;
	color: #162C5F;
	z-index: 3;
	font-family: 'Open Sans', sans-serif;
	background: none repeat scroll 0 0 rgba(255, 255, 266, .7);
	padding: 3px;

}

#slider p {
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	color: #162C5F;
	z-index: 3;
	font-family: 'Open Sans', sans-serif;	
	background: none repeat scroll 0 0 rgba(255, 255, 266, .7);
	padding: 3px;
}

#slider .prev{
    display: block;
    position: absolute;
    z-index: 999;
    margin-left: 0px;
    left: 15%;
}


#slider .next{
    display: block;
    position: absolute;
    z-index: 999;
    margin-right: 0px;
    right: 15%;
}

#Slider1.carousel {
	margin: 0;
}

#Slider1.carousel .container {
	position: relative;
    z-index: 999;
    margin: 0 auto;
    position: relative;
    width: 940px;
}

#Slider1 .carousel-control {
    margin-top: 0;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-color: transparent;
    border: 0;
	z-index: 1001;
}

#Slider1.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.img-slider {
    min-height: 240px;
}

/*
 * Slider2
 */
#Slider2 .carousel-control {
    background-color: transparent;
    border: 0;
	z-index: 3;
}

#Slider2 .right {
	margin-right: -20px;
}

#Slider2 img {
	position: relative;
	margin-left: 0;
	height: 80px;
}

#Slider2 p {
	display: block;
	overflow: hidden;
	margin:0 15px;
    text-align: center;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0);
    margin: 60px 15px 0;
    max-width: 645px;
    min-height: 257px;
    position: static;
}

.title {
    display: block;
    font-size: 225%;
    line-height: 1.2;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.desc {
    display: block;
    font-size: 150%;
    line-height: 1.4;
    margin: 10px 0;
    color: #fff;
}

#slider .btn {
    /* font-size: 150%; */
    padding: 12px 24px;
}


/*
 * Permise
 */
.permise-left-border {
	border-left: 1px solid #dbdbdb;
}

.premise {
	overflow: hidden;
}

.premise .pBox {
	margin: 25px 0;
}

.premise h2 {
	color: #444444;
	font-size: 24px;
	margin: 20px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    text-align: center;
}
.permise a{
	text-decoration: none;
}


/*
 * Main
 */
.main {
    text-align: center;
    padding: 20px 0;
}

.mainBot {
    background: #efefef;
}

.main h1 {
    color: #444444;
    font-size: 36px;
    margin: 40px 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.main .wrap p {
    font-size: 18px;
    color: #444444;
    margin-bottom: 20px;
    line-height: 24px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
}

.boxes {
    margin: 0 80px 50px;
	border-radius:6px;
	overflow:hidden;
}

.main .wrap .boxes p {
		text-align: center;
}

.boxes2 {
	margin-bottom:0;
}

.box {
    padding: 25px 15px 15px 15px;
}

.box-row {
    background: url("../img/line.jpg") center top repeat-y #d9d9d9;
    border-bottom: 1px solid #fff;
}

.secondRow {
	background: url("../img/line2.jpg") center top repeat-y #efefef;
}

.box h2 {
    font-weight: 400;
    color: #444444;
    font-size: 24px;
    line-height: 1.3;
    font-family: 'Open Sans', sans-serif;
}

.main .box p {
    margin: 0;
    color: #444444;
	font-size:16px;
	line-height:1.4;
}

.box img {
    width: 80px;
    height: 80px;
	border-radius:80px;
	background:#95c11f;
}

.btnCheck, .btnBlue {
    font-size: 20px;
    padding: 14px 44px;
    background: #95c11f;
    color: #fff;
    display: inline-block;
    margin: 15px 0;
	text-transform:uppercase;
	box-shadow:none;
	text-shadow:none;
	border:none;
}

.lineSmall {
    height: 1px;
    background: #162c5f;
    margin: 30px auto;
    width: 70%;
}

.line {
    background: #dbdbdb;
    height: 1px;
    margin: 40px 0;
}

.leftAlign {
    text-align: left !important;
}

.main h4 {
    font-size: 18px;
    color: #7ea518;
    font-weight: 400;
    margin: 0 0 15px 0;
    font-family: 'Open Sans', sans-serif;
}

.socialFooter img {
    margin: 0 2px;
}

.main .lastColumn .socialFooter {
    margin-bottom:20px;
}
.main .lastColumn {
    text-align:center;
}
.main .lastColumn h4 {
    color: #162c5f;
	margin-top:0px;
}

.lists a, .lists li {
	color:#444444;
	font-size:12px;
}

.main h6 {
    font-size: 112.5%;
    color: #162c5f;
    margin: 0 0 15px 0;
    font-weight: 400;
}

.lists {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lists li {
    margin-bottom: 5px;
    color:#444444;
}

/*
 * Footer
 */
.footer {
	color: #000000;
    border-top: 3px solid #fff;
    background: #dbdbdb;
	font-size: 12px;
	padding-top: 15px;
}

.footer .footer-right {
	color: #444444;
    float: right;
    line-height: 1;
    text-align: right;
}

.footer .span6, #footer .footer .span5 {
	margin-left: 0px;
	line-height: 1.5;
}

.connect img {
    margin-right: 35px;
}

.socialFooterIcons {
    text-indent: -9999pt;
    display: inline-block;
    width: 42px;
    height: 42px;
    background-position: left top;
    background-repeat: no-repeat;
}

.socialFooterIcons:hover {
    background-position: left bottom;
}

.twitter  { background-image: url("../img/icon_tw.png"); }
.youtube  { background-image: url("../img/icon_yt.png"); }
.facebook { background-image: url("../img/icon_fb.png"); }
.linkedin { background-image: url("../img/icon_in.png"); }

/*
 * Customer
 */
.customerSlider {
    position: relative;
    padding: 0 20px;
    text-align: center;
}

.Customer .bx-pager-item {
    display: none;
}

.bx-prev, .bx-next {
    position: absolute;
    top: 22%;
    text-indent: -9999pt;
    width: 16px;
    height: 19px;
}

.bx-prev {
    background: url("../img/g-prev.png") left top no-repeat;
    left: 0;
}

.bx-next {
    background: url("../img/g-next.png") left top no-repeat;
    right: 0;
}
.home #colo-slider-wraper ul#colo-slider{position: relative !important;
    overflow: hidden;
    width: 880px !important;
    margin: 0 auto;
}


#megaMenu ul.megaMenu li.menu-item a span.wpmega-item-description, #megaMenu ul.megaMenu li.menu-item span.um-anchoremulator span.wpmega-item-description {
    color: #c8c8c8;
    font-size: 11px!important;
    line-height: 15px!important;
    width: 300px!important;
}
.colo-slide a{padding: 0 15px;}
/*
 * Inner
 */
.main .inner {
    text-align: left;
}

.main .inner h1 {
    text-align: center;
}

.main .inner h2 {
    font-size: 26px;
    margin: 40px 0 20px 0;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3;
}

.main .inner h3 {
    font-size: 22px;
    margin: 0px 0 10px 0;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
}

.resourceVideo {

    display: inline-block;
}

.person {
    max-width: 250px;
    width: 250px;
}

.videoText, .contact {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
}

.videoRow {
    margin-bottom: 60px;
}

.contact input {
    display: block;
}

.contact textarea {
    width: 97.6%;
}

.contact input:focus, .contact textarea:focus {
    border-color: rgba(149,193,31,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(149,193,31,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(149,193,31,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(149,193,31,0.6);
}

.contact input[type="submit"] {
    background: #95c11f;
    color: #fff;
    float: right;
    font-size: 16px;
    padding:6px 30px;
}

.contact input[type="submit"]:hover {
    background: #87af1a;
}

.start {
    text-align: center;
}

.start span {
    display: inline-block;
    width: 180px;
}

.start .btn {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 32px;
    border: none;
}

.orange { background: #fcb033; }
.orange:hover { background: #fea108; }
.green { background: #95c11f; }
.green:hover { background: #7fae01; }
.grey { background: #888888; }
.grey:hover { background: #867979; }
.red { background: #e63333; }
.red:hover { background: #e20606; }
.blue { background: #1f8ec1; }
.blue:hover { background: #0284c0; }

.widget {
    margin-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
}

.widget p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.widget p strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.widget p a {
    color: #95c11f;
}

.widget p a:hover {
    color: #7ca50c;
    text-decoration: none;
}

.widget li {
	line-height: 19px;
	padding: 3px 0;
}

.widget ul li:before {
	content: "\f054";
	font-family: "FontAwesome";
	font-size: 13px;
	color: #ccc;
	margin: 0 9px 0 0;
	float: left;
	font-size: 10px;
}

.solutionList span {
    display: block;
    margin-bottom: 1px;
    text-align: center;
    background: #efefef;
    padding: 10px 0;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.videoMain {
    width: 100%;
    -moz-box-shadow: 5px 5px #b0d157;
    -webkit-box-shadow: 5px 5px #b0d157;
    box-shadow: 5px 5px #b0d157;
}

/* Sing in page */
#loginform input {
	height: 39px;
}

/* qTranslate options */
#qtranslate-chooser {
	list-style-type: none;
	margin: 0;
	display: inline-block;
}

#qtranslate-chooser li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#qtranslate-chooser .lang-zh img {
	margin-bottom: 3px;
}

/* Tweets */
div.tweet {
	display: none;
	max-width: 690px;
}

div.tweet.current {
	display: block;
}

/* Breadcrumb styles */

.breadcrumb {
	font-size: 15px !important;
	background: transparent !important;
	color: #95C11F;
}

.breadcrumb a {
	color: #444;
}

.breadcrumb a:hover {
	color: #162c5f;
}

.error404 .container404 {
	width: 100%;
	margin-top: 42px;
	margin-bottom: 84px;
}

.error404 .container404 .wrap {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.error404 .container404 .wrap #searchform {
	margin-top: 42px;
}

.error404 .container404 .wrap #searchform label {
	display: none;
}

.error404 .container404 .wrap #searchform input[type="submit"] {
	margin-bottom: 10px;
	margin-left: -5px;
	height: 30px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.error404 .container404 .wrap #searchform input[type="text"] {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.error404 #slider {
	display: none;
}

#searchform {
	display: inline-block;
	margin-left: 25px;
}

#searchform label {
	display: none;
}

#searchform input[type="text"]{
	margin-bottom: 0;
}

#searchform input[type="submit"]{
	height: 30px;
	margin-left: -10px;
}

.slider, #Slider1.carousel {
	z-index: 1000;
}

#menu > li > a {
	position: absolute;
}

.sub-menu {
	display: inline-block;
	position: absolute;
	z-index: 1000px;
}

#megaMenu {
	height: 70px;
	width: 100%;
	background-color: inherit !important;
	font-family: "Open Sans" !important;
}

#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > a {
	border: none !important;
	height: 46px;
	vertical-align: middle;
	font-size: 18px;
}

#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > a > span {
	padding-top: 10px;
	font-weight: 500 !important;
	text-transform: none !important;
}

#megaMenu .current_page_item a {
	color: #95c11f !important;
}
#megaMenu .current_page_item.current-menu-ancestor a {
	color: #ffffff !important;
}

#megaMenu .current_page_item.current-menu-ancestor ul a{
	color: #888888!important;
}

#megaMenu .current_page_item.current-menu-ancestor ul a:hover{
	background-color: rgba(0, 0, 0, 0);
	    color: #000000!important;
}
#megaMenu .current_page_item.current-menu-ancestor ul .current_page_item a{

	color: #95c11f!important;
}

#megaMenu .sub-menu-1 .ss-nav-menu-item-depth-1 > a {
	border-bottom: 2px solid #95C11F !important;
}

#megaMenu .sub-menu-1 .ss-nav-menu-item-depth-1 > a, #megaMenu .sub-menu-2 .ss-nav-menu-item-depth-2 > a {
	font-size: 14px !important;
}

.mega-desc > span > span, .mega-desc > a > span {
	font-size: 16px !important;
	line-height: 1.3em !important;
}

.mega-more > a > span {
	color: #95C11F !important;
}

.no-mega > .sub-menu-1 > li, .no-mega > .sub-menu-1 > li > a {
	width: 80% !important;
}

#megaMenu .no-mega > .sub-menu-1 .ss-nav-menu-item-depth-1 > a {
	border: none !important;
}
.home #colo-slider-wraper #colo-slider{
width:940px!important
}
.home #colo-slider-wraper .colo-slider-controls{
width:841px!important;
z-index: 9999;
}


.single .container {
	width: 960px;
	overflow: hidden;
}

.single #primary {
	width: 610px;
	margin-right: 20px;
	display: inline-block;
	float: left;
}

.single #secondary {
	width: 300px;
	display: inline-block;
	float: right;
	margin-left: 30px;
	padding-top: 100px;
}


.feature-image {
    height: 305px;
    width: 610px;
    background-repeat: no-repeat;
	background-size: cover;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

img.alignleft {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;

}

img.alignright {
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;

}

#respond {
	border-top: 1px solid #d5d5d5;
	margin-top: 20px;
	padding-top: 15px;
}

#respond h2 {
	font-size: 18px;
}

#respond #comment {
	width: 100%;
}

.widget #searchform {
	margin: 0;
	margin-top: 10px;
	width: 100%;
	max-width: 100%;
}

.widget #searchform #s {
	width: 230px;
}

.widget h2 {
	font-size: 18px;
	line-height: 1.2;
}

.widget ul {
	margin: 0;
	list-style-type: none;
}

.widget ul li {
	margin-bottom: 10px;
}

.post-listing.post {
	overflow: hidden;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.post-listing.post .entry-thumbnail {
	width: 100%;
}

.thumbnail-image {
	height: 200px;
	width: 550px;
	background-repeat: no-repeat;
	background-size: cover;
}

.container-blog {
	width: 960px;
}

.container-blog #primary {
	display: inline-block;
	float: left;
	width: 610px;
	padding-top: 50px;
}

.container-blog #secondary {
	display: inline-block;
	float: right;
	max-width: 300px;
	margin-right: 30px;
	padding-top: 50px;
}

.container-blog .widget #searchform #s {
	max-width: 230px;
	width: 230px;
}

.post-listing.post .entry-content {
	width: 550px;
	float: left;
}

.post-listing.post h1 {
	font-size: 24px;
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 15px;
}

.post-listing.post h2 {
	font-size: 18px;
	line-height: 1.2;
}

.post-listing.post h3 {
	font-size: 16px;
	line-height: 1.2;
}

.post-listing.post p {
	font-size: 16px;
	line-height: 1.6;
}


.post-listing.post .more-link {
	background: #73b819;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 10px 15px;
	margin-top: 15px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border-radius: 3px;
}

.post-listing.post .more-link:hover {
	background: #a0a0a0;
}

.widget .tagcloud a {
	background-color: #f2f2f2;
	color: #999;
	font-size: 15px !important;
	text-decoration: none;
	display: inline-block;
	padding: 10px 15px;
	margin-top: 15px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border-radius: 3px;
}

.widget .tagcloud a:hover {
	background-color: #73b819;
	color: #fff;
}

#primary .entry p {
	line-height: 1.5;
}

.entry h2 {
	line-height: 1.2;
	padding-bottom: 10px;
}


.entry h3 {
	line-height: 1.2;
	padding-bottom: 10px;
}

.entry .addthis_sharing_toolbox{
	margin-bottom: 25px;
}

.single .entry a,
.single .entry a:hover {
	color:  #0067cf;
	text-decoration: underline;
}

.meta a {
	text-decoration: underline;
}

.navigation {
	margin-bottom: 30px;
	overflow: hidden;
}

.next-posts {
	float: left;
}

.prev-posts {
	float: right;
}

/* RESPONSIVE */

@media (max-width: 940px) {
    .wrap {
        width: 95%;
    }

    body {
        font-size: 90%;
        padding: 0;
    }

    .boxes {
        margin: 0;
    }

    .main h1 {
        margin: 0 0 20px 0;
    }

    #Slider1.carousel .container {
        width: 100%;
    }

    .carousel-caption {
        margin: 0 auto;
        min-height: 0;
    }

    #slider .next { right: 10px; }
    #slider .prev { left: 10px; }
	
	.single .container,
	.container-blog {
		width: 100%
	}
	
	.single #primary,
	.single #secondary,
	.container-blog #primary,
	.container-blog #secondary {
		width: calc(100% - 20px);
		padding: 10px;
	}
	
	.thumbnail-image {
		width: 100%;
	}
	
	.post-listing.post .entry-content {
		width: 100%;
	}
}

@media (max-width:840px) {
/*    #mobileMenu {
        display: block;
    }

    #menu {
        display: none;
    } */

		#menu, #megaMenu {
			height: 52px;
		}

		#megaMenu #megaMenuToggle {
			font-size: 16px !important;
			margin-top: 5px;
		}
		#megaMenu ul.megaMenu {
			background-color: #162C5F !important;
		}
		#megaMenu.megaResponsive ul.megaMenu > li.menu-item.getStarted {
			background-color: #FF8C00 !important;
			float: none !important;
			height: 100% !important;
			width: 50% !important;
			margin: none !important;
		}
		#megaMenu.megaResponsive ul.megaMenu > li:hover.menu-item.getStarted {
			background-color: #FFA500 !important
		}
		#megaMenu.megaResponsive ul.megaMenu > li.menu-item.getStarted a {
			height: 100% !important;
			float: none !important;
			margin: 0 !important;
			padding-bottom: 12px !important;
			padding-left: 15px !important;
			padding-right: 20px !important;
			padding-top: 12px !important;
			background-color: transparent !important;
		}
		#megaMenu.megaResponsive ul.megaMenu > li.menu-item.getStarted a:hover {
			background-color: transparent !important;

		}


@media (max-width: 769px) {
    .box-row {
        background-image: none;
    }

    .box {
        border-bottom: 1px solid #fff;
    }

    .footer {
        font-size: 80%;
    }

    .halfbox {
        padding: 1.5% !important;
        width: 47% !important;
        float: left !important;
        text-align:left !important;
    }

    .clrbox {
        clear: both;
    }

    .lists li {
        margin-bottom: 0;
    }

    .permise-left-border {
        border: none;
    }

    .showDesktopOnly {
        display: none !important;
    }

    .premise h2 {
        margin: 20px 0 0px 0;
        line-height: 1;
    }

    #Slider2 {
        width: 100%;
        margin: 0 auto;
    }

    #Slider2 p {
        margin: 0;
    }

    #Slider2 .carousel-control.left {
        width: 20px;
        height: 20px;
        left: 0;
    }

    #Slider2 .carousel-control.right {
        width: 20px;
        height: 20px;
    }

    #latestNews span {
        background: none;
    }

    #signupDiv {
        font-size: 13px;
    }

    #signupDiv span {
        margin-bottom: 5px;
    }

    .ins {
        margin: 15px 0 0 0;
        padding: 0;
    }

    .resourceVideo {
        margin-bottom: 15px;
    }

    .videoText, .contact {
        font-size: 14px;
    }

    .main .inner h2 {
        font-size: 22px;
        margin: 25px 0 15px 0;
    }

    .main .inner h3 {
        font-size: 16px;
        margin: 10px 0;
    }

    .person {
        width: 150px;
        height: 150px;
    }

    .contact input[type="text"], .contact textarea {
        width: 60%;
    }

    .contact input[type="submit"] {
        float: none;
    }

    .contact .span5 {
        margin-bottom: 15px;
    }

    .videoMain {
        max-width: 250px;
    }
}


@media (max-width: 640px) {
    #slider {
        min-height: 0;
    }

    #slider h1 {
        font-size: 150%;
        line-height: 1;
    }

    #slider p, #slider .btn {
        font-size: 120%;
        line-height: 1.2;
    }

    .main, #latest, #header {
        padding: 20px 0;
    }

    .main h1 {
        font-size: 180%;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .main p {
        font-size: 95%;
    }

    .box h2 {
        font-size: 130%;
        margin: 10px 0 5px 0;
    }

    #latest p {
        font-size: 90%;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .main h4 {
        font-size: 130%;
        margin-bottom: 10px;
    }

    .main h6 {
        margin-bottom: 5px;
    }

    .footer {
        font-size: 75%;
        padding: 15px 0;
    }

    .footer .footer-right {
        float: none;
        display: block;
        text-align: left;
    }

    .footer p {
        line-height: 1.1;
    }

    .footer .footer-right p {
        margin-bottom: 5px;
    }
}

@media (max-width: 440px) {
    .halfbox {
        padding: 0 !important;
        width: 100% !important;
        float: none !important;
    }

    .main h4, .main .lastColumn h4 {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .btnCheck, .btnBlue {
        font-size: 100%;
        padding: 14px 24px;
    }

    #func {
        float: none;
        display: block;
    }

    .logo {
        float: none;
    }

    .Customer {
        display: none;
    }

    .contact input[type="text"], .contact textarea {
        width: 94%;
    }

    .start img {
        margin-bottom: 5px;
    }

    .start p {
        margin-bottom: 30px;
    }
}
