/* Harry

Content:

CSS Reset

Main CSS Styles

Sibedar
--Navigation
--Social-Buttons
--toTop Button
--Copyright

Contentarea
--Grid
--Intro
--Portfolio
----fancybox Navigation
----fancybox styles

Twitter widget

Toggle Box

Contact Form

*/

/* ------------------- */
/* CSS Reset */
/* ------------------- */

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: 100%;
	font: inherit;
	vertical-align: baseline;
	}

/* HTML5 display-role reset for older browsers */
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;
	}
vineta {
	border: 1px solid red;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* ------------------- */
/* Main CSS Styles */
/* ------------------- */

body{
	background: url('../img/bg.jpg') top center no-repeat fixed #fff;
	font: 13px/20px "Open Sans","Helvetica Neue",Arial,Helvetica,sans-serif;
	color:#4d4d4d;
	text-align: left;
	}
	
::selection {
	background: #338dbb; /* Safari */
	}
        
::-moz-selection {
	background: #338dbb; /* Firefox */
	}
	
a{
	color: #878787;
	text-decoration: none;
	}
	
a:hover{
	color: #dcac1a;
	text-decoration: underline;
	}
	
#container{
	width:1140px;
	margin:0 auto;
	padding:0 20px;
	}

h1,h2,h3,h4,h5,h6{
	margin-bottom:30px;
	}

h1 {
	font-size: 26px;
	}
	
h2 {
	font-size: 22px;
	}
	 
h3 {
	font-size: 18px;
	}
	
h4 {
	font-size: 15px;
	}
	
h5 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight:bold;
	}
	
h6 {
	font-size: 10px;
	text-transform: uppercase;
	font-weight:bold;
	}
	
.main-title{
   
    color: #919191;
    padding: 15px 1px 4px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size:20px;
	}
	
.main-title span{
	font-size:12px;
	font-weight:normal;
	}
	
.title {
	border-bottom: 1px dotted #3B3A38;
	padding: 10px 0;
    text-transform: uppercase;
    margin-bottom: 15px;
	}
	
.sub-title {
	border-bottom: 1px dotted #bc8e00;
	padding: 5px 0;
    margin-bottom: 9px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size:12px;
	color:#bc8e00;
	}
	
.center {
	text-align:center;
	}
	
.justify{
	text-align: justify;
	}
	
img.left{
	float:left;
	margin: 0 20px 10px 0;
	}

img.right{
	float:right;
	margin: 0 0 10px 20px;
	}
	
p {
	margin-bottom:30px;
	}

hr{
	height: 1px;
	width: 100%;
	background: #b9b9b9;
	border: 0;
	margin: 10px 0 10px;
	clear:both;
	}
	
.list-tick li{
	color: #41434D;
	background: url('../img/tick.png') no-repeat 3px 7px;
	padding: 5px 0 5px 25px;
	border-bottom: 1px dotted #C9C9C9;
	}
	
.list li{
	color: #41434D;
	padding: 5px 0 5px 5px;
	border-bottom: 1px dotted #7f7f7f;
	}

.list li:last-child, .list-tick li:last-child{
	border-bottom: none;
	}

blockquote{
	border-left:3px solid #46AFDD;
	padding-left:10px;
	margin: 20px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	width:220px;
	float:left;
	}

blockquote.left{
	margin: 10px 20px 10px 10px;
	float:left;
	}

blockquote.right{
	margin: 10px 10px 10px 20px;
	float:left;
	}
	
.button{
	background: #4ec1f2;
    color: #FFFFFF;
    padding: 6px 17px;
    margin: 0 5px 5px 0;
	}
	
.button:hover{
	background: #6bd3ff;
	}
	
.rounded{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
.full-rounded{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	}
	
.dropcap{
    display: block;
    float: left;
    font-size: 20px;
    line-height: 35px;
    margin: 4px 8px 0 0;
    text-align: center;
    width: 36px;
    background:#fff;
}

/* ------------------- */
/* Sibedar */
/* ------------------- */

header{
	padding-top: 30px;
	position: fixed;
	top: 0px;
	}

footer{
	position: fixed;
	bottom: 0px;
	}

#side-controls{
	float: left;
	width: 170px;
	}
	
.widget{
	/*background: url('../img/aside_break.png') no-repeat bottom center transparent;*/
	padding: 20px 0 21px;
	position: relative;
	width: 170px;
 	}
 
h1.logo{
	margin-bottom:0;
	}

/* Sibedar > Navigation */

nav li{
	text-align:center;
	}
	
nav li a{
	font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
	}
	
nav li.active a{
	color: #00b8e0;
	}
	
