/*
Theme Name: Clapdigital Framework
Theme URL: http://www.clapdigital.com/
Description: The 2014 theme for Clapdigital
Author: Samuel Olutola http://www.linkojones.com/
Version: 6.0
Tags: 
*/

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Fjalla+One);
@import url(//fonts.googleapis.com/css?family=Expletus+Sans:400,500,600);
@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);

/*
Table Of Contents

BOOTSTRAP OVERRIDES 		- Here we overriding some of predefined bootstrap styles.
WRAPPERS			 		- Here we have added our own wrappers apprat from bootstrap.
SEPARATORS			 		- We can separate full width opacity with no change to body.
BOXES				 		- These are the boxes things are contained in on in this theme.
FOOTER				 		- These are footer media queries that are at the page bottom.
TO THE TOP/OVERLAYS

*/

/*----------- BOOTSTRAP OVERRIDES -----------*/
.hide-body{
	display:none;
}
h1.center{
	margin:0;
	text-shadow: 0 1px 1px #000;
}
a{
	text-decoration:none; /*This is commented out because it conflicts with the last link on the navigation list*/ /*-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;*/
}
a:hover{
	color:#333333;
}
form{
	margin: 0 0 0px;
}
::selection{
	background: #62c5ea; 
	color:#ffffff;
}
::-moz-selection{
	background: #62c5ea; 
	color:#ffffff;
}

/*----------- WRAPPERS -----------*/
.wrapper31{
	margin-right: auto;
	margin-left: auto;
	color:#333333;
}
.wrapper32{
	float:left;
}
.wrapper33{
	float:left;	
}
.wrapper34{	
	width:50%;
	float:left;
}
.wrapper35{
	float:left;
}
.wrapper36{
	float:left;
}

/*----------- SEPARATORS -----------*/
.separator{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FFF;
	background: rgba(255,255,255,0.3);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	margin-right: auto;
	margin-left: auto;
	color:#333333;
}
.separator2{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FFF;
	background: rgba(255,255,255,0.6);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	margin-right: auto;
	margin-left: auto;
	color:#333333;
}
.separator3{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FFF;
	background: rgba(255,255,255,0.45);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	margin-right: auto;
	margin-left: auto;
	color:#333333;
}
.separator4{	
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FFF;
	background: rgba(0,0,0,0.1);
	box-shadow: 0 2px 5px rgba(0,0,0,0.0);
	margin-right: auto;
	margin-left: auto;
	color:#333333;
}
.separatorSmall{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FFF;
	background: rgba(255,255,255,0.3);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	margin-right: auto;
	margin-left: auto;
	color:#333333;
}

/*----------- BOXES -----------*/
/* Default wide-screen styles */
.boxContainer {
	width: 960px; /* x 1024 */
	margin: 150px auto 0;
} 
.box{
	border-top: 5px solid #9d8890;
	border-top: 5px solid rgba(157,136,144,1);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	background: #FFF;
	padding:20px;
}
/* Higher than 1920px (Desktop big) */
@media only screen and (min-width: 1920px) {
.boxContainer {
	width: 1580px;
	margin: 200px auto 50px auto;
}
.box{
	border-top: 8px solid #9d8890;
	border-top: 8px solid rgba(157,136,144,1);
	padding:20px;
}
}
/* Widescreen Monitors */
@media only screen and (min-width: 1680px) and (max-width: 1919px) {
.boxContainer {
	width: 1382px;
	margin: 175px auto 50px auto;
}
.box{
	border-top: 6px solid #9d8890;
	border-top: 6px solid rgba(157,136,144,1);
	padding:20px;
}
}
/* Widescreen Laptops */
@media all and (max-width: 1366px) {
.boxContainer {
	width: 1125px;
	margin: 150px auto 50px auto;
}
.box{
	padding:20px;
}
}
/* Between 980px and 1270px (Desktop normal) */
@media only screen and (min-width: 980px) and (max-width: 1279px) {
.boxContainer {
	width: 960px;
	margin: 100px auto 0;
}
.box{
	padding:20px;
}
.boxInner {
	width: 806px;
}
}
/* Smaller than 980px (Tablet and mobile) */
@media only screen and (max-width: 979px) {
.boxContainer {
	width: 100%;
	margin: 100px auto 0;
}
.box{
	padding:20px;
}
.boxInner {
	width: 781px; /* x 950 */
}
}
/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.boxContainer {
	width: 100%;
	margin: 100px auto 0;
}
.box{
	padding:20px;
}
.boxInner {
	width: 623px;
}
}
/* Between 768px and 979px (Tablet portrait) */
@media only screen and (min-width: 768px) and (max-width: 979px) {
.boxContainer {
	width: 100%;
	margin: 100px auto 0;
}
.box{
	padding:20px;
}
.boxInner {
	width: 623px;
}
}
/* Smaller than 767px (Mobile portrait and landscape) */
@media only screen and (max-width: 767px) {
.boxContainer {
	width: 100%;
	margin: 100px auto 0;
}
.box{
	padding:20px;
}
.boxInner {
	width: 593px; /* x 720 */
}
}
/* Between 480px and 767px (Mobile landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
.boxContainer {
	width: 100%;
	margin: 0 auto;
}
.box{
	padding:20px;
}
.boxInner {
	width: 450px;
	padding: 50px 0 50px 0;
}
}
/* Smaller than 479px (Mobile portrait) */
@media only screen and (min-width: 371px) and (max-width: 479px) { 
.boxContainer {
	width: 100%;
	margin: 100px auto 0;
}
.box{
	padding:20px;
}
.boxInner {
	width: 348px;
}
}
@media only screen and (min-width: 320px) and (max-width: 370px) { 
.boxContainer {
	width: 100%;
	margin: 100px auto 0;
}
.box{
	padding:20px;
}
.boxInner {
	width: 300px;
}
}
/* styles for smaller devices */
@media all and (min-width: 240px) and (max-width: 319px){ 
.boxContainer {
	width: 100%;
	margin: 100px auto 0;
}
.box{
	padding:20px;
}
.boxInner {
	width: 225px;
}
}
/* styles for mega small devices */
@media all and (max-width: 240px){
.boxContainer {
	width: 100%;
	margin: 100px auto 0;
}
.box{
	padding:20px;
}
.boxInner {
	width: 206px; /* x 220 */
}
}

