
@charset "utf-8";

/*------ General Style--------------------------------------------------------------*/

html{
	overflow-x:hidden !important;
	height:100%;
}

body {
	overflow-x:hidden !important;
	margin: 0;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background: #292929;
	color: #666;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}

/*------ Typography --------------------------------------------------------------*/

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 66px;
    line-height: 1.1;
    color: #f9bf4d;
    font-style: italic;
    font-weight: 600;
}
h2 {
    font-size: 40px;
    font-weight: 500;
    color: #FFF;
    font-family: 'Prompt', sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
}
h3 {
    font-size: 30px;
    letter-spacing: 0px;
    text-align: left;
    font-family: 'Prompt', sans-serif;
    color: #333;
    font-weight: 600;
}
h4 {
font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 50px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.17em;
}
h5 {
	font-size: 1.5em;
	font-weight: 200;
}
h6 {
	font-size: 1.0em;
	font-weight: 200;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 50px;
    color: #333;
    margin-bottom: 10px;
}
p {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 20px;
	color: #777;
	margin-bottom: 10px;
	line-height: 28px;
}
.small-widht {
	margin:0 auto;
	max-width:800px;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
.align-just {
	text-align:justify;
}
.color-white{
	color:#fff !important;
}

/*------ page preload ------------------------------------*/

#jpreOverlay {
	background: #292929;
}
#jpreLoader{
	position:relative;
	z-index:1;
}
#jpreBar {
	display:none;
}
#jprePercentage {
    font-size: 12px;
	position:fixed;
	top:50%;
	left:50%;
}
/*------ Content Styles--------------------------------------------------------------*/

