﻿/*
Tags: light, green, white, one-column, two-columns, right-sidebar, three-columns,  left-sidebar, flexible-width, custom-menu, editor-style, featured-images,  sticky-post, theme-options, translation-ready
*/

/*
 * InnoCompanny main stylesheet
 */

/*  
 *  RESETS
 */ 
 
body{
    font-size: 13px;
    padding: 0 8px !important;
    color: #6f6f6f;
    line-height: 150%;
	background-color: #f2f2f2;
	background-image: none;
}
 
 b, strong {color: #002b4d;}
.post-content ul {list-style-image: url('../images/vineta_azul.png');}
 
/*
 * BOOTSTRAP OVERRIDES 
 */

h1, h2, h3, h4, h5, h6{
    line-height: 140%;
}

.container-fluid{
    padding: 0;
    margin: 0;
}

p{
    margin: 15px 0;
}

.well{
	background-color: #fafafa;
}

.img-polaroid {
    background-color: #fdfdfd;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

form button, form input[type="button"], form input[type="reset"], form input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

.less-margin {
    margin: 5px 0;
}

.no-margin{
	margin: 0 !important;
}

.container-inline input[type="submit"] {
    margin-bottom: 9px;
    margin-right: 5px;
}

.progress{
	height: 22px;
	line-height: 22px;
}

.progress .bar{
	text-align: left;
	font-size:13px;
	line-height: 22px;
	text-indent: 10px;
	text-shadow: 0 1px 0 rgba(100,100,100,.25);
}

a:focus, .btn:focus, * {
    outline: none;
}

a:hover{
    text-decoration: none;
}

.accordion-heading * {
    margin: 0;
}

.accordion-heading a {
    color: #5f5f5f;
}

.accordion-heading {
    box-shadow: none;
    background: #f8f8f8;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 16px;
}

.accordion-inner{
	padding-top: 18px;
	padding-bottom: 18px;
}

.getCode {
    margin-top: 20px;
    margin-bottom: 20px;
}


.getCode .icon-plus {
    margin-top: 4px;
    margin-right: 2px;
}

.the-icons li, .the-icons {
    list-style: none;
    list-style-type: none;
    margin-left: 5px;
}

.carousel .item > img{
    padding: 0;
}

.carousel p{
	margin: 0;
}

.carousel-caption h4{
	margin: 0 0 10px 0;
}

.carousel-caption{
	color: #fff;
	line-height: 150%;
}

.carousel-control{
    font-family: arial, Helvetica;
    top: 47%;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 32px;
    font-size: 44px;
}

.carousel-control.right{
	right: 0;
}

.carousel-control.left{
	left: 0;
}

@media screen and (max-width: 468px) {
     .btn-group {
        white-space: normal;
     }
     
     .btn-group .btn{
        margin: 5px ;
        border-radius: 4px;
     }
}

select, textarea, input[type="text"], input[type="password"], 
input[type="datetime"], input[type="datetime-local"], 
input[type="date"], input[type="month"], input[type="time"], 
input[type="week"], input[type="number"], input[type="email"], 
input[type="url"], input[type="search"], input[type="tel"], 
input[type="color"], .uneditable-input{
    height: auto;
}

h1 {
    font-size: 36px;
}
.h2m {
     font-size: 22px;
     margin-top: 0px !important; 
     margin-bottom: 0px;
     font-weight: bold;
     color:	#FFFFFF;
}
h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}

h5 {
    font-size: 17px;
}
h6 {
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6{
    line-height: 140%;
}

/*
 * Default WP classes required
 */

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 5px 0 5px;
}

/*
 * bootstrap accordion
 */

.accordion-group, .accordion-heading{
	border-radius: 0;
}

.accordion-group{
	margin-bottom: 3px;
	border-radius: 4px;
	border: 1px solid;
}

.accordion-heading{
	background: #f9f9f9;
	border-radius: 4px;
}

.accordion-heading .accordion-toggle{
	padding: 0;
	min-height: 36px;
	line-height: 36px;
	border-radius: 4px ;
}

.acc-icon{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	display: inline-block;
	height: 36px;
	padding: 0 12px;
	border-radius: 4px 0 0 4px;
	margin-right: 10px;
	border-right: 1px solid #e5e5e5;
}

.acc-icon .icon-plus, .acc-icon .icon-minus{
	margin-right: 0;
	color: #555 ;
}

/*
 * bootstrap tabs
 */

.nav-tabs {
	font-size: 14px;
	margin-bottom: 0;
}

.tabs-large .nav-tabs{
	font-size: 18px;
	margin-bottom: 0;
}

/* tabs top */

.tabbable.tabs-top .tab-content{
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

.tab-content {
	padding: 20px 15px;
}

.tab-content {
	background: rgb(248,248,248); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3OCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);*/
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 78%, rgba(243,243,243,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(78%,rgba(248,248,248,1)), color-stop(100%,rgba(243,243,243,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 78%,rgba(243,243,243,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 78%,rgba(243,243,243,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 78%,rgba(243,243,243,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(248,248,248,1) 78%,rgba(243,243,243,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-8 */
	border-top: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-left: 1px solid #ececec;
	border-radius: 0 0 4px 4px ;
	-moz-border-radius:  0 0 4px 4px  ;
	-webkit-border-radius:  0 0 4px 4px  ;
}

.nav-tabs {
	margin-right: 0;
	margin-top: 0;
	border: none;
	/*margin-left: 3px;*/
}

.nav-tabs > li {
	margin-right: 4px;
	border-radius: 2px 2px 0 0;
	list-style: none;
}

.nav-tabs > li > a {
	margin-right: 0px;
	background-color: #eee;
	color: #666;
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: none;
	border-radius: 2px 2px 0 0;
	margin-bottom: 0;
}

.nav-tabs > li > a:hover {
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: none;	
}

.nav-tabs > li.active{
	margin-bottom:0;
}

.nav-tabs > li.active > a:hover{
	color: #ffffff;
}

.nav-tabs > li.active > a, #footer-region .nav-tabs > li.active > a {
	box-shadow: none;
	color: #fff;
}

.tab-content .tab-pane > h1, .tab-content .tab-pane > h2, 
.tab-content .tab-pane > h3, .tab-content .tab-pane > h4{
	margin-top: 10px !important;
}

/* vertical tabs */

.tabs-left  .tab-content {
	padding: 15px 20px;
}

.tabs-left .tab-content {
	background: rgb(248,248,248); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3OCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);*/
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 78%, rgba(243,243,243,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(78%,rgba(248,248,248,1)), color-stop(100%,rgba(243,243,243,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 78%,rgba(243,243,243,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 78%,rgba(243,243,243,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 78%,rgba(243,243,243,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(248,248,248,1) 78%,rgba(243,243,243,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-8 */
	border-top: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-radius: 0 4px 4px 0;
}

.tabs-left > .nav-tabs {
	margin-right: 0;
	margin-top: 0;
	border: none;
}

.tabs-left > .nav-tabs > li {
	margin-bottom: 4px;
	border-radius: 2px 0 0 2px;
	margin-right: 0;
}

.tabs-left > .nav-tabs > li > a {
	margin-right: 0px;
	min-width: 130px;
	padding-left: 18px;
	padding-bottom: 8px;
	padding-top: 8px;
	background-color: #eee;
	color: #666;
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-right: none;
	border-radius: 2px 0 0 2px;
	margin-bottom: 0;
}

.tabs-left > .nav-tabs > li > a:hover {
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-right: none;
}

.tabs-left > .nav-tabs > li.active > a {
	box-shadow: none;
	color: #fff;
	margin-right: -1px;
}

.tabs-left > .nav-tabs > li.active > a:hover{
	color: #ffffff;
}

/* Tabs Right */

.tabs-right > .nav-tabs{
	margin-left: 0;
}

.tabs-right > .tab-content {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ececec;
	border-radius: 4px 0 0 4px ;
	-moz-border-radius:  4px 0 0 4px ;
	-webkit-border-radius:  4px 0 0 4px ;
}

.tabs-right > .nav-tabs > li {
	margin-bottom: 4px;
	border-radius: 0 2px 2px 0;
	margin-right: 0;
}

.tabs-right > .nav-tabs > li > a {
	margin-right: 0px;
	min-width: 90px;
	padding-left: 18px;
	padding-bottom: 8px;
	padding-top: 8px;
	background-color: #eee;
	color: #666;
	border-top: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-left: none;
	border-radius:  0 2px 2px 0;
	margin-bottom: 0;
	margin-left: 0;
}

.tabs-right > .nav-tabs > li > a:hover {
	border-top: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-left: none;
}

.tabs-right > .nav-tabs > li.active{
	margin-left: -1px;
}

.tabs-right > .nav-tabs > li.active > a:hover{
	color: #ffffff;
}

.tabs-right > .nav-tabs > li.active > a{
	color: #ffffff;
}

.tabs-right .tab-content .tab-pane > h1, .tabs-right .tab-content .tab-pane > h2, 
.tabs-right .tab-content .tab-pane > h3, .tabs-right .tab-content .tab-pane > h4{
	margin-top: 10px !important;
}

/*
 *  Container
 */

#wrapper{
    max-width: 1170px;
    margin: auto;
    padding: 0 !important;
}

#page-wrapper {
    /*background: none repeat scroll 0 0 #FDFDFD;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 2px 6px rgba(50, 50, 50, 0.25); */
    min-height: 300px;
    margin-bottom: 20px;
}

/*#main-wrapper{padding: 15px 0;}*/
/* containers style for front page DAG 13.08.04*/
/*.page-template-icompany-front-page-php #page-container{padding: 25px 0 0 0;}*/
/*.page-template-icompany-front-page-php #main-wrapper{padding: 0 0 25px 0;}*/

/*
 *  TopBar
 */

#topBar{
/*    line-height: 34px;*/
    min-height: 34px;
    margin: 3px 0;
}

/*
 *  Top menu
 */

#topMenu {
    margin: 0;
    padding: 0 0 0 18px;
}

#topMenu  li{
    display: inline;
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}

#topMenu  li a{
    color: #888888;
    font-size: 12px;
    padding: 0;
}

#topMenu li span.topMenuSeparator{padding: 0 5px;}

#topMenu li:last-child span.topMenuSeparator{display: none;}

/*
 *  Top Search
 */

.topSearchContainer form{
    float: right;
    max-width: 175px;
    position: relative;
    margin: 0 15px 0 0;
    padding: 0;
}

.topSearchContainer .topFormSubmit{
    position: absolute;
    z-index: 100;
    right: 8px;
    top: 12px;
}

.topSearchContainer input#topSearch{
    margin: 7px 0 0 0;
    padding: 2px 5px 0 5px;
    width: 160px;
    border-radius: 4px;
    background: #fcfcfc;
    box-shadow: inset 0px 1px 1px rgba(100,100,100, 0.3);
    -moz-box-shadow: inset 1px 0 1px rgba(100,100,100, 0.3);
    -webkit-box-shadow: inset 0px 1px 1px rgba(100,100,100, 0.3);
    border: 1px solid #ececec;
    color: #999;
    font-size: 12px;
    height: 18px;
    line-height: 20px;
    display: block;
}

.widget_search form{
	position: relative;
	margin: 0 ;
}

.widget_search .topFormSubmit{
    position: absolute;
    z-index: 100;
    right: 18px;
    top: 7px;
}

@media screen and (max-width: 767px) {
    .topSearchContainer form{
        float: none;
        padding-left: 18px;
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    
    .topSearchContainer .topFormSubmit{
        right: 12px;
        top: 5px;
    }
    
    .topSearchContainer input#topSearch{
    	margin: 0;
    }
}



	
	
/*
 *  Social Icons in topbar
 */

#topbarSocialIcons{
	float: right;
}

#topbarSocialIcons .headericons{
	margin: 0;
	padding: 0;
	height: 29px;
}

#topbarSocialIcons .headericons li{
	list-style: none;
	display: inline-block;
}

@media screen and (max-width:767px) {
	#topbarSocialIcons{
		float: none;
		margin-bottom: 10px;
		padding-left: 15px;
	}
}

/*
 * Site name and slogan
 */

#site-name{
	font-size: 40px;
	line-height: 50px;
}

#site-name a{
	color: inherit;
}

