/* Logo font */
@import url(http://fonts.googleapis.com/css?family=Changa+One:400,400italic);

/* 1. Basics */

body {
  font: 14px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;
  color:#7d7d7d;
  background: #f5f5f5
}

a,a:visited {text-decoration:none;color:#ccc}
a:hover {text-decoration:underline;}
a:hover, a:active, a:focus, object, embed, input::-moz-focus-inner { outline:0 }

h1 { font-size: 25px; }
h2 { font-size: 23px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }

h1,h2,h3,h4,h5,h6 { color: #333 }

ol { list-style: decimal; }
ul { list-style: disc; }

blockquote, blockquote p { 
	font-size: 35px;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,.25);
	font-style: normal;
	font-weight: bold;
	margin-bottom: -2px!important;
	margin-top: 8px;
	letter-spacing: -2px;
	line-height: 36px
}
blockquote { 
	margin: 0;
	padding: 12px 0 15px 140px;
	clear: both;
	border-left:0!important;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	display:none
}
blockquote cite { display: block; font-size: 15px!important; color: #fff;text-shadow:1px 1px rgba(0,0,0,.25); font-weight:normal; letter-spacing:0 }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #fff }

/* 2. Spacings */

.clear {
	display:block;
	width:100%;
	float:left;
	clear:both;
}

.texture {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index:0
}

.break-title {
	font-size: 12px;
	text-transform: uppercase;
	clear: both;
	display: block;
	width: 100%;
	border-bottom: 1px dotted #CCC;
	margin: 50px 0;
	letter-spacing: 4px;
	padding-bottom: 5px
}

section { position: relative }

.elevated {position:relative;z-index:1}

/* 
 *	3. Header 
 *	======================*/

#top-header{ background: #5cb4e6; padding: 5px 0; border-bottom: 3px solid #4899dd; }

#top-header p{ 
	margin: 0; 
	font-size: 20px;
	font-weight: bold;
	letter-spacing:-1px;
	color: #fff; 
	text-shadow:1px 1px rgba(0,0,0,.25)
}

#header {
	height:709px;
	position:relative;
	background-color:#2c3237;
	text-align:center;
	border-bottom: 8px solid #ddd
}

.single #header { height:298px }

/* 3.a. Navigation */

#navigation {
	position:relative;
	background:#1c1c1c;
	height: 70px;
	width: 100%;
	z-index:99999;
	text-align: center;
	margin-top: 35px
}

#main-navigation {
	list-style:none;
	margin:0;
	padding:0;
	position: relative
}

#main-navigation li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-right:35px
}

#main-navigation li a {
	line-height: 70px;
	text-transform: uppercase;
	font-size: 13px;
	color: #f9f9f9;
	display: block;
	padding: 0 25px 0 5px;
	font-weight: bold
}

#main-navigation li a:hover { text-decoration:none; }

#main-navigation li.current-menu-item a { text-decoration:none; color:#888; }

#main-navigation li.current-menu-item a:hover { text-decoration:none }

#main-navigation li li a { line-height:30px; font-size:11px; }

ul#main-navigation > li ul.drop {
    margin:0 0 0 -15px!important;
    padding:0;
    width:200px;
    position:absolute;
    display:none;
    text-align:left
}

ul#main-navigation > li ul {
	background-color:#222;
	z-index:999;
	padding:20px!important;
	border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	-ms-border-radius:0 0 4px 4px;
	-o-border-radius:0 0 4px 4px
}

ul#main-navigation > li ul li { margin: 0; height: 30px }

ul#main-navigation li .btn { margin-top:-5px }

ul#main-navigation > li ul.drop ul {
    margin:0;
    padding:0;
    width:120px;
    position:absolute;
    display:none;
    left:120px;
    top:0;
    border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px
}

ul#main-navigation > li ul li {
    margin:0 0 10px 0;
    padding:0;
    list-style:none;
    position:relative;
    width:100%
}

#navigation { }

#main-menu-select { margin-top:18px }