#main {
	vertical-align:top; 
	position: absolute; 
	left:0; 
	top:0; 
	right:0;
	z-index:2;
	height:100%;
	opacity:0;
	width:100%;
}
#wrapper{
	height:100%; 
	margin-left:0;
	vertical-align:top; 
	position: absolute; 
	left:0; 
	top:0; 
	right:0;
	z-index:2; 
}
.content {
	float:left;
	width:100%;
	padding: 60px 0;
	min-height:350px;
	position:relative;
	top:150px;
	opacity:0;
}
.fullheightcontent {
	height:100%;
	padding:0;
}
.slider-content {
	float:left;
	width:100%;
	height:100%;
	position:relative;
}
.boxed-container {
	display: inline-block;
	max-width:1000px;
	margin: 70px auto;
	position:relative;
	padding:30px 0;
	z-index:3;
	opacity:0;
	left:-50px;
}
.only-top {
	padding-bottom: 0 !important;
}
.only-bottom{
	padding-top: 0!important;
}
.full-height {
	height:100% !important;
}
.container{
	max-width: 1200px;
	width:92%;
	margin:0px auto;
	position: relative;
	zoom:1;
	z-index:2;
}
.fullheightcontainer {
	top:35%;
}
.content-holder {
	position:relative;
}
.ower {
	overflow:hidden;
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat:repeat;
}
.bg-parallax {
	background-attachment:fixed;
}
.page-background{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.respimg {
	width:100%;
	height:auto;
}
.float-separator {
    margin: 10px 0 15px;
    display: block;
    width: 75px;
    height: 1px;
    background: #666;
}
.fullwidth-separator{
	width:100%;
	height:1px;
	background:#DDD;
	float:left;
	position:relative;
}
.color-separator {
	width:230px;
	height:1px;
	background:#ccc;
	margin:35px auto 35px;
	position:relative;
}
.color-separator span , .fullwidth-separator span{
	width:44px;
	height:3px;
	top:-1px;
	position:absolute;
	left:50%;
	margin-left:-22px;
}
.fullwidth-separator span.leftside{
	left:25%;
}
.fullwidth-separator span.rightside{
	left:75%;
}
.small-separator {
	width:90px;
	height:1px;
	background:#292929;
	margin:15px auto 15px;
}
.raster {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.raster-black{
	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;
}
.white-bg{
	background:#fff!important;
}
.right {
	float:right !important;
}
.left {
	float:left !important;
}
.space-p {
	padding:20px 0;
}
.top-clear {
	margin-top:50px;
}
.custom-button {
	display:inline-block;
	color:#fff;
	margin-top:20px;
}
.custom-button:hover {
	background:#292929;
}
.small{
	padding:15px 30px;
}
.large {
	padding:25px 50px;
}
.custom-image {
	position:relative;
	display:block;
}
.custom-image a {
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	left:50%;
	font-size:24px;
	color:#fff;
	margin-left:-20px;
	margin-top:-20px;
	z-index:5;
}
.custom-image:hover a , .custom-image:hover span  {
	-webkit-transform: scale(1.0);
	-moz-transform:scale(1.0);
	transform: scale(1.0);
	opacity:1;
}
.custom-image:hover span {
	opacity:0.7;
}
.section-decor {
	padding:20px 0 50px;
}
.home-item-holder ,.home-item {
	float:left;
	width:100%;
	height:100%;
	position:relative;
}
.loader {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:4px;
	z-index:10000;
	display:none;
}
.loader span{
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:4px;
}
.page-decor-icon {
	position:absolute;
	top:5%;
	right:0;
	opacity:0.2;
	font-size:156px;
	z-index:1;
}
a.p-button{ 
    font-size: 18px;
    color: #3a2197;
    margin: 0 10px 0 0;
    font-family: 'Prompt', sans-serif;
    text-align: center;
    font-weight: 500;
    width: auto;
    letter-spacing: normal;
    position: relative;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    border: 3px solid #3a2197;
    outline: none;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
}
a.p-button{
	color: #3a2197 !important;
}
.transparent-button {
	background:none !important;
	border:1px solid #fff;
	background: rgba(255,255,255,0.2)!important;
	font-weight:600;
}
a.p-button i{
	padding-right: 10px;
	font-size: 14px;
	background: rgba(255,255,255,.15);
	padding: 14px 20px;
	position: absolute;
	top: 0px;
	left: 0;
}
a.p-button.hide-icon span.text {
	padding: 0 33px;
}
a.p-button.hide-icon i {
	padding: 11px 20px 10px;
	left: -60px;
	background: #3a2197;
	height: 100%;
	line-height: 25px;
	display: inline-block;
	position: absolute;
	color:#fff !important;
	top: 0;
	font-size: 20px;
}
a.p-button.hide-icon:hover i{
	left: 0;
}
a.p-button.hide-icon:hover span.text {
	padding-left: 59px;
	padding-right: 11px;
}
/*------ header --------------------------------------------------------------*/
.page-header {
	padding:150px 0;
	position:relative;
	float:left;
	width:100%;
	margin:0;
	top:-25%;
	opacity:0;
}

.page-header-box {
	padding:20px 0 20px 20px;
	position:relative;
	left:-250px;
	opacity:0;
}
.page-header-box h3 {
    font-size: 60px;
    color: #fff;
}
.page-header-box h4 {
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
}

/*------ Navigation --------------------------------------------------------------*/
.nav-button-holder {
	bottom:0;
	left:0;
	width:100%;
	height:70px;
	background:rgba(41, 41, 41, 0.9);
	display:block;
	z-index:13;
	border-bottom:1px solid #38393b;
}	
.nav-button{
    z-index: 9999;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #362A90;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 56px;
    border-radius: 50px;
    color: #ec3e6a;
    font-size: 17px;
}
.nav-button span{
	width:100%;
	height:4px;
	float:left;
	margin-bottom:6px;
}
.nav-button i {
	top: -3px;
    position: relative;
}
.left-sidebar{
	position:fixed;
	top:0;
	left:-300px;
	width:300px;
	height:100%;
	z-index:1113;
	background-image: linear-gradient(-206deg, #362A90 0%, #2a0c6b 100%);
	box-sizing:border-box;
}
.logo-holder {
	float:left;
	width:300px;
	padding:20px 0;
	box-sizing:border-box;
}
.logo-holder a {
	width:100%;
	float:left;
	margin-top:50px;
	padding-bottom:10px;
}
.nav-holder{
	width:100%;
	float:left;
}
.sliding-menu { 
	overflow: hidden; 
	position: relative; 
}
.sliding-menu ul {  
	margin: 0; 
	float: left;
}
.sliding-menu li { 
	margin: 0;
}
.sliding-menu a { 
    float: right;
    width: 100%;
    padding: 10px 0 10px 100px;
    color: #fff;
    text-align: left;
    font-size: 15px;
}
.sliding-menu a i {
	position:absolute;
	top:17px;
	right:17px;
}
.sliding-menu a:hover i {  
	color: #fff;
}
.sidedar-social {
	bottom:60px;
	position:absolute;
	width:90%;
	left:5%;
}
.sidedar-social li {
	display:inline-block;
}
.sidedar-social li a {
    float: left;
    width: 50px;
    height: 50px;
    font-size: 18px;
    border-radius: 30px;
    line-height: 50px;
    color: #fff;
    margin: 0 5px;
}

.sidedar-social li a:hover {
	background-color: #ec3e6a !important;
}

.policy-box {
	position:absolute;
	bottom:0;
	left:5%;
	width:90%;
	padding:10px 0;
}
.policy-box p {
	color:#fff;
	font-size: 13px;
}
/*------ Widget-box  --------------------------------------------------------------*/

.top-widjets {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    text-align: center;
    background: black;
    width: 100%;
    margin: 0 auto;
    height: 70px;
}
.top-widjets a {
    width: 100px;
    height: 70px;
    display: inline-block;
    font-size: 18px;
    line-height: 70px;
    color: #fff;
}
/*------ Team --------------------------------------------------------------*/

.team-member {
	margin-top:50px;
	padding:0 50px 2px 0;
	position:relative;
}
.team-member h4 {
	font-size:1.4em;
	margin-top:20px;
	font-weight:400;
}
.team-member h5 {
	font-size:0.9em;
	margin-top:5px;
	font-weight:300;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.team-decor {
	width:50px;
	height:8px;
	position:absolute;
	bottom:-3px;
	right:20%;
	margin-left:-25px;
}
.member-social {
	margin-top:50px;
}
.member-social li {
	width:70px;
	height:70px;
	background:#292929;
	display:inline-block;
}
.member-social li a {
	display:block;
	line-height:70px;
	font-size:24px;
	color:#fff;
}
#team-carusel {
	margin-bottom:20px;
}
/*------ services  --------------------------------------------------------------*/
.services {
	margin-top:50px;
}
.row-services {
	margin-bottom:50px;
}
.row-services div {
	display:inline-block;
	padding:20px;
	margin-bottom:10px;
	border:1px solid #ccc;
}
.row-services div i{
	font-size:54px;
	width:60px;
	height:60px;
	line-height:60px;
}
.services-name{
	float:left;
	position: relative;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: .0015em;
	text-align: center;	
	padding-top:20px;
	width:100%;
	font-weight:600;
}
.services-text{
	border-top:1px solid #ccc;
	margin-top:20px;
	padding-top:10px;
	float:left;
	margin-left:5%;
	width:90%;
	font-size:12px;
}

/*------ about  --------------------------------------------------------------*/

.about-info {
	text-align:left;
}
.slider-decor {
	width:80%;
	height:1px;
	background:#ccc;
	position:absolute;
	top:50%;
	right:0;
	z-index:1;
}
.about-carousel {
	position:relative;
}
/* ----- Portfolio --------------------------------------------------------------*/

#folio_container{
	float:left;
	width:100%;
	position:relative;
	z-index:3;
	padding-top:0;
}
.aih{
	width:100%;
	float:left;
	display:block;
	background:#292929;
}
#folio_container .mix { 
	opacity: 0;
	display: none;
}
#options{
    position: fixed;
    bottom: 140px;
    right: 50px;
    z-index: 10;
}
#options ul {
	position:relative;
	float:right;
	background:rgba(41, 41, 41, 0.9);
	display:none;
	z-index:10;
}
#options li{
	margin-bottom:3px;
	color: #fff;
	font-style: normal;
	font-weight: 600;
	padding:9px 12px;
	cursor:pointer;
	min-width:100px;
	position:relative;
	border:1px solid #666;
}
.btn-menu-wrapper{
	position:fixed;
	bottom:-130px;
	right:50px;
	height:40px;
	width:100px;
	z-index:100;
	cursor:pointer;
	opacity:0;
}
.filter-text {
	float:left;
	color:#fff;
	margin-top:10px;
}
#btn-menu{
	float:left;
	padding:4px;
	position:relative;
}
.icon-container {
	height:40px;
	width:40px;
	float:left;
	position:relative;
	margin:8px 0 0 4px;
}
#btn-menu .line{
	position:absolute;
	width:29px;
	height:3px ;
	left:3px; 
	background: #fff;
	-webkit-transition:all 300ms cubic-bezier(0.215,.61,.355,1); 
	-moz-transition:all 300ms cubic-bezier(0.215,.61,.355,1);
	-o-transition:all 300ms cubic-bezier(0.215,.61,.355,1);
	transition:all 300ms cubic-bezier(0.215,.61,.355,1);
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
#btn-menu .line01{
	top:0;
	opacity:1;
	-webkit-transition-delay:210ms;
	-moz-transition-delay:210ms;
	-o-transition-delay:210ms;
	transition-delay:210ms
}
#btn-menu .line02{
	top:7px;
	-webkit-transition-delay:140ms;
	-moz-transition-delay:140ms;
	-o-transition-delay:140ms;
	transition-delay:140ms
}
#btn-menu .line03{
	top:14px;
	-webkit-transition-delay:70ms;
	-moz-transition-delay:70ms;
	-o-transition-delay:70ms;
	transition-delay:70ms
}
#btn-menu .line04{
	top:21px;opacity:0;
	-webkit-transition-delay:0ms;
	-moz-transition-delay:0ms;
	-o-transition-delay:0ms;
	transition-delay:0ms
}
.btn-menu-wrapper:hover #btn-menu .line{
	-webkit-transform:translate3d(0,-7px,0);
	-moz-transform:translate3d(0,-7px,0);
	-o-transform:translate3d(0,-7px,0);
	transform:translate3d(0,-7px,0)
}
.btn-menu-wrapper:hover #btn-menu .line01{
	opacity:0;
	-webkit-transition-delay:0ms;
	-moz-transition-delay:0ms;
	-o-transition-delay:0ms;
	transition-delay:0ms
}
.btn-menu-wrapper:hover #btn-menu .line02{
	-webkit-transition-delay:70ms;
	-moz-transition-delay:70ms;
	-o-transition-delay:70ms;
	transition-delay:70ms
}
.btn-menu-wrapper:hover #btn-menu .line03{
	-webkit-transition-delay:140ms;
	-moz-transition-delay:140ms;
	-o-transition-delay:140ms;
	transition-delay:140ms
}
.btn-menu-wrapper:hover #btn-menu .line04{
	opacity:1;
	-webkit-transition-delay:210ms;
	-moz-transition-delay:210ms;
	-o-transition-delay:210ms;
	transition-delay:210ms
}
.box {
	float:left;
	width: 25%;
	padding: 2px;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.box-3{
	width: 33.3333333% !important;
}
.box img{
	position:relative;
	z-index:1;
	right:-10%;
	opacity:0;
}
.box div {
	position: absolute;
	width: 100%;
	height: 100%;	
}
.box div span.induced {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	position:relative;
	text-align:center;
	z-index:2;
}
.box div span.raster{
	display:none; 
}
.folio-induced:hover span.raster {
	display:block;
}
.box a{
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	color:#fff;
	right:0;
	overflow:hidden;
}
.box a span.title-holder{
	width:80%;
	position:absolute;
	top:75%;
	left:10%;
	z-index:2;
	text-align:left;
	opacity:0;
}
.box a span.project-title{
	letter-spacing:1px;
	width:100%;
	float:left;
	padding-bottom:10px;
	font-size:25px;
	text-transform:uppercase;
}
.box a span.project-subtitle{
	font-size:18px;
	padding:5px 20px 0 0;
	border-top:1px solid #fff;
}
.single-media  , .project-text{
	margin:0 auto;
	position:relative;
}
.project-text {
    margin: 20px 0;
}

.project-text p {
	font-size: 19px;
    text-align: left;
    margin-bottom: 20px;
}

.keywords-parrafo {
	font-size: 47px;
    margin: 50px 0 0 0;
}

.tituloproyecto {
	margin-bottom: 30px;
}

.custom-color a {
	color: #f9c55f;
    margin: 0 10px 0 0;
}

.single-media .customNavigation {
	margin-top:10px;
	height:40px;
}
.single-media .customNavigation a {
	float: left;
	margin-right:4px;
}
.single-media .customNavigation a i {
	margin-left:0;
}
.project-info-holder{
	position:relative;
}
.project-info {
	margin-bottom:20px;
}
.project-info li {
    display: inline-block;
	margin-bottom:4px;
	font-size: 16px;
	padding:10px 0;
	width:100%;
	border-bottom: 2px solid #DDD;
	text-align:left;
}
.project-info li span {
    margin-left: 20px;
    float: right;
    text-align: left;
    width: 75%;
}
.project-separator {
    border-top: 1px solid #DDD;
    margin-top: 30px;
}
.other-projects .customNavigation a i {
	margin-left:0;
}
.other-projects h4 {
	padding: 50px 0;
    font-weight: 600;
    color: #333;
    font-size: 30px;
    font-family: 'Prompt', sans-serif;
}
/* gallery ------------------------------------------------------------ */
	
.full-width {
	margin-top:50px;
}
.popup-gallery div {
	width: 33.33333333%;
	float:left;
	overflow:hidden;
	padding:2px;
}
.single-gallery {
	float:left;
	width:100%;
	height:100%;
	background:#292929;
	padding-top:70px;
}
.single-gallery div{
	position:relative;
	opacity:0;
	right:-30px
}

.full-3colums {
	float:left;
	width: 33.33333333% !important;
	margin:0 !important;
}
.full-4colums {
	float:left;
	width: 25% !important;
	margin:0 !important;
}
.slider-section {
	float:left;
	width:100%;
	height:100%;
	position:relative;
}
.slides-fullscreen-img{
	background-position-y: 25%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	position:absolute;
	z-index:-1;
}
.scroll-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    background: transparent !important;
    border-radius: 30px;
    left: 50%;
    margin-left: -15px;
    color: #fff;
    z-index: 10;
    font-size: 18px;
	-moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.5);
	box-shadow: 0 0 0 2px rgba(255,255,255,0.5);
}
.scroll-btn:hover{
	-moz-box-shadow: 0 0 0 4px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 0 0 4px rgba(255,255,255,0.5);
	box-shadow: 0 0 0 4px rgba(255,255,255,0.5);
}
.top-button{
	top:90px;
}
.bottom-button{
	bottom:90px;
}
.slides-navigation a {
	position: absolute;
  	display: block;
  	color:#fff;
  	padding:4px;
  	width:40px;
 	 height:40px;
  	bottom:-16px;
  	font-size:18px;
  	line-height:30px;
}
.slides-navigation a.prev {
	background-color: #ec3e6a;
  	right: 72px;
	-moz-box-shadow: -6px -6px 0 0 rgba(255,255,255,0.5);
	-webkit-box-shadow: -6px -6px 0 0 rgba(255,255,255,0.5);
	box-shadow: -6px -6px 0 0 rgba(255,255,255,0.5);
}
.slides-navigation a.next {
	background-color: #ec3e6a;
  	right: 30px;
  	-moz-box-shadow: 6px 6px 0 0 rgba(255,255,255,0.5);
	-webkit-box-shadow: 6px 6px 0 0 rgba(255,255,255,0.5);
	box-shadow: 6px 6px 0 0 rgba(255,255,255,0.5);
}
.slides-navigation a.next:hover{
  	-moz-box-shadow: 2px 2px 0 0 rgba(255,255,255,0.5);
	-webkit-box-shadow: 2px 2px 0 0 rgba(255,255,255,0.5);
	box-shadow: 2px 2px 0 0 rgba(255,255,255,0.5);
}
.slides-navigation a.prev:hover {
  	-moz-box-shadow: -2px -2px 0 0 rgba(255,255,255,0.5);
	-webkit-box-shadow: -2px -2px 0 0 rgba(255,255,255,0.5);
	box-shadow: -2px -2px 0 0 rgba(255,255,255,0.5);
}
.home-slide-container{
	position:relative;
	z-index:3;
	width:100%;
	top:35%;
	left:50%;
	opacity:0;
	float:left;
	text-align: center;
}
.home-slide-container h4 {
	padding-bottom:50px;
}
.parallax-slide-container{
	position:relative;
	z-index:3;
	width: 100%;
	top:30%;
	left:50%;
	opacity:0;
	float:left;
	text-align: center;
}
.home-slide-container h3 , .parallax-slide-container h3 {
    font-family: 'Playfair Display', serif;
    max-width: 800px;
    margin: 0 auto;
    letter-spacing: 0;
    font-size: 56px;
    color: #f9bf4d;
    font-weight: 600;
    line-height: 63px;
    font-style: italic;
}
.home-slide-container h4  , .parallax-slide-container h4{
	max-width:800px;
	margin:0 auto;
	font-size:1.5em;
	color:#fff;
	line-height: 1.2em;
}
.customNavigation {
	margin-top:20px;
	position:relative;
}
.customNavigation a {
    display: inline-block;
    margin-right: -1px;
    cursor: pointer;
    width: 30px;
    background-color: #ec3e6a !important;
    height: 30px;
    line-height: 30px;
    color: #fff !important;
}
.customNavigation a i {
	font-size:18px;
}
.customNavigation a:hover {
	background:#292929;
}
div.item img {
	cursor:move !important;
}
.portfolio-parallax {
	max-width:768px;
	margin:0 auto;
	text-align:left;
}
.portfolio-parallax p {
	color: #fff;
    font-size: 23px;
}
.portfolio-parallax a.p-button {
	margin-top:20px;
}
.gallery-options {
	width:200px;
	height:50px;
	position:fixed;
	bottom:-350px;
	left:50%;
	margin-left:-100px;
	z-index:100;
	border:1px solid #666;
	background:rgba(41, 41, 41, 0.9);
}
.gallery-options a {
	width:100%;
	float:left;
	line-height:50px;
	font-size:18px;
	height:100%;
}
.gallery-info {
	margin:0 auto;
	max-width:800px;
}
.gallery-info p {
	color:#fff;
}
.other-gallery {
	position:fixed;
	width:100%;
	left:0;
	bottom:-100%;
	background:rgba(41, 41, 41, 0.9);
	z-index:100;
	padding:10px 20px 20px;
}
.close-other {
	float:left;
	width:100%;
	padding:0 0 10px 0;
	border-bottom:1px solid #666;
	margin-bottom:20px;
	font-size:18px;
}
.close-other i {
	cursor:pointer;
}
/*------ Skillbar  --------------------------------------------------------------*/

