
.highlight1-grey{
    background-color: #999999;
    border: 2px solid #999999;
	color: #FCFCFC;
    padding: 2px 5px;
    text-shadow: none;
}
.highlight1-black{
    background-color: #111111;
    border: 2px solid #111111;
    color: #FCFCFC;
    padding: 2px 5px;
    text-shadow: none;
}
.highlight1-light{
	background-color:#E9E9E9;
	border: 1px solid #E9E9E9;
	padding: 2px 5px;;
}


.note_box,.warning_box,.success_box, .alert_box, .download_box, .notice_box{
                                            -webkit-border-radius: 2px;
                                            -moz-border-radius: 2px;
                                            border-radius: 2px;
                                            text-align: center;
                                            margin-right: 0;
                                            margin-bottom: 20px;
                                            margin-left: 0;
                                            width: 100%;
                                            padding: 14px 0 14px 0;
                                            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
                                            -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
                                            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
                                            -webkit-transition: box-shadow 0.2s ease-out;
                                            -moz-transition: shadow 0.2s ease-out;
                                            -o-transition: box-shadow 0.2s ease-out;
                                            transition: box-shadow 0.2s ease-out;
}

.download_box:hover,
.success_box:hover,
.note_box:hover,
.warning_box:hover,
.notice_box:hover,
.info:hover,
.alert_box:hover                            {
                                            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20);
                                            -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20);
                                            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20);
                                        }
.download_box {
	background: url(shortcode_icons/download-icon.png) no-repeat scroll 13px 13px #f2f4f3;
	color: #666666;
}

.success_box {
	background: #e1f6e1 url(shortcode_icons/approved-icon.png) no-repeat scroll 10px 14px;
	background-position: 11px 17px;
	color:#6CB656;
}
.alert_box {
	background: #f9e3dd url(shortcode_icons/alert-icon.png) no-repeat scroll 14px 16px;
	color: #D0583F;
}
.note_box {
	background: #fbece2 url(shortcode_icons/note-icon.png) no-repeat scroll 10px 15px;
	color: #B76F38;
}
.warning_box {
	background: #fdf4da url(shortcode_icons/warning-icon.png) no-repeat scroll 10px 15px;
	color: #E1B42F;
}
.notice_box {
	background: #dfeaf7 url(shortcode_icons/notice-icon.png) no-repeat scroll 10px 15px;
	color: #6187B3;
}

.note_box p,.warning_box p,.success_box p, .alert_box p, .download_box p, .notice_box p {    
	margin: 0;
    padding: 0 40px;}

#calendar_wrap table td {
	text-align: center;
	padding-left:3px;
}

table#wp-calendar{
	margin-bottom:0px;
}

#calendar_wrap table td#prev{
	text-align: left;
}

caption {
	margin-bottom: 5px;
}

.drop-caps {
	font-size: 300%;
	line-height: 0.8em;
	margin-right: 0.1em;
	padding-bottom: 0.1em;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: 4px;
}

/* --------------------- BULLETS --------------------- */

ul.bullet_check li, div.bullet_check li {
	list-style: none;
	background: url(shortcode_icons/checkb.png) no-repeat scroll 0 center transparent;
	line-height: 18px;
	padding-left: 25px;
}

ul.bullet_star li, div.bullet_star li {
	list-style: none;
	background: url(shortcode_icons/star.png) no-repeat scroll 0 center transparent;
	line-height: 18px;
	padding-left: 25px;
}

ul.bullet_arrow2 li, div.bullet_arrow2 li {
	list-style: none;
	background: url(shortcode_icons/arrow.gif) no-repeat scroll 0 center transparent;
	line-height: 18px;
	padding-left: 25px;
}

ul.bullet_arrow3 li, div.bullet_arrow3 li {
	list-style: none;
	background: transparent url(shortcode_icons/arrow3.png) no-repeat 0 .2em;
	line-height: 18px;
	padding-left: 25px;
}

ul.bullet_arrow4 li, div.bullet_arrow4 li {
	list-style: none;
	background: url(shortcode_icons/links.gif) no-repeat scroll 0 center transparent;
	line-height: 18px;
	padding-left: 25px;
}

ul.bullet_numeric li, div.bullet_numeric li {
	list-style: none;
	list-style: decimal;
	padding-left: 20px;
}

ul.bullet_dot li, div.bullet_dot li {
	list-style: none;
	background: url(shortcode_icons/li-dot.gif) no-repeat scroll 0 center transparent;
	line-height: 18px;
	padding-left: 25px;
}

ul.bullet_pencil li, div.bullet_pencil li {
	list-style: none;
	background: url(shortcode_icons/pencil.gif) no-repeat scroll 0 center transparent;
	line-height: 18px;
	padding-left: 25px;
}


