#site-intro {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

#site-intro span {
	display: inline;
	float: left;
}

#site-intro-container {
	display: inline-block;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 850px;
}

.intro-text {
	color: #454545;
	line-height: 1.5em;
	font-weight: 100;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-style: italic;
	font-size: 21px;
}

.intro-swril {
	display: block;
	width: 35px;
	height: 27px;
	margin-top: 3px;
}

.swril-left {
	background-image: url(../../images/intro_swril.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}

.swril-right {
	background-image: url(../../images/intro_swril_r.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 5px;
}

code {
	border: 1px dashed #d3d3d3;
	font: normal 13px;
	padding: 2px;
	padding-left: 7px;
	padding-right: 7px;
}

.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: 48.9362%;
	float: left;
	margin-right: 2.12766%;
	
}

.three-columns {
	width: 31.9149%;
	float: left;
	margin-right: 2.12766%;
}

.four-columns {
	width: 23.4043%;
	float: left;
	margin-right: 2.12766%;
}

.nomargin{
	margin-right:0
}

/*------------- PRICING TABLE --------------*/
.pricing-table{
	text-align:center;
	width:100%;
	border: 1px solid #E5E5E5;
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-top: 20px;
	
}
.pricing-table th {
	padding: 5px;
	padding-left: 13px;
	padding-right: 13px;
	background-color: #f1f2f4;
	border-right: 1px solid #E5E5E5;
	font-size: 14px;
}

.pricing-table td {
	border: 1px solid #E5E5E5;
	padding: 5px;
	padding-left:13px;
}

.pricing-table td:hover {
	background-color: #f1f2f4;
}
.pricing-table ul{
	margin-left:0px;
	margin:12px 0;
	padding-left: 0;
}

.pricing-table ul li{
	border-bottom:1px solid #f0f0f0;
	padding:5px 0;
	list-style:none;
	width:100%;
	padding-left: 20px;
}

.pricing-table ul.imglist li{
	border-width:0px;
	float:none;
	text-align:left;
	padding-bottom:3px;
}

.table-title td{
    background-color: #EBECEB;
    padding: 12px;
    text-transform: uppercase;
	
}

.table-description td,.table-buttons td, .table-price td{
	padding:15px;	
    text-transform: capitalize;
}
.table-buttons td{
	padding:15px;	
}

.table-price td{
	font-size:24px;
	padding-bottom:17px;
	background-color:#f4f4f4;
	
}
.button-orange a  {}
.table-description strong{
    color: #2A2A2A;
	}

.table-title td:hover{
	background-color:#dddddd;
}

/*social media share*/
.social-media.left { float: left; margin: 0 5px 5px 0; }
.social-media.right { float: right; margin: 0 0 5px 5px; }
/*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 #dddddd;
											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: rgba(255, 255, 255, 0.35);
											color: #666666;
											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.active a                       {
                                            background-image: url(shortcode_icons/minus.png);
                                        }
.toggle-container                       {
                                            overflow: hidden;
                                            float: left;
                                            padding: 20px 20px 10px 20px;
										    background-color: rgba(255, 255, 255, 0.35);
                                        }
/*-----------------------Buttons-----------------------*/
.submitted-button                       {     
                                            border: none !important;
                                            outline: none !important;
                                            display: inline-block !important;
											background-color: #F5F5F5;
                                            font-size: 12px !important;
                                            line-height: 18px !important;
                                            margin-top: 0 !important;
                                            margin-right: 5px !important;
                                            margin-bottom: 0 !important;
                                            color: #333333 !important;
                                            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20) !important;
                                            -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20) !important;
                                            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20) !important;
                                            -webkit-transition: color 0.2s ease-out;
                                            -moz-transition: color 0.2s ease-out;
                                            -o-transition: color 0.2s ease-out;
                                            transition: color 0.2s ease-out;
                                            padding: 8px 12px !important;
                                        }
.button:hover                           {
											background-color: #D54E21;
											text-decoration: none !important;
                                            cursor: pointer;
                                        }
.small-btn                              {
                                            font-size: 10px !important;
                                            padding: 6px 10px !important;
                                        }
.large-btn                              {
                                            font-size: 16px !important;
                                            padding: 10px 14px !important;
                                            font-weight: 700 !important;
                                        }
.rounded                                {
                                            -webkit-border-radius: 24px !important;
                                            -moz-border-radius: 24px !important;
                                            border-radius: 24px !important;
										}
										
                            
/* Tabs, Testimonials, Accordion
-----------------------------------------------------*/