.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;
}
.custom-skillbar-title span {
	float:left;
	font-size:16px;
	margin-top:12px;
}
.custom-skillbar {
	height:15px;
	width:0px;
}
.skill-bar-percent {
	float:right;
	font-size:11px;
}
/*------ Counter --------------------------------------------------------------*/

.counter li {
	padding:20px 0;
}
.counter li h6 {
	font-size:1.9em;
}
.counter li .num {
	font-size:2.4em;
	font-weight:800;
}
/* Contact------------------------------------------------------------ */

.map-box {
	float:left;
	width:100%;
	position:relative;
	margin: 50px 0;
}
.map-box3 {
	margin:10px 0;
}	
.map{
    width: 100%;
    height: 300px;
}
.big-map {
	margin:0 0 50px  0 !important;
}
.big-map .map{
	height:500px;
}
.contact-list {
	float:left;
	width:100%;
	margin-top:0;
	padding-bottom:50px;
}
.no-margin {
	margin-top:0 !important;
}
.contact-list li {
	float:left;
	width:100%;
	margin-bottom:2px;
	line-height:50px;
	position:relative;
	border:1px solid #ccc;
}
.contact-list li span{
	float:left;
	height:50px;
	padding-left: 60px;
}
.contact-list li a {
	float:left;
	height:50px;
	padding-left: 0;
}
.contact-list li span:hover  , .contact-list li a:hover{
	color:#666;
}
.contact-list li  i {
	width:50px;
	height:50px;
	color:#fff !important;
	position:absolute;
	top:0;
	left:0;
	line-height:50px;
	font-size:20px;
}

