/* ==========================================================================
   Reset Bootstrap
   ========================================================================== */
body {color:#444;background-color: #ffffff;line-height: 1.4em; font-family: Manrope,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif; color: #222222; font-size: 16px;
	background-image: url(/img/doodle-bg.png);
    background-repeat: repeat;
    background-size: 100%;
}

a:hover {color:none;text-decoration: underline;}
#map_canvas img{max-width:none}
#supersized img{max-width:none}
.knowledge-base ul, .box-video-links ul, .faq-top ul, #comments ol { margin: 0; list-style-type: none; }
.single-post #comments header {margin-bottom: 0;}
.single-post #comments header {border-bottom: none;}
h1, h2, h3, h4, h5, h6, .hero-unit p, .hero-unit h1 {font-weight: 600;}
a.thumbnail, a.thumbnail:hover {border: none;box-shadow: none;}
.label {padding-top: 3px;}
input[type="text"]:focus, textarea:focus {border: solid 1px #777;box-shadow:none;}
pre {line-height: 1em;}
b, strong {font-weight: 600;}

.widget input.search-query {
  padding-left: 6px;
  float: left!important;
  margin: 0 0 30px!important;  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* ==========================================================================
   Unused
   ========================================================================== */
.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}

/* ==========================================================================
   Base
   ========================================================================== */

body { }
h1, h2, h3, h4, h5, h6 {color: #121212;}
h1 { font-size: 30px; letter-spacing: -1px;}
h2 { font-size: 26px; letter-spacing: 0px;}
h3 { font-size: 22px; letter-spacing: 0px;}
h4 { font-size: 18px; line-height: 40px;}
h5 { font-size: 14px;}


hr.light {
border-top: 1px solid rgba(255, 255, 255, 0.1);
border-bottom: none;
}
hr.tall {
margin: 0 0 34px;
}
a:hover,a:focus{color:#72a333;text-decoration:underline;}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: white;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.well .example {
    font-size: 8px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.2);
    position: relative;
    top: -15px;
    right: -10px;
}
/* labels */

.label-color { background-color: #72a333;}
.label-color i { color: #fff !important;}
.label-color a { color: #fff !important;text-decoration: none;}
.label-color:hover { background: #333;}



.label-important,.badge-important{background-color:#cc0000;}
.label-important[href],.badge-important[href]{background-color:#953b39;}
.label-warning,.badge-warning{background-color:#f89406;}
.label-warning[href],.badge-warning[href]{background-color:#c67605;}
.label-success,.badge-success{background-color:#72a333;}
.label-success[href],.badge-success[href]{background-color:#356635;}
.label-info,.badge-info{background-color:#3a87ad;}
.label-info[href],.badge-info[href]{background-color:#2d6987;}
.label-inverse,.badge-inverse{background-color:#333333;}
.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a;}
.label, .badge {
    display: inline-block;
    padding: 3px 6px;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    text-transform: uppercase;
}

.btn-primary {
  background-color: hsl(201, 100%, 30%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a5ff", endColorstr="#006399");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#00a5ff), to(#006399));
  background-image: -moz-linear-gradient(top, #00a5ff, #006399);
  background-image: -ms-linear-gradient(top, #00a5ff, #006399);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a5ff), color-stop(100%, #006399));
  background-image: -webkit-linear-gradient(top, #00a5ff, #006399);
  background-image: -o-linear-gradient(top, #00a5ff, #006399);
  background-image: linear-gradient(#00a5ff, #006399);
  border-color: #006399 #006399 hsl(201, 100%, 25%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

::selection {
	background: #4d90fe;
	color:#fff;
}

::-moz-selection {
	background: #4d90fe;
	color:#fff;
}

.left, .alignleft {
	float:left;
}

.right, .alignright {
	float:right;
}

.justify {
	text-align:justify;
}

.red {
color: #cc0000;
}

.divide {
	margin-top: 3%;
	margin-bottom: 3%;
}

.divider {
	border-bottom: 1px solid #f1f1f1;
}

#pages-2 h3 {
	display:none;
}

/* =Generic Margin Helpers
------------------------------------*/
.m-t-0 {
  margin-top: 0px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-t-55 {
  margin-top: 55px;
}
.m-r-55 {
  margin-right: 55px;
}
.m-l-55 {
  margin-left: 55px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-t-65 {
  margin-top: 65px;
}
.m-r-65 {
  margin-right: 65px;
}
.m-l-65 {
  margin-left: 65px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.m-t-70 {
  margin-top: 70px;
}
.m-r-70 {
  margin-right: 70px;
}
.m-l-70 {
  margin-left: 70px;
}
.m-b-70 {
  margin-bottom: 70px;
}
.m-t-75 {
  margin-top: 75px;
}
.m-r-75 {
  margin-right: 75px;
}
.m-l-75 {
  margin-left: 75px;
}
.m-b-75 {
  margin-bottom: 75px;
}
.m-t-80 {
  margin-top: 80px;
}
.m-r-80 {
  margin-right: 80px;
}
.m-l-80 {
  margin-left: 80px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.m-t-85 {
  margin-top: 85px;
}
.m-r-85 {
  margin-right: 85px;
}
.m-l-85 {
  margin-left: 85px;
}
.m-b-85 {
  margin-bottom: 85px;
}
.m-t-90 {
  margin-top: 90px;
}
.m-r-90 {
  margin-right: 90px;
}
.m-l-90 {
  margin-left: 90px;
}
.m-b-90 {
  margin-bottom: 90px;
}
.m-t-95 {
  margin-top: 95px;
}
.m-r-95 {
  margin-right: 95px;
}
.m-l-95 {
  margin-left: 95px;
}
.m-b-95 {
  margin-bottom: 95px;
}
.m-t-100 {
  margin-top: 100px;
}
.m-r-100 {
  margin-right: 100px;
}
.m-l-100 {
  margin-left: 100px;
}
.m-b-100 {
  margin-bottom: 100px;
}
.full-height {
  height: 100% !important;
}
.full-width {
  width: 100%;
}
.hide {
  display: none;
}
.inline {
  display: inline-block !important;
}
.block {
  display: block;
}
.b-blank {
  border-color: #000;
}

/* Font size 
------------------------------------
*/

.fs-11{
	font-size: 11px;
}

.fs-12{
	font-size: 12px;
}

.fs-14{
	font-size: 14px;
}

.fs-16{
	font-size: 16px;
}

.lh-24 {
	line-height: 24px;
}

.lh-26 {
  line-height: 26px;
}

.lh-36 {
  line-height: 36px;
}

.lh-46 {
  line-height: 46px;
}

.lh-56 {
  line-height: 56px;
}

.lh-40 {
	line-height: 40px;
}


/* =============================================================================
   Header
   ========================================================================== */
#banner {
background: #292929 url(../img/bg-header.jpg) repeat 0 0;
filter: none;
border-bottom: 1px solid #111;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#banner .container{ height: 70px;}
#nav-main {}
.logo { float:left; padding-top: 0px; }
.logo-text {padding-top: 7px;}
.logo-text a{text-decoration: none;}

/* Fixed Topbar Navigation */
body.top-navbar { padding-top: 60px; }
body.admin-bar .navbar-fixed-top { top: 28px; }

/* page header */
#page-header-container { background-color: #171717;margin-bottom: 30px; margin-top: 95px;}
.page-header {
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}
.page-header h1, .page-header h1 a, .page-header h1 a:hover{ color: #fff;margin: 22px 0 0; padding-bottom:5px;font-size: 36px; font-weight: 400; text-decoration: none; }
.page-header p.tagline {font-size: 16px; position: relative; top: -3px; padding:0;margin-bottom: 5px; color: #eee; font-weight: 300;}
#searchform .search-query { float: right; margin: 24px 0;}
.page-title h1 {margin-bottom: 22px;margin-top: 13px;}
.hero-search input.search-query:focus, .page-header input.search-query:focus {border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none; }

h1 .icon-bulb {
	color: rgba(255,255,255,0.5);
	font-size: 85%;
	animation: glowing 5000ms infinite;
	
}

@keyframes glowing {
  0% {
    color: rgba(255,255,255,0.8);
  }
  40% {
    color: rgba(255,255,255,0.5);
  }
  60% {
    color: rgba(255,255,255,0.7);
  }
  100% {
    color: rgba(255,255,255,0.8);
  }
}

.hero-search input.search-query {
padding: 24px;
margin-bottom: 9px;
font-size: 24px;
font-weight: 300;
color: #999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
line-height:normal;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.00);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.00);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.00);
    text-align: center;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05) !important;
}
.hero-search input.search-query, .page-header input.search-query { }
.hero-search input.search-query:focus {border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;}

.page-header input.search-query {
padding: 10px;
font-size: 17px;
font-weight: 300;
color: #999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #FFFFFF;
border: 0px solid #CCCCCC;
background: rgba(255,255,255,0.7);
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.03);
transition: background .4s, box-shadow .2s;
}

.page-header input.search-query:focus {
background: rgba(255,255,255,1);
box-shadow: 0 5px 10px rgba(0,0,0,0.03);

}

/* ==== Navigation ==== */

#navigation {
	padding-right: 20px;
	padding-left: 20px;
	background: #fff;
	border-bottom:1px solid #f1f1f1;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
}

/* fix for small android devices */
@media (max-width: 240px) {
	.navbar .brand {
		margin-left: -12px;
	}
}

.navbar-fixed-top {
	position: fixed;
}

.nav a {
	color: #25272B !important;
}

.nav a:hover {
	color: #bbbdc0 !important;
}

.nav .active a {
	color: #bbbdc0 !important;
}

.navbar .nav.pull-right {
	margin-top:15px;
}

.navbar .nav .active a, .navbar .nav .active a:hover {
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.navbar .nav li a {
	text-shadow: none;
	text-align: center;
	padding: 20px 12px;
}
.navbar .nav li a.signup {
	line-height: 20px;
	/*text-transform: uppercase;*/
	color: #FFF !important;
	background-color: #72a333 !important;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 14px;
	margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	border-color: rgba(0, 0, 0, 0.1);
	border-width: 1px;
	border-style: solid;
}

.navbar .nav li a.signup:hover {
	background-color: #5c8429 !important;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	
}

.navbar .nav li a.connect {
	line-height: 20px;
	/*text-transform: uppercase;*/
	color: #333 !important;
	background-color: #fff !important;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 14px;
	margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	border-width: 1px;
	border-style: solid;
	border-color: #333 !important;
}

.navbar .nav li a.connect:hover {
	background-color: #fff !important;
	border-color: #000 !important;
	color: #000 !important;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

.navbar .nav li a i{
	color: #ffffff !important;
}

.navbar .secondary {
	margin: 0px 0px 0px 400px;
}

@media (max-width: 940px) {
	.navbar .secondary {
		display: none;
	}
}

.navbar .secondary li {
	line-height: 10px;
}

.navbar .secondary li a {
	text-shadow: none;
	font-size: 0.7em !important;
	line-height: 10px;
	padding: 5px 12px 15px 12px;
}

.navbar-inner {
	background: #fff;
	border: none;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

.navbar-fixed-top .navbar-inner {
	padding: 0;
	height: 90px;
}

.navbar-fixed-top {
	margin: auto;
	border-top: 4px solid #72a333
}

.navbar .btn-navbar  {
	float: right;
	padding: 12px 12px;
	margin: 22px 0;
	background-color: #FFF;
	background-image: none;
	color: #f1f1f1;
}

.navbar .btn-navbar:hover  {
	background-color: #fcfcfc;
	background-image: none;
}

.navbar .btn-navbar .icon-bar {
	background-color: #000000;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar .btn-navbar .icon-bar:hover {
	background-color: #000000;
}

.nav-collapse.collapse {
	background-color: #FFF;
}

.nav-collapse .nav li a:hover, .nav-collapse .dropdown-menu a:hover {
	background-color: transparent;
}

.nav-collapse .nav li a  {
	font-weight: 400;
	/*text-transform: uppercase;*/
	font-size: 17px;
}

@media (max-width: 979px) {
	.navbar  {
	padding: 0 20px;
	margin-bottom: 0;
	}
}

@media (max-width: 979px) {
	.nav-collapse .nav li a, .nav-collapse .dropdown-menu a {
	padding: 6px 15px;
	}
}

.navbar .brand {
	padding: 15px 0px 0px 10px;
	width: 180px;
}

@media (max-width: 979px) {
	.navbar .brand {
	padding: 15px 0px 10px 10px;
}
}



/* ---------- Primary Navigation Menu ---------- */

#menu { padding: 19px 0 0;}
ul#menu, #menu ul {margin: 0;}
#menu,#menu ul{float:right;list-style:none}
#menu{padding-left:0}
#menu:before,#menu:after{content:"";display:table}
#menu:after{clear:both}
#menu{zoom:1}

#menu li{float:left;position:relative; padding: 0 0px;}
#menu a{float:left;position:relative;padding:8px 15px 18px;font-size:13px;text-decoration:none;}
#menu > .active > a {color: #72a333;}
#menu .active a, #menu li a:hover, #menu ul a:hover, #menu .current-menu-item a, #menu .current-menu-parent>a {}
#menu .active>a, #menu .current-menu-item a, #menu .current-menu-parent>a {background-color: transparent; text-shadow:none; }

#menu > li > a { color:#fff;text-transform: uppercase;}
#menu ul a { color:#171717;}
#menu > li > a:hover { color:#72a333;}

#menu ul a:hover { background-color:#72a333; text-shadow:none;color: #fff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
  -webkit-font-smoothing: antialiased;
  border-radius: 4px; 
-moz-border-radius: 4px; 
-webkit-border-radius: 4px;

}

#menu ul{font-size:12px;_margin:0;visibility:hidden;position:absolute;top:45px;left:0;z-index:9999;border: 1px solid #ccc; background:#f3f3f3;box-shadow:0 0 4px rgba(0,0,0,0.1); 
border-radius: 7px; 
-moz-border-radius: 7px; 
-webkit-border-radius: 7px; 
 }
#menu li:hover>ul{opacity:1;visibility:visible;margin:0;}
#menu ul ul{top:-5px;left:173px;_margin:0;}


#nav-main ul ul:before {
  border-color: transparent transparent #f3f3f3;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: 23px;
    position: absolute;
    top: -24px;
    width: 0;
  z-index: 999;}
#nav-main ul ul:after {
  border-color: transparent transparent #f3f3f3;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: 23px;
    position: absolute;
    top: -23px;
    width: 0;
  z-index: 999;}

#nav-main ul ul ul:before, #nav-main ul ul ul:after  {display:none}
#menu ul li{float:none;display:block;border:0;_line-height:0}
#menu ul li:last-child{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}
#menu ul a{padding:8px 8px;min-width:150px;_height:8px;display:block;white-space:nowrap;float:none;margin: 3px;}
#menu ul a:hover{text-shadow:none; color: #fff; margin: 3px; background-color: #72a333;}
#menu ul li:first-child>a:after{content:'';position:absolute;left:40px;top:-6px;border-left:6px solid transparent;border-right:6px solid transparent}
#menu ul ul li:first-child a:after{left:-6px;top:50%;margin-top:-6px;border-left:0;border-bottom:6px solid transparent;border-top:6px solid transparent}
#menu ul ul li:first-child a:hover:after{border-bottom-color:transparent}
#menu ul li:last-child>a{border-bottom:0px solid transparent;}

nav select{display:none}

/* tyahead */
.typeahead {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0px 0;
  margin: -1px 0 0 8px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.typeahead pull-right {
  right: 0;
  left: auto;
}
.typeahead .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.typeahead a {
  display: block;
  padding: 5px 15px;
  clear: both;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  color: #999999;
  white-space: nowrap;
}
.typeahead li > a:hover,
.typeahead .active > a,
.typeahead .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #72a333;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 979px) {
  /* Fix top padding when using the responsive grid with the fixed topbar */
  body.top-navbar {
    padding-top: 0;
  }
}


/* =============================================================================
   Responsive
   ========================================================================== */

@media(max-width:480px){body{padding:0}
nav ul{display:none}
nav select{display:inline-block;width:100%!important}
nav{position:relative;right:auto;top:auto;width:100%}
#social-icons {float: none!important;margin: 0 auto;display: inline; text-align: center;}
.copyright-text { float:none !important; text-align:center;}
.page-header h1 { color: #fff;margin: 25px 0 0; padding-bottom:5px;font-size: 28px; font-weight: 400; }
.box-title h2 a {font-size: 24px !important;}

}

}
@media(min-width:480px) and (max-width:767px){body{padding:0}
nav ul{display:none}
nav select{display:inline-block;width:100%!important}
nav{position:relative;right:auto;top:auto;width:100%}
}
@media(min-width:767px) and (max-width:980px){#menu a{padding:6px 8px!important}
#menu ul a{padding:8px;width:100px}
#menu ul ul{left:130px}
}
@media (max-width: 979px){
/*.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
padding: 5px 20px !important;}*/
.hero-title h1 {font-size: 60px!important;}

}
@media (max-width: 767px){
#banner {height: 150px;}
.hero-title {padding-top: 40px!important;}
.hero-title h1 {font-size: 40px!important;}
.container {padding: 0 20px;}
.logo {text-align: center;float:none;}
#page-header-container {margin: 95px 0 30px;}
#widget-footer {padding: 20px !important;}
.image-logo { float:none !important; }
.page-title, .page-template-template-homepage-php .hero-unit, .blog .hero-unit {/*	margin-top:20px; */}
form#searchform {margin: 0;}
.page-header h1 {text-align: center;}
.page-header p.tagline {text-align: center;}
.hero-title {padding: 90px 0 10px!important;}
.page-header input.search-query {
min-height: 40px;}

.hero-search input.search-query {
padding: 14px;
margin-bottom: 9px;
font-size: 15px;
color: #999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
line-height: normal;
box-shadow: none;
width: 90%;
/*max-width: 270px;*/
float: none!important;
}

.hero-search .btn-black {
font-size: 12px !important;
font-weight: 300 !important;
width: 80px !important;
height: 50px !important;
}
.hero-search .btn-transparent {
  font-size: 150% !important;
    border: none;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 34px !important;
    right: 20px !important;
}
}

/* ==========================================================================
   Content
   ========================================================================== */

#content { }
li.comment { list-style:none;}
ol.commentlist { margin-left:0;}
article { padding: 0 0 25px; margin-bottom: 0px;}
#main article {background-color: #fff;padding: 10px 25px 20px;margin-bottom: 30px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
/*.single-post article, .single-faq article {margin-top: 25px;}*/
.faq-top {padding-bottom: 20px;}
.faq-top ul {padding-bottom: 20px;}
.faq-top h4 a, .faq-top h4 a:hover {color:#555;}
.faq-page article h3 {margin-bottom: 20px;color: #72a333;}
.pagination {margin: 10px 0 30px;}
.contact-form {margin-top: 40px;}
.contact-form input {padding: 8px 6px; margin-bottom: 20px;width: 98.3%;}
.contact-form textarea {margin-bottom: 35px;width: 98.3%;}

/* ==========================================================================
   Primary Content
   ========================================================================== */

#main { }


/* ==========================================================================
   Sidebar
   ========================================================================== */

#sidebar { float: left; }
.widget {margin-bottom: 35px;}
.widget-last {margin-bottom: 30px;}
.widget-inner ul { list-style:none; margin-left:0;}
.widget li { line-height: 2.3em;}
.widget-first {}
#footer-container .widget-first {margin-top: 0;}

.flickr_wrap img {margin-top: 0px;padding: 8px;width: 74px;height: 74px;}

@media (min-width: 1200px) {.widget_search input[type="search"] {width: 180px;} }
@media (min-width: 980px) and (max-width: 1199px) {.widget_search input[type="search"] {width: 130px;} }
@media (min-width: 768px) and (max-width: 979px) {.widget_search input[type="search"] {width: 75px;} }

/* ==========================================================================
   Posts
   ========================================================================== */


a.more-link {
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	line-height: 20px;
	position: relative;
	top: 5px;
	position: relative;
    display: block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    margin: 5px 0 0 0;
    padding: 0 23px;
    border: 1px solid #303030;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    text-align: left;
    color: #303030 !important;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    background: none;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-shadow: none;
    background-color: transparent;
    -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -webkit-box-sizing: initial!important;
    -moz-box-sizing: initial!important;
    box-sizing: initial!important;
}
   
.hentry header h2 {margin-bottom: 15px; }
.hentry time { }
.hentry p.byline { }
.hentry .entry-content { }
.hentry footer { }
.entry-content a {
color: #3a87ad;
text-decoration: none;
text-decoration: underline;
}
.entry-content a:hover {
color: #005580;
text-decoration: underline;
}
.entry-content strong {
font-weight: 600;
}

.entry-content p {
margin-bottom: 20px;
line-height: 28px;
font-weight: 300;
font-size: 16px;
}

.entry-content ul {
margin-bottom: 20px;
}

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}

.entry-content a {
    text-decoration: underline;
}

.entry-content li {
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 28px;
}

.entry-content li:before {
    font-weight: bold;
}

.entry-content ol {

  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
.entry-content ol li {
  margin: 0 0 0.2rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
.entry-content ol li::before {
  content: counter(my-awesome-counter);
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  --size: 24px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 3px;
  background: #72a333;
  border-radius: 50%;
  text-align: center;
}

.entry-content img {
border: 5px solid #f6f6f6;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.entry-content h3::after {
	bottom: -5px;
    margin-bottom: 25px;
    content: "";
    height: 3px;
    left: 15px;
    margin-left: -15px;
    position: relative;
    width: 50px;
    background-color: #72a333 !important;
    display: block;
}

.htmlexample {
    border: 5px solid #f6f6f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

.wp-post-image {margin-bottom: 50px;}
.single-post .hentry header {padding-bottom: 15px;margin-bottom: 10px;}
.post-meta time {font-weight: 300;color: #aaa;}
.post-meta i{color: #aaa;}
.post-meta{font-size: 14px; padding-bottom: 9px; border-bottom: 1px solid #eeeeee;}
.pagination ul > .active > a, .pagination ul > .active > span {color: white;}
.pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span {color: #fff;}

#comment.input-xlarge { height:180px;}
.author-box-image {
float: left;
margin-right: 20px;
margin-bottom:15px;
}
#author-box { 
margin:35px 0 0;
padding:35px 0 0;
border-top: 1px solid #e6e6e6;
}
.author-box-name { margin:0 0 8px;}
.author-box-description { padding-left:115px;}
.author-links { padding-left:115px;}
#comments {margin-top: 20px;border-top: solid 1px #e6e6e6;padding-top: 10px;}
ol.commentlist,
ol.commentlist ul.children{
  list-style-type: none;
  margin-left: 30px;
}
ol.commentlist {
overflow: hidden;
margin: 15px 0 0;
}
ol.commentlist img.avatar {
margin: 0 12px 0 0;
float: left;
padding: 2px;
border: 1px solid #e6e6e6;
border-radius: 2px;
}
ol.commentlist .fn {
display: block;
font-weight: bold;
color: #121212;
}
ol.commentlist .comment-author .time {
font-size: 11px;
color: #999;
}
ol.commentlist .comment-text {
float: left;
padding-bottom: 10px;
padding-left: 51px;
margin-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
width:100%;
}
ol.commentlist .comment-text p {
margin-bottom: 10px;
}
/* post comments */
cite.fn { font-size:18px; font-weight:bold;}
.comment-author img { float:left; margin:0 15px 5px 0}
a.comment-reply-link { float:right;
}
#respond {margin-top: 40px;}
.help-block {
    margin: 7px 0 3px;
    color: #777;
    font-size: 90%;
}

/* ==========================================================================
   Footer
   ========================================================================== */

#footer {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #f6f6f6;
	border-top: 1px solid #ddd;
}

#footer p {
	margin-bottom: 35px;
	font-size: 14px;
}

#footer a {
	color: #25272B;
}

#footer a:hover {
	color: #949598;
}

#footer .span2 {
	padding-bottom: 15px;
}

#footer ul {
	list-style: none;
	margin:0;
}

#footer li {
	padding-bottom: 15px;
	text-align: right;
	font-size:13px;
	line-height: 17px;
}

#footer .copy {
	font-size: 12px;
	color: #888888;
}

#footer .copy a{
	font-size: 12px;
}

#footer h5 {
	border-bottom: 1px solid #dfe1e3;
	padding-bottom: 15px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	#footer li {
		padding-bottom: 15px;
		text-align: center;
	}
}



/*#footer-container { background: #222 url(../img/footer.jpg) 0 0 repeat-x; margin-top: 50px; padding: 50px 0 0; color: #aaa;font-size: 0.8em;}
.page-template-page-home-php #footer-container {margin-top: 0;}
#footer-container h4 { color: #fff;font-weight: 600;margin-bottom: 20px;}
#footer-sub { background: #1b1b1b url(../img/sub-footer.jpg) 0 0 repeat-x; padding: 18px 0; color: #999;font-size: 0.8em;}
p.vcard, #footer-container, #footer-container li { line-height: 1.8em;}
#footer-container li a { color: #aaa;}
#footer-container i { color: #08c; margin-right: 3px;}
.copyright-text a, #footer-container .tweet-text a, #footer-container .vcard a { color: #fff;}
.copyright-text {float: left;display: block;margin-top: 14px;}
article.type-faq {margin-bottom: 10px;}*/

/* social */
#social-icons { float:right;display: block;}
#social-icons ul { margin:10px 0;}

.social-icon {
  width: 28px;
  padding:2px 0 2px;
  margin-right:5px;
  display:inline-block;
  background-color:#444;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.social-icon img{ width:36px;}

#social-icons .twitter:hover{background-color:#48C4D2;}
#social-icons .facebook:hover{background-color:#3B5998;}
#social-icons .gplus:hover{background-color:#D03924;}
#social-icons .linkedin:hover{background-color:#005180;}
#social-icons .vimeo:hover{background-color:#1BB7EA;}
#social-icons .youtube:hover{background-color:#C81414;}
#social-icons .flickr:hover{background-color:#F1628B;}
#social-icons .pinterest:hover{background-color:#CD2027;}
#social-icons .rss:hover{background-color:#FE9900;}

li.social-icon {
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 200ms;
}
li.social-icon:hover{
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 200ms;
}
 .tooltip.top {margin-top:-7px}


/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }

/* ==========================================================================
   Live Search
   ========================================================================== */

.autocomplete-suggestions { border: 1px solid #bbb; background: #FFF; cursor: default; overflow: auto; overflow-y: scroll;overflow-x: hidden;}
.autocomplete-suggestion { font-weight: 300; line-height: 1.5em; padding: 8px 10px 8px; overflow: hidden; border-bottom:1px solid #ddd }
.autocomplete-suggestion h2, .autocomplete-suggestion h3 { font-size: 16px; font-weight: 300; line-height: 1.5em; padding: 0px; margin: 0px; }
.autocomplete-suggestion h4{ line-height:1.9em;margin: 5px 0; white-space: nowrap;}
.autocomplete-suggestion p{ color: #ccc;}
.autocomplete-suggestion b, .autocomplete-suggestion h3{ font-weight: normal !important;; font-size: 100% !important;}
.autocomplete-suggestion h4 b{ font-weight: 600 !important;}
.autocomplete-suggestion:last-child{ border:none}
.autocomplete-selected { background: WhiteSmoke; }
.autocomplete-suggestions strong { font-weight: normal; }

/* ==========================================================================
   Shortcodes
   ========================================================================== */

/* tabs */
.nav.nav-tabs {
margin-bottom: 0;
}
.tab-content {
padding: 15px;
border: 1px solid #DFDFDF;
border-top: 0;
background: #F9F9F9;
}
/* accordion */
.accordion-heading{background:#f6f6f6;font-weight:bold;font-size:11px;text-transform:uppercase}
.accordion-group .accordion-heading .accordion-toggle i.icon-active{display:none}
.accordion-group.active .accordion-heading .accordion-toggle i.icon-active{display:inline-block}
.accordion-group.active .accordion-heading .accordion-toggle i.icon-passive{display:none}
.accordion-body{display:none;padding:0;margin:0}
.accordion-heading .accordion-toggle {
display: block;
padding: 8px 15px;
}
.hero-unit {
text-align: center;
margin: 50px 0;
padding: 20px 50px 10px 50px;
}
.hero-unit h1 {
text-shadow: 1px 1px 0 white,2px 2px 0 #AAA;
color: #3B3B3B;
font-size: 30px;
line-height: 140%;
}
.sep_bg {
background: url(../img/patterns/sep.png);
background-color: #f8f8f8;
padding: 5px;
margin-bottom: 20px;
}
.table-bordered {
border: 1px solid #DDD;
border-collapse: separate;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
background-color: #F9F9F9;
}
.accordion-group {
margin-bottom: 4px;
}
.presentation h1 {
color: black;
font-weight: 300;
font-size: 67px;
line-height: 67px;
letter-spacing: -3px;
}
.presentation h1 .colored {
font-weight: 600;
font-size: 87px;
line-height: 87px;
letter-spacing: -4px;
}
.colored {
color: #C84D50;
}
.full-width-gallery .carousel-control {
top: 50%;
background: none;
border: none;
}
.fitvids {margin-bottom: 1.5em;}

/* pretify */
.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .linenums .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }

.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
     -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
          box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px; /* IE indents via margin-left */
} 
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 18px;
  text-shadow: 0 1px 0 #fff;
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px; /* IE indents via margin-left */
  list-style-type: decimal;
} 
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 18px;
  text-shadow: 0 1px 0 #fff;
}

/* Alert */
.alert-info i {color: #3a87ad;}
.alert-warning i {color: #c09853;}
.alert-error i {color: #b94a48;}
.alert-success i {color: #468847;}

.alert{
	border-left: 4px solid #f89406;
}

.alert.alert-danger, .alert.alert-error{
	border-left: 4px solid #cc0000;
}

.alert.alert-info{
	border-left: 4px solid #3a87ad;
}
.alert.alert-success{
	border-left: 4px solid #72a333;
}

.alert i {color: #ffffff !important;}
/* ==========================================================================
   Widgets
   ========================================================================== */

#sidebar .widget-inner > ul > li {background-color: #fff;margin-bottom: 5px;padding-left: 10px;
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
#sidebar .widget-inner > ul > li:hover {background-color: #72a333;}
#sidebar .widget-inner ul li ul li {padding-left: 10px;}
#sidebar .widget-inner > ul > li > ul {background-color: transparent;}
#sidebar .widget-inner > ul > li > ul:hover {background-color: transparent;}
#sidebar .widget li a {text-decoration: none;}
#sidebar .widget li:hover a{color: #fff;}
#sidebar .widget li:hover i{color:#fff;}
#sidebar .widget-inner ul li:hover {color: #ddd;}

/* Twitter widget */
.guerilla_tweet_widget ul {margin: 0 0 5px 0;list-style-type: none;}
.guerilla_tweet_widget li { padding: 10px;line-height: 1.3em; }
.guerilla_tweet_widget li span { display: block; }
.guerilla_tweet_widget li > a {font-style: italic;font-weight: normal;text-decoration: none;}
.twitter-link {font-weight: normal;line-height: 30px;height: 30px;padding-top: 8px;text-decoration: none;}
.twitter-link:hover {}
#footer-container .guerilla_tweet_widget li { padding: 0 0 10px;}
#footer-container .guerilla_tweet_widget a {color: #fff;}

#sidebar .guerilla_tweet_widget li:hover {color: #444;}


/* Flickr */
.flickr_badge_image {float: left;height: 65px;margin: 0 15px 15px 0;width: 65px;}
.flickr_badge_image a {cursor: pointer;border-radius: 3px;display: block;}
.flickr_badge_image a:hover img { opacity: 0.7; }

/* ==========================================================================
   Page Templates
   ========================================================================== */

.page-main {background-color: white;padding: 23px 25px 20px;margin-bottom: 30px;margin-top: 25px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

/* contact */
#contact-form { }
.contact-error { color:#B94A48;}
.contact-form input:focus, .contact-form textarea:focus, #respond input:focus, #respond textarea:focus {border: solid 1px #777;box-shadow:none;}

/* archives */
.page-archives li {line-height: 1.5em;}

/* faq */
h2.faq-section-heading {margin-bottom: 30px;margin-top: 30px;}

/* knowledge */
.knowledge-base { margin-bottom: 30px;}
.knowledge-base span.label { margin-top: 12px;}
.knowledge-base h2 {margin-bottom: 12px;}
.knowledge-base h2 a{color: #222; font-size: 22px;
font-weight: 600;}
.knowledge-base h2 small {
    font-size: 18px;
    margin-right: 4px;
    padding-right: 5px;
    position: relative;
    top: -1px;
    color: #72a333;
    border-right: 1px solid #cccccc;
}
.knowledge-base ul i {
    color: #999999;
    position: relative;
    bottom: -1px;
    margin-right: 5px;
}
.knowledge-base li a { color: #666666 !important; }
.knowledge-base li a:hover { color: #333333; }
ul.category-posts li, ul.sub-categories li {line-height: 1.6em; margin-bottom: 10px;}
ul.subcat {margin-left:10px;}

/* post likes */
.loop-like {position: relative;top:-49px;float: right;}
.label-likes i, .likes {color: #fff;}
.label-likes {font-size:13px;font-weight: normal;color: #fff;padding: 4px 7px 2px;}

/* home page */
#section-container {padding: 0 0 63px;}
#hero {height: 390px;width: 100%;}
.hero-title {text-align: center; padding: 95px 0 16px;}
.hero-title h1 {font-size: 90px;text-shadow: 0px 0px 1px rgba(0, 0, 0, .2);line-height: 1.2em; font-weight: 300;}
.hero-search {text-align: center; position: relative}
.hero-search .search-query {width: 60%; max-width: 800px; float: none!important;}
.hero-search .btn-black {
  font-size: 30px;
  font-weight: 300;
  width: 180px;
  height: 70px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.00);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.00);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.00);
    text-align: center;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05) !important;
}
.hero-search .btn-transparent {
  font-size: 240%;
    border: none;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 37px;
    right: 19%;
}
.btn-custom {
font-size: 14px;
line-height: 20px;
padding: 7px 11px;
border: 1px solid #BBB;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
background-color: #141414;
color: white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.36);
-webkit-font-smoothing: antialiased;
transition: background .10s ease-in-out;
-moz-transition: background .10s ease-in-out;
-webkit-transition: background .10s ease-in-out;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.btn-black {
font-size: 14px;
line-height: 20px;
padding: 7px 11px;
border: 1px solid #BBB;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
background-color: #333;
color: white;
transition: background .10s ease-in-out;
-moz-transition: background .10s ease-in-out;
-webkit-transition: background .10s ease-in-out;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.btn-black:hover {
background-color: #000;
color: white;
}

#boxes-container {
/*text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);*/
}
.box {margin: 0 auto;background-color: rgba(0, 0, 0, 0.05);padding: 50px 30px 32px;border: solid 1px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.00);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.00);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.00);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05) !important;
}

.boxes {margin-top: 0;margin-bottom: 70px;}
.boxes .span6{margin-bottom: 20px;}
.box-icon {margin-bottom: 10px;text-align: center;}
.box-icon i {font-size: 100px; color: #72A332;}
.box-title {text-align: center;padding: 10px 0 6px;}
.box-title h2 a {color: #222;font-size: 34px; font-weight: 600;
-webkit-transition: color .1s linear;
-moz-transition: color .1s linear;
-o-transition: color .1s linear;
-ms-transition: color .1s linear;
transition: color .1s linear;
}
.box-title h2 a:hover {text-decoration: none;color: #000;}
.box-text {text-align: center;/*color: #666;*/ font-weight: 300;}
.box-text .btn-black {margin-top: 25px;display: inline-block;}  
.btn-custom:hover {text-decoration: none;background: url(../img/btn-custom.png);}
.btn-black:hover {text-decoration: none;background-color: #111;}

#section-container article { padding: 0; margin-bottom: 0; border:none;background-color: #fff;padding: 10px 25px 20px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.recent-posts {margin-bottom: 0; }
.recent-posts p {font-size: 0.9em;}
.recent-posts h4 {margin-bottom: 20px;text-align: center; }
.recent-posts .fitvids {margin-bottom: 1.5em; }
.recent-title h2 {font-size: 34px;padding: 20px 0;margin: 20px 0 15px; text-align: center;text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);}
.video-title h2 {font-size: 34px;padding: 20px 0;margin: 20px 0 20px; text-align: center;text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);}
.label-popular {position:relative;bottom:6px;}
.video-bg {background-color:#eeeeee;border-top: solid 1px #e8e8e8;}
.box-video {margin-top: 0px; background-color: #222;height: 390px;text-align: center;background-size:cover;background-repeat: no-repeat;background-position: center center;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.box-video .icon-play-circle {padding-top: 140px;text-align: center;font-size: 110px;text-decoration: none;color: #fff;}
.box-video .icon-play-circle:hover {}
.box-video h2 {padding-top: 50px;text-align: center;}
.box-video h2 a {color: #fff;}
.box-video-title {margin-bottom: 10px; margin-bottom: 20px;}
.box-video-links h4 {margin-bottom: 18px;}
.box-video-list {background-color: white;padding: 10px 25px 20px;margin-bottom: 30px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;}

/* home page image */
#hero-image {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
}


/* ie button fix */
#menu ul a:hover, .hero-search .btn, .btn-primary {border-radius: 0px\9}


/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
     
-------------------------------------------------------------- */   


/* Images
-------------------------------------------------------------- */

.entry-content img.wp-post-image {
  margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  text-align: center;
  margin-bottom: 1.5em;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  margin: 0;
}
.wp-smiley { 
  max-height: 1em;
  margin:0 !important;
}
.gallery dl {
  margin: 0;
}
.gallery-caption {
  margin:-1.5em 0 0 0;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%;
}
blockquote.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}

/* ==========================================================================
   Theme Color
   ========================================================================== */

a, #menu > .active > a, #menu > li > a:hover {color: #72a333;}
.faq-page article h3, .knowledge-index h2 a:hover {color: #72a333 ;}
#menu ul a:hover, .label-color, #sidebar .widget li:hover { background-color: #72a333 ;}
#page-header-container {background-color: #72a333; }
.btn-custom {background-color: #72a333!important;}
#sidebar i, #main article h2 i, .author-links i, #footer-container i {color:#72a333;}
.pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span {background-color: #72a333;}

.rp4wp-related-posts{display:inline-block ; border-top: 1px solid #eeeeee; width: 100%; margin-top: 10px;}
.rp4wp-related-posts a {color: #25272B !important;text-decoration: none;font-size: 110%;font-weight: 600;}
.rp4wp-related-posts a:before {
	margin-right: 11px;
	content: "\f15c";
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.rp4wp-related-posts p {
    padding-left: 26px;
}

/* misc
-------------------------------------------------------------- */

.tenant, .landlord {
  padding: 8px 8px 6px 8px;font-size: 140%;font-weight: 500;
}

.tenant {
  background-color: #72a333;
}


/* Jquery specific
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 2px/*{cornerRadius}*/; -webkit-border-top-left-radius: 2px/*{cornerRadius}*/; -khtml-border-top-left-radius: 2px/*{cornerRadius}*/; border-top-left-radius: 2px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 2px/*{cornerRadius}*/; -webkit-border-top-right-radius: 2px/*{cornerRadius}*/; -khtml-border-top-right-radius: 2px/*{cornerRadius}*/; border-top-right-radius: 2px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 2px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 2px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 2px/*{cornerRadius}*/; border-bottom-left-radius: 2px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 2px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 2px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 2px/*{cornerRadius}*/; border-bottom-right-radius: 2px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -khtml-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }

.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.24
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #F5F5F3/*{borderColorHover}*/; background: #F5F5F3/*{bgColorHover}*/ url()/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

 #dropdownList:hover {
        background-color: #e0e0e0;
    }

/* Buttons */
.btn,
.btn-primary {
    filter: none;
    text-shadow: none;
}

.btn a, .btn a:hover, a.btn, a.btn:hover{
	color: #333;
    text-decoration: none;
}

.btn {
    background: #f3f3f3;
    border: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.08);
	-webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    background-color: #eeeeee;
	background-image: none;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 1px 2px 0px rgba(0,0,0,.05), 0 0px 0px rgba(0,0,0,.05);
    -moz-box-shadow: inset 1px 2px 0px rgba(0,0,0,.05), 0 0px 0px rgba(0,0,0,.05);
    box-shadow: inset 1px 2px 0px rgba(0,0,0,.05), 0 0px 0px rgba(0,0,0,.05);
}

.btn-2x {
	display: inline-block;
    padding: 10px 18px 12px;
    margin-bottom: 0;
    font-size: 18px;
}
.btn-seamless {
    background: none;
    border: none;
	text-shadow: 0 -1px -1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-seamless:hover,
.btn-seamless:focus,
.btn-seamless:active,
.btn-seamless.active,
.btn-seamless.disabled,
.btn-seamless[disabled] {
    background: none;
}

.btn-primary {
    background: #006dcc /*url('../img/btn_grad.png') repeat-x 0px 0px*/;
	text-shadow: 0 -1px -1px rgba(0, 0, 0, 0.05);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background: #0044cc;
}

.btn-success {
    background: #72a333 /*url('../img/btn_grad.png') repeat-x 0px 0px*/;
	text-shadow: 0 -1px -1px rgba(0, 0, 0, 0.05);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background: #5c8429 !important;
}

.btn-danger {
    background: #da4f49  /*url('../img/btn_grad.png') repeat-x 0px 0px*/;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    background: #bd362f;
}

.btn-warning {
    background: #faa732 /*url('../img/btn_grad.png') repeat-x 0px 0px*/;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    background: #f89406;
}

.btn-info {
    background: #49afcd  /*url('../img/btn_grad.png') repeat-x 0px 0px*/;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background: #2f96b4;
}

.btn-inverse {
    background: #363636  /*url('../img/btn_grad.png') repeat-x 0px 0px*/;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background: #222;
}

.btn-white {
    background: #fff;
}

.btn-white.active {
    background: #f6f6f6 !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.disabled,
.btn-white[disabled] {
    background: #fff;
}

.btn-link {
    background: transparent;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.btn-link.disabled,
.btn-link[disabled] {
    background: transparent;
}

.btn-mini .caret, .btn-small .caret {
margin-top: 8px;
margin-left: 3px;
margin-right: 3px;
}

/* Buttons group for switching */
@media (max-width: 768px) {
.btn.btn-white.span6 {
	display:inline !important;
	float: left !important;
	width: 49.93617021276595% !important;
	}
}

.btn-rounded {
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	padding: 6px 8px 4px 8px;
}

.btn-transparent {
    background-color: transparent;
}

.btn-attachment {
    max-width: 250px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-group>.btn+.dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*
Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons
*/
.icon-glass:before                { content: "\f000"; }
.icon-music:before                { content: "\f001"; }
.icon-search:before               { content: "\f002"; }
.icon-envelope:before             { content: "\f003"; }
.icon-heart:before                { content: "\f004"; }
.icon-star:before                 { content: "\f005"; }
.icon-star-empty:before           { content: "\f006"; }
.icon-user:before                 { content: "\f007"; }
.icon-film:before                 { content: "\f008"; }
.icon-th-large:before             { content: "\f009"; }
.icon-th:before                   { content: "\f00a"; }
.icon-th-list:before              { content: "\f00b"; }
.icon-ok:before                   { content: "\f00c"; }
.icon-remove:before               { content: "\f00d"; }
.icon-zoom-in:before              { content: "\f00e"; }

.icon-zoom-out:before             { content: "\f010"; }
.icon-off:before                  { content: "\f011"; }
.icon-signal:before               { content: "\f012"; }
.icon-cog:before                  { content: "\f013"; }
.icon-trash:before                { content: "\f014"; }
.icon-home:before                 { content: "\f015"; }
.icon-file:before                 { content: "\f016"; }
.icon-time:before                 { content: "\f017"; }
.icon-road:before                 { content: "\f018"; }
.icon-download-alt:before         { content: "\f019"; }
.icon-download:before             { content: "\f01a"; }
.icon-upload:before               { content: "\f01b"; }
.icon-inbox:before                { content: "\f01c"; }
.icon-play-circle:before          { content: "\f01d"; }
.icon-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before              { content: "\f1ce"; }
.icon-list-alt:before             { content: "\f022"; }
.icon-lock:before                 { content: "\f023"; }
.icon-flag:before                 { content: "\f024"; }
.icon-headphones:before           { content: "\f025"; }
.icon-volume-off:before           { content: "\f026"; }
.icon-volume-down:before          { content: "\f027"; }
.icon-volume-up:before            { content: "\f028"; }
.icon-qrcode:before               { content: "\f029"; }
.icon-barcode:before              { content: "\f02a"; }
.icon-tag:before                  { content: "\f02b"; }
.icon-tags:before                 { content: "\f02c"; }
.icon-book:before                 { content: "\f02d"; }
.icon-bookmark:before             { content: "\f02e"; }
.icon-print:before                { content: "\f02f"; }

.icon-camera:before               { content: "\f030"; }
.icon-font:before                 { content: "\f031"; }
.icon-bold:before                 { content: "\f032"; }
.icon-italic:before               { content: "\f033"; }
.icon-text-height:before          { content: "\f034"; }
.icon-text-width:before           { content: "\f035"; }
.icon-align-left:before           { content: "\f036"; }
.icon-align-center:before         { content: "\f037"; }
.icon-align-right:before          { content: "\f038"; }
.icon-align-justify:before        { content: "\f039"; }
.icon-list:before                 { content: "\f03a"; }
.icon-indent-left:before          { content: "\f03b"; }
.icon-indent-right:before         { content: "\f03c"; }
.icon-facetime-video:before       { content: "\f03d"; }
.icon-picture:before              { content: "\f03e"; }

.icon-pencil:before               { content: "\f040"; }
.icon-map-marker:before           { content: "\f041"; }
.icon-adjust:before               { content: "\f042"; }
.icon-tint:before                 { content: "\f043"; }
.icon-edit:before                 { content: "\f044"; }
.icon-share:before                { content: "\f045"; }
.icon-check:before                { content: "\f046"; }
.icon-move:before                 { content: "\f047"; }
.icon-step-backward:before        { content: "\f048"; }
.icon-fast-backward:before        { content: "\f049"; }
.icon-backward:before             { content: "\f04a"; }
.icon-play:before                 { content: "\f04b"; }
.icon-pause:before                { content: "\f04c"; }
.icon-stop:before                 { content: "\f04d"; }
.icon-forward:before              { content: "\f04e"; }

.icon-fast-forward:before         { content: "\f050"; }
.icon-step-forward:before         { content: "\f051"; }
.icon-eject:before                { content: "\f052"; }
.icon-chevron-left:before         { content: "\f053"; }
.icon-chevron-right:before        { content: "\f054"; }
.icon-plus-sign:before            { content: "\f055"; }
.icon-minus-sign:before           { content: "\f056"; }
.icon-remove-sign:before          { content: "\f057"; }
.icon-ok-sign:before              { content: "\f058"; }
.icon-question-sign:before        { content: "\f059"; }
.icon-info-sign:before            { content: "\f05a"; }
.icon-screenshot:before           { content: "\f05b"; }
.icon-remove-circle:before        { content: "\f05c"; }
.icon-ok-circle:before            { content: "\f05d"; }
.icon-ban-circle:before           { content: "\f05e"; }

.icon-arrow-left:before           { content: "\f060"; }
.icon-arrow-right:before          { content: "\f061"; }
.icon-arrow-up:before             { content: "\f062"; }
.icon-arrow-down:before           { content: "\f063"; }
.icon-share-alt:before            { content: "\f064"; }
.icon-resize-full:before          { content: "\f065"; }
.icon-resize-small:before         { content: "\f066"; }
.icon-plus:before                 { content: "\f067"; }
.icon-minus:before                { content: "\f068"; }
.icon-asterisk:before             { content: "\f069"; }
.icon-exclamation-sign:before     { content: "\f06a"; }
.icon-gift:before                 { content: "\f06b"; }
.icon-leaf:before                 { content: "\f06c"; }
.icon-fire:before                 { content: "\f06d"; }
.icon-eye-open:before             { content: "\f06e"; }

.icon-eye-close:before            { content: "\f070"; }
.icon-warning-sign:before         { content: "\f071"; }
.icon-plane:before                { content: "\f072"; }
.icon-calendar:before             { content: "\f073"; }
.icon-random:before               { content: "\f074"; }
.icon-comment:before              { content: "\f075"; }
.icon-magnet:before               { content: "\f076"; }
.icon-chevron-up:before           { content: "\f077"; }
.icon-chevron-down:before         { content: "\f078"; }
.icon-retweet:before              { content: "\f079"; }
.icon-shopping-cart:before        { content: "\f07a"; }
.icon-folder-close:before         { content: "\f07b"; }
.icon-folder-open:before          { content: "\f07c"; }
.icon-resize-vertical:before      { content: "\f07d"; }
.icon-resize-horizontal:before    { content: "\f07e"; }

.icon-bar-chart:before            { content: "\f080"; }
.icon-twitter-sign:before         { content: "\f081"; }
.icon-facebook-sign:before        { content: "\f082"; }
.icon-camera-retro:before         { content: "\f083"; }
.icon-key:before                  { content: "\f084"; }
.icon-cogs:before                 { content: "\f085"; }
.icon-comments:before             { content: "\f086"; }
.icon-thumbs-up:before            { content: "\f087"; }
.icon-thumbs-down:before          { content: "\f088"; }
.icon-star-half:before            { content: "\f089"; }
.icon-heart-empty:before          { content: "\f08a"; }
.icon-signout:before              { content: "\f08b"; }
.icon-linkedin-sign:before        { content: "\f08c"; }
.icon-pushpin:before              { content: "\f08d"; }
.icon-external-link:before        { content: "\f08e"; }

.icon-signin:before               { content: "\f090"; }
.icon-trophy:before               { content: "\f091"; }
.icon-github-sign:before          { content: "\f092"; }
.icon-upload-alt:before           { content: "\f093"; }
.icon-lemon:before                { content: "\f094"; }
.icon-phone:before                { content: "\f095"; }
.icon-check-empty:before          { content: "\f096"; }
.icon-bookmark-empty:before       { content: "\f097"; }
.icon-phone-sign:before           { content: "\f098"; }
.icon-twitter:before              { content: "\f099"; }
.icon-facebook:before             { content: "\f09a"; }
.icon-github:before               { content: "\f09b"; }
.icon-unlock:before               { content: "\f09c"; }
.icon-credit-card:before          { content: "\f09d"; }
.icon-rss:before                  { content: "\f09e"; }

.icon-hdd:before                  { content: "\f0a0"; }
.icon-bullhorn:before             { content: "\f0a1"; }
.icon-bell:before                 { content: "\f0a2"; }
.icon-certificate:before          { content: "\f0a3"; }
.icon-hand-right:before           { content: "\f0a4"; }
.icon-hand-left:before            { content: "\f0a5"; }
.icon-hand-up:before              { content: "\f0a6"; }
.icon-hand-down:before            { content: "\f0a7"; }
.icon-circle-arrow-left:before    { content: "\f0a8"; }
.icon-circle-arrow-right:before   { content: "\f0a9"; }
.icon-circle-arrow-up:before      { content: "\f0aa"; }
.icon-circle-arrow-down:before    { content: "\f0ab"; }
.icon-globe:before                { content: "\f0ac"; }
.icon-wrench:before               { content: "\f0ad"; }
.icon-tasks:before                { content: "\f0ae"; }

.icon-filter:before               { content: "\f0b0"; }
.icon-briefcase:before            { content: "\f0b1"; }
.icon-fullscreen:before           { content: "\f0b2"; }

.icon-group:before                { content: "\f0c0"; }
.icon-link:before                 { content: "\f0c1"; }
.icon-cloud:before                { content: "\f0c2"; }
.icon-beaker:before               { content: "\f0c3"; }
.icon-cut:before                  { content: "\f0c4"; }
.icon-copy:before                 { content: "\f0c5"; }
.icon-paper-clip:before           { content: "\f0c6"; }
.icon-save:before                 { content: "\f0c7"; }
.icon-sign-blank:before           { content: "\f0c8"; }
.icon-reorder:before              { content: "\f0c9"; }
.icon-list-ul:before              { content: "\f0ca"; }
.icon-list-ol:before              { content: "\f0cb"; }
.icon-strikethrough:before        { content: "\f0cc"; }
.icon-underline:before            { content: "\f0cd"; }
.icon-table:before                { content: "\f0ce"; }

.icon-magic:before                { content: "\f0d0"; }
.icon-truck:before                { content: "\f0d1"; }
.icon-pinterest:before            { content: "\f0d2"; }
.icon-pinterest-sign:before       { content: "\f0d3"; }
.icon-google-plus-sign:before     { content: "\f0d4"; }
.icon-google-plus-new:before      { content: "\f0d5"; }
.icon-money:before                { content: "\f0d6"; }
.icon-caret-down:before           { content: "\f0d7"; }
.icon-caret-up:before             { content: "\f0d8"; }
.icon-caret-left:before           { content: "\f0d9"; }
.icon-caret-right:before          { content: "\f0da"; }
.icon-columns:before              { content: "\f0db"; }
.icon-sort:before                 { content: "\f0dc"; }
.icon-sort-down:before            { content: "\f0dd"; }
.icon-sort-up:before              { content: "\f0de"; }

.icon-envelope-alt:before         { content: "\f0e0"; }
.icon-linkedin:before             { content: "\f0e1"; }
.icon-undo:before                 { content: "\f0e2"; }
.icon-legal:before                { content: "\f0e3"; }
.icon-dashboard:before            { content: "\f0e4"; }
.icon-comment-alt:before          { content: "\f0e5"; }
.icon-comments-alt:before         { content: "\f0e6"; }
.icon-bolt:before                 { content: "\f0e7"; }
.icon-sitemap:before              { content: "\f0e8"; }
.icon-umbrella:before             { content: "\f0e9"; }
.icon-paste:before                { content: "\f0ea"; }
.icon-lightbulb:before            { content: "\f0eb"; }
.icon-exchange:before             { content: "\f0ec"; }
.icon-cloud-download:before       { content: "\f0ed"; }
.icon-cloud-upload:before         { content: "\f0ee"; }

.icon-user-md:before              { content: "\f0f0"; }
.icon-stethoscope:before          { content: "\f0f1"; }
.icon-suitcase:before             { content: "\f0f2"; }
.icon-bell-alt:before             { content: "\f0f3"; }
.icon-coffee:before               { content: "\f0f4"; }
.icon-food:before                 { content: "\f0f5"; }
.icon-file-alt:before             { content: "\f0f6"; }
.icon-building:before             { content: "\f0f7"; }
.icon-hospital:before             { content: "\f0f8"; }
.icon-ambulance:before            { content: "\f0f9"; }
.icon-medkit:before               { content: "\f0fa"; }
.icon-fighter-jet:before          { content: "\f0fb"; }
.icon-beer:before                 { content: "\f0fc"; }
.icon-h-sign:before               { content: "\f0fd"; }
.icon-plus-sign-alt:before        { content: "\f0fe"; }

.icon-double-angle-left:before    { content: "\f100"; }
.icon-double-angle-right:before   { content: "\f101"; }
.icon-double-angle-up:before      { content: "\f102"; }
.icon-double-angle-down:before    { content: "\f103"; }
.icon-angle-left:before           { content: "\f104"; }
.icon-angle-right:before          { content: "\f105"; }
.icon-angle-up:before             { content: "\f106"; }
.icon-angle-down:before           { content: "\f107"; }
.icon-desktop:before              { content: "\f108"; }
.icon-laptop:before               { content: "\f109"; }
.icon-tablet:before               { content: "\f10a"; }
.icon-mobile-phone:before         { content: "\f10b"; }
.icon-circle-blank:before         { content: "\f10c"; }
.icon-quote-left:before           { content: "\f10d"; }
.icon-quote-right:before          { content: "\f10e"; }

.icon-spinner:before              { content: "\f110"; }
.icon-circle:before               { content: "\f111"; }
.icon-reply:before                { content: "\f112"; }
.icon-github-alt:before           { content: "\f113"; }
.icon-folder-close-alt:before     { content: "\f114"; }
.icon-folder-open-alt:before      { content: "\f115"; }
.icon-plus-circle:before 		  { content: "\f055"; }

/* Dropdown */
.dropdown-user img {
    margin: -7px 5px -5px 0;
}

.dropdown-menu {
    margin: -1px 0 0;
    min-width: 100px;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05);
}

.dropdown-menu.right {
    right:0px;
	left: auto;
}

.dropdown-menu .divider {
    margin: 5px 0;
}
.dropdown-menu > li  {
    padding: 0px;
    margin: 1px;
}

.dropdown-menu > li > a {
    padding: 3px 10px;
    text-decoration:none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background: #fffde3;
    color: #222;
    filter: none;
}

.dropdown-menu li [class^="icon-"] {
    position: relative;
    bottom: -1px;
    margin-right: 5px;
    opacity: 0.9;
}

.dropdown-submenu > a:after {
    margin-right: 0;
}

.dropdown-header {
	text-transform: uppercase;
    padding: 2px 10px !important;
    margin: 5px 0px;
    font-size: 11px;
    color: rgba(0,0,0,0.4);
    background: #f5f5f5;
    border-bottom:1px solid rgba(0,0,0,0.03);
}

/* Custom checkbox and radio */

.cb-rb {
  padding: 0px !important;
}
td label.cb-rb {
  margin-bottom: 10px !important;
}
.cb-rb input[type="radio"],
.cb-rb input[type="checkbox"] {
  display: inline-block;
  margin-right: 6px;
}
.cb-rb input[type="radio"] + span,
.cb-rb input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  /*temp*/
  margin-right: 12px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}

@media (min-width: 1px) {
  .cb-rb input[type="radio"],
  .cb-rb input[type="checkbox"] {
    display: none;
    margin: 0;
  }

  .cb-rb input[type="radio"] + span,
  .cb-rb input[type="checkbox"] + span {
    padding: 0 0 0 24px;
  }

  .cb-rb input[type="radio"] + span:before,
  .cb-rb input[type="checkbox"] + span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
  }

  .cb-rb input[type="radio"] + span:before {
    border: 1px solid #ccc;
    border-radius: 100%;
  }

  .cb-rb input[type="checkbox"] + span:before {
    border: 1px solid #ccc;
    border-radius: 2px;
  }

  .cb-rb input[type="radio"]:checked + span:before,
  .cb-rb input[type="checkbox"]:checked + span:before {
    /*border-color: #ccc;*/
    border-color: #72a333;
    background-color: #72a333;
  }

  .cb-rb input[type="radio"]:checked + span:after,
  .cb-rb input[type="checkbox"]:checked + span:after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }

  .cb-rb input[type="radio"]:checked + span:after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #ffffff;
    border-radius: 8px;
  }

  .cb-rb input[type="checkbox"]:checked + span:after {
    left: 3px;
    width: 12px;
    height: 6px;
    margin-top: -4px;
    /*border-left: 2px solid #72a333;
    border-bottom: 2px solid #72a333;*/
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

