/* =Typography
------------------------------------------------------------------ */

/* load the fonts face for use with icons */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.svg#icomoon') format('svg'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 36px;
    line-height: 40px;
}

h2 {
    font-size: 28px;
    line-height: 34px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 18px;
    line-height: 21px;
}

h5 {
    font-size: 16px;
    line-height: 19px;
}

h6 {
    font-size: 14px;
    line-height: 17px;
}

h2.section-heading {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
    font-size: 36px;
    line-height: 40px;
}

#banner-section h1 {
    padding-top: 0.4em;
    text-shadow: 0px 0px 1px #ffd555;
    font-size: 34px;
    line-height: 42px;
    float: left;
    width: 100%;
}

#banner-section p {
    text-shadow: 1px 1px 0px #FFD555;
    font-size: 1.2em;
    line-height: 1.4em;
}

.feature {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background: #1f1f1f;
    margin: 0 auto 1em auto;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.feature img { /* you may want to put images in your feature spots. The feature wrapper will clip them automatically */ 
    position: absolute;
    left: 0;
    top: 0;
}

[data-icon]:before { /* this is the code needed for make icons as a font work with the data-icon attribute */
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

.feature-icon { /* this is the basic styling applied to each icon */
    font-size: 3em; /* ajust margin and size with font-size and line-height */
    line-height: 0.9em;
    color: #f4bb0b; /* change icon colours here */
    margin-top: 43%; /* used to cneter the icon. Adjust this is font-size or line-height is changed */
}

a, a:visited, a:active {
    color: #986800;
    text-decoration: none;
}

a:hover {
    color: #986800;
    text-decoration: underline;
}

#banner-section a, #banner-section a:visited, #banner-section a:active {
    color: #1a6904;
    text-decoration: none;
}

#banner-section p a:hover {
    text-decoration: underline;
}

/* =Base styles
------------------------------------------------------------------ */

body {
    font-family: helvetica, arial, sans-serif;
    background: url(../images/body-bg.jpg);
}

.full-width-container {
    padding: 5em 0;
}

/* =Banner section
------------------------------------------------------------------ */

#banner-section {
    background: #fbc00b url(../images/banner-bg.jpg); /* change the main banner background here */
    border-top: 3px solid #d9a503;
    border-bottom: 5px solid #f8f8f8;
    padding-bottom: 3em;
    color: #2c2c2c;
}

.logo {
    float: left;
    width: 182px;
    height: 40px;
    background: url(../images/logo.png) no-repeat;
    text-indent: -9999px;
    margin: 0.6em 0 1em 0;
}

.product-preview {
    float: left;
    width: 100%;
}

.product-preview img {
    max-width: 100%;
}

#banner-section ul {
    margin-top: 2.5em;
}

#banner-section ul li {
    display: inline;
    margin: 0 2em 0 0;
}

#banner-section a#see-more {
    text-decoration: none;
    text-align: center;
    display: block;
    width: 152px;
    margin: 0 auto;
    text-transform: uppercase;
    border-radius: 4px;
    background: #f8ca40 url(../images/arrows.png) no-repeat 143px -47px;
    color: #4d364d;
    padding: 4px 10px 4px 0px;
    margin: 10px auto;
    font-size: 11px;
    text-shadow: 0 0 1px #FFD555;  
}

#banner-section a#see-more.see-more-closed {
    //background: #f8ca40 url(../images/arrows.png) no-repeat 65px 9px; 
}

/* =Showcase
------------------------------------------------------------------ */

#showcase-section {
    background: #f8f8f8;
     padding: 0;
}

#showcase-section .container {
    display: none;
    padding-top: 5em;
    padding-bottom: 5em;
    background: url(../images/ajax-loader.gif) no-repeat 50% 50%;
}

.ie7 #showcase-section .container {
    background: none; /* looks better without in ie7! */
}

.flexslider {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 0 auto;
    position: relative;
    visibility: hidden;
}

.flex-direction-nav .flex-next {
    background-position: -37px 0;
    right: -45px;
}

.flex-direction-nav .flex-prev {
    left: -45px;
}

.flex-direction-nav a {
    background: url("../images/controls.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 36px;
    width: 36px;
    margin: -20px 0 0;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    opacity: 1;
}

.flexslider:hover .flex-next {opacity: 1; right: -45px;}
.flexslider:hover .flex-prev {opacity: 1; left: -45px;}
.flexslider:hover .flex-next:hover, 
.flexslider:hover .flex-prev:hover {opacity: 1;}



/* =Feature
------------------------------------------------------------------ */

#features-section {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 2em;
}

.feature-list {
    text-align: center;
}

.feature-row {
    margin-bottom: 3em;
    float: left;
    width: 100%;
}

.feature-image {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background: #2a2a2a;
    margin: 0 auto 1em auto;
    /*border: 10px solid rgba(0,0,0,0);*/
    overflow: hidden;
}

/* =Testimonials section
------------------------------------------------------------------ */

#testimonials-section {
    background: #fff;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

/* =Connect section styles
------------------------------------------------------------------ */

#connect-section {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

/* =Footer styles
------------------------------------------------------------------ */

#footer-section {
    text-align: center;
    border-top: 1px solid #000;
    background: #1F1F1F;
    color: #fff;
}

#footer-section a {
    color: #c09204;
}

