/*************************************************/
/*! Common Element Styles ************************/
/*  Body, p, a, headings & common element classes*/
/*************************************************/
/* Variables and Mixins */
/***********************/
/* Light Colors */
/* Dark Colors */
/*     $maincolor:     #6e69b1; */
/*** Mobile CSS ****************************
*
*
********************************************/
/* Styles for iphone portrait */
/* Styles for tablet */
/* Magnific Popup CSS */
/*******************************************/
/*  Just for the Demo, CSS Only MacbookPro
/*******************************************/
/* Magnific Popup CSS */
/* @import "settings"; */
/* Main image in popup */
/**
       * Remove all paddings around the image on small screen
       */
* {
  outline: none;
  /* html{ height:100%; min-height:100%; } */ }

body {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  padding-top: 0px !important;
  font-size: 14px; }
  body.preload {
    visibility: hidden;
    display: none !important;
    opacity: 0 !important; }

body, #main {
  /* font-size: 13px; */
  background: white; }

.container {
  padding: 0px 20px; }

p {
  margin-bottom: 20px; }

a {
  color: #fcbe00;
  opacity: 1; }
  a:hover {
    text-decoration: none;
    color: #353535; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 300;
  color: #353535; }

h2, h3, h4, h5, h6 {
  line-height: 1.6em; }

.arc_title h1 {
  margin-bottom: 10px;
  padding-top: 30px; }

.slab {
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300; }
  .slab strong {
    font-weight: 700; }

.borderb {
  position: relative;
  margin-bottom: 70px !important; }
  .borderb::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
   background: rgba(255, 255, 255, .15);
    display: block;
    margin-left: -40px;
    left: 50%;
    bottom: -36px; }
    .section.dark .borderb::after {
      background: rgba(255, 255, 255, .15); }
  .borderb.left::after {
    left: 0;
    margin-left: 0px; }
.section.lightgrey {
	background: #eeeeee;
}
.cursor-pointer{cursor:pointer;}
.custom-title {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700; }

h2.letterspaced_caps {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-weight: 900; }

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

.center-block {
  margin: 0 auto;
  max-width: 1200px;
  float: none; }

.circle {
  border-radius: 100px;
  display: inline-block;
  padding: 15px;
  margin-bottom: 20px; }
  .circle i {
    color: rgba(69, 69, 69, .3); }

.fa-spin {
  -webkit-animation-duration: 1s !important;
  -moz-animation-duration: 1s !important;
  -o-animation-duration: 1s !important;
  animation-duration: 1s !important; }

.fa {
  margin-right: 10px; }

.faded {
  color: rgba(0, 0, 0, .15); }

.accent {
  color: #df0b0c; }

.thin {
  font-weight: 300; }

.upperc {
  text-transform: uppercase;
  /* Bootstrap Overrides */ }


  div.iconlist div[class*="col-"] {
    margin-bottom: 40px; }

#back-top {
  width: 64px;
height: 32px;
line-height: 34px;
display: block;
position: fixed;
z-index: 999;
right: 20px;
bottom: 22px;
opacity: 0; 
text-align: center;
border-radius: 2px;
color: white;
/* display: none; */
}
  background: rgba(0, 0, 0, .5); }
  #back-top {
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  #back-top i {
    margin: 0; }

.icon-wrapper {
  /* Responsive Elements / Images */ }
  .icon-wrapper.circle_frame, .icon-wrapper.round_frame, .icon-wrapper.square_frame {
    display: inline-block;
    padding: 20px;
    overflow: hidden; }
    .icon-wrapper.circle_frame i, .icon-wrapper.round_frame i, .icon-wrapper.square_frame i {
      margin: 0;
      top: auto; }
  .icon-wrapper.circle_frame {
    border-radius: 100%; }
  .icon-wrapper.round_frame {
    border-radius: 4px; }
  .icon-wrapper.single {
    display: block; }

.responsive {
  max-width: 100%;
  height: auto;
  /* 404 Page  */ }
  .responsive img {
    width: 100%;
    height: auto; }

.fourohfour {
  padding: 50px 0px !important; }
  .fourohfour h1.four-title {
    font-size: 120px; }
  .fourohfour label {
    display: none; }
  .fourohfour .src-wrap {
    max-width: 700px;
    margin: 0 auto; }
  .fourohfour input[type="text"] {
    width: 50% !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    margin-right: 5px; }

h1.shortmargin {
  margin-bottom: 20px !important; }
/*
.overlay, .overlayxtra {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: black;
  opacity: 0.5; }
  .overlay.overlayxtra, .overlayxtra.overlayxtra {
    background: rgba(0, 0, 0, .5);
    opacity: 0; }
*/

.position-fixed {position:fixed;}
.position-absolute {position:absolute;}
/*******************************************/
  /*! Topbar
/*  Menu, Logo, Top Search Styles
/*******************************************/ }
  .kioken-milestone .number {
    font-size: 70px;
    line-height: 70px;
    display: block;
    font-weight: 700;
    margin-bottom: 5px; }
  .kioken-milestone .subject {
    letter-spacing: 0.5px;
    font-weight: 300;
    font-size: 16px; }

#topbar {
	position:relative;
	width:100%;
  -webkit-backface-visibility: hidden; }
  
  
  
  
  #topbar {
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

  #topbar a#logo {
     display: block;
    position: relative;
    top: 11px;
    left: -33px;
    z-index: 3;
    min-width: 175px;
    z-index: 10; }
  #topbar a#logo img {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: 100px; }
  #topbar a#logo img {
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  #topbar a#logo img.hollow {
    opacity: 0; }
  #topbar.fixify {
	background-color: #fff;
	background-color: rgba(0, 0, 0, 0.80);
	}
  #topbar.fixify .snavigation {
    padding: 28px 0 5px 0px; }
  #topbar.fixify a#logo img {
top: 15px;
height: 43px;
} 
	@media screen and (max-width: 991px) {
		#topbar.fixify a#logo img {
			top: 12px;
			height: 29px;
		}
	}
  #topbar.fixify.whiteFix {
    background-color: white; }
  #topbar.fixify.whiteFix .snavigation > ul > li > a {
    color: #353535; }
    #topbar.fixify.whiteFix .snavigation > ul > li > a:hover {
      border-bottom: 1px solid #353535; }
 
  #topbar div[class*="col-"] {
    margin-bottom: 0px; }
  #topbar .snavigation {
	  border-bottom: 1px solid black;
    text-align: right; 
	margin-top: 15px;	
    -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1); }
  #topbar .snavigation > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
	margin-top: 4px;
    /* mind this  on dropdowns */
    display: inline-block;
    overflow: visible; }
  #topbar .snavigation > ul > li {
    display: inline-block;
    float: left; }
    #topbar .snavigation > ul > li a {
      display: block; }
    #topbar .snavigation > ul > li:last-child {
      margin-right: 0px; }
  #topbar .snavigation > ul > li {
    position: relative;
    margin-right: 25px; }
    #topbar .snavigation > ul > li > a {
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		display: block;
		font-size: 15px;
		padding: 20px 0;
		margin: 20px 0;
		text-transform: capitalize;
		border-bottom: 1px solid transparent;
		opacity: 1;
		color: #fff;
		position:relative;
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        -ms-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out; 
	}
	
    #topbar .snavigation > ul > li > a:hover {
       opacity: 1; 
	}
	
	#topbar .snavigation > ul > li.menuitem > a:before {
		position:absolute;
		display: block;
		height: 5px;
		width:0%;
		position: absolute;
		content: ' ';
		bottom: -10px;
		left: 50%;
		opacity:0;
		background: #cdcbc9;
		-webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; 
	}
	
	#topbar .snavigation > ul > li.hover > a:before ,
	#topbar .snavigation > ul > li.active > a:before ,
	#topbar .snavigation > ul > li > a:hover:before {
		opacity:1;
		bottom:-10px;
		width:100%;left:0%;
	}
	
	
    #topbar .snavigation > ul > li.sfHover > a {
      position: relative;
      border-bottom: 1px solid transparent;
      opacity: 1; }
    #topbar .snavigation > ul > li ul {
		display: none;
		position: absolute;
		top: 44px;
		z-index: 9999;
		text-align: left;
		width: 12em;
		margin: 0;
		padding: 0;
		list-style: none;
		/* padding: 5px 4px 2px 10px; */
	}
	#topbar.fixify .snavigation > ul > li ul {
		background: rgba(0,0,0,.7);
		-webkit-transition: all 0.05s ease-out;
            -moz-transition: all 0.05s ease-out;
            -ms-transition: all 0.05s ease-out;
            -o-transition: all 0.05s ease-out;
            transition: all 0.05s ease-out;
	}
	#topbar .snavigation > ul > li ul > li {
        position: relative; }
	#topbar .snavigation > ul > li ul > li a {
		color: #fff;
		font-size: 12px;
		line-height: 19px;
		display: block;
		overflow: hidden;
		font-family:  'Helvetica Neue', Open Sans, Helvetica, Arial, sans-serif;
		font-weight: 400;
		
		padding: 8px;
		text-transform: uppercase;
		border-bottom: 1px solid transparent;
		opacity: 0.85; 
	}
    #topbar .snavigation > ul > li ul > li a {
		-webkit-transition: all 0.05s ease-out;
		-moz-transition: all 0.05s ease-out;
		-ms-transition: all 0.05s ease-out;
		-o-transition: all 0.05s ease-out;
		transition: all 0.05s ease-out; 
	}
    #topbar .snavigation > ul > li ul > li a:hover {
		color: #fff;
		opacity: 1;
			
	}
	#topbar.fixify .snavigation > ul > li ul > li a:hover {background: rgba(255,255,255,.1);}
	#topbar .snavigation > ul > li ul > li ul {
        left: 12.2em;
        top: -5px; 
	}
    #topbar .snavigation > ul > li ul > li ul:before {
        display: none; 
	}
    #topbar .snavigation > ul > li a.sf-with-ul, #topbar .snavigation > ul > li a#search_toggle {
      border-bottom: none; }
      #topbar .snavigation > ul > li a.sf-with-ul:hover, #topbar .snavigation > ul > li a#search_toggle:hover {
        border-bottom: none ; }
    #topbar .snavigation > ul > li.megamenu {
      position: inherit; }
      #topbar .snavigation > ul > li.megamenu ul {
        opacity: 0; }
      #topbar .snavigation > ul > li.megamenu.sfHover > a:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid white;
        position: absolute;
        top: 43px;
        left: 5px;
        z-index: 99999; }
      #topbar .snavigation > ul > li.megamenu > .sub-menu {
        width: 100%;
        left: 10px;
        padding: 15px 0px;
        top: 140px;
        display: block; }
        #topbar .snavigation > ul > li.megamenu > .sub-menu:before {
          display: none; }
        #topbar .snavigation > ul > li.megamenu > .sub-menu ul {
          margin: 0;
          padding: 0;
          background: none;
          box-shadow: none; }
      #topbar .snavigation > ul > li.megamenu > ul > li {
        display: inline-block;
        padding: 0px 15px;
        vertical-align: top;
        width: 32.33%;
        border-right: 1px solid #e7e7e7;
        margin-right: 0; }
        #topbar .snavigation > ul > li.megamenu > ul > li:last-child {
          border-right: none !important; }
        #topbar .snavigation > ul > li.megamenu > ul > li > a {
          font-weight: bold;
          font-size: 12px;
          text-transform: uppercase;
          color: #444;
          margin-bottom: 5px;
          letter-spacing: 2px; }
        #topbar .snavigation > ul > li.megamenu > ul > li ul {
          display: block !important;
          top: 0px !important;
          width: 100%;
          left: 0px !important;
          position: relative !important;
          opacity: 1 !important; }
          #topbar .snavigation > ul > li.megamenu > ul > li ul > li {
            border-right: 1px solid rgba(255, 255, 255, 0.1);
            list-style: none;
            list-style-type: none;
            margin-right: 0px;
            padding: 0px; }
            #topbar .snavigation > ul > li.megamenu > ul > li ul > li a {
              border-bottom: none !important;
              padding: 5px 12px; }
      #topbar .snavigation > ul > li.megamenu ul ul li a:hover, #topbar .snavigation > ul > li.megamenu ul ul li.current-menu-item a {
        color: #df0b0c;
        background: none !important; }
      #topbar .snavigation > ul > li.megamenu > ul > li > a:hover, #topbar .snavigation > ul > li.megamenu > ul > li.sfHover a {
        background-color: transparent !important; }
 
	/***************************/
	 #topbar .snavigation-bottom {
    padding: 10px 0 5px 0;
    text-align: right; 
	
    -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1); }
  #topbar .snavigation-bottom > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
	margin-top: 4px;margin-right: 24px;
    /* mind this  on dropdowns */
    display: inline-block;
    overflow: visible; }
  #topbar .snavigation-bottom > ul > li {
    display: inline-block;
    float: left; }
    #topbar .snavigation-bottom > ul > li a {
      display: block; }
    #topbar .snavigation-bottom > ul > li:last-child {
      margin-right: 0px; }
  #topbar .snavigation-bottom > ul > li {
    position: relative;
    margin-right: 40px; }
    #topbar .snavigation-bottom > ul > li > a {
     font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		display: block;
		font-size: 15px;
		padding-bottom: 4px;
		text-transform: capitalize;
		border-bottom: 1px solid transparent;
		opacity: 0.85;
		color: #fff;
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        -ms-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out; }
      #topbar .snavigation-bottom > ul > li > a:hover {
        opacity: 1; }
    #topbar .snavigation-bottom > ul > li.sfHover > a {
      position: relative;
      border-bottom: 1px solid transparent;
      opacity: 1; }
	  
	#topbar a#logo {
		  display: block;
    position: absolute;
    top: 11px;
    left: -33px;
    z-index: 3;
    min-width: 175px;
    z-index: 10;}
	  
	  #pretopbar ul.social {
		margin-top: 10px;
		margin-bottom: 0px;
	}
	
	/* END HEADER */
	
	
	
	/* SOCIAL */
	ul.social > li:hover > a > i {
		border: 2px solid #fcbe00;
		color: #fcd000;
	}
	ul.social {margin-left:0;padding-left:0;list-style: none;}
	ul.social  li {margin-bottom: 0px;
		
		margin-right: 10px;
		display: inline-block;}

	ul.social > li  a > i {
		cursor: pointer;
		display: inline-block;
		-moz-transition: all 0.15s ease;
		-o-transition: all 0.15s ease;
		-webkit-transition: all 0.15s ease;
		transition: all 0.15s ease;
		font-size:17px;
		color: #fcbe00;
		border: 2px solid #fcd000;
		border-radius: 50%;
		padding: 7px;
		position: relative;
		background: transparent;
		height: 34px;
		width: 35px;
		text-align: center;
		margin-right: 3px;
	}
	
	/* BLUE 2 */
	
