img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
img.grayscale {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);  /* For Webkit browsers */
	filter: gray;  /* For IE 6 - 9 */
	-webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
	
	-webkit-box-shadow: 0px 0px 2px 1px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 2px 1px rgba(255,255,255,1);
	box-shadow: 0px 0px 2px 1px rgba(255,255,255,1);
}
img.grayscale:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: none;
}
ul, ol {
	padding: 0;
}
/* ====== FONTS ======= */
/*
@font-face {
  font-family: 'Open Sans';
  src: url('../css/font/OpenSans-Regular-webfont.eot');
  src: url('../css/font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../css/font/OpenSans-Regular-webfont.woff') format('woff'), url('../css/font/OpenSans-Regular-webfont.ttf') format('truetype'), url('font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../css/font/OpenSans-Semibold-webfont.eot');
  src: url('../css/font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../css/font/OpenSans-Semibold-webfont.woff') format('woff'), url('../css/font/OpenSans-Semibold-webfont.ttf') format('truetype'), url('font/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../css/font/OpenSans-Bold-webfont.eot');
  src: url('../css/font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../css/font/OpenSans-Bold-webfont.woff') format('woff'), url('../css/font/OpenSans-Bold-webfont.ttf') format('truetype'), url('font/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
*/

html {
	overflow-y: -moz-scrollbars-vertical;
	overflow-y: scroll;
	-ms-overflow-y: scroll;
}
a {
	color: inherit;
}
a:hover {
	text-decoration: none;
}
a:hover, a:focus {
	color: #4B97ED;
	outline: none;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	background: #fff;
	font-size: 14px;
	line-height: 22px;
}
p {
	color: #666;
	margin: 0 0 15px 0;
}
p.larger {
	color: #666;
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 25px 0;
}
p.darker {
	color: #555258;
}
a.larger {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 12px;
}
.readMore, a[href^="mailto"] {
	color: #4B97ED;
}
.readMore:hover, a[href^="mailto"]:hover {
	color: inherit;
}
/* === TYPOGRAPHY === */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #333;
	margin: 0 0 20px 0;
}
h2 {
	font-weight: 400;
	font-size: 32px;
}
h3 {
	font-size: 24px;
	line-height: 28px;
}
h4 {
	font-size: 18px;
	line-height: 24px;
}
h4 span, h5 span {
	display: block;
	color: #999;
	font-weight: 400;
	font-size: 13px;
	line-height: 14px;
	padding-top: 5px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h5 {
	font-size: 14px;
	line-height: 21px;
	margin: 15px 0 12px 0;
}
h5 span {
	font-size: 11px;
}
h5 + p {
	margin-bottom: 40px;
}
.widget-title {
	font-size: 13px;
	line-height: 16px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 20px 0;
}
.page-header {
	border: 0;
	margin: 15px;
	padding: 0;
}
.page-header h2 {
	margin-bottom: 40px;
}
.page-header h2 + .larger {
	position: relative;
	margin-top: -24px;
	margin-bottom: 40px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.page-header h2 + p {
	margin-top: -20px;
}
.page-header p {
	color: #666;
}
.page-header .btn {
	margin-top: 8px;
}
.page-header h2 + .btn {
	margin-top: -12px;
}
.page-header + .larger {
	margin-top: -10px;
}
.page-header .larger + .btn {
	margin-top: -15px;
}
.page-title {
	font-size: 13px;
	line-height: 16px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 25px 0;
}
.main-header {
	background:url(/vistas/images/slider-line.jpg) repeat-x bottom #0E2050;
	padding: 26px 0 30px 0;
}
.main-header .page-title {
	color: #fff;
	font-size: 32px;
	line-height: 33px;
	text-transform: none;
	font-weight: 400;
	margin: 0;
	padding: 9px 0;
	letter-spacing: normal;
}
hr {
	background: none;
	border-top: 1px solid #e5e5e5;
}
blockquote {
	padding: 0;
	margin: 0 0 20px 0;
	border: 0;
	font-size: inherit;
	line-height: inherit;
}
blockquote p {
	font-size: inherit;
	line-height: inherit;
	font-weight: 400;
}
blockquote .inner {
	padding: 0 0 22px 25px;
}
blockquote .inner:before {
	height: 0;
	float: left;
	position: relative;
	top: 14px;
	left: -30px;
	content: "“";
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 50px;
	color: #999;
}
blockquote .media.author {
	margin-top: 0;
}
blockquote .media > .pull-left {
	display: block;
	margin-right: 20px;
}
blockquote .media > .pull-left img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
blockquote .media-heading {
	padding-top: 19px;
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
}
blockquote .media-heading span {
	padding-top: 6px;
	display: block;
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	color: #999;
	text-transform: none;
	letter-spacing: normal;
}
blockquote.intext {
	margin: 40px 0;
	font-size: 20px;
	line-height: 30px;
	color: #666;
}
blockquote.intext p {
	font-size: 20px;
	line-height: 30px;
	color: #666;
}
.innerMargin blockquote.intext {
	margin-left: -100px;
	margin-right: -100px;
}
blockquote.huge {
	font-size: 32px;
	line-height: 45px;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 0 75px 0;
}
blockquote.huge p {
	font-size: 32px;
	line-height: 45px;
}
blockquote.huge .author {
	display: block;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.thumbnails {
	margin-top: -20px;
}
.thumbnails > li {
	margin-top: 20px;
}
.table-content {
	display: table;
	width: 100%;
	margin: 0;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.table-cell * {
	margin: 0;
}
/* === BUTTONS === */
.btn {
	font-weight: 600;
	border: 2px solid transparent;
	padding: 11px 17px;
	font-size: 13px;
	line-height: 13px;
	background: transparent;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	color: #333;
}
.btn:hover, .btn:focus {
	color: #4B97ED;
	border-color: #4B97ED;
	text-decoration: none;
	outline: none;
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
input::-moz-focus-inner {
 border: 0;
 padding: 0;
 margin-top: -3px;
 margin-bottom: -3px;
}
.btn-default {
	background: transparent;
	border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
	background: transparent;
}
.btn-primary {
	background: #4B97ED;
	border-color: #4B97ED;
	color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
	background: #313131;
	border-color: #313131;
	color: #fff;
}
.btn-lg {
	padding: 16px 27px;
}
.btn-sm {
	font-weight: 400;
	padding: 6px 11px;
	font-size: 11px;
	line-height: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn.with-icon {
	margin: 4px;
	padding-left: 10px;
	padding-right: 10px;
	width: 39px;
}
.btn.disabled, .btn[disabled] {
	background: #666 !important;
	border-color: #666 !important;
}
.btn.closeAjaxPortfolio {
	margin-left: 25px;
}
/* ====== NAVBAR ======= */
.navbar-default {
	min-height: 89px;
	background-color: #fff;
	border: 0;
	margin: 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.navbar-default .nav > li {
	padding: 28px 16px;
}

.navbar-default .nav > li.icon-social {
	padding: 28px 6px;
}

.navbar-default .nav > li.dropdown {
	padding-right: 22px;
}
.navbar-default .nav > li.dropdown > a:after {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d7";
	color: #999;
	font-weight: 400;
	margin-left: 4px;
	font-size: 12px;
	position: absolute;
}
.navbar-default .nav > li > a {
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	color: #666;
	text-transform: uppercase;
	padding: 8px 0;
	border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:focus > a {
	color: #333;
	background: transparent;
	border-bottom: 2px solid #D0DD2B;
}
.navbar-default .navbar-nav > .active > a {
	color: #333;
	background: transparent;
	border-bottom: 2px solid #D0DD2B;
}
.navbar-default .navbar-nav > .active:hover > a, .navbar-default .navbar-nav > .active:focus > a {
	background: transparent;
	border-color: #D0DD2B;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
}

.navbar-default .nav > li.icon-social:hover > a {
	border-bottom: none;
}

.navbar-default .navbar-brand {
	margin-top: 9px;
}
.navbar-toggle {
	margin-top: 25px;
}
/* menu on hover */
li.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown-menu {
	overflow: hidden;
	list-style: circle outside none;
}
.dropdown-menu {
	min-width: 220px;
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.dropdown-menu > li > a {
	background: #313131;
	border-top: 1px solid #353239;
	display: block;
	padding: 17px 20px;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #4B97ED;
	background: #313131;
}

@media (min-width: 768px) {
.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
}
}
.navbar-default {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
/* cambio logo */
/*
.navbar-default .navbar-brand .logo-transparent {
	display:none !important;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.navbar-default .navbar-brand .logo-default {
	display:block !important;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}


.navbar-transparent .navbar-brand .logo-transparent {
	display:block !important;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}
	
.navbar-transparent .navbar-brand .logo-default {
	display:none !important;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}
*/

.navbar-transparent {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-transparent .nav > li > a {
	color: #fff !important;
}
.navbar-transparent .navbar-nav > .active > a {
	border-color: #D0DD2B;
}
.navbar-transparent .navbar-nav > .active:hover > a, .navbar-transparent .navbar-nav > .active:focus > a {
	border-color: #fff;
}
.navbar-fixed-top .navbar-nav > li:hover > a, .navbar-fixed-top .navbar-nav > li:focus > a {
	border-color: transparent;
}
#showHeaderSearch {
	float: right;
	padding: 22px 0 22px 22px;
	margin: 11px 0 10px 10px;
	color: #666;
}
#showHeaderSearch:hover {
	color: #333;
}
#showHeaderSearch i {
	width: 15px;
}
.header-search {
	position: absolute;
	height: 106px;
	left: 0;
	right: 0;
	bottom: -106px;
	background: #4B97ED;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.header-search .container {
	position: relative;
	margin-top: 26px;
}
.header-search input[type="text"] {
	border: 0;
	width: 100%;
	color: #fff;
	color: rgba(255,255,255,0.85);
	height: 52px;
	padding: 5px 60px 5px 0;
	font-size: 32px;
	line-height: 40px;
}
.header-search input[type="text"]:-moz-placeholder {
 color: #fff;
 color: rgba(255,255,255,0.4);
}
.header-search input[type="text"]::-moz-placeholder {
 color: #fff;
 color: rgba(255,255,255,0.4);
 opacity: 1;
}
.header-search input[type="text"]:-ms-input-placeholder {
 color: #fff;
 color: rgba(255,255,255,0.4);
}
.header-search input[type="text"]::-webkit-input-placeholder {
 color: #fff;
 color: rgba(255,255,255,0.4);
}
.header-search button[type="submit"] {
	border: 0;
	padding: 0;
	margin: 0;
	color: #fff;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	background: #777;
	background: rgba(255,255,255,0.2);
	position: absolute;
	right: 0;
	top: 1px;
}
.header-search button[type="submit"]:hover {
	background: #313131;
}
.header-search button[type="submit"] i {
	margin-right: -1px;
}
/* ====== FORMS ======= */
.form-group {
	margin-bottom: 10px;
}
.form-control {
	display: block;
	width: 100%;
	height: 39px;
	padding: 9px;
	font-size: 13px;
	line-height: 17px;
	color: #333;
	background-color: transparent;
	background-image: none;
	border: 2px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	transition: none;
}
.form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:-moz-placeholder {
 color: #333;
}
.form-control::-moz-placeholder {
 color: #333;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #333;
}
.form-control::-webkit-input-placeholder {
 color: #333;
}
textarea.form-control {
	height: auto;
	min-height: 210px;
	resize: none;
}
.control-label {
	display: block;
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 7px 0;
}
.control-label span {
	color: #999;
}
.form-group {
	margin-bottom: 25px;
}
.has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: inherit;
}
.has-error .help-block {
	color: #bc3d3d;
}
.has-error .form-control:focus {
	border-color: #bc3d3d;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-error .form-control {
	border-color: #bc3d3d;
}
.has-error .help-block {
	font-size: 11px;
	line-height: 11px;
	margin: 0;
	position: relative;
	top: 7px;
	height: 0;
}
/* ====== ELEMENTS ======= */
.socialIcons {
	display: block;
	margin: 0 0 0 -10px;
	list-style: none;
}
.socialIcons:before, .socialIcons:after {
	content: " ";
	display: table;
}
.socialIcons:after {
	clear: both;
}
.socialIcons.pull-right {
	margin: 0 -10px 0 0;
}
header .socialIcons.pull-right {
	margin: 20px -10px 0 0;
}
.socialIcons > li {
	float: left;
	margin: 0 10px;
}
.socialIcons > li > a {
	display: block;
	font-size: 18px;
	color: #7f7d82;
	color: rgba(255,255,255,0.4);
}
.socialIcons > li > a:hover {
	color: #4B97ED;
}
.socialIcons > li i {
	display: block;
}
.socialIcons.bigIcons {
	margin-left: -7px;
}
.socialIcons.bigIcons > li {
	margin: 0 7px;
}
.socialIcons.bigIcons > li > a {
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	text-align: center;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding-top: 16px;
	padding-right: 1px;
	background: #bbb;
	color: #fff;
}
.socialIcons.bigIcons > li > a:hover {
	background: #4B97ED;
}
.socialIcons.bigIcons.type2 {
	margin-left: -5px;
}
.socialIcons.bigIcons.type2 > li {
	margin: 0 5px;
}
.socialIcons.bigIcons.type2 > li > a {
	width: 36px;
	height: 36px;
	padding-top: 10px;
	background: #4B97ED;
}
.socialIcons.bigIcons.type2 > li > a:hover {
	background: #313131;
}
.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}
.tooltip-inner {
	background-color: #313131;
	border-radius: 0;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #313131;
}
.tooltip.top-left .tooltip-arrow {
	border-top-color: #313131;
}
.tooltip.top-right .tooltip-arrow {
	border-top-color: #313131;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #313131;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #313131;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #313131;
}
.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #313131;
}
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #313131;
}
/* back to top link */
#toTop {
	position: fixed;
	z-index: 350;
	bottom: 40px;
	right: 35px;
	display: none;
	width: 70px;
	height: 70px;
	background: #4B97ED;
	opacity: .7;
	filter: alpha(opacity=70);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	padding-top: 15px;
}
#toTop:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#toTop i {
	color: #fff;
	font-size: 36px;
}
/* ====== SECTIONS ======= */
html {
	height: 100%;
	min-height: 100%;
}
body {
	min-height: 100%;
}
.content-area {
	padding: 45px 0 60px 0;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #fff;
}
.content-home {
	padding: 1px 0;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #fff;
}
.content-home .row {
	margin: 0 !important;
}
.content-home .col-md-3 {
	padding: 0 1px !important;
}
.content-home .col-md-3 img {
	width: 100% !important;
}
.content-area.bg2 {
	background: #f5f5f5;
}
.brightText {
	background-color: #0E2050;
	color: #fff;
}
.brightText h1, .brightText h2, .brightText h3, .brightText h4, .brightText h5, .brightText h6 {
	color: #fff;
}
.brightText p {
	color: #fff;
}
.brightText .page-title {
	color: #999;
}
.brightText blockquote .inner:before {
	color: rgba(255,255,255,0.4);
}
.brightText blockquote .media-heading span {
	color: rgba(255,255,255,0.4);
}
.brightText .control-label span {
	color: #fff;
	color: rgba(255,255,255,0.4);
}
.brightText .form-control {
	color: #fff;
	border-color: rgba(255,255,255,0.4);
}
.brightText .form-control:focus {
	border-color: #fff;
}
.brightText .form-control:-moz-placeholder {
 color: #fff;
}
.brightText .form-control::-moz-placeholder {
 color: #fff;
 opacity: 1;
}
.brightText .form-control:-ms-input-placeholder {
 color: #fff;
}
.brightText .form-control::-webkit-input-placeholder {
 color: #fff;
}
.brightText blockquote.huge .author {
	color: #fff;
	color: rgba(255,255,255,0.4);
}
/* ====== PARALLAX ======= */
.parallaxSection {
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-color: #0E2050;
	min-height: 560px;
	border-style: solid;
	border-width: 0px 0px 5px;
	-moz-border-image: url(/vistas/images/slider-line.jpg) 0 0 4 repeat;
	-webkit-border-image: url(/vistas/images/slider-line.jpg) 0 0 4 repeat;
	-o-border-image: url(/vistas/images/slider-line.jpg) 0 0 4 repeat;
	border-image: url(/vistas/images/slider-line.jpg) 0 0 4 repeat;
}
.parallaxSection.height100 {
	position: relative;
	height: 100%;
	min-height: 0;
}
.parallaxSection.height100 .flexslider {
	height: 100%;
}
.parallaxSection.height100 .flexslider .flex-viewport, .parallaxSection.height100 .flexslider .slides, .parallaxSection.height100 .flexslider .slides li, .parallaxSection.height100 .flexslider .slides li .container, .parallaxSection.height100 .flexslider .slides li .container .inner {
	height: 100%;
}
.parallaxSection.height100 .flexslider .slides li .container {
	display: table;
}
.parallaxSection.height100 .flexslider .slides li .container .inner {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
.parallaxSection.height100 .flexslider .slides li .container .inner .text-center {
	margin-top: 0;
}
.bigArrow {
	display: block;
	text-align: center;
	width: 70px;
	height: 70px;
	border: 2px solid #a0989d;
	border: 2px solid rgba(255,255,255,0.4);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	bottom: 29px;
	left: 50%;
	margin-left: -35px;
	z-index: 100;
	color: #fff;
	font-size: 40px;
}
.bigArrow:focus, .bigArrow:hover {
	border-color: #4B97ED;
}
.bigArrow i {
	position: relative;
	margin-top: 15px;
}
.videoSection {
	overflow: hidden;
	height: 700px;
}
.videoSection .innerVideo {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 800px;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
}
.videoSection.parallaxEffect .innerVideo {
	position: fixed;
	bottom: 0;
	height: auto;
}
.videoSection .flexslider .inner {
	padding-top: 176px;
}
body.preloader #ct_preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	display: block;
	z-index: 9999;
}
body.preloader #ct_preloader {
	background: #fff url("../images/loader1.gif") no-repeat 50% 45%;
}
#ct_preloader.ajax-inprogress {
	background: transparent url("../images/loading.gif") no-repeat 50% 50%;
	z-index: 9999;
	width: 40px;
	height: 40px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}