nav li.active a:hover{
	color: #00b8e0;
	}
	
nav li a:hover{
	color: #00b8e0;
    text-decoration: none;
	}
	
/* Sibedar > Social-Buttons */

.social{
	width:170px;
	text-align:center;
	}
	
.social p{
	margin-bottom:5px;
	}

.social ul{
	display:inline-block;
	}

.social li{
	float:left;
	margin: 0 2px;
	}
	

.social li a{
	background-image: url('../img/social.png');
	width:20px;
	height:20px;
	display:block;
	text-indent:-9999px;
	}
	
.social li a.twitter{
	background-position: 0 0;
	}
	
.social li a.twitter:hover{
	background-position: 0 -20px;
	}
.social li a.youtube{
	background-position: -60px 0;
	}
	
.social li a.youtube:hover{
	background-position: -60px -20px;
	}
	
.social li a.flickr{
	background-position: -20px 0;
	}
	
.social li a.flickr:hover{
	background-position: -20px -20px;
	}
	
.social li a.facebook{
	background-position: -40px 0;
	}
	
.social li a.facebook:hover{
	background-position: -40px -20px;
	}
	
.social li a.dribbble{
	background-position: -60px 0;
	}
	
.social li a.dribbble:hover{
	background-position: -60px -20px;
	}
	
.social li a.forrst{
	background-position: -80px 0;
	}
	
.social li a.forrst:hover{
	background-position: -80px -20px;
	}

/* Sibedar > Copyright */

.copyright{
	font-size:10px;
	padding:10px 0;
	width:170px;
	}
	
/* ------------------- */
/* Contentarea */
/* ------------------- */
	
#content{
	float:right;
	padding-top:50px;
	width:920px;
	}
	
#content section.part{
	/*min-height: 700px;*/
	padding-top: 5px;
	padding-bottom:120px;
	width: 920px;
	}

/* Contentarea > Grid */

.one_fourth, .two_fourth, .three_fourth{
	margin-right:20px;
	margin-bottom:10px;
	float:left;
	position:relative;
	}

.one_fourth{
	width:200px;
	}

.two_fourth{
	width:450px;
	}

.three_fourth{
	width:685px;
	}

.four_fourth{
	width:920px;
	margin-bottom:20px;
	float:left;
	position:relative;
	margin-right:0;
	}
	
.last{
	margin-right:0;
	}

/* Contentarea > Home */
	
.welcome{
	border-bottom: 1px solid #338dbb;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-weight:lighter;
	}
	
.slides-home{
	width:920px;
}

/* Contentarea > Portfolio */	

section#portfolio{
	width:920px;
	overflow:hidden;
	}
	
article#thumbnails{
	width:932px;
	}
	
article#thumbnails .thumb{
	position:relative;
	float:left;
	display:block;
	width:221px;
	height:300px;
	margin:0 12px 12px 0;
	}

article#thumbnails .thumb .overlay{
	background: url('../img/overlay.png') transparent;
	color:#41434d;
	position:absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width:221px;
	height:300px;
	z-index:100;
	-webkit-transition: opacity 300ms ease-in-out; /* property duration timing-function delay */
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
	}
	
article#thumbnails .thumb:hover .overlay{
	opacity: 1;
	}
	
article#thumbnails .thumb .overlay h4{
	
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 5px;
    padding: 40px 15px;
	color:#fff;
	}
	
article#thumbnails span.info{
	font-size:10px;
	line-height:22px;
	padding-left: 15px;
	}
	
#fancybox-content{
	background: url('../img/bg_line.png') no-repeat 800px bottom #ffffff;
	}
	
#fancybox-outer{
	clear:both
	}
	
/* Contentarea > Service */

.clients img{
	margin:0 13px 10px 0;
	}
	
/* Contentarea > About Us */
	
.slides-about{
	width:450px;
	margin-right:20px;
	float:left;
	}
	
ul.skills li{
	background: url('../img/skills_bar.jpg') no-repeat #8ce5cf;
	border-color: #fff;
	}
	
ul.skills li span{
	float:right;
	font-size:10px;
	line-height:20px;
	color:#b3b3b3;
	}
	
ul.skills li.per10{
	background-position: -10% 0;
	}
	
ul.skills li.per20{
	background-position: -20% 0;
	}
	
ul.skills li.per30{
	background-position: -30% 0;
	}
	
ul.skills li.per40{
	background-position: -40% 0;
	}
	
ul.skills li.per50{
	background-position: -50% 0;
	}
	
ul.skills li.per60{
	background-position: -60% 0;
	}
	
