/*
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;
  color:#36454A;
}

.container {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.no-padding{padding: 0;}
.float-left{float:left;}
.float-right{float:right;}
hr {
    margin: 0;
	height: 20px;
    border: 0;
    border-top: 0 solid #eee;
}
hr.top {
    margin: 0 auto;
	height: 20px;
    border: 1;
    border-top: 1px solid #5e5d56;
	width:87%;
}
hr.bottom {
    margin: 0 auto;
	height: 20px;
    border: 1;
    border-bottom: 1px solid #5e5d56;
	width:90%;
}
.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-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; }
.navbar .navbar-nav {
    display: inline-block;
    float: none; background-color: #b46944; border-radius: 20px;
}

.navbar .navbar-collapse {
    text-align: center;
}
.navbar-default {
   background-color: #f0f0f0; border-radius: none;
   border:0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;  border: 1px solid transparent;
    -webkit-transition: backgoround-color .2s ease-in-out;
       -o-transition: backgoround-color .2s ease-in-out;
          transition: backgoround-color .2s ease-in-out;
}
.navbar-nav > li {
    float: left; margin-right:10px; width:150px; 
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 3px 15px;
	
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
   color: #975839 !important; 
    background: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #f2aa86 !important; 
    background: transparent;
}
.navbar-inverse{background-color: #f8f8f8 !important; border-color: #f7f7f7;}
.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;
}
.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;
  transition: all 0.2s ease-in-out;
  
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.link {color:#36454A;}
.link:hover{color:#87888d !important; text-decoration:underline;}
.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:#989898; text-align:center;}
/*========== SOCIAL ICONS =================*/
.infoBox{width:55%; padding:0 !important;} .infoBox2{width:48%; padding:0 !important;}
/* Social Icons */
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #b46944;
    width: 30px;
    height:30px;
    border-radius: 20px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding:8px;
}
.fa:hover{transition: all 0.2s ease-in-out; opacity:.7}


.et-social-icons {
	float1: none;
}

.et-social-icons li {
	display: inline-block;
	margin-left: 8px;
}

.et-social-icon a {
	display: inline-block;
	position: relative;
	color: #666;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	transition: color 300ms ease 0s;
}



/* Social Box */

#et-secondary-menu {
	float: right;
}

#et-info,
#et-secondary-menu > ul > li a {
	display: block;
	padding-bottom: 0;
}


#et-info {
    float: left;display: block;
    padding-bottom: 0;
}
.mail-link{color:#222; text-transform:none;}

.social-linkDiv{width:100%; padding:10px 0; margin:0 auto;text-align:center;}
.social-link{color:#222; text-transform:uppercase;  }
.social-link li {
	display: inline-block;
	margin-left: 8px;
}

.social-link a {
	display: inline-block;
	position: relative;
	color: #989898;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	transition: color 300ms ease 0s;
}
li.separator{color:#989898; background:transparent;}
span.num-separator{color:#b46944; background:transparent; padding:0 5px;}
a.mail-link:hover{color:#b46944 !important;}
a.social-link:hover{color:#b46944 !important;}

.footer-number {
    color: #b46944;
    text-transform: none;
    font-size: 11px;
    margin: 10px 0;
}

#top-header .et-social-icons {
    display: inline-block;
    float: none;
}
#top-header .et-social-icons li {
    margin-top: -2px;
    margin-left: 12px;
}
#top-header, #top-header .container, #top-header #et-info, #top-header .et-social-icon a {line-height: 1em;}


#top-header a, #top-header a {
    color: #333;
}
#et-secondary-menu {
    float: right;display: block;
    padding-bottom: 0.75em;
}


/*========== 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:#b46944;}
li.two{background:#975839;}
li.three{background:#f2aa86;}
li.four{background:#989898;}
li.five{background:#1A2426;}


/* MENU CSS */

ul.menu{margin-bottom::0 !important;}

.menu li {
    width: 180px;
    /* height: 1em; */
    text-align: center;
    line-height: 1em;
    border-radius: 1em;
    /* background: #ba5555; */
    margin: 0;
    display: inline-block;
    color: white;
    position: relative;
}


/*========= FOOTER ===================*/
section > .container, section > .container-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
}

#contacts {
    padding-top: 20px;
    width:60%;
	margin:50px auto;
	background: #2f2f2f; 
	color:#999;
}
#contacts h5{color:#178f6c; font-weight:600;}
.footerDiv{width:100%;}
.contact-desc p{margin:10px 0; text-transform:none;}
.footer-link{color:#999; text-transform:none;}



a.footer-link:hover{color:#fff !important;}
/*========= MEDIA QUERIES ==============*/
/*@media (min-width: 768px)*/@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1){

.navbar-nav > li {
    float: left; margin-right:10px;
}
#contacts {
    padding-top: 20px;
    width:100%;
	margin:50px auto;
	background: #2f2f2f; 
	color:#999;
}
.infoBox {
    width: 85%;
    padding: 0 !important;
}
}


@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; */
}
#et-info {
    float: none !important;
    display: block;
    padding-bottom: 0;
    
}
.infoBox {
    width: 100% !important; 
    padding:5px 0 !important;
}
.infoBox2 {
    width: 100% !important; 
    padding: 5px 0 !important;
}
#contacts {
    padding-top: 20px;
    width: 100%;
    margin: 50px auto;
    background: #2f2f2f;
    color: #fff;
}
}

