body{
 font-size:16px; 
  
}
/****MAIN MENU*****/

.icemegamenu {
    float: right;
    position: relative;
  top:74px;
}
.mod-custom {
    padding-top: 0px;
}

#top {
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #6e7879;
}
/****HOME PAGE****/

#clientLogOffButton{
  font-weight: normal;
  font-family:'Open Sans', Arial !important;
	color: #ffffff;
		text-decoration: none;
	background-color: #3f3f3f;
	border: 1px solid #000000;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 6px;
	
  
}
#clientLogOffButton a{color:#ffffff;}
#clientLogOffButton a:hover{color:#3f3f3f; }
#clientLogOffButton:hover{
  background-color: #efefef;
  color:#3f3f3f;
}

.client-blockquote{color:#f1f1f1;}
blockquote{
    margin-top:10px;
 
}
blockquote i{
    border:none;
    font-family:Georgia, 'sans-serif, Times New Roman', Times;
    /*margin-bottom:10px;*/

  font-size:2.3em;
color:#ededed;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote i:before { 
content: open-quote;
font-weight: bold;
font-size:2.3em;
color:#808b96   ;
  position:relative;
  left:-20px;
  top:20px;
}

blockquote::before{
  content:;
}

blockquote i:after { 
content: close-quote;
font-weight: bold;
font-size:2.3em;
color:#808b96   ;
   position:relative;
  left:20px;
  top:20px;
  }

body.body__home #feature {
    background: url('') 50% 50% no-repeat fixed;
    padding: 10px 0;
    position: relative;
    background-size: cover;
}
/***Event Services Boxes***/
.featured-box-effect-1:hover .icon-featured::after {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	opacity: 1;
}
.featured-box-effect-1 .icon-featured::after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 3px #FFF;
	-webkit-transition: -webkit-transform .2s,opacity .2s;
	-webkit-transform: scale(1);
	-moz-transition: -moz-transform .2s,opacity .2s;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transition: transform .2s,opacity .2s;
	transform: scale(1);
	opacity: 0;
}

.icon-featured::after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.fa-compass::before {
	content: "\f14e";
}
.icon-featured {
	
	width: 120px;
	height: 120px;
	border-radius: 50%;
	text-align: center;
	z-index: 1;
	color: #FFF;
	font-size: 40px;
	line-height: 110px;
 
}


.fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transform: translate(0,0);
}

.eventServicesContainer{
  padding:20px 0 20px 0;
  position:relative;
  top:60px;
}


.eventServicesColumns{
   margin: 0 1% 0 1%;
  display: inline; float: left; 
  width: 23%;
} 
.4columnHome{
  width:25%
}

.featured-boxes .featured-box {
    margin-bottom: 30px;
    margin-top: 45px;
}
.featured-box {
    background-color: transparent;
    background: -webkit-linear-gradient(top,#fff 1%,#fcfcfc 98%);
    background: linear-gradient(to bottom,#fff 1%,#fcfcfc 98%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.04);
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
    margin: 20px auto;
}
.box-content{
  text-align:center;
}
.featured-box .box-content {
    border-radius: 8px;
    border-top: 1px solid #CCC;
    border-top-width: 4px;
    padding: 30px 10px 10px 10px;
    
}

.threeColumnHome{
width: 25%; margin:0 4% 0 4%; display: inline; float: left; 
}
#phoneNumberTopPage{
  color: #065953; 
  font-weight: 600; 
  font-size: .9em;
  display:inline;
  margin-right:8px;
  float:left;
}
#clientLoginButton{
  font-weight: 900;
  font-size:.9em;
  font-family:'Open Sans', Arial !important;
	color: #ffffff;
		text-decoration: none;
	background-color: #3f3f3f;
	border: 1px solid #000000;
	padding: 2px;
  	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 10px;
	float:left;
  
}
#clientLoginButton:hover{
  background-color: #97ca4f;
  
}
/**mobile and notepads**/
@media (min-width: 320px) and (max-width: 480px) {

.eventServicesColumns {
  display:block;
  float:none;
  width:90%;
  margin:0 5% 0 5%;
  }
  .threeColumnHome{
    width: 90%; display: block; float:none; margin:0 5% 0 5%;
  }
  #clientLoginButton{
    float:right;
  }
}