/* 1.2 - Preloader
/* ========================================================================== */

#preloader {
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background-color: #ffffff;
    z-index: 999999 !important;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    /*You can use animated gif for preloader */
    /*background-image: url(../img/preloader.gif);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    margin: -100px 0 0 -100px;
    text-align: center;
    font-size: 50px;
}


/* GENERAL */
	.div-section {margin-bottom:50px;}
	
	.section-title {
		display:table;
		margin: 0 auto;
		padding: 5 15px;
		border-radius:100%;
		
		display: table;
		margin: 0 auto;
		color: #333;
		font-size: 40px;
		font-weight: 800;
		position:relative;
		
		margin-bottom:30px;
	}
	
	
	.section-title span{position:relative;}
	.section-title span:after {
		content: "";
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #fcbe00;
    z-index: 99;
    width: 0;
    /* position: relative; */
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    bottom: -11px;
    right: -40px;
    transform: rotate(45deg);
    position: absolute;
}
	
	.section.dark .section-title:after {    
		border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
	}
	.section.dark .section-title:before {
		border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
	}
			
.touchcarousel{position:relative;width:100%;height:620px;overflow:hidden}
.touchcarousel .touchcarousel-container{position:relative;margin:0;padding:0;list-style:none;left:0}
.touchcarousel .touchcarousel-wrapper{position:relative;overflow:hidden;width:100%;height:100%}
.touchcarousel .touchcarousel-item{margin:0;padding:0;float:left}
.touchcarousel .touchcarousel-item.last{margin-right:0!important}
.touchcarousel .arrow-holder{height:100%;width:45px;position:absolute;top:0;display:block;cursor:pointer;z-index:25}
.touchcarousel .arrow-holder.left{left:0;}
.touchcarousel .arrow-holder.right{right:0;}
.touchcarousel .arrow-icon{width:45px;height:90px;top:50%;margin-top:-45px;position:absolute;cursor:pointer}
.touchcarousel .arrow-holder.disabled{cursor:default}
.touchcarousel .arrow-holder.disabled .arrow-icon{cursor:default}
.touchcarousel .tc-paging-container{width:100%;overflow:hidden;position:absolute;margin-top:-3px;z-index:25}
.touchcarousel .tc-paging-centerer{float:left;position:relative;left:50%}
.touchcarousel .tc-paging-centerer-inside{float:left;position:relative;left:-50%}
.touchcarousel .tc-paging-item{float:left;cursor:pointer;position:relative;display:block;text-indent:-9999px; margin: 0 3px;}
.touchcarousel .scrollbar-holder{position:absolute;z-index:30;left:6px;right:6px;bottom:5px;height:4px;overflow:hidden}
.touchcarousel .scrollbar{position:absolute;left:0;height:4px;bottom:0}
.touchcarousel .scrollbar.dark{background-color:#828282;background-color:rgba(0,0,0,0.5)}
.touchcarousel .scrollbar.light{background-color:#d2d2d2;background-color:rgba(255,255,255,0.5)}
.touchcarousel .grab-cursor{cursor:url(grab.png) 8 8,move}
.touchcarousel .grabbing-cursor{cursor:url(grabbing.png) 8 8,move}
.touchcarousel .auto-cursor{cursor:auto}
.touchcarousel.three-d .arrow-icon{top:0;background-repeat:no-repeat;width:19px;height:20px;margin-top:0}
.touchcarousel.three-d .arrow-holder{top:-23px;width:19px;height:20px;-moz-opacity:.8;-webkit-opacity:.8;opacity:.8}
.touchcarousel.three-d .arrow-holder.left{left:auto;right:26px}
.touchcarousel.three-d .arrow-holder.right{right:3px}
.touchcarousel .arrow-holder.disabled{opacity:.3;}
.touchcarousel .arrow-icon.left{background: url('owl-carousel/arrow-left.png') no-repeat;
background-size: 100% 100%;
width: 33px;
height: 85px;
left: 13px;}
.touchcarousel .arrow-icon.right{background: url('owl-carousel/arrow-right.png') no-repeat;
background-size: 100% 100%;
width: 33px;
height: 85px;
right: 13px;}
.touchcarousel.three-d .arrow-holder.disabled .arrow-icon.left{background-position:-43px -14px}
.touchcarousel.three-d .arrow-holder.disabled .arrow-icon.right{background-position:-138px -14px}
.touchcarousel.three-d .arrow-holder:hover{-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.three-d .arrow-holder:active{-moz-opacity:.7;-webkit-opacity:.7;opacity:.7}
.touchcarousel.three-d .arrow-holder.disabled{-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.three-d .tc-paging-container{width:auto;float:none;right:53px;margin-top:0;top:-21px}
.touchcarousel.three-d .tc-paging-centerer{float:none;position:relative;left:0}
.touchcarousel.three-d .tc-paging-centerer-inside{position:relative;left:0;float:none}
.touchcarousel.three-d .tc-paging-item{background:url('sprite3d.png') no-repeat -95px -4px;width:16px;height:16px;-moz-opacity:.8;-webkit-opacity:.8;opacity:.8}
.touchcarousel.three-d .tc-paging-item.current{background:url('sprite3d.png') no-repeat -95px -22px}
.touchcarousel.three-d .tc-paging-item:hover{-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.minimal-light .arrow-icon{width:23px;height:28px;margin-top:-14px}
.touchcarousel.minimal-light .arrow-icon.left{left:5px;background:url('sprite-ml.png') no-repeat -6px -7px}
.touchcarousel.minimal-light .arrow-icon.right{right:5px;background:url('sprite-ml.png') no-repeat -173px -7px}
.touchcarousel.minimal-light .arrow-holder.disabled{-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.minimal-light .arrow-holder.disabled .arrow-icon.left{background:url('sprite-ml.png') no-repeat -40px -7px}
.touchcarousel.minimal-light .arrow-holder.disabled .arrow-icon.right{background:url('sprite-ml.png') no-repeat -139px -7px}
.touchcarousel.minimal-light .arrow-holder{width:35px;-moz-opacity:.8;-webkit-opacity:.8;opacity:.8}
.touchcarousel.minimal-light .arrow-holder:hover{-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.minimal-light .tc-paging-container{margin-top:-3px}
.touchcarousel.minimal-light .tc-paging-item{background:url('sprite-ml.png') no-repeat -95px -4px;width:16px;height:16px;-moz-opacity:.8;-webkit-opacity:.8;opacity:.8}
.touchcarousel.minimal-light .tc-paging-item.current{background:url('sprite-ml.png') no-repeat -95px -22px}
.touchcarousel.minimal-light .tc-paging-item:hover{-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.grey-blue .arrow-icon{background-image:url('sprite-gb.png');background-repeat:no-repeat;width:11px;height:19px;margin-top:-9px}
.touchcarousel.grey-blue .arrow-holder{width:19px;height:100%;-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.grey-blue .arrow-holder.left{left:-20px}.touchcarousel.grey-blue .arrow-holder.right{right:-20px}
.touchcarousel.grey-blue .arrow-icon.left{left:0;background-position:-6px -15px}
.touchcarousel.grey-blue .arrow-icon.right{right:0;background-position:-186px -15px}
.touchcarousel.grey-blue .arrow-holder:hover .arrow-icon.left{background-position:-36px -15px}
.touchcarousel.grey-blue .arrow-holder:hover .arrow-icon.right{background-position:-156px -15px}
.touchcarousel.grey-blue .arrow-holder.disabled .arrow-icon.left{background-position:-66px -15px}
.touchcarousel.grey-blue .arrow-holder.disabled .arrow-icon.right{background-position:-126px -15px}
.touchcarousel.grey-blue .arrow-holder:hover{-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.grey-blue .arrow-holder:active .arrow-icon{margin-top:-8px}.touchcarousel.grey-blue .arrow-holder.disabled{-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.grey-blue .tc-paging-item{background:url('sprite-gb.png') no-repeat -95px -4px;width:16px;height:16px;-moz-opacity:.8;-webkit-opacity:.8;opacity:.8}
.touchcarousel.grey-blue .tc-paging-item.current{background:url('sprite-gb.png') no-repeat -95px -22px}
.touchcarousel.grey-blue .tc-paging-item:hover{-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.black-and-white .arrow-icon{width:30px;height:30px;margin-top:-15px;background-image:url('sprite-bw.png');background-repeat:no-repeat;background-color:#323232;background-color:rgba(0,0,0,0.7);-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-opacity:.8;-webkit-opacity:.8;opacity:.8}
.touchcarousel.black-and-white .arrow-holder{width:35px}
.touchcarousel.black-and-white .arrow-holder:active .arrow-icon{-moz-opacity:.7!important;-webkit-opacity:.7!important;opacity:.7!important}
.touchcarousel.black-and-white .arrow-icon.left{left:10px;background-position:-2px -6px}
.touchcarousel.black-and-white .arrow-icon.right{right:10px;background-position:-175px -6px}
.touchcarousel.black-and-white .arrow-holder:hover .arrow-icon{background-color:#1e1e1e;background-color:rgba(0,0,0,0.7);-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left{background-position:-39px -6px}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right{background-position:-138px -6px}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left,
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right{background-color:#c8c8c8;background-color:rgba(0,0,0,0.3)}.touchcarousel.black-and-white .tc-paging-container{margin-top:-22px}
.touchcarousel.black-and-white .tc-paging-item{background-image:url('sprite-bw.png');background-repeat:no-repeat;background-position:-95px -4px;width:16px;height:16px}
.touchcarousel.black-and-white .tc-paging-item.current{background-position:-95px -22px}.touchcarousel.black-and-white .tc-paging-container{margin-top:-25px}
.touchcarousel.black-and-white .tc-paging-centerer-inside{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background-color:#323232;background-color:rgba(0,0,0,0.6);padding:2px 4px}
.touchcarousel .scrollbar.dark {
		background-color: #8A2831;
		border-bottom: 1px solid #8A2831;
	}
	
.touchcarousel-item{
	position: relative;
	height: 600px !important;
	
}
.touchcarousel-item img, .item img{
	max-height: 100%;

}
	
	
.footer-meta.footer-meta-pattern-bg{
	background-image: url(../img/bgs/footer-meta-pattern.png);
	border-top: 1px solid rgba(255,255,255,.3);
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.footer-meta .item{
	margin: 40px 0;
	padding: 10px 0;
	letter-spacing: 0.75px;
	position: relative;
}
.footer-meta{
	position: relative;
	color: rgba(255,255,255,0.9);
	font-size: 14px;
}
.footer-meta .footer-meta-border-top{
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: 10px;	
}
.footer-meta .footer-meta-border-bottom{
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.1);
	position: absolute;
	bottom: 10px;
	z-index: 2;	
}
.footer-meta:before{
	content: "";
	bottom: -9px;
	left: 50%;
	position: absolute;
	height: 20px;
	width: 20px;
	display: block;
	z-index: 1;
	margin-left: -14px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
@media (min-width: 992px) {
	.footer-meta .item{
		text-align: center;
	}
	.footer-meta .item:before{	
		content: "";
		top: 0;
		left: -15px;
		position: absolute;
		height: 100%;
		width: 1px;
		display: block;
		background: rgba(255,255,255,0.3);
		z-index: 1;
	}
	.footer-meta .col-md-3:first-child .item:before{
		display: none
	}
	.footer-meta .col-md-4:first-child .item:before{
		display: none;
	}
	.footer-meta .col-md-6:first-child .item:before{
		display: none
	}
	.footer-meta .col-md-12:first-child .item:before{
		display: none
	}
}
.footer-meta .social-media{
	margin: 40px 0;
	letter-spacing: 0.75px;
}
.footer-meta .sm_label{
	float: left;
	padding: 10px 5px 10px 0;
}
.footer-meta .item .label{
	font-size: 12px;
	margin: 0 5px;
	line-height: 20px;
	padding: 2px 5px;
}
	
	
	#footer-wrap .widget-title{color:#fff;text-transform: uppercase; font-weight:bold; border-bottom:2px solid #fcbe00;}
	#footer-wrap .footer-end{}
	
	
	#footer-wrap .footer-init{background: rgba(255, 209, 0, 0.2); padding: 15px 0 5px;}
	#footer-wrap {
		
		color:#fff;
		background: url(../img/bgs/footer-bg.jpg) no-repeat;
		background-size:cover;
	}
	#tweets a{ word-break: break-all; text-decoration: none !important; border: none !important; transition: all .5s ease-in;}
	#tweets a:hover{ color: white; }
	#tweets ul {
		list-style: none;
		margin:0;
		padding: 0;
	}
	#tweets ul li{
		margin: 5px 0;
	}
	.user img {
		width: 25px; height: 25px;
	}
	#tweets .interact {display: none}
	#tweets .interact a {
		display: inline-block;
		margin: 0 5px;
	}

	#background-services-home {
		background-size:cover;
	}
	
	
	
.k-animate, .slide-animate {
  position: relative;
  outline: 1px solid transparent;
  /***************** Image with animation / Col animation ******************/ }
  html:not(.js) .k-animate, html:not(.js) .slide-animate {
    opacity: 1; }
  .k-animate[data-anim-target="self"], .slide-animate[data-anim-target="self"] {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px); }
  .k-animate[data-anim-target="self"][data-animation="fadeInRight"], .slide-animate[data-anim-target="self"][data-animation="fadeInRight"] {
    right: -60px; }
  .k-animate[data-anim-target="self"][data-animation="fadeInTop"], .slide-animate[data-anim-target="self"][data-animation="fadeInTop"] {
    top: -150px; }
  .k-animate[data-anim-target="self"][data-animation="fadeInBottom"], .slide-animate[data-anim-target="self"][data-animation="fadeInBottom"] {
    bottom: -150px; }
  .k-animate[data-anim-target="self"][data-animation="fadeInLeft"], .slide-animate[data-anim-target="self"][data-animation="fadeInLeft"] {
    left: -60px; }
  .k-animate[data-anim-target="self"][data-animation="zoomIn"], .slide-animate[data-anim-target="self"][data-animation="zoomIn"] {
    transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2); }
  .k-animate[data-anim-target="self"][data-animation="showUp"], .slide-animate[data-anim-target="self"][data-animation="showUp"] {
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -o-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1); }
  .k-animate[data-anim-target="self"][data-animation="flipInX"], .slide-animate[data-anim-target="self"][data-animation="flipInX"] {
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    top: -60px; }
  .k-animate[data-anim-target="self"][data-animation="flipInY"], .slide-animate[data-anim-target="self"][data-animation="flipInY"] {
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    left: -60px; }
  .k-animate[data-anim-target="children"], .slide-animate[data-anim-target="children"] {
    opacity: 1; }
  .k-animate[data-anim-target="children"] > *, .slide-animate[data-anim-target="children"] > * {
    opacity: 0;
    position: relative;
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px); }
  .k-animate[data-anim-target="children"][data-animation="fadeInRight"] > *, .slide-animate[data-anim-target="children"][data-animation="fadeInRight"] > * {
    right: -60px; }
  .k-animate[data-anim-target="children"][data-animation="fadeInTop"] > *, .slide-animate[data-anim-target="children"][data-animation="fadeInTop"] > * {
    top: -150px; }
  .k-animate[data-anim-target="children"][data-animation="fadeInBottom"] > *, .slide-animate[data-anim-target="children"][data-animation="fadeInBottom"] > * {
    bottom: -150px; }
  .k-animate[data-anim-target="children"][data-animation="fadeInLeft"] > *, .slide-animate[data-anim-target="children"][data-animation="fadeInLeft"] > * {
    left: -60px; }
  .k-animate[data-anim-target="children"][data-animation="zoomIn"] > *, .slide-animate[data-anim-target="children"][data-animation="zoomIn"] > * {
    transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2); }
  .k-animate[data-anim-target="children"][data-animation="showUp"] > *, .slide-animate[data-anim-target="children"][data-animation="showUp"] > * {
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -o-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1); }
  .k-animate[data-anim-target="children"][data-animation="flipInX"] > *, .slide-animate[data-anim-target="children"][data-animation="flipInX"] > * {
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    top: -60px; }
  .k-animate[data-anim-target="children"][data-animation="flipInY"] > *, .slide-animate[data-anim-target="children"][data-animation="flipInY"] > * {
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    left: -60px; }

img.img-with-animation, .col.has-animation, .wpb_column.has-animation {
  opacity: 0;
  position: relative; }

img.img-with-animation[data-animation="grow-in"].full-opacity {
  opacity: 1; }

html:not(.js) img.img-with-animation, html:not(.js) .col.has-animation, html:not(.js) .wpb_column.has-animation {
  opacity: 1; }

img.img-with-animation[data-animation="grow-in"], .col.has-animation[data-animation="grow-in"], .wpb_column.has-animation[data-animation="grow-in"] {
  opacity: 0.1;
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  -o-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
  -webkit-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
  -moz-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
  -o-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25); }

img.img-with-animation[data-animation="fade-in-from-left"] {
  left: -40px;
  padding-right: 30px; }

.col.has-animation[data-animation="fade-in-from-left"], .wpb_column.has-animation[data-animation="fade-in-from-left"] {
  left: -40px; }

img.img-with-animation[data-animation="fade-in-from-right"] {
  right: -40px;
  padding-left: 30px; }

.col.has-animation[data-animation="fade-in-from-right"], .wpb_column.has-animation[data-animation="fade-in-from-right"] {
  right: -40px; }

img.img-with-animation[data-animation="fade-in-from-bottom"] {
  bottom: -100px; }

.col.has-animation[data-animation="fade-in-from-bottom"], .wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
  bottom: -50px; }

img.img-with-animation[data-animation="fade-in-from-left"], img.img-with-animation[data-animation="fade-in-from-right"] {
  margin: 0 auto; }
  
  
  
  
a#mobileme {
color: #fff;
position: absolute;
right: 35px;
top: 40px;
display: block;
width: 28px;
height: 28px;
z-index: 99;
}
  a#mobileme i {
    font-size: 30px; }

nav#mobilenav {
background: #222;
padding: 26px 20px 10px 20px;
position: absolute;
top: 16px;
left: 0;
z-index: 2;
width: 100%;
display: none;
border-bottom: 3px solid #fcd000;
 }
  nav#mobilenav ul {
    padding: 0;
    margin: 0;
    margin-top: 50px;
    list-style: none;
    list-style-type: none; }
  nav#mobilenav ul li, nav#mobilenav ul li.menu-item-has-children {
    list-style: none;
    list-style-type: none; }
  nav#mobilenav ul li a, nav#mobilenav ul li.menu-item-has-children a {
    color: #ccc;
    padding: 10px 0px;
    display: block;
    border-bottom: 1px solid #111;
    font-size: 13px;
    position: relative; }
    nav#mobilenav ul li a .sf-sub-indicator, nav#mobilenav ul li.menu-item-has-children a .sf-sub-indicator {
      position: absolute;
      right: 0;
      /*                 &:last-child { border-bottom: none; } */ }
      nav#mobilenav ul li a .sf-sub-indicator i, nav#mobilenav ul li.menu-item-has-children a .sf-sub-indicator i {
        color: #ccc; }
  nav#mobilenav ul li.sfHover > a, nav#mobilenav ul li.menu-item-has-children.sfHover > a, nav#mobilenav ul li a:hover, nav#mobilenav ul li.menu-item-has-children a:hover {
    color: #fff; }
  nav#mobilenav ul li ul, nav#mobilenav ul li.menu-item-has-children ul {
    margin-left: 20px;
    margin-top: 0; }
  nav#mobilenav > div > ul > li:last-child a {
   }

