body{/*see the header*/}
body, html {
	height:100%!important;
	width:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

.noscroll {overflow:hidden!important;}

a {color:#3b76b6;}
a:hover, a:visited, a:focus {text-decoration:none!important;}


.container-fluid.nav-container {padding-left:30px!important; padding-right:30px!important; width:100%;}
.container-fluid-full-w {width:100%;}


.navbar-inverse {height:80px;}

@media screen and (min-width: 767px) {
.navbar-right {
  float: right !important;
}
.navbar-nav.navbar-right:last-child {
    margin-right: 50px;
}
}

@media (min-width: 768px) {
.navbar-collapse.collapse {
display:none!important;
}
}
@media (min-width: 1024px) {
.navbar-collapse.collapse {
display:block!important;
}
}


.navbar-right-group {margin-right:60px!important;}

.navbar-inverse {
  background: rgba(255, 255, 255, 1);
  border-color: transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -transition: all 0.4s linear;
  z-index:999;
  
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 0px 12px;
  font-weight: 700;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-size: 14px;
  line-height:23px;
  text-transform:uppercase;
  letter-spacing: 0;
  font-weight: 700;
}

.navbar-inverse .navbar-nav{
  margin:30px 50px 0 0;
  padding: 0;
}

.navbar-inverse .sf-menu.navbar-nav {

}




.navbar-inverse .navbar-nav > li > a > strong{
  font-weight: 800;
  font-size: 19px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {

}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {

}
.navbar-inverse .navbar-toggle .icon-bar {

}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {

}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {

}


<!-- Navbar with dark background -->
.nav-w > .navbar-inverse .navbar-nav > li > a, .nav-w > #wrap .navbar-inverse .navbar-nav > li > a {
  color: #6f7072;
  font-weight: 700;
  letter-spacing: 0;
}

.nav-w > .navbar-inverse .navbar-nav > li > a:hover,
.nav-w > .navbar-inverse .navbar-nav > li > a:focus {
  color: #6f7072;
  background-color: transparent;
}

<!-- Navbar on scrolling -->

.shrink {
  background: rgba(255, 255, 255, 0.8);
  padding-bottom:  0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -transition: all 0.2s linear;
}
.shrink .navbar-nav{
  margin-top:25px!important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -transition: all 0.2s linear;
}

.navbar-inverse.shrink  {

height:65px; top:0;
    -webkit-box-shadow: 0px 3px 4px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 4px -2px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 4px -2px rgba(0,0,0,0.3);
}

.shrink .navbar-nav > li > a, .shrink .navbar-nav > li > a:hover {


}


<!-- Hamburger on scrolling -->

a.shrink-the-ham .menui {}
a.icon.shrink-the-ham {top:14px;

	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -transition: all 0.2s linear;

}




/* HEADER LOGO */

@media (min-width: 768px) {
.navbar-header {}
.navbar > .container-fluid .navbar-brand {margin-left: 0px;}
}

.navbar-inverse .navbar-brand {

    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 21px 0px;
  
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
 
}


.navbar-brand img.top-logo {

	max-width:200px; height:auto; margin:0; padding:0;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -transition: all 0.2s linear;
	
	position: fixed;
    top: 20px;
    left: 10px;
    z-index: 99995;

}

@media (max-width: 1024px) {
.navbar-brand img.top-logo {
	
	max-width:160px;
	top:25px;
}

}

.shrink .navbar-brand img.top-logo {max-height:31px; height:auto;}


/* FOOTER */

.footer {}
.footer-content, .widget-footer-content {

    padding-left: 50px!important;
    padding-right: 50px!important;
    width: 100%;

}

.footer-content p {

    font-size: 14px;
}


.left-footer-col {text-align:left;}
.middle-footer-col {text-align:center;}
.right-footer-col {text-align:right;}

.widget-footer-content {}

@media (max-width: 768px) {

.left-footer-col, .middle-footer-col,
.right-footer-col {text-align:center;}

}

/* FOOTER WIDGET */

.footer-widget ul {

padding-left:0px;

}

.footer-widget ul li {

list-style:none;

}


/* custom xxs col for bs */

@media (max-width: 670px) {
  .hidden-xxs {
    display: none !important;
  }
  .visible-xxs {
    display: inline-block !important;
  }
}
@media (max-width: 670px) {
/* --- */
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left;
}
.col-xxs-12 {
  width: 100%;
}
.col-xxs-11 {
  width: 91.66666667%;
}
.col-xxs-10 {
  width: 83.33333333%;
}
.col-xxs-9 {
  width: 75%;
}
.col-xxs-8 {
  width: 66.66666667%;
}
.col-xxs-7 {
  width: 58.33333333%;
}
.col-xxs-6 {
  width: 50%;
}
.col-xxs-5 {
  width: 41.66666667%;
}
.col-xxs-4 {
  width: 33.33333333%;
}
.col-xxs-3 {
  width: 25%;
}
.col-xxs-2 {
  width: 16.66666667%;
}
.col-xxs-1 {
  width: 8.33333333%;
}
.col-xxs-pull-12 {
  right: 100%;
}
.col-xxs-pull-11 {
  right: 91.66666667%;
}
.col-xxs-pull-10 {
  right: 83.33333333%;
}
.col-xxs-pull-9 {
  right: 75%;
}
.col-xxs-pull-8 {
  right: 66.66666667%;
}
.col-xxs-pull-7 {
  right: 58.33333333%;
}
.col-xxs-pull-6 {
  right: 50%;
}
.col-xxs-pull-5 {
  right: 41.66666667%;
}
.col-xxs-pull-4 {
  right: 33.33333333%;
}
.col-xxs-pull-3 {
  right: 25%;
}
.col-xxs-pull-2 {
  right: 16.66666667%;
}
.col-xxs-pull-1 {
  right: 8.33333333%;
}
.col-xxs-pull-0 {
  right: 0;
}
.col-xxs-push-12 {
  left: 100%;
}
.col-xxs-push-11 {
  left: 91.66666667%;
}
.col-xxs-push-10 {
  left: 83.33333333%;
}
.col-xxs-push-9 {
  left: 75%;
}
.col-xxs-push-8 {
  left: 66.66666667%;
}
.col-xxs-push-7 {
  left: 58.33333333%;
}
.col-xxs-push-6 {
  left: 50%;
}
.col-xxs-push-5 {
  left: 41.66666667%;
}
.col-xxs-push-4 {
  left: 33.33333333%;
}
.col-xxs-push-3 {
  left: 25%;
}
.col-xxs-push-2 {
  left: 16.66666667%;
}
.col-xxs-push-1 {
  left: 8.33333333%;
}
.col-xxs-push-0 {
  left: 0;
}
.col-xxs-offset-12 {
  margin-left: 100%;
}
.col-xxs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xxs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xxs-offset-9 {
  margin-left: 75%;
}
.col-xxs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xxs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xxs-offset-6 {
  margin-left: 50%;
}
.col-xxs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xxs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xxs-offset-3 {
  margin-left: 25%;
}
.col-xxs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xxs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xxs-offset-0 {
  margin-left: 0;
}
}
/* --- */


/* map */

#map-canvas, #map_canvas {height: 630px!important; z-index:90; border:0px; padding:0px; top:0px; width:100%;}
.gm-style .gm-style-iw {font-size:18px; padding-right:19px; text-align:center;}

@media (min-width: 768px) {
.gm-style .gm-style-iw {font-size:18px;}
}



/* single entry */

.single-entry-content {}

.single-entry-content p {

}

.project-row li {font-size:16px!important}

.single-entry-content h1 {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
.single-entry-content h1 {



}
}

@media (min-width: 1000px) {
.single-entry-content h1 {



}
}

/* sticky socials */

/*CHECK the script of mojo in script.js to balance the top offset! */

.sticky_column {margin-top:80px; margin-bottom:80px;

-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-transition: all 0.2s ease;

z-index:9;

}

#main-container-to-stick {margin-top:70px;

-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-transition: all 0.2s ease;

}

