/*  CAMP4 COLLECTIVE  */

/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Clearfix (all browsers)
--------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* IE6 */ 
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}

/*-------------------------- START --------------------------*/

html{
	background: url(img/bkgd1.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a,
a:link,
a:visited{
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#e0e0e0;
}
#logo{
	position:absolute;
	top:0;
	left:10%;
	display:block;
	width:106px;
	height:140px;
}
.pattern{
	position:fixed;
	display:block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(img/pattern2.png) 0 0 repeat;
}
.border{
	position:fixed;
	display:block;
	bottom:0;
	left:0;
	width:100%;
	height:8px;
	background:#fff;
}
.wrapper{
	display:block;
	width:100%;
	height:100%;
}
.content-box{
	display:block;
	position:absolute;
	width:380px;
	height:400px;
	left:50%;
	top:45%;
	margin-left:-190px;
	margin-top:-200px;
}
.intro{
	
}
h1{
	color:#fff;
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 6px;
	line-height:38px;
	text-shadow: 1px 4px 15px #000;
}
h2{
	color:  #fff;
	font-size: 18px;
	margin-bottom: 28px;
	letter-spacing: .1em;
	font-weight: 400;
	line-height: 21px;
	text-shadow: 1px 4px 10px #000;

}
/*-------------------------- TABS --------------------------*/
.tab-box { 
	margin-top:10px; 
}
ul.tab-nav { 
	margin:0; 
	padding:0; 
	text-align:left; 
}
ul.tab-nav li { 
	list-style:none; 
	display:block; 
	margin:0; 
	padding:12px 10px 0 10px; 
	width: 128px;
	height:22px;
	float:left;
	background:url(img/tab.png) bottom right no-repeat; 
}
ul.tab-nav li a { 
	padding:3px 6px; 
	font-size:15px;
	font-weight:bold; 
	text-decoration:none;  
	color:#b2b2b2;
}
ul.tab-nav li a:hover { 
	color:#172322;
}
ul.tab-nav li a.current { 
	color:#172322; 
}
.tab-content { 
	background:#fff; 
	padding:25px 15px 25px 25px; 
	margin-top:0; 
	clear:both;
	display:none; 
}
.tab-content.current-tab { 
	display:block; 
}
.tab-content .cascada,
.tab-content .fogel,
.tab-content .cotour,
.tab-content .ozturk{
	float:left; 
	margin-right: 10px;
	margin-bottom:10px;
	background:url(img/video-sprite.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:640px 180px;
	width:160px;
	height:90px;
}
.tab-content .cascada{
	background-position: 0 0;
}
.tab-content .cascada:hover{
	background-position: 0 -90px;
	cursor:pointer;
}
.tab-content .fogel{
	background-position: -160px 0;
}
.tab-content .fogel:hover{
	background-position: -160px -90px;
	cursor:pointer;
}
.tab-content .cotour{
	background-position: -320px 0;
}
.tab-content .cotour:hover{
	background-position: -320px -90px;
	cursor:pointer;
}
.tab-content .ozturk{
	background-position: -480px 0;
}
.tab-content .ozturk:hover{
	background-position: -480px -90px;
	cursor:pointer;
}
/*-------------------------- FORM --------------------------*/
label{
	font-size:13px;
	color:#172322;
	font-weight:bold;
	display:block;
	float:left;
}
label.error{
	color:#bb0c0c;
	display:block;
	float:right;
	margin-right:8px;
}
input, 
input [type="text"],
input [type="email"],
input[type="password"], 
input[type="search"]{
	width:324px;
	padding:6px 3px;
	border: 1px solid #e0e0e0;
	box-shadow:none;
	margin-top:2px;
	margin-bottom:10px;
}
textarea {
	-webkit-appearance: textarea;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-image: initial;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	-webkit-box-orient: vertical;
	resize: auto;
	cursor: auto;
	padding: 6px 3px;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin: 2px 0 0 0;
	width:324px;
}
/*--------------------------MESSAGE--------------------------*/
.message h2{
	color:#172322;
}
.message p {
	font-weight: bold;
	font-size: 13px;
	width: 80%;
	margin-top:6px;
	margin-bottom:10px;
}
/*-------------------------- Buttons --------------------------*/
.btn{
	margin-top:15px;
	background-color:#172322;
	padding:6px 6px 6px 12px;
	float:left;
	display:block;
}
.btn input[type="button"], 
.btn input[type="submit"], 
.btn input[type="reset"], 
.btn input[type="file"]::-webkit-file-upload-button, 
.btn button,
div.btn a,
div.btn a:visited,
div.btn a:active{
	padding:0;
	margin:0;
	float:left;
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	background: url(img/arrow.png) right center no-repeat;
	padding-right:28px;
	line-height:25px;
	border:none;
	box-sizing:content-box;
}
.btn input[type="button"]:hover, 
.btn input[type="submit"]:hover, 
.btn input[type="reset"]:hover, 
.btn input[type="file"]::-webkit-file-upload-button:hover, 
.btn button:hover,
div.btn a:hover{
	color:#e0e0e0;
	text-shadow:1px 1px 1px #000;
}
input[type="submit"]{
	padding:0;
	margin:0;
	float:left;
	display:block;
	width:80px;
	font-size:13px;
	background: url(img/arrow.png) right center no-repeat #172322;
	padding-right:28px;
	line-height:25px;
	border:none;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
input[type="submit"]:hover{
	color:#e0e0e0;
	text-shadow:1px 1px 1px #000;
	cursor:pointer;
}
.social{
	display:block;
	float:right;
	overflow:hidden;
}
.social .vimeo,
.social .twitter,
.social .facebook{
	background:url(img/social-sprite.png);
	background-position:0 0;
	background-repeat:none;
	background-size:99px 66px;
	width:33px;
	height:33px;
	display: block;
	float:left;
	margin-top:14px;
	text-indent:-10000px;
	overflow:hidden;
}
.social .vimeo{
	background-position: 0 0;
}
.social .vimeo:hover{
	background-position: 0 -33px;
}
.social .twitter{
	background-position: -33px 0;
}
.social .twitter:hover{
	background-position: -33px -33px;
}
.social .facebook{
	background-position: -66px 0;
}
.social .facebook:hover{
	background-position: -66px -33px;
}

@media screen and (max-width: 480px) {
	.content-box{
		top:200px;
		margin-top:0px;
	}

}

@media screen and (max-height: 670px) {
	.content-box{
		top:200px;
		margin-top:0px;
		
	}

}


/* iPad 1, 2, 3, Mini Landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : landscape) {
	
	#logo{
		zoom:70%;
	}
	.content-box{
		zoom:70%;
		margin-top:-100px
	}
	ul.tab-nav{
		margin-bottom:-2px;
	}
	.tab-content{
		margin-top:-2px;
	}
}
/* iPad 1, 2, 3, Mini Potrait  */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : portrait) {
	
	#logo{
		zoom:80%;
	}
	.content-box{
		zoom:80%;
		margin-top:-200px
	}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { 
	
	html{
		background-attachment:fixed;
	}
	#logo{
		zoom:70%;
		left:9%;
	}
	.content-box{
		zoom:70%;
		margin-top:-50px;
		margin-bottom:50px;
	}

}
