@charset "utf-8";

/*-------------Import fonts ---------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Raleway:400,600,700,800,900,500|Dancing+Script:400,700|Montserrat:400,700&subset=latin,latin-ext);


/*-------------General Style---------------------------------------*/
html{
	overflow-x:hidden !important;
	overflow-y:scroll;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	background:#f4f4f4;
	height:100%;
	text-align:center;
}
body:before , body:after {
	content:'';
	position:fixed;
	top:0;
	width:20px;
	height:100%;
	background:#f9f9f9;
	z-index:50;
}
body:before{
	left:0;
}
body:after {
	right:0;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
.bg-animate {
	position:fixed;
	bottom:10%;
	right:10%;
	width:60%;
	height:60%;
	z-index:-2;
	opacity:0;
	-webkit-transform: translate3d(0,0,0);
}


/*--------------Typography--------------------------------------*/
h1 {
	font-size: 4.46666666667em;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.17em;
}
h2 {
	font-size: 3.2em;
	font-weight: 700;
	color: #9ACA3C;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 0.9em;
	font-weight: 200;
}
h5 {
	font-size: 0.8em;
	font-weight: 200;
}
h6 {
	font-size: 0.6em;
	font-weight: 200;
}
p {
	text-align:left;
	font-size: 14px;
	line-height:24px;
	padding-bottom:10px;
}
blockquote {
	float:left;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
	position:relative;
}
blockquote:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content: "\f10e";
	position:absolute;
	top:5px;
	left:10px;
	color:#ccc;
	z-index:-1;
	opacity:0.7;
	font-size:44px;
}
blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#494949;
}

.text-right{
  text-align:right;
}

