*{
	margin:0;
	padding:0;
}
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #686868;
    text-align: center;
	margin:0;
}
#header{
	background:#bf9f79;
	padding:15px 0 20px;
	margin-bottom:40px;
}
#header .logo h1{
	margin:0;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #96b72a;
	text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h2 {
	margin-top: 10px;
	font-size: 42px;
    font-weight: 100;
    line-height: 54px;
}

img { max-width: 100%; }

::-moz-selection { background: #96b72a; color: #fff; text-shadow: none; }
::selection { background: #96b72a; color: #fff; text-shadow: none; }

body{
	background-image: url("../img/full-bg.png");
    background-repeat: repeat;
    background-position: center center;
	color:#686868;
}
/***** Coming Soon *****/

.coming-soon {
    margin: 0 auto;
}

.inner-bg {
    padding: 0 0 40px 0;
}

.coming-soon .logo {
	padding-bottom: 20px;
}

.coming-soon .logo h1 {
	margin: 0;
}

.coming-soon .logo a {
	display: inline-block;
}

.coming-soon p {
	margin: 60px 0 10px 0;
	padding: 0 120px;
    font-size: 22px;
    line-height: 36px;
}

.timer {
    margin-top: 60px;
}

.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
    display: inline-block;
    width: 160px;
    margin: 0 10px;
    font-size: 18px;
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
    font-size: 80px;
    font-weight: 100;
    line-height: 90px;
	color:#96b72a;
}

.subscribe {
	margin-top: 60px;
}

.subscribe form input {
    width: 362px;
    height: 52px;
}

.success-message, .error-message {
	margin-top: 20px;
	font-size: 18px;
    line-height: 32px;
}


/***** Footer *****/

footer {
	margin-top: 60px;
	padding: 0 0 15px 0;
	background: rgba(0, 0, 0, 0.79);
}

.footer-copyright p {
	margin: 0;
	font-size: 18px;
    line-height: 32px;
    color: #fff;
    text-align: left;
}

.footer-copyright a { color: #fff; border-bottom: 1px dotted #fff; }
.footer-copyright a:hover { color: #fff; border: 0; }

.footer-social {
	text-align: right;
}

/* social icons */
.social-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin: 5px;
	background: center center no-repeat;
}

.social-icon.facebook { background-image: url(../img/social-icons/facebook.png); }
.social-icon.twitter { background-image: url(../img/social-icons/twitter.png); }
.social-icon.dribbble { background-image: url(../img/social-icons/dribbble.png); }
.social-icon.google-plus { background-image: url(../img/social-icons/google-plus.png); }
.va-contact-us{
	margin-top:50px;
}
.block-title {
    color: #96b72a;
    margin: 0;
    text-align: center;
    font-family: 'Open Sans', cursive;
    font-size: 42px;
    font-weight: 300;
}

.title-caption {
    letter-spacing: 0.16px;
    padding: 20px 120px;
	line-height:25px;
}
.side-img {
    width: 75px;
    display: inline-block;
    height: 14px;
}

.side-img i {
    margin: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 1px;
    border: 0;
    border-top: 1px solid #96b72a;
    height: 1px;
    display: inline-block;
    width: 75px;
    float: left;
}

.side-img i:first-child,
.side-img i:last-child {
    width: 65px;
}

.side-img.left-side-img i:first-child,
.side-img.left-side-img i:last-child {
    width: 65px;
    margin: 0 0 1px 10px;
}
.backstretch{
	display:none!important
}
footer ul li a {
    color: #fff;
}
.copyright-block .copy-title {
    text-transform: uppercase;
    letter-spacing: 0.84px;
    padding: 11px 0 26px;
    margin: 0;
	font-size:14px;
	color:#fff;
}

.social-media-icons ul li {
    display: inline-block;
    font-size: 23px;
    vertical-align: top;
}

.social-media-icons ul li a {
    padding: 0 23px;
}

.social-media-icons {
    margin-top: 35px;
}

.copy-title a {
    color: #fff;
}

.copy-title a:hover {
    color: #96b72a;
}