/****END HOME PAGE****/
a, a:active{
  color: #95cc37;
}
/***Client Success Page***/
.quoteAuthor{
  font-weight:bold;
  margin-bottom:-20px;
  
}
.clientSuccess-blockquote {
  font-size: .5em; 
  width: 100%;
  line-height:2em;
  margin:-20px 0px 40px 20px;
}
.clientSuccess-blockquote i:before{
  position:relative;
  top:10px;
  margin:0px -10px 0px 0px;
  padding:0 0 0 0;
  font-size:1.8em;
  
}
 .clientSuccess-blockquote i:after{
  position:relative;
  top:10px;
  margin:0px 0px 0px -20px;
  padding:15px 0 0 0;
  font-size:1.8em;
}
/*login form*/
.login_shell label {
    color: rgba(0, 90, 73, 1);
}
div#fixed-sidebar-right .moduletable.login > i.fa-user {
    color: #005a49;
    cursor: pointer;
    font-size: 22px;
    height: 40px;
    left: -40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 40px;
    background: #95cc37;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pretext{
    padding-bottom: 8px;
    font: 700 16px/46px 'Open Sans', sans-serif;
  color:#005a49;
    text-align: left;
  position: relative;
  top: -22px;
  text-transform: uppercase;
}
.login_shell input:focus, .login_shell textarea:focus {
    border-color: white;
  border:2px solid;
}
div#fixed-sidebar-right .moduletable.login input {
    color: white;
    border:2px solid;
}

span.checkbox {
    position: relative;
    display: inline-block;
    min-height: 0px;
    height: 18px;
    line-height: 18px;
    width: 18px;
    background: #ffffff;
    border: 2px solid #6e7879;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
}
.login_shell input.btn {
    background: #ffffff;
    background-color: #a800ae;
    color: #ffffff !important;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 16px;
    padding: 0 14px;
  border:1 px solid #ffffff;
}

.login_shell .btn:focus, .login_shell .btn:hover {
    background-color: #6e7879;
    background-position-x: ;
    color: #ffffff !important;
  border:1 px solid;
}

/*end login form*/

/*****welcome page with 4 icon boxes*****/
.row .featured-boxes{
  display:block;
  margin-right: -15px;
  margin-left: -15px;
  width:100%;
}
/*.col-md-3 {
    width: 25%;
}*/



html .featured-box-tertiary .box-content {
    border-top-color: #65187d;
}

html .featured-box-tertiary .icon-featured {
    background-color: #65187d;
}

html .featured-box-primary .box-content {
    border-top-color: #97ca4f;
}
html .featured-box-primary .icon-featured {
    background-color: #97ca4f;
}

html .featured-box-quaternary .box-content {
    border-top-color: #808080;
}
html .featured-box-quaternary .icon-featured {
    background-color: #808080;
}

html .featured-box-secondary .box-content {
    border-top-color: #b42606;
}
html .featured-box-secondary .icon-featured {
    background-color: #b42606;
}



/*end welcome page with 4 icon boxes*/
/*welcome page with 3 content-boxes (expertise4, technology, results)*/
.featured-boxes-style-4 .featured-box {
	background: 0 0;
	border: 0;
	margin: 10px 0;
	box-shadow: none;
}
.featured-boxes-style-4 .featured-box .box-content {
    border: 0;
    padding-top: 0px;
    padding-bottom: 0px;
  text-align:center;
}

.featured-boxes-style-4 .featured-box .icon-featured {
    /*display: inline-block;*/
    font-size: 40px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    width: 45px;
    margin-top: 0px;
    margin-bottom: 10px;
    background: 0 0;
    color: #ccc;
    border-radius: 0;
  
}
h1.mb-sm{
  font-size: 2.1em;
  font-family:'Open Sans', Arial !important;
  font-weight:900;
  text-align:center;
  color: #7f7f7f;
  margin-bottom:10px!important;
}
.col-md-4 {
    /*width: 33.33%;*/
  width: 33%;
}