ul.skills li.per70{
	background-position: -70% 0;
	}
	
ul.skills li.per80{
	background-position: -80% 0;
	}
	
ul.skills li.per90{
	background-position: -90% 0;
	}
	
ul.skills li.per100{
	background-position: -100% 0;
	}
	
/* Contentarea > Team */

.profession{
	font-size:9px;
	margin-bottom:20px;
	float:right;
	line-height:20px;
	letter-spacing:1px;
	}
	
/* Contentarea > Contact */

li.address{
	background:
	padding-lrft:25px;
	}

/* Contentarea > fancybox Navigation */

#fancybox-close {
	background: url('../img/fancybox_control.png') no-repeat -58px 0px transparent;
	right: 20px;
	}

#fancybox-close:hover {
	background-position: -58px -29px;
	}

#fancybox-left, #fancybox-right, #fancybox-close {
	position: absolute;
	visibility: visible; /* IE6 */
	bottom: 20px;
	height: 29px;
	width: 29px;
	cursor: pointer;
	outline: none;
	z-index: 1102;
	}

#fancybox-left {
	right: 88px;
	}
	
#fancybox-right {
	right: 54px;
	}

#fancybox-left-ico, #fancybox-right-ico {
	background-image: url('../img/fancybox_control.png');
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 29px;
	height: 29px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
	}

#fancybox-left-ico {
	background-position: 0 0;
	}

#fancybox-right-ico {
	background-position: -29px 0;
	}

#fancybox-left-ico:hover {
	background-position: 0 -29px;
	}

#fancybox-right-ico:hover {
	background-position: -29px -29px;
	}

#fancybox-left span {
	left: 0px;
	}

#fancybox-right span {
	left: auto;
	right: 0px;
	}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox_control.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox_control.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox_control.png', sizingMethod='scale'); }

/* Contentarea > fancybox styles */

ul.pagination{
	display: block;
    height: 10px;
    overflow: hidden;
	}
	
.slides-home ul.pagination{
	float:right;
	margin-top: 3px;
	display:none;
	}
	
.slides-home .prev, .slides-home .next{
	display:block;
	width: 29px;
	height: 29px;
	color: transparent;
	float:left;
	}
	
.slides-home .prev{
	background: url('../img/fancybox_control.png') no-repeat transparent;
	margin-right:7px;
	}
	
.slides-home .next{
	background: url('../img/fancybox_control.png') no-repeat transparent;
	background-position: -29px 0;
	}
	
.slides-home .prev:hover{
	background-position: 0 -29px;
	}
	
.slides-home .next:hover{
	background-position: -29px -29px;
	}

ul.pagination li{
	display: block;
	width: 8px;
	height: 8px;
	float: left;
	margin: 0 2px;
	} 

ul.pagination li a{
	background: url('../img/pagination.png') no-repeat 0 0 transparent;
	display:block;
	width:8px;
	height: 8px;
	text-indent: -9999px;
	} 

ul.pagination li a:hover, ul.pagination li.current a{
	background-position: -8px 0;
	} 
	
.viewport{
	display:block;
	width:1140px;
	position:relative;
	}

.slides{
	width:700px;
	margin-right:20px;
	float:left;
	}
	
.slides_container{
	margin-bottom: 10px;
	overflow:hidden;
	position:relative;
	display:none;
	}

.viewport .column1{
	float: left;
	width: 700px;
	margin-right:20px;
	overflow:hidden
	}

.viewport .column2{
	float:left;
	width:200px;
	margin-right:20px;
	}
	
.viewport .column2 h3{
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	text-transform: uppercase;
	border-bottom: 1px solid #338dbb;
	padding-bottom:50px;
	}
	
.viewport .column2 .information{
	font-size:10px;
	line-height:22px;
	}

.viewport .column3{
	float:left;
	width:200px;
	}
	
.viewport .column3 h5{
	font-size:10px;
	padding: 0 0 5px; 
	border-bottom: 1px solid #338dbb;
	}
	
.viewport .column3 p{
	font-size: 11px;
    padding: 10px 0;
	}

/* ------------------- */
/* Twitter widget */
/* ------------------- */

.tweet_list li{
	background: none repeat scroll 0 0 #000000;
    margin-bottom: 5px;
    padding: 10px;
    font-size:10px;
	}

.tweet_list li .tweet_avatar{
	float:left;
	margin:0 10px 5px 0;
	}

.tweet_list li .tweet_text a{
	color: #A2804C;
	}

.tweet_list li .tweet_text a:hover{
	color:#ffffff;
	}

.tweet_list li .tweet_time a{
    color:#fff;
    font-size:10px;
	}

