/*
*
* Shortcode CSS styling.
* RadiumThemes Shortcodes Plugin
*
*/

/* =Column Sizes and Styles
--------------------------------------------------------------*/

.radium-one-half { width: 48%; }
.radium-one-third { width: 30.66%; }
.radium-two-third { width: 65.33%; }
.radium-one-fourth { width: 22%; }
.radium-three-fourth { width: 74%; }
.radium-one-fifth { width: 16.8%; }
.radium-two-fifth { width: 37.6%; }
.radium-three-fifth { width: 58.4%; }
.radium-four-fifth { width: 67.2%; }
.radium-one-sixth { width: 13.33%; }
.radium-five-sixth { width: 82.67%; }

.radium-one-half,
.radium-one-third,
.radium-two-third,
.radium-three-fourth,
.radium-one-fourth,
.radium-one-fifth,
.radium-two-fifth,
.radium-three-fifth,
.radium-four-fifth,
.radium-one-sixth,
.radium-five-sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
	}

.radium-column-last {
	margin-right: 0!important;
	clear: right;
	}

.radium-one-half,
.radium-one-third,
.radium-two-third,
.radium-three-fourth,
.radium-one-fourth { }

.radium-one-half,
.radium-one-third,
.radium-two-third,
.radium-one-fourth { }

/* =Tab Styles
--------------------------------------------------------------*/

.radium-tabs.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
	}

.radium-tabs {
	background: none;
	margin: 0 0 0 0;
	}

.radium-tabs ul.radium-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	float: none;
	}

.radium-tabs ul.radium-nav li {
	float: left;
	position: relative;
	margin: 0 3px -1px 0;
	z-index: 10;
	list-style: none;
	}
	

.radium-tabs ul.radium-nav li a {
	border: 1px solid #e9ecee;
	border-bottom: none;
	display: block;
	overflow: hidden;
	padding: 7px 20px 0 20px;
	height: 35px;
	background: #FBFBFB;
	margin: 0;
	text-decoration: none;
	color: #1e2224;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	   		border-radius: 3px 3px 0 0;
			   font-weight: bold;
		   }
	
.radium-tabs ul.radium-nav li a:hover {
	background: #fff;
	margin: 0;
	}

.radium-tabs ul.radium-nav li.ui-tabs-selected a {
	height: 36px;
	background: #fff;
	}

.radium-tabs .radium-tab {
	background: #fff;
	padding: 20px;
	border: 1px solid #dfdfdf;
	float: left;
	width: 100%;
	}

/*-----------------------------------------------------------------------------------*/
/*	Toggle Styles
/*-----------------------------------------------------------------------------------*/

.radium-toggle { margin: 0 0 12px 0; }

.radium-toggle .radium-toggle-title {
	display: block;
	font-weight: bold;
	color: #434649;
	padding: 10px 10px 10px 14px; 
	background: #EAECEF;
	cursor: pointer;
	outline: none;
	position: relative;
	transition: all 0.2s ;
		-webkit-transition: all 0.2s ;
		-moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		-o-transition: all 0.2s ;
		}
	
.radium-toggle .radium-toggle-title:hover {	
	background: #1e2224; 
	color: #E6e8eb;
	}

.radium-toggle-inner {
	background: #fff;
	border-top: none;
	border: 1px solid #EAECEF;
	}

.radium-toggle .target{
	margin: 14px 14px 10px 14px;
	}
	
.radium-toggle span.ui-icon {
    background: url(../images/shortcodes/plus-minus.png) -10px -10px no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 17px;
    margin: -4px 0 0 0;
	}

.radium-toggle .ui-state-active .ui-icon { background: url(../images/shortcodes/plus-minus.png)  -40px -10px no-repeat; }

.radium-toggle .ui-state-active {
	background-color: #1e2224;
	color: #E6e8eb;
	}
	

/* =Highlight
--------------------------------------------------------------*/

span.highlight { 
	background: #FFFFAA; 
	color: #1e2224;	
	}


/* =Drop Caps
--------------------------------------------------------------*/
.dropcap,
.dropcap1 {
	display: block;
	float: left;
	font-size: 38px;
	line-height: 32px;
	margin: 4px 8px 0 0;
	}
	
.dropcap2,
.dropcap3{
	display:block;
	float:left;
	font-size:18px;
	line-height:35px;
	width:35px;
	text-align: center;
	margin:4px 8px 0 0;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}
	
.dropcap3{
	background-color: #000;
	color:#fff;	
	}

/* =Call to Action
--------------------------------------------------------------*/
.cta-wrapper {
	width: 100%;
	float: left;
	background-color: #1e2224;
	margin: 4px 0;
	position: relative;
	}
	
.cta-wrapper .cta-content {
	width: 67%;
	float: left;
	font-size: 13px;
	}
		
.cta-wrapper .cta-action { 
	width: 30%;
	float: right;
	}

.cta-wrapper .cta-content { padding: 13px; }
	
.cta-wrapper .cta-title { 
	text-align: left;
	margin-bottom: 0px;
 	}
			
.cta-wrapper .cta-tag-line {
 	text-align: left;
	margin: 18px 0 0 3px;
	color: #e6e8eb;
	font-weight: bold;
	font-size: 17px;
	}
	
.cta-wrapper .button.large,
.cta-wrapper .btn.large{
  	float: right;
	margin: 18px;
	text-align: center;
	}

.cta-wrapper .button.large:hover,
.cta-wrapper .btn.large:hover{
	background-color: #36393c;
 	}
	
.cta-wrapper .button span.desc,
.cta-wrapper .btn span.desc {
	text-align: center;
	clear: both;
	display: block;
	padding-top: 5px;
	}
	
.cta-wrapper .btn [class^="button-"], 
.cta-wrapper .btn [class*=" button-"] { margin-top: 2px; }

