@charset "utf-8";
/*======================================

 [ -Main Stylesheet-
  Theme: Bunker
  Version: 1.0
  Last change: 23/08/2014 ]
  
	++++General Styles++++
	++++Typography++++
	++++Grid++++
	++++Page preload++++
	++++Content Styles++++
	++++Navigation++++
	++++About++++
	++++Facts++++
	++++Team++++
	++++Services++++
	++++Skillbar++++
	++++Portfolio++++
	++++Twitter++++
	++++Share++++
	++++Footer++++
	++++Contacts++++
	++++Blog++++
	++++404++++
	++++Color styles++++
	++++CSS Animation++++
	++++Media++++
*/

/*-------------General Style---------------------------------------*/
html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	background:#292929;
	height:100%;
	text-align:center;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}

/*--------------Typography--------------------------------------*/
h1 {
	font-size: 4.46666666667em;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.17em;	
}
h2 {
	font-size: 3.2em;
	font-weight: 300;
	color: #000;
}
h3 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 200;
}
h4 {
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 200;	
}
h5 {
	font-size: 0.8em;
	font-weight: 200;
}
h6 {
	font-size: 0.6em;
	text-transform: uppercase;
	font-weight: 200;
}
p {
	font-family: 'Cardo', serif;
	font-size:16px;
	max-width:600px;
	line-height:1.9em;
	margin-bottom:40px;	
}
 
.section-title {
	padding:15px 0;
	font-size:2.5em;
}
.section-subtitle {
	font-size:1.5em;
	padding:5px 0;
	margin-bottom:30px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
} 
.white-color {
	color:#fff;
}
.section-text {
	max-width:800px;
	margin:0 auto;
}
/* --------- page preload --------------------------------------*/
#jpreOverlay {
	background-color: #fff;
}

#jpreLoader{
	width:600px;
	height:100px;
	position:relative;
	z-index:1;
	margin:0 auto;
}
#jpreBar {
	background:#292929;
	position:fixed;
	width:100%;
	height:2px !important;
	top:0;
	left:0;
}
#jprePercentage {
    font-family: "Times New Roman", Times, serif; font-style: italic;
    color: #424242;
    font-size: 18px;
}
/* ---------Content Styles--------------------------------------*/
#main{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:1;
}
#wrapper , #dunamic-content  {
	height:100%; 
	margin-left:0;
	vertical-align:top; 
	position: absolute; 
	left:0; 
	top:0;
	right:0;
	z-index:2; 
	height:100%;
}
.container{
	max-width: 1204px;
	width:92%;
	margin:0px auto;
	position: relative;
	zoom:1;
	z-index:2;
}
.content {
	float:left;
	width:100%;
	position:relative;
	background:#fff;
	padding:90px 0;
	z-index:3;
}
.fullheight-content {
	height:100% !important;
}
.no-padding {
	padding:0 !important;
}
.parallax-section {
	padding:150px 0;
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment:fixed;
	background-position: top;
	background-repeat:repeat;
}
.respimg {
	width:100%;
	height:auto;
}
.separator {
	width:70px;
	height:2px;
	background:#666;
	margin:10px auto;
}
.float-separator {
	width:30px;
	height:2px;
	background:#000;
	float:left;
	margin:20px 0;
}
.vertical-separator {
	width:1px;
	height:40px;
	background:#666;
	margin:10px auto;
	opacity:0.5;
}
.right {
	float:right !important;
}
.white-bg {
	background:#fff;
}
.dark-bg {
	background: #292929;
}
.gray-bg {
	background:#F0F0F0;
}
.overlay {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
}
.full-overlay  {
	width:100%;
	left:0;
}
.half-overlay {
	width:50%;
	right:0 !important;
}
.raster {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background:#292929;
}
.raster-opacity1 {
	opacity:0.1;
}
.raster-opacity2 {
	opacity:0.2;
}
.raster-opacity3 {
	opacity:0.3;
}
.raster-opacity4 {
	opacity:0.4;
}
.raster-opacity5 {
	opacity:0.5;
}
.raster-opacity6 {
	opacity:0.6;
}
.raster-opacity7 {
	opacity:0.7;
}
.raster-opacity8 {
	opacity:0.8;
}
.raster-opacity9 {
	opacity:0.9;
}
.button {
	display:inline-block;
	padding:10px 30px;
	position: relative;
	border:2px  solid #666;
	font-size: 16px;
	border-radius:4px;
	line-height: 20px;
	font-weight: 800;
	letter-spacing: .0015em;
	font-family: "Times New Roman", Times, serif; font-style: italic;
}
.float-button {
	float:left;
}
.button span.transition2 {
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	z-index:1;
	background:#666;
}
.button span.text {
	position:relative;
	z-index:2;
}
.button:hover span.transition2 {
	width:100%;
}  
.animcontent {
	opacity:0;
}
.loader {
	position:fixed;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
	width:100px;
	height:100px;
	z-index:4;
	background:url(../images/loader.GIF) no-repeat center;
	display:none;
}
.no-border {
	border:none !important;
}
/*------ navigation  ------------------------------------------------*/
.nav-holder {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:80px;
	background: #212121;
	z-index:100;
	border-bottom: 1px solid #101011;
}
.nav-button {
	display:none;
}
nav {
	float:right;
	margin-top:30px;
}
nav ul li {
	display:inline-block;
	padding:0 10px;
	position:relative;
}
nav ul li a {
	font-size:13px;
	font-weight:600;
	color:#fff;
}
nav li >  ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:34px;
	left:-100%;
	background:#212121;
	text-align: center;
	margin-left:-50%;
	margin-top:40px;
	padding: 30px 6px 6px 6px;
	z-index: 99;
}
nav li  > ul li {
	float:left;
	width:100%;
	margin-bottom:4px;
	padding:10px;
}
nav li  > ul li a{
	display:block;
	float:left;
	width:100%;
}
nav li:hover  ul {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}
/*------ logo  ------------------------------------------------*/
.logo-holder {
	float:left;
	margin-top:9px;
}
.logo-holder:hover {
	opacity:0.5;
}
/*------ scroll navigation  ------------------------------------------------*/
.scroll-nav {
	position:fixed;
	top:40%;
	right:30px;
	z-index:60;
}
.scroll-nav li {
	width:10px;
	height:10px;
	margin-bottom:8px;
	border-radius:100%;
	position:relative;
	right:-30px;
	opacity:0;
}
.scroll-nav li a {
	width:10px;
	height:10px;
	float:left;
	position:relative;
}
.tooltip{
	width:150px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	font-size: 13px;
	text-align: center;
	text-indent: 0px;
	position: absolute;
	color:#292929;
	font-family: 'Roboto', sans-serif;
	bottom:-100%;
	margin-bottom:-12px;
	left: -165px;
	opacity: 0;
	visibility: visible;
	pointer-events: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index:6;
	border-radius:2px;
}
.tooltip:after {
	position: absolute;
	top: 50%;
	left: 100%;
	content: '';
	width:15px;
	height:1px;
}
.scroll-nav li a:hover .tooltip {
	visibility:visible;
	opacity:1;
	bottom:0;
}
/*------ Home -------------------------------------------------*/
.slide-container {
	position:relative;
	top:40%;
	margin:0 auto;
	max-width:1024px;
	z-index:5;
}
.text-holder {
	padding:20px 0;
	float:left;
	width:100%;
	top:0;
	position:relative;
}
#slides {
  position: relative;
  float:left;
  width:100%;
  height:100%;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 4;
  top: 50%;
  margin-top:-40px;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
  color:#fff;
  opacity:0.8;
  padding:4px;
  font-size:24px;
}
.slides-navigation a.prev {
  left: 30px;
}
.slides-navigation a.next {
  right: 30px;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 6px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  width: 40px;
  height: 3px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
  background: #fff;
  opacity:0.8;
}
.slides-pagination a.current {
	height:6px;
}
.slide-container h3 , .slide-container h4 {
	color:#fff;
	font-size:3.0em;
	font-family: 'Cardo', serif;
	letter-spacing:10px;
 }
