/*
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%;
}

body {
  background: #f0f0f0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.container {
  /*display: table-cell;*/
  padding:0 1em;
  text-align: center;
  vertical-align: middle;
}
.no-padding{padding: 0;}
hr{height:20px; color:#f0f0f0;}
hr {
    margin: 0;
	height: 20px;
    border: 0;
    border-top: 0 solid #eee;
}
.hrStyle1 {
    margin: 10px 0;
    height: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.navbar-nav {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}
.navbar-brand {
    float: left;
    height: 60px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand1 {
    float: left;
    height: 60px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
	color:#121212;
}
.navbar-brand img{width: 200px; height: 40px;}
.navbar {
    position: relative;
    min-height: 30px;
    margin-bottom: 10px; 
    border: none; 
}
.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; }
.navbg{background:transparent; border-top:1px solid #222; border-bottom:1px solid #222; width:50%; margin:20px auto; border-radius:0;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #79b934 !important;
   background-color:transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #79b934 !important;
    background-color: transparent;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 8px;
}
.subHeading{background: #36454A; padding:5px 8px; margin: 0; color: #fff; font-weight:normal; font-size:14px;}
.mainHeading {
    padding: 0px;
    margin: 30px auto 0;
    color: #000;
    font-weight: normal;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    /* letter-spacing: 3px; */
}

.buttonHeading {
    padding: 0px;
    margin: 30px auto 0;
    color: #000;
    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;}

/*BUTTON CSS*/
/*.triangle{
width: 0;
height: 0;
border-style: solid;
border-width: 0 200px 200px 0;
border-color: transparent #9a4646 transparent transparent;
line-height: 0px;
_border-color: #000000 #9a4646 #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-right: 100px solid red;
	border-bottom: 50px solid transparent;
	border-top-left-radius:15px;
}*/
.triangle, .triangle:before, .triangle:after { width: 50em; height: 50em; }
.triangle {
    overflow: hidden;
    position: absolute;
    margin: -16em 0 0 10em;
    border-radius: 20%;
    transform: translateY(50%) rotate(80deg) skewY(30deg) scaleX(.866);
    cursor: pointer;
    pointer-events: none;
}
.triangle:before, .triangle:after {
	position: absolute;
	background: #9A4646;
	pointer-events: auto;
	content: '';
}
.triangle:before {
	border-radius: 20% 20% 20% 53%;
	transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) 
			skewX(30deg) scaleY(.866) translateX(-24%);
}
.triangle:after {
	border-radius: 20% 20% 53% 20%;
	transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) 
			skewX(-30deg) scaleY(.866) translateX(24%);
}

/*.triangle:hover { overflow: visible; }
.triangle:hover:before, .triangle:hover:after { background: none; }
.triangle:hover, .triangle:hover:before, .triangle:hover:after {
	border: dashed 1px;
}*/
.btn {
    display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    text-transform: uppercase;
    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;
    color: #fff;
    background-color: #9A4646;
    border-color: #9A4646;
    border: 1px solid transparent;
    border-radius: 20px;
    width: 50%;
    margin: 20px auto 0;
}

.btn:hover{color:#fff; background: #ba5555;}
.btn-reset{ display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    text-transform: uppercase;
    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;
    color: #ba5555;
    background-color: transparent;
    border-color: transparent;
    border: 1px solid transparent;
    border-radius: 20px;
    width: 50%;
    margin: 20px auto;
}
.colorpalette{border-top:1px solid #ddd; width:90px;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:#36454A;}
li.three{background:#B7B7B7;}
li.four{background:#B4B8B9;}
/* ----------- Non-Retina Screens ----------- */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	
	.triangle {
    overflow: hidden;
    position: absolute;
    margin: -10em 0 0 -10em;
    border-radius: 20%;
    transform: translateY(50%) rotate(80deg) skewY(30deg) scaleX(.866);
    cursor: pointer;
    pointer-events: none;
}
}
/* Landscape */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape){
.triangle {
    overflow: hidden;
    position: absolute;
    margin: -10em 0 0 0;
    border-radius: 20%;
    transform: translateY(50%) rotate(80deg) skewY(30deg) scaleX(.866);
    cursor: pointer;
    pointer-events: none;
}
}
/* Portrait*/
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
		.triangle {
    overflow: hidden;
    position: absolute;
    margin: -10em 0 0 -2em;
    border-radius: 20%;
    transform: translateY(50%) rotate(80deg) skewY(30deg) scaleX(.866);
    cursor: pointer;
    pointer-events: none;
}
		
		}
@media (min-width: 767px) {
	.navbar-brand1{display:none;}
}
@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; */
}
	.btn {
    display: inline-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;
    border: 1px solid transparent;
    border-radius: 0; 
    width: 49%;
}
.navbg{background:transparent; border:0; width:100%; margin:20px auto; border-radius:0;float:right1;}
.triangle{display:none;}
}