a.btn-primary:active, .btn-primary:focus {
    border-color: #8bc43b #8bc43b #8bc43b;
    background-color: #8bc43b;
}
a.icon-advantages {
    margin: 15px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 76px;
    line-height: 110px;
}
 a.icon-advantages:hover{
  font-size:90px;
  cursor: default;
}

 a.btn {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.4285;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
a.btn-primary {
    color: #ffffff;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-color: #97ca4f;
    border-color: #97ca4f #97ca4f #7eb135;
}
a.btn-danger:visited, .btn-primary:visited, .btn-primary:hover:visited {
    color: #fff;
}
a.btn {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
.mr-xs {
    margin-right: 5px !important;
}
.mb-sm {
    margin-bottom: 10px !important;
}

/**End Welcome page with 3 content-boxes**/


/*timeworked form*/
#tw-content-wrapper h1{
 	font-family:'Open Sans', Arial !important;
  	color: #065953;
 	font-size: 44px;
    line-height: 50px;
  padding-top:10px;
  padding-left:20px;
  	width:100%;
   	text-transform: none;
    float: left;
    padding-bottom: 20px;
   
}
#tw-head-company a.hasPopover,  #tw-head-project_name a.hasPopover, #tw-head-user_name a.hasPopover,#tw-head-date a.hasPopover, 
#tw-head-task a.hasPopover, #tw-head-performed a.hasPopover, #tw-head-hours a.hasPopover, #tw-head-rejected a.hasPopover, #tw-head-billable a.hasPopover { 
  pointer-events:none;
  display:inline;

 
}
#tw-content-wrapper .chzn-container-single .chzn-single {
    line-height: 10px;
}


#tw-content-wrapper input, #tw-content-wrapper button, #tw-content-wrapper select, #tw-content-wrapper textarea {
    font-family: 'Open Sans', sans-serif ,Arial;
}

#tw-content-wrapper .tw-paginator .limit {
    width: 120px;
}
#tw-content-wrapper input[disabled], #tw-content-wrapper select[disabled], #tw-content-wrapper textarea[disabled], #tw-content-wrapper input[readonly], #tw-content-wrapper select[readonly], #tw-content-wrapper textarea[readonly] {
    cursor: not-allowed;
    background-color: #95cc37;
}
#workentry_add_date {
  color:#005a49;
  
}
#tw-calendar .clndr .clndr-table .header-days, #tw-calendar .clndr .clndr-table .header-days:hover td {
    height: 25px;
    font-size: 17px;
    background: #005a49;
    color: #ffffff;
}

#tw-calendar .clndr .clndr-controls .clndr-control-button span {
    display: block;
    color: #a800ae;
    font-size: 24px;
}
#tw-calendar .clndr .clndr-controls .clndr-control-button span:hover {
    color: #6e0072;
     
}
#tw-toggle-add span, .tw-slide-switcher span,  #tw-precise-dates-button {
    display: inline-block;
    text-decoration: none;
    line-height: 1em;
    color: #95cc37;
    border-bottom: 1px dotted #95cc37;
}
#tw-toggle-add, .tw-slide-switcher {
    font-size: 14px;
    color: #95cc37;
    background-repeat: no-repeat;
}
#tw-toggle-add:hover, .tw-slide-switcher:hover, #tw-toggle-add:hover span, .tw-slide-switcher:hover span {
    color: #81af31;
}

#tw-calendar .clndr .clndr-table tr .day .day-events-count {
    color: #95cc37;
    line-height: 23px;
    text-align: right;
    font-size: 13px;
    padding-right: 3px;
    background: #edeff1;
    height: 23px;
    overflow: hidden;
}
#tw-calendar .clndr .clndr-table tr .day {
    border-left: 1px solid #b7bdc7;
    border-top: 1px solid #b7bdc7;
    width: 100%;
    height: 49px;
    color: #337a6d;
    vertical-align: top;
    background: #ffffff;
    cursor: pointer;
}
#tw-calendar .clndr .clndr-today-button, .clndr-today-button > span, #tw-precise-dates-button {
    cursor: pointer;
    margin: 10px auto 0;
    color: #a800ae;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
}

#tw-calendar .clndr .clndr-today-button:hover, #tw-calendar .clndr .clndr-today-button:hover span {
    color: #6e0072;
}

/*end timeworked form*/