/*----- TESTIMONIALS -----*/

.testimonial-container { margin: 20px 0;}
#testimonials {
	height: auto;
	overflow: hidden;
	padding:0;
	width: 100%;
}

#testimonials img {
    cursor: pointer;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
	opacity: 0.7;
	filter: alpha(opacity = 70)
	;

}

.testim-pane{
	width: 245px;
	display:block;
}

#testimonials img.current {
	cursor: default;
	opacity: 1;
	filter: alpha(opacity = 100);
}

#testimonials div {
	width: 0px;
	float: left;
	display: none;
	margin-right: 10px;
}

#testimonials div.first {
	width: 245px;
	display: block;
}

#testimonials div h3 {
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 -10px;
    text-transform: uppercase;
    width: 240px;
	}

#testimonials div p {
	width: 240px;
	margin-top: 13px;
	margin-bottom: 0px;
}
/*---------------------Tabs-----------------------------*/
	.tabs-container{
		margin-bottom: 20px;
	}
	ul.tabs {
		display: block;
		margin: 4px 0 0;
		padding: 0;
		list-style: none;
		border-bottom: solid 1px #ddd; }
	ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin: 0; }
	ul.tabs li a {
	    background-color: #ffffff;
		color: inherit;
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		}
	ul.tabs li a.current {
        background: none repeat scroll 0 0 #f9f9f9;
		padding-top: 5px;
		margin-top: -4px;
	}
	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 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 20px 20px 10px;
}

/*------------------- ACCORDION ------------------------*/
.accordion-unit                         { margin-bottom: 20px;
										  overflow: hidden;
										}
.accordion_container                    { 
											border: 1px solid #dddddd;
											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: rgba(255, 255, 255, 0.35);
                                            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: rgba(255, 255, 255, 0.35);
                                            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: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 2px 0 rgba(180, 180, 180, 0.6);
    padding: 20px;
	}


.box-wrapper:hover { 
	cursor: default;
    box-shadow: 1px 1px 2px 0 rgba(180, 180, 180, 0.9);
	}
	
.box-wrapper h4,
.box-wrapper h3                         {   

    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 1.231em;
    font-weight: 600;
    margin: 20px 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: #fff;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 2px 0 rgba(180, 180, 180, 0.6);
	padding: 0 0 20px;
	}

.team .box-wrapper:hover { 
	cursor: default;
    box-shadow: 1px 1px 2px 0 rgba(180, 180, 180, 0.9);
	}


.team {
	text-align: center;
}

.team_socials {
	border-top: 1px solid #EFEFEF;
    height: 40px !important;
    margin: 25px 20px 20px !important;
    padding: 0 !important;
}

.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.231em;
    font-weight: 600;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
	}


.team .box-wrapper h5   {
	color: #BFBFBF;
    font-size: 11px;
    margin-bottom: 10px;
	
}

.box-wrapper span {color: #A9A9A9}


.team_image_block {
    display: block;
    overflow: hidden;
    position: relative;
	margin: 0 0 20px;
}

.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{
	background: #44BBFF;	
}
.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: 48.9362% }
div.one-third                           { width: 31.9149% }
div.two-third                           { width: 65.9574% }
div.one-fourth                          { width: 23.4043% }
div.three-fourth                        { width: 74.22% }
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 2.12766% 20px 0;
                                            float: left;
                                        }
										
div.last-column                         {   margin:  0 0 20px 0 !important;
										}
.column-excerpt                         {
                                            float: right;
                                            width: 74%;
                                        }
										
/*--------------------------------------------------------------------------------------------------
    4.b. Buttons
--------------------------------------------------------------------------------------------------*/

.button.blue:hover,
.button.red:hover,
.button.black:hover,
.button.green:hover,
.button.orange:hover {
    color: #fff !important;
}