.tweet_list li .tweet_time a:hover{
    color:#ffffff;
	}

/* ------------------- */
/* Toggle Box */
/* ------------------- */

.toggle-link{
	float:right;
	background: url('../img/plus_minus.png') no-repeat;
	display:block;
	height:15px;
	width:15px;
	margin-top: 3px;
	display:inline;
	}
	
.toggle-content ul li {
	
	/*Cambia Viņeta*/
	
	
}

.toggle-close{
	background-position: bottom center;
	}

.toggle-open{
	background-position: top center;
	}

/* ------------------- */
/* Contact Form */
/* ------------------- */	

label { 
	display: inline-block; 
	float: left; 
	height: 26px; 
	line-height: 26px; 
	width: 120px; 
	}

input, textarea, select { 
	margin: 0; 
	padding: 5px; 
	color: #666; 
	background: #f5f5f5; 
	border: 1px solid #ccc; 
	margin: 0 0 10px; 
	width: 315px;
	resize: vertical;
	}

input:focus, textarea:focus, select:focus { 
	border: 1px solid #999; 
	background-color: #fff; 
	color: #333; 
	}

input.submit { 
	cursor: pointer; 
	border: 1px solid #15161a; 
	background: #41434d; 
	color: #fff; 
	margin-left: 120px;
    width: 70px;
	}

input.submit:hover { 
	background:#4b4d59; 
	}

legend { 
	padding:7px 10px; 
	font-weight:bold; 
	color:#000; 
	border:1px solid #eee; 
	}

span.required { 
	font-size: 13px; 
	color: #ff0000; 
	}

/* Contact Form > Style for the error message */

.error_message { 
	display: block; 
	height: 22px; 
	line-height: 22px; 
	background: #FBE3E4 url('../inc/assets/error.gif') no-repeat 10px center; 
	padding: 3px 10px 3px 35px; 
	margin: 10px 0; 
	color:#8a1f11;
	border: 1px solid #FBC2C4; 
	}

#succsess_page h1 { 
	background: url('../inc/assets/success.gif') left no-repeat; 
	padding-left:22px;
	margin-bottom:10px; 
	}

/* ------------------- */
/* clearfix */
/* ------------------- */	
	
.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
 
.cf {
	display: inline-block;
	}
 
html[xmlns] .cf {
	display: block;
	}
 
* html .cf {
	height: 1%;
	}
	
	

.fbConnectWidgetTopmost	{
	border:0px;
}

/* Reproductor */

#player{
	background: url(img/fondo_rep.png) no-repeat;
	width:150px;
	height:400px;
	text-align:left;
	color:#969696;
	padding:5px;
	margin-top:20px;
	margin-left:10px;
}
.stamp{ float: right; margin: 15px 30px 0 0;}
			.ws-caption {
				height: 100px;
				left: 50px;
				position: absolute;
				top: 60px;
				width: 480px;
			}
			
			#mano {
				
				left: 60px;
				position: absolute;
				top: 45px;
				/*background: none repeat  0 0 rgba(0, 0, 0, 0.65);*/
			}
			.ws-caption.open #slidecaption {
				display: block;
			}
			.ws-caption a.co-trig:hover {
				background-color: #FFFFFF;
			}
			.ws-caption a.co-trig:hover {
				background-color: #FFFFFF;
			}
			.ws-caption p span {
				/*background: none repeat scroll 0 0 #000000;*/
				background: none repeat  0 0 rgba(0, 0, 0, 0.65);
				clear: left;
				color: #FFFFFF;
				display: block;
				float: left;
				font-family: 'Verdana,sans-serif',sans-serif;
				font-size: 20px;
				font-weight: normal;
				line-height: 25px;
				margin: 0;
				padding: 5px 12px;
				/*text-shadow: 1px 1px 1px #111111;*/
			}
			.ws-caption p a {
				color: #009900;
			}
			.ws-controls {
				height: 50px;
				position: absolute;
				right: 20px;
				/*bottom: 5px;*/
				/*width: 360px;*/
				z-index: 10;
			}
			.tracks {
			  display: block; }
			
			.play {
			  display: block; }
			
			.pause {
			  display: none; }
			
			.playing .play {
			  display: none; }
			.playing .pause {
			  display: block; }
			  #nav-content {
				color: #FFFFFF;
				float: left;
				font: bold 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
				/*margin: 20px 20px 23px 0;*/
				overflow: hidden;
				text-shadow: 0 2px 0 #000000;
				padding-left:50px;
				vertical-align:middle
			}
			ol li{
				cursor:pointer;
				text-align:center;
			}