.slide-container h4 {
	margin-top:10px;	
}
.slide-container h5 {
	color:#fff;
	margin-top:20px;	
	font-size:16px;
	font-style: italic;
	font-family: 'Cardo', serif;
} 
.title-decor {
	position:absolute;
	left:50%;
	width:1px;
	background:#fff;
	height:50px;
}
.top-decor {
	top:-50px;
}
.bottom-decor {
	bottom:-50px;
}
.page-title {
	float:left;
	width:100%;
	position:relative;
	margin-top:80px;
	padding:200px 0;
	z-index:3;
}
.page-title h3 {
	font-size:3.0em;
	letter-spacing:10px;
	font-weight:700;
	font-family: 'Cardo', serif;
}
.page-title h5 {
	color:#fff;
	margin-top:10px;
	font-size:15px;
  font-family: 'Roboto', sans-serif;  
}
/*------ about  ------------------------------------------------*/
#about  {
	text-align:left;
}
#about .button {
	margin-top:30px;
}
/*------ facts  ------------------------------------------------*/
#facts {
	color:#fff;
}
 #facts p {
	padding-bottom:20px;
} 
.counter li {
	padding:20px 0;
}
.counter li h6 {
	font-size:1.9em;
	font-family: 'Cardo', serif;
}
.counter li .num {
	margin-top:20px;
	font-size:4.4em;
	font-weight:800;
}
/*------ team  ------------------------------------------------*/
.team-box {
	float:left;
	width:100%;
	position:relative;
	padding:12px;
}
.team-slider-holder {
	position:relative;
	padding:30px 0;
}
 .white-popup-block {
	max-width:800px;
	margin:0 auto;
}
.team-modal {
	position:relative;
	padding:30px 20px 20px;
	margin-top:35px;
	margin-bottom:35px;
}
.team-modal h2 {
	font-family: 'Roboto', sans-serif;
	font-size:2.2em;
}
.team-modal h4 {
	font-size:1.3em;
	font-family: 'Cardo', serif;
}
.team-modal  p {
	max-width:800px !important;
	margin-top:20px;
}
.team-modal .custom-skillbar-holder {
	margin-top:32px;
}
.team-social {
	width:100%;
	margin-top: 6px;
	padding-top:15px;
	border-top:1px dotted #555;
}
.team-social li {
	float:left;
	padding:0 10px;
	position:relative;
	top:10px;
	opacity:0;
}
.team-social li a {
	font-size:24px;
}
.team-social li a:hover {
	color:#292929;
}
/*------ twitter  ------------------------------------------------*/
.twitts {
	position:relative;
}
.twitts li {
	font-size:18px;
	color:#fff;
	font-family: 'Cardo', serif;
	padding:50px 0;
	margin:0 auto;
	position:relative;
	max-width:800px;
}
.twitts li a {
	font-weight:800;
}
.twitter-link {
	display:block;
	margin:10px auto;
	line-height:34px;
	font-size:16px;
	font-family: 'Cardo', serif;
	color:#fff;
}
/*------ Clients  ------------------------------------------------*/
.clients-list li {
	float:left;
	width:33.33333333333%;
	margin:20px 0 40px 0;
}
.clients-list li a {
	position:relative;
	width:100%;
	height:100%;
	float:left;
}
.clients-list li a::before,
.clients-list li a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
	transition: opacity 0.75s, transform 0.75s;
}
.clients-list li a::before {
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
.clients-list li a::after {
	border-right: 4px solid #eee;
	border-left: 4px solid #eee;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
.clients-list li a:hover::before,
.clients-list li a:hover::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*------ services  ------------------------------------------------*/
#services-slider  {
	padding:50px 0;
}
#services-slider , #services-nav {
	cursor:move;
}
#services-slider span {
	font-size:1.3em;
	font-family: 'Roboto', sans-serif;
}
#services-slider p {
	margin-top:20px;
}
.services-nav-holder {
	position:relative;
}
.services-nav-holder a {
	color:#000 !important}
.ser-link i{
	font-size:54px;
	width:120px;
	height:120px;
	line-height:120px;
	border-radius:100%;
	border:4px solid #F0F0F0;
	cursor:pointer;
}
.ser-link.act-ser i {
	background:#fff;
}
.services-name{
	float:left;
	position: relative;
	font-size: 20px;
	line-height: 30px;
	font-weight: 800;
	letter-spacing: .0015em;
	text-align: center;	
	padding:20px 0;
	width:100%;
}
.services-text{
	margin:20px auto;
	max-width:250px;
	color: #666;
	font-size:13px;
}
.synced i {
	background:#fff;
}
/*------ pricing  ------------------------------------------------*/
#pricing-slider {
	max-width:1000px;
	margin:0 auto;
}
.price-number {
	width:150px;
	height:150px;
	margin:0 auto;
	border-radius:100%;
}
#pricing-slider .item {
	padding:16px;
}
.pricing-item {
	background:#fff;
	padding:20px 40px;
}
.pricing-item h3 {
	margin-top:20px;
	font-weight:800;
	font-size:1.8em;
	padding-bottom:40px;
}
.price-number h4{
	margin-top:40px;
	font-weight:800;
	font-size:2.8em;
}
.price-number span {
	color:#ccc;
	font-weight:800;
	font-size:1.2em;
	text-transform:uppercase;
}
.pricing-item ul {
	border-top:1px dotted #555;
	margin-top:40px;
	padding-top:20px
}
.pricing-item ul li {
	width:100%;
	margin-bottom:20px;
	font-size:1.2em;
	font-family: 'Cardo', serif;
 
}
.pricing-item .button {
	margin-top:20px;
}
.best-price .price-number  {
	background:#292929;
}
.best-price .price-number h4 {
	color:#fff;
}
.best-price  .button {
	background:#292929;
	color:#fff;
}
.best-price ul {
	border-top:1px dotted #fff;
}
.best-price ul li {
	color:#fff;
}
/*------ skills  ------------------------------------------------*/
.custom-skillbar-holder {
	width:100%;
	position:relative;
	margin:0 auto 10px;
}
.custom-skillbar-title {
	float:left;
	width:100%;
	position:relative;
}
.skillbar-box {
	float:left;
	width:100%;
	position:relative;
}
.skillbar-bg {
	position:relative;
	display:block;
	float:left;
	width:100%;
	background:#ccc;
	height:15px;
	overflow:hidden;
	border:2px solid #eee;
}
.custom-skillbar-title span {
	float:left;
	font-size:16px;
	margin-top:12px;
	font-family: 'Cardo', serif;
	padding-bottom:6px;
}
.custom-skillbar {
	height:15px;
	width:0px;
}
.skill-bar-percent {
	float:right;
	font-size:16px;
	margin-top:-23px;
	font-family: 'Cardo', serif;
	padding-bottom:6px;
}
/*------ work  ------------------------------------------------*/
#work {
	padding-bottom:50px;
}
#folio_container{
	position:relative;
	z-index:3;
	float:left;
	width:100%;
	height:100%;
}
.aih{
	width:100%;
	float:left;
	padding-top:4px;
}
#folio_container .mix { 
	opacity: 0;
	display: none;
}
#options{
	width:100%;
	text-align:center;
	position:relative;
	z-index:12;
	padding:12px 0;
	margin-top:30px;
	font-family: 'Cardo', serif;
}
#options ul {
	position:relative;
	margin:0 auto;
}
#options li{
	display:inline-block;
	margin-bottom:5px;
    color: #fff;
    font-size: 14px;
	padding:12px 26px;
	cursor:pointer;	
	position:relative;
	min-width:70px;
	border-radius:2px;
}
#options li span {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:0;
	opacity:0.1;
	z-index:-1;
	background:#fff
 
}
#options li.actcat span   {
	height:100%;
}
 