/* ---------Page preload--------------------------------------*/
.loader {
	position:fixed;
	top:50% !important;
	left:50%;
	width:50px;
	height:50px;
	z-index:100;
	font-size:34px;
	line-height:50px;
	color:#ccc;
	padding-right:20px;
	opacity:0.8;
}
.cssload-container {
	width: 100%;
	height: 31px;
	text-align: center;
}
.cssload-speeding-wheel {
	width: 31px;
	height: 31px;
	margin: 0 auto;
	border: 2px solid rgba(0,0,0,0.93);
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
	-o-animation: cssload-spin 575ms infinite linear;
	-ms-animation: cssload-spin 575ms infinite linear;
	-webkit-animation: cssload-spin 575ms infinite linear;
	-moz-animation: cssload-spin 575ms infinite linear;
}
@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
.l-line {
	position:fixed;
	top:0;
	left:;
	width:100%;
	height:3px;
	z-index:10000;
	display:none;
	background:#f4f4f4;
}
.l-line span{
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:3px;
	background:#000;
}
.cd-transition-layer {
	position: fixed;
	top: 20px;
	left: 20px;
	right:20px;
	bottom:20px;
	z-index: 12;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.cd-transition-layer .bg-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity:1;
  -webkit-transform: translateY(-50%) translateX(-2%);
  -moz-transform: translateY(-50%) translateX(-2%);
  -ms-transform: translateY(-50%) translateX(-2%);
  -o-transform: translateY(-50%) translateX(-2%);
  transform: translateY(-50%) translateX(-2%);
  height: 100%;
  width: 2500%;
  background: url(../images/ink.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.cd-transition-layer.visible {
  opacity: 1;
  visibility: visible;
}
.cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24);
  -moz-animation: cd-sequence 0.8s steps(24);
  animation: cd-sequence 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence-reverse 0.8s steps(24);
  -moz-animation: cd-sequence-reverse 0.8s steps(24);
  animation: cd-sequence-reverse 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.no-cssanimations .cd-transition-layer {
  display: none;
}
@-webkit-keyframes cd-sequence {
  0% {
    -webkit-transform: translateY(-50%) translateX(-2%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-98%);
  }
}
@-moz-keyframes cd-sequence {
  0% {
    -moz-transform: translateY(-50%) translateX(-2%);
  }
  100% {
    -moz-transform: translateY(-50%) translateX(-98%);
  }
}
@keyframes cd-sequence {
  0% {
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
}
@-webkit-keyframes cd-sequence-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-2%);
  }
}
@-moz-keyframes cd-sequence-reverse {
  0% {
    -moz-transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -moz-transform: translateY(-50%) translateX(-2%);
  }
}
@keyframes cd-sequence-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
}
/* ---------Content Styles--------------------------------------*/
#main{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
}
#main:before , #main:after {
	content:'';
	position:fixed;
	left:0;
	width:100%;
	height:20px;
	background:#f9f9f9;
	z-index:50;
}
#main:before{
	top:0;
}
#main:after {
	bottom:0;
}
#wrapper:before {
    content: '';
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    bottom: 0;
    position: absolute;
    background: -webkit-linear-gradient(270deg, rgba(0, 124, 214, 0.25) 0%, rgba(0, 124, 214, 0.25) 33.49%, rgba(0, 124, 214, 0.6) 33.5%, rgba(0, 124, 214, 0.6) 66.49%, #00a8ee 66.5%, #00a8ee 100%);
    background: linear-gradient(180deg, rgba(0, 124, 214, 0.25) 0%, rgba(0, 124, 214, 0.25) 33.49%, rgba(0, 124, 214, 0.6) 33.5%, rgba(0, 124, 214, 0.6) 66.49%, #00a8ee 66.5%, #00a8ee 100%);
    width: 100%;
    height: 6.25rem;
}

#wrapper{
	height:100%;
	margin-left:0;
	vertical-align:top;
	position: absolute;
	left:0;
	top:0;
	right:0;
	z-index:2;
	width:100%;
}
.content-holder{
	vertical-align: top;
	position: absolute;
	left:0;
	top:0;
	padding:0 20px 20px 20px;
	right: 0;
	z-index: 2;
	height: 100%;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.container{
	max-width: 1024px;
	width:92%;
	margin:0 auto;
	position: relative;
	z-index:5;
}
.container.big-container {
	max-width:1224px;
}

.container.big-container img {
  width:100%;
}

.content {
	width:100%;
	position:relative;
	z-index:4;
	float:left;
	background:#fff;
	padding-top:50px;
}

.icons {
	width:100%;
	position:relative;
	z-index:4;
	float:left;
	padding-top:50px;
 	padding-bottom:50px;
}

.home-content {
	padding-top:20px;
}
.fl-wrap {
	float:left;
	width:100%;
	position:relative;
}
.no-bg {
	background:none;
}
.full-height {
	height:100%;
}
.full-width-wrap {
	width:100%;
}
.full-width-wrap:before {
	content:'';
	position:absolute;
	right:0;
	width:30%;
	background:#fff;
	top:-70px;
	height:70px;
}

.centered{
    text-align: center;
    margin: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.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;
}
.par-elem {
	height:130%;
	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: #333;
	opacity:0.2;
}
.white-overlay{
	background:#fff;
	opacity:0.4;
}
.bold-overlay {
	opacity:0.5;
}
.no-border {
	border:none !important;
}
.no-padding {
	padding:0 !important;
}

.text-center{
  text-align:center!important;
}

.btn {
	display: inline-block;
	padding: 14px 22px 14px 22px;
	line-height: 1;
	font-weight: bold;
	font-size: 11px;
	border-radius:4px;
	margin:20px auto;
	color:#fff;
	border: 2px solid #fff;
	background: #9ACA3C;
	position:relative;
	letter-spacing:1px;
}

a.btn:hover{
 color:#fff!important;
}

.anim-button {
	overflow:hidden;
 	-moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    outline: none;
 	width: auto;
}
.anim-button i {
 	top:-100%;
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	line-height:40px;
	text-align:center !important;
	font-size:16px;
}
.wt-btn {
	color:#fff;
	border:2px solid #fff;
}
.anim-button i , .anim-button span {
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.anim-button span {
	float:left;
	width:100%;
	position:relative;
	top:0;
}
.anim-button:hover span{
	top:100px;
}
.anim-button:hover i{
	top:-4px;
}

/*------ Margen and background-color ------------------------------------------------*/

.padr20{
 padding-right:20px!important;
}

.padl20{
 padding-left:20px!important;
}

.fl-l {
	float:left;
}
.btn.color-bg {
	border-color:transparent
}

.mb-30{
  margin-bottom:30px;
}

.mgb-50{
  margin-bottom:50px;
}

.mt-40{
  margin-top:40px;
}

.no-pad{
  padding-right:0px!important;
  padding-left:0px!important;
}

.pdr-20{
 padding-right:20px;
}

.pdt-20{
 padding-top:20px;
}

.pdl-20{
 padding-left:20px;
}

.pd20{
   padding-right:20px;
    padding-left:20px;
}

.pd15{
   padding-right:15px;
    padding-left:15px;
}

.white-bg{
  background:#fff;
}

.green-bg{
  background:#9ACA3C;
}

.cgreen{
  color:#9ACA3C;
  font-weight:bold;
}

.gray-bg {
	background:#f9f9f9;
}
.dark-bg {
	background:#292929;
}

.gray-bg h2{
  color:#202932!important;
}

/*------ Header  ------------------------------------------------*/
header{
	position:fixed;
	top:20px;
	left:20px;
	right:20px;
	box-sizing:border-box;
	z-index:20;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	background:#fff;
	height:70px;
	-webkit-transform: translate3d(0,0,0);
}
.header-inner {
	float:left;
	width:100%;
	position:relative;
	padding: 0 30px;
}
.logo-holder {
	float:left;
	position:relative;
	z-index:21;
	top:13px;
}
.logo-holder img {
	float:left;
	width:  auto;
	height:40px;
}
.logo-holder img:hover {
	opacity:0.6;
}
.header-title {
	position:relative;
	float:right;
	z-index:6;
	top:27px;
	padding-right:25px;
	margin-right:25px;
}
.header-title:before {
	content:'';
	position:absolute;
	top:-7px;
	right:0;
	width:1px;
	height:30px;
	background:#ccc;
}
.header-title h2 {
	font-size:13px;
	position:relative;
	text-align:left;
	font-weight:600;
	color:#000;
	top:0;
  font-family: 'Open Sans', serif;
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.header-title h2.hid-title {
	opacity:0;
	-webkit-transform: scale(0.85);
	-moz-transform:scale(0.85);
	transform: scale(0.85);
}
.header-title h2:hover {
	text-decoration:line-through;
}
.dynamic-title {
	display:none;
}
.header-social {
	float:right;
	position:relative;
	top:28px;
}
.header-social li {
	float:left;
	margin-right:9px;
}
.header-social li a {
	font-size:12px;
}
.info-button {
	float:right;
	width:34px;
	height:34px;
	position:relative;
	overflow:hidden;
	padding-top:10px;
	border: #fff;
	background: #9ACA3C;
	top:17px;
	margin-left:20px;
	cursor:pointer;
}
.lin-but {
	left:6px;
	float:left;
	width:20px;
	height:1px;
	background: #fff;
	margin-bottom:4px;
	position:relative;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(.75,0,.3,1);
	-moz-transition-timing-function: cubic-bezier(.75,0,.3,1);
	-o-transition-timing-function: cubic-bezier(.75,0,.3,1);
	transition-timing-function: cubic-bezier(.75,0,.3,1);
	clear:both;
}
.info-button:hover .lin-but {
	left:100%;
}
.lin-but:nth-child(1) {
	-webkit-transition-delay: 0.045s;
	transition-delay: 0.045s;
}
.lin-but:nth-child(2) {
	-webkit-transition-delay: 0.09s;
	transition-delay: 0.09s;
	width:18px;
	left:8px
}
.lin-but:nth-child(3) {
	-webkit-transition-delay: 0.135s;
	transition-delay: 0.135s;
	width:16px;
	left:10px
}
.tex-but {
	position:absolute;
	top:10px;
	font-size:11px;
	left:-80px;
	opacity:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#000;
}

.info-button:hover .tex-but {
	left:2px;
	opacity:1;
}
/*------ navigation  ------------------------------------------------*/
.nav-holder {
	float:left;
	position:relative;
	top:18px;
}
nav {
	position:relative;
	float:left;
	width:100%;
}
nav li{
	float:left;
	position:relative;
	margin-right:15px;
	padding-right:15px;
}
nav li:before {
	content:'';
	position:absolute;
	top:9px;
	right:0px;
	width:1px;
	height:14px;
}
nav li ul {
	margin: 30px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width:150px;
	top: 51px;
	left: 0;
	z-index: 1;
	padding:10px 0;
	background:rgba(0,0,0,0.71);
	transition: all .2s ease-in-out;
}
nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
nav li ul li ul {
	top: -10px !important;
	left: 100%;
	margin-left:25px;
	margin-top:0;
}
nav li ul li:hover  > ul  {
	opacity: 1;
	visibility: visible;
	margin-left:15px;
}
nav li ul li {
	display:block;
	float:none;
	border:none;
}
nav li ul li:before {
	display:none;
}
nav li a {
	float: left;
	padding: 10px 14px;
	line-height: 1;
    font-size: 13px;
    font-style: normal;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0px;
    word-spacing: 0;
    text-align: center;
 	border:1px solid transparent;
	-webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
   background-color: #9ACA3C;
    color: #fff;
}
nav li ul a {
	color:#fff!important;
	float:left;
	width:100%;
	text-align:left;
}
nav li ul a:before , nav li ul a:after {
	display:none;
}
nav li  a:hover{
	background: #007CD6;
	border: 1px solid #fff;
  color:#fff;
}
nav li ul li a.act-link  {
	background:none;
	border:none;
}
.nav-button-holder {
	float:right;
	margin:0 0 0 10px;
	padding-left:16px;
	display:none;
}
.nav-button {
	float:right;
	width:36px;
	height:36px;
	position:relative;
	margin-top:18px;
	cursor:pointer;
	padding:12px 6px 0;
	border:1px solid #eee;
	background:#f9f9f9;
}
.nav-button span {
	float:left;
	width:100%;
	height:1px;
	background:#000;
	margin-bottom:4px;
	position:relative;
}
/*------ Sidebar menu ------------------------------------------------*/
.sidebar-menu {
	position:fixed;
	bottom:20px;
	right:-380px;
	top:20px;
	padding-right:20px;
	width:350px;
	background:#292929;
	z-index:60;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}

.sidebar-menu:before {
	content:'';
	position:absolute;
	top: 25px;
	left:30px;
	right:50px;
	height:1px;
	background: rgba(255,255,255,0.38);
	z-index:5;
}
.sidebar-menu .overlay {
	z-index:3;
	opacity:0.5;
}
.sb-overlay{
	position:fixed;
	top:20px;
	left:20px;
	right:20px;
	bottom:20px;
	background:#292929;
	opacity:0.6;
	display:none;
	z-index:59;
	cursor: url(../images/cursor.png) , auto;
	-webkit-transform: translate3d(0,0,0);
}
.hid-men-wrap {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	z-index:4;
}
.sb-logo {
	position:absolute;
	top:50px;
	left:0;
	width:100%;
	z-index:4;
}
.sb-logo img {
	max-width:200px;
	margin:0 auto;
	height:auto;
}
.sliding-menu ul {
	margin: 0;
	float: left;
	width:100%;
	overflow:hidden;
}
.sliding-menu li {
	margin: 0;
	position:relative;
	overflow:hidden;
 	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;
}
.sliding-menu a.back:before{
     font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content: "\f177";
}
.sliding-menu a:hover {
	background: rgba(0,0,0,0.51);
	color:rgba(255,255,255,0.71)
}
.sb-social {
	position:absolute;
	bottom:50px;
	left:0;
	width:100%;
	z-index:5;
}
.sb-social li {
	display:inline-block;
	padding:8px;
}
.sb-social li a {
	color:#fff;
}
.sb-social:before {
	content:'';
	position:absolute;
	bottom:-25px;
	left:30px;
	right:30px;
	height:1px;
	background: rgba(255,255,255,0.38);
}
/*------ Section  ------------------------------------------------*/
section {
	/* float:left; */
	width:100%;
	/* position:relative; */
	padding:60px 0;
	z-index:5;
	background:#fff;
	/* overflow:hidden; */
	z-index: 99;
}
section.bis {
	z-index:10;
}
section.no-pad-bot{
	padding-bottom:0;
}
.column-section {
	padding:0;
}
.section title {
	float:left;
	width:100%;
	padding:30px 0;
}
.section-title h2 {
	font-size:34px;
	font-weight:700;
}
.section-title h4 {
	color:#ACACAC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding:10px 0 20px;
	font-size:13px;
	font-weight: 500;
}
.parallax-section .section-title h4 {
	color:rgba(255,255,255,0.71);
}
.parallax-section {
	float:left;
	width:100%;
	padding:200px 0;
	position:relative;
	overflow:hidden !important;
	z-index:4;
}
.parallax-section .overlay {
	opacity:0.3;
}
.parallax-section h2 {
	color:#fff;
}
section.full-height-section {
	padding:200px 0;
}
.align-text {
	text-align:left;
}

.text-center{
  text-align:center!important;
}

.blue-bg{
  background:#007CD6;
}

.recent-post-widget h2{
  color:#9ACA3C!important;
}

ul.cldark li{
 color:#333!important;
}

.bottom-footer h2{
 color:#fff;
 font-size:30px;
}

.bottom-footer h3{
 color:#fff;
 font-size:20px;
}


.bt-send{
background-color: transparent;
    border-color: #9ACA3C!important;
    color: #007CD6;
    text-shadow: none;
    text-transform: uppercase!important;
    padding: 1.1875rem 1.625rem;
    text-align:center!important;
    cursor:pointer;
}

.parallax-title {
	position:absolute;
	top:30%;
	font-family: 'Dancing Script', cursive;
	z-index:3;
	font-size:134px;
	color:#000;
	opacity:0.07;
}
.parallax-title.left-pos {
	left:10%;
}
.parallax-title.right-pos {
	right:10%;
}
.full-height-section .parallax-title {
	opacity:0.2;
}
.section-entry .hero-logo {
	max-width:200px;
	margin:0 auto;
}
.section-entry h2 {
	color:#fff;
	text-transform:uppercase;
	font-weight:800;
	letter-spacing:12px;
	font-size:50px;
	position:relative;
	padding:0 70px;
}

.section-entry h2:before{
	left:-10px;
}
.section-entry h2:after{
	right:-10px;
}
.section-entry h3 {
		font-family: 'Dancing Script', cursive;
	text-align:center;
	font-size:28px;
	color:#fff;

	display:block;
	margin-top:15px;
	position:relative;
}
.section-entry h3:before {
	content:'';
	position:absolute;
	top:-12px;
	left:50%;
	width:70px;
	margin-left:-35px;
	height:1px;
	border-top:1px dotted #fff;
}
.hero-logo img {
	width:100%;
	height:auto;
}
.sec-entr-link {
	position:absolute;
	z-index:5;
	width:50px;
	height:80px;
	left:50%;
	bottom:0;
	margin-left:-25px;
	line-height:70px;
	font-size:18px;
	color:#fff;
}
.smartscroll-controls {
	position:fixed;
	top:50%;
	height:82px;
	margin-top:-41px;
	width:40px;
	z-index:20;
	left:50px;
}
.smartscroll-controls a {
	float:left;
	width:40px;
	height:40px;
	background: rgba(0,0,0,0.81);
	line-height:40px;
	color:#fff;
	font-size:12px;
	margin-bottom:1px;
	border-radius:4px;
}
.smartscroll-controls.onepage-contr {
	top:80%;
	left:40px;
}
.smartscroll-controls.onepage-contr.vistotop {
	top:50%;
}
.fixed-icons {
	position:fixed;
	bottom:120px;
	right:25px;
	z-index:20;
	display:none;
}
.vistotop {
	display:block;
}
.fixed-icons li{
	width:40px;
	height:40px;
	line-height:40px;
	background: #333;
	color:#fff;
	cursor:pointer;
	border-radius:4px;
	float:left;
	position:relative;
	margin-left:2px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.fixed-icons  a  , .fixed-icons .mail-link:hover a{
	color: #fff!important;
}

/*------ Home -------------------------------------------------*/
.hero-slider-holder {
	position:relative;
	overflow:hidden;
	z-index:2;
}
.hero-wrap-item {
	position:relative;
	width:100%;
	top:50%;
	left:0;
	float:left;
	z-index:6;
}
.entry-wrap {
	position:absolute;
}
.num-holder3 {
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-30px;
	width:60px;
	height:60px;
	line-height:60px;
	color:#fff;
	z-index:15;
	border-radius:100%;
	border:2px  dotted rgba(255,255,255,0.51);
	background:rgba(255,255,255,0.11);
}
.hero-wrap .overlay{
	z-index:5;
}
.slnop .num-holder3 {
	top:100%;
	margin-top:-90px;
}
.hero-wrap-item h4  , .hero-wrap-item h4 a{
	color:#fff;
}
.hero-wrap-item h4, .section-entry h4 {
	font-size:20px;
	text-transform:uppercase;
	position:relative;
	font-weight:700;
	padding:10px 0;
  color:#fff;
}
.fscs .owl-item .container{
	-webkit-transform: scale(1.35);
	-moz-transform:scale(1.35);
	transform: scale(1.35);
	opacity:0;
	 -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
     -webkit-transition-delay: 0.9s;
     -o-transition-delay:  0.9s;
     -moz-transition-delay:  0.9s;
     transition-delay:  0.9s;
}
.fscs .owl-item.active .container{
 	-webkit-transform: scale(1.0);
	-moz-transform:scale(1.0);
	transform:scale(1.0);
	opacity:1;
}

.full-container{
  padding:20px!important;
}

/*--------------About--------------------------------------*/
.about{
 background: #007CD6!important;
 color:#fff!important;
}

.top-align-wrap {
	position:absolute;
	width:100%;
	z-index:5;
	top:50%;
	left:0;
}

.about-entry{
  padding:10px;
  padding-bottom: 40px;
}

.about-entry p{
  	text-align:center;

}

.about-entry h2 {
	text-align:center;
	font-weight:700;
	float:left;
	width:100%;
	padding-bottom:6px;
}

.about-entry:after{
    z-index: 9;
    height: 7.25rem;
    width: 0.3125rem;
    background: #9ACA3C;
    display: block;
    margin: 0 auto;
    border-radius: 0.25rem;
    position: absolute;
    left: calc(50% - 0.15625rem);
    bottom: -6.125rem;
    content:"";
    position: absolute;
}


.about-entry  h3{
	font-family: 'Dancing Script', cursive;
	text-align:center;
	font-size:28px;
	float:left;
	width:100%;
	padding-bottom:10px;
}

/*--------------Services--------------------------------------*/

.service:before
{
    content: '';
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    right: 0;
    position: absolute;
    background: -webkit-linear-gradient(0deg, rgba(0, 124, 214, 0.25) 0%, rgba(0, 124, 214, 0.25) 33.49%, rgba(0, 124, 214, 0.6) 33.5%, rgba(0, 124, 214, 0.6) 66.49%, #00a8ee 66.5%, #00a8ee 100%);
    background: linear-gradient(90deg, rgba(0, 124, 214, 0.25) 0%, rgba(0, 124, 214, 0.25) 33.49%, rgba(0, 124, 214, 0.6) 33.5%, rgba(0, 124, 214, 0.6) 66.49%, #00a8ee 66.5%, #00a8ee 100%);
    width: 6.25rem;
    height: 100%;
}

.column-text.ser-wrap {
	padding-left:30px;
	max-width:100% !important;
}
.ser-wrap ul {
	padding-top:30px;
	float:left;
	width:100%;
}
.ser-wrap li {
	width:50%;
	padding:15px 40px 15px 0;
	float:left;
}
.ser-wrap li p {
	font-size:11px;
	font-family: 'Montserrat', sans-serif;
	opacity:0.8;
}
.serv-header {
	padding-left:60px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted rgba(255,255,255,0.21);
}
.serv-header:before {
	content:'';
	position:absolute;
	top:9px;
	left:45px;
	width:1px;
	height:14px;
	background:rgba(255,255,255,0.21);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.serv-header i {
	position:absolute;
	top:6px;
	left:10px;
	font-size:22px;
	opacity:0.8;
	color:#ccc;
}
.serv-header h4 {
	text-align:left;
	color:#fff;
	font-size:18px;
	padding-bottom:6px;
	font-weight:700;
}
.serv-header h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#ccc;
	text-align:left;
	font-size:11px;
	letter-spacing:1px;
}
.ser-wrap li span.price  , .about-entry .servicses-holder li span.price   {
	font-family: 'Dancing Script', cursive;
	text-align:left;
	font-size:16px;
	color:#eee;
	float:left;
}
.serv-title {
	position:absolute;
	top:50%;
	left:0;
	z-index:5;
	width:100%;
	font-family: 'Dancing Script', cursive;
	font-size:45px;
	color:#fff;
}
.about-entry .servicses-holder li {
	width:100%;
	margin-bottom:10px;
	padding-bottom:10px;
	float:left;
	border-bottom:1px  dotted rgba(255,255,255,0.51);
}
.about-entry .servicses-holder {
	margin-top:30px;
}
.about-entry .servicses-holder li span.price {
	color:#000;
}
.about-entry .servicses-holder li .serv-header {
	padding-left:40px;
	border-bottom:none;
}
.about-entry .servicses-holder li .serv-header i {
	left:0;
}
.about-entry .servicses-holder li .serv-header h4 {
	color:#292929;
}
.about-entry .servicses-holder li  .serv-header h5 {
	color:#ccc;
}
.bold-serv .about-entry .servicses-holder li  .serv-header h5  {
	color:#fff;
}
.order-wrap  {
	padding:40px 0;
}
.order-wrap h3 {
	font-family: 'Dancing Script', cursive;
	font-size:40px;
	text-align:left;
	float:left;
	width:100%;
	border-bottom:1px dotted #ccc;
	padding-bottom:6px;
	margin-bottom:8px;
}
.order-wrap p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	color: #ACACAC;
}
.order-wrap a.btn {
	float:right;
	top:14px;
}

/*------ GALLERY  ------------------------------------------------*/
.box-item.popup-box a{
  background-color:#9ACA3C;
}

.filter-button {
    display: none;
}

.gallery-items {
	float:left;
	width:100%;
	background:#fff;
	position:relative;
}
.gallery-items.ffw {
	padding-bottom:120px;
}
.gallery-items a {
	cursor:pointer;
}
.grid-item-holder {
	 float:left;
	 width:100%;
	 height:auto;
	 position:relative;
	 padding:2px;
}
.gallery-item , .grid-sizer {
	width: 25%;
	position:relative;
	overflow:hidden;
	float:left;
}
.gallery-item-second,
.grid-sizer-second {
	width: 50%;
}
.gallery-item-three,
.grid-sizer-three {
	width: 75%;
}
.three-columns .gallery-item {
	width:33.3%;
}
.three-columns .gallery-item-second,
.three-columns .grid-sizer-second {
	width:66.6%;
}
.five-columns .gallery-item {
	width:20%;
}
.gallery-items.blog-items .gallery-item {
	width:50%;
}
.gallery-items .gallery-item article {
	padding:6px;
}
.five-columns .gallery-item-second,
.five-columns.grid-sizer-second {
	width:40%;
}
.gallery-item img, .grid-sizer img {
	width: 100%;
	height: auto;
	position:relative;
	z-index:2;
}
.four-coulms .gallery-item , .four-coulms .grid-sizer{
	width:25%;
}
.horizontal_item .port-desc-holder:before {
	opacity:0.4;
}
.horizontal_item .port-desc{
	padding-bottom:30px;
}
.horizontal_item .port-desc h3 {
	text-transform:none;
	font-size:22px;
}
.gallery-item .port-desc-holder:before {
	right:3px;
	bottom:3px;
}
.port-desc {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:5;
}
.portfolio_item:hover .port-desc-holder , .gallery-item:hover .port-desc-holder{
	 opacity:1;
}
.port-desc-holder .grid-item h3:hover {
	opacity:0.8;
}
.grid-item {
	float:left;
	width:100%;
	padding:30px;
	overflow:hidden;
}
.grid-item h3 {
	font-size:13px;
	text-transform:uppercase;
	font-weight: 400;
	position:relative;
	float:left;
	width:100%;
	color:#fff;
	text-align:left;
	letter-spacing:1px;
	z-index:20;
}
.grid-item h3 a {
	color:#fff;
}
.grid-item span {
	width:100%;
	float:left;
	font-size:10px;
	margin-top:10px;
	color:#fff;
	position:relative;
	text-align:left;
	text-transform:uppercase;
}
.grid-item h3 , .grid-item span {
	opacity:0;
}
.p_horizontal_wrap {
	float:left;
	width:100%;
	position:relative;
 	height: 100%;
	padding:15px 0 2px;
	z-index:8;

}
.p_horizontal_wrap.two-columns-wrap {
	padding:5px 0 0;
}
.column-wrap {
	padding-left:30%;
}
.hpw {
	padding-bottom:100px;
}
.visfilb {
	opacity:0.6;
}
.pr-wrap {
	float:left;
	width:100%;
	position:relative;
}
#portfolio_horizontal_container {
  height: 100%;
 	float:left;
	width:100%;
	position:relative;
	background:#fff;
}
#portfolio_horizontal_container .portfolio_item {
	width: auto;
	height: 100%;
	float:left;
	padding:5px 3px;
	overflow:hidden;
	position:relative;
	z-index:1;
	background:#fff;
}
#portfolio_horizontal_container.no-padding .portfolio_item {
	padding:0
}
#portfolio_horizontal_container.two-ver-columns .portfolio_item {
	height:50% ;
}
#portfolio_horizontal_container.three-ver-columns .portfolio_item {
	height:33.3% ;
}
#portfolio_horizontal_container .portfolio_item img {
	float:left;
	width:auto;
	height:100%;
	position:relative;
	z-index:1;
}