#topbar.dark a#mobileme {
  color: #444; }
  #topbar.dark #mobilenav {
    background: #fff; }
  #topbar.dark #mobilenav ul li a {
    color: #555;
    border-bottom: 1px dotted #ccc; }
  #topbar.dark #mobilenav ul li a .sf-sub-indicator i {
    color: #555; }
	#slide-choose {
		
		position: absolute;
		z-index: 9999;
		    right: 0%;
			
	}
	.slideccolor {    background: rgba(40, 40, 40, 0.9);}
	@media screen and (max-width: 768px) {
		.scroll_down {
			bottom: 290px !important;
		}
	}
	@media screen and (max-width: 486px) {
		.scroll_down {
display: none !important;
		}
	}
	@media screen and (max-width: 992px) {
		
	  
	  #topbar:before {
		position:absolute;
		top:15px;
		left:0;
		right:0;
		bottom:0;
		height:75px;
		background:#333;
		content: ' ';
		display: block;
		z-index:9;
	  }
		#slide-choose {
		    margin-top: 22px;
			right: 10px;
			margin-bottom: 50px;
			width: 100%;
		}
		.scc {
		      position: relative !important;
			margin-top: 140px;
			padding-bottom: 27px;z-index: 1 !important;
		}
		#mobileme {z-index:999999 !important}
		.scccont {background:#ccc;}
		.forcefullwidth_wrapper_tp_banner {display:none;}
	}
	@media screen and (max-width: 768px) {
		#sccont{padding:0 0 0px !important;}
		#slide-choose {
			right:0;
			z-index: 1;
			left:0;
			margin-top:0;
			width: 100%;
			position:relative;
		}
	}
	.container {position:relative;}
	.container.nopadding {padding-left:0px;padding-right:0px;}
	#slide-choose h3{
		color:White;
		font-size:16px;
		font-weight:bold;

	}
	#slide-choose #form-buscar{width:100%;margin-bottom: 10px;}
	#slide-choose .input-group, #slide-choose .input-group-addon, #slide-choose label.form-control{
		border-radius: 0 !important;
	
	}
	
	#slide-choose  ::-webkit-input-placeholder { /* WebKit browsers */
		color:    #333 !important;
	}
	#slide-choose  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color:    #333 !important;
	   opacity:  1;
	}
	#slide-choose  ::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color:    #333 !important;
	   opacity:  1;
	}
	#slide-choose  :-ms-input-placeholder { /* Internet Explorer 10+ */
	   color:    #333 !important;
	}
	
	
	#slide-choose a label {font-weight: 400 !important; cursor:pointer;}
	.ib-ub {
		border-radius: 5px !important;
		overflow: hidden !important;
		border: 1px solid #fff;
		
	}
	.ib-ub .form-control {
		width: 89% !important;
		width: 89% !important;
		background: transparent;
		color: white;
		border: none !important;    padding-left: 14px !important;
	}
	.ib-ub .btn {
		width: 12%;
		border: none !Important;
		
	}
	.row.dark label, .row.dark input:focus ,
	.row.dark label, .row.dark input {
		    height: inherit;
			padding: 6px 8px !important;
			border: 1px solid #333 !important;
			background: #ccc !important;

	}
	
	#slide-choose .row.dark ::-webkit-input-placeholder { /* WebKit browsers */
		color:    #333 !important;
	}
	#slide-choose .row.dark :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color:    #333 !important;
	   opacity:  1;
	}
	#slide-choose .row.dark ::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color:    #333 !important;
	   opacity:  1;
	}
	#slide-choose .row.dark :-ms-input-placeholder { /* Internet Explorer 10+ */
	   color:    #333 !important;
	}
	.row.white label.form-control, .row.white .input-group-btn .btn{
		border:  1px solid #FFD100;
		
	}.row.white .input-group-btn .btn{background:#ffd100;}
	
	.row.white label {position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;}
	.row.dark label, .row.dark .btn {
		background: #535659;
		color: white;
		border: 1px solid #333;
		box-shadow: none !important;
		height: inherit;
		padding: 6px 10px;
	}
	.row.dark input.form-control,
	.row.dark input.form-control:focus 
	{
			width:89%;
		height: inherit;
		padding: 6px 14px !important;
		border: 1px solid #333 !important;
	}
	.mr0 {margin-right:0px}
		.service-list .list-item {
			display: inline-block;
			margin-right: 25px;
			margin-left: 15px;
			font-weight: bold;position:relative;
			font-size:15px;
		}
		.service-list .list-item:before {
			position: absolute;
			display: block;
			height: 5px;
			width: 5px;
			position: absolute;
			content: ' ';
			top: 8px;
			left: -11px;
			border-radius: 100%;
			background: #fff;
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			-ms-transition: all 0.2s ease-out;
			-o-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
		}
		.included-in{margin-top:20px;border-top: 1px solid white;}
		.included-in .list-item {
			display: inline-block;
		}
		.service-icon-list  {
			border-bottom:1px solid white;
		}
		
		.service-icon-list .service-item.active {
			color: #fcbe00;
		}
		.service-icon-list .service-item  {
	
			padding: 10px 15px;
			position:relative;
			overflow:hidden;
		}
		.service-icon-list .service-item:before {
			position:absolute;
			display: block;
			height: 5px;
			width: 5px;
			position: absolute;
			content: ' ';
			bottom: -5px;
			left: 45%;
			opacity:0;
			border-left: 5px solid transparent;
			border-right: 5px solid transparent;
			
			border-bottom: 5px solid #fff;
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			-ms-transition: all 0.2s ease-out;
			-o-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out; 
		}
		
		.service-icon-list .service-item.active:before,
		.service-icon-list .service-item:hover:before {
			opacity:1;
			bottom:0px;
			
		}
		.service-icon-list .service-item.active:before{
			border-bottom: 5px solid #fcbe00 !important;
		}
	
		.service-icon-list .service-item  .service-icon{text-align:center; margin-bottom:10px;}
		.service-icon-list .service-item  .service-icon img{
			display:table;
			margin:0 auto;
			width: 56px;
		}
		
		.service-icon-list .service-item img.normal { display:table; }
		.service-icon-list .service-item img.active { display:none  !important; }
		
		.service-icon-list .service-item.active img.active { display:table !important; }
		.service-icon-list .service-item.active img.normal { display:none; }

		.service-icon-list .service-item  .service-text{
			-webkit-transition: all .3s ease-out;
			-moz-transition: all .3s ease-out;
			-ms-transition: all .3s ease-out;
			-o-transition: all .3s ease-out;
			transition: all .3s ease-out;
			display:block;text-align:center; color:white;
			font-size:14px; font-weight: bold; text-transform: uppercase;font-family:'Helvetica Neue', Open Sans, Helvetica, Arial, sans-serif;
		}
		.service-icon-list .service-item.active  .service-text{ color: #fcbe00;}
		.sevice-desc{padding-top:15px;}
		.icons-list {margin-top:5px;}
		.icons-list img {max-width: 100px; width:auto; height: 46px;display: table;margin: 0 auto;}
		.section.dark {color:White}
		.row.white label.form-control, .row.white .input-group-btn .btn {
			height: inherit;
			padding: 6px 6px;
		}
		.nav-tabs>li>a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
			background: none !Important;
			border: none !important;
		}
	

		.scroll_down {
			display: block;
			background: url(../img/png/scroll.png) no-repeat center center;
			background: url(../img/svg/scroll.svg) no-repeat center center;
			background-size: 30px 49px;
			width: 80px;
			height: 90px;
			left: 32%;
			text-indent: -9999px;
			position: absolute;
			margin-top: -215px;
			z-index: 99;
			-webkit-animation: mybounce 1500ms infinite;
			-moz-animation: mybounce 1500ms infinite;
			-ms-animation: mybounce 1500ms infinite;
			animation: mybounce 1500ms infinite;
		}

.service-text h1 {    font-size: 13px;
    color: white;
    text-align: center;
    margin: 0 auto;}

/*------------------------------------*\
    #WELCOME-SECTION
\*------------------------------------*/
@-webkit-keyframes mybounce {
    0% {background-position: center 20px;}
    50% {background-position: center 40px;}
    100% {background-position: center 20px;} 
}
@keyframes mybounce {
    0% {background-position: center 20px;}
    50% {background-position: center 40px;}
    100% {background-position: center 20px;} 
}
  #map {
		height:750px; width:100%;
	}
	@media screen and (max-width: 1200px) {
		#map {height: 550px;}
	}
	@media screen and (max-width: 768px) {
		#map {height: 450px;}
	}
	@media screen and (max-width: 468px) {
		#map {height: 350px;}
	}
	.contact-form {margin: 30px 0;}
	
	.amarillo-corp {
		color:  #fcd000;
	}
	
	
	.first-div.first-div-img .container {
		padding-top:240px;
		padding-bottom:80px;
		position:relative;
	}
	
	#heading-nosotros {
		background: url(../img/heading/nosotros.jpg) no-repeat center bottom fixed;
		background-size:cover;
		color:White;
	}
	#heading-evento {
		background: url(../img/heading/evento.jpg) no-repeat center bottom fixed;
		background-size:cover;
		color:White;
	}
	#parallax-nosotros-1{
		padding-top:50px;
		padding-bottom:20px;
		background: url(../img/parallax/nosotros/parallax-1.jpg) no-repeat center center fixed;
		background-size:cover;
		color:White;
	}
	.parallax-servicios-diagnostico{
		padding-top:50px;
		padding-bottom:20px;
		background: url(../img/parallax/servicios/turismo/diagnostico.jpg) no-repeat center center fixed;
		background-size:cover;
		color:White;
	}
	.first-div-img .page-title{
		color: #fcbe00;
		border-top: 1px solid #fcbe00;
		border-bottom: 1px solid #fcbe00;
		display: table;
		padding: 8px 26px;
		margin: 0 auto;
		line-height:1em;
		font-size: 31px;
		font-weight: bold;
		letter-spacing: 13px;
	}
	.btn-yellow {
		font-weight:bold;
		display: table;
		background: #fcd000;
		color:white;
		padding: 7px 18px;
		border-radius: 0px !important;
		border: 0px !important;
	}
	.btn-yellow:hover{color:white;background: #f1c700;}
	.btn-yellow.full {
		width:100%;
		
	}
	
	.btn-grey {
		font-weight:bold;
		display: table;
		background: #535659;
		color:white;
		padding: 7px 18px;
		border-radius: 0px !important;
		border: 0px !important;
	}
	.btn-grey:hover{color:white;background: #484c4f;}
	.btn-grey.full {
		width:100%;
		
	}
	.nopadding {
		padding-left:0px;
		padding-right:0px;
	}
	
	.contact-form {margin-top:0px;}
	
	.form-control {
		padding: 18px 12px;
	}
	
	.touchcarousel-wrapper {
		/*background: #cecece;
		border-top: 5px solid #fcbe00;
		border-bottom: 5px solid #fcbe00;*/
	}
	.promocion-item,.owl-item  {
		position:relative;
		text-align:center;
		/*box-shadow: 0px 0px 0px 5px #fcbe00;*/
	}
	.owl-item  .overlay {
		position:absolute;
		height: 40%;
		top:60%;
		left:0;
		right:0;
		padding: 20px;
		color:white;
		display:block;
		
		background:rgba(0,0,0,.65);
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-khtml-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}
	.promocion-item:hover .overlay {
		opacity: 1;
	}
	.promocion-item .overlay {
		
		position:absolute;
		height: 100%;
		top:0%;
		left:0;
		right:0;
		opacity:0;
		padding: 20px;
		color:white;
		display:block;
		
		background:rgba(0,0,0,.75);
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-khtml-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	
	}
	.owl-item    { overflow:hidden }
	.owl-item  .overlay .title  {
		padding: 0px 10px 15px; */
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
    /* border-bottom: 3px solid #fcbe00; */
    margin: 10px auto 35px;
    text-transform: uppercase;
    position: Relative;
    color: #fcbe00;
    line-height: 1.2em;
    font-weight: bold;
		
	}
	.owl-item  .overlay .title:after  {
		background: #fcbe00;
		height:3px;
		width:100px;
		left:0;
		bottom:-22px;
		position:absolute;display:block;content: ' ';
		
	}
	
	.promocion-item .info-text   {
		padding: 5px 0 8px;
	}
	
	.promocion-item .image-container   {
		overflow:hidden;
	}
	
	.promocion-item .info-text .title  {
		display: inline-block;
		padding: 0px 10px 15px;
		font-weight: bold;
		font-size: 24px;
		border-bottom: 3px solid #fcbe00;
		margin: 10px auto 15px;
		text-transform: uppercase;

		
	}
	.promocion-item .info-text .price-offer,.owl-item  .overlay .price-offer  {
		font-weight:400;
		font-size:15px;
	}
	.promocion-item .info-text .price-offer small,.owl-item  .overlay .price-offer small{
		font-size:13px;
	}
	
	.owl-item  .overlay .hover-show .view-more{
		height: 100px;
		width: 100px;
		padding: 19px 22px;
		font-size: 71px;
		color: White;
		background: #fcbe00;
		border-radius: 100%;
		text-align: center;
		left: 40%;
		position: absolute;
		bottom: 34%;
	
		bottom:-50%;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-khtml-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		opacity:0;
	}
	.promocion-item .overlay  .view-more{
		height: 100px;
		width: 100px;
		padding: 19px 22px;
		font-size: 71px;
		color: White;
		background: #fcbe00;
		border-radius: 100%;
		text-align: center;
		left: 35%;
		position: absolute;
		bottom: 34%;
	
		bottom:-50%;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-khtml-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		opacity:0;
	}
	.promocion-item .overlay .hover-show .view-more img, .touchcarousel-item .overlay .hover-show .view-more img{
		margin-top:2px;
	}
	
	
	.promocion-item .overlay .hover-show { 
		opacity: 0;
		position:absolute;
		top:-50%;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-khtml-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		width: 100%;
		height: 100%;
		left:0;
		right:0;
	
		overflow: hidden;
	}
	.promocion-item .overlay .hover-show{ 
		opacity: 0;
		position:absolute;
		top:0%;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-khtml-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		width: 100%;
		height: 100%;
		left:0;
		right:0;
	
		overflow: hidden;
	}
	.promocion-item:hover .overlay .hover-show, .owl-item  .overlay:hover .hover-show {
		opacity: 1;
		top: 0;
		color: white;

		
	}
	.promocion-item:hover .overlay, .owl-item :hover .overlay {
		height:100%;
		
	}
	 .owl-item  .overlay .hover-hide {
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-khtml-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		bottom:0%;
		position:relative;
	}
	
	
	.mvv-img {margin-bottom: 5px;}
	.subservices {padding:0; list-style: none !important;}
	.subservices li {padding: 5px 0; border-bottom: 1px solid rgba(0,0,0,.2); }
	.subservices li:first-child {border-top: 1px solid rgba(0,0,0,.2); }
	
	.first-div-img .container{padding-top:210px !important; padding-bottom: 85px !important; position:relative;}
	.down-button {
		position: absolute;
		display: inline-block;
		left: 0;
		right: 0;
		text-align: center;
		bottom: 20px;
		margin: 0 auto;
	}
	.mvv-img {max-width: 60px;}
	.section-icon-title {
		max-height: 30px;
		display: inline-block;
		vertical-align: initial;
		top: 2px;
		position: relative;
		margin-left: 10px;
	}
	.section.darkgrey {
		background: #535659;
		color: #fff;
	}
	.mb5{margin-bottom:5px;}
	.mt5{margin-bottom:5px;}
	.mt8{margin-bottom:8px;}
	.yellow-dotted-list {
		padding-left: 20px
	}
	ul.yellow-dotted-list li {
		list-style-type: none;
		position:relative;
	}

	ul.yellow-dotted-list li:before {
		content: '\2022 ';
		color: #fcd000;
		font-weight: bold;
		left: -15px;
		position: absolute;
		font-size: 25px;
		top: -1px;
		display: inline-block;
	}	


	.position-initial {position: initial;}
	
	.promociones_serv {
		background: #535659;
		color:white;
		border-top: 2px solid #fcbe00;
		padding: 6px 25px;
		position: absolute;
		font-size: 18px;
		bottom: 0px;
		left:20px;
	}
	.presupuesto_serv {
		background: #fcbe00;
		color:white;
		border-top: 2px solid #535659;
		padding: 6px 25px;
		position: absolute;
		font-size: 18px;
		bottom: 0px;
		right:20px;
	}
	
	.presupuesto_serv:hover,.promociones_serv:hover {
		color:white;
	}
	.presupuesto_serv i {
		color: #fff;
		font-size: 15px;
		vertical-align: baseline;
		margin-left: 5px;
		padding-left:8px;
		top: -1px;
		position: relative;
		margin-right: 0px;
		border-left: 1px solid #fff;

	}
		
		
		

/*------------------------------------*\
    #WELCOME-SECTION
\*------------------------------------*/
@-webkit-keyframes mybounce {
    0% {background-position: center 20px;}
    50% {background-position: center 40px;}
    100% {background-position: center 20px;} 
}
@keyframes mybounce {
    0% {background-position: center 20px;}
    50% {background-position: center 40px;}
    100% {background-position: center 20px;} 
}
  #map {
		height:750px; width:100%;
	}
	@media screen and (max-width: 1200px) {
		#map {height: 550px;}
	}
	@media screen and (max-width: 768px) {
		#map {height: 450px;}
	}
	@media screen and (max-width: 468px) {
		#map {height: 350px;}
	}
	.contact-form {margin: 30px 0;}
	
	.amarillo-corp {
		color:  #fcd000;
	}
	
	
	.first-div.first-div-img .container {
		padding-top:240px;
		padding-bottom:80px;
		position:relative;
	}
	
	#heading-nosotros {
		background: url(../img/heading/cabecerahome.jpg) no-repeat center bottom fixed;
		background-size:cover;
		color:White;
	}
	#parallax-nosotros-1{
		padding-top:50px;
		padding-bottom:20px;
		background: url(../img/parallax/nosotros/parallax-1.jpg) no-repeat center center fixed;
		background-size:cover;
		color:White;
	}
	.parallax-servicios-diagnostico{
		padding-top:50px;
		padding-bottom:20px;
		background: url(../img/parallax/servicios/turismo/diagnostico.jpg) no-repeat center center fixed;
		background-size:cover;
		color:White;
	}
	.first-div-img .page-title{
		color: #fcbe00;
		border-top: 1px solid #fcbe00;
		border-bottom: 1px solid #fcbe00;
		display: table;
		padding: 8px 26px;
		margin: 0 auto;
		font-size: 31px;
		font-weight: bold;
		letter-spacing: 13px;
		text-align:center;
	}
	@media screen and (max-width: 970px) {
		.first-div-img .page-title{
			font-size: 20px;
			letter-spacing: 8px;
			padding: 8px 16px;
		}
		.section-title:after, .section-title:before{
			display: none;
		}
			
	}
	.btn-yellow {
		font-weight:bold;
		display: table;
		background: #fcd000;
		color:white;
		padding: 7px 18px;
		border-radius: 0px !important;
		border: 0px !important;
	}
	.btn-yellow:hover{color:white;background: #f1c700;}
	.btn-yellow.full {
		width:100%;
		
	}
	
	.btn-grey {
		font-weight:bold;
		display: table;
		background: #535659;
		color:white;
		padding: 7px 18px;
		border-radius: 0px !important;
		border: 0px !important;
	}
	.btn-grey:hover{color:white;background: #484c4f;}
	.btn-grey.full {
		width:100%;
		
	}
	.nopadding {
		padding-left:0px;
		padding-right:0px;
	}
	
	.contact-form {margin-top:0px;}
	
	.form-control {
		padding: 18px 12px;
	}
	.owl-carousel .owl-item {width:100%;}
	.touchcarousel-wrapper {
		/*background: #cecece;
		border-top: 5px solid #fcbe00;
		border-bottom: 5px solid #fcbe00;*/
	}
	.promocion-item,.touchcarousel-item {
		position:relative;
		text-align:center;
		/*box-shadow: 0px 0px 0px 5px #fcbe00;*/
	}
	.owl-item .overlay {
		position:absolute;
		height: 40%;
		bottom:0%;
		left:0;
		right:0;
		text-align:left;
		padding: 20px ;
		color:white;
		display:block;
		
		background:rgba(0,0,0,.80);
		padding 10px;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-khtml-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}
	.promocion-item:hover .overlay {
		opacity: 1;
		
	}.owl-item:hover .overlay {
		top:55%;
	}
	.owl-item:hover .overlay a {
		color:white;
	}
	.hiddenonnh {opacity:0;}
	.owl-item:hover .hiddenonnh {opacity:1;}
	.promocion-item .overlay {
		
		position:absolute;
		height: 100%;
		top:0%;
		left:0;
		right:0;
		opacity:0;
		padding: 20px 10px;
		color:white;
		display:block;
		
		background:rgba(83,86,89,.85);
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-khtml-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	
	}
	.touchcarousel-item   { overflow:hidden }
	
	
	.promocion-item .info-text   {
		padding: 5px 0 8px;
	}
	
	.promocion-item .image-container   {
		overflow:hidden;
	}
	
	.promocion-item .info-text .title  {
		display: table;
		padding: 0px 5px 15px;
		font-weight: bold;
		font-size: 22px;
		min-height:64px;
		border-bottom: 3px solid #fcbe00;
		margin: 10px auto 15px;
		text-transform: uppercase;	
	}
	.promocion-item .info-text .price-offer,.touchcarousel-item .overlay .price-offer  {
		
		font-size:20px;
	}
	.promocion-item .info-text .price-offer small,.touchcarousel-item .overlay .price-offer small{
		font-size:13px;
	}
	
	.touchcarousel-item .overlay .hover-show .view-more{
		height: 100px;
		width: 100px;
		padding: 19px 22px;
		font-size: 71px;
		color: White;
		background: #fcbe00;
		border-radius: 100%;
		text-align: center;
		left: 40%;
		position: absolute;
		bottom: 34%;
	
		bottom:-50%;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-khtml-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		opacity:0;
	}
	.promocion-item .overlay  .view-more{
		height: 100px;
		width: 100px;
		padding: 19px 22px;
		font-size: 71px;
		color: White;
		background: #fcbe00;
		border-radius: 100%;
		text-align: center;
		left: 35%;
		position: absolute;
		bottom: 34%;
	
		bottom:-50%;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-khtml-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		opacity:0;
	}
	.promocion-item .overlay .hover-show .view-more img, .touchcarousel-item .overlay .hover-show .view-more img{
		margin-top:2px;
	}
	
	.promocion-item:hover .overlay .hover-show .view-more{
		bottom: 28%;
	
		opacity:1;
	
	}
	 .touchcarousel-item:hover .overlay .hover-show .view-more{
		bottom: 34%;
	
		opacity:1;
	
	}
	.promocion-item .overlay .hover-show { 
		opacity: 0;
		position:absolute;
		top:-50%;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-khtml-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		width: 100%;
		height: 100%;
		left:0;
		right:0;
	
		overflow: hidden;
	}
	.promocion-item .overlay .hover-show{ 
		opacity: 0;
		position:absolute;
		top:0%;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-khtml-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		width: 100%;
		height: 100%;
		left:0;
		right:0;
	
		overflow: hidden;
	}
	
	.mvv-img {margin-bottom: 5px;}
	.subservices {padding:0; list-style: none !important;}
	.subservices li {padding: 5px 0; border-bottom: 1px solid rgba(0,0,0,.2); }
	.subservices li:first-child {border-top: 1px solid rgba(0,0,0,.2); }
	
	.first-div-img .container{padding-top:210px !important; padding-bottom: 85px !important; position:relative;}
	.down-button {
		position: absolute;
		display: inline-block;
		left: 0;
		right: 0;
		text-align: center;
		bottom: 20px;
		margin: 0 auto;
	}
	.mvv-img {max-width: 60px;}
	.section-icon-title {
		max-height: 30px;
		display: inline-block;
		vertical-align: initial;
		top: 2px;
		position: relative;
		margin-left: 10px;
	}
	.section.darkgrey {
		background: #535659;
		color: #fff;
	}
	.mb5{margin-bottom:5px;}
	.mt5{margin-bottom:5px;}
	.mt8{margin-bottom:8px;}
	.yellow-dotted-list {
		padding-left: 20px
	}
	ul.yellow-dotted-list li {
		list-style-type: none;
		position:relative;
	}

	ul.yellow-dotted-list li:before {
		content: '\2022 ';
		color: #fcd000;
		font-weight: bold;
		left: -15px;
		position: absolute;
		font-size: 25px;
		top: -1px;
		display: inline-block;
	}	


	.position-initial {position: initial;}
	
	.promociones_serv {
		background: #535659;
		color:white;
		border-top: 2px solid #fcbe00;
		padding: 6px 25px;
		position: absolute;
		font-size: 18px;
		bottom: 0px;
		left:20px;
	}
	.presupuesto_serv {
		background: #fcbe00;
		color:white;
		border-top: 2px solid #535659;
		padding: 6px 25px;
		position: absolute;
		font-size: 18px;
		bottom: 0px;
		right:20px;
	}
	
	.presupuesto_serv:hover,.promociones_serv:hover {
		color:white;
	}
	.presupuesto_serv i {
		color: #fff;
		font-size: 15px;
		vertical-align: baseline;
		margin-left: 5px;
		padding-left:8px;
		top: -1px;
		position: relative;
		margin-right: 0px;
		border-left: 1px solid #fff;

	}
	.icons-servicios  { margin:25px 0;}
	.icons-servicios img {height:25px; margin-right:15px;}
	
	.info-row .icon img {max-height:25px;}
	
	.fancybox-overlay { font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;}
	.nye-popup .fancybox-skin {
		background:rgba(249,206,70,.7);
		color:white;
		  border-radius: 0;
		  box-shadow: none !important;
	}
	.nye-popup .fancybox-skin  .subscription-form-title{
		  
		color:white;
	}
	.nye-popup .fancybox-skin  input{
		background:#fff !important;
		border: 1px solid white;
		color: #333;
	}
	
	.nye-popup .fancybox-skin  .custom-submit-tblines{
		  margin: 0 !important;
		  background: #F9CE46 !important;
		  border: none !important;
		  padding: 2px 0;
		  width:100%;
	}
	
	.nye-popup .fancybox-skin  .custom-file{
		margin:0 !important;
		color:#fff !important;
		 border: none !important;
		background:#444444 !important;
	}
	
	.nye-popup .fancybox-skin {
		  padding: 40px !important;
	}
	
	.unleash_caption {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0); 
    padding: 2%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
     max-height: 100%; 
    left: 0;
    padding: 10% 2%;
    right: 0;
    overflow-y: auto;
}
.scc {
    position: absolute;
    margin-top: 140px;
    right: 0;
    left: 0;
    display: block;
}
.trapecioT {
      width: 100%;
    height: 0px;
    border-right: 300px  solid transparent;
    border-left: 300px  solid transparent;
    border-bottom: 39px solid #fff;    
	position: relative;
    z-index: 9999;
}.trapecio-top {
       width: 100%;
    height: 0px;
    border-right: 300px  solid transparent;
    border-left: 300px  solid transparent;
    border-top: 39px solid #fff;    position: relative;
    z-index: 9999;
}
@media screen and (max-width: 768px) {
	div.services  {text-align:left !important;} 
	.service-icon {    height: 17px !important;;}
	.presupuesto_serv {margin: 0 auto !important;    margin: 0 auto !important;
    position: absolute;
    right: 0; }
.trapecioT {
    border-bottom: 19px solid #fff; display:none;   
}.trapecio-top {
    display:none;
    border-top: 19px solid #fff; 
}
.hexagon {margin: 0 auto !important;}
.hexagon .section-title {    line-height: 1em !important;}
.owl-item:hover .overlay {
    top: 20%;
}
	.scc {
        position: relative;
    margin-top: 0;
    padding-top: 137px;
    padding-bottom: 6px;
  
}
}
.section-title {       line-height: 1em;
    padding-top: 24px;
    padding-right: 0px;
    padding-bottom: 24px;
    padding-left: 0px;
    margin: 0 auto;
	}
.hexagon {margin:-41px auto;}	
	.hexagon .section-title {
		position: relative;
    z-index: 999;
    background: White;
    border-radius: 0;
    display: block;
    text-align: center;}
	
	#form-buscar input {color:#333}
	
	@media (max-width: 1199px) {
		#topbar a#logo img {
			    height: 63px;
				margin-top:20px;
		}
		
	}
	@media (max-width: 986px) {
		#topbar a#logo{
			 left:0;
		}
		#topbar a#logo img {    height: 60px;
    margin-top: 10px;
    margin-left: 10px;;}
	
	#slide-choose {position:relative;}.scc {
    position: relative;
    margin-top: 0;
    padding-top: 137px;
    padding-bottom: 6px;
}
	}
