@charset "utf-8";
/*======================================
 [ -Main Stylesheet-
  Theme: Cooper
  Version: 1.0
  Last change: 12/11/2016 ]
  	+++Fonts +++
	++++Typography ++++
	++++General Styles++++
	++++Loader ++++
	++++Content Styles ++++
	++++Fixed-column++++
	++++Button++++
	++++Header++++
	++++Footer+++++
	++++Scroll nav +++++
	++++Section++++
	++++Home++++
	++++404++++
	++++Facts++++
	++++Resume ++++
	++++Services ++++
	++++Order++++
	++++Skills++++
	++++Testimonials++++
	++++Porfolio++++
	++++Video++++
	++++Contacts++++
	++++Map++++
	++++Blog++++
	++++Share++++
	++++Responsive++++
/*-------------Fonts---------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,400,500,600,700,700i,800,900&subset=latin-ext');
/*-------------General Style---------------------------------------*/
html{
	overflow-x:hidden !important;
	overflow-y:scroll !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 12px;
	height:100%;
	text-align:center;
	background:#454545;
	color:#000;
	font-family: 'Raleway', sans-serif;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
/*--------------Typography--------------------------------------*/
p {
    text-align: left;
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 10px;
	font-weight:500;
}
blockquote {
	float:left;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
}
blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#494949;
}
.text-subtitle {
	float:left;
	width:100%;
	position:relative;
	font-size:14px;
	font-weight:bold;
	letter-spacing:2;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	color:#666;
	padding-bottom:10px;
	text-align:left;
}
.text-title {
	float:left;
	width:100%;
	position:relative;
	font-size:26px;
	font-weight:bold;
	letter-spacing:2px;
	color:#191919;
	text-transform:uppercase;
	text-align:left;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	margin-bottom:10px;
}
/*------ loader-------------------------------------------------*/
.loader-holder {
	 position:fixed;
	 width:50px;
	 height:50px;
	 top:50%;
	 left:50%;
	 margin-top:-20px;
	 margin-left:-20px;
	 z-index:150;
}
.loader-inner {
	top:0;
	left:0;
	position:absolute;
  	width: 50px;
  	height: 50px;
  	z-index:20;
	-webkit-transition: all 0.4s  ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s   ease-in-out;
	transition: all 0.4s  ease-in-out;
}
.loader {
	float:left;
	width: 50px;
	height: 50px;
	border-left:10px solid #404040;
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.loader , .loader:after {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ---------Content Styles--------------------------------------*/
#main{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
}
.container{
	max-width: 1024px;
	width:92%;
	margin:0 auto;
	position: relative;
	z-index:5;
}
#wrapper {
	float:left;
	width:100%;
	position:relative;
	background:#fff;
}
.content {
	width:100%;
	position:relative;
	z-index:4;
	float:left;
	padding:0 30px;
	background:#fff;
}
.content.fscon {
	padding:0 70px;
}
.column-wrap {
	float:right;
	width:70%;
	position:relative;
	padding-right:70px;
}
.column-wrap #wrapper {
	padding:0 30px 60px 30px;
}
.fl-wrap {
	float:left;
	width:100%;
	position:relative;
}
.no-bg {
	background:none;
}
.full-height {
	height:100%;
}
.full-width-wrap {
	width:100%;
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
}
.bg.par-elem {
	height:150%;
	top:-15%;
}
.full-height-parallax {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
}
.respimg {
	width:100%;
	height:auto;
}
.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.2;
}
.hero-wrap {
	position:relative;
	width:100%;
	overflow:hidden;
	height:100%;
	z-index:10;
}
.parallax-title {
	position:absolute;
	top:10%;
	z-index:1;
	font-size:94px;
	color:#000;
	opacity:0.07;
	text-transform:uppercase;
	font-weight:900;
}
.parallax-title.left-pos {
	left:0;
}
.parallax-title.right-pos {
	right:50px;
}
.no-padding {
	padding:0 !important;
}
.dec-list {
	float:left;
	width:100%;
}
.dec-list li {
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	padding:15px 0 15px 40px;
	font-size:12px;
	border-bottom:1px solid #eee;
	font-weight:600;
}
.dec-list li span {
	color:#666;
}
.dec-list li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content: "\f178";
	position:absolute;
	top:15px;
	font-size:16px;
	left:0;
}
.cts-dot {
	display:none;
}
/*------ Fixed-column ------------------------------------------------*/
.fixed-column {
	position:fixed;
	top:0;
	left:0;
	width:30%;
	height:100%;
	padding-left:70px;
	z-index:4;
	-webkit-transform: translate3d(0,0,0);
	overflow:hidden;
}
.progress-bar-wrap {
	position:absolute;
	top:20px;
	left:100px;
	right:30px;
	height:20px;
	z-index:20;
}
.progress-bar-wrap:before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.51);
	z-index:1;
}
.progress-bar {
    position:    relative;
    height:      5px;
    width:       0%;
	border-radius:3px;
	z-index:2;
	top:8px;
}
.bg-title {
	position:absolute;
	bottom:-15%;
	left:45%;
	font-size:94px;
	width:100%;
	min-height:300px;
	text-transform:uppercase;
	font-weight:900;
	 -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
	color:#fff
}
.column-image {
	-webkit-transition:all 600ms  ;
	transition:all 600ms  ;
}
.scrbg {
	opacity:0;
}
.mr-top {
	margin-top:30px !important;
}
/* ---------Button--------------------------------------*/
.btn{
	float:left;
	margin-top:10px;
	font-size: 14px;
	color: #fff;
	margin-right:10px ;
	text-align: center;
	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;
	background:#FFD600;
    outline: none;
	padding: 15px 18px;
    display: inline-block;
	border-radius:4px;
}
.btn i{
	padding-right: 10px;
	font-size: 15px;
	background:#414146;
	padding: 14px 20px;
	position: absolute;
	top: -2px;
	left: 0;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn.hide-icon span {
	padding: 0 33px;
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
	font-family: 'Montserrat', sans-serif;
	font-size:10px;
	text-transform:uppercase;
}
.btn.hide-icon i {
	padding: 11px 20px 10px;
	left: -60px;
	height: 100%;
	line-height: 25px;
	display: inline-block;
	position: absolute;
	color:#fff !important;
	top: 0;
}
.btn.hide-icon:hover i{
	left: 0;
}
.btn.hide-icon:hover span {
	padding-left: 59px;
	padding-right: 11px;
}
/*------ Header  ------------------------------------------------*/
header.main-header {
	position:fixed;
	width:70px;
	height:100%;
	background:#383838;
	z-index:20;
	top:0;
	left:0;
	-webkit-transform: translate3d(0,0,0);
}
.logo-holder {
	position:absolute;
	top:60px;
	left:15px;
	width:40px;
}
.logo-holder img {
	width:40px;
	height:auto;
	float:left
}
.nav-button {
    position: absolute;
    width: 30px;
    height: 30px;
    margin-top:-15px;
    top:50%;
    left:20px;
    z-index:10;
    cursor:pointer;
}
.nav-button:after {
	content:"Menu";
	position:absolute;
	top:-36px;
	left:-2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;
	text-align:center;
	font-style:italic;
	color:#fff;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.nav-button:hover:after {
	visibility:visible;
	top:-26px;
	opacity:1;
}
.menu-global {
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 3px solid #fff;
    width: 100%;
    transition: 0.55s;
}
.menu-top {
    top: 0;
}
.menu-middle {
    top: 10px;
}
.menu-bottom {
    top: 20px;
}
.menu-top-click {
    backface-visibility: hidden;
    top: 10px;
    transform: rotate(45deg);
    transition: 0.55s 0.5s;
}
.menu-middle-click {
    opacity: 0;
}
.menu-bottom-click {
    backface-visibility: hidden;
    top: 10px;
    transform: rotate(-405deg);
    transition: 0.55s 0.5s;
}
.hid-men-wrap {
	width:100%;
	left:0;
	position: absolute;
	top:55%;
	overflow:hidden;
}
.sliding-menu ul {
	margin: 0;
	float: left;
	width:100%;
	overflow:hidden;
}
.sliding-menu li {
	margin: 0;
	position:relative;
	float:left;
	width:100%;
 	border-bottom:1px solid rgba(255,255,255,0.18);
}
.sliding-menu li:first-child {
	border-top:1px solid rgba(255,255,255,0.11);
}
.sliding-menu a {
	float:left;
	width:100%;
	padding:12px 5px;
	position:relative;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing:2px;
	color: #fff;
	line-height:20px;
}
.menu-wrap {
	position: fixed;
	z-index: 19;
	width: 370px;
	top:0;
	bottom:0;
	font-size: 1.15em;
	padding-left:10px;
	-webkit-transform: translate3d(-320px,0,0);
	transform: translate3d(-320px,0,0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
}
.menu-inner:before {
	content:'';
	position:absolute;
	bottom:20px;
	left:35px;
	right:15px;
	height:1px;
}
.menu {
	position: relative;
	z-index: 1000;
}
.menu-inner   {
	opacity: 0;
	-webkit-transform: translate3d(-160px,0,0);
	transform: translate3d(-160px,0,0);
	-webkit-transition: opacity 0s 0.3s, -webkit-transform 0s 0.3s;
	transition: opacity 0s 0.3s, transform 0s 0.3s;
	-webkit-transition-timing-function: cubic-bezier(.17,.67,.1,1.27);
	transition-timing-function: cubic-bezier(.17,.67,.1,1.27);
}
.morph-shape {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	fill:rgba(0,0,0,0.71);
}
.menu-inner {
	float:left;
	width:100%;
	height:100%;
	position:relative;
	z-index: 1000;
}
.menu-logo {
	position:absolute;
	top:45px;
	left:0;
	width:100%;
}
.menu-logo img {
	width:150px;
	height:auto;
	margin:0 auto;
}
.show-menu .menu-wrap {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.show-menu .menu-wrap,
.show-menu .menu-inner ,
.show-menu .morph-shape  {
	-webkit-transform: translate3d(20px,0,0);
	transform: translate3d(20px,0,0);
}
.show-menu .menu-inner  {
	opacity: 1;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
/*------ Footer ------------------------------------------------*/
.footer-social {
	position:absolute;
	top:80px;
	width:100%;
	z-index:2;
	left:0;
}
.footer-social:before , .footer-social:after {
	content:'';
	position:absolute;
	left:6px;
	right:6px;
	height:1px;
	background:rgba(255,255,255,0.21);
}
.footer-social:before {
	top:-20px;
}
.footer-social:after {
	bottom:-20px;
}
.footer-social li {
	float:left;
	width:100%;
	margin-bottom:8px;
}
.footer-social li a {
	width:30px;
	margin-left:18px;
	height:30px;
	float:left;
	line-height:30px;
	border-radius:100%;
	color:#383838;
	background:#f2f2f2;
	-webkit-transition:all 400ms cubic-bezier(0.215,.61,.355,1);
	-moz-transition:all 400ms cubic-bezier(0.215,.61,.355,1);
	-o-transition:all 400ms cubic-bezier(0.215,.61,.355,1);
	transition:all 400ms cubic-bezier(0.215,.61,.355,1);

}
.footer-social li a:hover {
	-moz-box-shadow: 0 0 50px -2px #999;
	-webkit-box-shadow: 0 0 50px -2px #999;
	box-shadow: 0 0 50px -2px #999;
}
.main-footer {
	position:fixed;
	width:70px;
	height:100%;
	background:#404040;
	border-left:1px solid rgba(255,255,255,0.21);

	z-index:120;
	top:0;
	right:0;
	-webkit-transform: translate3d(0,0,0);
}
 .copyright {
	position:absolute;
	bottom:30px;
	left:30px;
	width:250px;
	text-align:left;
	color:#fff;
	font-size:11px;
	font-weight:600;
	letter-spacing:1px;
     -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}
.copyright a {
	color:#fff;
}
.mail-link {
	position:absolute;
	top:20px;
	width:100%;
	left:0;
	font-size:14px;
	color: rgba(255,255,255,0.51);
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
/*------ section-------------------------------------------------*/
section {
	float:left;
	width:100%;
	position:relative;
	padding:70px 0;
}
section.dec-sec:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:50%;
	height:1px;
	border-top:1px dashed #ccc;
}
section.dec-sec:after {
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	width:7px;
	height:7px;
	border-radius:100%;
	background:#eee;
	margin-bottom:-2px;
	margin-left:15px;
}
.section-title {
	float:left;
	width:100%;
	position:relative;
	padding-bottom:30px;
}
.section-title h2 {
	float:left;
	width:100%;
	padding:6px 0;
	font-size:46px;
	text-align:left;
	color:#666;
	font-family: 'Raleway', sans-serif;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing:2px;
	position:relative;
}
.section-title h2:before {
	content:'';
	position:absolute;
	top:-15px;
	left:-15px;
	width:100px;
	height:100px;
	background:#eee;
	z-index:-1;
	opacity:0.8;
}
.section-title p {
	float:left;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#494949;
	max-width:500px;
}
/*------ Home -------------------------------------------------*/
.hero-slider-holder {
	position:relative;
	overflow:hidden;
	z-index:2;
}
.hero-wrap-item , .carousel-item  , .error-wrap{
	position:relative;
	width:100%;
	top:50%;
	left:0;
	float:left;
	z-index:6;
}
.hero-wrap-item.single-title-wrap {
	padding-left:15%;
}
.hero-wrap-item.single-title-wrap:before {
	content:'';
	position:absolute;
	top:-50px;
	left:13%;
	width:1px;
	bottom:-50px;
	background:rgba(255,255,255,0.21)
}
.hero-wrap-item.left-her  .container {
	border-left:1px solid rgba(255,255,255,0.21);
	padding:50px 0 50px 40px;
}
.hero-wrap-item.right-her .container  {
	border-right:1px solid rgba(255,255,255,0.21);
	padding:50px 40px 50px 0;
}
.entry-wrap {
	position:absolute;
}
.num-holder3 {
	position:absolute;
	top:50px;
	right:30px;
	width:60px;
	height:30px;
	line-height:30px;
	color:#fff;
	z-index:15;
	font-weight:200;
	background:rgba(255,255,255,0.21);
	border-radius:4px;
}
.hero-wrap .overlay{
	z-index:5;
}
.slnop .num-holder3 {
	top:100%;
	margin-top:-90px;
}
.hero-wrap-item h2 {
	color:#ffc815;
	font-size:64px;
	font-weight:900;
	float:left;
	width:100%;
}
.hero-wrap-item.left-her {
	text-align:left;
}
.hero-wrap-item.right-her {
	text-align:right;
}
.hero-wrap-item.right-her .btn , .hero-wrap-item.right-her p {
	float:right !important;
}
.hero-wrap-item h4  , .hero-wrap-item h4 a{
	color:#fff;
}
.hero-wrap-item p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#fff;
}
.hero-wrap-item h3 {
	font-size:20px;
	color:#fff;
 	float:left;
	width:100%;
	position:relative;
	font-weight:500;
	padding:10px 0;
}
.hero-slider .overlay {
	opacity:0.4;
}
.customNavigation.gals a {
	position:absolute;
	top:50%;
	width:40px;
	height:40px;
	margin-top:-20px;
	z-index:10;
	line-height:40px;
	color:#fff;
	background:#292929;
	border-radius:4px;
	font-size:12px;
	cursor:pointer;
}
.customNavigation.gals a.next-slide {
	right:30px;
}
.customNavigation.gals a.prev-slide {
	left:30px;
}
.hero-wrap {
	padding:0 70px;
}
.mm-par-wrap{
	 position:absolute;
	 top:5%;
	 right:5%;
	 bottom:5%;
	 left:25%;
	  -webkit-perspective: 1000;
	  z-index:1;
}
.mm-par-wrap:before {
	content:'';
	position:absolute;
	top:-10px;
	left:20%;
	right:-10px;
	bottom:-10px;
	border:1px solid #eee;
	border-left:none;
	box-sizing:border-box;
}
.mm-parallax{
	 -webkit-transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
  	-moz-transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
  	transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.impulse-wrap {
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.hero-item {
	position:absolute;
	top:0;
	left:70px;
	right:70px;
	height:100%;
	z-index:1;
}
.mm-parallax {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	box-shadow: 0 20px 25px 0 rgba(18,17,30,.15);
	border-radius:10px;
}
.impulse-wrap:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:30%;
	height:100%;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
	background:url(../images/impulse.png);
}
.single-carousel  .item{
	position:relative;
	overflow:hidden;
}
.carousel-item h3 {
	font-size:36px;
	text-align:center;
	font-weight:800;
	position:relative
}
.carousel-item h3:before {
	content:'';
	position:absolute;
	bottom:-10px;
	left:50%;
	width:50px;
	height:2px;
	margin-left:-25px;
		 -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.carousel-item h3:hover:before {
	width:100px;
	margin-left:-50px;
}
.carousel-item h3 , .carousel-item h3 a {
	color:#fff;
}
.single-carousel .item:before , .single-carousel .item:after {
	content:'';
	position:absolute;
	left:20%;
	right:20%;
	background:rgba(255,255,255,0.41);
	height:1px;
	z-index:2;
}
.single-carousel .item:before {
	top:50px;
}
.single-carousel .item:after {
	bottom:50px;
}
.single-carousel .item .bg {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.bg.hov-rot {
	-webkit-transform: scale(1.2);
	-moz-transform:scale(1.2);
	transform: scale(1.2);
}
.single-carousel .item p , .error-wrap p{
	padding-top:30px;
	font-size:13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#eee;
	text-align:center;
}
/*------ share------------------------------------------------*/
.show-share {
	position:absolute;
	bottom:40px;
	left:22px;
	cursor:pointer;
	width:20px;
	height:20px;
}
.show-share:before {
	content:'';
	position:absolute;
	top:10px;
	left:-5px;
	width:30px;
	height:1px;
	z-index:5;
}
.show-share.isShare:before {
	width:0;
}
.show-share:after {
	content:"share";
	position:absolute;
	top:-36px;
	left:-2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;
	text-align:center;
	font-style:italic;
	color:#fff;
	opacity:0;
	visibility:hidden;
}
.show-share:before , .show-share:after , .share-icon{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.show-share:hover:after {
	opacity:1;
	top:-26px;
	visibility:visible;
}
.show-share img {
	width:20px;
	height:20px;
}
.share-container {
	position:fixed;
	z-index:20;
	left:94px;
	bottom:30px;
	visibility:hidden;
	-webkit-transform: translate3d(0,0,0);
}
.visshare {
	visibility:visible;
}
.share-icon {
    height:40px;
    width:40px;
	float:left;
    margin-bottom:1px;
	position:relative;
	font-size:15px;
	line-height:40px;
	background:#fff;
	color: #000;
	opacity:0;
}
.share-icon:hover {
	opacity:0.6 !important;
}
.share-icon:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.share-icon-digg:before {
    content: "\f1a6";
}
.share-icon-email:before  {
    content: "\f003";
}
.share-icon-flickr:before  {
    content: "\f16e";
}
.share-icon-foursquare:before  {
    content: "\f180";
}
.share-icon-rss:before {
    content: "\f09e";
}
.share-icon-facebook:before  {
    content: "\f09a";
}
.share-icon-twitter:before {
    content: "\f099";
}
.share-icon-tumblr:before {
   content: "\f173";
}
.share-icon-linkedin:before {
     content: "\f08c";
}
.share-icon-vimeo:before {
   content: "\f194";
}
.share-icon-instagram:before {
    content: "\f16d";
}
.share-icon-pinterest:before {
    content: "\f0d2";
}
.share-icon-googleplus:before {
   content: "\f0d5";
}
.share-icon-in1:before {
    content: "\f08c";
}
.share-icon-stumbleupon:before {
    content: "\f1a4";
}
@media only screen and  (max-width: 1392px) {
.abt-wrap .box-item  , .resum-header , .sl-tabs{
	margin-bottom:40px;
}
.bold-title {
	width:100%;
}
.chart {
	float: none;
	display:inline-table;
	margin-top:30px;
}
.piechart-holder h4 {
	width:100%;
}
.piechart-holder h4:before {
	display:none;
}
.hd-box-wrap {
	bottom:10px;
	padding:0 10px;
}
.hd-box-wrap h2 {
	font-size:14px;
}
.contact-social {
	margin-top:30px;
	float:left;
	width:100%;
}
	
}
@media only screen and  (max-width: 1064px) {
.mob-bg {
	display:block	
}	
.column-wrap {
	width:100%;
	padding-right:0;
}
.fixed-column , .arrowpagenav  , .footer-social:before , .footer-social:after , .parallax-title  {
	display:none;
}
header.main-header {
	width:100%;
	top:0;
	left:0;
	height:70px;
}
.nav-button {
	top:24px;
	left:30px;
	margin-top:0;
}
.logo-holder {
	top:16px;
	left:50%;
	margin-left:-20px;
}
.show-share {
	bottom:24px;
	left:100%;
	margin-left:-50px;
}
.hero-wrap {
	padding:70px 0 0;
	background:#fff;
}
footer.main-footer {
	width:100%;
	height:70px;
	border-left:none;
	float:left;
	position:relative;
	top:0;
	margin-top:0;
}
.mail-link {
	position:absolute;
	top:0;
	width:70px;
	height:70px;
	line-height:70px;
	left:100%;
	margin-left:-70px;
	border-left:1px solid rgba(255,255,255,0.21);
}
.copyright {
	position: relative;
	bottom:0;
	left:30px;;
	width: auto;
	text-align:left;
	margin-top:30px;
	color:#fff;
	font-size:11px;
	font-weight:600;
	letter-spacing:1px;
     -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.footer-social {
	position: relative;
	top:20px;
	width: auto;
	z-index:2;
	float:right;
	margin-right:90px;
}
.footer-social li {
	float:left;
	width: auto;
}
.clients-list li {
    padding: 20px;
}
.hero-slider-holder .gals a {
	top:100%;
	margin-top:-100px;
}
.column-wrap #wrapper {
	padding:0 10px 10px 10px;
}
.share-container {
	position:fixed;
	z-index:20;
	left:100%;
	margin-left:-60px;
	bottom:100%;
	margin-bottom:-290px;
	width:40px;
}
.menu-wrap {
	width: 320px;
	bottom:0;
	top:70px;
	padding:0;
	-webkit-transform: translate3d(-320px,0,0);
	transform: translate3d(-320px,0,0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
}
.menu {
	position: relative;
	z-index: 1000;
}
.menu-logo {
	position:absolute;
	top:45px;
	left:0;
	width:100%;
}
.show-menu .menu-wrap,
.show-menu .menu-inner ,
.show-menu .morph-shape  {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.content {
    padding: 70px 20px 0;
}
.content .container {
	width:100%;
}
.no-pad-wrap {
	padding-top:70px;
}
.content.no-bg {
	padding-left:0;
	padding-right:0;
}
.fixed-filter {
	top:80px;
	right:20px;
}
.content.fscon {
	padding:70px 0 0 ;
}
.gallery-item {
	width:50% !important;
}
.mm-par-wrap {
	top:calc(5% + 70px);
}
.hero-item {
    top: 70px;
    left:0;
    right: 0;
    height: auto;
	bottom:0;
}
}
@media only screen and  (max-width: 768px) {
.inline-facts {
    width: 50%;
	margin-bottom:40px;
}
.testimonials-slider-holder .item {
	padding-left:0;
}
.testi-image {
	position:relative;
	margin:0;
	left:0;
	display:inline-table;
}
.clients-list li {
    padding: 5px;
	width:50%;
}
.hero-wrap-item {
	padding:0 20px;
}
.section-title h2 , .hero-wrap-item h2 {
	font-size:36px;
}
.copyright {
	display:none;
}
.footer-social {
	float:left;
	margin-right:0;
	margin-left:20px;
}
.inline-filter .gallery-filters {
	width:100%;
}
.inline-filter .gallery-filters a {
	padding:12px 0;
	width:100%;
}
.inline-filter .folio-counter {
	float:none;
	margin-left:0;
	display:inline-table;
	margin-bottom:10px;
}
.inline-filter .folio-counter:before {
	left:50%;
	height:24px;
	top:-36px;
	 -webkit-transform:   rotate(0deg);
    -moz-transform:   rotate(0deg);
    transform:   rotate(0deg);
}
.order-wrap a.ord-link {
	float:left;
	margin-top:30px;
}
}
@media only screen and  (max-width: 540px) {
.scroll-nav-holder {
	display:none;
}
.inline-facts , .gallery-item {
    width:100% !important;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg {
	background-attachment: scroll !important;
	-webkit-background-size:cover;
	background-position:center;
}
}