#site-slogan{
	text-indent: 3px;
	color: #666666;
}

/*
 * MAIN MENU (other style settings are in styles/superfish.css)
 */

.main-menu-container{
    float: right;
 /*   margin-right: 30px;*/
}

/* default desktop style */
.selectnav { display: none; }

.selectnav{
    width: 80%;
	float: right;
}

/* small screens */
@media screen and (max-width: 1080px) {
  .js #main-menu { display: none; }
  .js .selectnav { display: block; }
  
  .main-menu-container{
      float: none;
      margin: 60px 15px 25px 35px;
      padding-top: 5px;
  }
}

/* small screens and bootstrap vertical columns */
@media screen and (max-width: 767px) {
  .main-menu-container{
      float: none;
      margin: 40px 15px 25px 15px !important;
  }
}

/*
 * PAGE TITLES
 */

#page-title{
/*padding: 25px 8px 19px 28px;*/
padding: 10px 0px 10px 50px;
color: #fff;margin: 0;overflow: hidden;}

#page-title h1, #page-title a {margin: 0;color: #fff;}

#page-container #content > .contentLeftRight-inner > .post:first-child > h1:first-child, 
#page-container #content > .contentLeftRight-inner > .post:first-child > h2:first-child, 
#page-container #content > .contentLeftRight-inner > .page:first-child > h1:first-child, 
#page-container #content > .contentLeftRight-inner > .page:first-child > h2:first-child, 
#page-container #content > .contentLeftRight-inner > .page > .post-content > h1:first-child, 
#page-container #content > .contentLeftRight-inner > .page > .post-content > h2:first-child {
	margin-top: 10px;
}

.page h2:first-child{
	margin: 0;
}

@media screen and (max-width: 767px) {
  #page-title h1{
      font-size: 28px;
  }
}

/*
 * SLIDER STYLES
 */

#icompany-slider{
	position: relative;
}

#icompany-slider iframe{
	border: 0;
}

#slider-inner-shadow {
	background: url(../images/slider-inner.png) top repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	overflow: hidden;
	line-height: 3px;
	z-index: 500;
}

#slider-inner-shadow-bottom {
	background: url(../images/slider-inner-bottom.png) top repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	overflow: hidden;
	line-height: 3px;
	z-index: 500;
}

/*
 * Nivo slider
 */

.nivoslider_container #slider-inner-shadow-bottom, .nivoslider_container #slider-inner-shadow-bottom {
	background: none;
	display: none;
}

.slider-wrapper {
	margin: 0 auto;
	width: 100%;
}

.theme-bar.slider-wrapper {
	border: 0;
}

.nivo-caption-title {
	font-size: 34px;
	line-height: 44px;
	text-shadow: 1px 0 0 #333;
	padding-bottom: 0;
	width: 85%;
}

.nivo-caption {
	padding: 15px 20px 15px 20px;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	color: #FFFFFF;
	display: none;
	left: 0;
	opacity: 1;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 8;
	box-shadow: 0px 0px 5px rgba(0,0,0, .4) inset;
}

.nivo-caption-link {
	bottom: 50%;
	margin-bottom:-22px;
    float: right;
    position: absolute;
    right: 20px;
    width: 15%;
}

.nivo-caption-link a {
	float: right;
}

.nivo-caption-body {
	float: left;
	width: 85%;
	text-shadow: 1px 0 0 #333;
	padding-top: 15px;
}

.theme-bar .nivo-controlNav {
	bottom: -41;
	height: 30px;
	text-align: center;
	padding: 5px 0;
	color: #5f5f5f;
	border-top: none;
	background: rgb(247,247,247); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(232,232,232,1) 96%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(96%,rgba(232,232,232,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 96%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
	opacity: 0.8;
}
.theme-bar:hover .nivo-controlNav {
	bottom: 0;
	opacity: 1;
}

.theme-bar .nivo-directionNav a {
	color: #000000;
}

.nivo-control {
	font-family: Arial, Helvetica, sans-serif; /* line fix. dont remove */
}

@media screen and (max-width: 767px) {

	#icompany-slider .nivo-caption-title.slide-title{
		font-size: 18px;
		line-height: 34px;
		text-shadow: 1px 0 0 #333;
	}

	.theme-bar .nivo-controlNav {
		bottom: 0;
	}

	.theme-bar .nivo-caption {
		bottom: 41px ;
		padding: 16px 10px;
	}
	
	.nivo-caption-link{
		margin-bottom: -15px;	
	}
	
	.nivo-caption-link .btn-large{
		padding: 2px 8px;
		font-size: 14px;
	}
}

/*
 * ELASTIC SLIDER
 */


#ei-slider .ei-slider-large {
	margin: 0;
	padding: 0;
}

#ei-slider .ei-slider-thumbs li {
	list-style: none;
	list-style-type: none;
}

#ei-slider .ei-slider-thumbs li img{
	width: 120px;
	height: auto;
}

#ei-slider a:focus {
	outline: none;
}

.ei-caption-link {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.ei-title h2  .elastic-title-inner {
		color: #333333 !important;
	}
}

/*
 * REVOLUTION SLIDER
 */

.rev_slider_wrapper .btn{
	color: #444444;
}

.rev_slider_wrapper, .rev_slider_wrapper h1, .rev_slider_wrapper h2, .rev_slider_wrapper h3, .rev_slider_wrapper p {
	color: #555555 ;
}

.rev_slider_wrapper a{
	transition: color .3s ease;
}

.rev_slider_wrapper a:hover{
	color: #777777;
}

/*
 * caption elements styles 
 * (Other styles are defined in icompany/plugins/revslider/rs-plugin/css/captions.css)
 */ 

[class^="icompany_colorFramed"], [class*="icompany_colorFramed"]{
	color: #ffffff;
	line-height: 140%;
}

[class^="icompany_whiteFramed"], [class*="icompany_whiteFramed"]{
	color: #555555;
	line-height: 140%;
	background-color: #FDFDFD;
	box-shadow:rgba(0,0,0,.15);
}

[class^="icompany_blackFramed"], [class*="icompany_blackFramed"]{
	color: #ffffff;
	line-height: 140%;
	background-color: rgba(0,0,0,.45);
}

@media screen and (max-width: 979px) {
	.rev_slider_wrapper .btn, .rev_slider_wrapper .btn-large {
		padding: 4px 7px;
		font-size: 14px;
	}
}

/*
 * CUTE SLIDER
 */

.cuteslider_container{
	margin: 30px auto 60px auto;
	padding: 0 10px;
	
}

.cuteslider_container #slider-inner-shadow {
	background: none;
	display: none;
}

.cs-borderlesslight .br-slideinfo .bottom div, .cs-borderlessdark .br-slideinfo .bottom div{
	padding: 20px 34px 40px !important;
}

.caption_slider2_layer1_sublayer1, .caption_slider2_layer2_sublayer1, .caption_slider3_layer2_sublayer1{
	background: rgba(0,0,0,.5) !important;
}

.cs-circleslight .cute-shadow{
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.cs-borderlesslight .br-slideinfo .br-infocontent{
		display: none;
	}
}

/*
 * BREADCRUMB
 */

#breadcrumb-bar{
    background: none repeat scroll 0 0 #F5F5F5;
    border-top: 1px solid #FFFFFF;
    color: #777777;
    height: 32px;
    line-height: 32px;
    margin: 0;
	overflow: hidden;
}

#breadcrumb-bar ul{
    list-style: none;
    list-style-type: none;
	font-size: 14px;
    padding: 0;
    margin: 0;
}

#breadcrumb-bar ul li{
    list-style: none;
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 5px;
}

#breadcrumb-bar ul li:after{
    content: ">";
}

#breadcrumb-bar ul li:last-child:after {
    content: "";
}

#breadcrumb-bar ul li a{
    padding-right: 5px;
}

#home-icon {
    float: left;
    padding: 0 12px;
    line-height: 32px;
    height: 32px;
    margin-right: 10px;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

.header-border{
    height: 1px;
    overflow: hidden;
    line-height: 1px;
    border-top: 1px solid #e5e5e5;
    margin: 0;
    padding: 0;
}

/*
 * Left & Right Sidebars
 */

#left-sidebar, #right-sidebar{
}

#right-sidebar{
	float: right;
}

#right-sidebar .widget, #left-sidebar .widget{	
	border-bottom: 1px solid #e0e0e0;
    margin-bottom: 25px;
    padding: 0 20px 25px 20px;
}

#right-sidebar .widget:last-child, #left-sidebar .widget:last-child{	
	border-bottom: none;
}


#right-sidebar .widget .heading h1, #left-sidebar .widget .heading h1{
    margin: 5px 0 15px 0;
}

#right-sidebar .widget .heading h3, #left-sidebar .widget .heading h3{
    margin: 0 0 15px 0;
}

 .widget ul, .widget ul{
	margin: 0 0 10px 0;
}

.widget ul li, .widget ul li{
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #e6e6e6;
	padding-left: 20px;
	background: url(../images/list.png) left top no-repeat;
}

.widget ul li:last-child, .widget ul li:last-child{
	border-bottom: none;
}

.widget ul li a, #left-sidebar .widget ul li a{
	display: block;
}

.widget ul li, .widget ul li{
	padding-top:6px;
	padding-bottom: 6px ;
}

.widget  .recentcomments{
	padding-top:6px !important;
	padding-bottom: 6px !important;
}

/*
 * RSS WIDGET
 */

.rsswidget img{
	margin-right: 5px;
}

.widget_rss ul li a.rsswidget{
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
}

.widget_rss ul li span.rss-date{
	color: #111111;
    font-size: 12px;
    font-style: italic;
    display: block;
    margin-bottom:3px;
}

@media screen and (max-width: 767px) {
	#right-sidebar{
		margin-top: 25px;
		padding-top:25px;
		border-top-width: 3px;
		border-top-style: solid;
	}
	
	#left-sidebar{
		margin-bottom: 25px;
		padding-bottom:25px;
		border-bottom-width:3px;
		border-bottom-style: solid;
	}
}

/*
 * CONTENT AREA
 */

#content.with-no-sidebar .contentLeftRight-inner, 
.with-no-sidebar .contentLeftRight-inner{
	padding: 0 10px;
}


#content.no-left-yes-right .contentLeftRight-inner, 
.no-left-yes-right .contentLeftRight-inner{
	padding: 0 0 0 10px;
}

#content.yes-left-no-right .contentLeftRight-inner, 
.yes-left-no-right .contentLeftRight-inner{
	padding: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
	
	/* ADD LEFT, RIGHT PADDING TO CONTENT AREA FOR MOBILE DEVICES */
    #content.with-no-sidebar .contentLeftRight-inner, 
	.with-no-sidebar .contentLeftRight-inner, 
	#content.no-left-yes-right .contentLeftRight-inner, 
	.no-left-yes-right .contentLeftRight-inner, 
	#content.yes-left-no-right .contentLeftRight-inner, 
	.yes-left-no-right .contentLeftRight-inner
	{
		padding: 0 25px !important;
	}

}