img.img-frame,img.attachment-post_box_img, .img-frame img {
	background: url("../../images/ajax-loader-small.gif") no-repeat scroll 50% 50% transparent;
    margin: 15px;
	background-color: #f8f8f8;
	border: 1px solid #f2f2f2;
	padding: 5px;
}
/*****video***********/

.shortcode-video{
	display: block;
	float: left;
	padding-right: 10px;
}

/*------------- COLUMNS ----------------*/

.columns-wrapper {
	width: 100%;
	overflow:hidden;
	margin-bottom: 20px;
	margin-top: 15px;
}

.columns-wrapper p {
	margin-bottom: 10px;
	margin-top: 10px;
}

.two-columns{
	width: 47.9167%;
	float: left;
	margin-right: 4.16667%;
	
}

.three-columns {
	width: 30.5556%;
	float: left;
	margin-right: 4.16667%;
}

.four-columns {
	width: 21.875%;
	float: left;
	margin-right:4.16667%;
}

.nomargin{
	margin-right:0
}


/*divider*/

.shortcode-hr {
	 border-bottom: 1px solid #e6e6e6; 
	 clear: both; 
	 display: block; 
	  margin-bottom: 20px;
	  padding-top: 0px; 
	  width: 100%;
 }

/*toggle*/
.toggle-unit                            { margin-bottom: 20px }
.toggle-wrap                            {
											border: 1px solid #212121;
											float: left;
											margin-bottom: 10px;
											overflow: hidden;
											width: 99.5%;
                                        }
.toggle-wrap:last-child                 { /*margin-bottom: 0px*/ }
.trigger.active > a                      { font-weight: 600; }
.trigger a                              {
										    background-color: #121212;
											background-image: url("shortcode_icons/plus.png");
											background-position: 2% center;
											background-repeat: no-repeat;
											display: block;
											font-size: 1em;
											text-transform: capitalize;
											font-weight: 400;
											padding: 8px 12px 8px 30px;
											text-decoration: none;
											transition: color 0s ease 0s, box-shadow 0.2s ease-out 0s;
											-moz-transition: color 0s ease 0s, box-shadow 0.2s ease-out 0s;
											-webkit-transition: color 0s ease 0s, box-shadow 0.2s ease-out 0s;
                                        }
.trigger a:hover{
			color: #fff;
}    										

.trigger.active a                       {
                                            background-image: url(shortcode_icons/minus.png);
                                        }
.toggle-container                       {
                                            overflow: hidden;
                                            float: left;
                                            padding: 20px 20px 10px 20px;
										    background-color: #121212;
											width: 100%;
                                        }
/*-----------------------Buttons-----------------------*/

.small-btn {
    font-size: 1.1rem !important;
    height: 26px !important;
    line-height: 26px !important;
    padding: 1px 13px !important;
    }
.large-btn  {
    font-size: 1.4rem !important;
    height: 33px !important;
    line-height: 34px !important;
    padding: 2px 20px !important;
    }
.rounded {
	-webkit-border-radius: 24px !important;
	-moz-border-radius: 24px !important;
	 border-radius: 24px !important;
	}
										
                            
