﻿/**********************************
    Helpers
***********************************/

.center {text-align:center}
.right {text-align:right}
.left {text-align:left}
      
        
/**********************************
    Link
***********************************/

a:link {
  color: #2fa09b;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #2fa09b;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #90C0BE;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: #e49b83;
  background-color: transparent;
  text-decoration: none;
}

        
/**********************************
    Buttons
***********************************/

.abtn {
    padding: 1px 1px;
    font-size: 1em;
/*    line-height: 2em; */
    border-radius: 50px;

    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
     vertical-align: middle; 
    cursor: pointer;
    background-image: none;
    border: 1px solid #CCCCCC;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

.abtn.btn-primary {
	color: #FB6818;
	background-color: #F3F3F3;
	margin-bottom: 1px;
/*	min-width: 100px; 
	max-width: 220px; */

	min-height: 24px;
    height: 24px;
    width: 60%;	
	
}
.abtn.btnlab-primary {
	color: #FB6818;
	background-color: #F3F3F3;
	margin-bottom: 3px;
/*	min-width: 100px; 
	max-width: 220px; */
	padding-bottom:24px;
	min-height: 24px;
    height: 24px;
    width: 60%;	
	
}
.abtn.btn-primary:hover {
	color: #ffffff;
	background-color: #49B7B4;
	border-color: #999999;
}
.abtn.btn-default {
    color: #333333;
	background-color: #d3d3d3;
    height: 24px;
    width: 60px;	
}
.abtn.btn-default:hover {color: #111;background-color: #ccc;border-color: #ccc;}

/**********************************
   Select
***********************************/

/*div {
  margin: 1px;
}*/
.styled-select {
  background: url(imagesmain/selectArrow24.png) no-repeat 96% 0;
  height: 24px;
  overflow: hidden;
  width: 140px;
}
.styled-select select {
  background: transparent;
  border: none; 
  cursor:pointer;
  cursor:hand;  
  line-height: 40%;
/*  line-height:0.1px; */  
  font-size: 14px;
  height: 24px;
  padding: 0 0 0 20px;
  /* If you add too much padding here, the options won't show in IE */
  width: 140px; 
}
.semi-square {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
}
.blue {
  background-color: #F3F3F3;
}
.blue select {
  color: #990000;
}


/**********************************
    Media
***********************************/


/*@media all and (min-width: 650px) {

    .menu .menuone{display:block;}
    .menu .menutwo{display:none;}


}

@media all and (max-width: 649px) {

    .menu .menuone{display:none;}
    .menu .menutwo{display:block;}


}*/
/**********************************
<div class="menu">
    <div class="one">this is the content for desktop</div>
    <div class="two">this is the content for tablet</div>
    <div class="three">this is the content for mobile</div>
    </div>

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