/* single post */

h1.single-post-title {font-size:30px;}

@media (min-width: 570px) {
h1.single-post-title {font-size:40px;}
}

@media (min-width: 768px) {
h1.single-post-title {font-size:55px;}
}

/*-------------------------------------------*/

/*custom social share icons*/

ul.social-icons  {
	
	
	/*width:100px;*/
	margin:20px 0 0 0; padding:0px;
	
}


.social-icons li {
	
	width:50px;
	height:50px;
    list-style-type: none !important;
    margin-top: 0px;
    margin-right: 14px;
    margin-bottom: 10px;
    margin-left: 0 !important;
	position:relative;
	float:left;
	
}

.social-icons li.last-social-icon {margin-right:0px!important;}



li.social-icon a {
    font-size:27px;
	text-decoration: none;
}

li.social-icon i {
	padding: 10px 10px 10px 11px;
}

li.social-icon.mail i, li.social-icon.whatsapp i {width:80px; height:80px; overflow:hidden; line-height:70px!IMPORTANT; margin-left:-5px!IMPORTANT;}

li.social-icon .share-count {
 
    position:absolute;
	bottom:3px;
	right:9px;
	font-size:13px;
	border:none;
   
   
}

li.social-icon {

border:2px solid;
border-radius:0%;


}


li.social-icon.facebook  {padding-left:3px;}
li.social-icon.linkedin  {padding-top:-10px;}
/*li.social-icon.twitter{border-color: #55acee!important;}
li.social-icon.google-plus {border-color: #dd4b39!important;}
li.social-icon.mail {border-color: #2a2a2a!important;}
li.social-icon.whatsapp {border-color: #6DCB51!important;}

li.social-icon.facebook a  {color:#3b5998;}
li.social-icon.twitter a {color:#55acee;}
li.social-icon.google-plus a  {color:#dd4b39;}
li.social-icon.mail a  {color:#2a2a2a;}
li.social-icon.whatsapp a  {color:#6DCB51;}
 
li.social-icon.facebook:hover {background-color: #3b5998;}
li.social-icon.twitter:hover {background-color: #55acee;}
li.social-icon.google-plus:hover {background-color: #dd4b39;}
li.social-icon.mail:hover {background-color: #2a2a2a;}
li.social-icon.whatsapp:hover {background-color: #6DCB51;}

*/
li.social-icon {border-color: #888; background:#fff!important;

-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-transition: all 0.4s ease;



}

