/* ==============================================================

Template name : Saepisan creative portfolio html template
Categorie : HTML template
Author : Nce18cex
Version : v1.0.0
Created : 27 November 2013
Last update : 05 Desember 2013

-----------------------------------------------------------------
CSS structure
-----------------------------------------------------------------

01. Typography
02. Navbar
03. Tabs
04. Tooltip
05. Progress bar
06. Pagination
07. Accordion
08. Alert
09. Form
10. Button

============================================================== */

/*
Typography
==================================== */
body{
	background:#fff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color:#868b8c;
	font-weight:400;
	line-height:20px;
	padding:0;
	overflow-y: scroll;
}

.alignleft {
  float: left;
  margin:0 10px 0 0;
}

.alignright {
  float: right;
  margin:5px 0 20px 20px;
}

.aligncenter {
  text-align: center;
  margin-bottom:15px;
}

.media-responsive{
	border:none;
	width:100%;
	height:348px;
	margin-bottom:-5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight:400;
  margin:0 0 20px 0;
  text-transform:uppercase;
  color:#fff;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
}

h2{
  font-size: 34px;
  line-height:46px;  
}

h3{
  font-size: 24px;
  line-height:32px;  
}

h1, h4{
  font-size: 22px;
  line-height:22px;   
}

h5 {
  font-size: 14px;
  line-height:18px;  
  margin:0 0 10px 0;  
}

h6{
  font-size: 12px;
  line-height:18px;  
  margin:0 0 10px 0;
}

h1 small{
  font-size: 18px;
}

h2 small{
  font-size: 14px;
}

h3 small,
h4 small {
  font-size: 12px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ebebeb;
}

p {
  margin: 0 0 10px;
  text-align:justify;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

img {
  border:0;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  width: 100%;
}

.list-line {
  padding-left: 0;
  list-style: none;
}

.list-line > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f7f7f7;
  border: none;
  border-radius: 2px;
}

/*
Navbar
==================================== */
.navbar {
  float:left;
}

.navbar-nav {
  float:left;
  list-style:none;
  border-left:1px solid #909393;
  margin:50px 0 0 15px;
  padding:0;
}

.navbar-nav > li{
  float:none;
  margin:0;
  padding:0 0 0 20px;
}