/* 
 *	4. Logo 
 *	======================*/

#logo a {
    display:-moz-inline-stack;
	display:inline-block;
    *display:inline;
    /*width: 90px;
    height: 75px;*/
	padding-top: 15px;
    zoom:1;
}

#logo img{ margin-top: -45px; }

#logo p {
	margin: 25px 0 5px 0;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	color:#fff;
	text-shadow: 1px 1px rgba(0,0,0,.25)
}

#logo h1 {
	color: #fff;
	font-size: 56px;
	margin: 0 0 0 0;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: 'Changa One', cursive;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4)
}

/* 
 *	5. Social icons
 *	====================== */
 
#social-icons ul { list-style:none; margin:20px 0 5px 0 }

#social-icons ul li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin:0 4px 0 0;
	height:16px;
	width:16px
}

#social-icons ul li a { background: url(../images/social-sprites.png) no-repeat top left; float:left }

#social-icons ul li a.sprite-dribble,
#social-icons ul li a.sprite-facebook,
#social-icons ul li a.sprite-flickr,
#social-icons ul li a.sprite-google,
#social-icons ul li a.sprite-linkedin,
#social-icons ul li a.sprite-pintrest,
#social-icons ul li a.sprite-twitter,
#social-icons ul li a.sprite-vimeo{ width: 16px; height: 16px } 

#social-icons ul li a.sprite-dribble{ background-position: 0 0} 
#social-icons ul li a.sprite-facebook{ background-position: -21px 0 } 
#social-icons ul li a.sprite-flickr{ background-position: -42px 0 } 
#social-icons ul li a.sprite-google{ background-position: -63px 0} 
#social-icons ul li a.sprite-linkedin{ background-position: -84px 0} 
#social-icons ul li a.sprite-pintrest{ background-position: -105px 0} 
#social-icons ul li a.sprite-twitter{ background-position: -126px 0} 
#social-icons ul li a.sprite-vimeo{ background-position: -147px 0} 

#social-icons ul li a:hover.sprite-dribble{ background-position: 0 -19px} 
#social-icons ul li a:hover.sprite-facebook{ background-position: -21px -19px} 
#social-icons ul li a:hover.sprite-flickr{ background-position: -42px -19px} 
#social-icons ul li a:hover.sprite-google{ background-position: -63px -19px} 
#social-icons ul li a:hover.sprite-linkedin{ background-position: -84px -19px} 
#social-icons ul li a:hover.sprite-pintrest{ background-position: -105px -19px} 
#social-icons ul li a:hover.sprite-twitter{ background-position: -126px -19px} 
#social-icons ul li a:hover.sprite-vimeo{ background-position: -147px -19px} 

/* 6. Teaser */

#teaser { text-align: left; margin-top: 50px; float: left }

#teaser h2 {
	font-size:42px;
	color:#fff;
	letter-spacing:-3px;
	margin-bottom: 15px;
	text-shadow:1px 1px rgba(0,0,0,.25)
}

#teaser p {
	font-size:16px;
	color:#fff;
	width:400px;
	line-height: 22px;
	text-shadow:1px 1px rgba(0,0,0,.25)
}

#teaser-slider {
	background-image: url(../images/handphone2.png);
	width: auto;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 200px;
	overflow: hidden;
	height: 466px
}

#teaser-slider-2 {
	background-image: url(../images/handphone.png);
	width: auto;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 8px;
	overflow: hidden;
	height: 466px
}

#teaser-slider-2 .flexslider:hover .flex-next {right: 15px!important}

#teaser-video {
	margin-top: 0;
	border: 5px solid #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,.35)
}

#teaser-video iframe { width:100% }

#teaser-video #ooyalaplayer { width:530px; height:297px; }

#teaser-slider-2 .flexslider { left: 270px; top: 80px; width: 208px }

#teaser-right { margin-top:100px }

#video-teaser-right { margin-top:35px }

iframe {
	border:0;
	padding:0;
	margin:0 0 -6px 0;
}