/*
 * POSTS
 */

.post{
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.blog-listing-title{
	margin-bottom: 10px;
}

.post-info{
	border-bottom: 1px solid #E2E2E2;
    margin-bottom: 18px;
    padding: 0 0 10px;
    width: 100%;
    font-size: 12px;
    color: #999;
}

.post-info [class^="icon-"], .post-info [class*="icon-"] {
	margin-right: 5px;
}

.post-info a[rel=author]{
	text-transform: capitalize;
}


/*
 * sticky posts
 */

.sticky{
	padding: 15px 20px;
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(50,50,50,.2);
	border:1px solid #fdfdfd;
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

img.pull-left,  img.alignleft{
	margin: 0 15px 5px 0;
}

img.pull-right,  img.alignright{
	margin: 0 0 5px 15px;
}

.medium_image .flexslider{
	width: 360px;
	height: auto;
	float: left;
	margin-right: 25px;
	margin-top: 2px;
	margin-bottom: 10px;
}

.flexslider{
	overflow: hidden;
}

.flexslider .post-image-hover{
	position: absolute;
	width: 48px;
	height: 48px;
	padding:0;
	top: 50%;
	left: 50%;
	z-index: 200;	
	margin-top: -20px;
	margin-left: -24px;
	opacity: 0;
}

.flexslider .post-image-hover img{
	width: auto;
}

@media screen and (max-width: 520px) {
	.medium_image .flexslider{
		width: 360px;
		float: none;
	}
}

/*
 *  Social Sharing block on posts
 */

#sharing-block{
	margin: 40px 0;
	padding: 10px 20px 7px 20px;
	border-bottom: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
}

#sharing-block .sharing-text{
	font-style: italic;
	font-size: 110%;
	line-height: 28px;
}

@media screen and (max-width: 767px) {
	.icons-container{
		text-align:  left !important;
	}
	
	#sharing-block .sharing-text{
		line-height: 30px;
		margin-bottom:6px;
	}
	
	.icons-container a{
		margin-bottom: 12px;
	}

}

/*
 * -----------------------
 *  Shortcodes
 * -----------------------
 */

/* columns */

.one_half, .one_third, .two_third, .three_fourth, .one_fourth {
	margin-right: 4%;
	float: left;
	line-height: 21px;
	margin-bottom: 15px;
	position: relative;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.6666%;
}
.two_third {
	width: 65.3332%;
}
.one_fourth {
	width: 22%;
}
.three_fourth {
	width: 74%;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
.clearboth {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}

/* Versión Móvil*/
@media screen and (max-width: 767px) {
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth{
		width:100%;
		margin-bottom:10px;
	}
	.selectnav {width: 100%;float: right;margin-top: 15px;}
	#topBar {margin-bottom: 30px;}
	.logos {margin-top: 30px;margin-bottom: 20px;}
}

/*
 * Portfolio Slider
 */
.portfolio-slider{
	max-width: 845px;
}

.portfolio-slider .carousel-caption{
	opacity: .8;
	transition: opacity .4s ease;
	padding: 10px 15px 8px 15px;
}

.portfolio-slider .carousel-caption h4{
	margin: 0 0 8px 0;
}

.portfolio-slider:hover .carousel-caption{
	opacity: 1;
}


.slide-links{
	position: absolute;
	left: 50%;
	top: 50%;
	display: inline-block;
	margin-left: -68px;
	margin-top: -34px;
}

.slide-link{
	display: inline-block;
	width: 48px;
	height: 48px;
	margin: 0 10px;
	opacity: 0;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.portfolio-slider:hover .slide-link{
	opacity: 1;
}

.portfolio-slider .item:after {
	content: ".";
	position:absolute;
	top:0;
	left:0;
	z-index:-1000;
}


.portfolio-slider .item > img{
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.portfolio-slider:hover .item > img{
	opacity: 0.85;
}

/*
 * Recent Posts grid
 */

.recent-post-slideshow li:after {
	content: ".";
	position:absolute;
	top:0;
	left:0;
	z-index:-1000;
}

.post-holder{
	display: inline-block;
	float: left;
	margin-bottom: 10px;
	max-width: 350px;	
}

.post-holder .title{
	margin: 0 0 5px 1px;
}

.post-holder .title a{
	font-size: 15px;
	color: #333;
	font-weight: bold;
}

.post-holder .flexslider{
	margin-bottom: 10px;
} 

.recent-post-slideshow .videothumb iframe{
	float: left;
}

.post-holder  .post-info{
	padding: 0;
	margin: 0;
	border: none;
	color: #777;
	font-style: italic;
}

.post-holder  .post-info a{
	color: #222222;
	font-style: normal;
}


/* for older browser 
.column-4{width: 22%;margin-right:3%;}
.column-3{width: 30.3%;margin-right:3%;}
.column-2{width: 47%;margin-right:3%;}
.column-1{width: 22%;margin-right:3%;}
*/

/* for newer browsers */

.column-4{margin-right:4%;}
.column-4:nth-of-type(4n+4){margin-right:0;}
.column-3{margin-right:4.5%;}
.column-3:nth-of-type(3n+3){margin-right:0;}

@media screen and (max-width: 767px) {
	.column-4, .column-3, .column-2, .column-1{
		float: none;
		width: 100%;
		margin: 0 20px 30px 0;
	}
}

.tablepress>tbody>tr>td.column-1 {width: 0;}
.tablepress>tbody>tr>td.column-2 {width: 0;}
.tablepress>tbody>tr>td.column-3 {width: 0;}
.tablepress>tbody>tr>td.column-4 {width: 0;}

.tablepress>tbody>tr>th.column-1 {width: 0;}
.tablepress>tbody>tr>th.column-2 {width: 0;}
.tablepress>tbody>tr>th.column-3 {width: 0;}
.tablepress>tbody>tr>th.column-4 {width: 0;}

.tablepress thead th div {
float: left;
width: 100%;
text-align: center;
}

.page-id-19108 .tablepress .column-1 {
	width: 5%;
}
.page-id-19108 .tablepress .column-2 {
	width: 6%;	
}
.page-id-19108 .tablepress .column-3 {
	width: 12%;	
}
.page-id-19108 .tablepress .column-5 {
	width: 10%;	
}

/*
 * Clients carousel
 */

.client-carousel-container .elastislide-horizontal nav span{
	margin-top: -19px;
}

.client-carousel-container{
	margin: 15px 0;
}

.client-carousel-container .elastislide-carousel ul li{
	margin-right: 50px;
}

/*
 * Fontawesome
 */

[class^="icon-"],
[class*=" icon-"] {
	color: #444444;
	display: inline-block;
	margin-right: 8px;
} 

.extralarge{
	margin-right: 15px;
}

.fontawesome-icon, a.fontawesome-icon, .fontawesome-icon a{
	color: #444444;
} 

.fontawesome-icon.color-theme.style-circle{
	color: #ffffff;
}

.fontawesome-icon.medium{
	font-size: 20px;
} 

.fontawesome-icon.large{
	font-size: 34px;
} 

.fontawesome-icon.extralarge{
	font-size: 50px;
} 

.fontawesome-icon.style-circle{
	padding: 5px;
	display: inline-block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	color: #fff;
	background: #444444;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
}

.fontawesome-icon.style-circle.medium{
	padding: 8px;
	font-size: 18px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}

.fontawesome-icon.style-circle.large{
	padding: 7px;
	font-size: 24px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

.fontawesome-icon.style-circle.extralarge{
	padding: 12px;
	font-size: 38px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}

.round-dropcap .fontawesome-icon {
    color: #FFFFFF;
    font-size: 34px;
    margin: 0;
}

#highlighted-box .fontawesome-icon, #highlighted-box .fontawesome-icon.style-circle{
	color: #ffffff;
}

#highlighted-box .fontawesome-icon.style-circle{
	background: rgba(255,255,255,0.2);
}

#footer-region .fontawesome-icon{
	color: #999999;
}

#footer-region .fontawesome-icon.style-circle{
	color: #b4b4b4;
}

/*
 * Floated
 */

.floated-clear{
	margin-bottom: 10px;
}

/*
 * Person
 */

.person-picture{
	margin-bottom: 15px;
}

.person-description{
	margin-bottom: 15px;
}

.person-description .social-icons-widget{
	margin-top: 15px;
}

.person-info{
	margin-bottom: 15px;
}

.person-icons{
	margin: 3px 0 0 0;
	list-style: none;
	text-align: right;
}

.person-icons li{
	list-style: none;
	list-style-type: none;
	display: inline-block;
	margin-left: 4px;
}

@media screen and (max-width: 979px) {
	.person-icons{
		text-align: left;
		margin-left:-5px;
		margin-top: 10px;
	}
}

/*
 * Testimonials
 */

.testimonials{
	position: relative;
	max-width: 850px;
}

.testimonials blockquote{
	margin: 0;
	border:0;
	padding: 0;
	margin-bottom: 25px;
}

.testimonials blockquote q.quote-pop{
	background: #f5f5f5;
	display: block;
	padding: 22px 15px 22px 22px;
	border-radius: 2px;
}

.testimonials  .reviewer{
	display: block;
	padding: 20px 0 0 0;
}

.testimonials .company-name{
	padding: 8px 0 2px 44px;
	font-style:normal;
}

/* full separator */
.separater-full{
	display:block;
	height:1px;
	line-height: 1px;
	font-size:0px;
	overflow:hidden;
	border-bottom: 1px solid #e2e2e2;
	margin: 25px 0;
}

.separater-full.no-margin-sep{
	margin-top: 0;
	margin-bottom: 0;
}

/* Misc shortcodes */

.carousel{
	margin-bottom: 10px;
}

.horizontal-line{
	display: block;
	border-top: 1px solid #e2e2e2;
	font-size: 10px;
	text-align: right;
	margin: 25px 0;
	line-height: 10px;
	height: 16px;
}

.horizontal-line a{
	color: #999999;
	background: #fdfdfd;
	padding: 3px 6px;
	display:block;
	height: 10px;
	margin-top: -8px ;
	float: right;
}

/* Pricing tables */


.pricing-table{
	margin-bottom: 40px;
}

.pricing-table ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.pricing-table ul li {
	list-style: none;
	list-style-image: none;
	padding: 11px;
	margin: 0;
}

.pricing-table .tables3 .ptable {
	float: left;
	width: 33.2%;
}

.pricing-table .plan {
	margin: 0;
	position: relative;
}

ul.plan li{
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dcdcdc;
}

ul.plan > li:nth-of-type(2n+1) {
}

ul.plan > li:nth-last-child(-n+1) {
}

ul.plan li{
	background: #f0f0f0;
}

ul.plan  li.head {
	color: #ffffff;
	text-shadow: 0 2px 0 rgba(50,50,50,.2);
	border-bottom: none;
}

 ul.plan  li.head h2{
	font-size: 22px;
	margin: 0;
	color: #ffffff;
	font-weight:400;
	text-transform: capitalize;
}

.pricing-table div.ptable:first-child  li.head{
	border-left-width: 1px;
	border-left-style: solid;
}

.pricing-table div.ptable:nth-last-child(-n+1) > ul.plan > li.head{
	border-right-width: 1px;
	border-right-style: solid;
}

.pricing-table ul.plan.prefered {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    margin-top: -3px;
    z-index: 10;
    
}