/*----------- FOOTER -----------*/
/* Default wide-screen styles */
#prevclients{
	background-image: url(../img/footer-bg.png);
	background-repeat:repeat-x;
	border-top: 1px solid #999;
	height: 100px;
	padding:20px;
}
.prevclientscontainer{
	margin: 0 auto;
	background-image: url(../img/img18c.png);
	height: 100px;
	width: 810px;
}
#prevclients .prevclientscontainer a{
	color:#C6C6C7;
	font-size: 24px;
	font-weight: bold;
}
#footer{
	background-color:#0c2430;
	border-top: 5px solid #393939;
}
.footercontainer{
	color:#C6C6C7;
	padding: 20px;
	max-width: 900px;
	margin: 0 auto;
	height: 30px;
}
#footer #left{
	color:#5a5a5a;
	float:left;
	width:45%;
}
#footer #right{
	color:#C6C6C7;
	float:right;
	width:50%;
}
#footer .footercontainer a{
	color:#d82463;
	font-size: 12px;
}
/* Higher than 1920px (Desktop big) */
@media only screen and (min-width: 1920px) {
#prevclients{
	background-image: url(../img/footer-bg.png);
	background-repeat:repeat-x;
	border-top: 1px solid #999;
	height: 100px;
	padding:20px;
}
.prevclientscontainer{
	margin: 0 auto;
	background-image: url(../img/img18c.png);
	height: 100px;
	width: 810px;
}
#prevclients .prevclientscontainer a{
	color:#C6C6C7;
	font-size: 24px;
	font-weight: bold;
}
#footer{
	background-color:#0c2430;
	border-top: 5px solid #393939;
}
.footercontainer{
	color:#C6C6C7;
	padding: 25px;
	max-width: 1580px;
	margin: 0 auto;
	height: auto;
}
#footer #left{
	color:#5a5a5a;
	float:left;
	width:50%;
	text-align:left;
}
#footer #right{
	color:#C6C6C7;
	float:right;
	width:50%;
	text-align:right;
}
#footer .footercontainer a{
	color:#d82463;
	font-size: 12px;
}
}
/* Widescreen Monitors */
@media only screen and (min-width: 1680px) and (max-width: 1919px) {
#prevclients{
	background-image: url(../img/footer-bg.png);
	background-repeat:repeat-x;
	border-top: 1px solid #999;
	height: 100px;
	padding:20px;
}
.prevclientscontainer{
	margin: 0 auto;
	background-image: url(../img/img18c.png);
	height: 100px;
	width: 810px;
}
#prevclients .prevclientscontainer a{
	color:#C6C6C7;
	font-size: 24px;
	font-weight: bold;
}
#footer{
	background-color:#0c2430;
	border-top: 5px solid #393939;
}
.footercontainer{
	color:#C6C6C7;
	padding: 25px;
	max-width: 1382px;
	margin: 0 auto;
	height: auto;
}
#footer #left{
	color:#5a5a5a;
	float:left;
	width:50%;
	text-align:left;
}
#footer #right{
	color:#C6C6C7;
	float:right;
	width:50%;
	text-align:right;
}
#footer .footercontainer a{
	color:#d82463;
	font-size: 12px;
}
}
/* Widescreen Laptops */
@media all and (max-width: 1366px) {
#prevclients{
	background-image: url(../img/footer-bg.png);
	background-repeat:repeat-x;
	border-top: 1px solid #999;
	height: 100px;
	padding:20px;
}
.prevclientscontainer{
	margin: 0 auto;
	background-image: url(../img/img18c.png);
	height: 100px;
	width: 810px;
}
#prevclients .prevclientscontainer a{
	color:#C6C6C7;
	font-size: 24px;
	font-weight: bold;
}
#footer{
	background-color:#0c2430;
	border-top: 5px solid #393939;
}
.footercontainer{
	color:#C6C6C7;
	padding: 25px;
	max-width: 1125px;
	margin: 0 auto;
	height: auto;
}
#footer #left{
	color:#5a5a5a;
	float:left;
	width:50%;
	text-align:left;
}
#footer #right{
	color:#C6C6C7;
	float:right;
	width:50%;
	text-align:right;
}
#footer .footercontainer a{
	color:#d82463;
	font-size: 12px;
}
}
/* Between 980px and 1270px (Desktop normal) */
@media only screen and (min-width: 980px) and (max-width: 1279px) {
#prevclients{
	background-image: url(../img/footer-bg.png);
	background-repeat:repeat-x;
	border-top: 1px solid #999;
	height: 100px;
	padding:20px
}
.prevclientscontainer{
	margin: 0 auto;
	background-image: url(../img/img18c.png);
	height: 100px;
	width: 810px;
}
#prevclients .prevclientscontainer a{
	color:#C6C6C7;
	font-size: 24px;
	font-weight: bold;
}
#footer{
	background-color:#0c2430;
	border-top: 5px solid #393939;
}
.footercontainer{
	color:#C6C6C7;
	padding: 20px;
	max-width: 806px;
	margin: 0 auto;
	height: 30px;
}
#footer #left{
	color:#5a5a5a;
	float:left;
	width:50%;
	text-align:left;
}
#footer #right{
	color:#C6C6C7;
	float:right;
	width:50%;
	text-align:right;
}
#footer .footercontainer a{
	color:#d82463;
	font-size: 12px;
}
}
/* Smaller than 980px (Tablet and mobile) */
@media only screen and (max-width: 979px) {
#prevclients{
	background-image: url(../img/footer-bg.png);
	background-repeat:repeat-x;
	border-top: 1px solid #999;
	height: auto;
	padding:20px;
}
.prevclientscontainer{
	margin: 0 auto;
	background-image: url(../img/img18c.png);
	height: 59px;
	width: 480px;
	background-size: cover;
}
#prevclients .prevclientscontainer a{
	color:#C6C6C7;
	font-size: 24px;
	font-weight: bold;
}
#footer{
	background-color:#0c2430;
	border-top: 5px solid #393939;
}
.footercontainer{
	color:#C6C6C7;
	padding: 20px;
	max-width: 900px;
	margin: 0 auto;
	height: 30px;
}
#footer #left{
	color:#5a5a5a;
	float:left;
	width:45%;
}
#footer #right{
	color:#C6C6C7;
	float:right;
	width:50%;
}
#footer .footercontainer a{
	color:#d82463;
	font-size: 12px;
}
}
/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
#prevclients{
	background-image: url(../img/footer-bg.png);
	background-repeat:repeat-x;
	border-top: 1px solid #999;
	height: 100px;
	padding:20px
}
.prevclientscontainer{
	margin: 0 auto;
	background-image: url(../img/img18d.png);
	height: 91px;
	width: 740px;
}
#prevclients .prevclientscontainer a{
	color:#C6C6C7;
	font-size: 24px;
	font-weight: bold;
}
#footer{
	background-color:#0c2430;
	border-top: 5px solid #393939;
}
.footercontainer{
	color:#C6C6C7;
	padding: 20px;
	max-width: 900px;
	margin: 0 auto;
	height: 30px;
}
#footer #left{
	color:#5a5a5a;
	float:left;
	width:45%;
}
#footer #right{
	color:#C6C6C7;
	float:right;
	width:50%;
}
#footer .footercontainer a{
	color:#d82463;
	font-size: 12px;
}
}
/* Between 768px and 979px (Tablet portrait) */
@media only screen and (min-width: 768px) and (max-width: 979px) {
#prevclients{
	background-image: url(../img/footer-bg.png);
	background-repeat:repeat-x;
	border-top: 1px solid #999;
	height: 100px;
	padding:20px;
}
.prevclientscontainer{
	margin: 0 auto;
	background-image: url(../img/img18d.png);
	height: 91px;
	width: 740px;
}
#prevclients .prevclientscontainer a{
	color:#C6C6C7;
	font-size: 24px;
	font-weight: bold;
}
#footer{
	background-color:#0c2430;
	border-top: 5px solid #393939;
}
.footercontainer{
	color:#C6C6C7;
	padding: 20px;
	max-width: 900px;
	margin: 0 auto;
	height: 30px;
}
#footer #left{
	color:#5a5a5a;
	float:left;
	width:45%;
}
#footer #right{
	color:#C6C6C7;
	float:right;
	width:50%;
}
#footer .footercontainer a{
	color:#d82463;
	font-size: 12px;
}
}
/* Smaller than 767px (Mobile portrait and landscape) */
@media only screen and (max-width: 767px) {
#prevclients{
	background-image: url(../img/footer-bg.png);
	background-repeat:repeat-x;
	border-top: 1px solid #999;
	height: auto;
	padding:20px;
}
.prevclientscontainer{
	margin: 0 auto;
	background-image: url(../img/img18c.png);
	height: 59px;
	width: 480px;
	background-size: cover;
}
#prevclients .prevclientscontainer a{
	color:#C6C6C7;
	font-size: 24px;
	font-weight: bold;
}
#footer{
	background-color:#0c2430;
	border-top: 5px solid #393939;
}
.footercontainer{
	color:#C6C6C7;
	padding: 20px;
	max-width: 900px;
	margin: 0 auto;
	height: 30px;
}
#footer #left{
	color:#5a5a5a;
	float:left;
	width:45%;
}
#footer #right{
	color:#C6C6C7;
	float:right;
	width:50%;
}
#footer .footercontainer a{
	color:#d82463;
	font-size: 12px;
}
}
/* Between 480px and 767px (Mobile landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#prevclients{
	background-image: url(../img/footer-bg.png);
	background-repeat:repeat-x;
	border-top: 1px solid #999;
	height: auto;
	padding:20px;
}
.prevclientscontainer{
	margin: 0 auto;
	background-image: url(../img/img18c.png);
	height: 56px;
	width: 450px;
	background-size: cover;
}
#prevclients .prevclientscontainer a{
	color:#C6C6C7;
	font-size: 24px;
	font-weight: bold;
}
#footer{
	background-color:#0c2430;
	border-top: 5px solid #393939;
}
.footercontainer{
	color:#C6C6C7;
	padding: 20px;
	max-width: 900px;
	margin: 0 auto;
	height: 30px;
}
#footer #left{
	color:#5a5a5a;
	float:left;
	width:45%;
}
#footer #right{
	color:#C6C6C7;
	float:right;
	width:50%;
}
#footer .footercontainer a{
	color:#d82463;
	font-size: 12px;
}
}


/*TO BE COMPLETED*/
/* Smaller than 479px (Mobile portrait) */
@media only screen and (min-width: 371px) and (max-width: 479px) { 
.boxContainer {
	width: 100%;
	margin: 100px auto 0;
}
.box{
	padding:20px;
}
.boxInner {
	width: 348px;
}
}
@media only screen and (min-width: 320px) and (max-width: 370px) { 
.boxContainer {
	width: 100%;
	margin: 100px auto 0;
}
.box{
	padding:20px;
}
.boxInner {
	width: 300px;
}
}
/* styles for smaller devices */
@media all and (min-width: 240px) and (max-width: 319px){ 
.boxContainer {
	width: 100%;
	margin: 100px auto 0;
}
.box{
	padding:20px;
}
.boxInner {
	width: 225px;
}
}
/* styles for mega small devices */
@media all and (max-width: 240px){
.boxContainer {
	width: 100%;
	margin: 100px auto 0;
}
.box{
	padding:20px;
}
.boxInner {
	width: 206px; /* x 220 */
}
}