#options li::before,
#options li::after {
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	content: '';
	opacity: 0;
 
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
#options li::before {
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
#options li::after {
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

#options li:hover::before,
#options li:hover::after, #options li.actcat::before,
#options li.actcat::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.box , .gallery-box  {
	float:left;
	text-align:center;
	margin: 1.315151515152%;
	width: 30.30303030303%;
	position:relative;	
}
.colum-4 {
	width:25%!important;
	margin:0!important;
	padding:4px!important;
}
.box  a{
	float:left;
	position:relative;
	width:100%;
	height:100%;
	display:block;
	color:#000;
	background:#fff;
}
 
.box a img{
	position:relative;
	z-index:1;
}
figure.effect-bubba {
	overflow: hidden;
	float:left;
	position:relative;
	width:100%;
	z-index:10;
}
.box figure.effect-bubba {
	overflow: hidden;
	float:left;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
figure.effect-bubba:hover img {
	opacity: 0.4;
}
figure.effect-bubba:hover {
	background:rgba(49,49,49,0.8)
}
figure.effect-bubba figcaption {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	z-index:4;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba h2 {
	padding-top: 30%;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-size:22px;
	opacity:0;
	z-index:5;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}
.box  figure.effect-bubba h2 {
	padding-top: 20%;
 
}
figure.effect-bubba a {
	position:relative;
	z-index:5;
	padding:10px 15px;
	background:#292929;
	font-size:13px;
	font-family: 'Cardo', serif;
	opacity:0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}
figure.effect-bubba a:hover {
	background:#fff;
}
figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p , figure.effect-bubba:hover a{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.folio-overlay{
	position:absolute;
	width:90%;
	height:90%;
	top:5%;
	left:5%;
	opacity:0.6;
	background:#fff url(../images/pl.png) no-repeat center;
	z-index:2;
	display:none;
}
.box  a div.folio-name {
	float:left;
	position: relative;
	width: 100%;
	padding:50px 0;	
}
.box  a div.folio-icon{
	position:absolute;
	top:0;
	left:50%;
	width:50px;
	height:50px;
	padding:0 !important;
	margin-left:-25px;
	background:#fff;
	border-radius:100%;
	color:#ccc;
	margin-top:-20px;
	z-index:2;
	border-bottom:1px solid #ccc;
}
.box  a div.folio-icon i {
	margin-top:18px;
}
.box  a h4{
	width:100%;
	text-transform:uppercase;
	font-size:18px;
	font-weight:500;
}
.box  a h6{
	width:100%;
	margin-top:6px;
	font-family: "Times New Roman", Times, serif; font-style: italic;
	font-size: 13px;
	text-transform:lowercase;
}
.portfolio-bg , .left-colum  {
	top:0;
	left:0;
	width:30%;
	height:100%;
}
.portfolio-bg {
	position:fixed;
	z-index:1;
}
.left-colum {
	position:absolute;
	z-index:2;
}
.left-colum .container {
	margin-top:150px;
}
.left-colum h2 {
	float:left;
	text-align:left;
	font-size:24px;
	width:100%;
}
.left-colum h2.section-subtitle {
	font-size:16px;
	text-align:left;
	width:100%;
	font-family: 'Cardo', serif;
	font-weight:normal;
	font-style:italic;
}
.left-colum p {
	text-align:left;
	float:left;
}
.right-colum{
	position:absolute;
	top:0;
	left:30%;
	padding:0 50px;
	width:70%;
	z-index:3;
	height:100%;
}
.media-holder {
	position:relative;
	max-width:800px; 
	margin:  auto;
}
.desc-text {
	margin-top:30px;
	width:100%;
	padding-top:30px;
	border-top:1px dotted #555;
}
.resize-button {
	position:absolute;
	top:120px;
	right:30px;
	width:50px;
	height:50px;
	cursor:pointer;
	font-size:18px;
	z-index:20;
}
.close-fullscreen {
	position:fixed;
	top:-50px;
	right:50px;
	height:50px;
	width:50px;
	font-size:24px;
	color:#fff;
}
.portfolio-nav {
	position:absolute;
	bottom:40px;
	left:0;
	width:100%;
}
.inline-nav {
	bottom:-20px;
}
.portfolio-nav li {
	width:33.3333333333%;
	float:left;
}
.portfolio-nav li a {
	font-size:24px;
	padding:6px 10px;
}
.gallery-box-holder , .grid-box-holder , .video-portfolio-holder {
	float:left;
	margin-left:5%;
	width:90%;
	margin-top:150px;
}
.folio-hover {
	position:relative;
}
.folio-hover img {
	position:relative;
	z-index:2;
}
.folio-hover a {
	position:absolute;
	top:40%;
	left:50%;
	width:50px;
	line-height:52px;
	height:50px;
	margin-left:-25px;
	font-size:24px;
	margin-top:-25px;
	opacity:0;
	z-index:3;
	color:#fff;
}
.folio-hover a::before,
.folio-hover a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.95s, -webkit-transform 0.65s;
	transition: opacity 0.95s, transform 0.65s;
}
.folio-hover a::before {
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
.folio-hover:hover a {
	top:50%;
	opacity:1;
}
.folio-hover:hover img {
	opacity:0.6;
}
.folio-hover a::after {
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
.folio-hover:hover a::before,
.folio-hover:hover a::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#project{
	text-align:left;
}
#project .single-media-holder{
	margin-top:10px;
}
.single-media-holder .item  , .team-slider-holder .item , .twitts .item , .pricing-slider-holder .item , .testimonials-slider .item , .media-holder .item{
	cursor:move
}
.inline-project {
	margin-top:0;
	width:100%;
	margin-left:0;
	left:0;
}
/*------ Video-------------------------------------------------*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
	height: 0; 
	margin-bottom:20px;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------ testimonials - ------------------------------------------------*/

#testimonials {
	padding:90px 0;
}
.testimonials-slider  {
	position:relative;
	margin-top:40px;
}
.testimonials-slider p {
	max-width:800px;
	color:#fff;
}
.client-logo {
	position:relative;
	width:150px;
	height:150px;
	margin:0 auto 10px;
}
.client-logo img {
	position:relative;
	z-index:2;
}
.client-logo span {
	position:absolute;
	top:20%;
	left:30%;
	width:80%;
	height:80%;
	border:2px solid #fff;
	z-index:1;
}
.client-info  {
	margin-top:20px;
}
.client-info li {
	display: inline-block;
	padding:0 10px;
}
.client-info li h4 , .client-info li a{
	font-size:1.4em;
	font-family: 'Cardo', serif;
	position:relative;
	font-weight:700;
}
.client-info li h4 {
	 top:-25px;
}
.client-info li a {
	 top: -5px
}
.client-info li a:hover {
	color:#fff;
}
.test-decor {
	width:2px;
	height:50px;
	background:#fff;
	display:inline-block;
	-webkit-transform: rotate(25deg); 
	-moz-transform: rotate(25deg); 
	-o-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
}

/*------ slider navigation ------------------------------------------------*/

a.prev-slide , a.next-slide {
	position:absolute;
	top:50%;
	width:30px;
	height:30px;
	margin-top:-15px;
	color:#fff;
	cursor:pointer;
	font-size:28px;
	line-height:26px;
}
a.prev-slide , a.prev-slide {
	left:0;
	margin-left:-30px;
}
a.next-slide , a.next-slide {
	right:0;
	margin-right:-30px;
}
.single-media-holder a{
	margin-left:20px;
	margin-right:0;
}
.testimonials-slider a.prev-slide , .testimonials-slider a.next-slide , .team-slider-holder a.prev-slide  ,  .team-slider-holder a.next-slide {
	top:100%;
	margin-top:10px;
}
.testimonials-slider a.prev-slide , .team-slider-holder a.prev-slide {
	left:50%;
	margin-left:-30px;
}
 .testimonials-slider a.next-slide , .team-slider-holder a.next-slide {
	right:50%;
	margin-right:-30px;
}
.team-slider-holder a.prev-slide  ,  .team-slider-holder a.next-slide {
	color:#292929;
}
/*---------Share ------------------------------------------------*/
.shareSelector {
	cursor: pointer;
	position: relative;
}
.arthref{
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index: 1199;
}
.arthref .overlay{
	z-index: 1;
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0;
	background:rgba(41,41,41,0.8);
	pointer-events: none;
	display: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}
.arthref .overlay.active{
	opacity: 1;
	pointer-events: all;
}
.arthref .icon-container{
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width:100%;
	height:100%;
	text-align: center;
}
.arthref .icon-container:before{
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.arthref .icon-container .centered{
	display: inline-block;
	padding: 1em;
	vertical-align: middle;
	text-align: left;
	width: 90%;
	max-width: 1024px;
}
.arthref .icon-container ul{
	margin:0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;	
	pointer-events: none;
}
.arthref .icon-container ul.active{
	opacity: 1;
	pointer-events: auto;
}
.arthref .icon-container ul li{
	display: inline-block !important;
	margin-bottom: 10px;
	width:80px;
	height:50px;
	position:relative;
}
.arthref .icon-container ul li a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	display: block;
}
.arthref .icon-container ul li span{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	display: block;
	text-align: center;
	font-size: 16px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	color: #fff;
	font-family: 'Cardo', serif;
}
.arthref .launchpad .icon-container ul{
	-webkit-transform-origin: center 20%;
	-webkit-transform: scale(0.2);
	-moz-transform-origin: center 20%;
	-moz-transform: scale(0.2);
	-o-transform-origin: center 20%;
	-o-transform: scale(0.2);
	-ms-transform-origin: center 20%;
	-ms-transform: scale(0.2);
	transform-origin: center 20%;
	transform: scale(0.2);
}
.arthref .launchpad.active .icon-container ul{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.arthref .launchpadReverse .icon-container ul{
	-webkit-transform-origin: center 20%;
	-webkit-transform: scale(1.2);
	-moz-transform-origin: center 20%;
	-moz-transform: scale(1.2);
	-o-transform-origin: center 20%;
	-o-transform: scale(1.2);
	-ms-transform-origin: center 20%;
	-ms-transform: scale(1.2);
	transform-origin: center 20%;
	transform: scale(1.2);
}
.arthref .launchpadReverse.active .icon-container ul{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/*------ map -------------------------------------------------*/
.map-holder {
	position:relative;
	width:100%;
	height:450px;
	float:left;
	z-index:10;
}
#mapWrapper {
	float:left;
	width:100%;
	height:450px;
	position:relative;
}
 
/*------ footer -------------------------------------------------*/
.height-emulator {
	float:left;
	width:100%;
	z-index:1;
	position:relative;
}
footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	padding:40px 0;
	background: #212121;
	z-index:2;
	opacity:0;
}
.social-list li{
	display: inline-block;
}
.social-list li a {
	border:2px solid #555;
	width:50px;
	height:50px;
	line-height:50px;
	display:block;
	font-size:22px;
	border-radius:100%;
	color:#555;
}
.social-list li a:hover {
	background:#fff;
	border:2px solid #fff;
}
.to-top {
	font-size:24px;
	color:#fff;
	display:inline-block;
	margin-bottom:10px;
}
.policybox {
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	margin:20px auto;
	font-size:13px;
}
/*------ contact - ------------------------------------------------*/
#contact {
	text-align:left;
}
.contact-list {
	margin-top:7px;
}
.contact-list li {
	width:100%;
	float:left;
	margin-bottom:10px;
	position:relative;
}
.contact-list li h4{
	float:left;
	padding:10px 0;
	font-size:12px;
	font-weight:800;
}
.contact-list li span , .contact-list li a {
	float:left;
	width:100%;
	font-size:14px;
 	font-weight:800;
	padding:10px 0;
}
#contact-form {
	text-align:center!important;
	width:100%;
	margin:10px auto;
}	
#contact-form input[type="text"], textarea {
	color: #292929;
	font-size: 14px;
	height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	padding-left:10px;
	background:none;
	margin-bottom:20px;
	border:0;
	border-bottom:2px solid #eee;
	font-family: 'Montserrat', sans-serif;
}	
#contact-form input[type=text]:focus, #contact-form textarea:focus, input[type=email]:focus {
	color:#666;
}	
#contact-form textarea {
	height:180px;
	resize:none;
}	
#contact-form input[type="submit"]	{
	float:right;
	background:#292929;
	border:none;
	padding:15px 30px;
	line-height:14px;
	cursor:pointer;
	letter-spacing:2px;
	font-size:16px;
	-webkit-appearance: none;
	font-family: 'Cardo', serif;
	font-style:italic;
}	
#contact-form input[type="submit"]:hover{
	color:#fff;
}	
.error_message {		
	text-align:center;		
	margin-bottom:30px;
	font-size:13px;		
	color:#c33;				
}	
#success_page h3{		
	text-align:center;
	font-size:24px;	
}		
#success_page p {		
	color:#999999;		
	margin-top:20px;		
}	
#message fieldset {		
	border:none;
	color:#fff;		
}
/*------ blog - ------------------------------------------------*/
.post { 
	position:relative;
	text-align:left;
	margin-top:50px;
	padding:0px 0px 30px 70px;
	border-bottom:1px solid #ccc;
}
.post p{
	font-size:1.2em !important;
	max-width:1000px;
}
.post-media{
	position:relative;
}
.post-body a {
	padding:10px 20px;
}
.post-body a:hover{
	color:#fff;
}
.post .date {
	position: absolute;
	text-align: center;
	width: 40px;
	padding-bottom: 10px;
	top: 0;
	left: 0;
	text-transform: uppercase;
	font-size: 1.6em;
	letter-spacing: 0.2em;
	line-height: 0.8em;
}
.post .date small{
	font-size: 0.5833333333333333em;
}
.post-title h2{
	padding-top: 20px;
	padding-bottom:10px;
	text-transform: none;
	letter-spacing: normal;
	font-family: 'Cardo', serif;
	font-size:1.8em;
}
.post .quote .post-title h2, .post.link .post-title h2{
	font-size: 1em!important;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	padding: 0;
}
.post-title h2{
	color:#292929;
}
.post-meta h6, .post-meta a {
	font-size:14px;
	font-family: 'Cardo', serif;
}