li.social-icon a  {color: #888;}
 
li.social-icon:hover {background:#888!important;}



li.social-icon:hover a, li.social-icon:hover .share-count {color:white;}
li.social-icon:hover {cursor:pointer;}

@media (max-width: 991px) {
.social-icons-wrap {display:none;}
.social-single-column {}
}
/* social icons 2 */

.social-icons-wrap2 {display:none;}

@media (max-width: 991px) {
.social-icons-wrap2 {display:inline-block;}
}
.social2-container {min-height:70px;}

ul.social-icons2 {padding:0;}

.social-icons-wrap2  { margin:0 auto; width:100%;}

.social-icons2 {
    height: 25px;
}
 
.social-icons2 li {
    list-style-type: none !important;
    margin-top: 10px;
	float:left;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 0 !important;
	font-size:15px;	
	
}
 
li.social-icon2.facebook a {
    border-top: 1px solid #3b5998;
    border-left: 1px solid #3b5998;
	border-right: 1px solid #3b5998;
    border-bottom: 1px solid #3b5998;
    padding: 5px 12px 5px 15px;
 
    color: #3b5998;
    
    text-decoration: none;

}
 
li.social-icon2.facebook a:hover {
    background-color: #3b5998;
    color: white;
}
 
li.social-icon2.facebook span.share-count {
    border: 1px solid #3b5998;
    padding: 5px 10px;
 
    color: #5D7DC0;
    
}
 
li.social-icon2.twitter a {
    border-top: 1px solid #55acee;
    border-left: 1px solid #55acee;
	border-right: 1px solid #55acee;
    border-bottom: 1px solid #55acee;
    padding: 5px 12px 5px 15px;
 
    color: #55acee;
    
    text-decoration: none;
}
 
li.social-icon2.twitter a:hover {
    background-color: #55acee;
    color: white;
}
 
li.social-icon2.twitter span.share-count {
    border: 1px solid #55acee;
    padding: 5px 10px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #55acee;
    
}
 
li.social-icon2.google-plus a {
    border-top: 1px solid #dd4b39;
    border-left: 1px solid #dd4b39;
    border-bottom: 1px solid #dd4b39;
	border-right: 1px solid #dd4b39;
    padding: 5px 12px 5px 15px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #dd4b39;
    
    text-decoration: none;
}
 
li.social-icon2.google-plus a:hover {
    background-color: #dd4b39;
    color: white;
}
 
li.social-icon2.google-plus span.share-count {
    border: 1px solid #dd4b39;
    padding: 5px 10px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #dd4b39;
    
}

li.social-icon2.linkedin a {
    border-top: 1px solid #007bb6;
    border-left: 1px solid #007bb6;
    border-bottom: 1px solid #007bb6;
	border-right: 1px solid #007bb6;
    padding: 5px 12px 5px 15px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #007bb6;
    
    text-decoration: none;
}
 
li.social-icon2.linkedin a:hover {
    background-color: #007bb6;
    color: white;
}
 
li.social-icon2.linkedin span.share-count {
    border: 1px solid #007bb6;
    padding: 5px 10px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #007bb6;
    
}

.sidebar-meta-divider {
height: 2px;
background: #333;
width: 90px;
display: block;
margin: 40px auto;
}

.meta-divider {
height: 3px;
background: #533277;
width: 30%;
display: block;
margin-top: 30px;
margin-bottom: 15px;
}
.entry-tags a {
font-size: 11px;
line-height: 20px;
font-weight: 700;
margin-right: 5px;
text-transform: uppercase;
padding: 5px 10px;
background: #8b2331;
display: inline-block;
margin-top:0px;
margin-bottom: 8px;
color:#eee;
}

footer.entry-meta {margin-top:30px;}

/* carousel slider */

/* stting the size*/



/* -- */
/* head carousel */

.slide-nav {
	z-index:9; height:75px; top:50%; margin-top:-37px;
	position:absolute; font-size:53px;
	cursor:pointer;
	-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-o-transition:all 0.4s ease;-transition:all 0.4s ease;
	}

.slide-nav, .slide-nav:hover {color:#eee;}

.slide-nav i:before
{margin-left:0px!important;}

@media (max-width: 600px) {
	
.slide-nav.pr-prev, .slide-nav.pr-next {font-size:27px;}

}


.slide-nav.pr-prev {left:-21px;}
.slide-nav.pr-next {right:-21px;}


/*other controls*/

.carousel-bg-container .slide-nav {opacity:0;}
.carousel-bg-container:hover > .slide-nav {opacity:1;}
.carousel-bg-container:hover > .slide-nav.pr-prev {left:17px;}
.carousel-bg-container:hover > .slide-nav.pr-next {right:17px;}

/* CONTACT FORM */

/*contact-form*/

span.wpcf7-form-control-wrap input, span.wpcf7-form-control-wrap textarea, input.wpcf7-form-control, span.wpcf7-form-control-wrap select {width:100%;


-webkit-transition:500ms;
	-moz-transition:500ms;
	-ms-transition:500ms;
	-o-transition:500ms;
	transition:500ms;

}

span.wpcf7-form-control-wrap input, span.wpcf7-form-control-wrap textarea {

border:0px solid #4d4d4d;
background: #E8E8E8;
color:#808080;
padding:15px 24px;
font-size:22px!important;
border-radius:0px!important;
-moz-border-radius:0px!important;
-webkit-border-radius:0px!important;


}


span.wpcf7-form-control-wrap select {

-webkit-appearance: none!important;
-moz-appearance: none!important;
     appearance: none!important;
	 

background: #f2f2f2;
color:#808080;


}

.my-select {position:relative;}
.my-select-arrow {position:absolute; right:11px; top:8px; font-size:38px; color:#ccc; height:100%;}

/*custom select */

.custom-select {
	
	
	color:#808080;
	background-color: #f2f2f2;
	border: 1px solid #4d4d4d;
	-webkit-box-sizing: none!important;
	-moz-box-sizing:none!important;
	box-sizing: none!important;
	margin: 0px 0px 10px 0px;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 1;
	

font-size:22px!important;
border-radius:0px!important;
-moz-border-radius:0px!important;
-webkit-border-radius:0px!important;
	
}

.custom-select:hover {
	
}

.custom-select:before {
	background-color: #f2f2f2!important;
	color: #555;
	display: block;
	font-family: 'FontAwesome';
	content: "\f078";
	font-size: 1em;
	height: 100%;
	line-height: 2.2em;
	padding: 0 30px 0 5px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	width: 16px;
	z-index: 1;
}

.custom-select select {
	background-color: transparent;
	border: 0 none;
	box-shadow: none;
	color: #333;
	display: block;
	font-size: 100%;
	line-height: normal;
	margin: 0;
	padding: .5em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select select::-ms-expand {
	display: none; /* to ie 10 */
} 

.custom-select select:focus {
	outline: none;
}

/* little trick for custom select elements in mozilla firefox  17/06/2014 @rodrigoludgero */

/* pseudo class https://developer.mozilla.org/en-US/docs/Web/CSS/:any */

:-moz-any(.custom-select):before {
	background-color: #f2f2f2!important; /* this is necessary for overcome the caret default browser */
	pointer-events: none; /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
	z-index: 1; /* this is necessary for overcome the pseudo element */
}

/* ---- */



span.wpcf7-form-control-wrap input {margin-bottom:22px;}
span.wpcf7-form-control-wrap select {margin-bottom:0px!important;}

input.wpcf7-form-control {

background:#1F7298;
color:#fff;
border:0px solid #333;
padding:18px;
font-size:22px!important;

} 

input[type="submit"].wpcf7-form-control:hover, input[type="submit"].wpcf7-form-control:focus {background: #1F7298;}

/*textarea.wpcf7-form-control:hover {background:#333; color:#fff; border-color:#333;}*/

textarea.wpcf7-form-control:focus, select.wpcf7-form-control:focus  {
	
	
	/*background-color:#666; outline: 0; outline: none; color:#EFEFEF;*/
	
	
	}

::-webkit-input-placeholder {
   color: #ccc;
   text-transform:lowercase;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ccc;
   text-transform:lowercase;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc; 
   text-transform:lowercase;
}

:-ms-input-placeholder {  
   color: #ccc; 
   text-transform:lowercase;
}

input.wpcf7-form-control:focus::-webkit-input-placeholder, textarea.wpcf7-form-control:focus::-webkit-input-placeholder { color:transparent; }
input.wpcf7-form-control:focus:-moz-placeholder, textarea.wpcf7-form-control:focus:-moz-placeholder { color:transparent; }

	
@media (max-width: 420px) {
span.wpcf7-form-control-wrap input, span.wpcf7-form-control-wrap textarea, span.wpcf7-form-control-wrap select, span.wpcf7-form-control  {
font-size:18px!important;
}
}

div.wpcf7-response-output {padding: 29px 11px 29px 10px; margin: 10px 15px 30px 0px; text-align:center; font-weight:700; font-size:16px;}
input[type="submit"].wpcf7-form-control:focus {background-color:#777;}

div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  background:#f7e700;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #73d79d;
	background:#73d79d;
	 color:#fff;
}

/* blog sidebar */

#sidebar.blog-sidebar {margin-top:20px;}
#sidebar.blog-sidebar ul {margin:0px; padding:0px;}
#sidebar.blog-sidebar ul li {
	list-style:none; padding:0px; margin:0px 0px 7px 0px;
	
	}

.el-widget {padding-top:30px;}
.el-widget h4 {text-transform: uppercase;}


/* widget sidebar searchform */
.el-widget input.search-field {
	
	width:100%;
	-webkit-transition:500ms;
	-moz-transition:500ms;
	-ms-transition:500ms;
	-o-transition:500ms;
	transition:500ms;


border:0px solid #4d4d4d;
background: #E8E8E8;
color:#808080;
padding:15px 24px;
font-size:22px!important;
border-radius:0px!important;
-moz-border-radius:0px!important;
-webkit-border-radius:0px!important;


}
/* widget searchresults searchform */
.el-widget.searchresults .search-form label {
	
	width:90%;


}


.onoffswitch {width:auto!important; float:left;}
.myswitchclass {float:left; font-weight:400;}

.onoffswitch, .myswitchclass { margin:35px 0;}

.wpcf7-list-item-label {padding-left:13px; font-size:16px;}

span.wpcf7-list-item {margin-left:0em;}

/*
style for WP-PageNavi plugin
*/

.pagenavi-container {
margin-top:37px; margin-bottom:37px; padding:0px 30px 0px 0px; text-align:right;
}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border:none;
	color:#888;
	/*border: 1px solid #BFBFBF;*/
	background-color:#E8E8E8;
	padding: 9px 15px;
	margin-right: 1px;
	font-size:20px;
	font-weight:300!important;
	border-radius:20px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	/*border-color: #000;*/
	background-color: #333;
	color:#fff;
	
}

.wp-pagenavi span.current {
	font-weight:700!important;
}

/* cookie law 

*/

#cookie-bar {background:rgba(36,36,36,0.6); height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0; font-size:12px;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:230px;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; text-decoration:none;}
#cookie-bar .cb-enable {background:#555; padding:0px 7px; margin-left:6px; font-size:11px;}
#cookie-bar .cb-enable:hover {background:#222;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#66b8dc;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}

/*buttons*/

.mp-button-standard.btn-primary {
    color: #3e3e3d;
    background-color: transparent;
    border-color: #3e3e3d;
    border-width: 2px;
}
.mp-button-standard {
    margin-top: 10px;
    text-align: center;
    padding: 10px 40px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 400;
}


/* --- */

button, button:focus, button:hover, button:active {
	outline:0!important;
	outline-style:none!important;
	-webkit-box-shadow: none!important;
    box-shadow: none!important;
	-webkit-appearance:none!important; 
}

/* masthead button */

.masthead-centered-container .mp-button-standard.btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-width: 2px;
	border-radius:30px;
}


/* left - right */

.box-float-left {float:left!important;}
.box-float-right {float:right!important;}



.mp-services-image {padding:0px!important; margin:0px; position:relative;}
.mp-services-image {margin-top:0px;}

.mp-services-text {text-align:center;}


.services-text {padding:0; padding-top:10px; padding-bottom:40px; }

@media (min-width: 768px) {
.services-text {padding-top:30px; }
}

.mp-services-text {padding-top:40px; padding-bottom:40px; position:relative;}
.mp-services-text p {font-size:14px;}
.mp-services-text h2 {font-size:23px;}
.mp-services-text h3 {font-size:16px;}
.mp-services-text p  {font-size:14px; padding:0 7px;}


@media (min-width: 768px) {
.mp-services-text h2 {font-size:23px;}
.mp-services-text h3 {font-size:16px;}
.mp-services-text p  {font-size:14px; padding:0 7px;}
}
@media (min-width: 992px) {
.mp-services-text h2 {font-size:35px;}
.mp-services-text h3 {font-size:18px;}
.mp-services-text p  {font-size:17px; padding:0 30px;}
}

@media (min-width: 1400px) {
.mp-services-text h2 {font-size:45px;}
.services-text {padding-top:70px; }
.mp-services-text h3 {font-size:18px;}
.mp-services-text p  {font-size:18px; padding:0 100px;}
}


.min_border_black {

width: 70px;
border: 1px solid #838383;
height: 1px;
margin: 25px auto;
}

.min_border_white {

width: 70px;
border: 1px solid #fff;
height: 1px;
margin: 25px auto;
}

.mp-services-image.box-float-left .square-arrow, .mp-services-image.box-float-right .square-arrow {}

.mp-services-image.box-float-left .square-arrow {right:-25px;}
.mp-services-image.box-float-right .square-arrow {left:-25px;}

.mp-services-image img {width:100%; height:auto;}


.btn-lg-specs {
  padding: 10px 90px!important;
  font-size: 27px!important;
  line-height: 1.33;
  border-radius: 0px!important;
  border: 3px solid #666!important;
  position:relative;
  overflow:hidden;
  background: rgba(0, 97, 161, 0.7)!important;

}

.btn-lg-specs:hover {background: rgba(0, 97, 161, 0.7)!important;}

.specs-button-arrow {position:absolute; right:-20px; top:17px;
	-webkit-transition:ease-out 0.2s;
}

.btn-lg-specs:hover .specs-button-arrow{
-webkit-transform:translate(-50px,0px);
}




/*project content*/

.flexible-project-content .col-xs-1, .flexible-project-content .col-sm-1, .flexible-project-content .col-md-1, .flexible-project-content .col-lg-1, .flexible-project-content .col-xs-2, .flexible-project-content .col-sm-2, .flexible-project-content .col-md-2, .flexible-project-content .col-lg-2, .flexible-project-content .col-xs-3, .flexible-project-content .col-sm-3, .flexible-project-content .col-md-3, .flexible-project-content .col-lg-3, .flexible-project-content .col-xs-4, .flexible-project-content .col-sm-4, .flexible-project-content .col-md-4, .flexible-project-content .col-lg-4, .flexible-project-content .col-xs-5, .flexible-project-content .col-sm-5, .flexible-project-content .col-md-5, .flexible-project-content .col-lg-5, .flexible-project-content .col-xs-6, .flexible-project-content .col-sm-6, .flexible-project-content .col-md-6, .flexible-project-content .col-lg-6, .flexible-project-content .col-xs-7, .flexible-project-content .col-sm-7, .flexible-project-content .col-md-7, .flexible-project-content .col-lg-7, .flexible-project-content .col-xs-8, .flexible-project-content .col-sm-8, .flexible-project-content .col-md-8, .flexible-project-content .col-lg-8, .flexible-project-content .col-xs-9, .flexible-project-content .col-sm-9, .flexible-project-content .col-md-9, .flexible-project-content .col-lg-9, .flexible-project-content .col-xs-10, .flexible-project-content .col-sm-10, .flexible-project-content .col-md-10, .flexible-project-content .col-lg-10, .flexible-project-content .col-xs-11, .flexible-project-content .col-sm-11, .flexible-project-content .col-md-11, .flexible-project-content .col-lg-11, .flexible-project-content .col-xs-12, .flexible-project-content .col-sm-12, .flexible-project-content .col-md-12, .flexible-project-content .col-lg-12

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

.flexible-project-content img {width:100%; height:auto;}
.flexible-project-content {padding:0px;  width:100%!important;}
.img-project-container img {width:100%; height:auto; max-width:100%;}
.img-project-container {padding:0px;}
.project-row {margin-right:0px; margin-left:0px;}
.text-col {padding-left:15px; padding-right:15px;}

/* scroll down section */

.go-down {position:absolute; width:100%; bottom:0px; left:0px; height:70px;z-index:9;}


/*downloads*/

.download-item-col {text-align:center; min-height:480px;}
.main-d-icon {font-size:120px;}



/*animated arrow*/
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
.animated-arrow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
	
	position: absolute;
    z-index: 10;
    display: inline-block;
    left: 50%;
    top: 11px;
	width: 100px;
    margin-left: -50px;
	font-size:40px;
	text-align:center;
	
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

a.download-link:hover .animated-arrow {  
	
	display:inline-block;
	opacity:1;
	-webkit-animation-duration: 2s;
    animation-duration: 2s;
}

a.download-link:hover i.main-d-icon {  
	
	/*color:#EDEDED;*/
}

/* ----- */

.w-scroll-button {
    position: absolute;
    z-index: 10;
    display: inline-block;
    left: 50%;
    top: 11px;
    width: 100px;
    border-color: #6f7072;
    color: #6f7072;
    margin-left: -50px;
    text-align: center;
}

.w-scroll-button-product {
    position: absolute;
    z-index: 99;
    display: inline-block;
    right:-8px;
    width: 100px;
    border-color: #6f7072;
    color: #6f7072;
    text-align: center;
}

.w-scroll-button.w-button-1 a, .w-scroll-button-product.w-button-1 a {
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-color: inherit;
    color: inherit;
    width: 30px;
    height: 47px;
    border-radius: 20px;
    overflow: hidden;
}

.w-scroll-button.w-button-1 a i, .w-scroll-button-product.w-button-1 a i {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 10px;
    height: 8px;
    width: 4px;
    margin-left: -2px;
    border-color: inherit;
    color: inherit;
    -webkit-animation: fadeInDown 1.2s infinite both;
    animation: fadeInDown 1.2s infinite both;
}
.w-scroll-button.w-button-1 a i:before, .w-scroll-button-product.w-button-1 a i:before {
    display: block;
    content: '';
    border-style: solid;
    border-left-width: 1px;
    border-color: inherit;
    color: inherit;
    border-radius: 2px;
    height: 3px;
}

.affixed-sidebar {padding-left:44px; padding-top:40px;}
.affixed-sidebar.affix {top:90px;}
.affixed-sidebar.affix-bottom {position:absolute;}
.catalogo-widget ul li {
padding:4px 0px;
/*border-bottom:1px solid #cbcac9;*/
list-style:none;
line-height:21px;
font-weight:500;
}


/*
 * WordPress Ajax Load More
*/

button.alm-load-more-btn{	

   font-size:20px;
   font-weight: 400;
   width:300px;
   max-width:100%;   
   height: 80px;
   line-height: 40px;
   background: #fff;
   color:#6f7072;
   border: 3px solid #6f7072;
   
   margin: 20px 0;
   padding:0 20px;
   display: inline-block;		
   position: relative;
   -webkit-transition: padding 0.25s ease-in-out;
   -moz-transition: padding 0.25s ease-in-out;
   transition: padding 0.25s ease-in-out;
   text-align: center;	
   text-decoration: none;
   -webkit-appearance: none; 
   -moz-appearance: none;   
   appearance: none;      
   /* Prevents text selection */
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
   cursor: pointer;
}
	button.alm-load-more-btn:hover{
		/*background-color: #6f7072;
		color: #fff;*/
		text-decoration: none;
	}
	button.alm-load-more-btn:active{
	}	
	
	/* Loading */
   button.alm-load-more-btn.loading{
    	/*padding-left: 44px;*/
		color:#fff;
   }
    
   /* Loaded / Done */
	button.alm-load-more-btn.done{
		cursor: default;
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
   }  
      
   /* Loading Icon */
	button.alm-load-more-btn:before,
	button.alm-load-more-btn.done:before{                
		background: none;
		width: 0;
	}
	
	/* Loading :before */
	button.alm-load-more-btn.loading:before {
      background: url("../img/reload3.gif") no-repeat center center;
      width: 32px;
      height: 32px;
      margin: 6px;	
      display: inline-block;
      z-index: 0;
      content: '';
      position: absolute;
      left: 50%;
	  margin-left:-16px;
      overflow: hidden;
      -webkit-transition: width 0.5s ease-in-out;
      -moz-transition: width 0.5s ease-in-out;
      transition: width 0.5s ease-in-out;
	}
	
.alm-btn-wrap{
	text-align: center;
	padding: 10px 10px 30px;
	overflow: hidden;

	float:none;
	clear:both;
}

/* Blue */
.ajax-load-more-wrap.blue button.alm-load-more-btn{
	background-color: #6bb1d9;
}
	.ajax-load-more-wrap.blue button.alm-load-more-btn:hover,
	.ajax-load-more-wrap.blue button.alm-load-more-btn.done{
		background-color: #6bb1d9;
	}
	
/* green */
.ajax-load-more-wrap.green button.alm-load-more-btn{
	background-color: #98ca68;
}
	.ajax-load-more-wrap.green button.alm-load-more-btn:hover,
	.ajax-load-more-wrap.green button.alm-load-more-btn.done{
		background-color: #98ca68;
	}
	
/* red */
.ajax-load-more-wrap.red button.alm-load-more-btn{
	background-color: #ca4b4b;
}
	.ajax-load-more-wrap.red button.alm-load-more-btn:hover,
	.ajax-load-more-wrap.red button.alm-load-more-btn.done{
		background-color: #b13b3b;
	}

/* purple */
.ajax-load-more-wrap.purple button.alm-load-more-btn{
	background-color: #b369c8;
}
	.ajax-load-more-wrap.purple button.alm-load-more-btn:hover,
	.ajax-load-more-wrap.purple button.alm-load-more-btn.done{
		background-color: #b369c8;
	}	

/* grey */
.ajax-load-more-wrap.grey button.alm-load-more-btn{
	background-color: #999;
}
	.ajax-load-more-wrap.grey button.alm-load-more-btn:hover,
	.ajax-load-more-wrap.grey button.alm-load-more-btn.done{
		background-color: #666;
	}	

/* white */
.ajax-load-more-wrap.white button.alm-load-more-btn{
	background-color: #fff;
	color: #666;
	border: 1px solid #efefef;
}
	.ajax-load-more-wrap.white button.alm-load-more-btn:hover,
	.ajax-load-more-wrap.white button.alm-load-more-btn.done{
		background-color: #efefef;
		color: #333;
	}	
	.ajax-load-more-wrap.white button.alm-load-more-btn.done{
		border-color: #fff;
	}
	


/*
*  Generic alm-listing styles
*
*  @since 1.0.0
*/

.alm-listing{
	margin: 0;
	padding: 0;
}
	.alm-listing li{
		background: none;
		margin: 0 0 30px;
		padding: 0 0 0 170px;
		overflow: hidden;
		position: relative;
		list-style: none;
	}	
	.alm-listing li.no-img{ padding: 0; }		
	.alm-listing li a{
		color: #34383D;
	}
	.alm-listing li p{
		margin: 0;
	}
	.alm-listing li h3{
		margin: 0 0 10px;
	}
	.alm-listing li img{
		position: absolute;
		left: 0;
		top: 0;			
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
	}	




/* ///////////// PAGE HEADERS /////////////// */

.pages-header {width:100%; height:120px;}

.container-single-post {margin-top:30px; margin-bottom:30px;}
.container-single-post-title {margin-top:50px;}

.singleheader{width:100%;text-align:center;padding:70px 0;position:relative;


}

.singleheader-mask{display:block;width:100%;height:100%;/*background:#6ba4b6;*/

  background-color:;
  opacity: 0;
  position:absolute;left:0;top:0;}

.singleheader h1, .singleheader h2 {
font-size: 85px;
line-height: 86px;
color: #ffffff;
margin-bottom: 15px;
font-weight: 700;
text-transform: uppercase;
text-align:center;

	/*
	    -webkit-transform: scale(1)rotate(-4deg)translate(0,0)skew(-4deg,0deg);
    -ms-transform: scale(1)rotate(-4deg)translate(0,0)skew(-4deg,0deg);
    transform: scale(1)rotate(-4deg)translate(0,0)skew(-4deg,0deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
	*/
}

.singleheader h4 {
font-size: 20px;
line-height:33px;
color: #eee;
font-weight:300;

}

@media (max-width: 670px) {

.singleheader h4 {
font-size: 15px;
line-height: 17px;
}

}

.singleheader .entry-meta, .singleheader .entry-meta a, .singleheader .entry-meta .entry-date a, .singleheader .entry-meta .entry-category a {
font-size: 14px;
text-transform: lowercase;
color: #FFF;
text-align:center;
border:none!important;
}

.singleheader .entry-date, .singleheader .entry-category {border:0!important; margin:0; padding:0;}

.home-banner-logo {margin-bottom:75px;}
.home-banner-logo img {width:100%; height:auto; max-width:500px;}
.home-banner-logo-only img {width:100%; height:auto; max-width:750px;}
.home-banner-logo-only {margin-bottom:0px;}


@media (max-width: 980px) {
.singleheader h1, .singleheader h2 {
font-size: 43px!important;
line-height: 53px;
}

.home-banner-logo img {max-width:200px;}
.home-banner-logo {margin-bottom:50px;}
.home-banner-logo-only {margin-bottom:0px;}
.home-banner-logo-only img {max-width:400px;}

}

@media (max-width: 670px) {

.home-banner-logo {display:none;}

}

@media (max-width: 767px) {
.singleheader h1, .singleheader h2 {
font-size: 33px!important;
line-height: 43px;
}

}

@media (max-width: 500px) {
.singleheader h1, .singleheader h2 {
font-size: 25px!important;
line-height: 35px;
}

}


/*popover*/

.popover {
   
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* modal */

.modal {z-index:9999999;}

.modal-content {
	background:transparent;
	
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	}

.modal-backdrop {background:#fff; opacity:0.9!important;
z-index:9999;
}


/* my breadcrumbs */

.mybreads {font-size:13px; text-transform:uppercase; color:#fff; margin-top:15px;}
#breadcrumbs a {color:#fff;}
p#breadcrumbs  {display:inline-block; padding:7px 11px; background-color:rgba(111,112,114,0.2);}


/* ---------------- */
/* ---------------- */
/*----ScrollToTop-- */
/* ---------------- */
/* ---------------- */

#toTop {
	
	opacity:0;
    position: fixed;
    bottom: 35px;
    right: -50px;
	
    width: 50px;
    height: 40px;
	background-color:rgba(0,0,0,0.53);
	margin:0;
	padding:0;
  
	z-index:9999;
	
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	
	/*
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	*/


}

#toTop .fa {
position: absolute; color:#333; font-size:25px; width:40px; left:50%; top:8px; margin-left:-20px; color:#ddd; text-align:center;



}
#toTop .fa:before {margin-left:0px!important;}

@media (min-width: 420px) {
   #toTop {right:10px;}
   
}


#toTop:hover {
   background-color:rgba(17,17,17,0.9);
}

#toTop i {

	-webkit-transition:500ms;
	-moz-transition:500ms;
	-ms-transition:500ms;
	-o-transition:500ms;
	transition:500ms;
	
}

#toTop:hover i {
    color:#fff;
}