.no-bg {
	background:none !important
}
.vis-port-info .grid-item:before  , .vis-port-info .grid-item:after{
	display:none;
}
.vis-port-info  .grid-item h3 , .vis-port-info  .grid-item span {
	opacity:1;
}
.grid-item-holder:hover .grid-item h3 , .grid-item-holder:hover .grid-item span , .port-desc-holder:hover  .grid-item span  , .port-desc-holder:hover .grid-item h3 , .horizontal_item:hover .grid-item span ,  .horizontal_item:hover .grid-item h3{
	opacity:1;
}
.portfolio_item:hover .grid-item span  {
	opacity:0.7;
}
.inline-filter {
	background:fff;
	padding:20px 30px;
	z-index:20;
}
.inline-filter.npf {
	padding:20px 0 !important;
	margin-top:20px;
	margin-bottom:20px;
}
.inline-filter.npf .container {
	width:100%;
}
.inline-filter .gallery-filters {
	float:left;
	position:relative;
}
.inline-filter .folio-counter{
	top:0;
}
.fixed-panel {
	position:fixed;
	bottom:20px;
	right:20px;
	left:20px;
	height:80px;
	background:#fff;
	z-index:20;
	border-top:1px solid #eee;
	padding:0 30px;
}
.fixed-filter .gallery-filters {
	float:left;
	position:relative;
	top:20px;
}
.fixed-filter .gallery-filters span  , .inline-filter .gallery-filters span{
	float:left;
	font-weight:600;
	padding-right:15px;
	top:13px;
	position:relative;
	font-size:11px;
	letter-spacing:1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#494949;
}
.fixed-filter .gallery-filters a , .inline-filter .gallery-filters a {
	float:left;
	padding:9px 20px;
	font-family: 'Asap', sans-serif;
	font-weight:700;
	font-size:13px;
	border:1px solid  transparent;
	position:relative;
	box-sizing:border-box;
}
.fixed-filter .gallery-filters a:before , .inline-filter .gallery-filter a:before {
	content:"";
	position:absolute;
	top:9px;
	right:-2px;
	width:1px;
	height:14px;
	background:#ccc;
	z-index:20;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fixed-filter .gallery-filters a:last-child:before , .inline-filter .gallery-filters a:last-child:before {
	display:none;
}
.fixed-filter .gallery-filters a.gallery-filter_active  , .inline-filter .gallery-filters a.gallery-filter_active{
	border:1px solid #eee;
	background:#f9f9f9;
}
.folio-counter {
	float:left;
	border:1px solid #eee;
	background:#f9f9f9;
	padding:9px 35px 9px 15px;
	position:relative;
	border-radius:20px;
	top:22px;
	margin-left:30px;
}
.folio-counter:before {
	content:'';
	position:absolute;
	top:3px;
	left:-25px;
	width:1px;
	height:24px;
	background:#ccc;
}
.folio-counter div {
	float:left;
	position:relative;
	width:30px;
	font-weight:bold;
}
.folio-counter i {
	position:absolute;
	top:12px;
	right:16px;
	font-size:9px;
}
.folio-counter div.all-album {
	padding-left:12px;
}
.all-album:before {
	content:'';
	position:absolute;
	top:3px;
	left:4px;
	width:1px;
	height:12px;
	background:#999;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.box-item.hd-box {
	position:absolute;
	width:100%;
	height:100%;
	left:-100%;
	top:0;
	padding:20px 20px 14px 20px;
	z-index:10;
}
.sin-gal .box-item {
	margin-bottom:10px;
}
.box-item.popup-box {
	overflow:hidden;
}
.box-item.popup-box:before {
	content:'';
	position:absolute;
	z-index:10;
	top:15px;
	left:15px;
	right:15px;
	bottom:15px;
	background:rgba(0,0,0,0.51);
	opacity:0;
	visibility:hidden;
}
.box-item.popup-box a {
	position:absolute;
	top:-10%;
	left:50%;
	width:40px;
	height:40px;
	line-height:40px;
	margin-left:-20px;
	margin-top:-20px;
	border-radius:100%;
	z-index:11;
	color:#fff;
}
.box-item.popup-box:hover:before {
	opacity:1;
	visibility:visible;
}
.box-item.popup-box a:hover {
	color:#000;
}
.box-item.hd-box .fl-wrap {
	background:rgba(0,0,0,0.61);
}
.box-item.popup-box:hover a{
	top:50%;
}
.hd-box-wrap {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
}
.hd-box-wrap h2 {
	text-align:center;
	position:relative;
	color:#fff;
	font-size:21px;
	font-weight:800;
	padding-bottom:10px;
	margin-bottom:10px;
	display:inline-table;
	border-bottom:1px dotted rgba(255,255,255,0.31);
}
.three-ver-columns .hd-box-wrap h2 {
	font-size:14px;
}
.hd-box-wrap h2 a {
	color:#fff;
}
.hd-box-wrap p {
	text-align:center;
	width:100%;
	font-size:13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#fff;
}
.three-ver-columns .hd-box-wrap p {
	font-size:11px;
}
.hd-box-wrap p a {
	color:rgba(255,255,255,0.71);
}
.hd-box-wrap p a {
	padding:0 6px;
}
.hid-desc .overal-box {
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	padding:10px 30px;
	z-index:10;
}
.hid-desc .overal-box h2 , .hid-desc .overal-box h2 a  {
	color:#fff;
}
.hid-desc .overal-box h2 {
	text-align:right;
	font-size:34px;
	font-weight:700;
	float:left;
	width:100%;
}
.hid-desc .overal-box h2:hover {
	opacity:0.6;
}
.hid-desc .overal-box p  , .vis-desc .overal-box p{
	float:left;
	width:100%;
	text-align:right;
	color:rgba(255,255,255,0.71);
	margin-top:10px;
	font-size:12px;
	padding:10px 0;
	border-top:1px solid  rgba(255,255,255,0.31);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.vis-desc .overal-box {
	position:absolute;
	bottom:-2px;
	left:0;
	width:100%;
	padding:20px 6px 20px;
	z-index:10;
	text-align:left;
	background:#f9f9f9;
}
.vis-desc .overal-box h2 {
	font-size:24px;
	font-weight:700;
	float:left;
	width:100%;
	padding-bottom:2px;
}
.vis-desc .overal-box p {
	text-align:left;
	font-size:10px;
	margin:0 !important;
	color:#666;
	font-weight:500;
	padding:0;
	letter-spacing:1px;
}
.vis-desc .overal-box p a {
	color:#666;
	padding-right: 6px;
}
.numpc {
	position:absolute;
	top:36px;
	right:30px;
	font-family: 'Dancing Script', cursive;
	text-align:left;
	font-size:16px;
	color:#ccc;
	font-weight:800;
}
.numpc:before {
	content:'';
	position:absolute;
	left:-54px;
	border-top:1px  dotted #ccc;
	width:40px;
	height:1px;
	top:50%;
}
.box-gal .col-md-6{
	padding-bottom:25px;
	cursor:pointer;
}
.full-screen-gallery-holder {
	position:relative;
	width:100%;
	float:left;
}
.full-screen-item {
	position:relative;
}
.slider-zoom {
	position:absolute;
	top:50px;
	right:50px;
	z-index:10;
	width:35px;
	height:35px;
	background:#292929;
	border-radius:100%;
	color:#fff;
	cursor:pointer;
	line-height:35px;
	font-size:10px;
	text-align:center;
}
.slider-zoom:hover i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.nicescr oll-rails {
	height:10px !important;
	overflow:hidden;
}
.nicescroll-cursors {
	top:22px !important;
}
.caption.alc {
	position:relative;
	margin:0 auto;
	max-width:650px;
	text-align:center;
}
.caption.alc p {
	text-align:center;
}
.caption.fl-cap {
	float:left;
	padding-left:20px;
	text-align:left;
}
.caption.alc:before {
	content:'';
	position:absolute;
	bottom:-4px;
	left:50%;
	margin-left:-35px;
	width:70px;
	height:1px;
	border-bottom:1px dotted #ccc;
}
.caption h4 {
	float:left;
	padding-bottom:6px;
	font-size:16px;
	width:100%;
	color:#000;
	font-weight:700;
	margin-top:25px;
}
.caption p {
	color:#999;
	font-size:12px;
	-webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    transition: all 600ms linear;
}
.caption h4.remcap , .caption p.remcap {
	opacity:0.5;
}
.vis-pan.trans-panel .caption h4 {
	color:#fff;
}
.vis-pan.trans-panel .caption p {
	color:rgba(255,255,255,0.71);
}
.fs-pan-te .caption p {
	text-align:center;
}
.close-panel {
	position:absolute;
	top:-10px;
	right:50px;
	width:24px;
	height:24px;
	cursor:pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hidpan{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.close-panel:before , .close-panel:after  {
	content:'';
	position:absolute;
	background:#fff;

}
.close-panel:before {
	width:2px;
	height:100%;
	top:1px;
	left:50%;
}
.close-panel:after {
	width:100%;
	height:2px;
	top:50%;
	left:1px;
}
.vis-pan {
	position:fixed;
	bottom:20px;
	left:0;
	right:0;
	padding-bottom:20px;
	background:#fff;
	height:100px;
	z-index:19;
	border-top:1px solid #eee;
}
.vis-pan.column-panel {
	left:350px;
	border-left:1px solid #eee;
}
.vis-pan.trans-panel {
	background:none;
	border:none;
}
.vis-con-panel {
	position:absolute;
	right:120px;
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666;
	font-size:11px;
	letter-spacing:1px;
	top:36px;
	padding:10px 19px;
	border-radius:6px;
	background:#f9f9f9;
	border:1px solid #eee;
	cursor:pointer;
}
.vis-pan.trans-panel  .vis-con-panel {
	color:#fff;
	border-color:transparent;
	background:#292929;
}
.num-holder2 {
	position:absolute;
	right:20px;
	width:90px;
	font-weight:700;
	top:44px;
	font-size:13px;
}
.vis-pan.trans-panel .num-holder2 {
	color:#fff;
}
.num-holder2:before {
	content:'';
	position:absolute;
	top:50%;
	left:-3px;
	width:20px;
	background:#ccc;
	height:1px;
}
.cpdet {
	position:absolute;
	left:30px;
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	letter-spacing:1px;
	font-size:11px;
	color:#666;
	padding:10px 19px;
	border-radius:6px;
	background:#f9f9f9;
	border:1px solid #eee;
	top:36px;
	cursor:pointer;
	text-decoration:line-through;
}
.vis-pan.trans-panel .cpdet {
	color:#fff;
	border-color:transparent;
	background:#292929;
	left:50px;
}
.cpdet.novisdet {
	text-decoration:none;
}
.det-container {
	position:fixed;
	top:90px;
	bottom:120px;
	left:0;
	width:350px;
	background:#f9f9f9;
	z-index:20;
	padding:80px 30px 20px 50px;
	overflow:auto;
	border-right:1px solid #eee;
	box-sizing:border-box;
}
.det-container.fl-det-con {
	bottom:20px;
}
.det-container.anim-sb {
	left:-350px;
}
.det-container:before {
	content:'';
	position:absolute;
	top:0;
	left:20px;
	width:1px;
	height:100%;
	background:#eee;
	z-index:10;
}
.sin-con-nav {
	margin-top:30px;
}
.content-nav {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	border-bottom:1px solid #eee;
}
.sin-con-nav .content-nav {
	border:1px solid #eee;
}
.content-nav li {
	float:left;
	width:33.3%;
	border-left:1px solid #eee;
	padding:0 10px;
	height:40px;
	box-sizing:border-box;
	position:relative;
	background:#fff;
}
.sin-con-nav .content-nav li {
	background:#f9f9f9;
}
.content-nav li:first-child {
	border:none;
}
.content-nav li a {
	display: inline-table;
	height:40px;
	line-height:40px;
	font-size:15px;
}
.list {
	width:40px;
	height:40px;
	overflow:hidden;
	display:inline-table;
}
.list a,
.list span{
	display:block;
	width:40px;
	height:40px;
}
.list a{
	position:relative;
	padding: 10px;
}
.list a span{
	width: 20px;
	height: 20px;
	overflow:hidden;
	position: relative;
}
.list a i{
	display:block;
	position:absolute;
	background-color:#000;
	width:6px;
	height:0;
	-webkit-transition-property: height, -webkit-transform;
	   -moz-transition-property: height, -moz-transform;
	     -o-transition-property: height, -o-transform;
	        transition-property: height, transform;
	-webkit-transition-duration: 0.5s;
	   -moz-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(.75,0,.3,1);
	   -moz-transition-timing-function: cubic-bezier(.75,0,.3,1);
	     -o-transition-timing-function: cubic-bezier(.75,0,.3,1);
	        transition-timing-function: cubic-bezier(.75,0,.3,1);
}
.list a i.c1{ left:0px; }
.list a i.c2{ left:7px; }
.list a i.c3{ left:14px; }
.list a i.c1.b1{ height:7px; 	-webkit-transform: translate(0, 0); 	-moz-transform: translate(0, 0); 	-o-transform: translate(0, 0); 		transform: translate(0, 0); }
.list a i.c1.b2{ height:7px; 	-webkit-transform: translate(0, 8px); 	-moz-transform: translate(0, 8px); 	-o-transform: translate(0, 8px); 	transform: translate(0, 8px); }
.list a i.c1.b3{ height:7px; 	-webkit-transform: translate(0, 40px); 	-moz-transform: translate(0, 40px); -o-transform: translate(0, 40px); 	transform: translate(0, 40px); }
.list a i.c2.b1{ height:10px; -webkit-transform: translate(0, 0); 	-moz-transform: translate(0, 0); 	-o-transform: translate(0, 0); 		transform: translate(0, 0); }
.list a i.c2.b2{ height:7px; 	-webkit-transform: translate(0, 11px); 	-moz-transform: translate(0, 11px); -o-transform: translate(0, 11px); 	transform: translate(0, 11px); }
.list a i.c2.b3{ height:7px; 	-webkit-transform: translate(0, 35px); 	-moz-transform: translate(0, 35px); -o-transform: translate(0, 35px); 	transform: translate(0, 35px); }
.list a i.c3.b1{ height:5px; 	-webkit-transform: translate(0, 0); 	-moz-transform: translate(0, 0); 	-o-transform: translate(0, 0); 		transform: translate(0, 0); }
.list a i.c3.b2{ height:7px; 	-webkit-transform: translate(0, 6px); 	-moz-transform: translate(0, 6px); 	-o-transform: translate(0, 6px); 	transform: translate(0, 6px); }
.list a i.c3.b3{ height:7px; 	-webkit-transform: translate(0, 33px); 	-moz-transform: translate(0, 33px); -o-transform: translate(0, 33px); 	transform: translate(0, 33px); }

.list a:hover i.c1.b1{ height:7px; 	-webkit-transform: translate(0, -8px); 	-moz-transform: translate(0, -8px);	 -o-transform: translate(0, -8px); 	transform: translate(0, -8px); }
.list a:hover i.c1.b2{ height:7px; 	-webkit-transform: translate(0, 0); 	-moz-transform: translate(0, 0); 	 -o-transform: translate(0, 0); 	transform: translate(0, 0); }
.list a:hover i.c1.b3{ height:7px; 	-webkit-transform: translate(0, 8px); 	-moz-transform: translate(0, 8px); 	 -o-transform: translate(0, 8px); 	transform: translate(0, 8px); }
.list a:hover i.c2.b1{ height:10px; 	-webkit-transform: translate(0, -11px); -moz-transform: translate(0, -11px); -o-transform: translate(0, -11px); transform: translate(0, -11px); }
.list a:hover i.c2.b2{ height:10px; 	-webkit-transform: translate(0, 0); 	-moz-transform: translate(0, 0); 	 -o-transform: translate(0, 0); 	transform: translate(0, 0); }
.list a:hover i.c2.b3{ height:7px; 	-webkit-transform: translate(0, 11px); 	-moz-transform: translate(0, 11px);  -o-transform: translate(0, 11px); 	transform: translate(0, 11px); }
.list a:hover i.c3.b1{ height:5px; 	-webkit-transform: translate(0, -6px); 	-moz-transform: translate(0, -6px);  -o-transform: translate(0, -6px); 	transform: translate(0, -6px); }
.list a:hover i.c3.b2{ height:5px; 	-webkit-transform: translate(0, 0); 	-moz-transform: translate(0, 0); 	 -o-transform: translate(0, 0); 	transform: translate(0, 0); }
.paginate .list a:hover i.c3.b3{ height:7px; 	-webkit-transform: translate(0, 6px); 	-moz-transform: translate(0, 6px); 	 -o-transform: translate(0, 6px); 	transform: translate(0, 6px); }
.det-info {
	float:left;
	width:100% ;
	position:relative;
	text-align:left;
}
.det-info.sin-det-info {
	padding:15px 20px;
}
.det-info h2 {
	float:left;
	width:100%;
	padding:10px 0;
	font-weight:700;
	font-size:23px;
}
.det-info h3 {
	 font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#999;
	float:left;
	width:100%;
	font-size:13px;
	padding-bottom:10px;
	line-height:20px;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
}
.det-info h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	float:left;
	width:100%;
	font-size:14px;
	letter-spacing:2px;
	padding:10px 0;
	text-transform:uppercase;
}
.det-info p {
	font-size:13px;
	color:#999;
}
.det-meta {
	float:left;
	width:100%;
}
.det-meta li {
	float:left;
	width:100%;
	padding:10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666;
	text-align:left;
	font-size:12px;
	border-bottom:1px solid #eee;
}
.det-meta li span {
	color:#000;
	letter-spacing:0px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-style:normal;
}
.det-meta li i {
	margin-right:10px;
	color:#000;
	width:30px;
	height:30px;
	line-height:30px;
	text-align: center;
	border:1px solid #eee;
	background:#fff;
	border-radius:100%;
}
.owl-thumbs {
    position: fixed;
    top:90px;
    left: 20px;
	right:20px;
	bottom:20px;
	z-index:30;
	background:#fff;
	visibility:hidden;
	padding:90px 200px 200px 200px;
	opacity:0;
	overflow:auto;
}
.vis-thumbs {
	opacity:1;
	visibility:visible;
}
.owl-thumb-item {
	float:left;
 	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	border:none;
	background:none;
	cursor:pointer;
	padding:10px;
	position:relative;
	opacity:0;
}
.owl-thumb-item:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
 	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
	z-index:2;
}
.himask:before  {
	width:0;
}
.owl-thumb-item.himask {
	opacity:1;
}
.owl-thumb-item.active {
    opacity: 0.3;
}
.owl-thumb-item img {
	width:auto  ;
	height:150px  ;
}
.resize-carousel-holder.smp .owl-thumbs {
	left:350px;
}
.gallery_horizontal {
	float:left;
	width:100%;
	position:relative;
	height:100%;
}
.gallery_horizontal .owl-item img{
	width: auto;
	position:relative;
	z-index:1;
}
.horizontal_item {
	overflow:hidden;
	position:relative;
	height:100%;
	padding :1px 0;
}
.gallery_horizontal {
	background:#fff;
}
.portfolio_item , .horizontal_item   {
	cursor:e-resize;
}
.resize-carousel-holder {
	float:left;
	width:100%;
	position:relative;
	height:100%;
	z-index:3;
	overflow:hidden;
}
.resize-carousel-holder.ov-auto {
	overflow:auto;
}
.resize-carousel-holder.smp , .fl-smp{
	padding-left:330px;
}
.fl-smp {
	padding-bottom:20px;
}
.vis-overlay {
	visibility:visible;
	opacity:0.5
}
.small-container  {
	max-width:800px;
}
.hid-sb-vis {
	-webkit-transform: scale(0.85);
	-moz-transform:scale(0.85);
	transform: scale(0.85);
	opacity:0.6;
}
.det-box {
	padding:15px 0;
}
.det-box  h3{
	font-size:16px;
	font-weight:800;
	margin-bottom:8px;
}
.det-box  h4  , .det-box  h3{
	float:left;
	width:100%;
	text-align:center;
	position:relative;
}
.det-box  h4 {
	padding-top:8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#000;
}
.det-box  h4 a {
	color:#999;
	padding:0 4px;
}
.det-box  h4:before {
	content:'';
	position:absolute;
	top:0;
	left:50%;
	width:50px;
	margin-left:-25px;
	height:1px;
	border-top:1px  dashed #ccc;
}
.pd-holder {
	float:left;
	width:100%;
	margin-top:5px;
}
.pd-holder h5 {
	float:left;
	font-size: 10px;
    font-family: 'Muli', sans-serif;
    line-height: 12px;
    text-transform: uppercase;
    position: relative;
	font-weight:800;
    letter-spacing: 2px;
    color: #999;
}
.pd-holder h5  a{
	font-style:italic;
	opacity:0.8;
	padding-left:3px;
}
.project-details {
	float:left;
	width:100%;
	text-align:left;
	padding-top:10px;
	margin-bottom:20px;
}
.project-details li {
	float:left;
	width:100%;
	margin-bottom:10px;
	position:relative;
}
.full-screen-gallery-holder {
	position:relative;
	width:100%;
	float:left;
}
.full-screen-item {
	position:relative;
}
.ad-thumbs .bg  img{
	display:none;
}
.gals a {
	position:absolute;
	top:50%;
	width:40px;
	height:40px;
	background:#292929;
	color:#fff;
	line-height:40px;
	z-index:15;
	margin-top:-20px;
	border-radius:4px;
	cursor:pointer;
}
.gals a.next-slide {
	right:20px;
}
.gals a.prev-slide{
	left:20px;
}
.resize-carousel-holder.smp  .gals a.prev-slide {
	left:370px;
}

	
/***********************************************************************************
 *	- FOOTER
 ***********************************************************************************/
 	
	#footer {
		padding: 30px 0 0px 0;
		background-color: #fff;
		color: #d7d7d7;
  	font-family: 'Open Sans', sans-serif;
	}
	
	#footer a {
    color: #007CD6;
 }
	
	#footer a:hover {
		color: #007CD6;
	}
	
	#footer .widget-title {
		text-transform: none;
	}


 .logo-footer {
    position: relative;
    z-index: 1;
    top: 0px;
    text-align: left;
    margin-bottom: 20px;
}


	.widget-title {
		font-size: 20px;
		line-height: 18px;
		font-weight: 900;
		text-transform: uppercase;
		margin-bottom: 20px;
    color:#202932;
    text-align:left;
	}

	
	.widget-title:after {
		content: "";
		border-bottom: 2px solid #007CD6;
		display: block;
		width: 45px;
		margin-top: 15px;
	}