/*----------- TO THE TOP/OVERLAYS -----------*/
/* Default wide-screen styles */
#toTop {
    width: 43px;
    height: 43px;
    padding: 5px;
    background: #D82463;
    color: #fff;
    position: fixed;
    bottom: 0;
    margin:0 11px 11px 0;
    right:20px;
    display: none;
    opacity: 0.6;
    -webkit-border-radius: 43px;
	-moz-border-radius: 43px;
	-o-border-radius: 43px;
	border-radius:43px;
    cursor:pointer;
}
#toTop:hover{
    opacity: 1;
}
#loading-overlay {
    position: absolute;
    width: auto;
    height: 100%;
    width: 100%;
    height: 100vh;
	background-color: #FFF;
    left: 50%;
    top: 50%;
	z-index:1000;
	-webkit-transform:translate(-50%, -50%);
	   -moz-transform:translate(-50%, -50%);
		-ms-transform:translate(-50%, -50%);
		 -o-transform:translate(-50%, -50%);
			transform:translate(-50%, -50%);
}
#loading-overlay img {
	position: absolute;
	margin: auto; 
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 400px !important; height: 300px !important;    
}
#overlay{
    position: fixed;
	width: 100%;
	height: 100%;
	top:0px;
	background-color: rgba(0,0,0,0.7);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE 8 */
    filter: alpha(opacity=0.7);/* IE 5-7 */
    -moz-opacity: 0.7;/* Netscape */ 
    -khtml-opacity: 0.7;/* Safari 1.x */
}
#overlay2{
    position: fixed;
	width: 100%;
	height: 100%;
    top:1px;
	margin-right: 0;
	margin-left: 0;
	background-color: rgba(0,0,0,0.7);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE 8 */
    filter: alpha(opacity=0.7);/* IE 5-7 */
    -moz-opacity: 0.7;/* Netscape */ 
    -khtml-opacity: 0.7;/* Safari 1.x */
	z-index:100;
}
/* Higher than 1920px (Desktop big) */
@media only screen and (min-width: 1920px) {
#toTop {
    width: 43px;
    height: 43px;
    padding: 5px;
    background: #D82463;
    color: #fff;
    position: fixed;
    bottom: 0;
    margin:0 11px 9px 0;
    right:20px;
    display: none;
    opacity: 0.6;
    -webkit-border-radius: 43px;
	-moz-border-radius: 43px;
	-o-border-radius: 43px;
	border-radius:43px;
    cursor:pointer;
}
img#tothetop { width: 43px !important; height: 43px !important; }
}
/* Widescreen Monitors */
@media only screen and (min-width: 1680px) and (max-width: 1919px) {
#toTop {
    width: 41px;
    height: 41px;
    padding: 5px;
    background: #D82463;
    color: #fff;
    position: fixed;
    bottom: 0;
    margin:0 11px 11px 0;
    right:15px;
    display: none;
    opacity: 0.6;
    -webkit-border-radius: 41px;
	-moz-border-radius: 41px;
	-o-border-radius: 41px;
	border-radius:41px;
    cursor:pointer;
}
img#tothetop { width: 41px !important; height: 41px !important; }
}
/* Widescreen Laptops */
@media all and (max-width: 1366px) {
#toTop {
    width: 40px;
    height: 40px;
    padding: 5px;
    background: #D82463;
    color: #fff;
    position: fixed;
    bottom: 0;
    margin:0 10px 10px 0;
    right:12px;
    display: none;
    opacity: 0.6;
    -webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius:40px;
    cursor:pointer;
}
img#tothetop { width: 40px !important; height: 40px !important; }	
}
/* Between 980px and 1270px (Desktop normal) */
@media only screen and (min-width: 980px) and (max-width: 1279px) {
#toTop {
    width: 38px;
    height: 38px;
    padding: 5px;
    background: #D82463;
    color: #fff;
    position: fixed;
    bottom: 0;
    margin:0 10px 10px 0;
    right:10px;
    display: none;
    opacity: 0.6;
    -webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	-o-border-radius: 38px;
	border-radius:38px;
    cursor:pointer;
}
img#tothetop { width: 38px !important; height: 38px !important; }	
}
/* Smaller than 980px (Tablet and mobile) */
@media only screen and (max-width: 979px) {
#toTop {
    width: 36px;
    height: 36px;
    padding: 5px;
    background: #D82463;
    color: #fff;
    position: fixed;
    bottom: 0;
    margin:0 10px 10px 0;
    right:15px;
    display: none;
    opacity: 0.6;
    -webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	-o-border-radius: 36px;
	border-radius:36px;
    cursor:pointer;
	z-index:102;
}
img#tothetop { width: 36px !important; height: 36px !important; }
}
/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
#toTop {
    width: 36px;
    height: 36px;
    padding: 5px;
    background: #D82463;
    color: #fff;
    position: fixed;
    bottom: 0;
    margin:0 10px 10px 0;
    right:15px;
    display: none;
    opacity: 0.6;
    -webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	-o-border-radius: 36px;
	border-radius:36px;
    cursor:pointer;
	z-index:102;
}
img#tothetop { width: 36px !important; height: 36px !important; }
}
/* Between 768px and 979px (Tablet portrait) */
@media only screen and (min-width: 768px) and (max-width: 979px) {
#toTop {
    width: 36px;
    height: 36px;
    padding: 5px;
    background: #D82463;
    color: #fff;
    position: fixed;
    bottom: 0;
    margin:0 10px 10px 0;
    right:15px;
    display: none;
    opacity: 0.6;
    -webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	-o-border-radius: 36px;
	border-radius:36px;
    cursor:pointer;
	z-index:102;
}
img#tothetop { width: 36px !important; height: 36px !important; }
}
/* Smaller than 767px (Mobile portrait and landscape) */
@media only screen and (max-width: 767px) {
#toTop {
    width: 36px;
    height: 36px;
    padding: 5px;
    background: #D82463;
    color: #fff;
    position: fixed;
    bottom: 0;
    margin:0 10px 10px 0;
    right:15px;
    display: none;
    opacity: 0.6;
    -webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	-o-border-radius: 36px;
	border-radius:36px;
    cursor:pointer;
	z-index:102;
}
img#tothetop { width: 36px !important; height: 36px !important; }
}
/* Between 480px and 767px (Mobile landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
/*To The Top*/
#toTop {
    width: 32px;
    height: 32px;
    padding: 5px;
    background: #D82463;
    color: #fff;
    position: fixed;
    bottom: 0;
    margin:0 10px 10px 0;
    right:15px;
    display: none;
    opacity: 0.6;
    -webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius:32px;
    cursor:pointer;
	z-index:102;
}
img#tothetop { width: 32px !important; height: 32px !important; }
/*Overlay*/
#loading-overlay img {
	position: absolute;
	margin: auto; 
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 300px !important; height: 225px !important;    
}
}