.pricing-table  div.ptable:last-of-type > ul.plan, .pricing-table  div.ptable:last-of-type > ul.plan > li.head {
	border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

.pricing-table div.ptable:first-child > ul.plan, .pricing-table div.ptable:first-child > ul.plan > li.head {
	border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}

.pricing-table div.ptable:first-child{
	border-left: 1px solid #dcdcdc;
	border-top-left-radius: 4px;
}

.pricing-table .signup {
	height: 80px;
	line-height: 80px;
}

.pricing-table .signup a.btn {
	padding: 12px 40px;
	font-size: 18px;
}

.pricing-table ul .price {
	padding: 20px 0;
	font-size: 26px;
	margin:0;
	border-bottom: none;
	background: #383737;
	color: #fff;
	box-shadow: 0 2px 1px rgba(0,0,0,.4) inset;
	-moz-box-shadow: 0 2px 1px rgba(0,0,0,.4) inset;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.4) inset;
	border-left: 1px solid #4c4b4b;
	border-right: 1px solid #323131;
	border-bottom: none;
	border-top: none;
}

.pricing-table ul .price h2{
	margin: 0;
	color: #fff;
}

/* PRICING TABLES LAYOUTS -----------*/

.ptable{
	max-width: 300px;
	min-width: 140px;
}

.pricing-table .tables2 .ptable {
	float: left;
	width: 49.95%;
}

.pricing-table .tables4 .ptable {
	float: left;
	width: 24.95%;
}

.pricing-table .tables5 .ptable {
	float: left;
	width: 19.95%;
}

.pricing-table .tables6 .ptable {
	float: left;
	width: 16.62%;
}

.pricing-table .tables7 .ptable {
	float: left;
	width: 14.25%;
}

.pricing-table .tables7  .signup a.btn, .pricing-table .tables6  .signup a.btn {
	padding: 8px 20px;
	font-size: 16px;
}

.tables7  ul.plan li.head h1, .tables7  ul.plan li.head h2, .tables7  ul.plan li.head h3, .tables7  ul.plan li.head h4{
    font-size: 14px;
}

.tables7 ul .price{
    font-size: 14px;
}

@media screen and (max-width: 979px) {
	.pricing-table ul .price {
		font-size: 22px;
	}

	.head h2 {
		font-size: 26px;
	}

	.pricing-table .signup a.btn {
		padding: 8px 10px;
		font-size: 14px;
	}

}

/* thumbnails */

.thumbnails .caption .caption-title{
	margin: 10px 0;
	font-size: 22px;
	display: block;
}

.thumbnails .caption p:last-child{
	margin-bottom: 0;
}
/*
 *  Related posts
 */

.elastislide-horizontal{
	padding: 0;
}

.elastislide-wrapper {
    background-color: none;
    box-shadow: none;
}

.related-posts-container{
	padding: 20px 0;
}

.elastislide-carousel ul li{
	margin-right: 33px;
	margin-left: 2px;
}

.icomp-thumbnail-carousel ul li a{
	width: 190px;
}

.icomp-thumbnail-carousel ul li a img {
    border: none;
    max-width: 190px !important;
    width: 190px !important;
}

.elastislide-carousel ul li a img {
	border:none;
}

.related-image{
	height: 140px;
	position: relative;
}

.related-caption{
	width: 190px;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
}

.related-caption .caption-box{
	width: 145px;
	height: 26px;
	position: absolute;
	bottom:-48px;
	left: -3px;
	padding:8px 8px 8px 10px;
	border-top-left-radius: 2px;
	-moz-top-left-border-radius: 2px;
	-webkit-top-left-border-radius: 2px;
	opacity: 0;
	z-index: 9;
}

.related-image .zoom-image{
	position: absolute;
	left: 50%;
	top:10%;
	transition: all 0.42s ease; 
	-moz-transition: all 0.42s ease; 
	-webkit-transition: all 0.42s ease; 
	-o-transition: all 0.42s ease; 
	opacity: 0;
	margin-left: -18px;
	margin-top: -18px;
	width: 36px;
	height: 36px;
	z-index: 10;
}

.related-image:hover .zoom-image{
	top: 47%;
	opacity: 1;
}

.related-image .zoom-image img{
	width: auto !important;
	width: 36px;
	height: 36px;
}

.related-image  .zoom-image a{
	display: inline-block;
	width: auto;
}

.caption-box a{
	color: #f5f5f5;
}

.related-link-icon{
	display: inline-block;
	vertical-align:middle;
	height: 26px;
	width: 17px;
	background-position: right center;
	background-repeat: no-repeat;
	float: right;
}

.elastislide-carousel ul li a.related-icon-link{
	display: inline !important;
	width: auto;
}

.related-caption-text{
	width: 122px;
	float: left;
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	white-space: normal;
}

.elastislide-wrapper.elastislide-loading{
	background-image: none !important; 
}


/*
 *  About author
 */

.about-author{
	margin-top: 50px;
}

.author-info-container{
	padding: 10px 0;
	
}

.about-author h5{
	font-weight: normal;
	margin-top: 0;
}

.about-author .avatar{
	float: left;
	margin: 0 10px 1px 0;
}

.about-author .avatar img{
    padding: 3px;
}


.about-author  .description p{
	margin-top: 0;
}

.about-author  .description p:last-child{
	margin-bottom: 0;
}

/*
 * COMMENTS
 */

#respond{
	margin-top: 50px;
}

#respond > div{
	/*max-width: 708px;*/
}

.comments-container{
	margin-top: 60px;
}

#commentform input[type=text]{
	width: 32.55%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#respond form{
	margin-top: 30px;
	background: #fafafa;	
	box-shadow: 0 0 2px rgba(0,0,0,.15) ;
	border-radius: 4px;
	padding: 20px 15px;
}

#respond .comment-form-fields{
	padding: 20px 15px;

}

#respond .form-submit{
	text-align: right;
	margin-bottom: 0;
}

#respond #commentform input[type=text]{
	margin-right: 5px;
}

#respond #commentform input[type=text]:last-child{
	margin-right: 0;
}

.input-website{
	margin-right: 0 !important;
}

#respond #commentform input[type=submit]{
	margin-top: 5px;
}

#comment-textarea textarea{
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-allowed-tags{
	color: #888888;
}

.form-allowed-tags code{
	white-space: normal;
	display: block;
	margin: 10px 0 5px 0;
	color: #6f6f6f;
}

.commentlist{
	margin: 30px 30px 10px 30px;
}

.commentlist ol, .commentlist li{
	list-style: none;
	position: relative;
}

.bypostauthor {
}

.bypostauthor .post-author-comment{
	top:0;
	right: 0;
	position: absolute;
}

.the-comment{
	margin-bottom: 25px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #E5E5E5;
}

.commentlist > .comment:last-child .the-comment{
	margin: 0;
}

.commentlist > .comment:last-child .children .comment{
	margin-top: 25px;
	padding-top: 25px;
	border-bottom: 1px solid #E5E5E5;
}

.commentlist > .comment:last-child .children .comment:last-child {
	border-bottom: none;
}

.commentlist > .comment:last-child .children .comment:first-child {
	border-top: 1px solid #E5E5E5;
}

.commentlist > .comment:last-child .the-comment{
	border: none;
}

.commentlist .children{ /* threaded replies */
	margin-left: 40px;
}

.the-comment .avatar{
	float: left;
	margin: 2px 10px 5px 0;
}

.the-comment .comment-author.meta {
	font-style: italic;
	color: #777;
	padding-bottom: 6px;
	height: 14px;
	line-height: 14px;
	margin-bottom: 8px;
	display: inline-block;
}

.the-comment .comment-text{
	padding-right: 25px;
}

.comment-text p{
	margin-top: 0
}

/*
 * Contact form
 */
 
#contact-form #comment-input input[type="text"] {
    -moz-box-sizing: border-box;
    width: 32.55%;
}

/*
 *  Front page style 1
 */

.title-icomp-front h1{
	text-align: center;
	margin-top: 3px;
}

/*
 * FAQ page
 */

#faq-accordion{
	margin: 25px 0;
}

/*
 * GLOBAL WIDGETS
 */

.widget{
}

.widget .heading h1{
    margin: 5px 0 15px 0;
}

.widget .heading h3{
    margin: 0 0 10px 0;
}

/*
 * Social Icons widget
 */

.social-icons-widget {
	padding-top: 5px;
}

.social-icons-widget a {
	margin-right:12px;
	margin-bottom:8px;
	display: inline-block;
}

.social-description a{
	display: inline;
	margin: 0;
}

/*
 * Recent works widget
 */

.recent-works-widget a{
	float: left;
	display: inline-block;
	width: 70px;
	margin: 0 6px 6px 0;
	position: relative;
}

.recent-works-widget img.wp-post-image{
	width: 70px;
	height: 70px;
	transition: all 0.3s ease;
	opacity: 1;
}

.recent-works-widget a:hover img.wp-post-image{
	opacity: 0.75;
}

.recent-works-widget img.recent-work-link-icon{
	position: absolute;
	left: 50%;
	top: 20%;
	width:25px;
	height:25px;
	margin-left: -13px;
	margin-top: -12px;
	opacity: 0;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: rgba(0,0,0,.6);
	border-radius: 50%;
}

.recent-works-widget a:hover  img.recent-work-link-icon{
	opacity: 0.85;
	top: 50%;
}

#footer-region .recent-works-widget a{
	display: inline-block;
	width: 29%;
	height: auto;
	margin: 0 6px 6px 0;
	position: relative;
	max-width: 70px;
}

#footer-region .recent-works-widget img.wp-post-image{
	width: 100%;
	height: auto;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
	max-width: 70px;
}

/*
 * SIDE NAVIGATION
 */


/* side navigation */
.widget.side-navigation-widget{
	padding-right: 10px !important;
}

.widget .side-navigation{
	background-color: #fefefe;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    padding: 0;	
    margin: 15px 0;	
}

.widget .side-navigation li{
	padding: 0 !important;
	margin: 0;
	background: none !important;
	line-height: 20px;
	font-size: 14px;
	border: none !important;
}

.widget .side-navigation ul{
	margin: 0;
}

.widget .side-navigation li a{
	border: 1px solid #E5E5E5;
    display: block;
    margin: 0 0 -1px;
    padding: 8px 4px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.widget .side-navigation li a:hover{
	background: #f9f9f9;
}

.widget .side-navigation li a.active, .widget .side-navigation li a.active .icon-angle-right, 
.widget .side-navigation li a:active, .widget .side-navigation li a:focus, 
.widget .side-navigation li a:active .icon-angle-right, 
.widget .side-navigation li a:focus .icon-angle-right{
	color: #ffffff !important;
	text-shadow: none;
}

.widget .side-navigation li a{
}

.widget .side-navigation > li:first-child > a{
	border-radius: 6px 6px 0 0;
}

.widget .side-navigation > li:last-child > a{
	border-radius: 0 0 6px 6px;
}

.widget .side-navigation  .icon-angle-right{
	float: right;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0;
	font-size: 18px !important;
	color: #777777 !important;
	margin-right: 4px;
}

.side-navigation  .children li a{
	padding-left: 32px;
}

.side-navigation  .children .children li a{
	padding-left:52px;
}

.side-navigation  .children .children .children li a{
	padding-left:72px;
}

.side-navigation  .children .children .children .children li a{
	padding-left:92px;
}

/*
 * Twitter widget
 */

.widget ul li.jtwt_tweet{
	padding-left: 34px;
	padding-bottom: 14px !important;
	padding-top: 14px !important;
	border-bottom: 1px dashed #e0e0e0;
}

.widget ul li.jtwt_tweet:last-child, .widget ul li.jtwt_loader:last-child{
	border-bottom: none;
}

.jtwt_tweet p{
	margin:0 0 6px 0; 
}

.jtwt_date{
	color:  #222;
	font-style: italic;
	color: #111;
	font-size: 12px;
}

#footer-region .widget ul li.jtwt_tweet{
	padding-bottom: 14px !important;
	padding-top: 14px !important;
	border-bottom: 1px dashed #555;
}

