@import url('font.css');
/******** Web Fonts and Main Colors **************
font-family: 'Roboto', sans-serif;
font-family:   'BebasNeueRegular';
Main Color =>     #f0ec13
**************************************************/


BODY
{
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	font-size: 100%;
	text-rendering: optimizeLegibility;
	text-align: center;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}


#sunshine
{
	width: 100%;
	height: 0%;
	position: fixed;
	top:0;
	left: 0;
	z-index: 1;
	background: url(../img/sunshine.png) no-repeat 0 0;
	opacity: .05;
}

#sunshine2
{
	width: 100%;
	height: 0%;
	position: fixed;
	top:0;
	left: 0;
	z-index: 2;
	background: url(../img/sunshine2.png) no-repeat 0 0;
	opacity: .07;
}


h1,h2,h3,p
{
	margin: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}

h1
{
	font-weight: 700;
}

h2
{
	font-weight: 400;
}

.title
{
	font-size: 2.8em;
	color: rgba(255,255,255,1);
}

.subtitle
{
	font-size: 2.5em;
	color: rgba(255,255,255,1);
	opacity: .75;
}

.title span, .subtitle span
{
	border-bottom: 1px solid rgba(255,255,255,0.46);
}

p
{
	font-weight: 400;
	padding-top: 60px;
	padding-bottom: 50px;
}

a
{
	text-decoration: none;
}

#homepage
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 10;

}

section
{
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	background: rgba(0,0,0,0.67);

}

#wrapper
{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 100;
    display: none;
}


.inner
{
	width: 960px;
	height:auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
	z-index: 1;
}

.divider
{
	width: 100%;
	height: 90px;
	overflow: hidden;
	margin: 0 auto;
	background: rgba(0,0,0,0.5);
}


.sticky {
	position: fixed;
	top: 0px;
	z-index: 10000;
}

/* Header and Nav Styles */

header
{
	position: relative;
    display: none;
    z-index: 10000;
}

a.brand
{
	float: left;
	padding-left: 50px;
	display: block;
	width: 220px;
	height: 90px;
	background: url(../img/logo.png) no-repeat center center;
}

nav
{
	background: rgba(0,0,0,0.57);
	width: 100%;
	height: 90px;
	overflow: hidden;
}

nav ul
{
	float: right;
	padding-right: 25px;
}

nav ul li
{
	list-style-type: none;
	display: inline-block;
	height: 90px;
	line-height: 60px;
	margin: 0 auto;
}

