@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200,700);
body {
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
}

a {
	-webkit-transition: 300ms;
  	-moz-transition: 300ms;
  	-o-transition: 300ms;
  	transition: 300ms;
}

a:focus, a:hover {
	text-decoration: none;
  	outline: none
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Yanone Kaffeesatz', 'sans-serif';
	font-weight: 300;
	text-transform: uppercase;
}

/*************************
*******Header CSS******
**************************/

.header-top {
  display: block;
  overflow: hidden;
  padding: 25px;
}

.main-nav {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.main-nav 
.container {
  width: 100%
}

.social-icons a {
  font-size: 18px;
  color: #fff;
  padding-left:20px;  
}

.social-icons .fa-facebook:hover {
  color: #3B5997;
}

.social-icons .fa-twitter:hover {
  color:#29C5F6;
}

.social-icons .fa-google-plus:hover {
  color:#D13D2F;
}

.social-icons .fa-youtube:hover{
  color: #ec5538;
}

.navbar-brand {
	background-color: #FFFFFF;
	height: 90px;
	margin-bottom: 20px;
	position: relative;
	width: 297px;
}

.navbar-brand img {
	position: absolute;
	width: 258px;
	top: -17px;
}

.navbar-right {
	background-color: #FFFFFF;
	padding:0 95px 0 0;
	opacity: .9
}

.navbar-right li a {
	padding: 25px 21px;
	font-size: 22px;
	color: #9D26AD;
	text-transform: uppercase;
	font-family: 'Yanone Kaffeesatz', 'sans-serif';
	font-weight: 500;
}

.navbar-right li a:hover, 
.navbar-right li a:focus,  
.navbar-right .active a {
	background-color: #AA66CC;
	color: #FFFFFF;
}

.navbar-right li a:hover, .navbar-right li a:focus, .navbar-right .active a {
	color: #FFFFFF;
}
.navbar-toggle {
	margin-top: 12px
}

.navbar-toggle .icon-bar {
	background-color: #AA66CC;
}

.navbar-toggle, 
.navbar-toggle:focus {
	border:1px solid #fff;
	outline: none;
}

.fixed-menu {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;  
  box-shadow: 0 4px 4px -2px #A7A6A6;
  -moz-box-shadow: 0 4px 4px -2px #A7A6A6;
  -webkit-box-shadow: 0 4px 4px -2px #A7A6A6;
}

.fixed-menu .navbar-right {
	padding: 0;
}

.fixed-menu .navbar-right li a {
  font-size: 18px;
  padding: 20px 25px;
  text-shadow:inherit;
}

.fixed-menu .navbar-brand {
  height: 60px;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
  width: 125px;
}

.fixed-menu .navbar-brand img {
  height:60px;
  top: 0;
}

.fixed-menu .header-top {
  display: none;
}
/*************************
*******Home CSS******
**************************/
#home {
	position: relative;
	overflow: hidden;
}
#home img {
	width: 100%
}

/*************************
*******Our Product CSS******
**************************/
#sectors,#features,#store-listing,#how-it-works,#contact {
	padding-top:50px;
	padding-bottom:50px;
}
.section-heading {
	color:#AA66CC;
	margin-top:20px;
	font-weight:400;
	
}
.section-description {
	font-size:20px;
	margin-top:20PX;
	margin-bottom:20px;
}
.margintop30 {
	margin-top:30px;
}
.product_name{
	font-size:20px;
	margin-top:20px;
}
#sectors img {
	border:3px solid #AA66CC;
	border-radius:5px;
}

#features {
	background-color:#AA66CC;
}
#features ul {
	list-style-type:none; 
	color:#FFFFFF;
}
#features ul li {
	background: url(../img/icon.png) no-repeat left top; 
	height: 40px;
    padding-left: 40px;
    padding-top: 0px;
}

#store-listing {
	background-color:#007c3d;
	color:#FFFFFF;
}
#store-listing legend {
	color:#FFFFFF;
}
#store_listed_form label {
	color:#FFFFFF;
}
#store_listed_form .form-control {
	border-radius:0px !important;
	min-height:40px !important;
}
#store_listed_form .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #CC7372;
    font-size: 18px;
}
#store_listed_form .chosen-container-multi .chosen-choices 
{
	border-radius:0px;
	height:40px !important;
}
.footer-widget {
    margin-bottom: 45px;
}
.footer-widget h4 {
    color: #eee;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
}
.footer-widget h4 .head-line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #333;
    margin: 0;
}
footer p {
    color: #ccc !important;
}
.mail-subscribe-widget form input[type="text"] {
    outline: none;
    color: #666;
    font-size: 12px;
    padding: 6px 12px;
    border: none;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
}
.footer-widget {
    margin-bottom: 45px;
}
.social-widget ul.social-icons li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
}
footer a {
    color: #666;
}
.social-widget ul.social-icons li a i {
    font-size: 1.4em;
    width: 36px;
    height: 36px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.social-widget ul.social-icons li a:hover {
    text-decoration: none;
}

.contact-widget {
    background: url(../images/map.png) center bottom no-repeat;
    background-position: 0px 27px;
}
.contact-widget ul li {
    margin-bottom: 12px;
}
.contact-widget span {
    font-weight: 700;
}
.copyright-section {
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-top: 1px solid rgba(255,255,255,.06);
}
.copyright-section p {
    font-size: 12px;
    text-transform: uppercase;
}
.copyright-section a{
	color:#FFFFFF;
}