#footer-region .widget ul li.jtwt_tweet:last-child{
	border-bottom: none;
}


#footer-region .jtwt_date{
	display: none;
}

/*
 * Flickr widget
 */

.flickr_badge_image{
	display: inline-block;
	width: 29%;
	height: auto;
	margin: 0 6px 6px 0;
	max-width: 78px;
}

/*
 * Ads block widget
 */

.ads125container{
	text-align: center;
}

.img-holder{
	display: inline-block;
	margin: 0 0 10px 10px;
}

.img-holder img{
	 width: 125px;
	 height: 125px;
}

#left-sidebar .widget.icomp_125_ads, #right-sidebar .widget.icomp_125_ads{
	padding: 0;
}

/*
 * Tabs widget
 */
 
.widget #tabs-widget ul.nav-tabs{margin: 0;}

.widget #tabs-widget ul.nav-tabs > li{
	padding: 0 !important;
	list-style: none !important;
	background: none !important;
	margin-left: 3px;
	margin-bottom: 0 !important; 
	border-bottom: none !important;
}

.widget #tabs-widget  ul.nav-tabs > li a{
	padding: 5px 10px 5px 10px;
	font-size: 13px;
}

.widget #tabs-widget .tab-content{v
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 8px 15px 0 15px;
}

.widget #tabs-widget ul.tabs-ul li{
	list-style: none;
	background: none;
	padding: 15px 0 !important;
	min-height: 52px; 
	line-height: 130%;
}


.widget #tabs-widget ul.tabs-ul li .tab-thumb{
	width: 54px;
	height: auto;
	float: left;
	margin-right: 10px;
}

.widget #tabs-widget ul.tabs-ul li .meta{
	color: #888;
	font-size:12px;
	padding-top: 2px;
}

.widget #tabs-widget ul.tabs-ul .author-name{
	text-transform: capitalize;
	color: #333;
}

.widget #tabs-widget ul.tabs-ul .comment-text{
	color: #666666;
}

/*
 * TAGLINE/HIGHLIGHTED REGIONS
 */

#tagline-area{
    border-bottom: 1px solid #e2e2e2;
}

.tagline_region{
    padding: 15px 20px;
}

#highlighted-box{
	float: right;
}

.highlighted_box{
    padding: 8px 15px;
    color: #FFFFFF;
}

#highlighted-box .inner{
    border-left-width: 4px;
    border-left-style: solid;
}

.highlighted_box h1, .highlighted_box h2, .highlighted_box h3, 
.highlighted_box h4, .highlighted_box h5, .highlighted_box h6{
    color: #FFFFFF !important;
}

.highlighted_box a{
    text-decoration: none;
    color: #FFFFFF;
    border-bottom:1px dotted #FFFFFF;
}

.highlighted_box a:hover{
    border-bottom:1px solid #FFFFFF;
}

/*
 * FRONT PAGE BLOCKS (UNDER TAGLINE AND HIGHLIGHTED BLOCK)
 */

#front-blocks-area .inner{
	padding: 0 25px;
}

#front-blocks-area .widget{
    padding: 25px 0;
}

/*
 * COLORFUL BLOCK ABOVE FOOTER
 */

#colorful-block{
	color: #fff;
	background-position: top;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
	box-shadow: 0 0 4px 2px rgba(0,0,0, 0.15) inset;
	border-top: 3px solid;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

#colorful-block .widget{
	padding: 18px 25px;
}

#colorful-block .heading h3{
	color: #fff;
	margin-top: 0;
	margin-bottom: 10px;
}

/*
 * Newsletter plugin
 */

.newsletter.newsletter-widget {
    float: right;
    margin: -14px 0 0 20px;
}

.newsletter.newsletter-widget  form{
	margin:0;
}

.newsletter.newsletter-widget  form p{
	display: inline-block;
	margin: 0;
}

.newsletter.newsletter-widget  form input{
	margin: 0 6px 0 0;
	color: #7f7f7f;
}

.newsletter.newsletter-widget  form input:focus:invalid:focus, 
.newsletter.newsletter-widget  form textarea:focus:invalid:focus, 
.newsletter.newsletter-widget  form select:focus:invalid:focus{
	border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}


@media screen and (max-width: 767px) {
	.newsletter.newsletter-widget{
		float: none;
		margin:15px 0;
	}
}
/*
 * PORTFOLIOS
 */
.portfolio-item{
	margin: 0 10px 20px 10px;
	float: left;
}

.portfolio-item img{
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing : border-box;
	box-sizing: border-box;
}

.portfolio-container{
	margin-top: 35px;
}

.portfolio-listing .btn-group{
	margin: 10px 0 0 10px;
}

.portfolio-listing .btn-group li{
	padding: 4px 0;
}

.portfolio-listing .btn-group a{
	color: #6f6f6f;
	padding: 4px 20px;
}

.portfolio-listing .btn-group .btn-theme a{
	color: #fff;
}

.portfolio-image{
	position: relative;
}

#filter-container{
	text-align: center;
}

/* fix firefox slight image movement issue */
.portfolio-image:after {
	content: ".";
	position:absolute;
	top:0;
	left:0;
	z-index:-1000;
}

.portfolio-caption{
	position: absolute;
	top: 0;
	left: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.portfolio-caption .post-image-hover{
	position: absolute;
	width: 48px;
	height: 48px;
	padding:0;
	top: 20%;
	left: 50%;
	z-index: 200;	
	margin-top: -24px;
	margin-left: -24px;
	opacity: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.portfolio-image:hover .post-image-hover{
	top: 48%;
	opacity: 1;
}

.portfolio-caption .post-image-hover img{
	width: auto;
	height: auto;
}

.portfolio-caption-text{
	width: 85%;
	height: 32px;
	position: absolute;
	bottom:-48px;
	left: -2px;
	padding:8px 8px 8px 10px;
	border-top-left-radius: 2px;
	-moz-top-left-border-radius: 2px;
	-webkit-top-left-border-radius: 2px;
	opacity: 0;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}

.portfolio3 .portfolio-caption-text{
	font-size: 13px;
}

.portfolio2 .portfolio-caption-text{
	font-size: 14px;
}

.portfolio1 .portfolio-caption-text{
	font-size: 16px;
}

.portfolio-caption-text a{
	color: #f5f5f5;
}

.portfolio-link-icon{
	display: inline-block;
	vertical-align:middle;
	height: 30px;
	width: 17px;
	background-position: right center;
	background-repeat: no-repeat;
	float: right;
	padding-right: 5px;
}

.portfolio-link{
	display: block !important;
	float: left;
}

.portfolio-listing .pagination{
	margin-left: 10px;
	margin-top: 10px;
} 

/* portfolio text style */

.portfolio-item-text-caption{
	margin: 20px 0;
}

.portfolio-more-info{
	margin-top: 10px;
}

.style-text .portfolio-image img.wp-post-image{
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.style-text .portfolio-image:hover img.wp-post-image{
	opacity: .8;
}

/*
 *  cols
 */

.portfolio4 .portfolio-item{
	margin: 0 10px 20px 10px;	
	width: 260px;
}

.portfolio3 .portfolio-item{
	margin: 0 10px 20px 10px;	
	width: 353px;
}

.portfolio2 .portfolio-item{
	margin: 0 10px 20px 10px;	
	width: 539px;
}

.portfolio1 .portfolio-item{
	margin: 0 10px 20px 10px;	
	width: 1095px;
}

/*
 *  portfolio singles
 */

.full_width .project-details{
	padding-left: 20px;
}

.half_width .preject-text h3{
	margin-top: 10px;
}

.half_width .flexslider:first-child{
	margin-top: 15px;
}

.project-details .larger-text{
	padding-bottom: 5px;
	
}

.project-info-column{
	margin-bottom: 15px;
}

.project-url{
	padding-top: 10px;
}

.video-portfolio-caption{
	padding: 3px 6px 3px 10px;
	background: #e7e7e2;
	font-size: 12px;
	border-top-width: 1px  ;
	border-top-style: solid;
}

.video-portfolio-caption a{
	color: #6f6f6f ;
}

@media screen and (max-width: 767px) {
	.project-details{
		padding-left: 0;
	}
}

.portfolio-tax-item{
	padding-bottom:25px;
	margin-bottom: 25px;
	text-align: center;
}

.portfolio-tax-item h3:first-child{
	margin: 0 0 10px ;
}

.portfolio-tax-item .portfolio-tax-desc {
	padding-top: 20px;
}

.portfolio-tax-listing .pagination{
	padding-top: 0;
}

/*
 * Feedback link
 */

#feedback-container{
	width:363px;
	position: fixed;
	bottom: 15%;
	left: -363px;
	background: #fdfdfd;
	border-radius: 0 5px 5px 0;
	box-shadow: -1px 1px 6px rgba(50,50,50,.3);
	overflow:visible;
	opacity: 0;
	z-index: 1000;
}

#feedback-div {
	float: right;
	width: 32px;
	height: auto;
	margin-right: -32px;
	position: fixed;
	bottom: 18%;
	left: 0;
}

#feedback-link {
	padding: 20px 10px 20px 8px;
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	transition: background .25s linear 0s;
	-moz-transition: background .25s linear 0s;
	-webkit-transition: background .25s linear 0s;
	display: block;
}

.feedback-link{
	background-color: rgba(0,0,0,.15);
}

#feedback-form{
	padding: 10px 15px 20px 15px;
}

#feedback-form input[type=text]{
	width: 150px;
}

#feedback-form textarea{
	width: 317px;
}

#feedback-form form{
	margin: 0;
}

.feedback-close{
    position: absolute;
    right: 10px;
    top: 5px;
 	cursor: pointer;
}

/*
 * FOOTER SETTING
 */

#footer-region {
	background: rgb(15,15,15); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmMGYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);*/
	background: -moz-linear-gradient(top,  rgba(15,15,15,1) 0%, rgba(34,34,34,1) 27%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(15,15,15,1)), color-stop(27%,rgba(34,34,34,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(15,15,15,1) 0%,rgba(34,34,34,1) 27%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(15,15,15,1) 0%,rgba(34,34,34,1) 27%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(15,15,15,1) 0%,rgba(34,34,34,1) 27%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(15,15,15,1) 0%,rgba(34,34,34,1) 27%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#222222',GradientType=0 ); /* IE6-8 */
	color: #888;
}

.footer-inner{
	padding: 30px 25px 0 25px;
	
}

#footer-region .widget ul li, #footer-region .widget ul li{
	border-bottom: none;
}

#footer-bar {
	padding: 6px 0;
	line-height: 30px;
	font-size: 92%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	
	border-top-color: rgb(226,226,226);
	border-top-width: 1px;
	border-top-style: solid;
}

#footer-bar .inner{
	padding: 0 25px;
}

#footer-links{margin: 0;padding: 0;display: inline-block;}

#footer-links li{
	display: inline-block;
	list-style: none;
	list-style-type: none;
}

.MenuSeparator {padding: 0px 5px 0px 5px;}

#footer-links li a{
	color: #777;
}

.footer-note{
	text-align: right;
	color: #888888;
}

#footer-region .widget{
	margin-bottom: 30px;
}

.footer_style_one #footer-right .widget{
	padding-left: 20px;
}