/* ====== ICON BOX ======= */
.iconBox {
	color: #666;
}
.iconBox p {
	color: #666;
}
.iconBox .media > .pull-left {
	margin-right: 20px;
}
.iconBox .media > .pull-left i {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 21px;
	margin-top: 24px;
	margin-left: 0;
	position: relative;
	color: #4B97ED;
}
.iconBox .media > .pull-left:hover i {
	color: #fff;
}
.iconBox .media-heading {
	margin: 5px 0 13px;
}
.iconBox.type2 {
	text-align: center;
}
.iconBox.type2 .media > .pull-left {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	display: block;
	float: none !important;
	width: 70px;
	height: 70px;
	border: 2px solid #e5e5e5;
	margin: 0 auto 11px auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.iconBox.type2 .media > .pull-left i {
	margin-top: 22px;
}
.iconBox.type2 .media > .pull-left:hover {
	border-color: #4B97ED;
	background: #4B97ED;
}
.iconBox.type3 {
	margin-top: 5px;
}
.iconBox.type3 p {
	margin: 0;
}
.iconBox.type3 p + p {
	margin-top: 15px;
}
.iconBox.type3 + .iconBox {
	margin-top: 40px;
}
.iconBox.type3 .media-heading {
	margin: -2px 0 7px;
}
.iconBox.type3 .media > .pull-left {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	display: block;
	width: 36px;
	height: 36px;
	background: #4B97ED;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
.iconBox.type3 .media > .pull-left i {
	color: #fff;
	margin-top: 9px;
	font-size: 19px;
}
.iconBox.type3 .media > .pull-left:hover {
	background: #333;
}
.iconBox.type4 {
	padding: 0 25px 25px 25px;
	margin-top: 20px;
	text-align: center;
	background: #fff;
}
.iconBox.type4 .media > .pull-left {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: block;
	float: none !important;
	width: 70px;
	height: 70px;
	background: #4B97ED;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0 auto;
	position: relative;
	top: -20px;
}
.iconBox.type4 .media > .pull-left i {
	color: #fff;
	font-size: 18px;
	margin-top: 26px;
}
.iconBox.type4 .media > .pull-left:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	background: #333;
}
.iconBox.type4 .media, .iconBox.type4 .media-body {
	overflow: visible;
}
.iconBox.type4 .media-heading {
	margin: -5px 0 8px 0;
}
.octagon {
	display: block;
	position: relative;
	text-align: center;
	width: 70px;
	height: 70px;
}
.octagon .octbg {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	fill: #fff;
}
.octagon .octcol {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	fill: #e5e5e5;
}
.octagon:hover .octbg {
	fill: #4B97ED;
}
.octagon:hover .octcol {
	fill: #4B97ED;
}
.octagon .svg-load {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.promoBox .inner {
	padding: 65px 0;
}
.tweet_list > li {
	margin-top: 25px;
}
.tweet_list > li:first-child {
	margin-top: 0;
}
.tweet_list a:hover {
	color: #ccc;
}
.tweet_list .tweet_time {
	display: block;
	font-size: 11px;
	line-height: 11px;
	padding: 0 0 5px 0;
	color: #545158;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.tweet_list .tweet_time a {
	color: #545158;
}
.personBox h4 {
	margin-top: 12px;
}
.personBox h4 a {
	color: #4B97ED;
}
.personBox h4 a:hover {
	color: #333;
}
.personBox hr {
	margin: 16px 0 13px 0;
}
.socialNormal {
	font-size: 18px;
	color: #999;
}
.socialNormal > li:first-child {
	padding-left: 0;
}
.socialNormal > li {
	padding-left: 7px;
	padding-right: 7px;
}
.socialNormal a:hover {
	color: #333;
}
.buttonBox p {
	font-size: 20px;
	line-height: 23px;
	margin: 0;
}
.timerCounter .timerVal {
	display: inline-block;
	font-size: 64px;
	line-height: 64px;
}
.timerCounter sup {
	font-size: 14px;
	top: -2.5em;
	margin-left: -5px;
	bottom: auto;
}
.timerCounter .timerDesc {
	padding: 10px 0 0 0;
	display: block;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	color: #999999;
	font-weight: 600;
	letter-spacing: 0.1em;
}
body .vco-slider .slider-item .content .content-container.layout-media, body .vco-slider .slider-item .content {
	max-width: 1170px;
	display: block;
	margin: 0 auto;
}
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia {
	width: auto !important;
}
body .vco-timeline .vco-navigation .timenav-background {
	background: #f5f5f5;
}
body .vco-slider .nav-previous, body .vco-slider .nav-next {
	text-align: center;
}
body .vco-skinny.vco-notouch .vco-slider .nav-next .icon, body .vco-slider .nav-next .icon {
	width: 100%;
	height: 40px;
	background: none;
	margin: 0 0 0 0 !important;
}
body .vco-skinny.vco-notouch .vco-slider .nav-previous .icon, body .vco-slider .nav-previous .icon {
	width: 100%;
	height: 40px;
	background: none;
	margin: 0 0 0 0 !important;
}
body .vco-slider .nav-next .icon:before, body .vco-slider .nav-previous .icon:before {
	font-size: 40px;
	line-height: 37px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f104";
}
body .vco-slider .nav-next .icon:before {
	content: "\f105";
}
body .vco-notouch .vco-slider .nav-previous:hover, body .vco-notouch .vco-slider .nav-next:hover {
	color: #4B97ED;
}
body .vco-slider .nav-next .date, body .vco-slider .nav-next .title, body .vco-slider .nav-previous .date, body .vco-slider .nav-previous .title {
	display: none;
}
body .vco-storyjs .vco-feature h1, body .vco-storyjs .vco-feature h2, body .vco-storyjs .vco-feature h3, body .vco-storyjs .vco-feature h4, body .vco-storyjs .vco-feature h5, body .vco-storyjs .vco-feature h6 {
	font-family: 'Open Sans';
	color: #333;
	font-weight: 600;
}
body .vco-storyjs h3 {
	font-size: 24px;
	line-height: 28px;
}
body .vco-slider .slider-item .content .content-container .text .container h2.date {
	color: #999;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
body .vco-storyjs, body .vco-storyjs .twitter, body .vco-storyjs .vcard, body .vco-storyjs .messege, body .vco-storyjs .credit, body .vco-storyjs .caption, body .vco-storyjs .zoom-in, body .vco-storyjs .zoom-out, body .vco-storyjs .back-home, body .vco-storyjs .time-interval div, body .vco-storyjs .time-interval-major div, body .vco-storyjs .nav-container, body .vco-storyjs .timenav h1, body .vco-storyjs .flag-content h1, body .vco-storyjs .era h1, body .vco-storyjs .timenav h2, body .vco-storyjs .flag-content h2, body .vco-storyjs .era h2, body .vco-storyjs .timenav h3, body .vco-storyjs .flag-content h3, body .vco-storyjs .era h3, body .vco-storyjs .timenav h4, body .vco-storyjs .flag-content h4, body .vco-storyjs .era h4, body .vco-storyjs .timenav h5, body .vco-storyjs .flag-content h5, body .vco-storyjs .era h5, body .vco-storyjs .timenav h6, body .vco-storyjs .flag-content h6, body .vco-storyjs .era h6, body .vco-storyjs p, body .vco-storyjs blockquote, body .vco-storyjs blockquote p, body .vco-storyjs .twitter blockquote p, body .vco-storyjs h1.date, body .vco-storyjs h2.date, body .vco-storyjs h3.date, body .vco-storyjs h4.date, body .vco-storyjs h5.date, body .vco-storyjs h6.date {
	font-family: 'Open Sans' !important;
}
body .vco-storyjs p {
	font-size: 16px;
	line-height: 24px;
}
body .vco-notouch .vco-navigation .timenav .content .marker .flag:hover .flag-content h3, body .vco-notouch .vco-navigation .timenav .content .marker .flag-small:hover .flag-content h3, body .vco-notouch .vco-navigation .timenav .content .marker.active:hover .flag .flag-content h3, body .vco-notouch .vco-navigation .timenav .content .marker.active:hover .flag-small .flag-content h3, body .vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3, body .vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content h3 {
	color: #fff;
}
body .vco-timeline .vco-navigation .timenav .time .time-interval-major div {
	font-weight: 400;
}
body .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3, body .vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content h3 {
	color: #eee;
	font-weight: 400;
}
body .vco-timeline .vco-navigation .timenav .content .marker.active .line, body .vco-timeline .vco-navigation .timenav .content .marker.active .dot, body .vco-timeline .vco-navigation .timenav-background .timenav-line, body .vco-timeline .vco-navigation .timenav .content .marker.active .line .event-line, body .vco-timeline .vco-navigation .timenav .content .marker .line .event-line {
	background: #4B97ED;
}
body .vco-timeline .vco-navigation .timenav .content .marker .flag {
	background: none;
}
body .vco-timeline .vco-navigation .timenav .content .marker.active .flag {
	background: none;
}
body .vco-notouch .vco-navigation .timenav .content .marker .flag:hover {
	background: none;
}
body .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content {
	background: #333;
}
body .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content * {
	color: #fff;
}
body .vco-slider .slider-item .content .pad-left .text .container {
	padding-left: 40px;
}
body .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content .thumbnail img, body .vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail img, body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-frame, body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image img {
	border-color: transparent;
}
body .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content .thumbnail, body .vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail, body .vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content .thumbnail, body .vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content .thumbnail {
	background: transparent;
}
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia h4, body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia h4 a {
	font-size: 18px;
	border: 0;
	font-weight: 600;
}
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia .wiki-source {
	font-style: normal;
	display: block;
	color: #999;
	padding: 5px 0 0 0;
}
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia p {
	font-size: 14px;
	line-height: 22px;
}
body .vco-slider .slider-item .content .content-container.layout-text-media.pad-left .text-media {
	padding-right: 45px;
}
body .vco-notouch .vco-slider .slider-item .content .content-container .media .media-container .wikipedia h4 a:hover {
	color: #4B97ED;
}
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow:before, body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow:after {
	-webkit-box-shadow: none;
	box-shadow: none;
	display: none;
	background: transparent;
}
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .map, body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container {
	max-width: 840px !important;
}
/* === ACCORDION === */
.panel-default {
	border: 0;
}
.panel-default .panel-title {
	font-size: 18px;
	line-height: 18px;
	color: #333;
}
.panel-default > .panel-heading a {
	display: block;
	padding: 18px 25px;
	background-color: transparent;
	border: 0;
}
.panel-default > .panel-heading a:before {
	color: #4B97ED;
	float: left;
	font-size: 16px;
	height: 0;
	position: relative;
	left: -24px;
	top: 2px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f068";
}
.panel-default > .panel-heading a.collapsed:before {
	content: "\f067";
}
.panel-default > .panel-heading {
	color: transparent;
	background-color: transparent;
	border: 0;
	padding: 0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	padding: 0 5px 15px 25px;
	border: 0;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
	border: 0;
}
p + .panel-group {
	margin-top: 30px;
}
.panel-group {
	margin: -10px 0 20px 0;
	border: 0;
}
.panel-group .panel {
	background: transparent;
	border-bottom: 1px solid #e5e5e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-group .panel + .panel {
	margin-top: 0;
}
/* === PROGRESS BAR === */
.progress {
	display: inline-block;
	width: 100%;
	overflow: visible;
	height: 2px;
	margin: 35px 0 15px 0;
	background-color: #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 13px;
}
.progress .pro-skill {
	height: 0;
	margin-top: -32px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.progress .pro-level {
	display: none;
	height: 0;
	margin-top: -32px;
	color: #666;
}
.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #0E2050;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	transition: none;
}
.progress-bar.animating {
	-webkit-transition: width 1.3s ease-in-out;
	transition: width 1.3s ease-in-out;
}
.portfolio-item .cat-links {
	color: #999;
	letter-spacing: 0.1em;
}
.portfolio-item .cat-links a {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 12px;
}
.portfolio-item .entry-title {
	font-weight: 400;
	margin-top: 4px;
}
.portfolio-item .portfolio-thumbnail {
	margin: 0 0 12px 0;
	position: relative;
}
.portfolio-item .portfolio-thumbnail:hover .overlay-img {
	opacity: .7;
	filter: alpha(opacity=70);
}
.portfolio-item .portfolio-thumbnail:hover .overlay-img .overlay-ico {
	top: 50%;
}
.portfolio-item .overlay-img {
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	opacity: 0;
	filter: alpha(opacity=0);
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.portfolio-item .overlay-img .overlay-ico {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	display: block;
	position: absolute;
	top: 35%;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px;
	background: #4B97ED;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	line-height: 75px;
	text-align: center;
}
.portfolio-item .overlay-img .overlay-ico i {
	margin-top: 26px;
	color: #000;
	font-size: 20px;
}
.portfolio-thumbnail-big {
	margin: 50px 0 28px 0;
}
.portfolioNav .btn-default {
	margin-right: 6px;
}
/* === BLOG === */
.entry-meta {
	margin: 6px 0 1px 0;
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.entry-meta > span {
	display: inline-block;
	margin-right: 15px;
}
.entry-meta .entry-reply a {
	color: #4B97ED;
}
.entry-meta .entry-reply a:hover {
	color: inherit;
}
.blog-item {
	float: left;
	clear: both;
}
.blog-item p a {
	color: #4B97ED;
}
.blog-item p a:hover {
	color: inherit;
}
.blog-item .blog-thumbnail {
	margin-bottom: 13px;
}
.blog-item .entry-title {
	margin-bottom: 6px;
}
.blog-item.format-link .entry-title a {
	color: #4B97ED;
}
.blog-item.format-link .entry-title a:hover {
	color: inherit;
}
.blog-item.format-video .blog-thumbnail {
	position: relative;
}
.blog-item.format-video .blog-thumbnail a {
	position: relative;
}
.blog-item.format-video .blog-thumbnail a:before {
	content: " ";
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	background: rgba(255,255,255,0.6);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px;
}
.blog-item.format-video .blog-thumbnail a:after {
	font-size: 20px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f04b";
	color: #4B97ED;
	opacity: .9;
	filter: alpha(opacity=90);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -5px;
}
.innerMargin {
	padding-left: 100px;
	padding-right: 100px;
}
.blog-item.item-bigger {
	float: none;
	padding-bottom: 45px;
	margin-bottom: 45px;
	border-bottom: 1px solid #e5e5e5;
}
.blog-item.item-bigger .blog-thumbnail {
	margin-bottom: 25px;
}
.blog-item.item-bigger .entry-title {
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 7px;
}
.blog-item.item-bigger .entry-title blockquote {
	color: #666666;
	line-height: 35px;
	font-weight: 400;
}
.blog-item.item-bigger .entry-title blockquote .author {
	display: block;
	font-size: 14px;
	line-height: 16px;
	padding-top: 10px;
}
.blog-item.item-bigger .entry-meta {
	margin-bottom: 8px;
}
.commentListOuter {
	margin: 65px 0;
	border-top: 1px solid #e5e5e5;
	padding-top: 45px;
}
.commentList {
	margin: 0 0 50px 0;
}
.commentList > li {
	margin-left: 0;
}
.commentList li li {
	margin-left: 90px;
}
.commentList .oneComment {
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}
.commentList .oneComment .entry-meta {
	margin: -5px 0 0 0;
}
.commentList .oneComment h5 + p {
	margin-bottom: 12px;
}
.navigation-blog-outer {
	padding-bottom: 10px;
	margin-top: -5px;
}
.navigation-blog {
	display: inline-block;
	height: 40px;
	color: #4B97ED;
	margin: 8px 0 0 0;
}
.navigation-blog:hover {
	color: inherit;
}
/* === NOTICIAS HOME === */

.tit-noticias {
	background-color: #4B97ED !important;
	padding: 10px 15px;
	min-height: 70px;
	margin-bottom: 0 !important;
}
.tit-noticias a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 23px;
	text-transform: uppercase;
	color: #FFF !important;
}
.txt-noticias {
	padding: 10px 20px;
}
.art-noticias {
	background-color: #f7f7f7;
}
.pagination {
	display: block;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.pagination:before, .pagination:after {
	content: " ";
	display: table;
}
.pagination:after {
	clear: both;
}
.pagination > li {
	display: inline-block;
	margin: 0 3px;
}
.pagination > li > a, .pagination > li > span {
	display: block;
	position: relative;
	float: left;
	padding: 8px 0 0 0;
	line-height: 22px;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-decoration: none;
	background-color: transparent;
	border: 0;
	margin: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
	background: transparent;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	background-color: #4B97ED;
	border: 0;
	cursor: default;
}
#blog-sidebar {
	padding-left: 20px;
}
#blog-sidebar .widget {
	margin: 0 0 60px 0;
}
#blog-sidebar .widget:before, #blog-sidebar .widget:after {
	content: " ";
	display: table;
}
#blog-sidebar .widget:after {
	clear: both;
}
#blog-sidebar .entry-title {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
#blog-sidebar .blog-item {
	float: none;
}
#blog-sidebar .blog-item + .blog-item {
	border-top: 1px solid #e5e5e5;
	margin-top: 15px;
	padding: 9px 0 0 0;
}
.widget .btn.btn-default.btn-sm {
	margin: 0 3px 7px 0;
}
.widget .btn.btn-default.btn-sm:focus, .widget .btn.btn-default.btn-sm:hover {
	background: #4B97ED;
	color: #fff;
}
.categories-widget ul {
	margin: -10px 0 0 0;
}
.categories-widget ul li {
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #e5e5e5;
}
.categories-widget ul li:before, .categories-widget ul li:after {
	content: " ";
	display: table;
}
.categories-widget ul li:after {
	clear: both;
}
.categories-widget ul li:first-child {
	border-top: 0;
}
.categories-widget a {
	float: left;
}
.categories-widget span {
	float: right;
	color: #999;
}
.search-form {
	margin: 0;
	padding: 0;
	position: relative;
}
.search-form:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f002";
	color: #999;
	position: absolute;
	right: 14px;
	top: 8px;
	z-index: 1;
}
.search-form input[type="search"] {
	padding-right: 40px;
}
.search-form input[type="search"]:-moz-placeholder {
 color: #999;
}
.search-form input[type="search"]::-moz-placeholder {
 color: #999;
 opacity: 1;
}
.search-form input[type="search"]:-ms-input-placeholder {
 color: #999;
}
.search-form input[type="search"]::-webkit-input-placeholder {
 color: #999;
}
.search-form input[type="submit"] {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	width: 40px;
	background: transparent;
	border: 0;
	font-size: 0;
	color: transparent;
	z-index: 2;
	outline: none;
}
#blog-list.withMasonry {
	margin: 0 0 0 -30px;
	padding: 0;
}
#blog-list.withMasonry + .lineSeparatorMasonry {
	height: 1px;
	background: #e5e5e5;
	margin: 20px 0 50px 0;
}
#blog-list.withMasonry .blog-item {
	margin: 0;
	border: 0;
	float: left;
	clear: none;
	width: 33.33%;
	padding: 0 0 30px 30px;
}
#blog-list.withMasonry .innerMargin {
	padding: 17px 26px 30px 30px;
}
#blog-list.withMasonry .blog-thumbnail, #blog-list.withMasonry .innerMargin {
	margin: 0;
	background: #fff;
}
#blog-list.withMasonry .entry-title {
	font-size: 18px;
	line-height: 24px;
}
#blog-list.withMasonry .entry-title blockquote {
	line-height: 26px;
}
#blog-list.withMasonry .blog-item.format-audio .innerMargin {
	margin-top: -22px;
	position: relative;
}
/* ====== CONTACT ======= */