/*TO BE COMPLETED*/
/* Smaller than 479px (Mobile portrait) */
@media only screen and (min-width: 371px) and (max-width: 479px) { 
.boxContainer {
	width: 100%;
	margin: 100px auto 0;
}
.box{
	padding:20px;
}
.boxInner {
	width: 348px;
}
}
@media only screen and (min-width: 320px) and (max-width: 370px) { 
.boxContainer {
	width: 100%;
	margin: 100px auto 0;
}
.box{
	padding:20px;
}
.boxInner {
	width: 300px;
}
}
/* styles for smaller devices */
@media all and (min-width: 240px) and (max-width: 319px){ 
.boxContainer {
	width: 100%;
	margin: 100px auto 0;
}
.box{
	padding:20px;
}
.boxInner {
	width: 225px;
}
}
/* styles for mega small devices */
@media all and (max-width: 240px){
.boxContainer {
	width: 100%;
	margin: 100px auto 0;
}
.box{
	padding:20px;
}
.boxInner {
	width: 206px; /* x 220 */
}
}


/*PRELOADS*/
#preload { display: none; height:0; width:0 }

/*BUTTONS*/
.container .row.bottom_pad .span6 .btn.btn.clapdigital-more.btn-large{
	font-family: Droid Sans, Calibri;
}
.container .row.bottom_pad .span6 .btn.btn.clapdigital-direct.btn-large{
	font-family: Droid Sans, Calibri;
	font-size:1em;
}
.btntextleft{
	width:auto;
}
.btntextleft .btn.btn.clapdigital-direct.btn-large{ 
	font-family: Droid Sans, Calibri; 
	font-size:1em;
}