.download-btn {
	padding:31px 95px;
	background-image:url(../images/button.png);
	float:left;
	margin:20px 0 0 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px
}

.download-btn:hover {
	background-color:rgba(0,0,0,.25);
	background-color:111
}

.flexslider { left: 30px; top: 104px }

/* 
 *	7. Newsletter 
 *	=================================== */

#newsletter { color:#fff; padding:24px 0 20px 0 }

#newsletter h3 {
	font-size: 42px;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,.25);
	letter-spacing: -3px;
	margin-bottom: 5px;
	margin-top: 10px
}

#newsletter p {
	text-shadow: 1px 1px rgba(0,0,0,.25)
}

.last {margin:0!important}

/* 8. Content boxes */

#content-boxes { padding:50px 0 60px 0; text-align:center }

#content-boxes h3 { font-size:42px; letter-spacing:-2px; margin-bottom: 0 }

.box-subtitle { font-size:24px; color:#656565 }

/* 9. Blockquote rotator */

#blockquote-rotator {
	text-align:left;
	color:#fff;
	min-height:80px;
	padding:35px 0
}

#quote_wrap {
	background-image:url(../images/quotes.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	min-height: 94px
}

/* 9.a. Twitter feed */

#twitter-feed {
	text-align:left;
	color:#fff;
	min-height:80px;
	/*padding:35px 0*/
}

#twitter_wrap {
	background-image:url(../images/twitter-bird.png);
	background-repeat:no-repeat;
	background-position:0 10px;
	min-height: 94px
}

#tweet {
	font-size: 32px!important;
	color: #fff;
	font-size: 35px;
	text-shadow: 1px 1px rgba(0,0,0,.25);
	font-style: normal;
	font-weight: bold;
	letter-spacing: -2px
}

.tweet_list li { line-height:38px; padding:12px 0 5px 88px }

/* 10. Gallery */

#gallery {
	min-height:400px;
	position:relative;
	padding:50px 0;
	background:#2c3237
}

.thumbnails > li { margin-bottom: 25px!important }

#gallery h3 {
	font-size: 42px;
	letter-spacing: -2px;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,.25)
}

.gallery-subtitle {
	font-size: 24px;
	color: #656565;
	margin-bottom: 35px;
	margin-top: -10px
}

.thumbnail { border: 1px solid #ccc }

/* 11. Section */

.page-title { font-size: 42px; letter-spacing: -2px }

.plain-section { padding:80px 0 100px 0 }

.cutoff-container {
	height: 380px;
	overflow: hidden;
	position: absolute;
	bottom: -100px;
	right: 0
}

.container { position:relative }

#newsletterform { }

#newsletterform div { /* height: 45px; float: left; */ margin: 5px 18px 0 0 }

#newsletterform input { padding: 10px 18px!important; width: 175px; }

#newsletterform label { font-size:12px; color:#fff; text-shadow: 1px 1px rgba(0,0,0,.25); }

input[type="submit"],
a#button-newsletter {
	color:#fff;
	padding:11px 32px 10px 32px;
	background:#111;
	display:block;
	float:left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 30px;
	font-size:14px
}

a:hover#button-newsletter { text-decoration:none; background:#222 }


/* 11.a. Social share */

#social-share { margin-left: 350px }

.social_counters-fb, .social_counters-tw {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	height:30px;
	position:relative
}

.social_counters-inner-fb,.social_counters-inner-tw { top:0; position:absolute }

.social_counters-inner-tw { left:-90px; }

.social_counters-inner-fb { left:10px; }

/* 12. Footer */

footer {
	background: #2c3237;
	color:#fff;
	text-shadow: 1px 1px rgba(0,0,0,.25);
	position:relative
}

.copytext { height: 50px; line-height: 68px; float: left }

footer a { text-decoration:none }