.contact3g {
	height: 680px !important;
}
/* ====== FLICKR ======= */
.flickr_badge {
	margin: 3px 0 0 -15px;
}
.flickr_badge:before, .flickr_badge:after {
	content: " ";
	display: table;
}
.flickr_badge:after {
	clear: both;
}
.flickr_badge .flickr_badge_image {
	float: left;
	margin: 0 0 15px 15px;
}
.flickr_badge .flickr_badge_image a {
	display: block;
	position: relative;
}
.flickr_badge .flickr_badge_image a:hover:before {
	opacity: .7;
	filter: alpha(opacity=70);
}
.flickr_badge .flickr_badge_image a:before {
	content: " ";
	position: absolute;
	background: #4B97ED;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: 100%;
	height: 100%;
}
/* === BREADCRUMB === */
.breadcrumb {
	padding: 20px 0;
	margin: 0;
	list-style: none;
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.breadcrumb:before, .breadcrumb:after {
	content: " ";
	display: table;
}
.breadcrumb:after {
	clear: both;
}
.breadcrumb > li > a:hover {
	color: #fff;
}
.breadcrumb > li {
	display: block;
	float: left;
	font-size: 13px;
	line-height: 14px;
	color: #8f8897;
	color: rgba(255,255,255,0.4);
	letter-spacing: normal;
}
.breadcrumb > li + li:before {
	content: "/";
	padding: 0 5px;
	color: #8f8897;
	color: rgba(255,255,255,0.4);
}
.breadcrumb > .active {
	color: #8f8897;
	color: rgba(255,255,255,0.4);
}
/* ====== TWITTER ======= */
#tweecool li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
/* ====== FOOTER ======= */
footer {
	padding: 50px 0 0 0;
	color: #ccc;
	background: #313131;
	border-top: #4B97ED solid 4px;
}
footer .widget-title {
	margin-bottom: 22px;
}
footer p {
	color: #ccc;
}
footer a {
	color: #4B97ED;
}
footer .mainfooter {
	padding-bottom: 20px;
}
footer .postfooter {
	padding-top: 10px;
	padding-bottom: 30px;
	color: #555258;
	color: rgba(255,255,255,0.2);
}
footer .postfooter p {
	margin: 0;
	color: #555258;
	color: rgba(255,255,255,0.2);
}
footer .blog-item {
	float: none;
	margin: 0 !important;
}
footer .blog-item .entry-date {
	color: #545158;
}
footer .blog-item .entry-comments a {
	color: #545158;
}
footer .blog-item .entry-title a {
	color: #fff;
}
footer .blog-item a:hover {
	color: #4B97ED;
}
footer .btn-primary:hover, footer .btn-primary:focus, footer .btn-primary:active, footer .btn-primary.active {
	background: #ccc;
	border-color: #ccc;
	color: #333;
}
footer form, .prefooter form {
	margin-top: 5px;
}
footer .form-control, .prefooter .form-control {
	color: #ccc;
	color: rgba(255,255,255,0.4);
	border: 2px solid #ccc;
	border-color: rgba(255,255,255,0.4);
}
footer .form-control:focus, .prefooter .form-control:focus {
	border-color: #fff;
	color: #fff;
}
footer .form-control:-moz-placeholder, .prefooter .form-control:-moz-placeholder {
 color: #ccc;
 color: rgba(255,255,255,0.4);
}
footer .form-control::-moz-placeholder, .prefooter .form-control::-moz-placeholder {
 color: #ccc;
 color: rgba(255,255,255,0.4);
 opacity: 1;
}
footer .form-control:-ms-input-placeholder, .prefooter .form-control:-ms-input-placeholder {
 color: #ccc;
 color: rgba(255,255,255,0.4);
}
footer .form-control::-webkit-input-placeholder, .prefooter .form-control::-webkit-input-placeholder {
 color: #ccc;
 color: rgba(255,255,255,0.4);
}
footer .form-group, .prefooter .form-group {
	margin-bottom: 10px;
}
footer .widget-title, .prefooter .widget-title {
	color: rgba(255,255,255,0.4);
}
footer .socialIcons.bigIcons > li > a, .prefooter .socialIcons.bigIcons > li > a {
	background: rgba(255,255,255,0.2);
	color: #fff;
}
footer .socialIcons.bigIcons > li > a:hover, .prefooter .socialIcons.bigIcons > li > a:hover {
	background: #4B97ED;
}
footer hr, .prefooter hr {
	border-color: #403d43;
	border-color: rgba(255,255,255,0.1);
}
.prefooter {
	padding: 20px 0;
	background: #4B97ED;
	color: #ccc;
	color: rgba(255,255,255,0.4);
}
.prefooter input[type="submit"] {
	margin-left: 10px;
	background: #6EABEF;
}
.prefooter .widget-title {
	margin-bottom: 0;
}
.prefooter .table-cell input[type="email"] {
	width: 258px;
	margin-left: 26px;
}
.prefooter .row > div:first-child .table-row > div:first-child {
	width: 113px;
}
/* === GOOGLE MAP === */
.addressBox {
	width: 370px;
	height: 347px;
	padding: 45px 20px 40px 20px;
	background: #fff;
}
.addressBox dl {
	margin: 0;
}
.addressBox dt {
	border: 0;
	margin: 25px 0 0 0;
}
.addressBox dd {
	font-size: 18px;
	line-height: 26px;
	color: #333;
	font-weight: 600;
}
.mapOuter {
	position: relative;
}
.mapOuter .addressBox {
	z-index: 1;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -585px;
}
.googleMap {
	min-height: 695px;
}
.googleMap img {
	max-width: none;
}
.googleMap .customMarker {
	font-size: 60px;
	color: #4B97ED;
}
.content-layer {
	position: relative;
}
.content-layer .placeOver {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding-top: 50px;
}
.content-layer .bg-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: #0E2050;
	opacity: .9;
	filter: alpha(opacity=90);
}
.content-layer .placeOver > .container {
	position: relative;
}
.content-layer .showMap {
	position: absolute;
	z-index: 3;
	top: 20px;
	right: 20px;
}
.make-overflow {
	overflow: hidden;
}
/* === DESCRIPTION LIST === */
dl {
	margin-top: 0;
	margin-bottom: 35px;
}
dt, dd {
	line-height: 22px;
}
dt {
	font-weight: 400;
	color: #999999;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	padding: 16px 0 7px 0;
	margin: 12px 0 0 0;
	border-top: 1px solid #e5e5e5;
}
dl dt:first-child {
	padding-top: 0;
	border-top: 0;
	margin-top: 0;
}
dd {
	margin-left: 0;
}
dl input[type="button"], #DivPaso2 input[type="button"], #DivBotonPaso3 input[type="button"] {
	font-weight: 600;
	border: 2px solid transparent;
	padding: 11px 17px;
	font-size: 13px;
	line-height: 13px;
	background: transparent;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	background: #4B97ED;
	border-color: #4B97ED;
	color: #fff;
	width: auto !important;
}
input[type="button"]:hover {
	background: #313131;
	border-color: #313131;
	color: #fff;
}
.media.stdbox > .pull-left {
	margin-right: 20px;
}
.media.stdbox > .pull-left img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.media.stdbox .media-heading {
	margin: -2px 0 8px 0;
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-top: 1px solid #e5e5e5;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	padding: 18px 22px;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
	background: transparent;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background-color: #0E2050;
	border-color: transparent;
}
.nav-pills > li:first-child > a {
	border-color: transparent;
}
.nav-pills > li.active + li a {
	border-color: transparent;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 0;
	margin-left: 0;
}
.priceBox .inner {
	background: #0E2050;
	padding: 45px 10px;
}
.priceBox .inner .btn {
	margin-top: 20px;
}
.priceBox .inner * {
	color: #fff;
}
.priceBox em {
	font-size: 64px;
	line-height: 64px;
	font-weight: 400;
	font-style: normal;
	padding: 0 0 0 1px;
}
.priceBox sup {
	font-size: 14px;
	top: -2.5em;
}
.priceBox sub {
	font-size: 14px;
	bottom: 0;
}
.priceBox span {
	display: block;
	background: #f5f5f5;
	color: #666;
	padding: 14px 10px;
}
.priceBox span + span {
	border-top: 1px solid #e6e6e6;
}
.priceBox.special .inner {
	background: #4B97ED;
}
.priceBox.special .btn-primary {
	border-color: #fff;
	border-color: rgba(255,255,255,0.4);
}
.priceBox.special .btn-primary:hover, .priceBox.special .btn-primary:focus, .priceBox.special .btn-primary:active, .priceBox.special .btn-primary.active {
	background: #313131;
	border-color: #313131;
	color: #fff;
}
.priceBox.type2 .inner {
	background: transparent;
	padding: 0 5px 10px 5px;
}
.priceBox.type2 .inner * {
	color: inherit;
}
.priceBox.type2 .inner h3 {
	margin-bottom: 12px;
}
.priceBox.type2 em {
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
}
.priceBox.type2 sup {
	top: -0.45em;
}
.priceBox.type2 sup, .priceBox.type2 sub {
	color: #666;
}
.priceBox.type2 span {
	background: transparent;
	padding: 5px;
}
.priceBox.type2 span + span {
	border-top: 0;
}
.priceBox.type2 .btn {
	margin-top: 20px;
}
.priceBox.type2 .fa {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	border: 2px solid #e5e5e5;
	background: #fff;
	color: #4B97ED;
	font-size: 17px;
	padding-top: 25px;
	margin: 0 0 25px 0;
}
.priceBox.type2 .fa:hover {
	background: #333;
	color: #fff;
	border-color: #333;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
[class^="col-md-"] + [class^="col-md-"] .priceBox.type2 {
	border-left: 1px solid #e6e6e6;
	margin-left: -15px;
}
.table-responsive table {
	width: 100%;
	margin-bottom: 20px;
}
.table-responsive table > thead > tr > th, .table-responsive table > thead > tr > td, .table-responsive table > tbody > tr > th, .table-responsive table > tbody > tr > td, .table-responsive table > tfoot > tr > th, .table-responsive table > tfoot > tr > td {
	padding: 17px 21px;
	line-height: 16px;
	vertical-align: top;
	border-top: 0;
}
.table-responsive table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 1px solid #e5e5e5;
}
.table-responsive table > caption + thead > tr:first-child > th, .table-responsive table > caption + thead > tr:first-child > td, .table-responsive table > colgroup + thead > tr:first-child > th, .table-responsive table > colgroup + thead > tr:first-child > td, .table-responsive table > thead:first-child > tr:first-child > th, .table-responsive table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table-responsive table > tbody + tbody {
	border-top: 1px solid #e5e5e5;
}
.table-responsive table > tbody > tr:nth-child(odd) > td, .table-responsive table > tbody > tr:nth-child(odd) > th {
	background-color: transparent;
}
.table-responsive table > tbody > tr:nth-child(even) > td, .table-responsive table > tbody > tr:nth-child(even) > th {
	background-color: #f5f5f5;
}
.table-responsive table > tbody > tr:hover > td, .table-responsive table > tbody > tr:hover > th {
	background-color: #4B97ED;
	color: #fff;
}
.table-responsive table > tbody > tr {
	cursor: pointer;
}
.table-responsive table td {
	color: #666;
}
.table-responsive table th {
	color: #999;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 600;
}
.col-md-3 + .col-md-9 .table-responsive {
	margin-top: -18px;
}
.list-styled > li {
	position: relative;
	padding: 0 0 0 16px;
	margin: 0 0 15px 0;
	color: #666;
}
.list-styled > li:before {
	content: "●";
	color: #999;
	position: absolute;
	top: -1px;
	left: 0;
}
/* === 404 PAGE === */
.pg404 {
	padding: 55px 0 85px 0;
}
.text-in-bg {
	position: relative;
	margin: 0 0 25px 0;
}
.text-in-bg h2 {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	margin-bottom: 0;
}
.text-in-bg .bigText {
	display: block;
	color: #e6e6e6;
	font-weight: 700;
	font-size: 250px;
	line-height: 250px;
}
/* === ANIMATE.CSS === */
.withAnimation .animated {
	opacity: 0;
	filter: alpha(opacity=0);
}
.withAnimation .activate {
	opacity: 1;
	filter: alpha(opacity=100);
}
.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
	outline: 0;
}
.flex-control-nav, .flex-direction-nav, .slides {
	margin: 0;
	padding: 0;
	list-style: none;
}
@font-face {
	font-family: flexslider-icon;
	src: url(../css/font/flexslider-icon.eot);
	src: url(../css/font/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(../css/font/flexslider-icon.woff) format('woff'), url(../css/font/flexslider-icon.ttf) format('truetype'), url(../css/font/flexslider-icon.svg#flexslider-icon) format('svg');
	font-weight: 400;
	font-style: normal;
}
.flexslider {
	padding: 0;
}
.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides>li:first-child {
	display: block;
}
.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
 *height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-prev {
	opacity: .7;
	left: 10px;
}
.flexslider:hover .flex-next {
	opacity: .7;
	right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {
	font-family: flexslider-icon;
	font-size: 40px;
	display: inline-block;
	content: '\f001';
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: .8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: flexslider-icon;
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0,0,0,0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px;
}
}
.flexslider {
	margin: 0;
	background: transparent;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.flexslider .flex-direction-nav a {
	opacity: 1;
	text-shadow: none;
	-webkit-transition: none;
	-moz-transition: none;
}
.flexslider .flex-direction-nav .flex-prev {
	left: 20px;
}
.flexslider .flex-direction-nav .flex-next {
	right: 20px;
	text-align: center;
}
.flexslider:hover .flex-prev {
	opacity: 1;
	left: 20px;
}
.flexslider:hover .flex-next {
	opacity: 1;
	right: 20px;
}
.flexslider .slides > li {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.flexslider .slides > li .row > div {
	position: static;
}
.flexslider .slides img {
	width: auto;
}
.flexslider .inner {
	padding-top: 100px;
	color: #fff;
}
.flexslider .inner h1, .flexslider .inner h2, .flexslider .inner h3, .flexslider .inner h4, .flexslider .inner h5, .flexslider .inner h6 {
	font-weight: 600;
	color: #D0DD2B;
	text-shadow: 2px 2px #202223;
}
.flexslider .inner p {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 30px 0;
}
.flexslider .inner .btn-default {
	color: #fff;
}
.flexslider .inner .btn-default:hover, .flexslider .inner .btn-default:focus, .flexslider .inner .btn-default:active, .flexslider .inner .btn-default.active {
	color: #4B97ED;
}
.flexslider .inner .btn + .btn {
	margin-left: 15px;
}
.flexslider .inner .page-title {
	color: rgba(255,255,255,0.4);
}
.flexslider .inner .btn-default {
	border-color: rgba(255,255,255,0.4);
}
.flexslider .inner .btn-default:hover {
	border-color: #4B97ED;
}
.flexslider .inner .text-center {
	margin-top: 70px;
}
.flexslider .inner .text-center * {
	margin-bottom: 32px;
}
.flexslider .flex-direction-nav a {
	text-align: center;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	color: #fff;
}
.flexslider .flex-direction-nav a:hover {
	color: #4B97ED;
}
.flexslider .flex-direction-nav a:before {
	font-size: 40px;
	line-height: 37px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f104";
}
.flexslider .flex-direction-nav a.flex-next:before {
	content: "\f105";
}
.flexslider .flex-control-nav {
	width: 1170px;
	left: 50%;
	margin-left: -585px;
	position: absolute;
	bottom: 40px;
	text-align: left;
	z-index: 100;
}
.flexslider .flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flexslider .flex-control-paging li a {
	width: 8px;
	height: 8px;
	display: block;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: 1px solid #fff;
}
.flexslider .flex-control-paging li a:hover {
	background: #fff;
}
.flexslider .flex-control-paging li a.flex-active {
	background: #fff;
}
.flexslider .flex-direction-nav .flex-disabled {
	display: none;
}
.flexslider.center-controls .flex-control-nav, .container .flexslider .flex-control-nav {
	width: 100%;
	left: 0;
	margin-left: 0;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.blog-item .flexslider .flex-direction-nav .flex-prev {
	left: 5px;
}
.blog-item .flexslider .flex-direction-nav .flex-next {
	right: 5px;
}
.blog-item .flexslider:hover .flex-prev {
	left: 5px;
}
.blog-item .flexslider:hover .flex-next {
	right: 5px;
}
.flexslider.carousel-slider {
	margin-bottom: 95px;
}
.flexslider.carousel-slider .slides > li {
	margin-right: 30px;
}
.flexslider.carousel-slider .flex-direction-nav a {
	color: #999;
	margin-top: -60px;
}
.flexslider.carousel-slider .flex-direction-nav a:hover {
	color: #4B97ED;
}
.flexslider.carousel-slider .flex-direction-nav .flex-prev {
	left: -55px;
}
.flexslider.carousel-slider .flex-direction-nav .flex-next {
	right: -55px;
}
.flexslider.carousel-slider .flex-control-nav {
	width: 100%;
	left: 0;
	margin-left: 0;
	position: absolute;
	bottom: -60px;
	text-align: center;
}
.flexslider.carousel-slider .flex-control-paging li a {
	border: 1px solid #999;
}
.flexslider.carousel-slider .flex-control-paging li a:hover {
	background: #999;
}
.flexslider.carousel-slider .flex-control-paging li a.flex-active {
	background: #999;
}
/* === MAGNIFIC POPUP === */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: white;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	background: black;
}

.mfp-fade-big iframe {
	height: 120% !important;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	background: #444444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

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

@media all and (max-width: 900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0;
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}
/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
/* === ISOTOPE === */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.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;
}
.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;
}
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
#galleryContainer {
	padding-top: 10px;
	margin-top: -1px;
}
.galleryItem {
	position: relative;
	width: 20%;
	float: left;
	margin-top: -1px;
}
.galleryItem img {
	width: 100%;
}
.galleryItem:hover .area-hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.galleryItem:hover .area-hover .cat-links {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.galleryItem:hover .area-hover .entry-title {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
#galleryContainer.withSpaces {
	margin-left: -30px;
}
#galleryContainer.withSpaces .galleryItem {
	width: 33.33%;
	padding-left: 30px;
	padding-bottom: 25px;
}
#galleryContainer.withSpaces.col-3 .portfolio-item .cat-links a {
	font-size: 13px;
	line-height: 14px;
}
#galleryContainer.withSpaces.col-4 .galleryItem {
	width: 25%;
}
#galleryContainer.col-4 .galleryItem {
	width: 25%;
}
#galleryContainer.col-3 .galleryItem {
	width: 33.33%;
}
.area-hover {
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 20px;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #4B97ED;
}
.area-hover .cat-links {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	color: #fff;
	color: rgba(255,255,255,0.4);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	top: -40px;
}
.area-hover .entry-title {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin: 6px 0 3px 0;
	font-weight: 400;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	top: -40px;
}
.area-hover * {
	color: #fff;
}
.vertical-parent {
	display: table;
	width: 100%;
	height: 100%;
}
.vertical-child {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#galleryFilters {
	margin: 0 0 30px 0;
}
#galleryFilters > li > a {
	margin: 10px 0;
}
#galleryFilters .btn-primary:hover, #galleryFilters .btn-primary:focus, #galleryFilters .btn-primary:active, #galleryFilters .btn-primary.active {
	background: #4B97ED;
	border-color: #4B97ED;
	color: #fff;
}