/*-- Sidebar styles --*/

.widget {
	text-align: left;
	margin: 50px auto;
}
.widget h4{
	margin-bottom:10px;
	-webkit-appearance: none;
	font-family: 'Cardo', serif;
	font-size:1.8em;
}
.searh-holder{
	border: 1px solid #ccc;
	position:relative;
	height: 43px;
}
.search {
	border: none;
	float: left;
	outline: none;
	padding: 0px 0px 0px 10px;
	width: 100%;
	height: 40px;
	background: #fff;
	color: #aaaaaa;
	-webkit-appearance: none;
}
.search-submit {
	border: none;
	outline: none;
	cursor: pointer;
	position:absolute;
	background:#fff;
	top:0;
	right:0;
	width: 18%;
	height: 40px;
}
.search-submit:hover i {
	opacity:0.5;
}
.cat-item, .recentcomments {
	font-size: 0.8666666666667em;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
}
.cat-item a, .recentcomments a { 
	color: #060606!important; 
	font-weight: 400;
	font-size:1.2em; 
}
.tagcloud a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#666;
}
.tagcloud a:hover {
	background:#666
}
.widget-archive a, .widget-recent-entries a {
	color: #060606!important; 
	font-weight: 400;
	font-size: 0.8666666666667em;
	display: block;
	padding-bottom: 8px;
	margin-bottom: 15px;
	font-size:1.2em;
	border-bottom: 1px solid #e9e9e9;
}
#blog-nav {
	float:left;
	width:100%;
	padding:50px 0;
	background:#eee;
	position:relative;
	z-index:10;
}
.blog-pagination a{
	line-height: 50px;
	display: inline-block;
	font-size: 28px;
	text-align: center;
	width:50px;
	height:50px;
	-webkit-backface-visibility: hidden;
	margin-left:10px;
	color:#666;
	opacity:0.8;
}
.blog-pagination a.cur-page, .blog-pagination a:hover{
	opacity:1;
}