footer a:hover { color:#fff!important; text-decoration:none }

.outtro { float: right; line-height: 68px; margin: 0 }

.flex-direction-nav a { width: 30px !important; height: 30px !important }

.flex-direction-nav .flex-next { background-position: 100% 0 !important; right: 120px !important }

.flex-direction-nav .flex-prev { left: 20px !important }

.flexslider:hover .flex-next { right: 120px !important }

.flexslider:hover .flex-prev { left: 20px !important }

/*
 * Theme Options
 * ========================================= */
 

.options-panel {
	display: block;
	height: 420px;
	left: 0;
	padding: 15px 5px 10px 15px;
	position: fixed;
	top: 68px;
	width: 199px;
	z-index: 99999999;
	background-color:#111111;
	-moz-border-radius:0 15px 15px 0;
	-webkit-border-radius:0 15px 15px 0;
	border-radius:0 15px 15px 0;
	text-transform:uppercase
}

.options-panel-closed {
	display: block;
	height: 50px;
	left: 0;
	padding: 15px 21px 10px 15px;
	position: fixed;
	top: 80px;
	width: 42px;
	z-index: 999999999;
	background-color: #111;
	-moz-border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
	text-transform: uppercase;
	color:#AAA!important
}

.options-panel-closed span, .options-panel-closed a, #close-options span {
	color:#AAA!important;
	text-decoration:none!important;
}

.options-panel-closed span:hover, .options-panel-closed a:hover, #close-options span:hover {
	color:#fff!important;
	text-decoration:none!important;
}

#close-options {
	position:absolute;
	top: 5px;
	right: -5px
}

.options-panel h4 {
	font-size:22px;
	margin:0 0 10px 0;
	color:#fff!important;
}

.options-panel p {
	color:#444;
	font-size:12px;
	margin:10px 0 10px 0;
	width: 100%;
	float:left
}

.options-panel ul {
	margin:0;
	list-style:none
}

.options-panel ul li {
	float: left;
	margin: 0 10px 2px 0;
	padding: 0 10px 0 0;
	border-right: 1px dashed #333
}

.options-panel a {
	margin:0;
	padding:0;
	color:#ccc!important;
	font-size:11px;
}

.options-panel .options-panel-note {
	color:#ccc!important;
	font-size:10px;
}

.custom-css {font-size:10px}

.options-panel img {
	margin:0;
	padding:0
}

.options-panel ul li a {

}

.options-panel input, .options-panel textarea {
	width: 173px
}

.options-panel ul li a:hover {
	color:#aaa!important;
}

.custom-icon-minus, .custom-icon-plus {
	width:40px;
	height:46px;
	display: block;
	margin-right: 14px
}

.custom-icon-minus {
	background:url(../images/custom-icon-minus.png) no-repeat 0 0
}
.custom-icon-plus {
	background:url(../images/custom-icon-plus.png) no-repeat 0 0
}


/*
 * MEDIA QUERIES
 * ===================================== */ 

@media (min-width: 1200px){ 
    #teaser-video #ooyalaplayer { width:660px; height:370px; }
	#video-teaser-right { margin-top:70px }
}

