/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:400,300,700,900');

body {
	background: #394864;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #444;
}

h1 {
	font-size: 40px;
}

h3 {
	font-weight: 400;
}

h4 {
	font-weight: 400;
	font-size: 20px;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
}


a {
    color: #ACBAC1;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #4F92AF;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.btn-theme  {
  color: #fff;
  background-color: #4F92AF;
  border-color: #4F92AF;
}
.btn-theme:hover  {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
form.signup input  {
	height: 42px;
	width: 200px;
	border-radius: 0;
	border: none;
}
form.signup button.btn {
	font-weight: 700;
}
form.signup input.form-control:focus {
	border-color: #fd680e;
}


/* wrapper */

#wrapper {
	text-align: center;
#	padding: 50px 0;
	background: url(../img/main-bg.jpg) no-repeat center top;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



#wrapper h1 {
#	margin-top: 60px;
#	margin-bottom: 40px;
	color: #fff;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: -1px;
}

h2.subtitle {
	color: #fff;
	font-size: 24px;
}

/* countdown */
#countdown {
	font-size: 48px;
	color: #fff;
	line-height: 1.1em;
	margin: 40px 0 60px;
}


/* footer */
p.copyright {
	margin-top: 50px;
	color: #fff;
	text-align: center;
}


.container2 {
   # padding-right: 0%;
   # padding-left: 0%;
    margin-right: auto;
    margin-left: auto;
}

.equal-split {
    width: 25%;
    height:100vh;
    float: left;
    position: relative;
}

.equal-split:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    opacity: 0.8;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.equal-split:hover:after {
    opacity: 0;
    cursor: pointer;
}


#aronedesigns {
    background: -moz-linear-gradient(left,#4389a2 0%,#5c268d 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#4389a2),color-stop(100%,#5c268d));
    background: -webkit-linear-gradient(left,#4389a2 0%,#5c268d 100%);
    background: -o-linear-gradient(left,#4389a2 0%,#5c268d 100%);
    background: -ms-linear-gradient(left,#4389a2 0%,#5c268d 100%);
    background: linear-gradient(to right,#4389a2 0%,#5c268d 100%);
}

#aronesports {
    background-image: -webkit-linear-gradient(top, #9e2029 0%, #871218 100%);
    background-image: -o-linear-gradient(top, #9e2029 0%, #871218 100%);
    background-image: linear-gradient(to bottom, #9e2029 0%, #871218 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9e2029', endColorstr='#ff871218', GradientType=0);
}

#aronehomes {
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #3797dd 70%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #3797dd 70%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #3797dd 70%);
}

#iminon {
    background-image: -webkit-linear-gradient(top, #161616 0%, #161616 70%);
    background-image: -o-linear-gradient(top, #161616 0%, #161616 70%);
    background-image: linear-gradient(to bottom, #161616 0%, #161616 70%);
}


#bottom-sticky-container {
    position: fixed;
    width: 100%;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

#bottom-sticky {
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.95);
    color: white;
    font-weight: bold;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
}
