
body {
height: auto;
background:#ffffff;
//background-image: url('../images/back.jpg');
//background-repeat: repeat-x;
//background-position: -100px 270px;
}

/* CHANGES THE MAXIMUM PAGE WIDTH */

/* CHANGE BLOG.CSS .BLOG-MAIN REMOVE */
.grid-container{max-width: 78.5rem !important;}
/* CHANGE NAV WIDTH TO SAME AS ABOVE */
.top-bar {max-width: 78.5rem !important;}


/* ADDRESS BAR */
.address-bar {
	position:relative;  /* use for transparent slide up only */
  padding-top: 15px;
  padding-bottom: 12px;
  background: #CC1819 !important;
  padding-right: 10px;
}

ul.address-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul.address-list li {
  float: left;
  color: #ffffff;
  margin-right: 30px;
  font-size: 15px;
}
ul.address-list li a {
  display: block;
  color: #ffffff;
}
ul.address-list li i {
  color: orange;
  font-size: 20px;
  padding-right: 5px;
}
ul.address-list li.location {
  margin-left: 0px;
}

ul.social-icons li {
  float: right;
  margin-left: 0px;
  margin-right: 0px;
}
ul.social-icons li a {
  display: block;
  margin-left: 20px !important;
}
ul.social-icons li a i {
  color: #ffffff;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
}
ul.social-icons li a i:hover {
  opacity: 0.7;
}



div#SmartText, div#epilogue {
  position: absolute;
  margin-left: -500px;
  font-size: 12px;
  color: #1A1A1A;
  width: 400px;
}

div#SmartText p {
  font-size: 12px;
}

div#SmartText h1 {
  font-size: 25px;
  background: none;
  color: black;
}

div#SmartText h2 {
  font-size: 25px;
  background: none;
  color: black;
}

/* LOGO */

.hero-container{
 //margin-top:-75px;    /* use with slideup sticky nav */
min-height:600px;
//width:100%;
text-align:center;
//height: 540px; 
//background: url('../images/ballet-shoes-bw.jpg?v=4598795') no-repeat center center scroll; 
background: url('../images/banner-new.jpg?v=4598795') no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
padding-bottom:15px;
background-attachment: fixed;
}

//img.logo{margin-top:-10px;display:block;position:relative;width:300px;}
img.logo{margin-top:-10px;padding-bottom:12px;display:block;position:relative;width:200px;} /* logo fixed smaller for transparent nav */

p.banner-logo img{width:700px;margin-top:14%;padding:15px;}

p.intro-top{
padding-left:0.5em;
padding-right:0.5em;
margin-top:16%;

//font-family: 'Pinyon Script', cursive;
font-family: DreamScriptStandard;
//font-size:100px;
font-size:160px;
color:#ffffff;
letter-spacing:4px;
text-shadow: 1px 1px 7px #000;
text-align:center;
font-weight:300;
z-index:10000;
}

div.graduate p i:first-child{line-height:32px;}

figcaption{background:#dee7ef;padding:6px;font-size:13px;font-family: 'Open Sans', sans-serif;margin-top:-15px;}

p.sub-text{
	display:block;
	font-family: 'Merriweather', serif;
	text-shadow: 1px 1px 7px #000;
	color:#fff;font-size:30px;
	text-align:center;
	padding-bottom:1.1em;
	font-weight:300;
	text-shadow: 1px 1px 3px #000;
	letter-spacing:20px;
	margin-top:-45px;
	
	}

.home-button{
font-weight:bold !important;
-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .75);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .75);

}

/* ICONS */