/* Contact form */
	
#contact-form {
	text-align:center!important;
	width:100%;
	margin:0 auto;
}	
#contact-form input[type="text"], textarea {
	color: #292929;
	font-size: 12px;
	height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	padding-left:10px;
	background:none;
	margin-bottom:20px;
	border:0;
	border:1px solid #ccc;
}	
#contact-form input[type=text]:focus, #contact-form textarea:focus, input[type=email]:focus {
	color:#fff;
}	
#contact-form textarea {
	height:160px;
	resize:none;
}	
#contact-form input[type="submit"]	{
    float: right;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Prompt', sans-serif;
    background: none;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 20px 40px;
    letter-spacing: 0;
    line-height: 14px;
    cursor: pointer;
    text-align: center;
        -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}	
#contact-form input[type="submit"]:hover{
	background: #362a90;
	color: #FFF !important;

}	
.error_message {		
	text-align:center;		
	margin-bottom:30px;
	font-size:13px;		
	color:#c33;				
}	
#success_page h3{		
	text-align:center;
	font-size:24px;
	color:#f9bf4d;	
}		
#success_page p {		
	color:#999999;		
	margin-top:20px;		
}	
#message fieldset {		
	border:none;
	color:#fff;		
}
/* ====================
Share 
--------------------------------------------------------------*/

