/*-----------------------------------------------------------------------------------

	Template Name: Vertigo - Premium Landing Page Template
	Description: A premium landing page template.
	Author: Leandro Acosta (aka nimbleo @ThemeForest)
	Author URI: http://leandroacosta.com
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/
/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Site Styles
	#Forms
	#Misc */
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 110%;
  /*font: inherit;*/
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* #Basic Styles
================================================== */
html {
  overflow-y: scroll;
}
body {
  background: #ffffff;
  font: 14px/21px Arial, Helvetica, sans-serif;
  color: #50514b;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */

  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}
/* #Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #181818;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 14px;
}
h2 {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 10px;
}
h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}
h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
}
h5 {
  font-size: 17px;
  line-height: 24px;
}
h6 {
  font-size: 14px;
  line-height: 21px;
}
p {
  margin: 0 0 20px 0;
}
p img {
  margin: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
  color: #333;
}
small {
  font-size: 80%;
}
/*	Blockquotes  */
blockquote, blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555;
}
hr {
  border: solid #ebece6;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 30px;
  height: 0;
}
/* #Links
================================================== */
a {
  color: #000;
  text-decoration: underline;
  outline: 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
a:hover {
  color: #620819;
}
p a, p a:visited {
  line-height: inherit;
}
/* #Lists
================================================== */
ul, ol {
  margin-bottom: 20px;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}
li {
  line-height: 18px;
  margin-bottom: 12px;
}
ul.large li {
  line-height: 21px;
}
li p {
  line-height: 21px;
}
/* #Images
================================================== */
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}
/* #Buttons
================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #770b1f;
  border: none;
  color: #FFF;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
  padding: 8px 10px;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #FFF;
  background: #620819;
}
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  background: #620819;
  /* Old browsers */

}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* #Site Styles
================================================== */
/* Global custom family font */
header h1 a,
header h2,
#main h2,
footer #footer-logo {
  font-family: 'Viga', sans-serif;
}
/* Styles specific to the header section */
header {
  background: #c82637;
  position: relative;
  height: 615px;
  min-height: 615px;
}
header .column {
  padding-left: 60px;
}
header h1 {
  margin: 0 0 30px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 15px -5.5px #000000;
  -moz-box-shadow: 1px 1px 15px -5.5px #000000;
  box-shadow: 1px 1px 15px -5.5px #000000;
}
header h1 a {
  background: black;
  color: #c82637;
  display: block;
  font-size: 70px;
  padding: 15px 15px 15px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -3px;
}
header h1 a:hover {
  color: #770b1f;
}
header h2 {
  font-size: 52px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
header h2, header p {
  color: #FFF;
  clear: both;
}
header .social-channels {
  margin: 65px 0 70px;
}
header .social-channels > span {
  background: url("../img/arrow.png") no-repeat right -8px;
  color: #FFFFFF;
  font-family: 'Indie Flower', cursive;
  font-size: 28px;
  float: left;
  padding-right: 80px;
}
header #featured-ipad {
  position: relative;
  z-index: 1000;
}
.social-channels ul {
  float: right;
  padding: 0 25px 0 0;
}
.social-channels li, .social-channels li a {
  float: left;
}
#countdown-timer {
  margin-top: 30px;
  overflow: hidden;
}
#countdown-timer li {
  background: url("../img/bg-countdown.png") no-repeat;
  color: white;
  display: inline-block;
  display: inline;
  /* Fix for IE8 and below */

  float: left;
  margin: 0 5px 0 0;
  width: 88px;
  text-align: center;
}
#countdown-timer li p {
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: #000 1px 1px 2px;
}
#countdown-timer li p.time {
  font-size: 46px;
  line-height: 52pt;
  font-family: 'Oswald', sans-serif;
}
/* Styles specific to the main content section */
#main section, header {
  margin-bottom: 200px;
}
#main section:last-child {
  margin-bottom: 65px;
}
#main h2 {
  background: #770b1f;
  color: #FFF;
  display: inline-block;
  margin: 0 0 1px;
  text-transform: uppercase;
  padding: 0 15px;
  clear: both;
  position: relative;
}
#main h2 span:after {
  border-top: 1px solid #ebece6;
  content: "";
  position: absolute;
  width: 200rem;
  bottom: -2px;
  left: 0;
}
#main h2 + hr {
  visibility: hidden;
}
#main h2.alignright + hr {
  margin-left: -1000px;
  visibility: visible;
}
#main .entry-text {
  font-size: 16px;
  line-height: 18pt;
}
#main .featured-item {
  margin: 60px 0 0;
  text-align: center;
}
/* Callout */
.callout {
  background: #eeeded;
  clear: both;
  margin: 80px 0;
  padding: 40px;
}
.callout h4 {
  font-weight: bold;
}
.callout p {
  margin: 0;
}
.callout .text-block {
  float: left;
}
.callout .button {
  background: #c82637;
  font-size: 16px;
  padding: 20px 30px;
  float: right;
}
.callout .button:hover {
  background: #770b1f;
}
/* Features Section */
.features {
  margin: -30px 0 80px;
  text-align: center;
}
.features h4 {
  font-weight: bold;
  text-transform: uppercase;
}
.features p {
  padding: 0 60px 40px;
}
.features .grid_6:nth-child(odd) {
  border-right: 1px solid #ebece6;
}
.features .grid_6 {
  border-bottom: 1px solid #ebece6;
  width: 470px!important;
  height: 350px;
  /* adjust height as required to match your featured snippets */

}
.icon-bubble {
  background: #ee949a;
  border-radius: 100%;
  height: 110px;
  margin: 50px auto 30px;
  text-align: center;
  width: 110px;
}
.icon-bubble img {
  padding-top: 38px;
}
/* Screenshots Section */
.screenshots a {
  display: block;
  position: relative;
}
.screenshots .overlay {
  cursor: pointer;
  background: url("../img/overlay.png") repeat;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 20;
}
.screenshots .icon {
  background: url("../img/magnify.png") no-repeat;
  display: block;
  height: 62px;
  left: 40%;
  position: absolute;
  top: 40%;
  width: 62px;
}
/* Contact Form */
form#contact {
  overflow: hidden;
}
form#contact .button, header .button {
  font-size: 16px;
  font-weight: bold;
  padding: 25px 35px;
}
form#contact .button {
  float: right;
  padding: 15px 45px;
}
/* Sprites */
.social-channels li a {
  background: url("../img/sprite-social.png") no-repeat;
  display: block;
  height: 30px;
  text-indent: -9999px;
  width: 40px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.social-channels .facebook {
  background-position: -40px 0;
  width: 33px;
}
.social-channels .googleplus {
  background-position: -73px 0;
}
.social-channels .dribbble {
  background-position: -110px 0;
}
.social-channels .twitter:hover {
  background-position: 0 -35px;
}
.social-channels .facebook:hover {
  background-position: -40px -35px;
}
.social-channels .googleplus:hover {
  background-position: -73px -35px;
}
.social-channels .dribbble:hover {
  background-position: -110px -35px;
}
/* Footer Section */
footer {
  padding-bottom: 100px;
}
footer p {
  color: #b6b6b6;
  font-size: 11px;
  line-height: 20pt;
}
footer a {
  color: #c82637;
  text-decoration: none;
}
.artcls {position:absolute; top:-1100px;}
footer a#footer-logo {
  font-size: 32px;
  text-transform: uppercase;
}
/* #Forms
================================================== */
form, fieldset {
  margin-bottom: 20px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  padding: 15px 20px;
  outline: none;
  color: #a2a2a2;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  background: #FFF;
  color: #000;
}
textarea {
  font: inherit;
  height: 210px;
  /* fixes IE min-height support */

  min-height: 210px;
  overflow: hidden;
  /* removes scroll in IE */
}
label, legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}
select {
  width: 220px;
}
input[type="checkbox"] {
  display: inline;
}
label span, legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}
/* Error message for form validation */
input.invalid, textarea.invalid {
  background-color: #FFEBE8;
  border: 1px solid #C00;
  color: #333;
}
/* #Misc
================================================== */
.group:before, .group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

}
/* Alignment */
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
/* Vertical Page Scroller */
.standardNav {
  position: fixed !important;
  overflow: visible;
  top: 10px;
  right: 10px;
  padding: 5px;
  width: auto;
  z-index: 9000;
}
.standardNav ul {
  display: block;
  margin: 0;
  padding: 6px;
  list-style: none;
}
.standardNav.left {
  margin-left: -645px;
}
.standardNav li {
  display: block;
  margin-bottom: 10px;
}
.standardNav li a {
  background: #ee949a;
  border-radius: 100%;
  color: #666;
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  overflow: hidden;
  width: 15px;
  height: 0;
  line-height: 35px;
  padding: 15px 0 0;
}
.standardNav li a:hover {
  color: #333;
}
.standardNav li.active a {
  background: #770b1f;
  color: #000;
}
/* Fixes for IE */
.ie8 section h2 {
  display: block!important;
  float: none!important;
}
.ie8 #main h2.alignright + hr {
  margin-left: 0!important;
}