#footer-region .heading h4{
	margin: 0 0 12px 0;
	padding-bottom: 8px;
	background: url("../images/footer_blocktitle.png") repeat-x scroll center bottom transparent;
}

#footer-region h1, #footer-region h2, #footer-region h3, #footer-region h4{
	color: #888888;
}

#footer-region ul li{
	list-style: none;
	list-style-type: none;
    padding: 4px 0 4px 2px;
}

#footer-region ul li.jtwt_tweet{
	padding-left: 34px !important;
}

@media screen and (max-width: 767px) {
	.footer-note{
		text-align: left;
	}
	.footer_style_one #footer-right .widget{
		padding-left: 0;
	}
}


/*
 * DROPCAPING HEADING
 */

.dropcap-heading{
    width: 100%;
 	display:block;
    margin-bottom: 25px;
    overflow: visible;
    position: relative;
}

.page .dropcap-heading, .post .dropcap-heading, .icompany_portfolio .dropcap-heading{
	margin-top: 20px;
}

.textwidget > .dropcap-heading{
	margin-top: 0;
}

.dropcapping-title{
    line-height: 58px;
    font-size: 24px;
    float: left;
    display: inline-block;
    margin: 0;
    margin-left: 77px;
}

.round-dropcap{
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.animated-border{
    float: left;
    border-radius: 50%;
    border-width: 0;
    border-style: solid;
    position: absolute;
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-weight: bold;
    left: 0;
    top: 0;
}

/*
 * READMORE LINKS
 */

.icomp-read-more{
    text-transform: uppercase;
    font-size: 12px;
    padding:5px 17px 5px 0;
}

/*
 * ROUND ICONS (TRANSPARENT + WHITE)
 */

[class^="social-round-"], [class*="social-round-"] {
    display: inline-block;
    width: 38px;
    height: 38px;
    vertical-align: text-top;
    /* background-image: url("../images/icons/picons_white_38.png"); */
    background-position: 0 0;
    background-repeat: no-repeat;
}

a.white-icon-container{
    display: inline-block;
    width: 38px;
    height: 38px;   
    *margin-right: .5em;
    margin-top: 1px;
    vertical-align: text-top;
    margin-bottom: 7px;
    border: none;
    text-decoration: none;
    margin-right: 6px;
}

a.white-icon-container:hover{
    text-decoration: none;
    border-bottom: none;
}

.social-round-twitter-bird {
    background-position: 0 0;
}

.social-round-flickr {
    background-position: -38px 0;
}

.social-round-twitter {
    background-position: -76px 0;
}

.social-round-skype {
    background-position: -114px 0;
}

.social-round-digg {
    background-position: -152px 0;
}

.social-round-google {
    background-position: 0 -38px;
}

.social-round-linedin {
    background-position: -38px -38px;
}

.social-round-vimeo {
    background-position: -76px -38px;
}

.social-round-twitter {
    background-position: -114px -38px;
}

.social-round-apple {
    background-position: -152px -38px;
}

.social-round-picasa {
    background-position: 0 -76px;
}

.social-round-rss {
    background-position: -38px -76px;
}

.social-round-delicious {
    background-position: -76px -76px;
}

.social-round-youtube {
    background-position: -114px -76px;
}

.social-round-windows {
    background-position: -152px -76px;
}

.social-round-blogger {
    background-position: 0 -114px;
}

.social-round-gplus {
    background-position: -38px -114px;
}

.social-round-facebook {
    background-position: -76px -114px;
}


/*
 * SOCIAL PICONS ICONS (dark)
 */

[class^="picon-"], [class*="picon-"] {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.icons-container{
	min-height: 28px;
	text-align: right;
}

.icons-container a{
	padding-top:12px;
    margin-right: 5px;
    margin-left: 5px;
}


.picon-gplus{
	background-position: 0 0 ;
}

.picon-flickr{
	background-position:  -28px 0 ;
}

.picon-linkedin{
	background-position: -56px 0 ;
}

.picon-youtube{
	background-position: -84px 0 ;
}

.picon-reddit{
	background-position: -112px 0 ;
}

.picon-twitter{
	background-position: 0 -28px ;
}

.picon-facebook{
	background-position: -28px -28px  ;
}

.picon-vimeo{
	background-position: -56px -28px  ;
}

.picon-delicious{
	background-position: -84px -28px ;
}

.picon-yahoo{
	background-position: -112px -28px ;
}

.picon-rss{
	background-position: 0  -56px;
}

.picon-picasa{
	background-position:  -28px -56px ;
}


.picon-stumbleupon{
	background-position:  -56px -56px ;
}


.picon-pinterest{
	background-position:  -84px -56px ;
}

.picon-deviantart{
	background-position:  -112px -56px ;
}

.picon-tumblr{
	background-position:  0 -84px ;
}

.picon-digg{
	background-position:  -28px -84px ;
}

.picon-dribble{
	background-position:  -56px -84px ;
}

.picon-blogger{
	background-position:  -84px -84px ;
}

.picon-skype{
	background-position:  -112px -84px ;
}

/*
 * SOCIAL PICONS SMALL HEADER
 */

[class^="picon-small-"], [class*="picon-small-"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
}


.picon-small-gplus{
	background-position: 0 0 ;
}

.picon-small-flickr{
	background-position:  -16px 0 ;
}

.picon-small-linkedin{
	background-position: -32px 0 ;
}

.picon-small-youtube{
	background-position: -48px 0 ;
}

.picon-small-twitter{
	background-position: 0 -16px ;
}

.picon-small-facebook{
	background-position: -16px -16px  ;
}

.picon-small-vimeo{
	background-position: -32px -16px  ;
}

.picon-small-delicious{
	background-position: -48px -16px ;
}

.picon-small-rss{
	background-position: 0  -32px;
}

.picon-small-picasa{
	background-position:  -16px -32px ;
}


.picon-small-stumbleupon{
	background-position:  -32px -32px ;
}


.picon-small-pinterest{
	background-position:  -48px -32px ;
}

.picon-small-tumblr{
	background-position:  0 -48px ;
}

.picon-small-digg{
	background-position:  -16px -48px ;
}

/*
 * PAGIGNATION
 */

.pagination {
	clear:both;
	padding:30px 0 10px 0;
	position:relative;
	font-size:11px;
	line-height:14px;
	margin:  0;
}

.pagination span, .pagination a {
	display:inline-block;
	float:left;
	margin: 2px 4px 2px 0;
	padding:1px 8px;
	text-decoration:none;
	width:auto;
}

.pagination a:hover{
}

.pagination .current{
	 
	border-radius: 2px;
	background: #f9f9f9;
	color: #888;
	border: 1px solid #e3e3e3;
}

a.pagination-next, a.pagination-prev{
	padding:5px 8px !important;
	display: block;
	font-size: 14px;
}

/*
 * ISOTOPE
 */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/*
 * WP SYSTEM/MODULES OVERRIDES
 */

/* mirco clearfix */

.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}

.cf {
	zoom: 1;
}


/*
 * Usable classes
 */

.divider-space{
	display: block;
    font-size: 1px;
    height: 25px;
    line-height: 1px;
    padding: 0;
    width: 100%;	
}

.border-color{
/*	border-top-width:3px;
	border-top-style:solid; */
	display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 0 2%;
    width: 96%;
}

.larger-text{
	font-size: 125%;
}

.text-center{
	text-align: center;
}

/*
 * OTHER STYLES
 */

.bordered {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px;
	padding-bottom: 6px;
}

.btn {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

blockquote {
	margin: 25px;
	font-weight: normal;
	line-height: 150%;
	font-style: italic;
	font-size: 100%;
}

.checks {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.checks li {
	list-style: none;
	list-style-image: none;
	padding: 2px 0 2px 28px;
}

.checks.checks-large{
	margin-top: 25px;
	margin-bottom: 25px;
}

.checks.checks-large li{
	padding: 6px 0 6px 36px;
	font-size: 20px;
}

ul.bullet{
	list-style: none;
	list-style-image: none;
	padding: 2px 0 ;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;	
}

ul.bullet .icon-circle-arrow-right.bullet-list-icon{
	font-size: 13px !important;
	margin-right: 6px !important;
}

#page404search {
	position: relative;
	width: 220px;
}

#page404search .topFormSubmit{
	position: absolute;
	right: 8px;
	top: 6px;
}

.dropcap {
	display: block;
	float: left;
	font-size: 40px;
	line-height: 40px;
	margin: 0 5px 0 0;
	margin-top: -1px;
}

.btn.btn-theme {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: url(../images/button-shade.png);
	background-repeat: repeat-x;
	background-position: top;
	background-size: auto;
	/* Fix box-shadow transition because of bootstrap */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	/* ^^END Fix */

	transition: box-shadow 0.2s linear 0s;
	-webkit-transition: box-shadow 0.2s linear 0s;
	-moz-transition: box-shadow 0.2s linear 0s;
}

.btn.btn-theme:hover {
	background-size: auto;
	background-position: top;
	color: #fff;
}

.btn-theme .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
}

#footer-region .btn{
	color: #555555;
}

#footer-region .btn.btn-theme, #footer-region .btn.btn-info, #footer-region .btn.btn-primary, 
#footer-region .btn.btn-success,  #footer-region .btn.btn-warning,  #footer-region .btn.btn-danger, 
#footer-region .btn.btn-inverse
{
	color: #fff;
}


.btn-group{
	margin: 15px 0;
}

.btn-group a, .btn-group a:hover, .btn-group a:active{
	color: inherit;
}

.more-link{
	margin-top: 30px;
}

.pager li > a, .pager li > span {
	background-color: #fdfdfd;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.aligncenter{
	float: none;
	text-align: center;
}

ul.children{
	margin-bottom: 0;
	margin-left: 14px;
}

.highlight_text{
	background: #fffdce;
}

.search-results article{
	margin-bottom: 30px;
}

.gallery-caption {
    font-style: italic;
    margin: 7px 0;
}

#modalwidget1 .modal-header , #modalwidget2 .modal-header , #modalwidget3 .modal-header {
	padding: 9px 0;
	margin-bottom: 15px;
}

/* back to top */
#toTop {
	width: 28px;
	text-align: center;
	position: fixed; /* this is the magic */
	bottom: 12px; /* together with this to put the div at the bottom*/
	right: 12px;
	cursor: pointer;
	display: none;
	color: #333;
	font-size: 22px;
}

/* table */

table {
	width: 100%;
	margin-bottom: 20px;
}
table th, table td {
	/*padding: 8px;*/
	padding: 2px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
table th {
	font-weight: bold;
}
table thead th {
	vertical-align: bottom;
}
table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td {
	border-top: 0;
}
table tbody + tbody {
	border-top: 2px solid #dddddd;
}

/*inicio*/

.panel1, .panel2
{
width: 100%;
height: 100%;
background-color: #FFFFFF;
color: #ffffff;
padding: 10px 10px 10px 10px;
margin: 0px 0px 0px -10px;
font-size: 18px;
overflow-wrap: break-word;
}

.panel1 a {color: #ffffff;}
.panel_titulo h2{font-size: 22px;font-weight: 700;color: #ffffff;}

.panel2 a {color: #ffffff;}

.panel1{min-height: 400px;}
.panel2{min-height: 330px;}

#vuelos {background-color: #0c61a4;}
#pasajeros {background-color: #cc1e77;}
#transporte {background-color: #98b336;}
#terminal1 {background-color: #7D922B;}
#terminal2 {background-color: #ec7026;}
#pressroom {background-color: #4e2396;}
#twitter {background-color:#01b3ed;}

.panel_titulo {float: left;margin-top: 28px;margin-bottom: 40px;width: 160px;}
/* .panel_titulo.twitter_titulo {margin-bottom: 8px;} */
.panel {width: 100%;float: left;}

#vuelos_icono{
float: right;
background: url("../images/frontend/icono_vuelos.png") no-repeat right top;
width: 132px;
height: 70px;
margin: 10px 0px 0px 0px;
position: absolute;
top: 15px;
right: 15px;
}

#pasajeros_icono{
float: right;
background: url("../images/frontend/icono_pasajeros.png") no-repeat right top;
width: 44px;
height: 74px;
margin: 10px 0px 0px 0px;
position: absolute;
top: 15px;
right: 15px;
}

#transporte_icono{
float: right;
background: url("../images/frontend/icono_transportes.png") no-repeat right top;
width: 103px;
height: 72px;
margin: 10px 0px 0px 0px;
position: absolute;
top: 15px;
right: 15px;
}

#terminal1_icono{
float: right;
background: url("../images/frontend/icono_t1_terminal1.png") no-repeat right top;
width: 68px;
height: 49px;
margin: 10px 0px 0px 0px;
position: absolute;
top: 20px;
right: 10px;
}