.navbar-nav > li > a {
  padding:10px 0 10px 0;
  font-size:15px;
  line-height:15px;
  color:#909393;
  background:none;
  text-transform:uppercase;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a.dropdown-toggle,
.navbar-nav > li > a.dropdown-toggle:focus,
.navbar-nav > li > a.dropdown-toggle:active{
	background:none;
}

.navbar li a.active,
.navbar li.active a, .navbar li.active a:hover{
  color:#fff;
}

.dropdown-nav{
	background:#303030 url(../img/dropdown-nav-bg.png) repeat-y 20px 0;
	position: relative;
	top: 100%;
	left:-21px;
	color:#fff;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding:0 0 0 20px;
	margin: 20px 0 20px 0;
	font-size: 13px;
	line-height:13px;
	list-style: none;
	background-color: #303030;
	border: none;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
          box-shadow:  none;
	background-clip: padding-box;
}

.dropdown-nav > li{
  background:url(../img/sub-menu-bg.png) no-repeat 0 17px;
  float:none;
  margin:0;
  padding:0 0 0 25px;
}

.dropdown-nav  > li > a{
  padding:10px 0 10px 0;
  margin:0;
  font-size:13px;
  line-height:13px;
  color:#909393;
  text-transform:uppercase;
}

.dropdown-nav  > li > a:hover,
.dropdown-nav  > li > a:focus,
.dropdown-nav  > li > a:active{
  background:none;
  outline:none;
}

.navbar li.active .dropdown-nav  > li > a{
  color:#909393;
}

.navbar li.active .dropdown-nav  > li > a:hover{
  color:#fff;
}

.navbar .navbar-collapse .nav select{
	display:none;
}

/*
Tabs
==================================== */
.nav-tabs {
  border-bottom: none;
  background-color: #5c6162;
}

.nav-tabs > li {
  float: left;
  margin-bottom: 0;
}

.nav-tabs > li > a {
  background-color: #5c6162;
  color:#fff;
  margin-right:0;
  padding:20px 30px 20px 30px;
  line-height: 1.428571429;
  border: none;
  border-radius:0;
  border-right:1px solid #3e4344;
  font-size: 14px;
  line-height:18px;  
  text-transform:uppercase;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:active {
  border: none;
  border-right:1px solid #3e4344;
  outline:none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background:#3e4344;
  color: #fff;
  cursor: default;
  border: none;
  border-bottom-color: none;
}

.tab-content{
  padding:30px 20px 20px 20px;
}

/*
Tooltip
==================================== */
.tooltip-inner {
  border-radius: 2px;
}

/*
Progress bar
==================================== */
.progress {
  position:relative;
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #202020;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}

.progress-bar{
	position:absolute;
}

/*
Pagination
==================================== */
.pagination-wrapp{
	float:left;
	width:100%;
	background:#202020;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin:0;
  border-radius:0;
}

.pagination li{
  margin:0;
}

.pagination.pull-left li a{
	margin-right:1px;
}

.pagination.pull-right li a{
	margin-left:1px;
}

.pagination > li > a,
.pagination > li > span {
  float: left;
  padding: 6px 12px;
  margin:0;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #676f71;
  border:none;
  border-left-width: 0;
  color:#fff;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-left-width: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
  background-color: #8e9698;
}

.pagination > .active > a,
.pagination > .active > span {
  color: #fff;
  cursor: default;
}

.pagination > .active > a:hover,
.pagination > .active > span:hover {
  background-color: #8e9698;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #fff;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 14px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pager{
  padding:0;
  margin:0;
}

.pager li a, .pager li.disabled a, .pager li span{
  border-radius:0;
  border:none;
  color:#fff;
  padding: 15px 26px;
  font-size: 14px;
}

.pager li a:hover, .pager li.disabled a:hover, .pager li span:hover{
  text-decoration:none;
  color:#fff;
}

/*
Accordion
=========================== */
.accordion{
	padding:0;
	margin:0;	
}

.accordion-group{
	border:none;
	padding:0;
	margin:0;	
	position:relative;
}

.accordion-heading, .accordion-main-heading{
	border:none;
	text-transform: uppercase;
	text-decoration:none;
	background-color:#f7f7f7;	
	outline:none;
	padding:4px 15px 4px 15px;
	margin:0 0 1px 30px;
}

.accordion-heading a, .accordion-main-heading a{
	color:#333333;
	font-weight:400;
	font-size:14px;
	line-height:22px;
	text-decoration:none;
	outline:none;
	display:block;
}

.accordion-heading:hover a, .accordion-heading:hover a:hover, .accordion-main-heading:hover a, .accordion-main-heading:hover a:hover{
	color:#fff;
}

.accordion-heading span, .accordion-main-heading span{
	position:absolute;
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#2f343a;
	display:block;
	left:0;
	top:0;
}

.accordion-heading span{
	background-image:url(../img/accrdion-plus.png);
}

.accordion-main-heading span{
	background-image:url(../img/main-acc.png);
}

.accordion-body.in span{
	position:absolute;
	width:30px;
	height:30px;
	background-image:url(../img/accrdion-min.png);
	background-repeat:no-repeat;
	background-position:center center;	
	background-color:#2f343a;	
	display:block;
	left:0;
	top:0;
}

.accordion-inner{
	border:1px solid #f7f7f7;
	padding:30px;
	width: 100% !important;
}

/*
Alert
==================================== */
.alert {
  border-radius:2px;
}

.alert-success {
  color: #468847;
  background-color: #ccf4cc;
  border:none;
  border-left:8px solid;
  border-color: #8ec58d;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border:none;
  border-left:8px solid;
  border-color: #9bc9d2;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border:none;
  border-left:8px solid;
  border-color: #d5cfb2; 
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border:none;
  border-left:8px solid;
  border-color: #d0b3b3; 
}


/*
Form
==================================== */
.form-control{
  border: 1px solid;
  border-color:#fff;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
          transition: none;
}

.form-control:focus {
  border: 1px solid;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-border{
  border: 1px solid;
  color: #a5a8a9;
  border-color:#aab2b4;
  border-radius: 2px;
  background-color:none;  
}

.form-border:-moz-placeholder {
  color: #a5a8a9;
}

.form-border::-moz-placeholder {
  color: #a5a8a9;
}

.form-border:-ms-input-placeholder {
  color: #a5a8a9;
}

.form-border::-webkit-input-placeholder {
  color: #a5a8a9;
}

.form-border:focus {
	color:#c3c6c7;
}

/*
Button
==================================== */
.btn {
  border-radius: 0;
  border:1px solid #fff;
  color:#fff;
  text-shadow:none;
  background:none;
}

.btn:focus {
  outline: none;
  outline: none;
}

.btn:hover,
.btn:focus {
  border:1px solid;
}

.btn-default {
  border-radius: 0;
  border:1px solid #fff;
  color:#fff;
  text-shadow:none;
  background:none;
  text-transform:uppercase !important;
}

.btn-default.btn-bevel {
  border-radius: 0;
  border:none;
  border-bottom:3px solid #cbcaca;
  color:#333;
  text-shadow:none;
  background:#f7f7f7;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  border:1px solid;
  background:none;
  outline:none;
}

.btn-default.btn-bevel:hover,
.btn-default.btn-bevel:focus,
.btn-default.btn-bevel:active,
.btn-default.btn-bevel.active,
.open .dropdown-toggle.btn-default.btn-bevel {
  border-radius: 0;
  border:none;
  border-bottom:3px solid #bfbfbf;
  color:#333;
  text-shadow:none;
  background:#e7e7e7;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary {
  color: #ffffff;
  border: none;
}

.btn-primary.btn-bevel{
  color: #ffffff;
  border-bottom:3px solid;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  border: none;
}

.btn-primary.btn-bevel:hover,
.btn-primary.btn-bevel:focus,
.btn-primary.btn-bevel:active,
.btn-primary.btn-bevel.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  border-bottom:3px solid;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-success {
  color: #ffffff;
  background-color: #5ebd4a;
  border:none;
}

.btn-success.btn-bevel {
  color: #ffffff;
  background-color: #5ebd4a;
  border:none;
  border-bottom:3px solid #459f32;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #50a53d;
  border:none;
}

.btn-success.btn-bevel:hover,
.btn-success.btn-bevel:focus,
.btn-success.btn-bevel:active,
.btn-success.btn-bevel.active,
.open .dropdown-toggle.btn-success.btn-bevel{
  color: #ffffff;
  background-color:#50a53d;
  border:none;
  border-bottom:3px solid #3a8728;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-info {
  color: #ffffff;
  background-color: #1faabf;
  border:none;
}

.btn-info.btn-bevel {
  color: #ffffff;
  background-color: #1faabf;
  border:none;
  border-bottom:3px solid #128698;;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #189cb0;
  border:none;
}

.btn-info.btn-bevel:hover,
.btn-info.btn-bevel:focus,
.btn-info.btn-bevel:active,
.btn-info.btn-bevel.active,
.open .dropdown-toggle.btn-info.btn-bevel{
  color: #ffffff;
  background-color: #189cb0;
  border:none;
  border-bottom:3px solid #0c7e8f;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-warning {
  color: #ffffff;
  background-color: #d0be21;
  border:none;
}

.btn-warning.btn-bevel{
  color: #ffffff;
  background-color: #d0be21;
  border:none;
  border-bottom:3px solid #a69715;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #c3b119;
  border:none;
}

.btn-warning.btn-bevel:hover,
.btn-warning.btn-bevel:focus,
.btn-warning.btn-bevel:active,
.btn-warning.btn-bevel.active,
.open .dropdown-toggle.btn-warning.btn-bevel{
  color: #ffffff;
  background-color: #c3b119;
  border:none;
  border-bottom:3px solid #95870c;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-danger {
  color: #ffffff;
  background-color: #bf1f1f;
  border:none;
}

.btn-danger.btn-bevel{
  color: #ffffff;
  background-color: #bf1f1f;
  border:none;
  border-bottom:3px solid #a21010;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #af1616;
  border:none;
}

.btn-danger.btn-bevel:hover,
.btn-danger.btn-bevel:focus,
.btn-danger.btn-bevel:active,
.btn-danger.btn-bevel.active,
.open .dropdown-toggle.btn-danger.btn-bevel{
  color: #ffffff;
  background-color: #af1616;
  border:none;
  border-bottom:3px solid #980d0d;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*
Tamaño miniaturas
==================================== */

.col-lg-2 {  float: left;   width: 5.8823529411765%;  }


@media (min-width: 0px) and (max-width: 319px)		{.team-wrapper-box h6, .team-wrapper-box h6 a, .team-wrapper-box p{ font-size:12px !important;}}
@media (min-width: 320px) and (max-width: 344px)		{.team-wrapper-box h6, .team-wrapper-box h6 a, .team-wrapper-box p{ font-size:13px !important;}}
@media (min-width: 881px) and (max-width: 919px) 	{.team-wrapper-box h6, .team-wrapper-box h6 a{ font-size:13px !important;} .team-wrapper-box p{font-size:14px !important;}}


@media (min-width: 345px) and (max-width: 400px)	{.team-wrapper-box h6, .team-wrapper-box h6 a{ font-size:14px !important;} }
@media (min-width: 512px) and (max-width: 590px)	{.team-wrapper-box h6, .team-wrapper-box h6 a{ font-size:14px !important;}}
@media (min-width: 768px) and (max-width: 835px)	{.team-wrapper-box h6, .team-wrapper-box h6 a{ font-size:14px !important;}}
@media (min-width: 768px) and (max-width: 835px)	{.team-wrapper-box h6, .team-wrapper-box h6 a{ font-size:14px !important;}}
@media (min-width: 920px) and (max-width: 1020px) 	{.team-wrapper-box h6, .team-wrapper-box h6 a{ font-size:14px !important;}}
@media (min-width: 1091px) and (max-width: 1210px) 	{.team-wrapper-box h6, .team-wrapper-box h6 a{ font-size:14px !important;}}
@media (min-width: 1301px) and (max-width: 1400px) 	{.team-wrapper-box h6, .team-wrapper-box h6 a{ font-size:14px !important;}}
@media (min-width: 1511px) and (max-width: 1575px) 	{.team-wrapper-box h6, .team-wrapper-box h6 a{ font-size:15px !important;}}
@media (min-width: 1721px) and (max-width: 1765px) 	{.team-wrapper-box h6, .team-wrapper-box h6 a{ font-size:15px !important;}}
@media (min-width: 1931px) and (max-width: 1940px) 	{.team-wrapper-box h6, .team-wrapper-box h6 a{ font-size:15px !important;}}

@media (max-width: 256px) {.col-lg-2m {  width: 50%; }}
@media (min-width: 257px) and (max-width: 313px) {.col-lg-2m {  width: 33.3333333333333%; }}
@media (min-width: 314px) and (max-width: 438px) {.col-lg-2m {  width: 25%; }}
@media (min-width: 439px) and (max-width: 563px) {.col-lg-2m {  width: 20%; }}
@media (min-width: 564px) and (max-width: 767px) {.col-lg-2m {  width: 16.6666666666667%; }}
@media (min-width: 768px) and (max-width: 812px) {.col-lg-2m {  width: 25%; } }
@media (min-width: 813px) and (max-width: 937px) {.col-lg-2m {  width: 20%; }}
@media (min-width: 938px) and (max-width: 1062px) {.col-lg-2m {  width: 16.6666666666667%; }}
@media (min-width: 1063px) and (max-width: 1187px) {.col-lg-2m {  width: 14.2857142857143%; }}
@media (min-width: 1188px) and (max-width: 1312px) {.col-lg-2m {  width: 12.5%; }}
@media (min-width: 1313px) and (max-width: 1437px) {.col-lg-2m {  width: 11.1111111111111%; }}
@media (min-width: 1438px) and (max-width: 1562px) {.col-lg-2m {  width: 10%; }}
@media (min-width: 1563px) and (max-width: 1687px) {.col-lg-2m {  width: 9.09090909090909%; }}
@media (min-width: 1688px) and (max-width: 1812px) {.col-lg-2m {  width: 8.33333333333333%; }}
@media (min-width: 1813px) and (max-width: 1937px) {.col-lg-2m {  width: 7.69230769230769%; }}
@media (min-width: 1938px) and (max-width: 2062px) {.col-lg-2m {  width: 7.14285714285714%; }}
@media (min-width: 2063px) and (max-width: 2187px) {.col-lg-2m {  width: 6.66666666666667%; }}
@media (min-width: 2188px) and (max-width: 2312px) {.col-lg-2m {  width: 6.25%; }}
@media (min-width: 2313px) and (max-width: 2437px) {.col-lg-2m {  width: 5.88235294117647%; }}
@media (min-width: 2438px) and (max-width: 2562px) {.col-lg-2m {  width: 5.55555555555556%; }}
@media (min-width: 2563px) and (max-width: 2687px) {.col-lg-2m {  width: 5.26315789473684%; }}
@media (min-width: 2688px) and (max-width: 2812px) {.col-lg-2m {  width: 5%; }}
@media (min-width: 2813px) and (max-width: 2937px) {.col-lg-2m {  width: 4.76190476190476%; }}
@media (min-width: 2938px) and (max-width: 3062px) {.col-lg-2m {  width: 4.54545454545455%; }}
@media (min-width: 3063px) and (max-width: 3187px) {.col-lg-2m {  width: 4.34782608695652%; }}
@media (min-width: 3188px) and (max-width: 3312px) {.col-lg-2m {  width: 4.16666666666667%; }}
@media (min-width: 3313px) and (max-width: 3437px) {.col-lg-2m {  width: 4%; }}
@media (min-width: 3438px) and (max-width: 3562px) {.col-lg-2m {  width: 3.84615384615385%; }}
@media (min-width: 3563px) and (max-width: 3687px) {.col-lg-2m {  width: 3.7037037037037%; }}
@media (min-width: 3688px)  {.col-lg-2m {  width: 3.57142857142857%; }}

@media (min-width: 1200px) and (max-width: 1500px)  {.video{width: 100% !important;} .video_post {padding-left:20px !important;}}


@media (max-width: 499px)  {.nov499{display: none !important; visibility: hidden !important;}}
@media (min-width: 499px) and (max-width: 767px) {.nov500{display: none !important; visibility: hidden !important;}}
@media (min-width: 768px) and (max-width: 999px) {.nov499{display: none !important; visibility: hidden !important;}}
@media (min-width: 1000px) {.nov500{display: none !important; visibility: hidden !important;}}
@media (max-width: 1799px)  {.nov1800{display: none !important; visibility: hidden !important;} }
@media (min-width: 1800px)  {.nov0{display: none !important; visibility: hidden !important;}}

.etiquetas {
	text-transform:uppercase;
	color: #fff;
	margin: 25px 0 15px 0 !important;
}

.article-post h4 {font-size:25px !important;}
.margbot {margin-top:15px !important;}

@media (min-width: 500px) and (max-width: 767px) {
	.nov1{width: 45%; float: left;} 
	.nov2{  width: 55%; float: left; padding-left:0px !important;} 
	.newties{padding: 5px 5px 0 0 !important;}
	.etiquetas {margin: 0 0 5px 0 !important; font-size:12px !important;}
}

@media (min-width: 500px) and (max-width: 600px) {
	.newties p {font-size:12px !important;}
	.article-post h4 {font-size:20px !important;}
	.tel_agencia {margin: 25px 0 0 0 !important;}
	.margbot {margin-top:0px !important;}
}

@media (min-width: 1000px) and (max-width: 1049px) {.nov1{width: 45%; float: left;} .nov2{  width: 55%; float: left;}}
@media (min-width: 1050px) and (max-width: 1099px) {.nov1{width: 40%; float: left;} .nov2{  width: 60%; float: left;}}
@media (min-width: 1100px) and (max-width: 1199px) {.nov1{width: 35%; float: left;} .nov2{  width: 65%; float: left;}}
@media (min-width: 1200px) and (max-width: 1300px) {.nov1{width: 30%;} .nov2{  width: 70%; }}
@media (min-width: 1301px) and (max-width: 1400px) {.nov1{width: 28%;} .nov2{  width: 72%; }}
@media (min-width: 1401px) and (max-width: 1500px) {.nov1{width: 26%;} .nov2{  width: 74%; }}
@media (min-width: 1501px) and (max-width: 1600px) {.nov1{width: 24%;} .nov2{  width: 76%; }}
@media (min-width: 1601px) and (max-width: 1700px) {.nov1{width: 22%;} .nov2{  width: 78%; }}
@media (min-width: 1701px) and (max-width: 1799px) {.nov1{width: 20%;} .nov2{  width: 80%; }}
@media (min-width: 1800px) and (max-width: 1900px) {.nov1{width: 25%;} .nov2{  width: 25%; }}
@media (min-width: 1901px) and (max-width: 2000px) {.nov1{width: 20%;} .nov2{  width: 30%; }}
@media (min-width: 2001px) and (max-width: 2100px) {.nov1{width: 18%;} .nov2{  width: 32%; }}
@media (min-width: 2101px) and (max-width: 2200px) {.nov1{width: 16%;} .nov2{  width: 34%; }}
@media (min-width: 2201px) and (max-width: 2300px) {.nov1{width: 15%;} .nov2{  width: 35%; }}
@media (min-width: 2301px) and (max-width: 2500px) {.nov1{width: 14%;} .nov2{  width: 36%; }}
@media (min-width: 2501px)  {.nov1{width: 12.5%;} .nov2{  width: 37.5%; }}

@media (min-width: 1000px) {.newties{padding: 15px 15px 0 0 !important;}} 

@media (max-width: 255px) {
.col-lg-2 {  width: 100%;  }
.team-wrapper-box{  margin:1.9685039370% 0 0 1.9685039370%; width:96.062992126%;  }
}


@media (min-width: 256px) and (max-width: 511px) {
.col-lg-2 {  width: 50%;  }
.team-wrapper-box{  margin:1.3037809648% 0 0 1.3037809648%; width:48.044328553%;  }
}

@media (min-width: 512px) and (max-width: 767px) {
.col-lg-2 {  width: 33.3333333333333%;  }
.team-wrapper-box{  margin:0.7639419404% 0 0 0.7639419404%; width:32.171893148%;  }
}

@media (min-width: 768px) and (max-width: 880px) {
.col-lg-2 {  width: 33.3333333333333%;  }
.team-wrapper-box{  margin:0.8710801394% 0 0 0.8710801394%; width:32.171893148%;  }
}

@media (min-width: 881px) and (max-width: 1090px) {
.col-lg-2 {  width: 25%;  }
.team-wrapper-box{  margin:0.6798096533% 0 0 0.6798096533%; width:24.150237933%;  }
}

@media (min-width: 1091px) and (max-width: 1300px) {
.col-lg-2 {  width: 20%;  }
.team-wrapper-box{  margin:0.5288207298% 0 0 0.5288207298%; width:19.365415124%;  }
.footlink {  width: 16.6666666666667% !important;}

}

@media (min-width: 1301px) and (max-width: 1510px) {
.col-lg-2 {  width: 16.6666666666667%;  }
.team-wrapper-box{  margin:0.4327131112% 0 0 0.4327131112%; width:16.161834704%;  }
}

@media (min-width: 1511px) and (max-width: 1720px) {
.col-lg-2 {  width: 14.2857142857143%;  }
.team-wrapper-box{  margin:0.3661662395% 0 0 0.3661662395%; width:13.867238583%;  }
}

@media (min-width: 1721px) and (max-width: 1930px) {
.col-lg-2 {  width: 12.5%;  }
.team-wrapper-box{  margin:0.3173595684% 0 0 0.3173595684%; width:12.142970486%;  }
}

@media (min-width: 1931px) and (max-width: 2140px) {
.col-lg-2 {  width: 11.1111111111111%;  }
.team-wrapper-box{  margin:0.2800336040% 0 0 0.2800336040%; width:10.799962662%;  }
}

@media (min-width: 2141px) and (max-width: 2350px) {
.col-lg-2 {  width: 10%;  }
.team-wrapper-box{  margin:0.2505637685% 0 0 0.2505637685%; width:9.724379855%;  }
}

@media (min-width: 2351px) and (max-width: 2560px) {
.col-lg-2 {  width: 9.0909090909091%;  }
.team-wrapper-box{  margin:0.2267059624% 0 0 0.2267059624%; width:8.843593496%;  }
}

@media (min-width: 2561px) and (max-width: 2770px) {
.col-lg-2 {  width: 8.3333333333333%;  }
.team-wrapper-box{  margin:0.2069964811% 0 0 0.2069964811%; width:8.109087146%;  }
}

@media (min-width: 2771px) and (max-width: 2980px) {
.col-lg-2 {  width: 7.6923076923077%;  }
.team-wrapper-box{  margin:0.1904399162% 0 0 0.1904399162%; width:7.487218552%;  }
}

@media (min-width: 2981px) and (max-width: 3190px) {
.col-lg-2 {  width: 7.1428571428571%;  }
.team-wrapper-box{  margin:0.1763357433% 0 0 0.1763357433%; width:6.953925989%;  }
}

@media (min-width: 3191px) and (max-width: 3400px) {
.col-lg-2 {  width: 6.6666666666667%;  }
.team-wrapper-box{  margin:0.1641766541% 0 0 0.1641766541%; width:6.491544902%;  }
}

@media (min-width: 3401px) and (max-width: 3610px) {
.col-lg-2 {  width: 6.25%;  }
.team-wrapper-box{  margin:0.1535862387% 0 0 0.1535862387%; width:6.086814621%;  }
}

@media (min-width: 3611px) {
.col-lg-2 {  width: 5.8823529411765%;  }
.team-wrapper-box{  margin:0.1408450704% 0 0 0.1408450704%; width:5.733222867%;  }
}

.footer100 {  	width: 100% !important;
				max-width:100% !important;  }
				
.separador-fotos {margin-top:10px !important;;}	

@media (max-width:1199px) {.footlink { margin-bottom:0px !important;} .tooltips { position: inherit !important;}}
@media (max-width:767px) {.services-box{  margin:1.30378096479791% 0px 0px 1.30378096479791% ; width:97.3924380704042%; }}
@media (min-width: 768px) and (max-width:1200px) {.services-box{  margin:0.681198910081744% 0px 0px 0.681198910081744% ; width:98.6376021798365%; }}
@media (min-width: 1201px) and (max-width:1500px) {.services-box{  margin:0.454338936846888% 0px 0px 0.454338936846888% ; width:49.3184915947297%; }}
@media (min-width: 1501px) and (max-width:2300px) {.services-box{  margin:0.302938503483793% 0px 0px 0.302938503483793% ; width:32.9294153286883%; }}
@media (min-width: 2301px) and (max-width:2600px) {.services-box{  margin:0.227221086116792% 0px 0px 0.227221086116792% ; width:24.715973642354%; }}
@media (min-width: 2601px) and (max-width:3400px) {.services-box{  margin:0.181785129976368% 0px 0px 0.181785129976368% ; width:19.7818578440284%; }}
@media (min-width: 3401px) {.services-box{  margin:0.344708721130645% 0px 0px 0.344708721130645% ; width:16.2645064920142%; }}
.services-box h5 {font-size:16px !important; padding-top:5px !important;}
.services-box span {color: #fff !important; padding-bottom:0px !important;}
@media (max-width:350px) { .services-box p{ margin-bottom:0px !important; } .services-box h5 {font-size:14px !important; padding-top:3px !important; margin-bottom:3px !important;}}

@media (max-width: 1199px) {
.separador-fotos {  clear: both !important;}	
}

span{
	color:#bfbfbf !important;
	padding-bottom: 3px !important;	
}

	
.pechonat1 {display:none !important;}
.pechonat2 {display:inline !important;}

@media (min-width: 425px) {
.pechonat1 {display:inline !important;}
.pechonat2 {display:none !important;}
}

.telefono {
	text-align:center !important;
	font-size:40px !important;
	margin: 50px 0 40px 0;
}

.telefono a, .widget a {
	text-decoration:none;
}

.banner {
	margin: 20px 0 20px 0;
	width: 100%;
}

@media (max-width: 549px) { 
.datoscont1 {display:none !important;}
}

@media (min-width: 550px) {
.datoscont2 {display:none !important;}
}

@media (min-width: 768px) and (max-width: 850px) {
	.mis-noticias{
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;	    
}
}
@media (min-width: 768px) and (max-width: 770px) {
	.mis-noticias{
	width: 380px;
}
}
@media (min-width: 771px) and (max-width: 780px) {
	.mis-noticias{
	width: 382px;
}
}
@media (min-width: 781px) and (max-width: 790px) {
	.mis-noticias{
	width: 392px;
}
}
@media (min-width: 791px) and (max-width: 800px) {
	.mis-noticias{
	width: 402px;
}
}
@media (min-width: 801px) and (max-width: 810px) {
	.mis-noticias{
	width: 412px;
}
}
@media (min-width: 811px) and (max-width: 820px) {
	.mis-noticias{
	width: 422px;
}
}
@media (min-width: 821px) and (max-width: 830px) {
	.mis-noticias{
	width: 432px;
}
}
@media (min-width: 831px) and (max-width: 840px) {
	.mis-noticias{
	width: 442px;
}
}
@media (min-width: 841px) and (max-width: 850px) {
	.mis-noticias{
	width: 452px;
}
}
@media (min-width: 1200px) and (max-width: 2000px) {
	.mis-noticias{
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;	    
}
}
@media (min-width: 1200px) and (max-width: 1760px) {
	.mis-noticias{
	width: 385px;
}
}
@media (min-width: 1761px) and (max-width: 1780px) {
	.mis-noticias{
	width: 394px;
}
}
@media (min-width: 1781px) and (max-width: 1800px) {
	.mis-noticias{
	width: 401px;
}
}
@media (min-width: 1801px) and (max-width: 1820px) {
	.mis-noticias{
	width: 408px;
}
}
@media (min-width: 1821px) and (max-width: 1840px) {
	.mis-noticias{
	width: 414px;
}
}
@media (min-width: 1841px) and (max-width: 1880px) {
	.mis-noticias{
	width: 421px;
}
}
@media (min-width: 1881px) and (max-width: 1900px) {
	.mis-noticias{
	width: 428px;
}
}
@media (min-width: 1901px) and (max-width: 1920px) {
	.mis-noticias{
	width: 434px;
}
}
@media (min-width: 1921px) and (max-width: 1940px) {
	.mis-noticias{
	width: 441px;
}
}
@media (min-width: 1941px) and (max-width: 1960px) {
	.mis-noticias{
	width: 448px;
}
}
@media (min-width: 1961px) and (max-width: 1980px) {
	.mis-noticias{
	width: 454px;
}
}
@media (min-width: 1981px) and (max-width: 2000px) {
	.mis-noticias{
	width: 461px;
}
}

@media (min-width: 1200px) and (max-width: 1240px) {
  .cont-ficha-4 {
    width: 53% !important;
  }
    .cont-ficha-8 {
    width: 47% !important;
  }
}
@media (min-width: 1241px) and (max-width: 1280px) {
  .cont-ficha-4 {
    width: 51% !important;
  }
    .cont-ficha-8 {
    width: 49% !important;
  }
}
@media (min-width: 1281px) and (max-width: 1320px) {
  .cont-ficha-4 {
    width: 49% !important;
  }
    .cont-ficha-8 {
    width: 51% !important;
  }
}
@media (min-width: 1321px) and (max-width: 1360px) {
  .cont-ficha-4 {
    width: 47% !important;
  }
    .cont-ficha-8 {
    width: 53% !important;
  }
}
@media (min-width: 1361px) and (max-width: 1400px) {
  .cont-ficha-4 {
    width: 45% !important;
  }
    .cont-ficha-8 {
    width: 55% !important;
  }
}
@media (min-width: 1401px) and (max-width: 1460px) {
  .cont-ficha-4 {
    width: 43% !important;
  }
    .cont-ficha-8 {
    width: 57% !important;
  }
}
@media (min-width: 1461px) and (max-width: 1520px) {
  .cont-ficha-4 {
    width: 41% !important;
  }
    .cont-ficha-8 {
    width: 59% !important;
  }
}
@media (min-width: 1521px) and (max-width: 1600px) {
  .cont-ficha-4 {
    width: 39% !important;
  }
    .cont-ficha-8 {
    width: 61% !important;
  }
}
@media (min-width: 1601px) and (max-width: 1660px) {
  .cont-ficha-4 {
    width: 37% !important;
  }
    .cont-ficha-8 {
    width: 63% !important;
  }
}
@media (min-width: 1661px) and (max-width: 1760px) {
  .cont-ficha-4 {
    width: 35% !important;
  }
    .cont-ficha-8 {
    width: 65% !important;
  }
}
@media (max-width: 400px) {
	.mis-servicios{
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;	    
}
}
@media (max-width: 345px) {
	.mis-servicios{
	width: 50px;
}
}
@media (min-width: 346px) and (max-width: 365px) {
	.mis-servicios{
	width: 100px;
}
}
@media (min-width: 366px) and (max-width: 375px) {
	.mis-servicios{
	width: 130px;
}
}
@media (min-width: 376px) and (max-width: 385px) {
	.mis-servicios{
	width: 140px;
}
}
@media (min-width: 386px) and (max-width: 395px) {
	.mis-servicios{
	width: 150px;
}
}
@media (min-width: 396px) and (max-width: 405px) {
	.mis-servicios{
	width: 160px;
}
}

@media (max-width: 1500px) {
	.heading h1{
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;	    
}
}


.sin-resultados {
	line-height:85px !important;
	margin-left:20px !important;
}

.resultados-restrictivos {
	min-height:80px !important;
	padding:20px 40px 20px 40px !important;
}

.sin-resultados-filtrados {
	min-height:48px !important;
	padding:9px 40px 9px 40px !important;
}

.h5filtro {font-size:16px !important;}

.article-post a:visited, .article-post a:hover, .videos-nombre a, .article-post a .article-post a:link, .article-post a:active, .services-box a:visited, .services-box a:hover, .services-box a, .services-box a:link, .services-box a:active {text-decoration:none !important;}

.services-box a:visited, .services-box a:hover, .services-box a, .services-box a:link, .services-box a:active { color: #a7b2b4 !important;}

.linea { border-bottom:1px solid #cbcaca;}
.contacto {padding-top: 30px !important; padding-bottom: 30px !important;}

.busqueda_vacaciones {opacity:0.25}