/*	BigVideo Styles  
*/
#big-video-wrap{overflow:hidden;position:absolute;height:100%;width:100%;top:0;left:0; background:#000!important; font-size:1px;}
#big-video-vid,#big-video-image{position:absolute;}
#big-video-control-container{position:fixed;bottom:0;padding:10px;width:100%;background:rgba(0,0,0,.25);
  -webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;}
#big-video-control{width:100%;height:16px;position:relative;}
#big-video-control-middle{margin: 0 56px 0 24px;}
#big-video-control-bar{width:100%;height:16px;position:relative;cursor:pointer;}
#big-video-control-progress{position:absolute;top:7px;height:3px;width:0%;background:#fff;}
#big-video-control-track{position:absolute;top:8px;height:1px;width:100%;background:#fff;}
#big-video-control-bound-left{left:0;}
#big-video-control-bound-right{right:-1px}
#big-video-control-track .ui-slider-handle {opacity:0;}
#big-video-control-playhead{left:30%;}
#big-video-control-play{position:absolute;top:0;left:0;height:16px;width:16px;background-image:url('bigvideo.png');}
#big-video-control-timer{position:absolute;top:1px;right:0;color:#fff;font-size:11px;}
#big-video-control-playhead,#big-video-control-bound-left,#big-video-control-bound-right{position:absolute;top:0;height:16px;width:1px;background:#fff;}
#big-video-control .ui-slider-handle{border-left:solid 1px #fff; width:16px;height:16px;position:absolute;top:-8px;}
.transparent{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
.vjs-big-play-button{display:none !important;}


/* tricky classes */

.hide-this {display: none;}

/* dividers */


/* masthead */

.masthead-centered-container {

    position: absolute;
    margin: 0;
    padding: 10px 50px;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
	width: 100%;

}

h1.masthead-title {font-size:50px;}
h2.masthead-title {}
h3.masthead-title {text-transform:uppercase;}


@media screen and (max-width: 989px) {

h1.masthead-title {font-size:35px;}
h3.masthead-title {font-size:19px;}

}

@media screen and (max-width: 540px) {

h1.masthead-title {font-size:27px;}
h3.masthead-title {font-size:15px;}

}


/* Icon section */

.icon-section  {}
.icon-section-single {text-align:center;}
.icon-section-single img {width:100%; height:auto; max-width:180px;}

.icon-section i {font-size:120px; font-weight:normal;}

/*call to action */

.call-to-action{
  margin: 0px 0 0 0;
}
.call-to-action p{
 
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  margin-bottom:40px;
}
.btn-callto {
  color: #fff;
  background-color: #333;
  border-color: #333;
  border-width:4px;
  width:500px;
  max-width:100%;
  padding-bottom:15px;
  padding-top:15px;
  border-radius: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size:29px!important;
  text-transform:uppercase;
  border-radius:30px;
}


@media screen and (max-width: 989px) {

.btn-callto {font-size:21px!important;}

}

@media screen and (max-width: 768px) {

.btn-callto {font-size:17px!important;}

}
.btn-callto:hover,
.btn-callto:focus,
.btn-callto:active,
.btn-callto.active,
.open > .dropdown-toggle.btn-callto {
  color: #fff;
  background-color: #D88155;
  border-color: #D88155;
  box-shadow:none!important;
}
.btn-callto:active,
.btn-callto.active,
.open > .dropdown-toggle.btn-callto {
  background-image: none;
}
.btn-callto.disabled,
.btn-callto[disabled],
fieldset[disabled] .btn-callto,
.btn-callto.disabled:hover,
.btn-callto[disabled]:hover,
fieldset[disabled] .btn-callto:hover,
.btn-callto.disabled:focus,
.btn-callto[disabled]:focus,
fieldset[disabled] .btn-callto:focus,
.btn-callto.disabled:active,
.btn-callto[disabled]:active,
fieldset[disabled] .btn-callto:active,
.btn-callto.disabled.active,
.btn-callto[disabled].active,
fieldset[disabled] .btn-callto.active {
  background-color: #956ca6;
  border-color: #956ca6;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
 }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
 }
 
 .mfp-close:after {
 
    margin-left: 25px;
    border-right: 0px;
    font-family: "Flaticon";
    content: "\e012";
    color: #333;
    font-size: 37px;
    position: fixed;
    right: 35px;
    top: 15px;
 
 }
 
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; 
  display:none;
  }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; 
  display:none;
  }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 10px;
	}
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {

    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
   
   }