nav ul li a
{
	padding: 0 10px;
	color: #a7a7a7;
	font-weight: 400;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

nav ul li a:hover
{
	color: #f0ec13;
}

.active
{
	color: rgba(137,134,134,1);
}

.active + .active-border
{
	border-bottom: 7px solid #f0ec13;
	width: 35px;
	margin: 0 auto;
	padding-bottom: 7px;
}


/* Homepage Elements Styles */

#home-inner
{
	width: 960px;
	height: 430px;
	overflow: hidden;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin-left: -480px;
	margin-bottom: -215px;
	padding: 0;
}

h1.slogan
{
	font-size: 2.54em;
	color: white;
	line-height: 0.9;
	letter-spacing: 0px;
	text-shadow: 1px 1px 1px black;
}

h1.slogan span
{
	font-weight: 900;
	font-size: 3.01em;
	letter-spacing: -2px;
}

.line
{
	background: #F0EC13;
	width: 150px;
	height: 5px;
	margin: 10px auto 20px;
}

/* Countdown Styles */ 

#myCountDown
{
	width: 888px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

/* This is Mobile Countdown */

#CountDown
{
	display: none;
}


/* Subscription Styles */

#subscription
{
	width: 100%;
	height:auto;
	color: #d7caae;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

#subscription p
{
	font-size: 1.1em;
	color: #fff4de;
	width:760px;
	margin: 20px auto;
}


.subscribe-form
{
	position: relative;
	margin: 20px auto;
}

form
{
	padding: 6px 0px;
	border-radius: 12px;
	width:425px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #ffffff;
	box-sizing: padding-box;
}

.form-error
{
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: 2;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 0s;
	-moz-animation-iteration-count: 2;
}

#alert
{
	font-family: sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	font-style: italic;
	position: absolute;
	bottom:80px;
	left: 50%;
	width:600px;
	margin-left: -300px;
	display: none;
}

.input
{
	width: 260px;
	background: none;
	border: none;
	padding: 12px 12px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-style: italic;
	letter-spacing: 1px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.0em;
}

.input:focus, .input:active
{
	border: none;
	color: #ffffff;
	background: none;
	letter-spacing: 1px;
	outline: none;
}

.button
{
	width: 102px;
	height: 40px;
	background: none;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-family: arial;
	letter-spacing: 0.10em;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	margin-left: 10px;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-weight: 300;
	text-transform: uppercase;
	font-size: .64em;
	border-radius: 8px;
}

.button:hover
{
	color: rgba(217,217,217,1);
	background: rgba(0,0,0,0.53);
}

BUTTON, HTML INPUT[type="button"], INPUT[type="submit"]
{
	-webkit-appearance: button;
	cursor: pointer;
	=overflow: visible;
}

BUTTON::-moz-focus-inner, INPUT::-moz-focus-inner
{
	border: 0;
	padding: 0;
	color: #ffffff;
}


#subscription .divider
{
	margin: 70px auto 0;
}


/* Services Styles */

#services
{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin: 0 auto;
}

#services p
{
	color: white;
	margin: 0;
	padding-top: 32px;
	padding-bottom: 25px;
	font-size: 0.96em;
}

#content
{
	padding: 60px 0 0;
}

.hr
{
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid #333;
}

.row
{
	position:relative;
	width: 100%;
	height:auto;
	display: block;
	margin: 0 auto;
}

.column
{
	position:relative;
	width: 33.3%;
	height:450px;
	display: block;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;

}

.name
{
	font-size: 1.2em;
	color: #f0ec13;
	font-weight: 700;
}

.subname
{
	color: #a7a7a7;
	font-size: 0.8em;
	line-height: 0.1;
	font-weight: 400;
	font-style: italic;
}

a.programming, 
a.design, 
a.mobil, 
a.content, 
a.video, 
a.illustration 
{
	position: absolute;
	top:50%;
	left:50%;
	z-index: 10;
	width: 200px;
	height: auto;
	margin-top: -225px;
	margin-left: -120px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(0,0,0,0.62);
	padding: 30px 20px 10px;
	border-radius: 15px;
}

.angle
{
	position: absolute;
	top:0;
	left: 0;
	width: 187px;
	height: 296px;
	background: url(../img/angle.png) 0 0 no-repeat;
	z-index: 100;
	opacity: .017;
	border-radius: 15px 0px 0px 0px;
}


a.programming:hover, 
a.design:hover, 
a.mobil:hover, 
a.content:hover, 
a.video:hover, 
a.illustration:hover
{
	background: rgba(0,0,0,0.89);
	top:52%;
}

.icon
{
	display: block;
	width: 52px;
	height: 52px;
	margin: 0 auto;
}


a.programming .icon
{
	background: url(../img/services/file-xml.png) no-repeat top center;
}

a.design .icon
{
	background: url(../img/services/pictures.png) no-repeat top center;
}

a.mobil .icon
{
	background: url(../img/services/phone.png) no-repeat top center;
}

a.content .icon
{
	background: url(../img/services/pencil.png) no-repeat top center;
}

a.video .icon
{
	background: url(../img/services/film.png) no-repeat top center;
}

a.illustration .icon
{
	background: url(../img/services/diamond.png) no-repeat top center;
}



/* Socialize Styles */

#socialize
{
	width: 100%;
	height:auto;
	color: #d7caae;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#socialize .divider
{
	margin: 50px auto 45px;
}


/* Social Icons */

#social-icons
{
	margin: 75px auto 0;
	position: relative;
	text-align: center;
	z-index: 1000;
}


.facebook, .twitter, .yahoo, .linkedin, .skype, .flickr, .dribbble, .behance
{
	width: 54px;
	height: 54px;
	display: inline-block;
	border: 2px solid #8e8e8e;
	margin-left: 20px;
	text-indent: -9999px;
	overflow: hidden;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius:  50px;
}


.facebook
{
	background:  url(../img/social-icons/facebook.png) no-repeat center center;
	margin-left: 0;
}

.twitter
{
	background:  url(../img/social-icons/twitter.png) no-repeat  center center;
}

.yahoo
{
	background:  url(../img/social-icons/yahoo.png) no-repeat  center center;
}

.linkedin
{
	background:  url(../img/social-icons/linkedin.png) no-repeat  center center;
}

.skype
{
	background:  url(../img/social-icons/skype.png) no-repeat  center center;
}

.flickr
{
	background:  url(../img/social-icons/flickr.png) no-repeat  center center;
}

.dribbble
{
	background:  url(../img/social-icons/dribbble.png) no-repeat  center center;
}

.behance
{
	background:  url(../img/social-icons/behance.png) no-repeat  center center;
}

/* Hovers */

.facebook:hover
{
	background:  url(../img/social-icons/white/facebook.png) no-repeat center center;
}

.twitter:hover
{
	background:  url(../img/social-icons/white/twitter.png) no-repeat center center;
}

.yahoo:hover
{
	background:  url(../img/social-icons/white/yahoo.png) no-repeat center center;
}

.linkedin:hover
{
	background:  url(../img/social-icons/white/linkedin.png) no-repeat center center;
}

.skype:hover
{
	background:  url(../img/social-icons/white/skype.png) no-repeat center center;
}

.flickr:hover
{
	background:  url(../img/social-icons/white/flickr.png) no-repeat center center;
}

.dribbble:hover
{
	background:  url(../img/social-icons/white/dribbble.png) no-repeat center center;
}

.behance:hover
{
	background:  url(../img/social-icons/white/behance.png) no-repeat center center;
}


/* TWEET STYLES */

#twitter
{
	margin: 60px auto 20px;
}

#tweets-wrapper
{
	width: 600px;
	height: 80px;
	margin: 40px auto 0;
	font-size: 1.0em;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#tweets A
{
	color: #F0EC13;
}

.rrt-inner
{
	padding-right: 40px;
}



/* FOOTER STYLES */

footer
{
	background: rgba(0,0,0,0.77);
	position: relative;
	z-index: 100;
	width: 100%;
	height: 133px;
	margin: 0 auto;
	border-top: 1px solid #0d0d0d;
}

.copyright
{
	display: block;
	width: 100%;
	height: 133px;
	line-height: 140px;
	color: rgba(130,130,130,1);
	font-size: 1.1em;
	font-weight: 300;
	opacity: 1 !important;
}

/* These are arrows to go top or bottom */
.top-arrow
{
	background: url(../img/top-arrow.png) center center no-repeat;
	width: 46px;
	height: 46px;
	position: absolute;
	bottom: 30px;
	left:50%;
	margin-left: -23px;
	z-index: 101;
	-webkit-animation-duration: 4s;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-duration: 4s;
	-moz-animation-delay: 0s;
	-moz-animation-iteration-count: infinite;
	opacity: .7;
}

.bottom-arrow
{
	background: #F0EC13 url(../img/bottom-arrow.png) center center no-repeat;
	width: 48px;
	height: 48px;
	position: absolute;
	top: -25px;
	left:50%;
	margin-left: -24px;
	z-index: 101;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bottom-arrow:hover
{
	-ms-transform: rotate(405deg);
	-webkit-transform: rotate(405deg);
	transform: rotate(405deg);
}