@media (max-width: 1300px) {
.flexslider.carousel-slider {
	margin-top: 80px;
}
.flexslider.carousel-slider .flex-direction-nav a {
	color: #999;
	top: 0;
}
.flexslider.carousel-slider .flex-direction-nav .flex-prev {
	margin-top: -70px;
	left: 50%;
	margin-left: -50px;
}
.flexslider.carousel-slider .flex-direction-nav .flex-next {
	margin-top: -70px;
	right: auto;
	left: 50%;
	margin-right: -50px;
}
.galleryItem {
	width: 25% !important;
}
.contact3g {
	height: 680px !important;
}
}

@media (max-width: 1200px) {
.flexslider.std-slider .flex-control-paging {
	width: 100%;
	left: 0;
	margin: 0;
	padding-left: 40px;
}
.flexslider.center-controls .flex-control-nav, .container .flexslider .flex-control-nav {
	padding-left: 0;
}
.prefooter .table-cell input[type="email"] {
	width: auto;
}
.mapOuter .addressBox {
	margin-left: -470px;
}
.contact3g {
	height: 750px !important;
}
}

@media (max-width: 992px) {
.blog-item {
	float: none;
}
.col-md-4 > .blog-item, .col-md-3 > .blog-item {
	max-width: 270px;
	margin-top: 45px;
}
.col-md-4 > .blog-item, .col-md-3 > .blog-item {
	margin-left: auto;
	margin-right: auto;
}
.table-content {
	margin-top: 25px;
	margin-bottom: 50px;
	text-align: center;
}
.table-content .table-row {
	display: block;
}
.table-content .table-cell {
	display: inline-block;
}
.table-content .table-cell:first-child {
	display: block;
	width: 100% !important;
	padding-bottom: 20px;
}
.galleryItem {
	width: 50% !important;
}
.showMap {
	display: none;
}
.content-layer .bg-layer {
	display: none !important;
}
.content-layer .placeOver {
	display: block !important;
	position: relative;
	padding-bottom: 50px;
	background: #0E2050;
}
.postfooter {
	text-align: center;
}
.postfooter .socialIcons.pull-right {
	float: none !important;
	display: inline-block;
}
#toTop {
	width: 40px;
	height: 40px;
	padding-top: 0;
}
.row > [class^="col-md-"] {
	margin-top: 40px;
}
form .row > [class^="col-md-"] {
	margin-top: 15px;
}
.navigation-blog-outer .text-left {
	text-align: right;
}
.navigation-blog-outer .text-right {
	text-align: left;
}
.navigation-blog-outer > [class^="col-md-"] {
	margin-top: 15px;
}
.has-error .help-block {
	height: auto;
}
#blog-sidebar {
	padding-left: 0;
}
.personBox {
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}
.portfolioNav {
	text-align: center;
}
.portfolioNav .socialIcons {
	float: none !important;
	display: inline-block;
}
.main-header {
	text-align: center;
}
.main-header .page-title {
	float: none !important;
}
.main-header .breadcrumb {
	float: none !important;
	display: inline-block;
}
#blog-list.withMasonry .blog-item {
	width: 50%;
}
.mapOuter .addressBox {
	position: static;
	left: 0;
	top: 0;
	margin: 0 auto;
}
[class^="col-md-"] + [class^="col-md-"] .priceBox.type2 {
	border-left: 0;
	margin-left: auto;
}
.priceBox.type2 {
	padding-bottom: 50px;
}
.contact3g {
	height: 1200px !important;
}
}