.mfp-arrow-left {
  left: 0; 
  }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    
	}
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
	 
	 margin-left: 25px;
    border-right: 0px;
    font-family: "Flaticon";
    content: "\e001";
    color: #333;
    font-size: 50px;
    
	}

.mfp-arrow-right {
  right: 0; 
  }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
	  
	font-family: "Flaticon";
    content: "\e014";
    color: #333;
    font-size: 50px;
	margin-right:25px;
    }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  padding: 20px 0 2px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* TABS */

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    padding: 5px 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.nav-tabs>li>a {
    border-radius: 0;
	padding: 5px 10px;
    font-weight: 300;
	text-transform: uppercase;
	color:#909090;
}

.tab-content {

	padding:13px 0px;

}

/* PORTFOLIO */

.portfolio-cat-bar {

background-color:#333;
padding:15px 10px 10px;
text-align:center;
color:#eee;
font-weight:700;

}

.portfolio-cat-bar a {color:#eee;}

/*portfolio stuff*/

.portfolio-box {margin:0px!important; padding:2px!important; overflow:hidden;}
.portfolio-item {z-index:-99; overflow:hidden;}
.portfolio-item img {width:100%; height:auto; -webkit-transition:ease-out 0.6s; -webkit-transform: /*rotate(-3deg)*/ scale(1.0,1.0)}

.portfolio-item-title  {
	
	
	position: absolute;
	top: 50%;
	-webkit-transform: -webkit-translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: -moz-translateY(-50%);
	-ms-transform: -ms-translateY(-50%);
	transform: translateY(-50%);
	width:100%;
	text-align:center;
	opacity:0;

	
	
	
	z-index:999; 
	
	padding:7px;
	color:#fff;

	-webkit-transition: all .7s ease; 
	transition: all .7s ease;

	}

.portfolio-item-title h3 {color:#fff; font-size:33px;}

@media (max-width: 1200px) {

.portfolio-item-title h3 {font-size:33px;}
.portfolio-item-title p {font-size:14px;}

}


.portfolio-item-overlay-more .overlay-more-content  {
	position: absolute; top:30%; margin-top:-50px; width:300px; height:100px; left:50%; margin-left:-150px; 
	
	opacity:0;
	text-align:center;
	font-size:70px;
	color:#fff;
	-webkit-transition: all .3s ease; 
	transition: all .3s ease;
	
	/*text-shadow: -1px 0 #ccc, 0 1px #ccc, 1px 0 #ccc, 0 -1px #ccc;*/
	letter-spacing:1px;
	border:0px solid #fff; z-index:999; text-align:center;
	
	}



.portfolio-item-title a {color:#2f2f2f;}
.portfolio-item-title a:hover {text-decoration:none; }


.portfolio-item-overlay {
	position:absolute; top:0; left:0; z-index:9; width:100%; height:100%; 
	background: rgba(0, 0, 0, 0.0);
	-webkit-transition: all .3s ease; 
	transition: all .3s ease;

}

.portfolio-item-overlay.portfolio-item-overlay-video {

	background: rgba(0, 0, 0, 0.3);

}


.portfolio-item-icon {
	position:absolute; top:0; left:0; z-index:9; width:100%; height:100%; 
	-webkit-transition: all .3s ease; 
	transition: all .3s ease;
	z-index:999;

}

.portfolio-item-icon.portfolio-item-icon-video i {

position: absolute;
	top: 50%;
	-webkit-transform: -webkit-translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: -moz-translateY(-50%);
	-ms-transform: -ms-translateY(-50%);
	transform: translateY(-50%);
	width:100%;
	text-align:center;
	opacity:1;
	color:#fff;
	font-size:100px;
	-webkit-transition: all .7s ease; 
	transition: all .7s ease;


}

.portfolio-item-icon.portfolio-item-icon-portfolio i {

position: absolute;
	bottom:7px;
	left:20px;
	opacity:1;
	color:#fff;
	font-size:40px;
	-webkit-transition: all .7s ease; 
	transition: all .7s ease;


}



.portfolio-item-overlay-more {
	position:absolute; top:0; left:0; z-index:99; width:100%; height:100%; background: transparent;
	-webkit-transition: all .3s ease; 
	transition: all .3s ease;

}

.portfolio-item-overlay-more {opacity:0;}

.portfolio-box:hover .portfolio-item-overlay {background:none; background: rgba(0, 0, 0, 0.5);}
.portfolio-box:hover .portfolio-item-overlay-more {opacity:1;}
.portfolio-box:hover .portfolio-item-title {opacity:1;}
.portfolio-box:hover .portfolio-item-overlay-more .overlay-more-content {top: 50%; opacity:0.9;}
.portfolio-box:hover .portfolio-item-icon-video i {opacity:0; top:40%;}
.portfolio-box:hover .portfolio-item-icon-portfolio i {opacity:0;}


.portfolio-box:hover .portfolio-item img {
-webkit-transform: rotate(-0deg) scale(1.03,1.03);
-webkit-filter: grayscale(80%);
    -webkit-filter: grayscale(0.8);
    filter: grayscale(80%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/s….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");

}

li.biblio {

list-style-type: none;
    text-indent: -27px;
    margin-left: 0px;

}

li.biblio a {

border-bottom:1px dotted #333;
color:#333;

}

/* TIMELINE */
/** timeline box structure **/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eee;
  left: 50%;
  margin-left: -1.5px;
}

.tldate {
	display: block;
    width: 200px;
    border: 3px solid #eee;
    color: #1F729E;
    margin: 0 auto 40px auto;
    padding: 12px 0;
    font-weight: 700;
    text-align: center;
    background: #fff;
}

.timeline li {
  margin-bottom: 25px;
  position: relative;
}

.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}

/** timeline panels **/
.timeline li .timeline-panel {
  width: 46%;
  float: left;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /*
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  */
}

/** panel arrows **/
.timeline li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline li .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
  top:0;
  right:0;
  display: none;
  border: 0;
}

.timeline li.timeline-inverted .timeline-panel {
  float: right;
}

.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}