.social-icons{margin-top:-49px;}
.social-bottom{transition:all 0.2s ease-in-out;font-size:20px !important;}
.social-bottom > i.social-blue{text-shadow: 0px 2px 4px  rgba(0,0,0,0.2);}
.social-bottom:hover{opacity:0.8;}
.social-blue{color:#91C8FD;}
.social-gray{color:#ffffff;font-size:16px !important;}

/* trapezoidal header */

div.header{
	margin-top:0px;
position: relative;
height: 50vh;
width: 100%;
background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
overflow: hidden;
	
}

div.header::after{
content: "";
display: block;
position: absolute;
bottom: 0;
width: 100%;
border-bottom: 150px solid #ffffff;
border-left: 130vw solid transparent;
box-sizing: border-box;
}

h1.page-heading{
	
color:#ffffff;
display:block;
margin-top:220px;
font-weight:400;
font-size:32px;
font-family: 'Lato', sans-serif;
letter-spacing:5px;

}
	
	




div.header-container{
	
  margin-top:0px; /* use with transparent nav otherwise 0px */
background-image: url(../images/page-header-cherry.jpg?v=3);

background-repeat:  no-repeat;
//background-position: 0px -100px;
background-size: cover;
min-height:300px;
padding-top:30px;
padding-bottom:30px;
/* trapezoid clip */
 -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);

/* triangle clip arrow down */
/*
-webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 93%, 0 70%);
clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 93%, 0 70%);
*/

}


div.header-container h1{
	
text-align:center;
font-size:30px;
color:#ffffff;
letter-spacing:4px;
font-family: 'Raleway', sans-serif !important;
margin-top:180px;
font-weight:bold;
margin-left:0px;
}

div.header-container h1::after {
    content: "";
    display: block;
    border-top: 4px solid #f2f2f2;
    width: 70px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 50px;
}




/* TYPOGRAPHY */

p{font-size:17px;font-weight:lighter;font-family: 'Open Sans', sans-serif;}



h1{color:#333333;font-family: 'Open Sans', sans-serif;font-size:22px;text-transform:uppercase;display:block;}

h1.logo-heading{
color:white;
font-family: 'Cutive', serif;
font-weight: 300;
font-size: 50px;
word-spacing: 5px;
margin-top:150px;
text-align:center;
border-bottom:none;
text-transform:none;
}

h2{
color:#5b99d2;
margin-top:40px;
font-family: 'Lato', sans-serif !important;
	letter-spacing:3px;
font-size:22px;
font-weight:700;
//border-left:4px solid #5B99D2;
//padding-left:5px;
}



h2 > strong{color:#2392FB;}

h2.dark-headings {
    color: #3f3f3f;
    text-align: center;
}

h2.welcome{
	color:#5B99D2;

    font-weight: normal;
    margin-top: 50px;
	letter-spacing:5px;
    font-size: 24px;
    margin-bottom: 50px;
    text-align: center;
    //font-family: 'Yanone Kaffeesatz', sans-serif;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	}




h2.welcome:after{
    content: "";
    position: absolute;
    width: 6%;
    height: 1px;
    margin-top: 50px;
    left: 47%;
    border-bottom: 2px solid #acb0bd !important;
	
}


h3{
font-family: 'Lato', sans-serif !important;
letter-spacing:1px;
font-size:18px;
font-weight:bold;

}


h1.other:before {
    content: "";
    margin: auto;
	
    width: 40px;
    height: 3px;
    background: #e6e6e6;
    position: absolute;
	top:280px;
    bottom: 0;
    left: 0;
    right: 0;
}


h2.gallery-headings {
    display: block;
    border-bottom: 1px dotted black;
    color: #5b99d2;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 32px;
	font-weight:normal;
}

h5.desc-heading{
	margin-bottom:5px;
	color:#ccc;
}


/* PAGE CONTAINERS */

.wrapper-white{
	background:#ffffff;
	padding-bottom:50px;
}


.page-container{}


p.tagline-1{color:#f2f2f2;text-align:center !important;font-size:22px;font-weight:normal;}



div.mid-section-lower{
min-height:auto;
background:#ffffff;
padding-top:40px;
padding-bottom:40px;

}

div.register-section{
min-height:auto;
background:#ffffff;
padding-top:40px;
padding-bottom:40px;

}




/*  QUICK LINKS BOXES  */

.container {
  position: relative;
  width: 100%;
  overflow:hidden;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
}

.overlay {
	padding-left:15px;
	padding-right:15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
 // background-color: rgba(0,0,0,0.7);
  background-color: rgb(100, 30, 70,0.9);
}

.container:hover .overlay {
  opacity: 1;
}

.container:hover img{transform: scale(1.1);}

.container:hover div > div.text{opacity:1;
//-moz-transform: translate(0px, 50px);
  //  -ms-transform: translate(-2px, -2px);
  //  -o-transform: translate(-2px, -2px);
    -webkit-transform: translate(0px, 70px);
  //  transform: translate(-2px, -2px)}

  
  
  
.overlay p{color:white;text-align:center;letter-spacing:2px;font-size:14px !important;}
.overlay p > a{}
.overlay h2{color:#ffffff;text-align:center;font-size:28px;margin-top:40%;font-family: 'Open Sans', sans-serif;font-weight:bold;}


.container div.text{margin-top:-150px;display:block;transition: .5s ease;}

/*
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
*/

	
a.readmore-link{
	font-weight:300;
	font-size:15px;
	margin-left:32px;
	padding-bottom:32px;
	display:block;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
	}

a.readmore-link:hover{color:green;}
a.readmore-link i{transition:all 0.2s ease-in-out;}
a.readmore-link:hover i{margin-left:3px;}

/* include image */
div.card-image-container{padding-bottom:40px;}
div.card-image-container a img{
	min-width:100%;
	object-fit: cover;
	height:190px;  /* ADJUST HEIGHT */
	}	




/*********************************************/



div.mid-section-lower p{text-align:center;font-size:17px;}

p#share-text{color:#595959;margin-top:30px;margin-bottom:-30px;font-weight:bold;}

i.share-it{font-size:45px;opacity:0.4;}



.content-container{background:#f7f7f7;}




div.inner-panel{
margin-top:10px;
padding:10px 10px 10px 10px;
background: #ffffff;
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.22);

}
div.inner-panel h2{text-align:center;margin-bottom:30px;font-size:32px;font-family: 'Titillium Web', sans-serif !important;}
div.inner-panel p{text-align:center;font-weight:normal;}





/* LEFT AND RIGHT IMG CLASSES */

.imgisleft{margin-right:15px;margin-top:5px;padding-bottom:0px;}
.imgisright{margin-left:15px;margin-top:7px;}


/* CONTACT */
div.contact-section {
  background: #EDF4F8;
  padding-top: 80px;
  padding-bottom: 40px;
}

span.contact-icon {
  display: block;
  font-size: 50px;
  margin-top: -80px;
  left: 34%;
  text-align: center;
}

div.contact-wrapper {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
div.contact-wrapper h2 {
  color: #535f70;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-shadow: none;
  font-family: 'Open Sans', sans-serif;
}
div.contact-wrapper h2:hover {
  color: #166bab;
}
div.contact-wrapper:hover span.contact-icon > i.plum {
  color: #8babc9 !important;
}
div.contact-wrapper p {
  text-align: center;
  margin-bottom: 0px;
  font-size: 17px;
}

i.send-icon{font-size:22px !important;color:green !important;}	
i.error-icon{font-size:22px !important;color:red !important;}	

i#refresh{
	position:absolute;
	font-size:30px;
	margin-top:10px;
	
}


/* tabs overide */

.tabs-title > a {

    display: block;
    padding: 1.25rem 1.5rem;
    font-size:17px;
	font-weight:bold;
    line-height: 1;
    color: #1779ba;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
    background: #7697b6;
    color: #ffffff;
	font-size:17px;
	font-weight:bold;
}

.tabs-panel h2{
	margin-top:0px;
	font-family: 'Lato', sans-serif !important;
	letter-spacing:3px;
	font-size:19px;
	font-weight:bold;
}

.tabs-panel ul li{font-family: 'Open Sans', sans-serif;font-weight:lighter;}

.pdf-container{background:none !important;}
.pdf-container:hover{background:#f4f6f8 !important;}
.pdf-container a{text-decoration:none;font-size:17px;font-weight:bold;}

ul.page-list li{font-family: 'Open Sans', sans-serif;font-weight:lighter;margin-bottom:14px;}

.policy-box{background:#edf4f8 !important;}
.policy-box h2{font-size:19px;}
.policy-box ol{
	margin: 0 0 20px 30px;
    list-style-type: lower-alpha;
	font-family: 'Open Sans', sans-serif;
	font-weight:lighter;
}

.policy-box ol li{margin-bottom:15px;}

.policy-box ul li{
	font-family: 'Open Sans', sans-serif;
	font-weight:lighter;
	margin-bottom:15px;
}

/* TESTIMONIALS NEW */


div div div.testimonial-container{
background:#fcfcfc !important;
border:1px solid #e5e5e5;

}

div div div.testimonial-container > i{font-size:35px;display:block;padding-top:25px;margin-right:10px;color:#ccc;opacity:1;}
div div div.testimonial-container p{margin-left:47px;font-size:15px;}
div div div.testimonial-container p.testimonial-person{letter-spacing:0.15em;font-weight:normal;font-size:14px;color:#595959;}
div div div.testimonial-container p.testimonial-line2{letter-spacing:0.09em;font-weight:lighter;font-size:12px;margin-top:-15px;}

/* PROFILES */

div.profile-card{
background: #fcfcfc !important;
//border:1px solid #e5e5e5;
padding:15px;
//box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.31);
border: 1px solid #D5D5D5;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.05);
    border-radius: 4px;
}




div.profile-card span.qual{text-align:center;display:block;font-size:15px;color:#5b99d2;}
div.profile-card h3{text-transform:uppercase;margin-top:0px;margin-bottom:0px;display:block;color:#333;text-align:center;font-family: 'Open Sans', sans-serif !important;font-size:18px !important;letter-spacing:4px !important;}
div.profile-card img{
position:relative;object-fit: cover;
object-position: 50% 50%;
margin-top:30px;
border-radius:50%;
width:220px;
height:220px;
//-webkit-box-shadow: 0px 0px 21px -4px rgba(0,0,0,0.75);
//-moz-box-shadow: 0px 0px 21px -4px rgba(0,0,0,0.75);
//box-shadow: 0px 0px 21px -4px rgba(0,0,0,0.75);
}
div.profile-card p{font-size:14px;font-family: 'Montserrat', sans-serif;text-align:center;}

/* share icons */


.share-icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 37px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.3s ease;
	outline: 0;

	box-shadow: 
	  		0 2px 4px rgba(0,0,0, 0.12),
	    	0 2px 4px rgba(0,0,0, 0.24);
}
	.share-icon:hover,
	.share-icon:focus {
		box-shadow: 
	  		0 3px 6px rgba(0,0,0, 0.12),
	    	0 3px 6px rgba(0,0,0, 0.24);

	    -webkit-transform: scale(1.2);
	    -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	    -o-transform: scale(1.2);
	    transform: scale(1.2);
	}
	
	
/* SHARE ICONS PROFILES */

.share-icon-profile {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.3s ease;
	outline: 0;

	box-shadow: 
	  		0 2px 4px rgba(0,0,0, 0.12),
	    	0 2px 4px rgba(0,0,0, 0.24);
}
	.share-icon-profile:hover,
	.share-icon-profile:focus {
		box-shadow: 
	  		0 3px 6px rgba(0,0,0, 0.12),
	    	0 3px 6px rgba(0,0,0, 0.24);
/*
	    -webkit-transform: scale(1.2);
	    -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	    -o-transform: scale(1.2);
	    transform: scale(1.2);
		*/
	}			

.facebook {
	background-color: #3b5998; 
}
.pinterest {
	background-color: #BD081C; 
}

.linkedin-home {
	background-color: #007BB6; 
}
.twitter {
	background-color: #00abe3; 
}
.googleplus {
	background-color: #d3492c;
}

.facebook,.linkedin-home,.pinterest,
.twitter,
.googleplus {
	color: #fff;
}
    .pinterest:hover,
    .linkedin-home:hover,
	.facebook:hover,
	.twitter:hover,
	.googleplus:hover {
		color: #eee;
	}


/* LINK STYLES */

.link-style1{color:#549ef8;}
.link-style2{color:white;font-weight:bold;text-decoration:underline;}
.link-style2:hover{color:#f2f2f2;}
.link-style3{color:#549ef8;font-weight:700;font-size:14px;}

/* facebook home */


a.fb-home:hover i.fa-circle{color:#5f78aa;}

span.icon-phone{font-size:30px;}

/* colours */

.red{color:#ff0000;}
.circle{color:#1963A8;opacity:1;}

.pale-green{color:#E0E0A2;}
.white{color:#ffffff !important;}
.fb {color: #3b5998;}
.li{color: #0076B4;}
.gplus {color: #d3492c;}
.bg-white{background:#ffffff;}

.tiny-link{color:#0F7AEC;font-size:11px;}
.fb-blue{color:#415E9B;}
.plum{color:#7697b6;}

div.section-1-home{
padding-top:50px;
background:white;

}


div.clients-section{

background:#f7f7f7;
padding-top:30px;
padding-bottom:50px;

}


.lower-section{
background:white;
padding-bottom:30px;

}

div.service-title{
background:white;
padding-top:10px;
padding-bottom:35px;
}


/*  LOWER SERVICE BOXES */
.square-card-container {
padding:20px 10px 10px 10px;
background:white;
    position: relative;
    display: block;
    margin-bottom: 1.25rem;
    border-radius: 3px;
    box-shadow: none;
    transition: all 0.2s ease-out;
    //cursor: pointer;
    overflow: hidden;
box-shadow: 0 2px 5px  rgba(0,0,0,0.15);
}




.square-card-container:hover {box-shadow: 0 5px 10px 0 rgba(0,0,0,0.22);}

.service-box-home{text-align:center;}
.service-box-home h3{text-align:center;font-size:19px;color:#5b5b5b;font-family:ubuntu,Tahoma,Arial;}
.service-box-home i{text-align:center;display:block;font-size:100px;color:#d9d9d9;}
.service-box-home p{font-size:13px;color:#595959;padding-bottom:5px;}

.service-box-home a:hover >  i{opacity:0.9;color:#afe592;}


/* RECENT BLOG POSTS HOME PAGE */



div.home-image-container{
//height:auto;  /* NEW  */
   // width: 100%;
   overflow: hidden;
   // display: block;
   background:blue;
	}
	
	
	div.home-image-container a > img{
		
	min-width:100%;
	object-fit: cover;
	height:182px;  /* ADJUST HEIGHT */
	 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	}	

	
div.home-post{
	background:white;
	//box-shadow: 0 1px 15px 0 rgba(0,0,0,0.15);
	border: 1px solid #e5e7e9;
	}
div.home-post p.content{color:#595959;font-size:14px;padding-left:5px;padding-right:5px;}
div.home-post h4{margin-top:20px;color: #25313d;font-family: 'Open Sans', sans-serif;font-size:18px;font-weight:700;padding-right:10px;padding-left:15px;transition:all 0.3s ease-in-out;}
div.home-post h4:hover{color: #cfaa45;}
div.home-post > div.inner:hover h4{color:#cfaa45;}
div.home-post p.author{color:#595959;font-size:14px;}
div.home-post p.date{margin-left:15px;margin-top:20px;padding-bottom:15px;text-transform:uppercase;color: #aaaaaa;font-size:11px;font-weight:normal;font-family: 'Open Sans', sans-serif;}
div.home-post p > span{color: #cfaa45;}


/******************************/

/* SCROLL TO TOP BUTTON */

.back-to-top {
    position: fixed;
	text-align:center;
    bottom: 50%;
    right: 10px;
    text-decoration: none;
    color: #ffffff;
	background-color: rgba(81, 116, 164, 0.5);
    font-size: 30px;
    padding: .1em .1em .1em .1em;
	border-radius: 3px;
	width:42px;
	height:42px;
    display: none;
	z-index:5000;
}


.back-to-top:hover {    
    background-color: rgba(81, 116, 164, 1);
	text-decoration:none;
	color:#d9d9d9;
}

.back-to-top > i{margin-top:1px;color:#ffffff;display:block;}


/* FOOTER */

footer {
background: #1a1a1a;
padding: 5px;
}

footer p{
color:#808080;
font-size:14px;
margin-top:15px;
}


span.designed-by img{margin-top:0px;display:inline-block;width:140px;}
span.designed-by{font-family: 'Open Sans', sans-serif;font-weight:lighter;color:#808080;display:inline-block;margin-top:14px;font-size:14px;}

p.ack{margin-top:-15px;display:block;}


/* BOXES ALTERNATING */

.content-box-left{background:#ffffff !important;padding-top:0px;padding-bottom:10px;}



.content-box-left p.lead-paragraph{
	padding-left:1em;
	padding-right:1em;
font-size:17px;
text-align:center;
color:#4f4f4f;
font-family: 'Merriweather', serif;
line-height: 35px;
font-weight:300;
text-transform:none;
}

div.address-section p{padding-top:30px;}


.alt-img-container{
padding:0px !important;
margin:0px !important;	

}


.alt-img-container p{margin-bottom:0px !important;display:block;}
.alt-img-container p img{display:block;}

.content-box-left h1{
	margin-top:22px;
text-transform:none;
display:block;

text-align:center !important;
color:#5b99d2;
font-size: 32px;
letter-spacing:5px;
font-weight:400;
line-height:43px;
//font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;

}

.content-box-left h1 > span{font-family: DreamScriptStandard;font-weight:400;font-size:100px;}

.content-box-left small{display:block;text-align:center;padding-bottom:30px;font-size:20px;color:#acb0bd;}
	
	
i.content-box-icon{
	
margin-top:20px;
margin-bottom:0px;
text-align:center;
display:block;
font-size:30px;
color:#cccccc;
//text-shadow:1px 1px 2px  rgba(0,0,0,0.2);
}	




/* button */

.round{border-radius:1000px;}
.button.medium.blue-button{
background:#0089e7;
padding-top:1.4em;
padding-bottom:1.4em;
padding-left:2em;
padding-right:2em;
font-weight:bold !important;
box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}
.button.medium.blue-button:hover{background: #1a1a1a;}


.button.medium.clear-style{
	font-size:17px;
background:transparent !important;
padding-top:1.1em;
padding-bottom:1.1em;
padding-left:2em;
padding-right:2em;
border:1px solid #cccccc;
font-weight:bold !important;
color:#696969;
transition: all 0.3s ease-in-out;
}
.button.medium.clear-style:hover{border: 1px solid #808080;}
.button.medium.clear-style i{transition: all 0.3s ease-in-out;margin-left:3px;font-size:19px;}
.button.medium.clear-style:hover > i{padding-left:5px;}	
	

/****************************************************/