/*-- Comments --*/

#comments-title{
	float:left;
	font-size:18px;
	font-family: 'Cardo', serif;
	margin-top:50px;
}
#comments-title span{
	color:#666;
}
#comments{ 
	text-align:left; 
	padding-top: 50px;
}
#comments p {
	text-align:left;
	font-size:1.2em !important;
	color:#000;
	max-width:1000px;
}
.comment{ 
	float: left; 
}
.comment-body{ 
	position: relative; 
	margin-left: 70px; 
	padding-top: 30px; 
}
.comment-author{ 
	position: absolute; 
	top: 30px; 
	left: -70px; 
}
.comment-author img{ 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.comment .children{ 
	margin-left: 70px; 
}
#comments h4 a{
	display: block; 
	margin-bottom: 30px;
}
.comment-meta, .comment-meta a{
	font-size:16px;
}
#respond{
	margin-left:70px;
	margin-top:50px;
}
#reply-title{
	width:100%;
	float:left;
	padding-bottom:30px;
	margin-bottom:5px;
	margin-top:30px;
	font-size:14px;
	font-family: 'Cardo', serif;
	text-transform:none;
}
.control-group label, .control-group .controls{ 
	display: inline-block; 
}
.control-group label{ 
	margin-left: 10px; 
	font-weight: 200;
	font-size:14px;
	font-family: 'Cardo', serif;
}
.control-group .controls input { 
	margin-top: 15px;
	border: none;
	outline: none;
	height: 35px;
	background: none;
	padding-left: 15px;
	color: #000;
	text-decoration: none;
	border: 2px solid #eee;
	-webkit-appearance: none;
}
.control-group .controls textarea {
	margin-top: 15px;
	border: none;
	outline: none;
	height: 180px;
	max-width:600px;
	background: none;
	padding-left: 15px;
	padding-top: 15px;
	color: #000;
	resize: vertical;
	text-decoration: none;
	border: 2px solid #eee;
	-webkit-appearance: none;
}
.controls button {
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
	margin-top: 15px;
	font-size: 0.8em;
	text-transform: uppercase;
	font-family: inherit;
	padding: 12px 70px;
	color: #fff;
	border:none;
	-webkit-appearance: none;
}
.controls button:hover {
	background:#666;
}
/*------ 404 -------------------------------------------------*/