.button.blue {
    border: 1px solid #4191b0;
    background: #81d7f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#97e1f8), to(#67cbf3));
    background: -webkit-linear-gradient(top, #97e1f8, #67cbf3);
    background: -moz-linear-gradient(top, #97e1f8, #67cbf3);
    background: -ms-linear-gradient(top, #97e1f8, #67cbf3);
    background: -o-linear-gradient(top, #97e1f8, #67cbf3);
    background-image: -ms-linear-gradient(top, #97e1f8 0%, #67cbf3 100%);

    color: #42788e;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);

    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #4d98b5, 0 3px 0 #4191b0, 4px 0 1px rgba(0, 0, 0, 0.4) ;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #4d98b5, 0 3px 0 #4191b0, 0 4px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #4d98b5, 0 3px 0 #4191b0, 0 4px 1px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #4d98b5, 0 3px 0 #4191b0, 0 4px 1px rgba(0, 0, 0, 0.4);
}

.button.blue:hover {
    border: 1px solid #4090af;
    background: #7ed5f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#71cff4), to(#82d7f5));
    background: -webkit-linear-gradient(top, #71cff4, #82d7f5);
    background: -moz-linear-gradient(top, #71cff4, #82d7f5);
    background: -ms-linear-gradient(top, #71cff4, #82d7f5);
    background: -o-linear-gradient(top, #71cff4, #82d7f5);
    background-image: -ms-linear-gradient(top, #71cff4 0%, #82d7f5 100%);

    color: #42788e !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);

    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #4d98b5, 0 3px 0 #4090af, 4px 0 1px rgba(0, 0, 0, 0.4) ;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #4d98b5, 0 3px 0 #4090af, 0 4px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #4d98b5, 0 3px 0 #4090af, 0 4px 1px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #4d98b5, 0 3px 0 #4090af, 0 4px 1px rgba(0, 0, 0, 0.4);
}

.button.blue:active {
    background-color: #6ccdf3;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;
    -o-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;

    color: #42788e !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button.red {
    border: 1px solid #b64b58;
    background: #f26f86;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5829d), to(#ee596a));
    background: -webkit-linear-gradient(top, #f5829d, #ee596a);
    background: -moz-linear-gradient(top, #f5829d, #ee596a);
    background: -ms-linear-gradient(top, #f5829d, #ee596a);
    background: -o-linear-gradient(top, #f5829d, #ee596a);
    background-image: -ms-linear-gradient(top, #f5829d 0%, #ee596a 100%);

    color: #8f2c38;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);

    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #ca3f50, 0 3px 0 #b64b58, 4px 0 1px rgba(0, 0, 0, 0.4) ;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #ca3f50, 0 3px 0 #b64b58, 0 4px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #ca3f50, 0 3px 0 #b64b58, 0 4px 1px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #ca3f50, 0 3px 0 #b64b58, 0 4px 1px rgba(0, 0, 0, 0.4);
}

.button.red:hover {
    border: 1px solid #ba4e5b;
    background: #f06276;
    background: -webkit-gradient(linear, left top, left bottom, from(#f06276), to(#f27086));
    background: -webkit-linear-gradient(top, #f06276, #f27086);
    background: -moz-linear-gradient(top, #f06276, #f27086);
    background: -ms-linear-gradient(top, #f06276, #f27086);
    background: -o-linear-gradient(top, #f06276, #f27086);
    background-image: -ms-linear-gradient(top, #f06276 0%, #f27086 100%);

    color: #8f2c38 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);

    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #ca3f50, 0 3px 0 #ba4e5b, 4px 0 1px rgba(0, 0, 0, 0.4) ;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #ca3f50, 0 3px 0 #ba4e5b, 0 4px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #ca3f50, 0 3px 0 #ba4e5b, 0 4px 1px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #ca3f50, 0 3px 0 #ba4e5b, 0 4px 1px rgba(0, 0, 0, 0.4);
}

.button.red:active {
    background-color: #ef5d70;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;
    -o-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;

    color: #8f2c38 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button.green {
    border: 1px solid #6d883b;
    background: #aad249;
    background: -webkit-gradient(linear, left top, left bottom, from(#c0dd55), to(#91c43a));
    background: -webkit-linear-gradient(top, #c0dd55, #91c43a);
    background: -moz-linear-gradient(top, #c0dd55, #91c43a);
    background: -ms-linear-gradient(top, #c0dd55, #91c43a);
    background: -o-linear-gradient(top, #c0dd55, #91c43a);
    background-image: -ms-linear-gradient(top, #c0dd55 0%, #91c43a 100%);

    color: #5d7731;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);

    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #799545, 0 3px 0 #6d883b, 4px 0 1px rgba(0, 0, 0, 0.4) ;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #799545, 0 3px 0 #6d883b, 0 4px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #799545, 0 3px 0 #6d883b, 0 4px 1px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #799545, 0 3px 0 #6d883b, 0 4px 1px rgba(0, 0, 0, 0.4);
}

.button.green:hover {
    border: 1px solid #6d883b;
    background: #9bca40;
    background: -webkit-gradient(linear, left top, left bottom, from(#9bca40), to(#abd249));
    background: -webkit-linear-gradient(top, #9bca40, #abd249);
    background: -moz-linear-gradient(top, #9bca40, #abd249);
    background: -ms-linear-gradient(top, #9bca40, #abd249);
    background: -o-linear-gradient(top, #9bca40, #abd249);
    background-image: -ms-linear-gradient(top, #9bca40 0%, #abd249 100%);

    color: #5d7731 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);

    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #799545, 0 3px 0 #6d883b, 4px 0 1px rgba(0, 0, 0, 0.4) ;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #799545, 0 3px 0 #6d883b, 0 4px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #799545, 0 3px 0 #6d883b, 0 4px 1px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #799545, 0 3px 0 #6d883b, 0 4px 1px rgba(0, 0, 0, 0.4);
}

.button.green:active {
    background-color: #96c73d;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;
    -o-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;

    color: #5d7731 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button.orange {
    border: 1px solid #af8234;
    background: #feda71;
    background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febe4d));
    background: -webkit-linear-gradient(top, #feda71, #febe4d);
    background: -moz-linear-gradient(top, #feda71, #febe4d);
    background: -ms-linear-gradient(top, #feda71, #febe4d);
    background: -o-linear-gradient(top, #feda71, #febe4d);
    background-image: -ms-linear-gradient(top, #feda71 0%, #febe4d 100%);

    color: #996633;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);

    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #b98a37, 0 3px 0 #af8234, 4px 0 1px rgba(0, 0, 0, 0.4) ;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #b98a37, 0 3px 0 #af8234, 0 4px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #b98a37, 0 3px 0 #af8234, 0 4px 1px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #b98a37, 0 3px 0 #af8234, 0 4px 1px rgba(0, 0, 0, 0.4);
}

.button.orange:hover {
    border: 1px solid #9f7630;
    background: #b73b73;
    background: -webkit-gradient(linear, left top, left bottom, from(#fec455), to(#fecd61));
    background: -webkit-linear-gradient(top, #fec455, #fecd61);
    background: -moz-linear-gradient(top, #fec455, #fecd61);
    background: -ms-linear-gradient(top, #fec455, #fecd61);
    background: -o-linear-gradient(top, #fec455, #fecd61);
    background-image: -ms-linear-gradient(top, #fec455 0%, #fecd61 100%);

    color: #996633 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);

    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #b98a37, 0 3px 0 #9f7630, 4px 0 1px rgba(0, 0, 0, 0.4) ;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #b98a37, 0 3px 0 #9f7630, 0 4px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #b98a37, 0 3px 0 #9f7630, 0 4px 1px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #b98a37, 0 3px 0 #9f7630, 0 4px 1px rgba(0, 0, 0, 0.4);
}

.button.orange:active {
    background-color: #fec151;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;
    -o-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;

    color: #996633 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button.black {
    border: 1px solid #343434;
    background: #484848;
    background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#444444));
    background: -webkit-linear-gradient(top, #656565, #444444);
    background: -moz-linear-gradient(top, #656565, #444444);
    background: -ms-linear-gradient(top, #656565, #444444);
    background: -o-linear-gradient(top, #656565, #444444);
    background-image: -ms-linear-gradient(top, #656565 0%, #444444 100%);

    color: #FFFFFF !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);

    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #414141, 0 3px 0 #343434, 4px 0 1px rgba(0, 0, 0, 0.4) ;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #414141, 0 3px 0 #343434, 0 4px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #414141, 0 3px 0 #343434, 0 4px 1px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #414141, 0 3px 0 #343434, 0 4px 1px rgba(0, 0, 0, 0.4);
}

.button.black:hover {
    border: 1px solid #343434;
    background: #343434;
    background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#565656));
    background: -webkit-linear-gradient(top, #343434, #565656);
    background: -moz-linear-gradient(top, #343434, #565656);
    background: -ms-linear-gradient(top, #343434, #565656);
    background: -o-linear-gradient(top, #343434, #565656);
    background-image: -ms-linear-gradient(top, #343434 0%, #565656 100%);

    color: #fff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);

    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #414141, 0 3px 0 #343434, 4px 0 1px rgba(0, 0, 0, 0.4) ;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #414141, 0 3px 0 #343434, 0 4px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #414141, 0 3px 0 #343434, 0 4px 1px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 0 #414141, 0 3px 0 #343434, 0 4px 1px rgba(0, 0, 0, 0.4);
}

.button.black:active {
    background-color: #484848;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;
    -o-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 #fff;

    color: #fff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}																