/** timeline circle icons **/
.timeline li .tl-circ {
  position: absolute;
  top: 23px;
  left: 50%;
  text-align: center;
  background: #1F729E;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: -16px;
  border: 3px solid #90acc7;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 99;
}


/** timeline content **/

.tl-heading h3 {
  margin: 0;
  color: #8b2331;
}

.tl-body p, .tl-body ul {
  margin-bottom: 0;
}

.tl-body > p + p {
  margin-top: 5px;
}

/** media queries **/
@media (max-width: 991px) {
  .timeline li .timeline-panel {
    width: 44%;
  }
}

@media (max-width: 700px) {
  .page-header h1 { font-size: 1.8em; }
  
  ul.timeline:before {
    left: 40px;
  }
  
  .tldate { width: 140px; }

  ul.timeline li .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline li .tl-circ {
    top: 22px;
    left: 22px;
    margin-left: 0;

  }
  ul.timeline > li > .tldate {
    margin: 0;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

/*SERVICES TABLE */
.flat .plan {
  border-radius: 6px;
  list-style: none;
  padding: 0 0 20px;
  margin: 0 0 15px;
  background: #fff;
  text-align: center;
  border:1px solid #ccc;
}
.flat .plan li {
  padding: 5px 15px;
  border-top: 1px solid #f5f5f5;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.flat .plan li.plan-price {
  border-top: 0;
}

.flat .plan li.plan-subtitle {
  border-top: 0;
  color: #999;
  font-variant:small-caps;
}

.flat .plan li.plan-name {
  border-radius: 0px 0px 0 0;
  padding: 15px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  background: #555;
  margin-bottom: 30px;
  border-top: 0;
}
.flat .plan li > strong {
  color: #e74c3c;
}
.flat .plan li.plan-action {
  margin-top: 10px;
  border-top: 0;
}

.flat .plan li.plan-action .btn-callto {
  margin-top: 10px;
  border-top: 0;
}

.flat .plan.featured {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.flat .plan.featured li.plan-name {
  background: #000;
}
.flat .plan.featured:hover li.plan-name {
  background: #8b2331;
}
.flat .plan:hover li.plan-name {
  background: #000;
}

/* counter */

.countUp-column {text-align:center;}

/* video single post */

.single-video-container {
    background: #1c1c1c;
    margin-top: -29px;
}

.single-video-container .entry-content { 

color:#eee;
margin-top:40px;
margin-bottom:40px;

}

/* EL POST NAVIGATION 01 (FIXED) */
/* post navigation */
.nav-prev-post, .nav-next-post {
	
	display:none;
	-webkit-transition: all .3s ease; 
	transition: all .3s ease;
	
	}

@media (min-width: 768px) {
.nav-prev-post, .nav-next-post {
	
	z-index:999;
	display:inline-block;
	position:fixed;
	width: 60px;
	height:60px;
	background: #fff;
	top:50%;
	margin:0;
	margin-top:-22px;
	
	padding:0;
    /*background-image: url('http://geniuscarrier.com/images/up.png');
    background-repeat: no-repeat;*/
    opacity: 1;
	border:1px solid #ddd;
}


.nav-prev-post i, .nav-next-post i {top:9px; left:8px; position: absolute; color:#333; padding:0; line-height:41px; font-size:40px;  }


.nav-prev-post {
	left:0;
	
}

.nav-next-post {
	right:0;
	
}

span.nav-title {visibility:hidden; position:absolute; opacity:1; height: 60px; width:220px; border:1px solid #ddd; top:-1px; padding:4px 9px;

 background:#fff;
 color:#333;
 line-height:19px;
 font-weight:400;
 height:auto;
 min-height: 60px;


 }

.nav-prev-post span.nav-title {left:60px; }
.nav-next-post span.nav-title {right:60px;}

.nav-prev-post:hover span.nav-title, .nav-next-post:hover span.nav-title {visibility:visible;}

}

/* BLOG PAGE */
img.blog-page-thumb, .entry-content img {
	max-width:100%;
	height:auto;
}

.blog-page-thumb {

	margin:30px 0;

}

h1.article-title {

	padding-top:20px;
	font-weight:700;

}

/* Ultimate custom post widget */

.upw-content p.post-title {margin:0px; padding:0px; text-align:left; text-indent:-25px; margin-left:25px;}
.upw-content p.post-title:hover {}
.upw-content p.post-title span.post-date {font-size: 14px; text-transform: uppercase;}