#ajax-loading-box {
	display:none !important;
}
.back-link {
	position:fixed;
	top:0;
	left:0;
	width:100%!important;
	height:100%;
	background:rgba(255,255,255,0.9);
	z-index:50000;
}
.back-link span {
	position:relative;
	top:30%;
	float:left;
	width:100%;
	font-size:34px;
	text-transform:uppercase;
}
.ajaxPageSwitchBacklink {
	padding:20px 34px;
	display:inline-block;
	margin-top:50px;
	cursor:pointer;
	color:#fff;
	position:relative;
	top:30%;
}
/*------ Color Styles ---------------------------------------------------*/

.controls button , .ajaxPageSwitchBacklink , .tagcloud a , .post-body a ,  .custom-skillbar , .best-price , .scroll-nav li:hover  , .scroll-nav li.actscroll ,  .slides-pagination a.current  , .tooltip {
	background:#C7BCA0;
}
.comment-meta, .comment-meta a , .blog-pagination a.cur-page, .blog-pagination a:hover , .search-submit , .widget h4 , .post-meta h6, .post-meta a , #contact-form input[type="submit"] , .contact-list li h4 , .to-top:hover , .arthref .icon-container ul li a:hover , .client-info li h4 , .client-info li a	 , .close-fullscreen:hover ,  .portfolio-nav li a:hover , figure.effect-bubba p , figure.effect-bubba a  , .ser-link i  , .twitter-link:hover  , .twitts li a , .team-social li a , .team-modal h4 , .counter li .num  , .page-title h3 ,  .close-menu:hover i , .sliding-menu a:hover , nav ul li a.active , nav ul li a:hover  , .social-list li  a:hover , .slides-navigation a:hover , .button:hover  , .resize-button:hover , .tagcloud a:hover , .controls button:hover  , .arthref .icon-container ul li:hover span , .customNavigation a:hover , .left-colum h2.section-subtitle , .shareSelector:hover{
	color:#C7BCA0;
}
.price-number , .synced i  {
	border:4px solid #C7BCA0;
}
.scroll-nav li {
	border:2px  solid #C7BCA0;
}
.tooltip:after {
	border-top:1px  dotted #C7BCA0;
}
#options li::before {
	border-top: 1px  dotted #C7BCA0;
	border-bottom: 1px  dotted #C7BCA0;
}
#options li::after {
	border-right: 1px  dotted #C7BCA0;
	border-left: 1px  dotted #C7BCA0;
}
::selection {
	background: #C7BCA0; 
	color:#666;
}
::-moz-selection {
	background: #C7BCA0;
	color:#666;
}
/*------ css-animation - ------------------------------------------------*/