.fb-update a {
    word-break: break-all;
}

#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: 58px;
    width: 100%;
    text-align:center;
    background-color: #eeeeee;
}
#infobox3 p {
    line-height:58px;
    font-size:12px;
    text-align:center;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: underline;
}


.closefb {
				background: transparent;
				border: 2px solid white;
				color: #fff;
				width: 30px;
				height: 30px;
				display: inline-block;
				position: absolute;
				top: 10px;
				right: 0px;
				text-align: center;
				font-size: 17px;
				border-radius: 100%;
				font-family: Arial;
				font-weight: bold;
				padding: 3px;
				cursor: pointer;
				transition: all .3s ease-in-out;
				-webkit-transition: all .3s ease-in-out;
				-moz-transition: all .3s ease-in-out;
				-ms-transition: all .3s ease-in-out;
				}
				.closefb:hover {
					background:#fff;
					color: #A11C37;
				}
	
							#login-popup {position:relative;display:none;width:550px; padding: 17px 17px 0px;color:White;}
.fancybox-skin { 
    background: #f1d029;
    border-radius: 0px;
}
#login-popup h3 { 
   color: #fff;
   line-height:1em;
    text-align: center;
    margin-bottom: 2px;
    font-size: 27px;
    font-weight: bolder;
	
}					
#login-popup p { 
    color: #333;
	text-align:center;
	
}				
#login-popup input { 

    background: rgba(255,255,255,.7);
	
	border: none !important;
	text-align:left;
	
}
							.ddark .head-gr {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.44+0,0+100;Neutral+Density */
									background:rgba(0,0,0,.5);
								}
								#menu_servicios {text-align:left;}
								#menu_servicios li a img{height: 28px; transition:all .3s ease-in-out;}
								.ddark .snavigation-bottom {display: none !Important }
								#menu_servicios li {margin-right: 35px; display: inline-block;}
								.menu-open-gray  {margin: 0;}
								.menuses{padding: 5px 0;}
									
									
								
								.choose-vehicle {
									height: auto !important;
									width: 155px !important;
									max-width: inherit !important;
									margin-right: 47px !important;
								}
								
								.top-social {
									text-align:center;
									
									height:37px;
									width:37px;
									border-radius:100%;
									
								}
								.top-social {   margin-top:12px; padding: 2px 0;}
								.top-social i { font-size:25px; margin:0;}
								.top-social.phone { padding-top:7px !important;background:#309b62;color:White;}
								.top-social.user {  padding-top:4px !important; border: 2px solid #e9db21 !important;color:#e9db21;}
								.top-social.user i{ color:#e9db21;}
								
								li.mr0 {margin-right:10px !important;}

/*----------------------------
e0ce87
------------------------------*/

.service_2_item:hover i,
.swipe-navi .swipe-left:hover i:hover, 
.swipe-navi .swipe-right:hover i:hover,
#filter li.selected a, #filter li a:hover,
#site-searchform #s:focus{
	border-color:#fcbe00;
}


.blog_medium .post_meta h2:hover a,
.recent_posts_list li a:hover,
.sidebar_widget ul.arrows_list li a:hover, .sidebar_widget ul.arrows_list1 li a:hover i,
.sidebar_widget ul.archives_list li a:hover, .sidebar_widget ul.arrows_list1 li a:hover i,
.pagination > li > a, .pagination > li > span,
.blog_medium .post_meta .metaInfo > span > a:hover,
.blogTitle > a:hover h2,
.blogMeta a:hover, .blogTitle span:hover,
.blog_large .post_meta .metaInfo > span > a:hover, .blog_single .post_meta .metaInfo > span > a:hover,
.author a,
span.hoverBox h4,
.navbar.navbar-inverse.navbar-static-top a:hover{
	color:#fcbe00;
}
.inner-page .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus{
	color:#fcbe00 !important;
}

.isStuck,
.custom-nav-tabs > li.active > a,
.custom-nav-tabs > li.active > a:hover,
.custom-nav-tabs > li.active > a:focus,
.custom-nav-tabs > li > a:hover,
.custom-nav-tabs > li > a:focus,
.hover_listing li .img,
.socialshare a:hover,
.hover_listing li .img:hover,
.page_head,
.front_service:hover .icon_service i,
.touching.medium a.hover-zoom, 
.touching.medium a.hover-link,
.carousel-pagination li.active,
.gDot,
#filter li.selected a:before,
.hover_listing li .img:hover,
.blog_medium .day,.pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus,
.blog_large .day, .blog_single .day,
.readmore,
.blogPic .blog-hover .icon,
#ui-lightbox-bottombar{
	background:#fcbe00 ;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background:#fcbe00 ;
}
ul.pricing-boxes li.best-plan .plan-name:after {
	border-color: rgba(255, 228, 1, 0);
	border-top-color: #fcbe00;
}
/* bottom border color variation */
ul.pricing-boxes li.best-plan .btn-primary,
input.normal, select.normal, textarea.normal{
	border-color:#e5cd00;
}
.btag {
				border: 1px solid #fcbe00;
				color: #fcbe00;
				padding: 3px 7px;
				margin: 2px 3px;
				font-size: 15px;
				font-style: normal;
				display:inline-block;
			}
		.btag:hover {background:#fcbe00;color:#fff;}
			.pagination-page{border:1px solid lightgrey;font-size:20px; padding:9px 14px; margin : 2px;}
			.pagination-page.active{background:#fcbe00; border-color:#fcbe00; color:#fff;}
			.pagination-page:hover{border-color:#fcbe00; color:#fcbe00;}
			
			.pagination-page.active:hover{border-color:#fcbe00; color:#fff;}
			.brb{border-bottom:1px solid #ddd; position:relative; margin:0px 0 10px;}
			.brb:after {
				content: ' ';
				position: absolute;
				bottom: -2px;
				right: 0px;
				left: 0;
				width: 40px;
				height: 3px;
				background: #fcbe00;
				display: table;
			}
			
			.brb.brb-wh:after {
				content: ' ';
				position: absolute;
				bottom: -2px;
				right: 0px;
				left: 0;
				width: 40px;
				height: 3px;
				background: #fff;
				display: table;
			}											
/* ---------------------------------------------
	BLOG SECTION	/
--------------------------------------------- */

.blogTitle {
	margin: auto auto 10px;
	position: relative;
}
.blogTitle > a h2 {
	font-family: open sans;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 0;
	color: #555;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.blogContent > p {
	font-family: open sans;
	font-size: 13px;
	line-height: 20px;
}
.blogTitle > a:hover h2 {
}
.blogTitle span {
	color: #777;
	cursor: pointer;
	font-family: open sans;
	font-size: 12px;
	line-height: 24px;
}
.blogTitle span i {
	padding-right: 5px;
	font-size: 12px;
}
.blogTitle span:hover i {
	color: #777;
}
.blogMeta {
	display: inline-block;
	padding: 5px 0 0;
	position: relative;
}
.blogMeta a {
	color: #777;
	font-family: open sans;
	font-size: 12px;
	line-height: 20px;
	margin-right: 15px;
	text-decoration: none;
}
.blogMeta a:hover, .blogTitle span:hover {
}
.blogMeta a i {
	padding-right: 5px;
	font-size: 14px;
}
.blogMeta a:hover i {
	color: #777;
}
.blogDetail {
	border: 1px solid #f2f2f2;
	display: inline-block;
	padding: 15px;
	position: relative;
}
.blogPic {
	position: relative;
}
.blogPic > img {
	width: 100%;
}
.blog-hover > a {
	display: block;
	left: 45%;
	position: absolute;
	top: 35%;
}
.blogPic .blog-hover {
	background: none repeat scroll 0 0 rgba(255,255,255, 0.5);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 120ms ease-in-out;
	-moz-transition: all 120ms ease-in-out;
	-o-transition: all 120ms ease-in-out;
	-ms-transition: all 120ms ease-in-out;
	transition: all 120ms ease-in-out;
	width: 100%;
}
.blogPic:hover .blog-hover {
	opacity: 1;
}
.blogPic .blog-hover .icon {
	border-radius: 50% 50% 50% 50%;
	display: block;
	height: 40px;
	margin: 25% auto 0;
	position: relative;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	color: #f2f2f2;
	width: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	top: 50%;
}
.blogPic .blog-hover .icon:hover {
	background: #555;
}
.blogPic:hover .blog-hover .icon {
	top: 0;
}
.blogPic .blog-hover p {
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}
.blog {
	padding: 50px 0 80px;
}
.blog_large .post, .blog_single .post {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e3e4e4;
}
.blog_large .post_img, .blog_single .post_img {
	margin-bottom: 10px;
	position: relative;
}
.blog_large .post_img img, .blog_single .post_img img {
	height: auto;
	width: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.blog_large .post_img:hover img, .blog_single .post_img:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.blog_large .post_video {
	margin-bottom: 25px;
	position: relative;
}
.blog_large .post_video iframe {
	max-width: 100%;
	max-height: 100%;
	height: 581px;
	width: 100%;
	border: none;
	box-shadow: none;
}
.medium .post_video iframe {
	max-width: 100%;
	max-height: 100%;
	height: 370px;
	width: 100%;
	border: none;
	box-shadow: none;
}
.blog_large .post_date, .blog_single .post_date {
	float: left;
	height: 0;
	text-align: center;
}
.blog_large .post_date span, .blog_single .post_date span {
	display: block;
}
.blog_large .day, .blog_single .day {
	color: #ffffff;
	font-size: 31px;
	font-weight: 700;
	padding: 15px 13px 12px;
}
.blog_large .month, .blog_single .month {
	color: #ffffff;
	display: block;
	padding: 4px 0 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
}
.blog_large .post_content, .blog_single .post_content {
	margin: 0 0 0 63px;
}
.blog_large .post_meta .metaInfo, .blog_single .post_meta .metaInfo {
	font-size: 0.9em;
	margin-bottom: 7px;
}
.blog_large .post_meta .metaInfo > span, .blog_single .post_meta .metaInfo > span {
	display: inline-block;
	padding-right: 15px;
	color: #777;
}
.metaInfo > span {
	color: #777;
	display: inline-block;
	margin-right: 7px;
	padding-right: 15px;
	position: relative;
}
.metaInfo > span:before {
	content: "/";
	display: inline-block;
	position: absolute;
	right: 0;
	vertical-align: middle;
}
.metaInfo > span:last-child:before {
	content: inherit;
}
.blog_large .post_meta .metaInfo > span > a, .blog_single .post_meta .metaInfo > span > a {
	font-family: open sans;
	font-size: 12px;
	text-transform: uppercase;
	font-style: italic;
}
.blog_large .post_meta .metaInfo > span > a:hover, .blog_single .post_meta .metaInfo > span > a:hover {
}
.blog_large .post_meta .metaInfo, .blog_single .post_meta .metaInfo {
	font-size: 12px;
	margin: 0 auto;
	padding: 0 0 20px;
	font-style: italic;
}
.blog_large .post_meta .metaInfo i, .blog_single .post_meta .metaInfo i {
	margin-right: 3px;
	color: #777;
}
.blog_large .post_meta h2, .blog_single .post_meta h2 {
	font-family: Open Sans;
	font-size: 22px;
	font-weight: 700;
	line-height: 34px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 0;
}
.blog_large .post_meta h2 a, .blog_single .post_meta h2 a {
}
.blog_large .post_content > p, .blog_single .post_content > p {
	margin-bottom: 20px;
}
.readmore {
	border-radius: 0;
	padding: 16px 33px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	letter-spacing: 1px;
	margin-top: 30px;
}
/*---------------------------------------------
	BLOG MEDIUM
---------------------------------------------*/
.blog_medium .post:after {
	clear: both;
	content: " ";
	display: block;
	visibility: hidden;
}
.blog_medium .post {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #f2f2f2;
}
.blog_medium .post_img {
	float: left;
	margin-bottom: 0;
	margin-right: 20px;
	position: relative;
	width: 35%;
}
.blog_medium .post_img img {
	height: auto;
	max-width: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.blog_medium .post_img:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.blog_medium .post_video {
	margin-bottom: 25px;
	position: relative;
}
.blog_medium .post_video iframe {
	max-width: 100%;
	max-height: 100%;
	height: 320px;
	width: 100%;
	border: none;
	box-shadow: none;
}
.blog_medium .post_date {
	float: left;
	margin-right: 20px;
	position: relative;
	text-align: center;
}
.blog_medium .post_date span {
	display: block;
}
.blog_medium .day {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 600;
	padding: 5px 10px;
}
.blog_medium .month {
	color: #FFFFFF;
	padding: 2px 13px 4px;
}

.blog_medium .post_content {
	float: left;
	margin: 0;
	width: 50%;
}
.blog_medium .post.no_images .post_content {
	max-width: 88%;
	width: auto;
}
.blog_medium .post_meta .metaInfo {
	font-size: 0.9em;
	margin-bottom: 7px;
}
.blog_medium .post_meta .metaInfo > span {
	display: inline-block;
	padding-right: 15px;
	color: #777;
}
.blog_medium .post_meta .metaInfo > span > a {
	color: #777;
	font-family: lato;
	font-size: 12.4px;
}
.blog_medium .post_meta .metaInfo > span > a:hover {
}
.blog_medium .post_meta .metaInfo {
	font-family: open sans;
	font-size: 0.95em;
	margin: 0 auto;
	padding: 0 0 20px;
}
.blog_medium .post_meta .metaInfo i {
	margin-right: 3px;
	color: #777;
}
.blog_medium .post_meta h2 {
	margin-bottom: 10px;
	margin-top: 0;
}
.blog_medium .post_meta h2 a {
	font-family: Open Sans;
	font-size: 24px;
	font-weight: 600;
	color: #555;
	line-height: 34px;
	text-transform: capitalize;
}
.blog_medium .post_meta h2:hover a {
}
.blog_medium .post_content > p {
	margin-bottom: 20px;
}
.video_youtube iframe, .video_vimeo iframe {
	position: relative;
	width: 100%;
	max-height: 100%;
	height: 340px;
}
/* ---------------------------------------------
	Sidebar
------------------------------------------------------*/
.sidebar {
	padding-left: 50px;
}
/* site search */
.site-search-area {
	margin: 0px;
	padding: 0 0 30px;
}
#site-searchform {
	margin: 0;
	padding: 0;
}
#site-searchform #s {
	border: 1px solid #eee;
	border-right: 0;
	background-color: #fff;
	width: 82%;
	height: 41px;
	padding: 5px 10px 5px 10px;
	color: #999;
	float: left;
	font: normal 13px "Open sans", Helvetica, Arial, sans-serif;
}
#site-searchform #s:focus {
	border: 1px solid inherit;
	background-color: #fff;
	width: 82%;
	height: 41px;
	padding: 5px 10px 5px 10px;
	color: #999;
	float: left;
	font: normal 12px "Open sans", Helvetica, Arial, sans-serif;
}
#site-searchform #searchsubmit {
	float: left;
	width: 50px;
	height: 41px;
	cursor: pointer;
	text-indent: -5555em;
	line-height: 100;
	overflow: hidden;
	background: url(../img/search-icon.png) no-repeat center 14px;
	border: 1px solid #eee;
	border-left: 0;
}
#site-searchform #searchsubmit:hover {
	background: url(../img/search-icon.png) no-repeat center 14px;
}

#head-comunicacion {background:url(http://www.floristeriaalagos.com/public/img/home/slider/full_56994007dc5ab.jpg) center center fixed;}

.color-white{color:#fff !important;}
.color-white h1{color:#fff !important;}
.color-white hr {border-color:#fff !important;}

.page-breadcrumbs {
	color: white;
	font-size: 26px;
	background: #A11C37;
	padding: 83px 0 50px;
	margin-bottom:40px;
}
.page-breadcrumbs h1 {
	color: white;
    font-size: 46px;
	letter-spacing: 2px;
	word-spacing: 4px;
	margin-bottom:10px;
}
.page-breadcrumbs h1:after {
	    bottom: -10px;
    left: 0;
    width: 21%;
    height: 1px;
    content: ' ';
    background-color: white;
    position: absolute;
}


/* ---------------------------------------------
	Recent Posts 
---------------------------------------------*/
ul.recent_posts_list {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.recent_posts_list li {
	margin: 0 0 15.5px;
	padding: 0 0 17px;
	list-style-type: none;
	border-bottom: 1px solid #f5f6f6;
	float: left;
	width: 100%;
}
.recent_posts_list li a {
	color: #444444;
	display: block;
	font-family: Open Sans;
	font-size: 12px;
	text-decoration: none;
}
.recent_posts_list li a:hover {
}
.recent_posts_list li span {
	float: left;
	margin-right: 15px;
}
.recent_posts_list li span img {
	float: left;
	margin-right: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.recent_posts_list li span img:hover {
	float: left;
	margin-right: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.recent_posts_list li i {
	padding: 1px 0px 0px 0px;
	margin: 0px;
	display: block;
	font-size: 11px;
	font-style: normal;
	color: #9e9e9e;
	font-family: lato;
}
.recent_posts_list li.last {
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #f5f6f6;
}
.sidebar_widget .sw_search, .sidebar_widget .sw_about, .sidebar_widget .sw_categories, .sw_tags, .sw_tab, .sw_archives, .sw_info, .sw_social {
	display: block;
	float: left;
	height: 100%;
	margin-bottom: 45px;
	position: relative;
	width: 100%;
}
.sidebar_widget ul.arrows_list {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
}
.sidebar_widget ul.arrows_list li {
	list-style: none;
	border-bottom: 1px solid #f2f2f2;
	padding: 5px 0;
}
.sidebar_widget ul.arrows_list li a {
	color: #777;
	font-family: Open Sans;
	font-size: 14px;
	line-height: 30px;
}
.sidebar_widget ul.arrows_list li a:hover, .sidebar_widget ul.arrows_list1 li a:hover i {
}
.sidebar_widget ul.arrows_list i {
	margin-right: 5px;
	color: #000;
}
/* ---------------------------------------------
	SIDE BAR ARCHIVE LIST
---------------------------------------------*/
.sidebar_widget ul.archives_list {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
}
.sidebar_widget ul.archives_list li {
	list-style: none;
	font-family: Open Sans;
	font-size: 14px;
	border-bottom: 1px solid #f2f2f2;
	padding: 12px 0;
}
.sidebar_widget ul.archives_list li a {
	color: #9395a2;
	font-family: Open Sans;
	font-size: 14px;
	line-height: 30px;
}
.sidebar_widget ul.archives_list li a:hover, .sidebar_widget ul.arrows_list1 li a:hover i {
}
.sidebar_widget ul.archives_list i {
	margin-right: 5px;
	color: #000;
}
.sidebar_title {
	float: left;
	width: 100%;
}
.sidebar_widget h3, .clientsays_widget h3 {
	margin-bottom: 30px;
	float: left;
}
.sidebar_widget h3 i, .clientsays_widget h3 i {
	font-weight: normal;
	font-style: normal;
}
.post_meta h2 {text-align:left;}
.openFancyUser {cursor:pointer;}
#preloader{
	background-color: #333;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
}
#loading{
	background-color: #efc94c;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	margin-top: -25px;
	margin-left: -75px;

}
.spinner {
    width: 70px;
    text-align: center;
    margin: 23px auto !important;
    left: 0px;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


.centro-wrapper.active {position:relative; margin-bottom:60px;}
.centro-wrapper.active:before {
	position:Absolute;
	display:block;
	left:0;right:0;content: ' ';
	bottom:-25px;
	height:2px;
	width:100%;
	background: #eee;
	
}
