/*
CSS3 HOVER BUTTONS
*/


/*
 * ============================================
 *          G E N E R A L   S T Y L E S
 * ============================================
 */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,900);
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700');

html,body {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  font-size-adjust: auto;
}
	* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #F0F0F0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.container {
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
.no-padding{padding: 0;}

hr {
    margin: 0;
	height: 20px;
    border: 0;
    border-top: 0 solid #eee;
}
.navbar-brand {
    float: left;
    height: 60px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand img{width: 200px; height: 40px;}
.navbar-right {
    float: right ;
    margin-right: 15px; 
}
.navbar-text {
    margin-top: 20px;
    margin-bottom: 15px;
    background: #009FDD;
    padding: 5px;
    text-align: center;
}
.navbar-text a{color:#fff !important; font-size: 13px; }
.navbar-text a:hover{color:#fff !important; }
.subHeading{background: #36454A; padding:5px 8px; margin: 0; color: #fff; font-weight:normal; font-size:14px;}
.mainHeading {
    padding: 0px;
    margin: 30px auto 0;
    color: #36454A;
    font-weight: normal;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    /* letter-spacing: 3px; */
}
.designcolor{color:#93aa00;}
.buttonHeading {
    padding: 0px;
    margin: 30px auto 0;
    color: #36454A;
    font-weight: normal;
    font-size: 18px;
    
    /* letter-spacing: 3px; */
}
.marginTop{margin-top: 3%;}
a {
    color: #fff;
    text-decoration: none;text-transform: uppercase;
}

a:hover,
a:focus {
  color: #fff !important;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.link {color:#87888d;}
.link:hover{color:#87888d !important; text-decoration:underline;}
a {
  text-decoration: none;
  color: white;
}
.colorpalette{border-top:1px solid #ddd; width:160px;float:right; text-transform:uppercase; font-size:10px; color:#36454A;}
.copyright{margin:10px 0; padding-bottom:10px;font-size:10px; color:f1f1f1; }

/*========== COLOR PALETTE ================*/
ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}

ul.dots{margin-bottom::0 !important;}

.dots li {
  width:1em;
  height:1em;
  text-align: center;
  line-height: 1em;
  border-radius: 1em;
  background: #ba5555;
  margin: 0;
  display: inline-block;
  color: white;
  position: relative;
}

.dots li:first-child::before {
  display: none;
}
li.one{background:#ba5555;}
li.two{background:#c79349;}
li.three{background:#a3b42f;}
li.four{background:#1cb084;}
li.five{background: #b44483;}
li.six{background: #b46944;}
li.seven{background: #cbb019;}
li.eight{background: #31a9b0;}
li.separator{color:#ccc; background:transparent;}

/*BUTTON CSS*/

.btn {
    display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border1: 1px solid #fff;
    border-radius: 20px;
    background-color: transparent;
    width: 150px;
    margin: 5px auto 15px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* ============ BUTTON 1 ================= */
.btn-1{ 
	color:#9A4646 !important; 
	border:2px solid #9A4646;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; 
}
.btn-1a {
  text-transform: uppercase;
  position: relative;
  -webkit-transition: background 0.3s ease-in 0.2s;
}
 
 .btn-1a:after, .btn-1a:before {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    height: 12px;
    width: 12px;
    background: #9A4646;
    -webkit-transition: all 0.3s ease-out;
    border-radius: 20px;
}

.btn-1a:before {
  opacity: 0;
  top: 10px;
    right: 10px; z-index:2; 
}
.btn-1a:hover {
  background: #9A4646;
  -webkit-transition: background 0.3s ease-in 0.2s;
}
.btn-1a:hover:before {
	background: #fff !important;
	top: 10px;
	right: 10px;
	opacity: 1; 
	
}

/* ============ BUTTON 2 ================= */
.btn-2{ 
	color:#C79349 !important;  
	border:2px solid #C79349;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; 
}
.btn-2a {
  text-transform: uppercase;
  position: relative;
  -webkit-transition: background 0.3s ease-in 0.2s;
}
 
 .btn-2a:after, .btn-2a:before {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    height: 12px;
    width: 12px;
    background: #C79349;
    -webkit-transition: all 0.3s ease-out;
    border-radius: 20px;
}

.btn-2a:before {
  opacity: 0;
  top: 10px;
    right: 10px; z-index:2; 
}
.btn-2a:hover {
  background: #C79349;
  -webkit-transition: background 0.3s ease-in 0.2s;
}
.btn-2a:hover:before {
	background: #fff !important;
	top: 10px;
	right: 10px;
	opacity: 1; 
	
}
/* ============ BUTTON 3 ================= */
.btn-3{ 
	color:#A3B42F !important;  
	border:2px solid #A3B42F;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; 
}
.btn-3a {
  text-transform: uppercase;
  position: relative;
  -webkit-transition: background 0.3s ease-in 0.2s;
}
 
 .btn-3a:after, .btn-3a:before {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    height: 12px;
    width: 12px;
    background: #A3B42F;
    -webkit-transition: all 0.3s ease-out;
    border-radius: 20px;
}

.btn-3a:before {
  opacity: 0;
  top: 10px;
    right: 10px; z-index:2; 
}
.btn-3a:hover {
  background: #A3B42F;
  -webkit-transition: background 0.3s ease-in 0.2s;
}
.btn-3a:hover:before {
	background: #fff !important;
	top: 10px;
	right: 10px;
	opacity: 1; 
	
}

/* ============ BUTTON 4 ================= */
.btn-4{ 
	color:#1CB084 !important; 
	border:2px solid #1CB084;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; 
}
.btn-4a {
  text-transform: uppercase;
  position: relative;
  -webkit-transition: background 0.3s ease-in 0.2s;
}
 
 .btn-4a:after, .btn-4a:before {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    height: 12px;
    width: 12px;
    background: #1CB084;
    -webkit-transition: all 0.3s ease-out;
    border-radius: 20px;
}

.btn-4a:before {
  opacity: 0;
  top: 10px;
    right: 10px; z-index:2; 
}
.btn-4a:hover {
  background: #1CB084;
  -webkit-transition: background 0.3s ease-in 0.2s;
}
.btn-4a:hover:before {
	background: #fff !important;
	top: 10px;
	right: 10px;
	opacity: 1; 
	
}

/* ============ BUTTON 5 ================= */
.btn-5{ 
	color:#B44483; 
	border:2px solid #B44483;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-5a {
  text-transform: uppercase;
  position: relative;
  -webkit-transition: background 0.3s ease-in 0.2s;
}
 
 .btn-5a:after, .btn-5a:before {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    height: 12px;
    width: 12px;
    background: #B44483;
    -webkit-transition: all 0.3s ease-out;
    border-radius: 20px;
}

.btn-5a:before {
  opacity: 0;
  top: 10px;
    right: 10px; z-index:2; 
}
.btn-5a:hover {
  background: #B44483;
  -webkit-transition: background 0.3s ease-in 0.2s;
}
.btn-5a:hover:before {
	background: #fff !important;
	top: 10px;
	right: 10px;
	opacity: 1; 
	
}

/* ============ BUTTON 6 ================= */
.btn-6{ 
	color:#B46944; 
	border:2px solid #B46944;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-6a {
  text-transform: uppercase;
  position: relative;
  -webkit-transition: background 0.3s ease-in 0.2s;
}
 
 .btn-6a:after, .btn-6a:before {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    height: 12px;
    width: 12px;
    background: #B46944;
    -webkit-transition: all 0.3s ease-out;
    border-radius: 20px;
}

.btn-6a:before {
  opacity: 0;
  top: 10px;
    right: 10px; z-index:2; 
}
.btn-6a:hover {
  background: #B46944;
  -webkit-transition: background 0.3s ease-in 0.2s;
}
.btn-6a:hover:before {
	background: #fff !important;
	top: 10px;
	right: 10px;
	opacity: 1; 
	
}

/* ============ BUTTON 7 ================= */
.btn-7{ 
	color:#CBB019; 
	border:2px solid #CBB019;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-7a {
  text-transform: uppercase;
  position: relative;
  -webkit-transition: background 0.3s ease-in 0.2s;
}
 
 .btn-7a:after, .btn-7a:before {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    height: 12px;
    width: 12px;
    background: #CBB019;
    -webkit-transition: all 0.3s ease-out;
    border-radius: 20px;
}

.btn-7a:before {
  opacity: 0;
  top: 10px;
    right: 10px; z-index:2; 
}
.btn-7a:hover {
  background: #CBB019;
  -webkit-transition: background 0.3s ease-in 0.2s;
}
.btn-7a:hover:before {
	background: #fff !important;
	top: 10px;
	right: 10px;
	opacity: 1; 
	
}
/* ============ BUTTON 7 ================= */
.btn-8{ 
	color:#31A9B0; 
	border:2px solid #31A9B0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-8a {
  text-transform: uppercase;
  position: relative;
  -webkit-transition: background 0.3s ease-in 0.2s;
}
 
 .btn-8a:after, .btn-8a:before {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    height: 12px;
    width: 12px;
    background: #31A9B0;
    -webkit-transition: all 0.3s ease-out;
    border-radius: 20px;
}

.btn-8a:before {
  opacity: 0;
  top: 10px;
    right: 10px; z-index:2; 
}
.btn-8a:hover {
  background: #31A9B0;
  -webkit-transition: background 0.3s ease-in 0.2s;
}
.btn-8a:hover:before {
	background: #fff !important;
	top: 10px;
	right: 10px;
	opacity: 1; 
	
}


/* =================== MEDIA QUERIES ================ */
@media (max-width: 767px) {
	.navbar-brand{text-align: center !important; float: :none;}
	.navbar-brand img{width: 200px; height: 40px; }
	
	.navbar-right{float: none;}
  .mainHeading {
    padding: 0px;
    margin: 30px auto 0;
    color: #000;
    font-weight: normal;
    font-size: 120%;
	  line-height: :2;
    font-family: 'Roboto Condensed', sans-serif;
    /* letter-spacing: 3px; */
}
}