.transition{
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.transition2{
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.scale-small{
	-webkit-transform: scale(0.2);
	-moz-transform:scale(0.2);
	transform: scale(0.2);
	opacity:0;
} 
.top-anim{
	cursor:w-resize;

	-webkit-animation: fadeIn 2s linear;
	-moz-animation: fadeIn 2s linear;
	animation: fadeIn 2s linear;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;		
	}
	100% {
		opacity: 1;	
	}		
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0;		
	}
	100% {
		opacity: 1;	
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;		
	}
	100% {
		opacity: 1;	
	}		
}
/*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 1034px) {
.right-colum , .left-colum {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	left:0;
}
.right-colum {
	padding-bottom:40px;
}
.media-holder {
	padding-top:120px;
}
.left-colum {
	background:#fff;
}
.left-colum .container {
	margin-top:30px
}
.portfolio-nav {
	position:relative;
	bottom:0;
	float:left;
	margin-top:60px;
	padding-bottom:40px;
}
.portfolio-bg , .resize-button {
	display:none;
}
.box , .gallery-box  {
	margin: 1.315151515152%;
	width: 46.969696969697%;
}
.colum-4 {
	width:50%!important;
	padding:4px!important;
}
.height-emulator {
	display:none;
}
footer {
	float:left;
	position:relative;
}	
.slide-container h3 , .slide-container h4 {
	font-size:2.0em;
}
}
@media only screen and  (max-width: 979px) {
	.logo-holder {
	margin-left:20px;
}
.nav-holder	.container {
	width:100%;
}
.nav-button{
	width:46px;
	height:36px;
	position:absolute;
	top:24px;
	right:30px;
	cursor:pointer;
	padding:4px;
	display:block;
	z-index:20;
}
.nav-button span{
	width:100%;
	height:4px;
	float:left;
	margin-bottom:6px;
	background:#C7BCA0;
}
nav {
	display:none;
	width:100%;
	position:absolute;
	top:80px;
	margin-top:0;
	height:auto;
	left:0;
	background: #212121;
	padding-bottom:10px;
}
nav ul li {
	width:100%;
	float:left;
	padding:10px 0;
}
nav li > ul {
	left:0;
	top:0;
	position:relative;
	display:none;
	border-bottom:0;
	margin:0;
}
nav li > ul li {
	float:left;
	width:100%;
	margin-bottom:4px;
	padding:0;
}
nav li > ul li a {
	width:auto;
	float:none;
	display:inline-block;
	padding:10px 21px;
}
nav li:hover ul {
	display:block;
}	
.button {
	margin-bottom:30px;
}
.twitts a.prev-slide , .twitts a.next-slide {
	position:absolute;
	top:100%;
	width:30px;
	height:30px;
	margin-top:-15px;
	color:#fff;
	cursor:pointer;
	font-size:28px;
	line-height:26px;
}
.twitts  a.prev-slide {
	left:50%;
	margin-left:-30px;
}
.twitts a.next-slide {
	right:50%;
	margin-right:-30px;
}
.clients-list li {
	width:100%;
	margin:20px 0;
}

.slide-container h4 {
	margin-top:10px;	
}
.bottom-decor {
	bottom:-50px;
}
.page-title {
	padding:150px 0;
}
.page-title h3 {
	font-size:1.8em;
}
 
#contact-form input[type="submit"] {
	float:left;
	margin-bottom:30px;
}
.media-holder a.prev-slide , .media-holder a.next-slide {
	top:65%;
}
.video-portfolio-holder {
	padding-bottom:50px;
}
.slides-navigation {
  top: 100%;
}	
}
@media only screen and  (max-width: 540px) {
.scroll-nav {
	display: none;
}
.box , .gallery-box  , .colum-4 {
	margin:0 !important;
	width: 100% !important;
	padding:4px!important;
}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg {
	background-attachment: scroll !important;
	-webkit-background-size:cover;
	background-position:center;
}
}