/* Tabs, Testimonials, Accordion
-----------------------------------------------------*/
/*---------------------Tabs-----------------------------*/
	.tabs-container{
		margin-bottom: 20px;
		overflow: hidden;
	}
	ul.tabs {
		display: block;
		margin: 4px 0 0;
		padding: 0;
		list-style: none;
		border-bottom: 1px solid #313131; }
	ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin: 0; }
	ul.tabs li a {
	    background-color: #121212;
		color: inherit;
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #313131;
		border-width: 1px 1px 0 0;
		margin: 0;
		}
	ul.tabs li a.current {
	   background: none repeat scroll 0 0 #191919;
		margin-top: -4px;
		padding-top: 5px;
	}
	ul.tabs li a.active {
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a.active {
		margin-left: 0; }
	ul.tabs li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; 
		}

	ul.tabs-content { margin: 0 0 0px; display: block; list-style: none; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }
	  
	ul.tabs li.w3 a{
	 	-moz-transition: color 0s ease 0s, box-shadow 0.2s ease-out 0s;
		font-weight: 400;
		display: block;
		text-decoration: none;
	 } 
	.panes {  
    background: none repeat scroll 0 0 #121212;
    border-bottom: 1px solid #313131;
    border-left: 1px solid #313131;
    border-right: 1px solid #313131;
    padding: 20px 20px 10px;
}


 /*---------------------Sidebar Tabs-----------------------------*/
	.sidebartab-container{
		margin-bottom: 20px;
		overflow: hidden;
	}
	ul.sb_tabs {
		display: block;
		float: left;
		margin: 2px -1px 0 1px;
		padding: 0;
		list-style: none;
		width: 30%;	
	}
	ul.sb_tabs li {
		display: block;
		width: auto;
		float: left;
		margin: 0; 
		width: 100%;
	}
	ul.sb_tabs li img{
		float: left;
		margin: 7px 10px;
		padding: 2px;
		position: absolute;
		z-index: 10;	
	}
	ul.sb_tabs li a {	
		background-color: #121212;
		border: 1px solid #313131;
		color: inherit;
		display: block;
		line-height: 30px;
		margin: -1px 0 0;
		padding: 7px 45px;
		position: relative;
		text-decoration: none;
		width: auto;
		z-index: 999;
		}
	ul.sb_tabs li a.current {
	background: none repeat scroll 0 0 #191919;
    border-left: 1px solid #313131;
    border-right: 1px solid #121212;

	}
	ul.sb_tabs li a.active {
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.sb_tabs li:first-child a.active {
		margin-left: 0; }
	ul.sb_tabs li:first-child a {
	}
	ul.sb_tabs li:last-child a {

		}

	ul.sb_tabs-content { margin: 0 0 0px; display: block; list-style: none; }
	ul.sb_tabs-content > li { display:none; }
	ul.sb_tabs-content > li.active { display: block; }

	/* Clearfixing sb_tabs for beautiful stacking */
	ul.sb_tabs:before,
	ul.sb_tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.sb_tabs:after {
	  clear: both; }
	ul.sb_tabs {
	  zoom: 1; }
	  
	ul.sb_tabs li.w3 a{
	 	-moz-transition: color 0s ease 0s, box-shadow 0.2s ease-out 0s;
		font-weight: 400;
		display: block;
		text-decoration: none;
	 } 
	.sb_panes {  
		 background: none repeat scroll 0 0 #121212;
		border: 1px solid #313131;
		float: left;
		min-height: 95px;
		overflow: hidden;
		padding: 2.5%;
		width: 64.6%;
	}
/*------------------- ACCORDION ------------------------*/
.accordion-unit                         { margin-bottom: 20px;
										  overflow: hidden;
										}
.accordion_container                    { 
											border: 1px solid #212121;
											margin-bottom: 10px;
											overflow: hidden;
										}
.trigger-button                         {
                                            float: left;
                                            width: 100%;
											font-size: 1em;
											text-transform: capitalize;											
											font-weight: 400;
                                            -webkit-transition: color, box-shadow 0.2s ease-out;
                                            -moz-transition: color, box-shadow 0.2s ease-out;
                                            -o-transition: color, box-shadow 0.2s ease-out;
                                            transition: color, box-shadow 0.2s ease-out;
                                            background-color: #121212;
                                            cursor: pointer;
                                            background-image: url(shortcode_icons/plus.png);
                                            background-repeat: no-repeat;
                                            background-position: 2% center;
                                        }
.trigger-button span                    {
                                            padding: 8px 12px 8px 35px;
                                            display: block;
                                        }
.trigger-button.active                  {
                                            background-image: url(shortcode_icons/minus.png);
											font-weight: 600;
                                        }
.accordion                              {
											background-color: #121212;   
                                            float: left;
                                            padding: 10px 20px 20px 20px;
                                        }

/*-------------------------SPECIAL BOX---------------------------*/



.special-services-box                   {   
                                            text-align: center;
                                            margin-bottom: 20px;
											-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
											-moz-box-sizing: border-box;    /* Firefox, other Gecko */
											box-sizing: border-box;         /* Opera/IE 8+ */
                                        }

.special-services-box .box-wrapper {
    background-color: #121212;
    border-radius: 3px 3px 3px 3px;
    overflow: hidden;
    padding: 20px;
	}


.box-wrapper:hover { 
	cursor: default;

	}
	
.box-wrapper h4,
.box-wrapper h3                         {   

    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-weight: 600;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
	
											}

.box-wrapper p{
	margin: 10px 0;	
}
.box-wrapper span {color: #A9A9A9}


.special-services-box img {
    display: block;
    height: auto;
    margin: 0 auto 5px;
    max-width: 100%;
	}
	
/*-------------------------TEAM---------------------------*/


.team                  {  
						float: left;				 
						text-align: center;
						margin-bottom: 20px;
						-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
						-moz-box-sizing: border-box;    /* Firefox, other Gecko */
						box-sizing: border-box;         /* Opera/IE 8+ */
                               }

.team .box-wrapper {
   background-color: #121212;
    border-radius: 3px 3px 3px 3px;
    overflow: hidden;
    padding: 20px;
	}

.team .box-wrapper:hover { 
	cursor: default;
	}


.team {
	text-align: center;
}

.team_socials {

}

.team_socials li {
	display: inline-block;
	 margin: 10px 0;
	 padding: 2px;
}
.team_socials a {
	display: block;
	height: 40px;
	width: 40px;
	text-indent: -9999px;
}
.team_socials a.t_facebook {
    background-image: url("shortcode_icons/facebook.png");
    background-repeat: no-repeat;
}
.team_socials a.t_facebook:hover {
	background-color: rgba(0, 0, 0, 0.8);
	background-position: 0 -40px;
}
.team_socials a.t_twitter {
    background-image: url("shortcode_icons/twitter.png");
    background-repeat: no-repeat;
}
.team_socials a.t_twitter:hover {
	background-color: rgba(0, 0, 0, 0.8);
	background-position: 0 -40px;
}
.team_socials a.t_gmail {
    background-image: url("shortcode_icons/email.png");
    background-repeat: no-repeat;
}
.team_socials a.t_gmail:hover {
	background-color: rgba(0, 0, 0, 0.8);
	background-position: 0 -40px;
}


	
.team .box-wrapper h4 {   
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
}


.team .box-wrapper h5   {
    margin-bottom: 0;
	
}

.box-wrapper span {color: #A9A9A9}


.team_image_block {
  display: block;
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
}

.team_overlay {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
	top:0;
	opacity: 0;
	transition: 
}

.team img {

	}

.team:hover .box-wrapper h4, .team:hover .box-wrapper h5{
	color: #fff;
}

.team:hover .box-wrapper .team_socials li a{

    background-position: 0 -40px;
}

.team:hover .box-wrapper .team_socials li a:hover{
    background-color: #fff;
    background-position: 0 0;
}

.team:hover .box-wrapper p{
	color: #fff;	
}    

.team:hover .box-wrapper{
	
}
.team:hover .box-wrapper .team_image_block img{
	opacity: 0.7;
    transition: all 0.5s linear 0s;
}

/*----------------------width option --------------------------*/
div.full-width                          {
                                            width: 100%;
                                            margin-bottom: 20px;
                                        }
div.one-half                            { width: 47.92% }
div.one-third                           { width: 31.25% }
div.two-third                           { width: 65.9574% }
div.one-fourth                          { width: 22.92% }
div.three-fourth                        { width: 74.22% }
div.one-fifth                        { width: 18.2% }
div.one-sixth                        { width: 14.8% }
div.one-half.special-services-box ,
div.one-third.special-services-box ,
div.two-third.special-services-box ,
div.three-fourth.special-services-box ,
div.one-fourth.special-services-box ,
div.one-half.team ,
div.one-third.team ,
div.two-third.team,
div.three-fourth.team ,
div.one-fourth.team    {
                                            position: relative;
                                            margin: 0 1% 20px;
                                            float: left;
											
                                        }
										
div.one-half,
div.one-third,
div.two-third,
div.three-fourth,
div.one-fourth,	
div.one-fifth,	
div.one-sixth				{
                                            position: relative;
                                            margin: 0 1% 20px;
                                            float: left;
		
}
										
div.last-column                         {  margin-right: 0 !important;

										}
.column-excerpt                         {
                                            float: right;
                                            width: 74%;
                                        }
.first                       {  margin-left: 0 !important;

										}										
/*--------------------------------------------------------------------------------------------------
    4.b. Buttons
--------------------------------------------------------------------------------------------------*/

.button.blue:hover,
.button.red:hover,
.button.black:hover,
.button.green:hover,
.button.orange:hover {
}

.button.blue {
    background-color: #77D1F4;
    color: #42788E;
}

.button.blue:hover {
    background-color: #20a7db;
	  color: #fff;
}

.button.blue:active {

}

.button.red {
    background-color: #F5687A;
    color: #903844;
	}
.button.red:hover {
    background-color: #ec253e;
	  color: #fff;
}


.button.green {
    background-color: #A1CC59;
    color: #5D7731;
}

.button.green:hover {
    background-color: #719e26;
	  color: #fff;
}

.button.green:active {

}

.button.orange {
    background-color: #FEBD4B;
    color: #996633;
}

.button.orange:hover {
	    background-color: #e59a17;
	  color: #fff;
}

.button.orange:active {
}

.button.black {
	background-color: #3E3E3E;
	color: #dddddd;
}

.button.black:hover {
	  background-color: #1e1e1e;
	  color: #fff;
}

.button.black:active {
}																