.widget {
    margin-bottom: 30px;
    padding: 30px;
}

.widget-bottom{
  padding: 30px;
  display: -webkit-box;
}


.widget-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}

.widget-social ul li {
    float: left;
}

.widget-social ul li a {
    float: left;
    margin-right: 20px;
}

.widget-contact ul li span {
    color: #202932;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: block;
    font-family: inherit;
}

.widget-contact ul {
    list-style: none;
    margin-bottom: 0;
    text-align:left;
}

.widget-contact ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    color: #007CD6;
    font-size: 16px;
    font-weight: bold;
}

.widget-contact a {
    text-decoration: underline;
    font-size:14px;
}


/***********************************************************************************
 *	- FOOTER BOTTOM
 ***********************************************************************************/
 	
	#footer-bottom {
		background-color: #007CD6;
		color: #fff;
}

	
	#footer-bottom a {
		color: #fff;
	}
	
	#footer-bottom a:hover {
		color: #fff;
	}
	
/*------ 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-bg2{
	opacity:0;
}
.fl-l {
	float:left;
}
/*------ contact ------------------------------------------------*/
.contact-list.gray-bg {
	padding:30px 20px;
}
.contact-list li {
	width:33.3%;
	float:left;
	padding:10px 10px 10px 60px;
	position:relative;
}
.contact-list.trans-con li {
	width:100%;
	padding:5px 0 5px 0;
}
.contact-list li i {
	position:absolute;
	width:50px;
	height:50px;
	border-radius:100%;
	background:#fff;
	border:1px  dotted #ccc;
	left:5px;
	top:20px;
	text-align:center;
	line-height:50px;
	font-size:20px;
}
.contact-list li a , .contact-list li h4 {
	float:left;
	width:100%;
	text-align:left;
}
.contact-list li h4 {
	font-size:20px;
	font-weight:700;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #ccc;
}
.contact-list li a {
	font-weight:600;
	color:#333
}
#contact-form {
	max-width:650px;
	margin:35px auto;
}
#contact-form form input {
	background:#f9f9f9;
	border:1px solid #eee;
	border-radius:2px;
	float:left;
	width:100%;
	padding:14px 0 10px 10px;
	text-align:left;
	margin-bottom:10px;
	-webkit-appearance: none;
}
#contact-form form textarea{
	background:#f9f9f9;
	border:1px solid #eee;
	border-radius:2px;
	width:100%;
	padding:14px 0 10px 10px;
	min-height:230px;
	-webkit-appearance: none;
}