#terminal2_icono{
float: right;
background: url("../images/frontend/icono_t2_terminal2.png") no-repeat right top;
width: 79px;
height: 51px;
margin: 10px 0px 0px 0px;
position: absolute;
top: 20px;
right: 10px;
}

#pressroom_icono{
float: right;
background: url("../images/frontend/icono_press_room.png") no-repeat right top;
width: 56px;
height: 57px;
margin: 10px 0px 0px 0px;
position: absolute;
top: 20px;
right: 10px;
}

#twitter_icono{
float: right;
background: url("../images/frontend/icono-twitter.png") no-repeat right top;
width: 55px;
height: 47px;
margin: 10px 0px 0px 0px;
position: absolute;
top: 20px;
right: 10px;
}

#mapa_icono{
float: right;
background: url("../images/frontend/icono_mapa.png") no-repeat right top;
width: 34px;
height: 49px;
margin: 10px 0px 0px 0px;
position: absolute;
top: 20px;
right: 10px;
}
#mapa_azul_icono{
float: right;
background: url("../images/frontend/icono_mapa_azul.png") no-repeat right top;
width: 34px;
height: 49px;
margin: 10px 0px 0px 0px;
position: absolute;
top: 20px;
right: 10px;
}
#avisos_icono{
float: right;
background: url("../images/frontend/icono_avisos.png") no-repeat right top;
width: 47px;
height: 37px;
margin: 10px 0px 0px 0px;
position: absolute;
top: 20px;
right: 10px;
}