/*HPSLIDERS*/
#hpslider ul #banner2 .text.left2 .constrainCenterLeft.greywash {
	font-weight: bold;
}
#hpslider ul #banner2 .text.middle .constrainCenterMiddle.greywash {
	font-weight: bold;
}
#hpslider ul #banner2 .text.right .constrainCenterRight.greywash {
	font-weight: bold;
}

/*BASIC SLIDERS*/
#page-wrap{
	padding-top:20px;
	padding-left:20px;
}
.items a,.items a:active,.items a:link,.items a:visited{
	font-size:1.2em;
	color:#3300CC;
	text-decoration:underline;
	display:block;
	margin-top:10px;
}
.items a:hover{
	text-decoration:none;	
}
.brief{
	font-size:0.8em;
	padding-left:10px;
}
.long{
	font-size:0.8em;
	padding-left:10px;
}

/*ADVERTS*/
.googleAds{
	margin:auto;
	background-image:url(//clapdigital.com/img/img80.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.googleAds#leaderboard{
	margin:90px auto -70px auto;
	height:90px; 
	width:728px;
}
.googleAds#wideskyscraper{
	margin:20px 0 0 690px;
	height:600px; 
	width:160px;
}
.googleAds#wideskyscraper2{
	margin:0 10px 0 20px;
	height:600px; 
	width:160px;
	float:left;
}
.googleAds#wideskyscraper3{
	margin:0 0 0 10px;
	height:600px; 
	width:160px;
	float:left;
}
.googleAds#skyscraper{
	margin: 50px 0 0 690px;
	height:600px; 
	width:120px;
}
.googleAds#mediumrectangle{
	margin-left:20px;
	height:250px; 
	width:300px;
	float:left;
}
.googleAds#mediumrectangle2{
	margin-left:20px;
	height:250px; 
	width:300px;
	float:left;
}
.googleAds#mobilebanner{
	margin-top:50px;
	width:320px;
	height:50px;
}
.googleAds#responsive{
	margin:auto;
	height:auto; 
	width:auto;
}
.googleAds#mobilebanner{
	display:none;
}
.chitikaAds{
	margin:auto;
	background-image:url(//clapdigital.com/img/img80.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.chitikaAds#default{
	margin:10px;
	width:300px;
    height:250px;
	float:left;
}
@media only screen and (min-width: 1920px) {
.googleAds#leaderboard{
	margin:120px auto -20px auto;
	height:90px; 
	width:728px;
}
.googleAds#mediumrectangle2{
	margin-left:20px;
	height:250px; 
	width:300px;
	float:left;
}
.googleAds#responsive{
	margin-top:150px;
	height:auto; 
	width:auto;
}
.googleAds#mobilebanner{
	display:none;
}
}
@media only screen and (min-width: 1680px) and (max-width: 1919px) {
.googleAds#responsive{
	margin-top:150px;
	height:90px; 
	width:728px;
}
.googleAds#mobilebanner{
	display:none;
}
}
@media all and (max-width: 1366px) {
.googleAds#leaderboard{
	margin:100px auto -70px auto;
	height:90px; 
	width:728px;
}
.googleAds#mediumrectangle2{
	margin:20px 40px 10px 40px;
	height:250px; 
	width:300px;
	float:left;
}
.googleAds#responsive{
	margin-top:150px;
	height:auto; 
	width:auto;
}
.googleAds#mobilebanner{
	display:none;
}
}
@media only screen and (min-width: 980px) and (max-width: 1279px) {
.googleAds#responsive{
	margin-top:150px;
	height:auto; 
	width:auto;
}
.googleAds#mobilebanner{
	display:none;
}
}
@media only screen and (max-width: 979px) {
.googleAds#responsive{
	margin-top:150px;
	height:auto; 
	width:auto;
}
.googleAds#mobilebanner{
	display:none;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.googleAds#wideskyscraper2{
	margin:0 10px 0 20px;
	height:600px; 
	width:160px;
	float:left;
}
.googleAds#wideskyscraper3{
	margin:0 0 0 10px;
	height:600px; 
	width:160px;
	float:left;
}
.googleAds#responsive{
	margin-top:150px;
	height:auto; 
	width:auto;
}
.googleAds#mobilebanner{
	margin:30px auto -40px auto;
	width:320px;
	height:50px;
	display:block;
}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
.googleAds#responsive{
	margin-top:150px;
	height:auto; 
	width:auto;
}
.googleAds#mobilebanner{
	margin:30px auto -40px auto;
	width:320px;
	height:50px;
	display:block;
}
}
@media only screen and (max-width: 767px) {
.googleAds#wideskyscraper2{
	display:none;
}
.googleAds#wideskyscraper3{
	display:none;
}
.googleAds#mediumrectangle2{
	display:none;
}
.googleAds#responsive{
	margin-top:150px;
	height:auto; 
	width:auto;
}
.googleAds#mobilebanner{
	margin:30px auto -40px auto;
	width:320px;
	height:50px;
	display:block;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) { 
.googleAds#leaderboard{
	display:none;
}
.googleAds#wideskyscraper2{
	display:none;
}
.googleAds#wideskyscraper3{
	display:none;
}
.googleAds#mediumrectangle2{
	display:none;
}
.googleAds#responsive{
	margin-top:150px;
	height:auto; 
	width:auto;
}
.googleAds#mobilebanner{
	margin:30px auto -40px auto;
	width:320px;
	height:50px;
	display:block;
}
}
@media only screen and (min-width: 371px) and (max-width: 479px) {
.googleAds#leaderboard{
	display:none;
}
.googleAds#wideskyscraper2{
	display:none;
}
.googleAds#wideskyscraper3{
	display:none;
}
.googleAds#mediumrectangle2{
	display:none;
}
.googleAds#responsive{
	margin-top:150px;
	height:auto; 
	width:auto;
}
.googleAds#mobilebanner{
	margin:30px auto -40px auto;
	width:320px;
	height:50px;
	display:block;
}
}
@media only screen and (min-width: 320px) and (max-width: 370px) {
.googleAds#leaderboard{
	display:none;
}
.googleAds#wideskyscraper2{
	display:none;
}
.googleAds#wideskyscraper3{
	display:none;
}
.googleAds#mediumrectangle2{
	display:none;
}
.googleAds#responsive{
	margin-top:150px;
	height:auto; 
	width:auto;
}
.googleAds#mobilebanner{
	margin:30px auto -40px auto;
	width:320px;
	height:50px;
	display:block;
}
}
@media all and (min-width: 240px) and (max-width: 319px){
.googleAds#leaderboard{
	display:none;
}
.googleAds#wideskyscraper2{
	display:none;
}
.googleAds#wideskyscraper3{
	display:none;
}
.googleAds#mediumrectangle2{
	display:none;
}
.googleAds#responsive{
	margin-top:150px;
	height:auto; 
	width:auto;
}
}
@media all and (max-width: 240px){
.googleAds#leaderboard{
	display:none;
}
.googleAds#wideskyscraper2{
	display:none;
}
.googleAds#wideskyscraper3{
	display:none;
}
.googleAds#mediumrectangle2{
	display:none;
}
.googleAds#responsive{
	margin-top:150px;
	height:auto; 
	width:auto;
}
.googleAds#mobilebanner{
	margin:30px auto -40px auto;
	width:320px;
	height:50px;
	display:block;
}
}
.partnerAds{
	margin:auto;
	background-image:url(//clapdigital.com/img/img80.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.partnerAds{
	margin:auto;
	background-color:#ff7800;
}
.partnerAds#leaderboard{
	margin-top:150px;
	height:90px; 
	width:728px;
}
.partnerAds#taylormason{
	margin:0 0 0 20px;
	position:relative;
	height:250px; 
	width:300px;
	float:left;
}
.partnerAds#taylormason a span{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left: 0;
	/* edit: added z-index */
  	z-index: 1;
	/* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif */
	background-image:url(//clapdigital.com/img/empty.gif);
}
.sideAds{
}