#contact-form form select {
  min-height:20px;
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom:15px;
}

.bt-send{
  padding:20px;
}

.form-group{
 text-align:left!important;
}

#submit	{
	margin:25px auto;
	border:none;
	background:none;
	padding:12px 26px ;
	border-radius:6px;
	font-family: 'Dancing Script', cursive;
	cursor:pointer;
	font-weight:700;
	font-size:15px;
	color:#fff;
	letter-spacing:2px;
	-webkit-appearance: none;
}
#submit:hover {
	background:#292929;
}
.error_message {
	text-align:center;
	margin-bottom:30px;
	font-size:15px;
	color:#000;
	font-weight:700;
}
#success_page h3{
	text-align:center;
	font-size:18px;
}
#success_page p {
	color:#000;
	margin-top:20px;
	text-align:center;
	font-weight:700;
}
#message fieldset {
	border:none;
	color:#000;
}
.con-entry {
	margin :40px 0;
}
.contact-social{
	padding-top:10px;
	margin-top:10px;
}
.contact-social li {
	float:left;
	margin-right:10px;
}
.contact-social li a {
	width:40px;
	height:40px;
	border-radius:100%;
	line-height:40px;
	color:#fff;
	font-size:12px;
	float:left;
}

.det-info.sin-det-info {
  
}