.shareSelector {
	cursor: pointer;
	position: relative;
}
.shareSelector span {
	width: 70px;
	height: auto;
	line-height: 15px;
	padding: 6px;
	left: -71px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -4px;
}
.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: 725px;
}
.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: 10px;
	width:70px;
	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: 12px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .9);
	color: #fff;
}
.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);
}
/* modal-box ------------------------------------------------------------ */

.modal-box {
	max-width:800px;
	position:relative;
	margin:0 auto;
	padding:30px 20px;
}
.modal-icon{
	position:absolute;
	font-size:254px;
	opacity:0.2;
	top:-20%;
	left:70%;
}
/* subscribe ------------------------------------------------------------ */	

#subscribe i {
	left:50%;
	top:-40%;
}
.subscribe-holder {
	float:left;
	width:100%;
	padding:50px 0;
}
.subcribe{
	position:relative;
	width:100%;
	right:0;	
}
.subcribe div {
	display:none;
	width:100%;
	height:30px;
	font-size:12px;
	font-weight:300;
	text-align:left;
	letter-spacing:1px;
	position:absolute;
	bottom:-30px;
	left:0;
	line-height:30px;
	padding:4px;
	color:#fff;
}
.subcribe fieldset{
	width:100%;
	background: none !important;
	position:relative;
	z-index:1;
}
.subscriptionForm input.inputForm{
	width:70%;
	float:left;
	height:50px;
	border:none;
	outline:none;
	background: none;
	padding-left:8px;
	letter-spacing:2px;
	color:#fff;
	font-size:24px;
	line-height:50px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .9);	
}
.subscriptionForm input#submitButton{
	border:none;
	width:25%;
	float:left;
	height:40px;
	cursor:pointer;
	margin:5px 0 0 2.5%;
	letter-spacing:2px;
	font-size:12px;
	color:#fff;
	letter-spacing:2px;
	-moz-box-shadow: -9px -9px 0 0 rgba(255,255,255,0.5);
	-webkit-box-shadow: -9px -9px 0 0 rgba(255,255,255,0.5);
	box-shadow: -9px -9px 0 0 rgba(255,255,255,0.5);
}
.subscriptionForm input#submitButton:hover{
  	-moz-box-shadow: 4px 4px 0 0 rgba(255,255,255,0.5);
	-webkit-box-shadow: 4px 4px 0 0 rgba(255,255,255,0.5);
	box-shadow: 4px 4px 0 0 rgba(255,255,255,0.5);
}