/* =Form styles
------------------------------------------------------------------ */

.form-row {
    float: left;
    width: 100%;
    overflow: hidden;
    clear: both;
    position: relative;
}

.form-row label {
    float: left;
    width: 100px;
}

.form-row label.error {
    position: absolute;
    top: 15px;
    color: red;
    font-weight: normal;
    font-size: 0.8em;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    width: 250px;
}

#contact textarea {
    height: 150px;
    width: 250px;
    min-width: 250px;
}

#contact #submit {
    width: 260px;
    margin-left: 100px;
}

#sending-message {
    margin: 20px auto;
    width: 24px;
    height: 24px;
    display: none;
}

/* =Twitter widget
------------------------------------------------------------------ */

.twtr-widget {
    margin-top: 15px !important;
}

.twtr-widget .twtr-doc {
    width: 100% !important;    
}

#twtr-widget-1 .twtr-hd {
    display: none;
}

#twtr-widget-1 .twtr-widget .twtr-tweet-wrap {
    padding: 10px 0;
}

.twtr-widget .twtr-tweet-wrap {
    padding: 10px !important;
    margin: 0 0 10px 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
}

.twtr-widget .twtr-tweet {
    border: none !important;
}

#twtr-widget-1 .twtr-bd, 
#twtr-widget-1 .twtr-timeline i a, 
#twtr-widget-1 .twtr-bd p {
    line-height: 1.6em !important;
}

#twtr-widget-1 .twtr-ft {
    display: none;
}

#twtr-widget-1 .twtr-tweet-text em {
    display: none; /* remove this if you would like to show the timestamps and links */
}

#twtr-widget-1 a:hover {
    color: #000 !important;
}

a.follow-link {
    background: url(../images/twitter-icon.png) no-repeat center left;
    display: inline-block;
    padding:15px 0 15px 30px;
    color: #1F1F1F;
}

/* =Helper styles
------------------------------------------------------------------ */

/* buttons - used important tags to override styled in base.css */
.styled-button {
    font-family: 'Open Sans', helvetica, arial, sans-serif !important;
    font-weight: bold;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%); /* W3C */
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #eee;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #4b4b4b;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 14px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.styled-button:hover  {
    -moz-transition: background-position 0.1s linear 0s;
    background: #E6E6E6;
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
}

.styled-button:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}

.styled-button.active, 
.styled-button:active {
    background-color: #E6E6E6;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}

.button-green {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    text-transform: uppercase;
    background-color: #5bb75b !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)) !important;
    background-image: -webkit-linear-gradient(top, #62c462, #51a351) !important;
    background-image: -o-linear-gradient(top, #62c462, #51a351) !important;
    background-image: linear-gradient(to bottom, #62c462, #51a351) !important;
    background-image: -moz-linear-gradient(top, #62c462, #51a351) !important;
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
}

.button-green:hover, 
.button-green:active, 
.button-green:visited, 
.button-green.active, 
.button-green.disabled, 
.button-green[disabled] {
    background: #4ca24c !important;
    color: #FFFFFF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.button-large { /* useful for the main call to action button */
     padding: 15px 28px;
     font-size: 20px;
     line-height: 24px;
     text-transform: uppercase;
}

.styled-button span {
    font-size: 14px;
    display: block;
    text-transform: none;
    font-weight: normal;
}

blockquote {
    border-left: 1px solid #ebb40a;
    color: #000;
    margin: 10px 0;
}

blockquote p {
    color: #2c2c2c;
}

.quote-name {
    font-style: normal;
    font-weight: bold;
    font-size: 0.7em;
    color: #000;
}

/* alert messages */

.alert-message {
    padding: 7px 15px;
    margin-bottom: 18px;
    color: #404040;
    background-color: #eedc94;
    background-repeat: repeat-x;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
    
.alert-message.problem  {
    color:#fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #b71212;
    background: #c81c1c; /* Old browsers */
    background: -moz-linear-gradient(top, #c81c1c 0%, #dd3131 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c81c1c), color-stop(100%,#dd3131)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c81c1c 0%,#dd3131 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c81c1c 0%,#dd3131 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c81c1c 0%,#dd3131 100%); /* IE10+ */
    background: linear-gradient(top, #c81c1c 0%,#dd3131 100%); /* W3C */
}
    
.alert-message.success {
    color:#fff;
    background: #31a131; /* Old browsers */
    background: -moz-linear-gradient(top, #31a131 0%, #3eab3e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#31a131), color-stop(100%,#3eab3e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #31a131 0%,#3eab3e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #31a131 0%,#3eab3e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #31a131 0%,#3eab3e 100%); /* IE10+ */
    background: linear-gradient(top, #31a131 0%,#3eab3e 100%); /* W3C */
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #249524;
}
    
.alert-message.info {
    color:#fff;
    background-color: #4ca0fe;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #2679d5;
}

.alert-message p {
    margin: 0;
}

/* =Form styles
------------------------------------------------------------------ */

@media only screen and (max-width: 959px) {
    .twtr-doc {
        width: auto !important;
    }
}

@media only screen and (max-width: 767px) {
    a#see-more {
        margin: 20px 0 40px 0;
    }
    
    #contact #submit {
        margin-left: 0;
        margin-bottom: 4em;
    }
    
    .form-row label.error {
        position: relative;
        top: -10px;
        bottom: 30px;
    }
}