/* iPhone (portrait) */
@media (max-width: 767px) {

	body { padding-right: 0; padding-left: 0 }

	#header { height: auto }

	#teaser,#gallery { text-align: center }

	#teaser-slider {
		margin-left: 0;
		margin-top: 0;
		overflow: hidden;
		height: 466px;
		position: absolute;
		bottom: 0;
		width: 100%
	}

	#teaser-slider-2 {
		margin-left: -236px;
		margin-top: 0;
		overflow: hidden;
		height: 466px;
		position: absolute;
		bottom: 0;
		width: 555px
	}

	#teaser-right {
		margin-bottom: 630px;
		margin-top: -15px;
		padding: 0 10px;
	}

	#teaser p { width:auto }

	.download-btn { margin: 20px 0 50px 46px }

	#teaser-right .download-btn { margin: 20px 0 50px 54px }

	#content-boxes { padding: 40px 10px }

	#content-boxes .span4 { margin: 0 0 35px 0 }

	blockquote { padding: 12px 0 15px 100px }

	.thumbnail > img { width:80% }

	.tweet_list li { padding: 12px 0 0 65px }

	.plain-section { padding: 45px 18px; text-align: center }

	#quote_wrap,#twitter_wrap { padding-right: 30px }

	.cutoff-container {
		height: 380px;
		position: relative;
		overflow: inherit;
		bottom: -25px;
		z-index: 1
	}

	#social-share {
		float: left;
		width: 100%;
		margin-top: -37px;
		margin-bottom: 0;
		margin-left:0;
		position:relative;
		z-index: 2
	}

	.download-btn { position:relative; z-index: 2 }

	#newsletter { text-align: center }

	#newsletterform { float: none; margin-top: 0; text-align: center }

	#newsletter h3 { font-size: 40px }

	#blockquote-rotator { min-height: 250px }

	#newsletterform div { height: 75px; float: none; margin: 5px 18px 0 0 }

	#newsletter p { text-align:center }

	a#button-newsletter { margin-top: 15px; margin-left: 72px }

	.copytext {
		height: auto;
		line-height: 38px!important;
		float: none;
		margin-bottom: 0px;
		margin-top: 5px
	}

	.outtro { 
		float: none;
		line-height: 21px!important;
		margin: 0 0 10px 0
	}

	footer { text-align: center }

	.thumbnails a {
		pointer-events:none;
		border:0;
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		-o-box-shadow:none;
		-ms-box-shadow:none
	}

	#teaser-video {
		margin-top: 25px;
		border: 0;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-o-box-shadow: none;
		-ms-box-shadow: none
	}
    
    #teaser-video #ooyalaplayer { width:660px; height:370px; margin:0 auto; }   
}

/* iPhone (landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.download-btn { margin: 20px 0 50px 122px }

	#teaser-slider { margin-left: 72px; width: 336px }

	.cutoff-container { height: 528px }

	a#button-newsletter { margin-left: 151px }

	#blockquote-rotator { min-height: 170px }

	#teaser-slider-2 {
		margin-left: -140px;
		margin-top: 0;
		overflow: hidden;
		height: 466px;
		position: absolute;
		bottom: 0;
		width: 569px
	}

	#teaser-right .download-btn { margin: 20px 0 50px 134px }

}

/* iPad (portrait) */
@media (min-width: 768px) and (max-width: 979px) {

    #teaser-video #ooyalaplayer { width:404px; height:226px; }

    #teaser-slider { margin-left: 0 }

	#teaser p { width: auto }

	#blockquote-rotator { min-height: 130px }

	#gallery { min-height: 330px }

	.thumbnails > li { margin-bottom: 15px!important }

	.cutoff-container { bottom: -100px; right: 0 }

	#social-share {
		margin-top: 24px;
		margin-left: 97px;
		position:relative;
		z-index:999
	}

	.download-btn { position:relative; z-index:999 }

	#newsletterform {
		float: left;
		margin-top: 0;
		margin-bottom: 17px
	}

	#teaser-slider-2 { margin-left: -209px }

	.social_counters-inner-fb { left: -2px; top: 1px }

	#video-teaser-right { margin-top: 42px; margin-left: 5px }
	
}

/* iPad (landscape) */
@media (min-width: 979px) and (max-width: 1025px) {
	
    #teaser-video #ooyalaplayer { width:530px; height:297px; }

    #teaser-slider { margin-left: 100px }

	.box-subtitle { font-size: 23px }

	.thumbnails > li { margin-bottom: 17px!important }

	#social-share { margin-left: 300px }

	#teaser-slider-2 { margin-left: -121px }

	#newsletterform { float: left; margin-top: 5px }

	.social_counters-inner-fb { left: -2px; top: 1px }

	#social-share { position:relative; z-index:999 }

	.download-btn { position:relative; z-index:999 }

	#video-teaser-right { margin-top: 35px; margin-left: 10px }

}