/*----------Twitter--------------------------------------------------------------*/
.twitts {
	z-index:1;
	padding-left:20px;
	
}
.twitts li {
	color:#fff;
	font-size:24px;
	cursor:move;
	text-align:left;
	padding:4px 0 0 0;
	z-index:1;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .9); 	
}
.twitts .customNavigation a {
	float:right!important;
	margin-right:5px;
	margin-top:20px;
	text-align:center !important;
}
.twitts .customNavigation a.prev-slide {
	-moz-box-shadow: -4px -4px 0 0 rgba(255,255,255,0.5);
	-webkit-box-shadow: -4px -4px 0 0 rgba(255,255,255,0.5);
	box-shadow: -4px -4px 0 0 rgba(255,255,255,0.5);
}
.twitts .customNavigation a.next-slide {
  	-moz-box-shadow: 4px 4px 0 0 rgba(255,255,255,0.5);
	-webkit-box-shadow: 4px 4px 0 0 rgba(255,255,255,0.5);
	box-shadow: 4px 4px 0 0 rgba(255,255,255,0.5);
}
.twitts .customNavigation a.next-slide:hover{
  	-moz-box-shadow: 2px 2px 0 0 rgba(255,255,255,0.5);
	-webkit-box-shadow: 2px 2px 0 0 rgba(255,255,255,0.5);
	box-shadow: 2px 2px 0 0 rgba(255,255,255,0.5);
}
.twitts .customNavigation a.prev-slide:hover {
  	-moz-box-shadow: -2px -2px 0 0 rgba(255,255,255,0.5);
	-webkit-box-shadow: -2px -2px 0 0 rgba(255,255,255,0.5);
	box-shadow: -2px -2px 0 0 rgba(255,255,255,0.5);
}
/* -------------- Blog - Blog-single--------------------------------------------------------------*/

.blog-container {
	max-width:800px;
}
.post { 
	position:relative;
	margin-top:50px;
	padding:0px 0px 70px 0;
	border-bottom:1px solid #ccc;
}
.post-media{
	position:relative;
}
.post-media .customNavigation {
	height:40px;
}
.post-media .customNavigation a {
	float:left;
	margin-right:4px;
}
.post-meta {
	padding: 10px 0;
}
.post-meta ul {
	float:left;
	margin-top:10px;
}
.post-meta li {
	display:inline-block;
	margin-right:10px;
}
.post-meta li h6, .post-meta li a {
	text-transform:none !important;
	font-size:13px;
	font-weight:800;
}
.post-title h3 {
	margin-top:10px;
}
.post-title h3 a{
	padding-top: 10px;
	text-transform: none;
	letter-spacing: normal;
	color:#666;
}
.post-body a {
	float:right;
	margin-top:30px;
	color:#fff;
}
.post-body {
	margin-top:10px;
}
.post-body a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 5px 10px;
	position:relative;
	border:1px solid #ccc;
	color:#292939;
}
.pagination {
    text-align:center;
	vertical-align: middle;
	margin-top: 55px;	
    font-size: 14px;
	margin-bottom:30px;
}
.pagination a {
    color: #999;
    display:inline-block;
	font-weight:300;		
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px solid #ccc;
}
.pagination a.current-page, .pagination a:hover {
    color:#fff;
}
.pagination  span.pagination-num{
	display: inline-block;
    padding:9px 15px;
	color:#666;
	font-size:12px !important;
	text-transform:uppercase;
}
.prevposts-link{
	margin-right:8px;
}
.nextposts-link{
	margin-left:8px;
}
.page-navigation{
	float:left;
	width:100%;
	margin-top:20px;
	padding-top:50px;
	border-top:1px solid #ccc;
}
.page-navigation li {
	display:inline-block;
	margin-left:20px;
}
.page-navigation li a{
	width:70px;
	height:40px;
	float:left;
	line-height:40px;
	border:1px solid #ccc;
	position:relative;
	font-size:18px;
}
.page-navigation li a:hover{
	color:#fff;
}
#comments{ 
	text-align:left; 
	padding-top: 50px;
}
#comments-title{
	margin-left: 70px; 
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px; 
	margin-bottom: 5px;
	font-size:15px;
}
.comment{ 
	float: left;
	padding:10px 0; 
}
.comment-body{ 
	position: relative; 
	margin-left: 70px; 
	padding-top: 30px; 
}
.comment-author{ 
	position: absolute; 
	top: 30px; 
	left: -70px;
	height:100%;
	border-right:1px solid #ccc;
	padding-right:6px;
}
.comment .children{ 
	margin-left: 70px; 
}
.fn{
	display: block; 
	margin-bottom: 10px;
}
.comment-meta, .comment-meta a{
	font-size:14px;
	margin-bottom:10px;
	font-weight:800;
	color:#ccc;
}
#respond{
	float:left;
	margin-left:70px;
	margin-top:20px;
}
#reply-title{
	margin-top:20px;
	padding-bottom:30px;
	margin-bottom:5px;
	font-size:17px;
}
.comment-reply-form{ 
	border-top: 1px solid #ccc; 
}
.comment-notes{ 
	margin-top: 10px; color: #a4a4a3; 
}
.control-group label, .control-group .controls{ 
	display: inline-block; 
}
.control-group label{ 
	margin-left: 10px; 
	font-weight: 200;
}
.control-group .controls input { 
	margin-top: 15px;
	border: none;
	outline: none;
	height: 35px;
	background: #fff;
	padding-left: 15px;
	color: #a4a4a3;
	text-decoration: none;
	border: 1px solid #ccc;
}
.control-group .controls textarea {
	margin-top: 15px;
	border: none;
	outline: none;
	height: 180px;
	max-width:600px;
	background: #fff;
	padding-left: 15px;
	padding-top: 15px;
	color: #666;
	resize: vertical;
	text-decoration: none;
	border: 1px solid #ccc;
}
.controls button {
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	cursor: pointer;
	margin-top: 15px;
	font-size: 0.8em;
	text-transform: uppercase;
	font-family: inherit;
	padding: 10px 20px;
	color: #fff;
	margin-bottom:20px;
}
.controls button:hover{
	background:#292929;
}	
/*----------------  responsive video -------------------------- ---*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:20px;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------------- Shortcodes --------------------------------------------------------------*/