#content{padding-top:20px}
.icemegamenu  ul  li  a.iceMenuTitle {
  color: #005a49;
  background: transparent;
}

.icemegamenu  ul li  a.iceMenuTitle:hover,
.icemegamenu  ul li a.iceMenuTitle.hover,
.icemegamenu ul li  a.iceMenuTitle.icemega_active {
  color: #005a49;
  background: transparent;
}
.icemegamenu  ul  li  a.iceMenuTitle:hover:after,
.icemegamenu  ul  li  a.iceMenuTitle.hover:after,
.icemegamenu  ul  li  a.iceMenuTitle.icemega_active:after {
  background: #97ca4f;
  
}
.icemegamenu  ul  li.active  a.iceMenuTitle .icemegamenu   {
  color: #005a49;
  
  background: transparent;
}
ul li a.iceMenuTitle hover {color: #6e7879}
ul.icesubMenu {
    background: #97ca4f;
border-radius: 16px;
}
ul.icesubMenu li a.iceMenuTitle {
	display: block;
	font: 12px / 20px 'Open Sans', arial, sans-serif;
	padding: 8px 8px;
 line-height:12px;
	color: #ffffff;
    /*border-bottom: 1px solid #efefef;*/
}
ul.icesubMenu li.active a.iceMenuTitle {
    color: #005a49;
  
}


h1, h2, h3, h4, h5, h6 {
    color: #065953;
    font-family: inherit;
     font-weight: 400 !important;
     text-align: left;
    position: relative;
    margin-top: 0px;
    text-rendering: optimizelegibility;
}
h1.heading-style-1, h2.heading-style-1, h3.heading-style-1, h4.heading-style-1, h5.heading-style-1, h6.heading-style-1 {
    font-family:'Open Sans', Arial !important;
  color: #065953;
 
    margin-bottom: 2px;
    letter-spacing: 0.03em;
  text-transform: capitalize;
}
.greenBanner{
  display: block;
  background-image: url("images/images/GreenBarPhotoBG.png");
    height: 136px;
    border-top: 0px solid #384045;
    margin: 0 0 35px;
    min-height: 50px;
    padding: 20px 0;
    position: relative;
    text-align: left;
  
  -webkit-column-span: all; /* Chrome, Safari, Opera */
  column-span: all;
}
.epHeader {
 	font-family:'Open Sans', Arial !important;
  	color: #005a49;
 	font-size: 44px;
    line-height: 50px;
  padding-top:10px;
  	width:100%;
   	text-transform: none;
    float: left;
    padding-bottom: 20px;
   
}
.epHeader-Home{
   	font-family:'Open Sans', Arial !important;
  	color: #93ca31;
 	font-size: 32px;
    line-height: 50px;
  	
  	width:100%;
   	text-transform: none;
    float: left;
    /*padding-top:10px;
  padding-bottom: 20px;*/
  font-weight:700;
}
hr{
    border: 1px;
  margin-top:0px;
  margin-bottom:20px;
  background-image: -webkit-linear-gradient(left, transparent, rgb(219, 219, 219), transparent);
    background-image: linear-gradient(to right, transparent, rgb(219, 219, 219), transparent);
}
  p{
    font-size:16px;
  line-height:26px;
  }
.address_phones {
    
    font-weight: 700;
}
ul li, ol li {
    line-height: 26px;
    font: 400 16px 'Open Sans', arial, sans-serif;
  color:#6e7879;
}

#copyright {
    background: #060037;
}

/*client login button/menu item*/
#iceMenu_655{
  color:#a800ae;
}

/*BLOG*/
.blogPageHeader{
	font-family:'Open Sans', Arial !important;
  	color: #4f4f4f;
 	font-size: 44px;
    line-height: 50px;
  padding-top:10px;
  	width:100%;
   	text-transform: none;
    float: left;
    padding-bottom: 20px;
}
.btn-info {
    color:#fff;
    display: inline-block;
  text-transform: capitalize;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color:#8bc43b;
    border: 1px solid #777;
    white-space: nowrap;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.4285;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn-info::after{
  content: " ..."
}
.siteName{display:none;}

#footer-wrapper, #copyright, #footer-wrapper footer-wrapper-inner{
  background-color:#065953;
}