@media (max-width: 768px) {
.page-header {
	text-align: center;
}
.flexslider.carousel-slider {
	margin-left: 20px;
	margin-right: 20px;
}
.widget-title {
	text-align: center;
}
#showHeaderSearch {
	display: none;
	height: 0;
}
.header-search {
	display: block !important;
	position: relative;
	margin: 20px 0 0 0;
	top: 0;
	bottom: 0;
	float: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto;
}
.header-search .container {
	margin-top: 0;
}
.header-search input[type="text"] {
	font-size: 20px;
	line-height: 22px;
}
.header-search button[type="submit"] {
	background: transparent;
}
.header-search .form-group {
	margin: 0;
}
.dropdown-menu {
	position: relative;
	display: block;
	width: 100%;
	float: none !important;
	margin-top: 10px !important;
}
.innerMargin {
	padding-left: 30px;
	padding-right: 30px;
}
.innerMargin blockquote.intext {
	margin-left: -30px;
	margin-right: -30px;
}
.commentList li li {
	margin-left: 50px;
}
#blog-list.withMasonry .blog-item {
	width: 100%;
}
#blog-list.withMasonry .blog-thumbnail, #blog-list.withMasonry .innerMargin {
	max-width: 370px;
	margin: 0 auto;
}
.priceBox {
	max-width: 370px;
	margin: 0 auto;
}
.iconBox.type4 {
	max-width: 270px;
	margin: 60px auto;
}
body .vco-skinny.vco-notouch .vco-slider .nav-next .icon, body .vco-slider .nav-next .icon {
	margin: 20px 0 0 0 !important;
}
body .vco-skinny.vco-notouch .vco-slider .nav-previous .icon, body .vco-slider .nav-previous .icon {
	margin: 20px 0 0 0 !important;
}
.navbar-transparent .navbar-nav {
	background: #333;
}
.contact3g {
	height: 1200px !important;
}
}

@media (max-width: 480px) {
.galleryItem {
	width: 100% !important;
}
.prefooter .table-cell input[type="email"], .prefooter input[type="submit"] {
	margin: 12px 0 0 0;
}
footer {
	text-align: center;
}
.flexslider .inner {
	text-align: center;
	padding: 50px 15px;
}
.flexslider .inner p {
	font-size: 15px;
	line-height: 20px;
}
.flexslider .inner .btn + .btn {
	margin: 15px 0;
}
.contact3g {
	height: 1200px !important;
}
}