/* light Cta */
.cta-wrapper.light { background-color: #e9ebed; } 
 	
.cta-wrapper.light .cta-tag-line { color: #1e2224; }
		

/* Divider Shortcode */
.hr {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
 	position: relative;
     z-index: 1;
	background: url(../images/divider-h.png) 50% no-repeat;
	margin-bottom: 20px;
	height: 15px;
	}
	
.hr a {	padding: 0 0 0 10px; }

.hr.totop,
.hr.headline.solid{
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1;
	line-height: 21px;
	background: url(../images/divider.png) 0 50% repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 20px;
	height: 20px;
	}
				
.skip { 
	background-color: #F8F8F8;
	color: #999A9C;
	float: right; 
	}
 	
.hr_invisible {
	clear: both;
	display: block;
	width: 100%;
	margin: 10px 0;
	background: transparent;
	height: 20px;
   	}
	
/* Slogan */
.slogan {
	margin-bottom: 30px;
	font-weight: 300;
	letter-spacing: -0.1px;
	}
 	
/* Lists */
div.arrow1_bullets { list-style-image: url(../images/shortcodes/arrow1_bullet.png);	}
div.arrow1_bullets ul {	list-style-image: url(../images/shortcodes/arrow1_bullet.png); }
div.arrow1_bullets li {	margin:5px 0 0 -6px; }

div.arrow1_bullets { list-style-image: url(../images/shortcodes/list1.png); }
div.arrow1_bullets ul { list-style-image: url(../images/shortcodes/list1.png); }
div.arrow1_bullets li { margin:8px 0 0 -6px; }
	

div.arrow2_bullets { list-style-image: url(../images/shortcodes/list2.png); }
div.arrow2_bullets ul { list-style-image: url(../images/shortcodes/list2.png); }
div.arrow2_bullets li { margin: 8px 0; }

div.arrow3_bullets { list-style-image: url(../images/shortcodes/list3.png); }
div.arrow3_bullets ul { list-style-image: url(../images/shortcodes/list3.png); }
div.arrow3_bullets li { margin: 8px 0; }


/* Message Boxes*/

.messageBox {
		padding: 10px 10px 10px 12px;
		margin: 10px 0 12px 0;
		background: rgb(251,251,252); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(251,251,252,1) 0%, rgba(248,248,249,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,252,1)), color-stop(100%,rgba(248,248,249,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(251,251,252,1) 0%,rgba(248,248,249,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(251,251,252,1) 0%,rgba(248,248,249,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(251,251,252,1) 0%,rgba(248,248,249,1) 100%); /* IE10+ */
		background: linear-gradient(top,  rgba(251,251,252,1) 0%,rgba(248,248,249,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfc', endColorstr='#f8f8f9',GradientType=0 ); /* IE6-9 */
		border: 1px solid #c3c3c3;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
			-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
			-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
		color: #1e2224;
		transition: 0.1s linear all;
			-webkit-transition: 0.1s linear all;
			-moz-transition: 0.1s linear all;
			-ms-transition: 0.1s linear all;
			-o-transition: 0.1s linear all;	
		}

.messageBox strong, 
.messageBox b { color: #1E2224; }

.messageBox .closeBox {
	float: right;
	font-weight: bold;
	margin: -6px 1px 8px 10px; 
	cursor: pointer; 
	color: rgba(0, 0, 0, 0.45);
	}
	
.messageBox.icon { 
	background-position: 15px 2px;
	background-repeat: no-repeat;
	padding-left: 63px;
	}

/* note */
.messageBox.note {
	background: rgb(255,252,235); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,252,235,1) 0%, rgba(253,248,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,252,235,1)), color-stop(100%,rgba(253,248,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,252,235,1) 0%,rgba(253,248,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,252,235,1) 0%,rgba(253,248,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,252,235,1) 0%,rgba(253,248,224,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,252,235,1) 0%,rgba(253,248,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffceb', endColorstr='#fdf8e0',GradientType=0 ); /* IE6-9 */
	color: #975507;
	border: 1px solid #e9c78c;
	}
	
.messageBox.note .closeBox { color: #975507; }

/* Info box */
.messageBox.info {
	background: rgb(242,248,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,248,255,1) 0%, rgba(230,243,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,248,255,1)), color-stop(100%,rgba(230,243,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,248,255,1) 0%,rgba(230,243,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,248,255,1) 0%,rgba(230,243,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,248,255,1) 0%,rgba(230,243,254,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(242,248,255,1) 0%,rgba(230,243,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f8ff', endColorstr='#e6f3fe',GradientType=0 ); /* IE6-9 */
	color: #204479;
	border: 1px solid #c2cef1;
	}

.messageBox.info .closeBox { color: #204479; }
  
/* Error box */
.messageBox.error { 
	background: rgb(255,242,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,242,242,1) 0%, rgba(254,230,230,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,242,242,1)), color-stop(100%,rgba(254,230,230,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,242,242,1) 0%,rgba(254,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,242,242,1) 0%,rgba(254,230,230,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,242,242,1) 0%,rgba(254,230,230,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,242,242,1) 0%,rgba(254,230,230,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2f2', endColorstr='#fee6e6',GradientType=0 ); /* IE6-9 */
	color: #8b0f0f;
	border: 1px solid #f3c0c0;
	}

.messageBox.error .closeBox { color: #8b0f0f; }
 
/* Success box */
.messageBox.success { 
	background: rgb(231,253,223); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(231,253,223,1) 0%, rgba(220,247,215,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,253,223,1)), color-stop(100%,rgba(220,247,215,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(231,253,223,1) 0%,rgba(220,247,215,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(231,253,223,1) 0%,rgba(220,247,215,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(231,253,223,1) 0%,rgba(220,247,215,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(231,253,223,1) 0%,rgba(220,247,215,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7fddf', endColorstr='#dcf7d7',GradientType=0 ); /* IE6-9 */
	color: #11601c;
	border: 1px solid #b8dca6;
	}
 
.messageBox.success .closeBox { 
	color: #11601c;
	}

/* Icon boxes */
.iconbox {
	overflow: hidden;
	float: left;
	min-height: 1px;
	position: relative;
	}

.iconbox p { margin-bottom: 35px; }

.iconbox_icon .icon {
	width: 32px;
	height: 32px;
	margin: 0 12px 0 0;
	float: left;
	background-repeat: no-repeat;
	}

.iconbox_content { overflow: hidden; }

.iconbox .iconbox_content .iconbox_content_title { font-weight: 600; }

.iconbox_icon .briefcase-red { background-image: url(../images/shortcodes/icons/32x32/briefcase-red.png); }	
	
.iconbox_icon .briefcase { background-image: url(../images/shortcodes/icons/32x32/briefcase.png); }

.iconbox_icon .calendar { background-image: url(../images/shortcodes/icons/32x32/calendar.png); }

.iconbox_icon .clipboard { background-image: url(../images/shortcodes/icons/32x32/clipboard.png); }

.iconbox_icon .cloud { background-image: url(../images/shortcodes/icons/32x32/cloud.png); }

.iconbox_icon .code { background-image: url(../images/shortcodes/icons/32x32/code.png); }

.iconbox_icon .cog { background-image: url(../images/shortcodes/icons/32x32/cog.png); }

.iconbox_icon .files { background-image: url(../images/shortcodes/icons/32x32/files.png); }	

.iconbox_icon .folder { background-image: url(../images/shortcodes/icons/32x32/folder.png); }

.iconbox_icon .home { background-image: url(../images/shortcodes/icons/32x32/home.png); }

.iconbox_icon .mac { background-image: url(../images/shortcodes/icons/32x32/mac.png); }

.iconbox_icon .map { background-image: url(../images/shortcodes/icons/32x32/map.png); }	

.iconbox_icon .minus { background-image: url(../images/shortcodes/icons/32x32/minus.png);}

.iconbox_icon .notebook { background-image: url(../images/shortcodes/icons/32x32/notebook.png); }

.iconbox_icon .notes { background-image: url(../images/shortcodes/icons/32x32/notes.png); }

.iconbox_icon .paper { background-image: url(../images/shortcodes/icons/32x32/paper.png); }

.iconbox_icon .pencil { background-image: url(../images/shortcodes/icons/32x32/pencil.png); }

.iconbox_icon .plus { background-image: url(../images/shortcodes/icons/32x32/plus.png); }

.iconbox_icon .settings { background-image: url(../images/shortcodes/icons/32x32/settings.png); }

.iconbox_icon .umbrella{ background-image: url(../images/shortcodes/icons/32x32/umbrella.png); }
	
		
/* Buttons Icons
---------------------------------------------- */
.btn [class^="button-"],
.btn [class*=" button-"] {
	display: inline-block;
	width: 20px;
	height: 16px;
	line-height: 16px;
	vertical-align: text-top;
	background-repeat: no-repeat;
	background-position: center left;
	background-color:transparent ;
	padding: 0 0 0 8px;
  	}
 
 .btn .button-add {
	background-image: url("../images/shortcodes/icons/16x16/buttons/add.png");
	}
.btn .button-attach {
	background-image: url("../images/shortcodes/icons/16x16/buttons/attach.png");
	}
.btn .button-cart {
	background-image: url("../images/shortcodes/icons/16x16/buttons/cart.png");
	}
.btn .button-close {
	background-image: url("../images/shortcodes/icons/16x16/buttons/close.png");
	}	
.btn .button-delete {
	background-image: url("../images/shortcodes/icons/16x16/buttons/delete.png");
	}
.btn .button-download {
	background-image: url("../images/shortcodes/icons/16x16/buttons/download.png");
	}
.btn .button-heart {
	background-image: url("../images/shortcodes/icons/16x16/buttons/heart.png");
	}
.btn .button-link {
	background-image: url("../images/shortcodes/icons/16x16/buttons/link.png");
	}	
.btn .button-load {
	background-image: url("../images/shortcodes/icons/16x16/buttons/load.png");
	}
.btn .button-mail {
	background-image: url("../images/shortcodes/icons/16x16/buttons/mail.png");
	}	
.btn .button-paintbrush {
	background-image: url("../images/shortcodes/icons/16x16/buttons/paintbrush.png");
	}	
.btn .button-refresh {
	background-image: url("../images/shortcodes/icons/16x16/buttons/refresh.png");
	}
.btn .button-settings {
	background-image: url("../images/shortcodes/icons/16x16/buttons/settings.png");
	}
.btn .button-twitter {
	background-image: url("../images/shortcodes/icons/16x16/buttons/twitter.png");
	}
.btn .button-upload {
	background-image: url("../images/shortcodes/icons/16x16/buttons/upload.png");
	}	
											
/* Social Icons
---------------------------------------------- */
a.social-icons {
	float: left;
	display: block;
	position: relative;
	padding-right: 4px;
	}

.icon32 {
	display: inline-block; 
	width: 34px; 
	height: 34px; 
	}

/* social icons */
.icon32.iconSocial { 
	background:url(../images/icons/social-bar.png) no-repeat 0 0;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	}


.icon32.iconSocial.twitter { background-position: -1px 0px; background-color: #02b0e8; }
.icon32.iconSocial.twitter:hover { background-position: -1px -35px; background-color: #1e2224 }

.icon32.iconSocial.facebook { background-position: -35px 0px; background-color: #3b5997; }
.icon32.iconSocial.facebook:hover { background-position: -35px -35px; background-color: #1e2224; }

.icon32.iconSocial.googleplus { background-position: -71px 0px; background-color: #0a9d35; }
.icon32.iconSocial.googleplus:hover { background-position: -71px -35px; background-color: #1e2224; }  

.icon32.iconSocial.linkedin { background-position: -105px 0px; background-color: #0b84c3;  }
.icon32.iconSocial.linkedin:hover { background-position: -105px -35px; background-color: #1e2224; }  
    
.icon32.iconSocial.zerply { background-position: -141px 0px; background-color: #a3e056;  }
.icon32.iconSocial.zerply:hover { background-position: -141px -35px; background-color: #1e2224;  }

.icon32.iconSocial.rss { background-position: -173px 0px; background-color: #fb7922;  }
.icon32.iconSocial.rss:hover { background-position: -173px -35px; background-color: #1e2224;  }

.icon32.iconSocial.dribbble { background-position: -210px 0px; background-color: #cd316b;  }
.icon32.iconSocial.dribbble:hover { background-position: -210px -35px; background-color: #1e2224;  }

.icon32.iconSocial.reddit { background-position: -245px 0px; background-color: #fe4502;}
.icon32.iconSocial.reddit:hover { background-position: -245px -35px; background-color: #1e2224; }

.icon32.iconSocial.vimeo { background-position: -279px -1px; background-color: #9dc647;}
.icon32.iconSocial.vimeo:hover { background-position: -279px -36px; background-color: #1e2224; }

.icon32.iconSocial.youtube { background-position: -315px -2px;  background-color: #d61c1f;  }
.icon32.iconSocial.youtube:hover { background-position: -315px -37px;  background-color: #1e2224;  }

.icon32.iconSocial.forrst { background-position: -351px -1px; background-color: #1c7a37;  }
.icon32.iconSocial.forrst:hover { background-position: -351px -36px; background-color: #1e2224;  }

.icon32.iconSocial.flickr { background-position: -386px 0px;  background-color: #fa057a;  }
.icon32.iconSocial.flickr:hover { background-position: -386px -35px;  background-color: #1e2224;  }

.icon32.iconSocial.digg { background-position: -420px -1px; background-color: #00549c;  }
.icon32.iconSocial.digg:hover { background-position: -420px -36px; background-color: #1e2224;  }

.icon32.iconSocial.github { background-position: -455px 0px; background-color: #3e78aa;}
.icon32.iconSocial.github:hover { background-position: -455px -35px; background-color: #1e2224; } 

.icon32.iconSocial.pinterest { background-position: -490px -1px; background-color: #de464a;}
.icon32.iconSocial.pinterest:hover { background-position: -490px -36px; background-color: #1e2224; } 

.icon32.iconSocial.stumbleupon { background-position: -525px 0px; background-color: #f94e20;}
.icon32.iconSocial.stumbleupon:hover { background-position: -525px -35px; background-color: #1e2224; }    

.icon32.iconSocial.delicious { background-position: -561px 0px; background-color: #4444ec;  }
.icon32.iconSocial.delicious:hover { background-position: -561px -35px; background-color: #1e2224; } 

.icon32.iconSocial.foursquare { background-position: -595px 0px; background-color: #1fb2df;}
.icon32.iconSocial.foursquare:hover { background-position: -595px -35px; background-color: #1e2224; }

.icon32.iconSocial.behance { background-position: -630px -1px; background-color: #189afb;}
.icon32.iconSocial.behance:hover { background-position: -630px -36px; background-color: #1e2224; }

.icon32.iconSocial.yelp { background-position: -666px -1px; background-color: #b92718; }
.icon32.iconSocial.yelp:hover { background-position: -666px -36px; background-color: #1e2224; }  
	
/* Social icons Style 3 */
.style3 .icon32.iconSocial { background:url(../images/icons/social-bar-icons.png) no-repeat 0 0; }
	
.style3 .icon32.iconSocial.twitter { background-position: 0 0; }

.style3 .icon32.iconSocial.facebook { background-position: -34px 0; }

.style3 .icon32.iconSocial.googleplus { background-position: -68px 0; }

.style3 .icon32.iconSocial.linkedin { background-position: -102px 0; }
    
.style3 .icon32.iconSocial.zerply { background-position: -136px 0; }

.style3 .icon32.iconSocial.rss { background-position: -170px 0; }

.style3 .icon32.iconSocial.dribbble { background-position: -204px 0; }

.style3 .icon32.iconSocial.reddit { background-position: -238px 0; }

.style3 .icon32.iconSocial.vimeo { background-position: -272px 0; }

.style3 .icon32.iconSocial.youtube { background-position: -306px 0; }

.style3 .icon32.iconSocial.forrst { background-position: -340px 0; }

.style3 .icon32.iconSocial.flickr { background-position: -374px 0; }

.style3 .icon32.iconSocial.digg { background-position: -408px 0; }

.style3 .icon32.iconSocial.github { background-position: -442px 0; }

.style3 .icon32.iconSocial.pinterest { background-position: -476px 0; }

.style3 .icon32.iconSocial.stumbleupon { background-position: -510px 0; }

.style3 .icon32.iconSocial.delicious { background-position: -544px 0; }

.style3 .icon32.iconSocial.foursquare { background-position: -578px 0;}

.style3 .icon32.iconSocial.behance { background-position: -612px 0; }

.style3 .icon32.iconSocial.yelp { background-position: -646px 0; }
	
		
/* Pricing Tables */

.radium-price-column button.signup, 
.radium-price-column.button.signup, 
.radium-price-column .btn.signup { 
 	margin-top: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px ;
	border-radius: 5px;
	margin: 10px 0 0 0;
	}
   
.radium-price-column { 
	background: white;
 	margin: 20px 10px ;
 	float: left;
	width: 210px;
 	text-align: center;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	border-radius: 5px;
 	text-shadow: none;
    }

.radium-price-column.first-column {
	margin-left: 0;
	}
	
.radium-price-column.last-column {
	margin-right: 0;
	}
			   
.radium-price-column ul {
	font-size: 12px;
	margin: 0 0 0 0;
	background: #ECEEF1;
	padding: 20px 30px;
	}
  
.radium-price-column li {
  	list-style: none;
  	color: #55606E;
  	font: 13px/28px "Helvetica Neue",Helvetica,Arial,Sans-serif;
  	text-align: left;
	}
    
.radium-price-column li:last-child{
	background: none;
	border-bottom: none;
	margin-right: none!important; 
	}
	
.radium-price-column p { 
	padding: 0 0;
	margin: 0 0; 
	background-color: #ECEEF1;
	}
	
.radium-price-column .column-title {
	font-weight: bold;
	text-align: center;
	background-color: #1e2224;
	padding: 15px 10px;
	margin-bottom: 0;
	font-weight: 600;
	color: #E6E8EB;
	line-height: normal;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	}

.radium-price-column .column-title>span { }

.radium-price-column .column-title span span { padding: 0 5px; }

.radium-price-column .price-info {
	color: #1e2224;
	font-size: 20px;
	font-family: georgia;
	font-weight: bold;
	display: block;
	padding: 11px 0;
	text-align: center;
	margin-bottom: 15px;
	}

.radium-price-column .price-info .cost {
	font-size: 26px;
	line-height: 28px;
	}
	
.radium-price-column .price-info .details {
	font-style: italic;
	font-weight: normal;
	color: #9E9E9E;
	padding-top: 2px;
	padding-left: 5px;
	}
	
.radium-price-column .signup {}
		
.radium-price-column .last-divider{
	background-color: #eaecef;
	font-weight: 600;
	color: #515151;
	line-height: normal;
	height: 10px;
	padding-top: 20px;
	width: 100%;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius:0 0 5px 5px;
	}
		
.radium-price-column .price-table .highlight-column { }

.radium-price-column .price-table .highlight-column .column-title {	}

.radium-price-column .price-table .highlight-column .cost { }
  	
.radium-price-column.last-column { }

 	

/* =Sliding Carousel
----------------------------------------------- */

.radium-carousel-wrapper .section-title { 
 	clear: both;
	display: block;
	}

.radium-carousel > ul {
 	max-height: 250px;
	}
	
.radium-carousel > li {
   	width: 210px;
	height: 250px;
	}
	
.radium-carousel > li, 
.carousel-items-wrapper > article {
	float: left;
	list-style: none;
	overflow: hidden;
	position: relative;
 	}

.radium-carousel .post-thumb {
	position: relative;
	background: transparent;
	width: 210px;
	height: 136px;
	margin-bottom: 7px;
	}
	
.radium-carousel .post-thumb img{
	width: 210px;
	height: 136px;
	}
		
.radium-carousel h3,	
.radium-carousel h4,
.radium-carousel h3 a,	
.radium-carousel h4 a {
	margin-bottom: 0;
	text-align: center;
	font-size: 13px;
	color: #1E2224;
	line-height: 1.4;
	font-weight: bold;
	}

.radium-carousel h3 a:hover,	
.radium-carousel h4 a:hover {
	color: #006FD6;
	}
		
.radium-carousel .post h3, 
.radium-carousel .post p {
 	margin-bottom: 5px;
 	text-align: left;
	}
	
.radium-carousel .portfolio .categories { text-align: center; }
	
.radium-carousel p {
	line-height: 19px;
	}
	
.radium-carousel .gallery p {
	text-align: center;
	}
	
.radium-carousel span.post-format {
	width: 30px;
	height: 30px;
	background-position: -285px -6px;
	display: none;
	}

.radium-carousel span.post-format:hover {
	width: 30px;
	height: 30px;
	background-position: -285px -46px;
	}
	
.radium-carousel span.post-format { background-position: -285px -6px; }
.radium-carousel span.post-format:hover { background-position: -285px -46px; }

.radium-carousel span.post-format.aside { background-position: -5px -6px; }
.radium-carousel span.post-format.aside:hover { background-position: -5px -46px; }

.radium-carousel span.post-format.audio { background-position: -85px -6px; }
.radium-carousel span.post-format.audio:hover { background-position: -85px -46px; }
	
.radium-carousel span.post-format.image { background-position: -46px -6px; }
.radium-carousel span.post-format.image:hover { background-position: -46px -46px; }

.radium-carousel span.post-format.gallery { background-position: -324px -5px; }
.radium-carousel span.post-format.gallery:hover { background-position: -324px -45px; }
		
.radium-carousel span.post-format.video { background-position: -165px -5px; }
.radium-carousel span.post-format.video:hover { background-position: -165px -45px; }

.radium-carousel span.post-format.link { background-position: -126px -6px; }
.radium-carousel span.post-format.link:hover { background-position: -126px -46px; }

.radium-carousel span.post-format.chat { background-position: -285px -6px; }
.radium-carousel span.post-format.chat:hover { background-position: -285px -46px; }	

.radium-carousel span.post-format.quote { background-position: -246px -5px; }
.radium-carousel span.post-format.quote:hover { background-position: -246px -45px; }		

.radium-carousel span.post-format.status { background-position: -201px -6px; }
.radium-carousel span.post-format.status:hover { background-position: -201px -46x; }	
		
.radium-sliding { 
	margin-bottom: 45px; 
	max-width: 100%; 
	overflow: hidden; 
	clear: both; 
	}
	
.radium-sliding header { z-index: 99; }

.radium-sliding header nav { }

.radium-sliding header nav a { 
	display: inline-block; 
	width: 16px; 
	height: 16px; 
	background: #ccc;
 	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap; 
 	background-image: url(../images/arrows-carousel.png);
 	background-repeat: no-repeat; 
 	background-position-x:6px; 
 	}
 	
.radium-sliding header nav a.next { background-position: 6px -20px; }
.radium-sliding header nav a.prev { background-position: 6px 4px; }

.carousel-items { 
	overflow: hidden; 
	height: 250px; 
	}
	
.carousel-items li { 
	float: left; 
	width: 240px; /* image width + 20px */  
	}
	
.carousel-items li:first-child { margin-left: 0px; }

.carousel-items li a { 
	display: block; 
	position: relative;
 	overflow: hidden;
 	}
 	
.carousel-items li article.post {
 	background: none;
 	padding-top: 0;
 	}
 	
.carousel-items li .post-thumb a, 
.carousel-items li .post-thumb a img{ 
	width: 220px; 
	height: 136px; 
	} /* dimensions */
	
	
.carousel-item.format-standard .entry-summary {
	padding-left: 40px;
	margin-top: 10px;
	}

.carousel-item.format-gallery .entry-summary { }
	
.carousel-item h3,
.carousel-item h3 a,
.carousel-item h4,
.carousel-item h4 a, 
.carousel-item p {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	width: 170px; 
	}

.radium-carousel-wrapper .headline { margin-top: 3px; }
	
/*	Carousel Navigation */
	
.jcarousel-container {
	margin: 0 0 0 0;
	max-width: 100%;
	}
	
.jcarousel-container article.post { padding-top: 0px;	}
	
.jcarousel-clip {
	overflow: hidden;
	width: 100%;
	}
	
.jcarousel-item {
	margin: 0 20px 5px 0;
	width: 220px;
	}
	
.jcarousel-next, 
.jcarousel-prev {
	background: #0081C7 url(../images/nav-arrows.png) no-repeat 0 0;
	cursor: pointer;
	height: 21px;
	width: 21px;
	position: absolute;
	right: 23px;
	top: -39px;
	margin-left: 2px;
	transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	}
	
.jcarousel-next {
	background-position: -21px 0px;
	right: 0px;
	}
	
.jcarousel-next:hover, 
.jcarousel-next:focus, 
.jcarousel-next:active,
.jcarousel-prev:hover, 
.jcarousel-prev:focus, 
.jcarousel-prev:active {
	background-color: #1e2224;
	}
	
.jcarousel-next:hover, 
.jcarousel-next:focus, 
.jcarousel-next:active { background-position: -21px -21px; }

.jcarousel-prev:hover, 
.jcarousel-prev:focus, 
.jcarousel-prev:active { background-position: 0 -21px; }	
	
.jcarousel-next-disabled, 
.jcarousel-next-disabled:hover,
.jcarousel-next-disabled:focus, 
.jcarousel-next-disabled:active,
.jcarousel-prev-disabled, 
.jcarousel-prev-disabled:hover,
.jcarousel-prev-disabled:focus, 
.jcarousel-prev-disabled:active {
	background-color: #EAECEF !important;
	cursor: auto !important;
	background-position: 0 0;
	}

.jcarousel-next-disabled, 
.jcarousel-next-disabled:hover,
.jcarousel-next-disabled:focus, 
.jcarousel-next-disabled:active { background-position: -21px -21px; }
	
/* Gmap */
iframe.radium-gmap { max-width: 100%; }
.radium-gmap { text-transform: none; min-height: 300px; }
.radium-gmap img { max-width: inherit; }

/* =Buttons*/
.btn, 
.button, 
button.button, 
.btn[type="submit"],
.button[type="submit"],
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 6px 10px 6px 10px;
    color: white;
  	margin: 1px 1px 1px 0; 
	text-align: center;
	margin-top: 3px;	
	
	/* Color */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(240,240,240)), color-stop(100%,rgb(222,222,222))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
		border: 1px solid #969696;
	-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	     box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #515151;
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
   	}

.btn:hover, 
.button:hover, 
button.button:hover, 
.btn[type="submit"]:hover,
.button[type="submit"]:hover,
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover
button.white:hover,
.white.button:hover, 
.btn.white:hover{
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
    color: #515151;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(244,244,244) 2%, rgb(229,229,229) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(244,244,244)), color-stop(100%,rgb(229,229,229))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); /* IE10+ */
    background: linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    }

.btn:active, 
.button:active, 
button.button:active, 
.btn[type="submit"]:active,
.button[type="submit"]:active,
input[type="button"]:active, 
input[type="reset"]:active, 
input[type="submit"]:active{
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
   color: #515151;
   background: rgb(183,183,183); /* Old browsers */
   background: -moz-linear-gradient(top,  rgb(183,183,183) 1%, rgb(232,232,232) 6%, rgb(244,244,244) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(183,183,183)), color-stop(6%,rgb(232,232,232)), color-stop(100%,rgb(244,244,244))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  rgb(183,183,183) 1%,rgb(232,232,232) 6%,rgb(244,244,244) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  rgb(183,183,183) 1%,rgb(232,232,232) 6%,rgb(244,244,244) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  rgb(183,183,183) 1%,rgb(232,232,232) 6%,rgb(244,244,244) 100%); /* IE10+ */
   background: linear-gradient(top,  rgb(183,183,183) 1%,rgb(232,232,232) 6%,rgb(244,244,244) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); 
    }
       	
button.button,
.button[type="submit"],
input[type="submit"].button { padding: 9px 12px; }

input[type="submit"].button {
	height: auto;
	}
			     
.btn:hover, 
.button:hover,
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover { background-color: #1e2224;	}

.btn:focus, 
.button:focus,
button:focus,  
input[type="button"]:focus, 
input[type="reset"]:focus, 
input[type="submit"]:focus { }

.btn.active, 
.btn:active,
.button.active,
button.active,  
.button:active { }

.btn.disabled, 
.button.disabled { }

.btn[disabled],
.button[disabled] { }
		
button.btn::-moz-focus-inner, 
button.button::-moz-focus-inner, 
input[type=submit].btn::-moz-focus-inner, 
input[type=submit].button::-moz-focus-inner {
	padding: 0;
	border: 0;
	}

/* Don't use native buttons on iOS */
input[type=submit].button { -webkit-appearance: none; } 

/* Custom Buttons */
button.large,
.button.large, 
.btn.large {
	font-size: 16px;
	padding: 12px 22px 12px;
	width: auto;
	margin-bottom: 4px;
	}	

button.medium,	
.button.medium, 
.btn.medium {
	padding: 10px 15px 9px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 4px;
	}


button.signup,	
.button.signup,
.btn.signup{
	padding: 10px 30px;
	font-size: 14px;
	}

button.signup:hover, 
.button.signup:hover, 
.btn.signup:hover { color: #1E2224; }
	
button.radius,	
.button.radius, 
.btn.radius { 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

button.round,
.button.round, 
.btn.round { 
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	}

button.white,
.white.button, 
.btn.white{
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(240,240,240)), color-stop(100%,rgb(222,222,222))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); /* IE10+ */
    background: linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
    	border: 1px solid #969696;
    -webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
       -moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
            box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #515151;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    }

button.white:hover,
.white.button:hover, 
.btn.white:hover{
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
    color: #515151;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(244,244,244) 2%, rgb(229,229,229) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(244,244,244)), color-stop(100%,rgb(229,229,229))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); /* IE10+ */
    background: linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    }

button.white:active,   
.btn.white:active,
.white.button:active{
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
   color: #515151;
   background: rgb(183,183,183); /* Old browsers */
   background: -moz-linear-gradient(top,  rgb(183,183,183) 1%, rgb(232,232,232) 6%, rgb(244,244,244) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(183,183,183)), color-stop(6%,rgb(232,232,232)), color-stop(100%,rgb(244,244,244))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  rgb(183,183,183) 1%,rgb(232,232,232) 6%,rgb(244,244,244) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  rgb(183,183,183) 1%,rgb(232,232,232) 6%,rgb(244,244,244) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  rgb(183,183,183) 1%,rgb(232,232,232) 6%,rgb(244,244,244) 100%); /* IE10+ */
   background: linear-gradient(top,  rgb(183,183,183) 1%,rgb(232,232,232) 6%,rgb(244,244,244) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); 
    }
	 
.blue.button, 
.btn.blue {
	background: #c2e2f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #c2e2f9 2%, #7cbef0 2%, #3e9dd3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#c2e2f9), color-stop(2%,#7cbef0), color-stop(100%,#3e9dd3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c2e2f9 2%,#7cbef0 2%,#3e9dd3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c2e2f9 2%,#7cbef0 2%,#3e9dd3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c2e2f9 2%,#7cbef0 2%,#3e9dd3 100%); /* IE10+ */
	background: linear-gradient(top,  #c2e2f9 2%,#7cbef0 2%,#3e9dd3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e2f9', endColorstr='#3e9dd3',GradientType=0 ); /* IE6-9 */
	color: #093d70;
	 text-shadow:  0 1px 1px #94d3ed;	 
	 border: 1px solid #1e6cb8;
	 -webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	    -moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	         box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);		
	}
	 	
.blue.button:hover, 
.btn.blue:hover {
	background: rgb(211,234,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(211,234,251) 3%, rgb(146,204,244) 3%, rgb(63,159,219) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(211,234,251)), color-stop(3%,rgb(146,204,244)), color-stop(100%,rgb(63,159,219))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(211,234,251) 3%,rgb(146,204,244) 3%,rgb(63,159,219) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(211,234,251) 3%,rgb(146,204,244) 3%,rgb(63,159,219) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(211,234,251) 3%,rgb(146,204,244) 3%,rgb(63,159,219) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(211,234,251) 3%,rgb(146,204,244) 3%,rgb(63,159,219) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3eafb', endColorstr='#3f9fdb',GradientType=0 ); /* IE6-9 */
	color: #093d70;
	text-shadow:  0 1px 1px #94d3ed;
	}
		
.btn.blue:active,
.blue.button:active {
	background: rgb(39,120,206); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(39,120,206) 0%, rgb(88,167,216) 6%, rgb(146,204,244) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(39,120,206)), color-stop(6%,rgb(88,167,216)), color-stop(100%,rgb(146,204,244))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(39,120,206) 0%,rgb(88,167,216) 6%,rgb(146,204,244) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(39,120,206) 0%,rgb(88,167,216) 6%,rgb(146,204,244) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(39,120,206) 0%,rgb(88,167,216) 6%,rgb(146,204,244) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(39,120,206) 0%,rgb(88,167,216) 6%,rgb(146,204,244) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2778ce', endColorstr='#92ccf4',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	}
		 
.orange.button, 
.btn.orange {
	background: #fffce7; /* Old browsers */
	background: -moz-linear-gradient(top,  #fffce7 2%, #fce407 2%, #f2cc17 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#fffce7), color-stop(2%,#fce407), color-stop(100%,#f2cc17)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fffce7 2%,#fce407 2%,#f2cc17 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fffce7 2%,#fce407 2%,#f2cc17 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fffce7 2%,#fce407 2%,#f2cc17 100%); /* IE10+ */
	background: linear-gradient(top,  #fffce7 2%,#fce407 2%,#f2cc17 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffce7', endColorstr='#f2cc17',GradientType=0 ); /* IE6-9 */
		color: #614200;
	text-shadow:  0 1px 1px #fae64e;
	border: 1px solid #a66b05;
	-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	   -moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	        box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	 }
	 	
.orange.button:hover, 
.btn.orange:hover {
	color: #614200;
	background: rgb(255,252,231); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,252,231) 2%, rgb(247,241,69) 2%, rgb(239,210,81) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,252,231)), color-stop(2%,rgb(247,241,69)), color-stop(100%,rgb(239,210,81))); /* 	Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,252,231) 2%,rgb(247,241,69) 2%,rgb(239,210,81) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,252,231) 2%,rgb(247,241,69) 2%,rgb(239,210,81) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,252,231) 2%,rgb(247,241,69) 2%,rgb(239,210,81) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(255,252,231) 2%,rgb(247,241,69) 2%,rgb(239,210,81) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffce7', endColorstr='#efd251',GradientType=0 ); /* IE6-9 */
	text-shadow:  0 1px 1px #fae64e;
	}

.btn.orange:active,
.orange.button:active {
	background: rgb(176,153,16); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(176,153,16) 0%, rgb(223,195,21) 3%, rgb(246,216,23) 6%, rgb(249,224,14) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(176,153,16)), color-stop(3%,rgb(223,195,21)), color-stop(6%,rgb(246,216,23)), color-stop(100%,rgb(249,224,14))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(176,153,16) 0%,rgb(223,195,21) 3%,rgb(246,216,23) 6%,rgb(249,224,14) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(176,153,16) 0%,rgb(223,195,21) 3%,rgb(246,216,23) 6%,rgb(249,224,14) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(176,153,16) 0%,rgb(223,195,21) 3%,rgb(246,216,23) 6%,rgb(249,224,14) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(176,153,16) 0%,rgb(223,195,21) 3%,rgb(246,216,23) 6%,rgb(249,224,14) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b09910', endColorstr='#f9e00e',GradientType=0 ); /* IE6-9 */
	color: #614200;
	text-shadow:  0 1px 0px #fae64e;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	}
		
.red.button, 
.btn.red {
	background: rgb(255,183,183); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,183,183) 3%, rgb(239,122,126) 3%, rgb(229,75,78) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(255,183,183)), color-stop(3%,rgb(239,122,126)), color-stop(100%,rgb(229,75,78))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,183,183) 3%,rgb(239,122,126) 3%,rgb(229,75,78) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,183,183) 3%,rgb(239,122,126) 3%,rgb(229,75,78) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,183,183) 3%,rgb(239,122,126) 3%,rgb(229,75,78) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(255,183,183) 3%,rgb(239,122,126) 3%,rgb(229,75,78) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb7b7', endColorstr='#e54b4e',GradientType=0 ); /* IE6-9 */
				color: #7d0509;
	text-shadow: 0 1px 1px #e07b7f;
	border: 1px solid #952f32;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f08b8f', endColorstr='#e66064', GradientType=0);
	-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	   -moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	        box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	}
	 	
.red.button:hover, 
.btn.red:hover {
	background: rgb(255,191,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,191,191) 3%, rgb(234,136,137) 3%, rgb(224,89,92) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(255,191,191)), color-stop(3%,rgb(234,136,137)), color-stop(100%,rgb(224,89,92))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,191,191) 3%,rgb(234,136,137) 3%,rgb(224,89,92) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,191,191) 3%,rgb(234,136,137) 3%,rgb(224,89,92) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,191,191) 3%,rgb(234,136,137) 3%,rgb(224,89,92) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(255,191,191) 3%,rgb(234,136,137) 3%,rgb(224,89,92) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbfbf', endColorstr='#e0595c',GradientType=0 ); /* IE6-9 */
	color: #7d0509;
	text-shadow: 0 1px 1px #e07b7f;	
	}	

.btn.red:active,
.red.button:active {
	background: rgb(181,77,77); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(181,77,77) 1%, rgb(224,89,92) 5%, rgb(232,118,120) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(181,77,77)), color-stop(5%,rgb(224,89,92)), color-stop(100%,rgb(232,118,120))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(181,77,77) 1%,rgb(224,89,92) 5%,rgb(232,118,120) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(181,77,77) 1%,rgb(224,89,92) 5%,rgb(232,118,120) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(181,77,77) 1%,rgb(224,89,92) 5%,rgb(232,118,120) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(181,77,77) 1%,rgb(224,89,92) 5%,rgb(232,118,120) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b54d4d', endColorstr='#e87678',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	}
		 	 
.green.button, 
.btn.green {
	background: rgb(226,238,175); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(226,238,175) 3%, rgb(188,216,77) 3%, rgb(144,176,38) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(226,238,175)), color-stop(3%,rgb(188,216,77)), color-stop(100%,rgb(144,176,38))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeaf', endColorstr='#90b026',GradientType=0 ); /* IE6-9 */
		color: #414f00;
	text-shadow:  0 1px 1px #bed178;
	border: 1px solid #5a7307;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbe15f', endColorstr='#a5bf2c', GradientType=0);
	-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	   -moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	        box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	 }
	 	
.green.button:hover, 
.btn.green:hover {
	background: rgb(228,237,189); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(228,237,189) 2%, rgb(207,219,120) 3%, rgb(149,175,54) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(228,237,189)), color-stop(3%,rgb(207,219,120)), color-stop(100%,rgb(149,175,54))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edbd', endColorstr='#95af36',GradientType=0 ); /* IE6-9 */
	color: #414f00;
	text-shadow:  0 1px 1px #bed178;
	}

.btn.green:active,
.green.button:active {
	background: rgb(119,142,28); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(119,142,28) 0%, rgb(169,193,89) 4%, rgb(185,204,67) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(119,142,28)), color-stop(4%,rgb(169,193,89)), color-stop(100%,rgb(185,204,67))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(119,142,28) 0%,rgb(169,193,89) 4%,rgb(185,204,67) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(119,142,28) 0%,rgb(169,193,89) 4%,rgb(185,204,67) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(119,142,28) 0%,rgb(169,193,89) 4%,rgb(185,204,67) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(119,142,28) 0%,rgb(169,193,89) 4%,rgb(185,204,67) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#778e1c', endColorstr='#b9cc43',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	}
		 	
.grey.button, 
.btn.grey {
	background: rgb(208,208,208); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(208,208,208) 3%, rgb(176,176,176) 3%, rgb(127,128,130) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(208,208,208)), color-stop(3%,rgb(176,176,176)), color-stop(100%,rgb(127,128,130))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(208,208,208) 3%,rgb(176,176,176) 3%,rgb(127,128,130) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(208,208,208) 3%,rgb(176,176,176) 3%,rgb(127,128,130) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(208,208,208) 3%,rgb(176,176,176) 3%,rgb(127,128,130) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(208,208,208) 3%,rgb(176,176,176) 3%,rgb(127,128,130) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#7f8082',GradientType=0 ); /* IE6-9 */
	color: #353535;
	text-shadow:  0 1px 1px #b3b4b5;
	border: 1px solid #565656;
	-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	   -moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	        box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	}
	 	
.grey.button:hover, 
.btn.grey:hover {
	background: rgb(221,221,221); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(221,221,221) 3%, rgb(191,191,191) 3%, rgb(132,133,135) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(221,221,221)), color-stop(3%,rgb(191,191,191)), color-stop(100%,rgb(132,133,135))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(221,221,221) 3%,rgb(191,191,191) 3%,rgb(132,133,135) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(221,221,221) 3%,rgb(191,191,191) 3%,rgb(132,133,135) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(221,221,221) 3%,rgb(191,191,191) 3%,rgb(132,133,135) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(221,221,221) 3%,rgb(191,191,191) 3%,rgb(132,133,135) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#848587',GradientType=0 ); /* IE6-9 */
	text-shadow:  0 1px 1px #b3b4b5;
	color: #353535;
	}		 

.btn.grey:active,
.grey.button:active {
	background: rgb(119,119,119); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(119,119,119) 0%, rgb(147,149,150) 5%, rgb(158,158,158) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(119,119,119)), color-stop(5%,rgb(147,149,150)), color-stop(100%,rgb(158,158,158))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(119,119,119) 0%,rgb(147,149,150) 5%,rgb(158,158,158) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(119,119,119) 0%,rgb(147,149,150) 5%,rgb(158,158,158) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(119,119,119) 0%,rgb(147,149,150) 5%,rgb(158,158,158) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(119,119,119) 0%,rgb(147,149,150) 5%,rgb(158,158,158) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#9e9e9e',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	}

/*
	=Callout
-------------------------------------------------- */
	
.callout.inset{
	margin: 20px 0;
	padding: 18px 12px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px inset, white 0px -1px 1px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px inset, white 0px -1px 1px inset;
	-o-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px inset, white 0px -1px 1px inset;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px inset, white 0px -1px 1px inset;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05))), rgba(255, 255, 255, 0.4);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), rgba(255, 255, 255, 0.4);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), rgba(255, 255, 255, 0.4);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), rgba(255, 255, 255, 0.4);
	background: linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), rgba(255, 255, 255, 0.4);
	float: left;
	width: 100%;
	}
	
.callout.inset .radium-one-half, 
.callout.inset .radium-one-third, 
.callout.inset .radium-two-third, 
.callout.inset .radium-three-fourth, 
.callout.inset .radium-one-fourth, 
.callout.inset .radium-one-fifth, 
.callout.inset .radium-two-fifth,
.callout.inset .radium-three-fifth,
.callout.inset .radium-four-fifth,
.callout.inset .radium-one-sixth,
.callout.inset .radium-five-sixth,
.callout.inset h5{
	margin-bottom: 0;
	}

 .callout.inset p{
	margin-bottom: 10px;
	}
	
.callout.inset input.email-newsletter {
	width: 100%%;
	background: url(../images/icons/icon-email.png) no-repeat 96% 8px;
	}
	
.callout.inset .newsletter-button {
	display: none;	
	}
		 			  
/*--------------------------------------------------
 :: =Mobile
 -------------------------------------------------- */
 			
@media only screen and (max-width: 800px) {
	
}
	
/* =Mobile */
@media only screen and (max-width: 767px) {
	
	/* Shortcode Grid */
	.radium-one-half,
	.radium-one-third,
	.radium-two-third,
	.radium-three-fourth,
	.radium-one-fourth,
	.radium-one-fifth,
	.radium-two-fifth,
	.radium-three-fifth,
	.radium-four-fifth,
	.radium-one-sixth,
	.radium-five-sixth {
			margin-right: 0;
			width: 100%;
			}
  	
	/*Slider*/
	
	.radium-slider ul.slides.loading { height: 140px; }
		
	.radium-slider article header h1, 
	.radium-slider article header h2, 
	.radium-slider article header h3, 
	.radium-slider article header h4 {
 		line-height: 13px;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 9px;
 		}
	
	/*Carousel */
	.radium-carousel-wrapper .section-title { max-width: 84%; }
	
	.jcarousel-item { width:280px;  }
		
	.radium-carousel .post-thumb {
		margin: 0 auto;
		width: 100%;
		height: 136px;
		overflow: hidden;
		}
		
	.radium-carousel .post-thumb img { width: 100%; }
		
	.radium-carousel span.post-format { display: block; }
		
	/* Icon Boxes */	
	div.iconbox {
		width: 100%;
		margin-right: 0;
		}
	
	/* Clients List */
	.clients li { 
		width: 100%; 
		margin-left: 0; 
		margin-right: 0; 
		}
	
	.clients li:first-child { 
		margin-left: 0; 
		margin-right: 0; 
		}
	
	/*CTA*/
	.cta-wrapper { margin: 0 0 15px 0; }
			
	.cta-wrapper .cta-content {
		width: 100%;
		padding: 0;
		}
		
	.cta-wrapper .cta-tag-line { padding: 0 13px 13px 13px; }
			
	.cta-wrapper .cta-action {
		width: 100%;
		padding: 0 0 0 0;
		}
	
	.cta-wrapper .button.large, 
	.cta-wrapper .btn.large {
		float: left;
 		width: 100%;
 		padding-left: 0;
 		padding-right: 0;
 		margin: 0 ;
		}
		
	/* Pricing Tables */			
	.one-column-table .radium-price-column,	
	.two-column-table .radium-price-column,
	.three-column-table .radium-price-column,
	.four-column-table .radium-price-column {
		width: 280px;
 		margin: 20px auto;
 		display: block;
		}
		
}

/* =Tablet screens */
@media only screen and (device-width: 768px), (device-width: 800px) {
	
}

/* =Tablet screens (portrait  mode)*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

}