.shortcod .block {
	padding:50px 0;
	border-bottom:1px solid #ccc;
	margin-top:20px;
	margin-bottom:20px;	
}
.codes {
	padding:15px 0;
}
blockquote p {
    padding: 0 0 0 10px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    margin: 30px 0 !important;
    font-size: 35px !important;
    color: #f9bf4d;
    line-height: 1.2;
}
/*--- code  ---*/

code {
	background-color: #F9F9F9;
	border: 1px solid #E9E9E9;
	clear: both;
	display: block;
	text-align:left;
	margin-bottom: 20px;
	overflow: auto;
	padding: 0px 20px;
	margin: 20px 0;
	white-space: pre;
	color: #222222;
}
/*--- Tabs  ---*/

.tabs li,.tabs p, .tabs img{float:left; padding:6px;}
.tabs > div {
border:1px solid #eee;float:left;	}
.tabs p{font-size:0.875em;padding:20px;background:#fff;}
.tabs ul li a{position:relative;top:1px;font-size:0.875em;color:#a4a4a4;display:block;padding:10px 25px;border-top:2px solid transparent; border:1px solid #eee;}
.tabs ul li a:hover , .tabs ul li.acttab a{border:1px solid #eee; color:#fff!important;}

/*--- Accordion  ---*/

.accordion-title{display:block;position:relative;border:1px solid #eee;margin-bottom:10px; text-align:center;}
.accordion-title h5{margin:0;}
.accordion-title a{display:block;color:#fff!important;padding:15px 0px 15px 20px;}
.accordion .accordion-title span{position:absolute;width:26px;height:26px;right:20px;top:10px;}
.accordion .accordion-title span i {margin-top:8px; font-size:16px; color:#292929}
.accordion-title:hover {background:#292929;}
.accordion .accordion-inner{display:none;padding:10px 0px 30px 0;line-height:1.7em;}
.grid-holder {
	width:100%;
	float:left;
	padding:50px 0;
	border-bottom:1px solid #ccc;
	margin-top:20px;
	margin-bottom:20px;	
}
.grid-holder .row-fluid div{
	background:#292929;
	padding:10px 0;
	margin-top:10px;
	color:#fff;
}
/*------ color-style -------------------------------------------------*/

::selection {background: #f9bf4d;color:#fff }
::-moz-selection {background: #f9bf4d;color:#fff }
.color-bg , .custom-color , .button , .custom-button:hover , .hide-icon , .tooltip i , .tooltip h5 , .member-social li a:hover ,  #options li:hover, #options li.actcat  , .contact-list i  , #contact-form input[type="submit"]:hover , .twitts li a  , .arthref .icon-container ul li:hover span , .shareSelector:hover span , .client-name , .accordion-title:hover span i , #jprePercentage  , .customNavigation a:hover , .row-services div i, .box  div span.induced span.links-holder a:hover , .sliding-menu a i , .page-header-box h4  , .box   div span.induced span.project-subtitle ,  a.p-button:hover , .gallery-options a i , .close-other i ,  .page-navigation li a , .modal-icon , .counter li .num {
	color:#f9bf4d;
}
.loader span, .separator span , .sidedar-social li a:hover  ,  .flat-separator , .color-separator span , .raster-color , .bg-color , .custom-button  , .slides-navigation a, .nav-button span , .ajaxPageSwitchBacklink , .team-decor , .process-box:hover .raster , .services-list li , .services-separator , .custom-skillbar , .btn-menu-wrapper , .subscribe-holder  , .contact-list li i , #contact-form input[type=text]:focus, #contact-form textarea:focus, input[type=email]:focus  , #contact-form input[type="submit"] , .customNavigation a , .cat-item, .recentcomments  , .tagcloud a:hover , .post-body a:hover , .pagination a.current-page, .pagination a:hover , .controls button , .tabs ul li a:hover , .tabs ul li.acttab a , .accordion-title, .header-box-decor , .fullwidth-separator span ,  .box  div span.induced span.links-holder span , .sliding-menu a.back , .sliding-menu a:hover , .subscriptionForm input#submitButton , .scroll-btn  , .top-widjets a:hover,  .page-navigation li a:hover , a.p-button i{
	background:#f9bf4d;
}
blockquote p , .page-header-box , .twitts , .subcribe fieldset {
	border-left:4px solid #f9bf4d;
}

.social-list li a:hover{
	border-bottom:4px solid #f9bf4d;
}
/*------ css-animation - ------------------------------------------------*/
.transition{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms 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);
	-moz-transform:scale(0);
	transform: scale(0);
	opacity:0;
}
.scale-bg{
	-webkit-transform: scale(0.9);
	-moz-transform:scale(0.9);
	transform: scale(0.9);
	opacity:0.5;
}
.nav-rotade{
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg); 
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.scale-big , .menuout{
	-webkit-transform: scale(2.0);
	-moz-transform:scale(2.0);
	transform: scale(2.0);
	opacity:0
}
.btn-downscrolling{
	    width: 100%;
    position: absolute;
    bottom: 0;
    margin: 20px auto;
}

.bgbtn {
    width: 50px;
    height: 50px;
    color: #ee3b68;
    line-height: 50px;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.ask-to-scroll {
     position: relative;
     top: 0;
     left: 3px;
     display: inline-block;
     width: 16px;
     height: 20px;
     text-align: left;
     vertical-align: middle;
}
 .ask-to-scroll .arrow {
     position: absolute;
     width: 9px;
     height: 5px;
}
 .ask-to-scroll .arrow span {
     position: absolute;
     width: 7px;
     height: 2px;
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
     background: #FFF;
}
 .ask-to-scroll .arrow span:nth-child(1) {
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .ask-to-scroll .arrow span:nth-child(2) {
     left: 4px;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .ask-to-scroll .arrow:nth-child(1) {
     top: 0;
     -webkit-animation: chevron1 0.95s infinite cubic-bezier(0.5, -0.8, 0.5, 1.8);
     animation: chevron1 0.95s infinite cubic-bezier(0.5, -0.8, 0.5, 1.8);
     opacity: 0;
}
 .ask-to-scroll .arrow:nth-child(2) {
     top: 7px;
     -webkit-animation: chevron2 0.95s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
     animation: chevron2 0.95s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
}
 .ask-to-scroll .arrow:nth-child(3) {
     top: 12px;
     -webkit-animation: chevron3 0.95s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
     animation: chevron3 0.95s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
}
 @-webkit-keyframes chevron1 {
     0%, 10% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
         opacity: 0;
    }
     100%, 58% {
         -webkit-transform: translateY(7px);
         transform: translateY(7px);
         opacity: 1;
    }
}
 @keyframes chevron1 {
     0%, 10% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
         opacity: 0;
    }
     100%, 58% {
         -webkit-transform: translateY(7px);
         transform: translateY(7px);
         opacity: 1;
    }
}
 @-webkit-keyframes chevron2 {
     0%, 5% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
         opacity: 1;
    }
     100%, 37% {
         -webkit-transform: translateY(5px);
         transform: translateY(5px);
         opacity: 1;
    }
}
 @keyframes chevron2 {
     0%, 5% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
         opacity: 1;
    }
     100%, 37% {
         -webkit-transform: translateY(5px);
         transform: translateY(5px);
         opacity: 1;
    }
}
 @-webkit-keyframes chevron3 {
     0% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
         opacity: 1;
    }
     100%, 32% {
         -webkit-transform: translateY(10px);
         transform: translateY(10px);
         opacity: 0;
    }
}
 @keyframes chevron3 {
     0% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
         opacity: 1;
    }
     100%, 32% {
         -webkit-transform: translateY(10px);
         transform: translateY(10px);
         opacity: 0;
    }
}














/*------  Responsive --------------------------------------------------------------*/
@media only screen and  (max-width: 1124px) {

.logo-holder a , .nav-holder {
	margin-top:10px;
}
.sliding-menu {
	margin-top:20px;
}

}
@media only screen and  (max-width: 979px) {

.row-fluid [class*="span"] {
  margin-bottom: 1.127659574468085%!important;
}
.bg-parallax ,.header-bg{
	background-attachment: scroll !important;
	-webkit-background-size:cover;
	background-position:center;
}

.contact-list li span  , .contact-list li a{
	font-size:12px;
}
#respond{
	width:100%;
	float:left;
}
.gallery-options {
	width:100px;
	height:50px;
	left:0;
	margin-left:0
}
.gallery-options a {
	line-height:50px;
}
.back-link{
	width:100%;
	left:0;
}
.row-services div {
	float:left;
	display:block;
	clear:both;
	overflow:hidden;
}
}

@media only screen and  (max-width: 767px) {
.popup-gallery div {
	width:46.969696969697%!important;
	margin:1.515151515152%!important;
}
.full-3colums , .full-4colums , .box , .box-3{
	width: 50% !important;
	margin:0 !important;
}
.contact-list li span  , .contact-list li a{
	font-size:14px;
}
.top-widjets {
    bottom: -1px;
    right: 0;
    height: 50px;
}
.top-widjets a {
	width:50px;
	height:50px;
	line-height:50px;
}
.nav-button-holder {
	height:50px;
}	
.sliding-menu a {
	overflow-x:hidden;
	overflow-y:auto;  
}
.sliding-menu a {
	padding:0.8em 0.8em 0.8em 2.0em; 
}
.sliding-menu a i {
	position:absolute;
	top:15px;
	right:17px;
}
.sidedar-social {
	bottom:60px;
	position:absolute;
	width:90%;
	left:5%;
}
.sidedar-social li {
	display:inline-block;
}
.sidedar-social li a {
	float:left;
	width:30px;
	height:30px;
	font-size:16px;
	line-height:30px;
}
.portfolio-parallax {
	padding-left:20px;
}
.subscriptionForm input.inputForm {
	font-size:14px;
}
.modal-icon{
	font-size:154px;
	left:50% !important;
}
.twitts li {
	font-size:18px;	
}
}

@media only screen and  (max-width: 540px) {
.project-text {
	margin-bottom: 40px;
}
#slides.home-slider {
	height: 460px !important;
}
	
.popup-gallery div {
	width: 96.969696969697%!important;
}
.full-3colums , .full-4colums , .box , .box-3{
	width: 100% !important;
	margin:0 !important;
}
.gallery-info {
	padding:10px;
}
.subscriptionForm input.inputForm {
	font-size:12px;
}
}
@media only screen and  (max-width: 360px) {
.nav-button{
	left:4px;
}	
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg-parallax {
	background-attachment: scroll !important;
	-webkit-background-size:cover;
	background-position:center;
}
}