/*MISCELLANOUS*/
.restricted{
	width:100%;
	height:100%;
	overflow-x:hidden;  
	overflow-y:hidden; 
}
.transparent_class{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* IE 8 */
  filter: alpha(opacity=50);/* IE 5-7 */
  -moz-opacity: 0.5;/* Netscape */
  -khtml-opacity: 0.5;/* Safari 1.x */
  opacity: 0.5;/* Good browsers */
}
.dropdown-menu {
	position:absolute;
	top:100%;
	z-index:900;
	display:none;
	float:left;
	padding:10px 0;
	margin:2px 0 0;
	background:#fff;
	background-color:rgba(255,255,255,0.98);
	border:1px solid #e1e8ed;
	border:0 solid rgba(0,0,0,0.25);
	border-radius:4px;
	box-shadow:0 1px 4px rgba(0,0,0,0.25);
	background-clip:padding-box;
}
.dropdown-menu .dropdown-caret {
	top:-10px;
	left:12px;
	width:18px;
	height:10px;
	float:left;
	overflow:hidden;
}
.dropdown-caret, .left-caret, .right-caret, .up-caret{
	position:absolute;	
}
.dropdown-caret .caret-outer {
	border-bottom:10px solid #8899a6;
	border-bottom-color:rgba(0,0,0,0.1);
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	height:auto;
	left:0;
	top:0;
	width:auto;
}
.dropdown-caret .caret-inner {
	top:1px;
	left:1px;
	border-left:9px solid transparent;
	border-right:9px solid transparent;
	border-bottom:9px solid #fff;
	border-bottom-color:rgba(255,255,255,0.98);
}
.dropdown-caret .caret-outer, .dropdown-caret .caret-inner {
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	margin-left:-1px;
}
.left-caret .caret-outer {
	border-right:11px solid #8899a6;
	border-top:11px solid transparent;
	border-bottom:12px solid transparent;
	height:auto;
	left:0;
	top:0;
	width:auto;
}
.left-caret .caret-inner {
	top:1px;
	left:1px;
	border-top:9px solid transparent;
	border-bottom:9px solid transparent;
	border-right:9px solid #fff;
	border-right-color:rgba(255,255,255,0.98);
}
.left-caret .caret-outer{
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	margin-left:2px;
	margin-top:3px;
}
.left-caret .caret-inner {
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	margin-left:5px;
	margin-top:5px;
}
.contacts {
	margin: 25px 0 0;
	float: left;
	font-style: normal;
	font-size: 13px;
	line-height: 20px;
}
.contacts a {
	margin: 0 10px 0 0;
	color: #c8cacb;
	float: left;
	text-indent: -999em;
	outline: none;
	position: relative;
	width: 11px;
	height: 14px;
}
.login-form {
	opacity: 0;
	letter-spacing: 0;
	text-shadow: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	top: -999em;
	right: -1px;
	background: #f5f5f4;
	padding: 27px 30px 30px;
	width: 247px;
	-webkit-box-shadow: 0 2px 70px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 2px 70px 0 rgba(0, 0, 0, .3);
	line-height: 18px;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
.required, .client-box .password {
	position: relative;
	padding: 0 0 22px;
}
.required label, .details .row + label {
	font-family: 'Avenir LT W01 95 Black', Arial, Helvetica, sans-serif;
}
.required input, .client-box .password input, .required textarea, .required input, .required .jcf-select {
	margin: 0;
}
.login-form input[type="password"] {
	padding-right: 114px;
	height: 39px;
}
.login-form .area {
	position: relative;
	padding: 6px 0 0;
	width: 100%;
}
input[type="image"], input[type="file"] {
	-webkit-appearance: initial;
	padding: initial;
	background-color: initial;
	border: initial;
}
.non-display {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], .jcf-select-area {
	-webkit-box-shadow: 0 1px 0 0 #b1b1b0;
	box-shadow: 0 1px 0 0 #b1b1b0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #e5e7e7;
	padding: 9px 12px;
	background: #fff;
	margin: 0;
	vertical-align: middle;
	color: #505050;
	font: 16px 'Avenir LT W01 35 Light', Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	margin: 0 0 22px;
	display: block;
	outline: none;
	cursor: text;
	-webkit-appearance: none;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
.clearfix {
	height: 1%;
}

/* Fonts */
@font-face {
    font-family: 'Gill Sans MT';
    src: url('//www.clapdigital.com/theme/Gill_Sans_MT.eot');
    src: url('//www.clapdigital.com/theme/Gill_Sans_MT.eot?#iefix') format('embedded-opentype'),
		 url('//www.clapdigital.com/theme/Gill_Sans_MT.svg#Gill Sans MT') format('svg'),
         url('//www.clapdigital.com/theme/Gill_Sans_MT.woff') format('woff'),
         url('//www.clapdigital.com/theme/Gill_Sans_MT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
   font-family: 'Open Sans';
            src: url('//www.clapdigital.com/theme/OpenSans-Regular-webfont.svg#Open Sans') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face {
   font-family: 'Gill Sans MT';
            src: url('//www.clapdigital.com/theme/Gill_Sans_MT.svg#Gill Sans MT') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face {
   font-family: 'Fjalla One';
            src: url('//www.clapdigital.com/theme/FjallaOne-Regular-webfont.svg#Fjalla One') format('svg');
	font-weight: normal;
    font-style: normal;
}	
@font-face {
   font-family: 'Droid Sans';
            src: url('//www.clapdigital.com/theme/DroidSans-webfont.svg#Droid Sans') format('svg');
	font-weight: normal;
    font-style: normal;
}	
}
/* Clapdigital All Buttons */
.btn.btn-clapdigital-direct,
.btn.btn-clapdigital-direct:hover,
.btn.btn-clapdigital-more,
.btn.btn-clapdigital-more:hover,
.btn.btn-clapdigital-extra,
.btn.btn-clapdigital-extra:hover,

.btn-clapdigital-direct,
.btn-clapdigital-direct:hover,
.btn-clapdigital-more,
.btn-clapdigital-more:hover,
.btn-clapdigital-extra,
.btn-clapdigital-extra:hover,

a.btn.btn-clapdigital-direct,
a.btn.btn-clapdigital-direct:hover,
a.btn.btn-clapdigital-more,
a.btn.btn-clapdigital-more:hover,
a.btn.btn-clapdigital-extra,
a.btn.btn-clapdigital-extra:hover,

a.btn-clapdigital-direct,
a.btn-clapdigital-direct:hover,
a.btn-clapdigital-more,
a.btn-clapdigital-more:hover,
a.btn-clapdigital-extra,
a.btn-clapdigital-extra:hover
{text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);color:#ffffff;text-decoration:none;}

.btn.btn-clapdigital-direct:active,
.btn.btn-clapdigital-more:active,
.btn.btn-clapdigital-extra:active,

.btn-clapdigital-direct:active,
.btn-clapdigital-more:active,
.btn-clapdigital-extra:active,

a.btn.btn-clapdigital-direct:active,
a.btn.btn-clapdigital-more:active,
a.btn.btn-clapdigital-extra:active,

a.btn-clapdigital-direct:active,
a.btn-clapdigital-more:active,
a.btn-clapdigital-extra:active
{color:rgba(255, 255, 255, 0.75);}
/* Clapdigital Direct Red Button */
.btn-clapdigital-direct,a.btn-clapdigital-direct,.btn.btn-clapdigital-direct,a.btn.btn-clapdigital-direct{padding:9px 14px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}

.btn.btn-clapdigital-direct,a.btn.btn-clapdigital-direct{background-color:#a24465;background-image:-moz-linear-gradient(top, #e62f6f, #a85371);background-image:-ms-linear-gradient(top, #e62f6f, #a85371);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#e62f6f), to(#a85371));background-image:-webkit-linear-gradient(top, #e62f6f, #a85371);background-image:-o-linear-gradient(top, #e62f6f, #a85371);background-image:linear-gradient(top, #e62f6f, #a85371);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62f6f', endColorstr='#a85371', GradientType=0);border-color:#000000, #e62f6f, #000000;border-color:rgba(0, 0, 0, 0.1) rgba(230, 47, 111, 0.1) rgba(0, 0, 0, 0.25);filter:progid:dximagetransform.microsoft.gradient(enabled=false);}
.btn.btn-clapdigital-direct:hover,a.btn.btn-clapdigital-direct{background-color:#a85371;}
.btn.btn-clapdigital-direct:active,.btn.btn-clapdigital-direct.active,a.btn.btn-clapdigital-direct:active,a.btn.btn-clapdigital-direct.active{background-color:#a24465; background-image:-moz-linear-gradient(top, #a24465, #a24465);background-image:-ms-linear-gradient(top, #a24465, #a24465);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#a24465), to(#a24465));background-image:-webkit-linear-gradient(top, #a24465, #a24465);background-image:-o-linear-gradient(top, #a24465, #a24465);background-image:linear-gradient(top, ##a24465, #a24465);}

.btn-clapdigital-direct,a.btn-clapdigital-direct{background-color:#a24465;background-image:-moz-linear-gradient(top, #e62f6f, #a85371);background-image:-ms-linear-gradient(top, #e62f6f, #a85371);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#e62f6f), to(#a85371));background-image:-webkit-linear-gradient(top, #e62f6f, #a85371);background-image:-o-linear-gradient(top, #e62f6f, #a85371);background-image:linear-gradient(top, #e62f6f, #a85371);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62f6f', endColorstr='#a85371', GradientType=0);border-color:#000000, #e62f6f, #000000;border-color:rgba(0, 0, 0, 0.1) rgba(230, 47, 111, 0.1) rgba(0, 0, 0, 0.25);filter:progid:dximagetransform.microsoft.gradient(enabled=false);}
.btn-clapdigital-direct:hover,a.btn-clapdigital-direct:hover{background-color:#a85371;}
.btn-clapdigital-direct:active,.btn-clapdigital-direct.active,a.btn-clapdigital-direct:active,a.btn-clapdigital-direct.active{background-color:#a24465; background-image:-moz-linear-gradient(top, #a24465, #a24465);background-image:-ms-linear-gradient(top, #a24465, #a24465);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#a24465), to(#a24465));background-image:-webkit-linear-gradient(top, #a24465, #a24465);background-image:-o-linear-gradient(top, #a24465, #a24465);background-image:linear-gradient(top, ##a24465, #a24465);}
/* Clapdigital More Blue Button */
.btn-clapdigital-more,a.btn-clapdigital-more,.btn.btn-clapdigital-more,a.btn.btn-clapdigital-more{padding:9px 14px;font-size:15px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}

.btn.btn-clapdigital-more,a.btn.btn-clapdigital-more{background-color:#4171be;background-image:-moz-linear-gradient(top, #62c5ea, #3686f2);background-image:-ms-linear-gradient(top, #62c5ea, #4e7dbe);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c5ea), to(#4e7dbe));background-image:-webkit-linear-gradient(top, #62c5ea, #4e7dbe);background-image:-o-linear-gradient(top, #62c5ea, #4e7dbe);background-image:linear-gradient(top, #62c5ea, #4e7dbe);background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c5ea', endColorstr='#4e7dbe', GradientType=0);border-color:#000000, #62c5ea, #000000;border-color:rgba(0, 0, 0, 0.1) rgba(98, 197, 234, 0.1) rgba(0, 0, 0, 0.25);filter:progid:dximagetransform.microsoft.gradient(enabled=false);}
.btn.btn-clapdigital-more:hover,a.btn.btn-clapdigital-more:hover{background-color:#4e7dbe;}
.btn.btn-clapdigital-more:active,a.btn.btn-clapdigital-more:active,.btn.btn.clapdigital-more.active,a.btn.btn.clapdigital-more.active{background-color:#4171be; background-image:-moz-linear-gradient(top, #4171be, #4171be);background-image:-ms-linear-gradient(top, #4171be, #4171be);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#4171be), to(#4171be));background-image:-webkit-linear-gradient(top, #4171be, #4171be);background-image:-o-linear-gradient(top, #4171be, #4171be);background-image:linear-gradient(top, ##4171be, #4171be);}

.btn-clapdigital-more,a.btn-clapdigital-more{background-color:#4171be;background-image:-moz-linear-gradient(top, #62c5ea, #4e7dbe);background-image:-ms-linear-gradient(top, #62c5ea, #4e7dbe);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c5ea), to(#4e7dbe));background-image:-webkit-linear-gradient(top, #62c5ea, #4e7dbe);background-image:-o-linear-gradient(top, #62c5ea, #4e7dbe);background-image:linear-gradient(top, #62c5ea, #4e7dbe);background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c5ea', endColorstr='#4e7dbe', GradientType=0);border-color:#000000, #62c5ea, #000000;border-color:rgba(0, 0, 0, 0.1) rgba(98, 197, 234, 0.1) rgba(0, 0, 0, 0.25);filter:progid:dximagetransform.microsoft.gradient(enabled=false);}
.btn-clapdigital-more:hover,a.btn-clapdigital-more:hover{background-color:#4e7dbe;}
.btn-clapdigital-more:active,a.btn-clapdigital-more:active,a.btn.clapdigital-more.active,.btn.clapdigital-more.active{background-color:#4171be; background-image:-moz-linear-gradient(top, #4171be, #4171be);background-image:-ms-linear-gradient(top, #4171be, #4171be);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#4171be), to(#4171be));background-image:-webkit-linear-gradient(top, #4171be, #4171be);background-image:-o-linear-gradient(top, #4171be, #4171be);background-image:linear-gradient(top, ##4171be, #4171be);}
/* Clapdigital Extra Grey Button */
.btn-clapdigital-extra,a.btn-clapdigital-extra,.btn.btn-clapdigital-extra,a.btn.btn-clapdigital-extra{padding:9px 14px;font-size:15px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}

.btn.btn-clapdigital-extra,a.btn.btn-clapdigital-extra{background-color:#838b98;background-image:-moz-linear-gradient(top, #bbbbc5, #9395a0);background-image:-ms-linear-gradient(top, #bbbbc5, #9395a0);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#bbbbc5), to(#9395a0));background-image:-webkit-linear-gradient(top, #bbbbc5, #9395a0);background-image:-o-linear-gradient(top, #bbbbc5, #9395a0);background-image:linear-gradient(top, #bbbbc5, #9395a0);background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbc5', endColorstr='#9395a0', GradientType=0);border-color:#000000, #bbbbc5, #000000;border-color:rgba(0, 0, 0, 0.1) rgba(187, 187, 197, 0.1) rgba(0, 0, 0, 0.25);filter:progid:dximagetransform.microsoft.gradient(enabled=false);}
.btn.btn-clapdigital-extra:hover,a.btn.btn-clapdigital-extra:hover{background-color:#9395a0;}
.btn.btn-clapdigital-extra:active,a.btn.btn-clapdigital-extra:active,.btn.btn.clapdigital-extra.active,a.btn.btn.clapdigital-extra.active{background-color:#838b98; background-image:-moz-linear-gradient(top, #838b98, #838b98);background-image:-ms-linear-gradient(top, #838b98, #838b98);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#838b98), to(#838b98));background-image:-webkit-linear-gradient(top, #838b98, #838b98);background-image:-o-linear-gradient(top, #838b98, #838b98);background-image:linear-gradient(top, ##838b98, #838b98);}

.btn-clapdigital-extra,a.btn-clapdigital-extra{background-color:#838b98;background-image:-moz-linear-gradient(top, #bbbbc5, #9395a0);background-image:-ms-linear-gradient(top, #bbbbc5, #9395a0);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#bbbbc5), to(#9395a0));background-image:-webkit-linear-gradient(top, #bbbbc5, #9395a0);background-image:-o-linear-gradient(top, #bbbbc5, #9395a0);background-image:linear-gradient(top, #bbbbc5, #9395a0);background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbc5', endColorstr='#9395a0', GradientType=0);border-color:#000000, #bbbbc5, #000000;border-color:rgba(0, 0, 0, 0.1) rgba(98, 197, 234, 0.1) rgba(0, 0, 0, 0.25);filter:progid:dximagetransform.microsoft.gradient(enabled=false);}
.btn-clapdigital-extra:hover,a.btn-clapdigital-extra:hover{background-color:#9395a0;}
.btn-clapdigital-extra:active,a.btn-clapdigital-extra:active,a.btn.clapdigital-extra.active,.btn.clapdigital-extra.active{background-color:#838b98; background-image:-moz-linear-gradient(top, #838b98, #838b98);background-image:-ms-linear-gradient(top, #838b98, #838b98);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#838b98), to(#838b98));background-image:-webkit-linear-gradient(top, #838b98, #838b98);background-image:-o-linear-gradient(top, #838b98, #838b98);background-image:linear-gradient(top, ##838b98, #838b98);}