.mensagem_erro {
    background-color: #73ae20;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    text-align: left;
    width: 95%;    
    margin: auto;
}

.resp{
  padding: 10px;
  background-color: #65bd77;;  
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;  
}

.text-red {
    color: #D90000;
    margin-left: 5px;
}

.recent-post-widget ul li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    padding: 15px 0 5px 70px;
    border-bottom: 1px dashed #ccc;
    color: #fff;
}

.widget-list ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px dashed #ccc;
    color: #fff;
    text-align:left;
}

.det-info {
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    z-index: 1;
}

.det-info h2 {
	float:left;
	width:100%;
	padding:10px 0;
	font-weight:700;
	font-size:26px;
  color:#fff;
  text-align:center;
  text-transform: uppercase;
}
.det-info h3 {
	 font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#999;
	float:left;
	width:100%;
	font-size:13px;
	padding-bottom:10px;
	line-height:20px;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
}
.det-info h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	float:left;
	width:100%;
	font-size:14px;
	letter-spacing:2px;
	padding:10px 0;
	text-transform:uppercase;
}
.det-info p {
	font-size:13px;
	color: #fff;
  text-align:center;
}





/*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 1290px) {
.header-social , .header-title{
	display:none;
}
}
@media only screen and  (max-width: 1036px) {
#main{
	position:relative;
	-webkit-overflow-scrolling: touch;
}
.nav-button-holder  , nav li:hover > ul  , nav li ul li:hover ul , .header-title , .mob-bg{
	display:block;
}
.nav-holder {
	position:absolute;
	top:70px;
	left:0;
	width:100%;
	background:#292929;
	padding:30px 15px 10px;
	display:none;
	height: 290px;
	overflow:auto;
	-webkit-transform: translate3d(0,0,0);
}
nav ul li  , nav ul li ul li , nav li ul li > ul    {
	float:left;
	width:100%;
	margin-bottom:10px;
	text-align:left;
	left:0;
	opacity:1;
	right: 0;
}
nav li {
	margin:0 !important;
	padding:3px 0;
}
nav ul li a {
	color:#fff;
	width: 100%;
	margin-bottom: 15px;
}
nav ul li a.act-link {
	background:none;
	border:none;
}
nav li ul li , nav li ul li ul li {
	border:none;
	padding:0;
}
nav  ul {
	position:relative;
	float:left;
	width:100%;
}
nav li ul {
	padding:0;
	padding-left:20px;
	opacity: 1;
	visibility: visible;
	position: relative;
	width:100%;
	top:0;
	margin:0 !important;
	left: 0;
	z-index: 1;
	border-bottom:none;
	background:none;
}
nav li ul li ul {
	padding-left:30px;
}

nav li ul:before {
	content:'';
	position:absolute;
	top:0;
	left:15px;
	width:1px;
	height:100%;
	background:rgba(255,255,255,0.21);
}
nav li ul li:hover  > ul {
	 margin-left:0;
}
.column-section-wrap  , .contact-list li{
	width:100%;
}
.column-wrap-bg  , .inline-carousel-title{
	position: relative;
	top:0;
	width:100%;
	height: auto;
	padding:250px 0;
	float:left;
}
.inline-carousel-title {
	padding:120px 0 70px 60px;
}
.inline-carousel-wrap {
	padding-left:0;
}
footer.fixed-footer {
	position:relative;
	height:auto !important;
	float:left;
}
.fhsec {
	padding:350px 0 !important;
}
body:before , body:after  , #main:before , #main:after  , .height-emulator  , .onepage-contr , .no-mpan  , .det-container:before , .info-button , nav li:before{
	display:none;
}
.content-holder {
	padding:0;
}
.cd-transition-layer {
	left: 0px;
	right:0px;
	top:70px;
}
header {
	left:0;
	right:0;
	margin-top:-20px;
}
.content {
	padding-top:70px;
}
.horizontal_item img{
	width:100%;
	height:auto !important;
}
.gallery_horizontal .horizontal_item  , .gallery_horizontal   , .resize-carousel-holder.nofssc{
	height: auto !important;
}
.resize-carousel-holder.no-authei  {
	height:100% !important;
}
.det-container.ver-scroll {
	float:left;
	width:100% !important;
	position:relative!important;
	left:0 !important;
	height:auto;
	top:0;
	border:none;
  -webkit-overflow-scrolling: touch;
}
.resize-carousel-holder.smp , .fl-smp{
	padding-left:0;
}
.fl-smp {
	padding-bottom:0;
}
.resize-carousel-holder.smp  .gals a.prev-slide {
	left:20px;
}
.p_horizontal_wrap {
	padding:0 0 2px 0;
}
.fixed-panel {
    bottom: 0;
    right: 0;
    left: 0;
}
.hd-box-wrap h2 {
	font-size:15px;
}
.section-entry h2 {
	font-size:50px;
}
.smartscroll-controls {
	left:10px;
}
.content.home-content {
	padding-top:20px;
}
.fp-desc h2{
	font-size:17px;
}

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

.section-entry h2 {
	font-size: 20px;
	text-align: center;
}

.development, .widget-bottom p {
  text-align:center;
}

.text-right{
  text-align:center;
}

.centered{
  display: table-row;
}
  
.inline-facts  , .team-holder li{
	width:50%;
}
.team-holder li {
	padding:10px;
}
.order-wrap a.btn {
	float:left;
	top:0;
	margin-top:12px;
}
#portfolio_horizontal_container {
	height: auto !important;
}
#portfolio_horizontal_container .portfolio_item {
	width:  100% !important;
	height: auto !important;
	overflow:hidden;
	position:relative;
	padding:2px 0;
}
#portfolio_horizontal_container .portfolio_item img {
	width:100% !important;
	height: auto !important;
}
.fixed-filter .gallery-filters , .inline-filter .gallery-filters   {
	display:none;
	position:absolute;
	top:-100%;
	margin-top:-108px;
	left:30px;
	background:#292929;
	z-index:20;
	width:150px;
	padding:15px 20px;
}
.inline-filter {
	z-index:50;
}
.inline-filter .gallery-filters  {
	top:100%;
	margin-top:20px;
	left:0;
}
.fixed-filter .gallery-filters span , .inline-filter .gallery-filters span {
	display:none;
}
.fixed-filter .gallery-filters a , .inline-filter .gallery-filters a {
	float:left;
	color:#fff;
	width:100%;
	text-align:left;
	padding:8px 0;
	border:none !important
}
.fixed-filter .gallery-filters a.gallery-filter_active  , .inline-filter .gallery-filters a.gallery-filter_active {
	background:none;
}
.fixed-filter .gallery-filters a:before {
	display:none;
}

.filter-button {
	position:relative;
	float:left;
	padding:10px 22px;
	border:1px solid #eee;
	background:#f9f9f9;
	top:22px;
	font-weight:700;
	margin-right:12px;
	cursor:pointer;
	display:block;
}
.inline-filter .filter-button {
	top:0;
}
.gallery-item {
	width:50% !important;
}
.footer-social li a {
	font-size:10px;
}
.no-mpan2  {
	display:none;
}
.section-entry h2 {
	font-size:40px;
}
.dec-separator:before ,  .dec-separator:after{
	width:120px;
}
.dec-separator:before{
	left:-150px;
}
.dec-separator:after {
	right:-150px;
}
.section-qoute p {
	font-size:24px;
}
.order-wrap h3  {
	font-size:32px;
}
.single-post-tags {
	width:100%;
	float:left;
}
.single-post-tags a{
	margin-bottom:10px;

}
}
@media only screen and  (max-width: 540px) {
.inline-facts , .team-holder li , .servicses-holder li , .gallery-item{
	width:100% !important;
}

.gals a{
  display:none;
}

.inline-facts:before , .header-title {
	display:none;
}
.footer-social li a {
	font-size:6px;
}
.section-entry h2 {
	font-size: 20px;
	text-align: center;
  padding: 0px;
}

.about-entry:after{
  display:none;
}
.service:before{
 display:none;
}

 .logo-footer {
	top:0px;
}

#footer-bottom p{
  text-align:center;
}

.widget {
  margin-bottom: 10px; 
  padding: 10px; 
}

.widget-title{
  font-size:18px;
}

section{
  padding-bottom:0px;
    padding-top:0px;
}

.dec-separator:before ,  .dec-separator:after{
	width:80px;
}
.dec-separator:before{
	left:-90px;
}
.dec-separator:after {
	right:-90px;
}

}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg {
	background-attachment: scroll !important;
	-webkit-background-size:cover;
	background-position:center;
}
}












