html {
font-family:sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html,body {
  height: 100%;
}
body {
  margin: 0;
  padding:0;
  color:#000;
  font-size:14px;
  line-height:21px;
  letter-spacing:2px;
  background:#fff;
  text-align:center;
}
body * {
	box-sizing: border-box;	
}

@font-face {
    font-family: 'robotothin';
    src: url('roboto-thin-webfont.eot');
    src: url('roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto-thin-webfont.woff2') format('woff2'),
         url('roboto-thin-webfont.woff') format('woff'),
         url('roboto-thin-webfont.ttf') format('truetype'),
         url('roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1{font-size:29px;color:#fff;text-transform:uppercase;font-family: 'robotothin';line-height:29px;letter-spacing: 13px;}
h2{font-size:17px;color:#fff;text-transform:uppercase;font-family: 'robotothin';line-height:19px;}
h3{font-size:15px;color:#900;letter-spacing:3px;text-transform:uppercase;font-family: 'robotothin';line-height:23px;}

.btn {color: #fff;background:#900;padding:13px;display:block;width:200px;margin:0 auto;border: 1px solid #fff;letter-spacing:3px;font-size: 13px;float: left;text-align: center;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;}
a:hover.btn {background:#000;}

.btn-1 {color: #fff;background:#900;padding:13px;display:block;width:200px;margin:0 auto;border: 1px solid #fff;letter-spacing:3px;font-size: 13px;float: right;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;}
a:hover.btn-1 {background:#000;}

.btn-2 {color: #fff;background:rgba(42, 44, 35, 1);padding:13px;display:block;width:200px;margin:0 auto;border: 1px solid #fff;letter-spacing:3px;font-size: 13px;text-transform:uppercase;
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s;}
a:hover.btn-2 {background:rgba(42, 44, 35, 0.5);}

ul {list-style-type:none;margin:0;padding:0;position:relative;}

main{margin-top: 121px;}
.flex{
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
    
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  
}
.align {align-items:center;}
a {text-decoration:none;color: #900;}
.drop {font-family: 'robotothin';float: left;color:#900;padding-left:67px;font-size:49px; line-height:35px;background:#fff;margin-right:3px; }
.p-left { text-align:left;}
.p-right { text-align:right;}
.p-j { text-align:justify;}
.p-b{font-size: 16px;letter-spacing:2px;line-height: 21px; }
hr{ border:13px solid transparent;clear:both;}
hr.big{ border:55px solid transparent;clear:both;}
hr.line1{border: none; border-top:1px solid #000;clear:both;}
hr.line { padding: 0; border: none; border-top: medium double #848465; color: #848465; text-align: center;clear:both;width:100%;float: left;} 
hr.line:after { content: "portofoliu"; display: inline-block; position: relative; top: -0.87em; font-size: 1.1em;
color:#848465;border: 1px  solid #848465;background: #fff;padding: 0 0.55em;}
.b {border: 1px solid #B3B396;}
.r {border-radius: 13px;}
.bb {border-bottom: 1px solid #B3B396;}
.bb-b {border-bottom: 7px solid #990073;}
.bt {border-top: 1px solid #B3B396;}
.br {border-right: 1px solid #B3B396;}
.bl {border-left: 1px solid #B3B396;}
.bdt {border-top:solid #990000;border-top-width:medium;border-top-style:double;}
.bdb {border-bottom:solid #B3B396;border-bottom-width:3px;border-bottom-style:double;}
.pad {padding:29px;}
.pad-l {padding-left:29px;}
.pad-r {padding-right:29px;}
.pad-s {padding:7px;}
.h{height: 67px;}
.ls{letter-spacing:9px;}
.big{font-size: 17px;}
.cd {width:87%;position:relative;margin:0 auto;}
.cd-m {width:67%;position:relative;margin:0 auto;}
.cd-sm {width:47%;position:relative;margin:0 auto;}
.fl-r{float: right;}
.fl-l{float: left;}
.fixed {position:fixed;top:0px;z-index: 9200;width: 100%;background:#fff;}
em{color:#900;}
.col-15 {width:15%;}
.col-20 {width:20%;}
.col-25 {width:25%;}
.col-30 {width:30%;}
.col-33 {width:33.333333%;}
.col-50{width:50%;}
.col-70 {width:70%;}
.col-75 {width:75%;}
.col-85 {width:85%;}
.col-80{width:80%;}
.col-100{width:100%;}

.slide-container{width: 100%; position: relative;}
.slide-container .caption{
    display: block;
    position: absolute;
	color: #fff;
	text-align:center;
    width:75%;
	right:0%;
    z-index: 200;
    bottom: 50%;
}

.slide-container .caption-p{
    display: block;
    position: absolute;
	color: #fff;
	text-align:center;
    width:100%;
	right:0%;
    z-index: 200;
    bottom: 50%;
}

.slide-container .caption-ps{
    display: block;
    position: absolute;
	color: #fff;
	text-align:center;
    width:100%;
	right:0%;
    z-index: 200;
    bottom: 23%;
}

.space {margin:29px;}
.sh {box-shadow: 5px 5px 5px #B3B396;}
.sht {box-shadow: 0 -13px 13px -13px #B3B396;}
.shr {box-shadow: 9px 0 9px -9px #B3B396;}
.shb {box-shadow: 0 9px 9px -9px #72725A;}
.shl {box-shadow: -9px 0 9px -9px #B3B396;}
.bg-dark {background:#900;color: #fff;}
.bg-light {background:#848465;}
.v-align {position: relative;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
/*  Vplayer  ==================================================================== */	
.v-container {width:60%;position:relative;padding:0px;margin:0 auto;background:transparent;height: 100%;}
.plpressed{background: #900; color:#fff;}
#playlist {
    display:block;
}
#playlist li{
    cursor:pointer;
    padding:5px;font-size: 15px;line-height: 17px;
}

#playlist li.active{background:#000;}

#playlist li:hover{background:#000;
    color:#fff;                        
}
#videoarea {
    float:left;
    width:100%;
    height:auto;
    margin:0px;    
    border-left: 1px solid #B3B396;
}
#play button { 
  display: block;
  width: 100%;
  padding:9px;
  border: none; 
  margin: 9px auto; 
   font-family: 'robotothin';
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 7px;
  background: rgba(42, 44, 35, 0.7);
  color: #fff;
  cursor: pointer;
  -webkit-transition: .3s background;
  transition: .3s background;
}
#play { 
  background: rgba(42, 44, 35, 0.7);
  color: #fff;
  width: 67%;
	margin:auto;
}

#play button:hover { 
   background: rgba(42, 44, 35, 0.1);
}
/*  NAV  ====== */	
nav {background:#900;width:100%;margin:0 auto;text-align:right;}

nav li {
	display:inline-block;
	margin-right: 0px;
}

nav li a {
	display: table-cell;
	vertical-align: middle;
	height: 67px;
	text-align: center;
	line-height: 19px;
	color: #fff;
	font-size:11px;
	letter-spacing:1px;
	padding:0px 19px 0px 19px;
	text-transform:uppercase;
	text-decoration: none;
}

nav li:hover a {
	background: #fff;color:#2A2C23;
}

.show-nav {
	text-decoration: none;
	color: #fff;
	background:#900;
	text-align: center;
	font-size: 19px;
	line-height: 67px;
	display: none;height: 67px;
}

input[type=checkbox]{
    display: none;
}

input[type=checkbox]:checked ~ #shownav{
    display: block;
}

/*dropdown*/
li:hover ul a {
	background:#900;
	color: #fff;
	height: 45px;
	text-transform: uppercase;
	font-size: 11px;
	display: table-cell;
	vertical-align: middle;
	width: 213px;
	letter-spacing: 1px;
	line-height: 19px;
	border-bottom: 1px solid #977B39;
}

li:hover ul a:hover {
	background: rgba(0,0,0,1);
	color: #fff;
}

li ul {
	display: none;
}

li ul li {
	display: block;
	float: none;
}

ul li a:hover + .dropdown, .dropdown:hover {
	display: block;position: absolute;z-index: 6000;
}

.drop-down {}

@media screen and (max-width : 760px){
	nav ul {
		position: static;
		display: none;
	}

	nav li {
		margin-bottom: 1px;
		background-color:#2A2C23;
	}

	nav ul li, li a {
		width: 100%;
		border-top: 1px solid #fff;
	}
	
	.show-nav {
		display:block;
	}
	ul li a:hover + .dropdown, .dropdown:hover {position: relative;}
	.drop-down {width: 100%;}
}	

/* show/hide ============================================================================= */

.tooltip-label {
  font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
  border-left: 1px solid #53533F;
  padding: 0.4em;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 2em;
	text-align: left;
}
.tooltip-input {
    display: none;
} /*Hide input element*/

.tooltip-content {
    margin-bottom: 1.5em;
	border-bottom: 1px solid #53533F;
	padding-bottom: 13px;
}
.tooltip-input:not(checked) ~ .tooltip-content {
    display: none;
}
.tooltip-input:checked ~ .tooltip-content {       
    display: block;
}

.tooltip-input:checked ~ .tooltip-label {       
    border: 1px solid #53533F;
}
 #tooltipID{}

/* IMAGES ============================================================================= */

.pr{display: block;padding: 19px; max-width: 967px;margin: 0 auto;}
.pr li{padding: 19px;}

img {
border : 0;
display: block;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}
.inl{display: inline-block;}
.f-left{float: left; max-width: 367px;padding-right: 19px;}
.f-right{float: right; max-width: 367px;padding-left: 19px;}
.fb-left{float: left; max-width: 567px;padding-right: 19px;}
.fb-right{float: right; max-width: 567px;padding-left: 19px;}

.cover {
  background-image: url("../img/001.jpg");
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  }

img.desaturate {
  -webkit-filter: grayscale(89%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(89%); 
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(89%); 
  -o-transition: .5s ease-in-out;
  filter: grayscale(89%);
}
img.desaturate:hover { 
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
  filter: grayscale(0%);
}
video {
	max-width: 100%;
	display: block;
	height: auto;}


/*  Media queries	============================================================================= */
@media screen and (min-width: 0px) and (max-width: 760px) {

 .flex {-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
h1{font-size:25px;line-height:25px;color:#900;}
	h2{color:#900;}
.slide-container .caption, .slide-container .caption-p, .slide-container .caption-ps{ position: relative;width:100%;}
 [class*="col-"] { width: 100%; }
.space {margin:0px;}
.view-menu .mask {opacity: 1;}
.view .mask {position:relative;}
.view .text {width:100%;}
nav { width:100%;}
	.cd-sm, .cd-m, .cd{width: 96%;}
.fixed {position:relative;}main{margin-top: 0px;}
}