/*
	Title:		EyeGym
	Date:		18 May, 2016
-------------------------------------	
*/



.button-green a{color: #ffffff; background-color: #50e382; box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15); width: 307px; height: 54px; border-radius: 3px; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); line-height: 54px; display: inline-block; border: 1px solid transparent; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out; text-transform: uppercase;}
.button-green a:hover{border: 1px solid #ffffff; background: transparent; box-shadow: none; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
.button-type-3 a{padding: 12px 0;border: 1px solid #00c6d9;color: #00c6d9;background: transparent;}

.button-large{width: 268px;}
.small-btn{max-width: 187px; height: 44px;}
.medium-btn{max-width: 245px; height: 44px;}

.fixedTop .login-get-started-wrap a.get-started:hover{color: #00c6d9;}


/* ================================================================================= */
/* =============================== Responsive CSS ================================== */
/* ================================================================================= */

@media only screen and (max-width:767px) {	
    
    
	
}

/*Mobile Layout 480px */
@media only screen and (min-width:415px) and (max-width:767px){
    
}

/*		Tablet/iPad Layout:768px.
-----------------------------------------------------------------
*/

@media only screen and (min-width:768px) and (max-width:991px) {
	
   

}
	
@media only screen and (min-width:992px) and (max-width:1024px) {
    
   	
	
	
}