#main-menu {background: #838383;}
.sf-menu a {color: #ffffff;min-width: 80px;}
ul.sf-menu li span.menu-description {color: #ffffff;}
.sf-menu li li a {background: #ffffff;color: #000000;height: 100%;}

.prensa {
background: #ffffff;
width: 100%;
border-radius: 6px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
padding: 0;
}

.prensa h3{
font-weight: 600;
font-size: 18px;
color: #002b4d;
padding-left: 20px;
padding-top: 10px;
}

.twitter_timeline {
/*background-color:#01b3ed;height: 200px;*/
height: 430px;
overflow: hidden;}
.facebook_timeline {margin-top: 18px;height: 440px;overflow: hidden;}
.prensa ul {padding: 0px 10px 5px 15px;}
.comunicados {height: 330px;}
.comunicados ul{list-style-image: url('../images/comunicado.png'); }
.fotogaleria {margin-top: -10px;}
.audios {margin-top: -18px;}
.audios ul{list-style-image: url('../images/audio.png');}
.estadisticas {height: 287px;}
.eventos {height: 135px;}
.exposiciones {margin-top: -18px;height: 135px;}
.sintesis {height: 135px;}

.estadisticas ul{list-style-image: url('../images/pdf.png');}
.estadisticas p{margin: 10px 10px 15px 10px;}

.twitter {
background-image: url('../images/twitter.png');
width: 29px;
height: 29px;
display: block;
}

.facebook {
background-image: url('../images/facebook.png');
width: 29px;
height: 29px;
display: block;
margin-right: 6px;
}

.home_icono{
background: url('../images/inicio.png');
width: 15px;
height: 17px;
display: block;
margin-top: 7px
}


.titulo{float: left;margin-right: 20px;}
.aicm_icono {width: 54px;height: 41px;background: url('../secciones/aicm.png');margin: 0;}
.dependencias_icono {width: 59px;height: 43px;background: url('../secciones/dependencias.png');margin: 0;}
.negocios_icono {width: 37px;height: 36px;background: url('../secciones/negocios.png');margin: 0;}
.pasajeros_icono {width: 30px;height: 50px;background: url('../secciones/pasajeros.png');margin: 0;}
.prensa_icono {width: 24px;height: 38px;background: url('../secciones/prensa.png');margin: 0;}

#twitter-widget-0{width:100%;}

.seccion-page {background-color: #002b4d; color: #ffffff;}
.seccion-page h3 {color: #ffffff;}
.seccion-page a {color: #ffffff;}
.panel ul, .seccion-page ul {list-style-image: url('../images/frontend/vineta.png');}
.tablepress.tabla50 {width: 80%;margin-left: 10%;}
.tablepress.tabla30 {width: 60%;margin-left: 15%;}

.tabla50>tbody>tr>td.column-1 {width: 0;}
.tabla50>tbody>tr>td.column-2 {width: 0;}
.tabla50>tbody>tr>td.column-3 {width: 0;}
.tabla50>tbody>tr>td.column-4 {width: 0;}

#start {width: 100%}

@media screen and (min-width: 767px) {
.division-derecha {border-right: solid 2px #7f99aa;min-height: 245px;}
.tablepress.tabla50 {width: 50%;margin-left: 25%;}
.tablepress.tabla30 {width: 30%;margin-left: 35%;}
#start {width: 400px;}
}

#difusion{background: url('../images/enestasvacaciones.png') no-repeat center center;height: 134px;width: 100%;}
.prensa_img {float: left;margin: 0px 15px 0px 15px;}
.eventos_ico {width: 66px;height: 67px;background: url('../images/eventos.png');}
.estadisticas_ico {width: 65px;height: 54px;background: url('../images/estadisticas.png') no-repeat;margin-bottom: 10px;}
.sintesis_ico {width: 63px;height: 64px;background: url('../images/sintesis.png') no-repeat;}
.expot1_ico {width: 100%;height: 68px;background: url('../images/expot1.png') no-repeat center;}
.expot2_ico {width: 100%;height: 68px;background: url('../images/expot2.png') no-repeat center;}
.expo_ico {width: 88px;height: 68px;background: url('../images/expo.png');margin: 0;}
.tips_ico {width: 30px;height: 42px;background: url('../images/tips.png');float: right;margin: 0px 15px 0px 0px;}

#categorias.widget.side-navigation-widget li {line-height: 15px;}

.linea {color: #ccc;height: 0px;border:1px dashed;}

hr {color: #ccc;height: 0px;border:1px solid;}

.pasajeros_video {
background: #ffffff;
width: 90%;
min-height: 110px;
border-radius: 6px;
padding: 5px 5px 5px 5px;
margin: 10px 0px 0px 0px;
overflow: hidden;
}

.pasajeros_guia {background: #ffffff;
background: #ffffff;
width: 90%;
height: 42px;
border-radius: 6px;
padding: 5px 5px 5px 5px;
margin: 0px;
overflow: hidden;
text-align: center;
line-height: 40px;
font-size: 16px;
}

.wp-video-shortcode {max-width: 100%;}

.vuelos_icono {
width: 66px;
height: 36px;
background: url('../secciones/vuelos.png');
margin: 5px 0px 0px 0px;
}

.sncolor0 {background-color: #FFFF99;}
.sncolor1 {background-color: #FFCC99;}
.sncolor2 {background-color: #FF9966;}

.sncolor0p {background-color: #D0F3A8;}
.sncolor1p {background-color: #F0FF00;}
.sncolor2p {background-color: #FC5838;}

#directions {width: 100%;float: left; }
.adp-text {width: 90%;}

.cargando {width: 64px;height: 64px;background: url('../images/loading.gif');margin: auto;}

#logos {float: left;width: 372px;height: 107px;margin: 0px 0px 0px 0px;}
#logo-aicm {background-image: url('../logos/logo-aicm1-4.png');
float: left;
width: 350px;
height: 86px;
margin-top: 13px;
margin-right: 10px;}


.wpst_question ul{list-style: none;}
.wpst_question label {display: inline;}
.quiz h1 {display: none;}

.aerolineas_logos {width: 100%;text-align: center;}
.aerolineas_logos img {margin: 0px 15px 15px 0px;}

.widget .side-navigation li a:active, .widget .side-navigation li a:focus, .widget .side-navigation li a.active {
background-color: #002b4d;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, ul.plan li.head {
border-top: 1px solid #0c61a4;
border-left: 1px solid #0c61a4;
border-right: 1px solid #0c61a4;
border-bottom: none;
background: #0c61a4;
}

.main-menu-container {
margin-top: 40px;
}

#gmap {
width: 100%;
margin: 0 auto;
height: 380px;
}

/*------------------------------------------------------------
 * Custom background setting 
 * ----------------------------------------------------------*/
	/* set custom background if its set in theme options */
	body{
		background-color: #f2f2f2;
		background-image: none;
		background-repeat: repeat;
		background-position: top center;
		background-attachment: scroll;
	}

/*------------------------------------------------------------
 * Custom page title background setting 
 * ----------------------------------------------------------*/

/*------------------------------------------------------------
 * LAYOUT WIDTH
 * ----------------------------------------------------------*/

#wrapper{
	max-width: 1170px;
}

/*------------------------------------------------------------
 *  BACKGROUND RELATED COLOR SCHEMES 
 * ----------------------------------------------------------*/

#page-title, #highlighted-box .inner, 
.round-dropcap, .icomp-read-more, #colorful-block, 
.btn.btn-theme,  .btn-group.open .btn-theme.dropdown-toggle, 
.btn-theme:focus, 
.btn-theme:active,  .btn.btn-theme:hover, 
.caption-box, .theme-scheme, 
.fontawesome-icon.color-theme.style-circle, 
#feedback-link:hover
{
	background-color: #002b4d ; 
}
.widget .side-navigation li a:active, 
.widget .side-navigation li a:focus, 
.widget .side-navigation li a.active 
{
	background-color: #002b4d ; 
}

.portfolio-caption-text{
 	background-color: #5c7896 ;
}

/* tabs 
.nav-tabs > li.active{
	border-top:1px solid #002745 !important ;
	border-left:1px solid #002745 !important ;
	border-right:1px solid #002745 !important ;
}
*/
	
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, 
ul.plan  li.head {

border-top: 1px solid #0c61a4;
border-left: 1px solid #0c61a4;
border-right: 1px solid #0c61a4;
border-bottom: none;
background: #0c61a4;

}

.tab-content{
	border-top:2px solid #002b4d;
}

/*
 border-top:1px solid #002745;
	border-left:1px solid #002745;
	border-bottom:1px solid #002745;
 */
.tabs left {
border-top: 1px solid #0c61a4 !important;
border-left: 1px solid #0c61a4 !important;
border-right: 1px solid #0c61a4 !important;
}
	
.tabs-left > .nav-tabs > li.active > a, .tabs-left > .nav-tabs > li.active > a:hover {
	border-top:1px solid #859aaa;
	border-left:1px solid #859aaa;
	border-bottom:1px solid #859aaa;

	border-right:none;
	background: #002b4d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);*/
	background: -moz-linear-gradient(top,  #40607a 0%, #002b4d 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40607a), color-stop(75%,#002b4d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #40607a 0%,#002b4d 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #40607a 0%,#002b4d 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #40607a 0%,#002b4d 75%); /* IE10+ */
	background: linear-gradient(to bottom,  #40607a 0%,#002b4d 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
}

.tabs-left .tab-content{
	border-left:2px solid #002b4d;
}

/* tabs right 
.tabs-right .nav-tabs > li.active{
	border-top:1px solid #002745;
	border-bottom:1px solid #002745;
	border-right:1px solid #002745;
}

.tabs-right .nav-tabs > li.active > a, .tabs-right .nav-tabs > li.active > a:hover {
	border-top:1px solid #859aaa;
	border-bottom:1px solid #859aaa;
	border-right:1px solid #859aaa;
}
*/

	
.tabs-right .tab-content{
	border-right:2px solid #002b4d;
}

/*------------------------------------------------------------
 *  Schemes for rev slider
 * ----------------------------------------------------------*/

[class^="icompany_colorFramed"], [class*="icompany_colorFramed"]{
	background-color: rgba(0,43,77, 0.65) !important; 
}

/*------------------------------------------------------------
 *  SHADOWS
 * ----------------------------------------------------------*/
.shadow-transition:hover, .btn-theme:hover {
  -webkit-box-shadow: 0px 0px 9px rgba(0,43,77, 0.8);
  -moz-box-shadow:    0px 0px 9px rgba(0,43,77, 0.8);
  box-shadow:         0px 0px 9px rgba(0,43,77, 0.8);
}

/*bootstrap line 1194 */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(0,43,77, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0,43,77, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0,43,77, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0,43,77, 0.6);
}

/*------------------------------------------------------------
 *  BORDER RELATED COLOR SCHEMES
 * ----------------------------------------------------------*/
.sf-menu li.sfHover ul, .border-color {border-color: #002b4d;}

#highlighted-box .inner, #colorful-block{border-color: #40607a ;}

.animated-border, .video-portfolio-caption {border-color: #668094 ;}


@media screen and (max-width: 767px) {
#right-sidebar, #left-sidebar{border-color:  #002b4d;}
}

ul.plan  li.head {
	border-top:1px solid #002b4c ;
}

.pricing-table div.ptable:first-child  li.head{
	border-left: 1px solid #002b4c ;
} 

.pricing-table div.ptable:last-child  li.head, 
.pricing-table div.ptable:nth-last-child(-n+1) > ul.plan > li.head{
	border-right: 1px solid #002b4c ;
}

ul.plan  li.head {
	border-right:none;
	border-left:1px solid #40607a;
	box-shadow: -1px 0 0 0 rgba(0,0,0,.07) inset;
}
	
/*------------------------------------------------------------
 *  TEXT COLORS 
 * ----------------------------------------------------------*/

.color{
	color: #002b4d}

.fontawesome-icon.color-theme{
	color: #002b4d}

ul.bullet .icon-circle-arrow-right.bullet-list-icon{
	color: #40607a}
/*------------------------------------------------------------
 *  LINKS COLOR
 * ----------------------------------------------------------*/
a, .rev_slider_wrapper a
{
	color: #002b4d ;
}

#footer-region a{
	color: #002b4d;
}

	
	h1, .title-icomp-front a, .heading, .checks-large{
		font-family: Lato, Helvetica, arial, verdana;
		font-weight: 300;
		font-size: 30px;
		color: #002b4d;
	}
	
	h2{
		font-family: Lato, Helvetica, arial, verdana;
		font-weight: 300;
		font-size: 24px;
		color: #002b4d;
	}
	
	h3{
		font-family: Lato, Helvetica, arial, verdana;
		font-weight: 300;
		font-size: 18px;
		color: #002b4d;
	}
	
	h4{
		font-family: Lato, Helvetica, arial, verdana;
		font-weight: 300;
		font-size: 16px;
		color: #002b4d;
	}
	
	h5{
		font-family: Lato, Helvetica, arial, verdana;
		font-weight: 300;
		font-size: 14px;
		color: #002b4d;
	}
	
	#icompany-slider .slide-title, .tp-caption.icompany_style, #icompany-slider .rev_slider{
		font-family: Lato, Helvetica, arial, verdana;
		font-weight: 300;
		font-size: 30px;
	}
	
	#icompany-slider, .tp-caption.icompany_text_sitewide_font {
		font-family: PT Sans, Helvetica, arial, verdana;
		font-weight: normal;
		font-size: 13px;
	}
	
	#main-menu{
		font-family: Lato, Helvetica, arial, verdana;
		font-weight: 300;
		font-size: 16px;
		color: #6f6f6f;
	}
	
	body{
		font-family: PT Sans, Helvetica, arial, verdana;
		font-weight: normal;
		font-size: 14px;
		color: #6f6f6f;
	}
	
	/* Font size for mobile devices */
	@media screen and (max-width: 767px) {
	  h1{
	      font-size: 28px;
	  }
	  
	  h2{
	  	font-size:24px;
	  }
	  
	  h3{
	  	font-size:22px;
	  }
	  
	  h4{
	  	font-size:20px;
	  }
	  
	}
	
#page-wrapper{		
		border-color: #002b4d;
		
}

/*------------------------------
 * Site header setup
 * -----------------------------*/

#header{
	min-height: 90px;
}

.site_logo{
	margin-top: -30px;
	margin-left: 0px;
}

.main-menu-container{
	margin-top: 40px;
}

.ei-slider {height:  100px;}

#lang_sel_list {
width: 100%;
background: transparent;
display: inline;
}
#lang_sel_list ul {
border: none;
display: inline;
list-style: none;						  
background: transparent;
}
#lang_sel_list ul li{
display: inline;
padding-right:10px;	

}
#lang_sel_list ul a, #lang_sel_list ul a:visited {
background: transparent;
border: none;
display: inline;									
font-size: 0;
}

#search-area{padding:20px;margin-bottom:20px;background:#ddd;text-align:center;}

.footable>thead>tr>th, .footable>thead>tr>td, .footable>tfoot>tr>th, .footable>tfoot>tr>td {
background-color: #6f6f6f;
border: 1px solid #6f6f6f;
}

.footable>thead>tr>th, .footable>thead>tr>td {
color: #fff;
}

.AICM_homeBanners {padding: 0px;}
.AICM_homeBanners img {
	border:solid 1px #CCC;
	filter:gray;
	margin:0px;
	background-color:#000000;
}
.AICM_homeBanners img:hover {
	border:solid 1px #009955;
	cursor:pointer;	
	filter: none;
	cursor:hand;
}
.jcarousel-skin-tango .jcarousel-container {background:none;}
.jcarousel-skin-tango .jcarousel-container-horizontal {background:none;}
.jcarousel-skin-tango .jcarousel-clip {overflow: hidden;}
.jcarousel-skin-tango .jcarousel-item {width: 114px;height:57px;}
.jcarousel-skin-tango .jcarousel-item a{border:none;color:#fff;text-decoration:none;}
.jcarousel-skin-tango .jcarousel-item-horizontal {margin-right: 30px;margin-top: 0px;height:100%;}
a.linkopacity img  
{
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/ /* Firefox 3.5+ */    
	filter: gray; /* IE6-9 */    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    border:solid 1px #CCC;
}
 a.linkopacity:hover img 
 {   
     filter: none;-webkit-filter: grayscale(0%); 
     border:solid 1px #009955;
	 cursor:pointer;
 }
 
 /* MAPA INICIO */
 #map
{
/*    background-color: #FFF;*/
    width: 857px;
    height: 725px;
    position: relative;
}

#map-contents
{
	clear: both;
}

#search
{
	padding-bottom: 10px;
}

#mapNavigation
{
	background-color: rgba(220,220,220,0.5);
	position: absolute;
	left: 50px;
	height: 76px;

	width: 456px;
	}

.mapNavigationSection
{
	float: left;
	/*padding: 6px 3px;*/
	padding: 0px 3px;
	margin-left: 15px;
	vertical-align: baseline;
}

.mapNavigationThumb
{
	float: left;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

.mapNavigationSection .btn-group
{
	vertical-align: baseline;
}

.accordion-switch {
	float: right;
	cursor: pointer;
}

.mapNavigationLevel {
float: left;
}
 /* MAPA FIN*/
 
 .col-md-3 {
width: 25%;
float: left;
}
.col-md-9 {
width: 75%;
float: left;
}
.panel-default {
border-color: #dddddd;
}
.panel-group .panel {
margin-bottom: 0;
overflow: hidden;
border-radius: 4px;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
}
.panel-heading {
padding: 10px 15px;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}

.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #dddddd;
}

.panel-group .panel-heading {
border-bottom: 0;
}
.alert-success {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
}

.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}

#map-contents {
	background-color: #f2f2f2;
	background-image: none;
}

#mapNavigation p {margin-top: 0px;}
#mapNavigation .btn-group {margin-top: 0px;}

#mapNavigation {
width: auto;
}


.scrollable{
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.footable>tfoot>tr>th, .footable>tfoot>tr>td {color: #fff;
border-top: 0;
border-left: none;
padding: 5px;}

.sd-content ul {
list-style-type: none;
display: inline;
}

.fontColC00 {
color: #c00;
}

.ngg-gallery-thumbnail {
float: left;
padding-right:10px;
}

.gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}

.ngg-galleryoverview {
overflow: hidden;
margin-top: 10px;
width: 100%;
clear: both;
display: block !important;
}

.ngg-navigation {
font-size: 0.9em !important;
clear: both !important;
display: block !important;
padding-top: 15px;
padding-bottom: 3px;
text-align: center;
}

div.sharedaddy .sd-content li {
/*float: left;*/
margin: 0 5px 5px 0 !important;
display: inline;
}

table.tablepress {
overflow-wrap: break-word;
word-wrap: break-word;
}

.tablafont13 {
font-size: 13px;
}

.pac-container{background-color:#fff;border-radius:2px;border-top:1px solid #d9d9d9;font-family:Arial,sans-serif;box-shadow:0 2px 6px rgba(0,0,0,0.3);box-sizing:border-box;overflow:hidden}
.pac-container:after{content:"";padding:1px 1px 1px 0;height:16px;text-align:right;display:block;background-image:url(//maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white2.png);background-position:right;background-repeat:no-repeat;background-size:104px 16px}
.hdpi.pac-container:after{background-image:url(//maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white2_hdpi.png)}
.pac-item{cursor:default;padding:0 4px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:30px;text-align:left;border-top:1px solid #e6e6e6;font-size:11px;color:#999}
.pac-item:hover{background-color:#fafafa}
.pac-item-selected,.pac-item-selected:hover{background-color:#ebf2fe}
.pac-matched{font-weight:700}
.pac-item-query{font-size:13px;padding-right:3px;color:#000}
.pac-icon{width:15px;height:20px;margin-right:7px;margin-top:6px;display:inline-block;vertical-align:top;background-image:url(//maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);background-size:34px}
.hdpi .pac-icon{background-image:url(//maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png)}
.pac-icon-search{background-position:-1px -1px}
.pac-item-selected .pac-icon-search{background-position:-18px -1px}
.pac-icon-marker{background-position:-1px -161px}
.pac-item-selected .pac-icon-marker{background-position:-18px -161px}
.pac-placeholder{color:gray}
.fontColC00 {
	color:#c00;
}
.coloRed {
	color:red;
	font-weight:bold;
}
.unline {
	text-decoration: underline;
}
.colorrojo{
	background-color:#F394A0;
}