/*
* Author: Wisely Themes
* Author URI: http://themeforest.net/user/wiselythemes
* Theme Name: Mochito
* Version: 1.0
*/

/* Table of Content
==================================================
	#Typography
	#General
	#Header
	#Navigation
	#Home
	#Page Overlay
	#Portfolio
	#Blog
	#Contacts
	#Footer
	#PrettyPhoto
	#Media Queries */


	
/* #Typography
================================================== */
a:focus,
a:active{
	outline:none;
	text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Economica', sans-serif;
	font-weight: 400;
	margin:0;
	color:#404d75;
	text-rendering: optimizelegibility;
	text-transform: uppercase;
}

h1{
	font-size:36pt;
}

h2{
	font-size:32pt;
}

h3{
	font-size:24pt;
}

h4{
	font-size:18pt;
}

h5{
	font-size:10pt;
}

.text-light h1, 
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5{
	color:#fff;
}


/* #General
================================================== */
html {
	overflow: auto;
	font-size:14px;
	margin-top:0 !important;
}

body {
	padding: 0;
	height: 100%;
	color: #5b5b5b;
	background-color:#f2f2f2;
	overflow: hidden;
	line-height: 25px;
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-backface-visibility: hidden;
}

.text-light {
	color:#e3e3e3;
}

::selection {
	background: #404d75;
	color:#fff;
}

::-moz-selection {
	background: #404d75;
	color:#fff;
}

.color{
	color:#404d75;
}

.right{
	float:right;
	text-align:right;
}

.left{
	float:left;
	text-align:left;
}

a {
	color: #404d75;
	text-decoration:none;
}

a:hover,
a:focus,
a:visited {
	color: #404d75;
}

img{
	max-width:100%;
}

input,
button,
select,
textarea {
    font-family: 'Source Sans Pro', sans-serif
}

section{	
	position:relative;
	padding:60px 0;
	background-color:#f2f2f2;
}

.dark section {
	background-color:#232323;
}

.wrap-section{
	padding-top:30px;
	padding-bottom:30px;
}

.wrap-section .container_full .vc_col-sm-12 {
    padding: 0px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.form-control {
  display: inline-block;
  height: 40px;
  padding: 4px 2%;
  line-height: 40px;
  color: #848484;
  margin-bottom: 10px;
  vertical-align: middle;
  -webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.form-control {
  background-color:#f2f2f2;
  border: 1px solid #d2d2d2;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-control:focus {
	border-color: rgba(0, 0, 0, 0.2);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
}

.checkbox input[type=checkbox]{
    width: auto;
    margin-top: 7px;
}

textarea{
	height:72px;
	resize:vertical;
}

.form-control.error,
.invalid {
    border-color: #C42927 !important;
}

.form-control::-webkit-input-placeholder {
  color: #9C9DA1;
}

.form-control::-moz-placeholder{
  color: #9C9DA1;
}

.form-control:-ms-input-placeholder {
  color: #9C9DA1;
}

.form-control:-moz-placeholder {
  color: #9C9DA1;
}

.transparent textarea,
.transparent input:not(.btn),
.transparent .uneditable-input { background-color: rgba(255, 255, 255, 0.1); border: 1px solid rgba(0, 0, 0, 0.2); color:#fff; }
.transparent textarea:focus,
.transparent input:not(.btn):focus,
.transparent .uneditable-input:focus { border-color: #404d75; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.4); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.4); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.4);}

.transparent.form-wrap textarea,
.transparent.form-wrap input,
.transparent.form-wrap .uneditable-input { background-color: rgba(255, 255, 255, 0.1); border: 1px solid rgba(0, 0, 0, 0.2);}
.transparent.form-wrap textarea:focus,
.transparent.form-wrap input:focus,
.transparent.form-wrap .uneditable-input:focus { -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.4); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.4); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.4); border-color:rgba(255, 255, 255, 0.5);}

.transparent .form-control::-webkit-input-placeholder {
  color: #e3e3e3;
}

.transparent .form-control::-moz-placeholder{
  color: #e3e3e3;
}

.transparent .form-control:-ms-input-placeholder {
  color: #e3e3e3;
}

.transparent .form-control:-moz-placeholder {
  color: #e3e3e3;
}

.section-title{
	float:none;
	margin:40px 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c4c4c4;
}

.center{
	float:none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.mochito-buttons{
	display: block;
    margin-bottom: 20px;
    max-width: 100%;
}

.mochito-buttons.buttons-inline{
	display: inline-block;
}

.mochito-buttons.buttons-left{
	text-align: left;
}

.mochito-buttons.buttons-right{
	text-align: right;
}

.mochito-buttons.buttons-center{
	text-align: center;
}

.mochito-buttons .btn-full{
	width:100%;
	padding-left:0;
	padding-right:0;
}

.btn {
	position:relative;
	padding: 6px 16px;
	font-size: 16pt;
	font-family:'Economica', sans-serif;
	border: 3px solid transparent;
	min-height: 40px;
	min-width: 40px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.btn:focus {
	outline: none;
}

.btn:hover,
.btn:focus {
	text-decoration: none;
	box-shadow:none;
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
			box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn i{
	font-size:18pt;
    margin: 0 9px 0 0px;
	position:relative;
}

.btn-default,
.btn-default:focus,
.btn-default:active,
a.btn-default {
	color:#333333;
	background-color: transparent;
	border-color:#e8e8e8;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-color: transparent;
	color: #404d75;
	border-color: #404d75;
}

.btn-default:active{
	background-color: #404d75 !important;
	border-color: #404d75 !important;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-image: none;
}

.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 {
	background-color: #ffffff;
	border-color: #cccccc;
}

.btn-color,
.btn-color:focus,
.btn-color:active,
a.btn-color {
	color:#fff;
	background-color: #404d75;
	border-color:#e8e8e8;
}

.btn-color:hover,
.btn-color:active,
.btn-color.active,
.open .dropdown-toggle.btn-color {
	background-color: transparent;
	color: #404d75;
	border-color: #404d75;
}

.btn-color:hover,
.btn-color:active,
.btn-color.active{
	background-color: transparent !important;
	border-color: #404d75;
}

.btn-color:active,
.btn-color.active,
.open .dropdown-toggle.btn-color {
	background-image: none;
}

.btn-color.disabled,
.btn-color[disabled],
fieldset[disabled] .btn-color,
.btn-color.disabled:hover,
.btn-color[disabled]:hover,
fieldset[disabled] .btn-color:hover,
.btn-color.disabled:focus,
.btn-color[disabled]:focus,
fieldset[disabled] .btn-color:focus,
.btn-color.disabled:active,
.btn-color[disabled]:active,
fieldset[disabled] .btn-color:active,
.btn-color.disabled.active,
.btn-color[disabled].active,
fieldset[disabled] .btn-color.active {
	background-color: #ffffff;
	border-color: #cccccc;
}

.btn-light,
.btn-light:focus,
.btn-light:active,
a.btn-light {
	color:#404d75;
	background-color: #fff;
	border-color:#e8e8e8;
}

.btn-light:hover,
.btn-light:active,
.btn-light.active,
.open .dropdown-toggle.btn-light {
	background-color: #404d75;
	color: #fff;
	border-color: #fff;
}


.btn-light:active,
.btn-light.active,
.open .dropdown-toggle.btn-light {
	background-image: none;
}

.btn-light.disabled,
.btn-light[disabled],
fieldset[disabled] .btn-light,
.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled:active,
.btn-light[disabled]:active,
fieldset[disabled] .btn-light:active,
.btn-light.disabled.active,
.btn-light[disabled].active,
fieldset[disabled] .btn-light.active {
	background-color: #ffffff;
	border-color: #cccccc;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	color:#fff !important;
	background-color: #da4f49 !important;
	border-color: #da4f49 !important;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	color:#fff !important;
	background-color: #5bb75b !important;
	border-color: #5bb75b !important;
}

.btn-large{
	font-size:20pt;
	padding: 16px 23px;
	border-width: 4px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.btn-large i{
	font-size:26pt;
    margin: 0 14px 0 0px;
}

.btn-small{
	line-height:28px;
	min-height: 28px;
    min-width: 28px;
    padding: 0 6px;
	font-size: 12pt;
}

.btn-small i{
	font-size: 12pt;
	top:0px;
}

.btn-icon i{
	margin-right:0;
	top:1px;
}

.btn-icon.btn-small i{
	top:0px;
}

.btn-icon.btn-large i{
	top:2px;
}

.no-overflow{
	overflow:hidden;
}

.has-divider-bg > div:not(.divider-bottom-1):not(.divider-bottom-2):not(.divider-bottom-3):not(.divider-bottom-4){
	z-index:1;
	position:relative;
}
.no-padding-top{
	padding-top:0 !important;
}
.no-padding-bottom{
	padding-bottom:0 !important;
}

.divider-bottom-padding-sm{
  padding-bottom: 65px;
}

.divider-bottom-padding-md{
  padding-bottom: 100px;
}

.divider-bottom-padding-lg{
  padding-bottom: 135px;
}


.divider-bottom-wave{
	position:absolute !important;
	left:0;
	bottom:0;
	z-index:2 !important;
	width: 100%;
	height: 113px;
}

.nav-section .divider-bottom-wave{
	top:-113px;
	bottom:auto;
}

.divider-bottom-wave .wave1,
.divider-top-wave .wave1{
	display:block;
	margin:0 auto;
}

.divider-bottom-wave .wave2,
.divider-top-wave .wave2{
	display:block;
	position:absolute !important;
	left:0;
	bottom:15px;
	z-index:-1 !important;
	opacity:0.4;
	
}

.divider-bottom-wave-padding{
	padding-bottom:120px !important;
}

.divider-top-wave{
	position:absolute !important;
	left:0;
	top:0;
	z-index:2 !important;
	width: 100%;
	height: 113px;
	-moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.divider-top-wave-padding{
	padding-top:120px !important;
}

.divider-bottom-clouds{
	position:absolute !important;
	left:0;
	bottom:-1px;
	z-index:2 !important;
	width: 100%;
	height: 100px;
}

.divider-bottom-clouds .clouds,
.divider-top-clouds .clouds{
	width:100%;
}

.nav-section .divider-bottom-clouds{
	top:-99px;
	bottom:auto;
}

.divider-bottom-clouds-padding{
	padding-bottom:100px !important;
}

.divider-top-clouds{
	position:absolute !important;
	left:0;
	top:0;
	z-index:2 !important;
	width: 100%;
	height: 100px;
	-moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.divider-top-clouds-padding{
	padding-top:100px !important;
}

.divider-bottom-spikes{
	position:absolute !important;
	left:0;
	bottom:0;
	z-index:2 !important;
	width: 100%;
	height: 25px;
}

.divider-bottom-spikes::before,
.divider-top-spikes::before {
	display:block;
	position:absolute !important;
	content:'';
	right: 0;
	left: 0;
	z-index: 10 !important;
	display: block;
	height: 25px;
	background-size: 25px 100%;
	bottom: 0px;
	background-image: linear-gradient(315deg, #f2f2f2 25%, transparent 25%), linear-gradient( 45deg, #f2f2f2 25%, transparent 25%);
	background-position: 50%;
}

.nav-section .divider-bottom-spikes{
	top:-25px;
	bottom:auto;
}

.divider-top-spikes{
	position:absolute !important;
	left:0;
	top:0;
	z-index:2 !important;
	width: 100%;
	height: 25px;
	-moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.divider-top-curve,
.divider-bottom-curve{
	position:absolute !important;
	left:0;
	top:0;
	z-index:2 !important;
	width: 100%;
	height: 100px;
}

.divider-bottom-curve{
	top:auto;
	bottom:0;
	-moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.divider-top-triangle,
.divider-bottom-triangle{
	position:absolute !important;
	left:0;
	bottom:0;
	z-index:2 !important;
	width: 100%;
	height: 100px;
}

.divider-top-triangle{
	bottom:auto;
	top:0;
	-moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.divider-top-triangle::before,
.divider-bottom-triangle::before {
    right: 50%;
    border-right: 1000px solid transparent;
    border-left: 1000px solid;
}

.divider-top-triangle::after,
.divider-bottom-triangle::after {
    left: 50%;
    border-left: 1000px solid transparent;
    border-right: 1000px solid;
}

.divider-top-triangle::after,
.divider-bottom-triangle::after , 
.divider-top-triangle::before,
.divider-bottom-triangle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    z-index: 100;
    border-bottom: 160px solid #f2f2f2;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}

.nav-section .divider-bottom-triangle,
.nav-section .divider-bottom-curve{
	bottom:auto;
	top:-100px;
}

.divider-bottom-diagonal,
.divider-top-diagonal {
	position: absolute !important;
	content: "";
	left:0;
	bottom:0;
    display: inline-block;
    height: 0;
	width:100%;
    text-align: center;
    background-clip:content-box;
	z-index:0 !important;
	background-color: #2c3136;
}

.divider-bottom-diagonal::after,
.divider-top-diagonal::after {
	content: "";
    position: absolute;
    bottom:0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 100px 1920px;
	border-color: transparent transparent #f2f2f2 transparent;
	z-index:-1;
	-webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	transform: rotate(-1deg);
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
}

.divider-bottom-diagonal::before,
.divider-top-diagonal::before {
	content: "";
    position: absolute;
    bottom:0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 100px 1920px;
	border-color: transparent transparent #f2f2f2 transparent;
	z-index:-1;
	-webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
}

.divider-top-diagonal{
	top:0;
	bottom:auto;
	-moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.nav-section .divider-bottom-diagonal{
	bottom:auto;
	top:0;
}



@media (max-width: 991px) {
	.divider-bottom-clouds .clouds,
	.divider-top-clouds .clouds{
		width:200%;
	}
	
	.divider-bottom-wave .wave1,
	.divider-bottom-wave .wave2,
	.divider-top-wave .wave1,
	.divider-top-wave .wave2 {
		width:150%;
	}
}

@media (max-width: 747px) {
	.divider-bottom-clouds .clouds,
	.divider-top-clouds .clouds{
		width:300%;
	}
	
	.divider-bottom-wave .wave1,
	.divider-bottom-wave .wave2,
	.divider-top-wave .wave1,
	.divider-top-wave .wave2 {
		width:200%;
	}
}

@media (max-width: 480px) {
	.divider-bottom-clouds .clouds,
	.divider-top-clouds .clouds{
		width:400%;
	}
	
	.divider-bottom-wave .wave1,
	.divider-bottom-wave .wave2,
	.divider-top-wave .wave1,
	.divider-top-wave .wave2 {
		width:250%;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){
	.divider-bottom-diagonal::before,
	.divider-top-diagonal::before{
		border-width: 0 0 100px 3840px;
	}
	.divider-bottom-diagonal::after,
	.divider-top-diagonal::after {
		border-width: 0 0 100px 3840px;
	}
}

@media only screen and (min-width : 2400px) {
	.divider-bottom-diagonal::before,
	.divider-top-diagonal::before{
		border-width: 0 0 100px 3840px;
	}
	.divider-bottom-diagonal::after,
	.divider-top-diagonal::after {
		border-width: 0 0 100px 3840px;
	}
}


#wrapper {
    position: relative;
    overflow: hidden;
    left: 0;
	top:0;
    z-index: 99;
    height: 100%;
    background-color: transparent;
	padding: 0;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-backface-visibility: hidden;
}

#wrapper::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: transparent;
    content: '';
    z-index: 1002;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

#wrapper.open {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

#wrapper.open::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

audio,
canvas,
embed,
iframe,
object,
video {
	border:none !important;
	max-width:100%
}

.responsive-video {
	position:relative;
	display:block;
	width:100%;
	height:0;
	margin-bottom:40px;
	padding-bottom:56.25%;
	overflow:hidden;
}

.responsive-video embed,
.responsive-video iframe,
.responsive-video object,
.responsive-video video {
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}

/* #Header
================================================== */
#header{
	width:100%;
	position:relative;
}

#header-home{
	width:100%;
	z-index:1000;
	margin-top:0px;
}

.nav-section{
	padding:0;
	min-height:81px;
	background: none repeat scroll 0 0 #f2f2f2;
	text-align:center;
	position:relative;
	z-index: 10;
}

.nav-section .nav-logo {
	left: 0;
    position: absolute;
    top: 12px;
}

.nav-section .nav-logo img{
	height:56px;
}

.nav-section .site-title {
	float: left;
	margin-top: 22px;
	text-align:left;
}

.nav-section .site-title > a {
	text-transform:uppercase;
	font-family: Economica;
    font-style: normal;
    font-weight: 400;
	font-size:18pt;
}

.entry-content section{
	background-color:transparent;
}


/* #Navigation
================================================== */
.navbar {
	position: relative;
	padding:26px 0 14px;
	margin:0;
	width:auto;
	text-align:center;
	float:none;
	display:inline-block;
}

.navbar-nav > li{
	margin:0 3px;
}

.navbar-nav > li > a {
    padding: 4px 12px;
    display: block;
    color: #aeb2b3;
    text-transform: uppercase;
    font-family: 'Economica', sans-serif;
    font-size: 18pt;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.navbar-nav > li > a.icon {
	margin-top:-2px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus,
.navbar-nav > li > a.active,
.navbar-nav > li > a[aria-expanded="true"] {
    text-decoration: none;
	background-color: #e6e6e6;
	color: #404d75;
}

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

.navbar > li.dropdown > a .caret {
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    margin-left: 4px;
	margin-top: -1px;
}

.navbar-nav .dropdown-menu {
	background: none repeat scroll 0 0 #e6e6e6;
    text-align: center;
    padding: 3px 5px;
    display: none;
    font-size: 15pt;
    text-transform: uppercase;
    font-family: 'Economica', sans-serif;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
	border: 0;
    left: 50%;
    margin-left: -80px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.navbar-nav .open > .dropdown-menu,
.navbar-nav .dropdown-menu:hover {
    display: block;
}

.navbar-nav .dropdown-menu > li {
	margin:6px 0;
}

.navbar-nav .dropdown-menu > li > a {
    display: block;
    line-height: 1;
    position: relative;
    color: #aeb2b3;
	padding: 3px 5px;
	margin-bottom:3px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-nav .dropdown-menu > li:last-child > a {
	margin-bottom:0;
}

.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li.active > a {
	background-color: #f2f2f2;
    color: #404d75;
}

.navbar-nav .dropdown-submenu {
    position: relative;
}

.navbar-nav .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
    max-height: 0;
    overflow: hidden;
}

.navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    max-height: 500px;
    overflow: visible;
}

.navbar-nav .dropdown-submenu > a::after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #aeb2b3;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 8px;
}

.navbar-nav .dropdown-submenu:hover > a::after {
    border-left-color: #404d75;
}

.navbar-nav .dropdown-submenu .pull-left {
    float: none;
}

.navbar-nav .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.navbar-nav > li > .dropdown-menu {
	margin-top:2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.navbar-nav > li > .dropdown-menu li .dropdown-menu{
	left: 100%;
    margin: 0;
    top: -3px;
	border-top:0;
}

.navbar-nav > li > .dropdown-menu li:hover .dropdown-menu{
	display: block;
}

#nav-mobile-btn,
#close-nav-mobile {
	width: 30px;
	height: 25px;
	float: right;
	right:0;
	position: relative;
	margin: 28px 0 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: none;
}

#nav-mobile-btn span,
#close-nav-mobile span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #c4c4c4;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-mobile-btn span:nth-child(1),
#close-nav-mobile span:nth-child(1) {
	top: 0px;
}

#nav-mobile-btn span:nth-child(2),#nav-mobile-btn span:nth-child(3),
#close-nav-mobile span:nth-child(2),#close-nav-mobile span:nth-child(3) {
	top: 10px;
}

#nav-mobile-btn span:nth-child(4),
#close-nav-mobile span:nth-child(4) {
	top: 21px;
}

#nav-mobile-btn.open span:nth-child(1),
#close-nav-mobile.open span:nth-child(1) {
	top: 10px;
	width: 0%;
	left: 50%;
}

#nav-mobile-btn.open span:nth-child(2),
#close-nav-mobile.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-mobile-btn.open span:nth-child(3),
#close-nav-mobile.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-mobile-btn.open span:nth-child(4),
#close-nav-mobile.open span:nth-child(4) {
	top: 10px;
	width: 0%;
	left: 50%;
}

#nav-mobile-btn.open{
	right: -170px;
}

#close-nav-mobile{
	position:absolute;
	top:6px;
	left:15px;
	display: block;
}

.nav-mobile {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    visibility: hidden;
    width: 300px;
    height: 100%;
    background: #f2f2f2;
    padding: 15px;
    overflow: auto;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	text-align:center;
}

.nav-mobile .nav-logo{
	margin:0 auto;
}
.nav-mobile > i {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.nav-mobile > i:hover,
.nav-mobile > i:active {
    color: #777;
    background-color: #f1f3f6;
}
.nav-mobile h2 {
    text-align: center;
    margin: 10px 0 25px;
    color: #4d4f52;
}
.nav-mobile h2 i {
    margin-right: 10px;
}
.nav-mobile a {
    color: #66686c;
}
.nav-mobile a:hover {
    color: #404d75;
    text-decoration: none;
}
.nav-mobile a:focus {
    text-decoration: none;
}
.nav-mobile ul {
    list-style: none;
	text-align:left;
}
.nav-mobile > ul {
    padding: 0 0 20px;
}
.nav-mobile > ul li {
    margin-bottom: 10px;
}
.nav-mobile > ul li > a {
    margin-bottom: 10px;
    display: block;
}
.nav-mobile > ul > li {
    margin-bottom: 20px;
    padding-left: 10px;
}
.nav-mobile > ul ul {
    padding-left: 15px;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.nav-mobile::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    display: none;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.nav-mobile.open {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.nav-mobile.open::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.stuck {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
	-webkit-box-shadow: 0 0 10px #bfbfbf;
	-moz-box-shadow: 0 0 10px #bfbfbf;
	box-shadow: 0 0 10px #bfbfbf;
}
.stuck #mobile-nav {
    margin-right: 10%;
}



.dark.nav-section { background: none repeat scroll 0 0 #232323; }

.dark .nav .open > a,
.dark .nav .open > a:hover,
.dark .nav .open > a:focus,
.dark .nav > li > a:hover,
.dark .nav > li > a:focus,
.dark .navbar-nav > li > a.active,
.dark .navbar-nav > li > a[aria-expanded="true"],
.dark .navbar-nav .dropdown-menu { background-color: #373737; }

.dark .navbar-nav .dropdown-menu > li > a:hover,
.dark .navbar-nav .dropdown-menu > li > a:focus,
.dark .navbar-nav .dropdown-menu > li.active > a { background-color: #232323; }


.dark.nav-mobile { background: #232323; }
.dark.nav-mobile h2,
.dark.nav-mobile a { color: #ababab; }
.dark.nav-mobile a:hover { color: #404d75; }
.dark.nav-mobile > ul ul { border-left: 1px solid rgba(255, 255, 255, 0.2); }


/* #Home
================================================== */
#home{
    position: fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	padding-bottom:50px;
	background-color:transparent;
	padding-top:105px;
	z-index:-1;
}

.home-html{
	margin-bottom:36px;
}

#supersized-loader { 
	position:absolute;
	top:50%; 
	left:50%; 
	z-index:0; 
	width:60px; 
	height:60px; 
	margin:-30px 0 0 -30px; 
	text-indent:-999em; 
	background:url(../images/progress.gif) no-repeat center center;
}
	
#supersized {  
	display:block; 
	position:fixed;
	left:0; 
	top:0; 
	overflow:hidden; 
	z-index:-999; 
	height:100%; 
	width:100%; 
	padding:0;
	max-width:none;
	-webkit-backface-visibility: hidden;
}
	
#supersized img { 
	width:auto; 
	height:auto; 
	position:relative; 
	display:none; 
	outline:none; 
	border:none;
	max-width:none;
}

#supersized.speed img { 
	-ms-interpolation-mode:nearest-neighbor; 
	image-rendering: -moz-crisp-edges; 
} /*Speed*/
			
#supersized.quality img { 
	-ms-interpolation-mode:bicubic; 
	image-rendering: optimizeQuality; 
} /*Quality*/
		
#supersized li { 
	display:block; 
	list-style:none; 
	z-index:-30; 
	position:fixed; 
	overflow:hidden; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	background:#111; 
}

#supersized a { 
	width:100%; 
	height:100%; 
	display:block; 
}
		
#supersized li.prevslide { 
	z-index:-20; 
}

#supersized li.activeslide { 
	z-index:-10; 
}
			
#supersized li.image-loading { 
	background:#111 url(../images/progress.gif) no-repeat center center; 
	width:100%; 
	height:100%; 
}

#supersized li.image-loading img{ 
	visibility:hidden; 
}

#supersized li.prevslide img, #supersized li.activeslide img{ 
	display:inline; 
}

#video_fallback{
    position: fixed;
    left: 0;
    top: 0;
	height: 100%;
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    z-index: -6;
}

.youtube-video-background {
	position: fixed;
	background: transparent;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -5;
}

.youtube-video-foreground,
.youtube-video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .youtube-video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .youtube-video-foreground { width: 300%; left: -100%; }
}


/* #PAGE OVERLAY
================================================== */
#page-overlay {
	width: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 105%;
	overflow: hidden;
	z-index: 1001;
	background-color:#f2f2f2;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transition: left .5s ease;
	   -moz-transition: left .5s ease;
			transition: left .5s ease;
	-webkit-box-shadow: 10px -10px 10px 10px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 10px -10px 10px 10px rgba(0, 0, 0, 0.2);
			box-shadow: 10px -10px 10px 10px rgba(0, 0, 0, 0.2);
}

#page-overlay #main-wrapper{
	padding-top:0;
}

.close-overlay{
	position:absolute;
	top:30px;
	right:40px;
	font-size:27pt;
	color:#404d75;
	cursor:pointer;
	z-index:1000;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
			transform: rotate(0deg);
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
			transition: all .2s ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid transparent;
	padding:2px 4px 3px;
	opacity:0.8;
	background-color:#fff;
}

.close-overlay::before {
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.close-overlay::after {
  display: none;
}

.close-overlay:hover {
  background: #ffffff;
  opacity:1;
  -webkit-box-shadow: 0 0 0 8px rgba(64, 77, 117, 0.8);
  -moz-box-shadow: 0 0 0 8px rgba(64, 77, 117, 0.8);
  box-shadow: 0 0 0 8px rgba(64, 77, 117, 0.8);
}

.close-overlay:hover::before {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  -o-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}

@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}

@-o-keyframes toRightFromLeft {
  49% {
    -o-transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -o-transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toRightFromLeft {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}

#page-overlay h1.page-title{
	width:100%;
	margin:0 auto 60px;
	display:inline-block;
}

#page-overlay.moveFromBottom {
	top:0 !important;
}

#page-overlay.moveFromRight {
	left: 0 !important;
}

#page-overlay .loading{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
	z-index:999;
	display:none;
}

#page-overlay .loading::after{
	content:"";
	position:fixed;
	top:50%;
	left:50%;
	background:url(../images/progress.gif) no-repeat center center; 
	width:31px;
	height:31px;
	margin:-15px 0 0 -15px;
	display:block;
}

.dark#page-overlay { background-color:#232323; -webkit-box-shadow: 10px -10px 10px 10px rgba(0, 0, 0, 0.7); -moz-box-shadow: 10px -10px 10px 10px rgba(0, 0, 0, 0.7); box-shadow: 10px -10px 10px 10px rgba(0, 0, 0, 0.7);}
.dark#page-overlay .loading{ background:rgba(0,0,0,0.5); }
.dark#main-wrapper { background-color:#232323; color:#ababab; }
.light#page-overlay,
.light#main-wrapper { background-color:#f2f2f2; }

.error-loading{
	color:#848484;
}

.portfolio-single .header {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #eaeaea;
	display:inline-block;
	width:100%;
	z-index:0;
}

.portfolio-single .header::after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#404d75;
	opacity:0.75;
	z-index:-1;
}

.portfolio-single .header > img {
	min-height: 220px;
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	z-index: -2;
	width:100%;
	height:100%;
	object-fit:cover;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.portfolio-single .header .container {
  position: relative;
  z-index: 1;
}

.portfolio-single .header .portfolio-info {
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 60px;
  padding-top:15px;
}

.portfolio-single .header .portfolio-info .title {
  margin-bottom:30px;
}

.portfolio-single .header .portfolio-info a {
  color: #5b5b5b;
}

.portfolio-single .header .portfolio-info .external-url{
	color:#a5a5a5;
}

.portfolio-subtitle{
	color:#5b5b5b;
}

.portfolio-content{
	margin-top:60px !important;
}

.portfolio-content > section,
.portfolio-content > section > section:first-child{
	padding-top:0;
}

.ctabox{
	background-color:#eee;
	border:1px solid #d3d3d3;
	margin:15px;
}


/* #PORTFOLIO
================================================== */
.portfolio-filters {
  list-style-type: none;
  text-align: center;
  margin: 0 auto 10px;
  padding: 0;
}
.portfolio-filters li {
  display: inline-block;
  padding: 1px 8px;
  cursor: pointer;
  margin: 0 4px 10px;
  border: 1px solid #B5B7B6;
  text-transform: uppercase;
  font-family: 'Economica', sans-serif;
  font-size: 12pt;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.portfolio-filters li:hover,
.portfolio-filters li.active {
  border-color: #404d75;
  color: #404d75;
}

.portfolio-grid {
	margin: 40px auto;
	width: 930px;
	box-sizing: border-box;
}

@media (max-width: 991px) {
	.portfolio-grid {
		width: 615px;
	}
}

@media (max-width: 767px) {
	.portfolio-grid {
		width: 300px;
	}
}

@media (max-width: 480px) {
	.portfolio-grid {
		width: 300px;
	}
}

.portfolio-items {
	list-style: none;
	position: relative;
	padding:0;
}

.portfolio-items li {
	margin-bottom:15px;
	display: block;
	width: 300px;
	opacity: 0;
	overflow:hidden;
}

.portfolio-items li.disable {
  display: none !important;
}

.portfolio-items li img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.portfolio-items li > div {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(64, 77, 117, 0.75);
  width: 100%;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.portfolio-items li:hover > div {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  height: 100%;
}

.portfolio-items li:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.portfolio-items li > div .info {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 0;
  width:100%;
}
.portfolio-items li > div h2,
.portfolio-items li > div h5 {
  width: 90%;
  margin: 0 5%;
  color: #fff;
}
.portfolio-items li > div h5{
  font-size:15pt;
}
.portfolio-items li > div .info .btn {
  margin-left: 5%;
  margin-top: 25px;
  color: #fff;
  border-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.portfolio-items li > div .info .btn:hover {
  border-color: #fff;
  background-color: #e6e6e6;
  color: #404d75;
}

.portfolio-items li.shown,
.no-js .portfolio-items li,
.no-cssanimations .portfolio-items li {
	opacity: 1;
}



/* Effect 1: opacity */
.portfolio-items.effect-1 li.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

@keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

/* Effect 2: Move Up */
.portfolio-items.effect-2 li.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

/* Effect 3: Scale up */
.portfolio-items.effect-3 li.animate {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: scaleUp 0.65s ease-in-out forwards;
	animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

/* Effect 4: fall perspective */
.portfolio-items.effect-4 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.portfolio-items.effect-4 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	-webkit-animation: fallPerspective .8s ease-in-out forwards;
	animation: fallPerspective .8s ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

@keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.portfolio-items.effect-7 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.portfolio-items.effect-7 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix .8s ease-in-out forwards;
	animation: helix .8s ease-in-out forwards;
}

@-webkit-keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); opacity: 1; }
}

@keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }
}

/* Effect 8:  PopUp*/
.portfolio-items.effect-8 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.portfolio-items.effect-8 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}



/* #BLOG
================================================== */
.page-title{
	margin:60px 0 30px;
}

.page-title a{
	color:#fff;
}

.no-results .page-title{
	margin-top:0;
}

.archive-description{
	margin:-20px 0 20px;
	color:#fff;
}

.blog-single-img-wrap{
	position:relative;
	margin-bottom:50px;
}

.blog-single-img-wrap img{
	width:100%;
}

.hentry{
	margin-bottom:80px;
}

.entry-header {
	position:relative;
	overflow:hidden;
	width:100%;
	display:inline-block;
	margin-bottom:70px;
	z-index:0;
}

.entry-header::after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#404d75;
	opacity:0.75;
	z-index:-1;
}

.entry-header.no-thumb::after{
	opacity:1;
}

.entry-header .header-bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	z-index:-2;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.entry-header h1{
	color:#fff;
}

article.hentry {
	float: left;
	margin-bottom: 65px;
}

article.hentry .entry-header a{
	color:#fff;
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

article.hentry .entry-header a:hover{
	text-decoration:none;
}

article.hentry .entry-header a.date:hover{
	padding-left: 15px;
	padding-right: 15px;
}

article.hentry .entry-header a.title:hover{
	padding-left:30px;
}

.entry-header .entry-metas {
    width: auto;
    text-align: left;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.25);
    clear: both;
	color:#fff;
	display:inline-block;
}

.entry-header .entry-metas > ul {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    display: inline-block;
}

.entry-header .entry-metas > ul li {
    display: inline-block;
    height: 38px;
    margin: 0;
    padding: 8px 16px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.entry-header .entry-metas > ul li a{
	color: #fff;
}

.entry-header .entry-metas > ul li a:hover{
	text-decoration:underline;
}

.entry-header .entry-metas > ul li:last-child {
    border-right: none;
}

.entry-header .entry-metas > ul li .fa {
    font-size: 18px;
    margin-right: 4px;
	color: #fff;
}

.entry-header .entry-metas::after,
.entry-header .entry-metas::before {
    content: " ";
    display: table;
}

.entry-header .entry-metas::after {
    clear: both;
}

.dark .entry-header h1,
.dark .entry-header .archive-description,
.dark .entry-header .page-title a { color:#393939; }
.dark .entry-header .entry-metas { background-color: rgba(0, 0, 0, 0.15); color:#393939; }
.dark .entry-header .entry-metas > ul li { border-right: 1px solid rgba(0, 0, 0, 0.15); }
.dark .entry-header .entry-metas > ul li:last-child { border-right: none; }
.dark .entry-header .entry-metas,
.dark .entry-header .entry-metas > ul li a,
.dark .entry-header .entry-metas > ul li .fa { color: #393939; }


.entry-content{
	margin-bottom:60px;
	margin-top:0px;
}

.entry-excerpt {
	margin-bottom:30px;
	margin-top:30px;
}

.hentry.sticky .entry-excerpt{
	padding:0 15px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
    padding: 15px 0 20px;
    position: relative;
    text-align: left;
    width: 100%;
}
.entry-content img {
    max-width: 100%;
    margin-bottom: 25px;
}
.entry-content img.right {
    float: right;
    margin-left: 15px;
}
.entry-content img.left {
    float: left;
    margin-right: 15px;
}
.entry-content .highlight-bold {
    font-weight: 700;
    font-size: 17px;
	line-height:27px;
    position: relative;
    margin-bottom: 40px;
}
.entry-content .highlight-color {
    font-size: 21pt;
    color: #404d75;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 40px;
}
.entry-content p {
    margin-bottom: 40px;
}
.entry-content blockquote {
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
    margin: 40px 0;
    padding: 30px 40px 35px;
    position: relative;
    text-align: center;
    width: 100%;
	background-color:#eee;
	border:1px solid #d2d2d2;
	clear:both;
}
.entry-content blockquote::before,
.entry-content blockquote::after {
    color: #acacac;
    font-size: 48pt;
    font-weight: 700;
    position: absolute;
}
.entry-content blockquote::before {
    content: "\"";
    left: 12px;
    top: 18px;
}
.entry-content blockquote::after {
    bottom: -9px;
    content: "\"";
    right: 32px;
}
.entry-content blockquote span {
    color: #404d75;
}

.dark .entry-content blockquote { background-color:rgba(0, 0, 0, 0.6); color:#000; }

.other-news-wrap{
	background-color:#0F0F0F;
	padding:20px;
	margin:20px 0 0;
}

.blog-listing article {
    margin: 0 auto 43px;
    text-align: left;
    position: relative;
}

.blog-listing article .image {
    width: 100%;
    overflow: hidden;
    position: relative;
	background-color:#eaeaea;
	border-bottom:7px solid #404d75;
}

.blog-listing article .image::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 120pt;
	content: '\f03e';
	color:#dadada;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-14px;
	margin-left:-84px;
	z-index: 0;
}

.blog-listing article.col-md-3 .image::before{
	margin-top:-11px;
	margin-left:-47px;
	font-size: 60pt;
}

.blog-listing article .image img {
    width: 100%;
	z-index: 1;
	position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

.blog-listing article .image a {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    display: block;
    background-color: rgba(64, 77, 117, 0.8);
    border: 0px solid transparent;
    z-index: 9;
    text-align: center;
    visibility: hidden;
    text-decoration: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.blog-listing article .image a i {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin-top:-12px;
	width: 46px;
	height: 46px;
	text-align: center;
	position: relative;
	top: 10%;
	z-index: 10;
	color: #fff;
	background-color:transparent;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	box-shadow: 0 0 0 2px rgba(255,255,255,1);
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.blog-listing article .image a i::after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-box-sizing: content-box; 
	   -moz-box-sizing: content-box; 
			box-sizing: content-box;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	display: none;
}

.blog-listing article .image a i::before  {
	speak: none;
	font-size: 19pt;
	line-height: 46px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.blog-listing article .image a i:hover {
	background: rgba(255,255,255,1);
	color: #404d75;
	box-shadow: 0 0 0 6px rgba(255,255,255,0.3);
}

.blog-listing article .image a i:hover::before {
	-webkit-animation: toBottomFromTop 0.3s forwards;
	-moz-animation: toBottomFromTop 0.3s forwards;
	animation: toBottomFromTop 0.3s forwards;
}

.blog-listing article .image:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.blog-listing article .image:hover > a {
    visibility: visible;
	height:100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.blog-listing article .image:hover > a i {
    top: 49%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.blog-listing article .info-blog {
    padding: 20px 12px;
}

.blog-listing article .info-blog.sticky{
	border: 2px solid #404d75;
}

.blog-listing article .info-blog h3 {
    padding-bottom: 12px;
    margin-bottom: 18px;
	font-size:25px;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    text-align: left;
    width: 100%;
}

.blog-listing article .info-blog h3::after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:0;
	height:1px;
	z-index:1;
	background-color: #404d75;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}

.blog-listing article .info-blog h3:hover::after{
	width:100%;
}

.blog-listing article .info-blog h3 a:hover {
    text-decoration: none;
}

.blog-listing article .entry-metas ul {
    padding: 10px 15px;
    margin: 30px 0 15px;
    font-size: 13px;
    background-color: #eaeaea;
    color: #999CA1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.blog-listing article .entry-metas ul li {
    display: inline-block;
    margin-right: 14px;
}
.blog-listing article .entry-metas ul li:last-child {
    margin-right: 0px;
}
.blog-listing article .entry-metas ul li i {
    margin-right: 5px;
}
.blog-listing article .entry-metas ul li > div {
	display: inline-block;
}
.blog-listing article .entry-metas ul li a {
    color: #999CA1;
}
.blog-listing article .entry-metas ul li a:hover {
    color: #66686c;
}
.blog-listing article.disabled {
    display: none;
}
.blog-listing .date,
.blog-main-image .date {
    position: absolute;
    z-index: 10;
    top: -10px;
    left: 6px;
}

.dark .blog-listing article .image{ background-color:#161616; }
.dark .blog-listing article .image::before{	color:#232323; }
.dark .blog-listing article .info-blog h3 { border-color: #161616}
.dark .blog-listing article .entry-metas ul { background-color:#161616; color:#777; }
.dark .blog-listing article .entry-metas ul li a { color:#777; }
.dark .blog-listing article .entry-metas ul li a:hover { color:#ababab; }


#comments {
    margin-bottom: 60px;
    padding: 0 30px;
    float: left;
}

#comments h2.comments-title {
    margin-bottom: 30px;
	border-bottom: 1px solid #c4c4c4;
	width:70%;
	margin-left:15%;
}

#comments .comment-list {
  display: inline-block;
  list-style: none;
  width: 100%;
  padding: 0;
  position:relative;
  z-index:0;
}

#comments .comment-content {
    width: 100%;
    float: left;
	position:relative;
	z-index:0;
}

#comments .comment-content .comment_image {
    border: 0;
    width: 12%;
    min-height: 15px;
    display: inline-block;
    position: relative;
}

#comments .comment-content .comment_image img {
    width: 100%;
}

#comments ul.children {
    float: left;
    width: 100%;
    padding-left: 15%;
    list-style: none;
}

#comments .comment-content .comment {
    float: right;
    position: relative;
    width: 85%;
    padding: 0;
    margin-bottom: 35px;
	background-color: transparent;
	z-index:0;
	border:1px solid #d3d3d3;
}

#comments .comment-content .comment.ping {
	width: 100%;
	background-color:#e3e3e3;
	padding:15px;
}

#comments .comment-content .comment h1,
#comments .comment-content .comment h2,
#comments .comment-content .comment h3,
#comments .comment-content .comment h4,
#comments .comment-content .comment h5,
#comments .comment-content .comment h6 {
	margin-top:20px;
}

#comments .comment-content .comment h1,
#comments .comment-content .comment h2,
#comments .comment-content .comment h3,
#comments .comment-content .comment h4,
#comments .comment-content .comment h5,
#comments .comment-content .comment h6 {
	margin-bottom:15px;
}

#comments .comment-content .comment ol,
#comments .comment-content .comment ul {
	margin-bottom:15px;
}

#comments .comment-content .comment h3.header {
	background-color:#e3e3e3;
    margin-bottom: 15px;
    margin-top: 0px;
    font-weight: 300;
    position: relative;
    text-transform: none;
    padding: 12px 18px;
    z-index: -1;
	clear: none;
}

#comments .comment-content .comment.ping h3.header {
	color: #fff;
}

#comments .comment-content .comment h3 span {
	margin-right:18px;
	display:inline-block;
}

#comments .comment-content .comment h3 span a:hover{
	text-decoration:none;
}

#comments .comment-content .comment h3 small {
    display: inline-block;
    font-size: 10pt;
    margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
}

#comments .comment-content .comment .comment-reply-link,
#comments .comment-content .comment .comment-edit-link {
    float: right;
    margin-bottom: 14px;
	margin-top:14px;
    z-index: 1;
}

#comments .comment-content .comment .comment-reply-link,
#comments .comment-content .comment .comment-edit-link,
.comment-list #respond #cancel-comment-reply-link {
	border-color:#b1b5b8;
	color:#777;
}

#comments .comment-content .comment .comment-reply-link:hover,
#comments .comment-content .comment .comment-edit-link:hover,
.comment-list #respond #cancel-comment-reply-link:hover {
	border-color:#404d75;
	color:#404d75;
}

#comments .comment-content .comment .comment-edit-link{
	margin-left:10px;
}

#comments .comment-content .comment .comment-edit-link {
    margin-right: 5px;
}

#comments .comment-content .comment .btn {
    float: right;
    margin-bottom: 14px;
	margin-right:18px;
    position: relative;
    z-index: 1;
}

#comments .comment-content .comment .comment-text {
	padding:10px 30px 5px;
}

.comment-form-wrap{
	position:relative;
	margin-top:55px;
	
	z-index:3;
	background-color:#e3e3e3;
}

.comment-form-wrap h3 {
    margin-bottom: 30px;
}

.comment-form-wrap h3 small {
    display: block;
	text-transform:none;
    font-size: 12pt;
	font-family: 'Source Sans Pro', sans-serif;
	margin-top:10px;
}

#comment-status {
	margin-top:20px;
	padding:0 15px;
}

#comment-status > div {
	width:100%;
    padding: 5px 15px;
    border-radius: 4px;
    text-align: center;
}

#comment-status .ajax-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

#comment-status .ajax-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.comment-list #respond {
    width: 85%;
	margin-left:15%;
	margin-bottom:50px;
	clear: both;
	position:relative;
	background-color:#e3e3e3;
	padding:30px;
}

#respond {
    width: 100%;
	clear: both;
	padding:30px;
	background-color:#e3e3e3;
}

#respond .comment-reply-title {
    margin-bottom: 5px;
	padding-right: 70px;
}

#respond .comment-reply-title small{
	position: absolute;
    right: 30px;
	top: 30px;
}

#respond .comment-notes {
	display: block;
	text-transform:none;
    font-size: 12pt;
	font-family: 'Source Sans Pro', sans-serif;
	margin-top:10px;
}

#respond .logged-in-as {
	padding: 0 15px;
}

#respond .form-submit{
	float: none;
    margin: 0 auto;
    text-align: center;
}

.widget{
	float: left;
	width: 100%;
	padding:0;
	margin-bottom: 40px;
	background-color: transparent;
}
.widget .widget-title{
	margin-bottom:25px;
	padding:0 10px 10px;
	border-bottom:1px solid #c4c4c4;
}
.widget label{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.widget select{
	float: left;
	width: 100%;
	padding: 0 10px;
	border-radius: 0px;
	border: 1px solid #c4c4c4;
	color: #848484;
	background: #f2f2f2;
}
.widget select option{
	padding: 6px 10px;
}
.widget ul{
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget ul li{
	float: left;
	width: 100%;
	padding: 10px 0 10px 20px;
	position: relative;
	border-bottom:1px solid #e5e5e5;
}
.widget ul li:last-child{
	border-bottom: 0px;
}
.widget ul li::before{
	content: "\f054";
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    font-style: normal;
    line-height: 1;
    left: 2px;
    color: #73777b;
    top: 15px;
}
.widget ul.children,
.widget ul.sub-menu{
	padding-left: 10px;
	margin-left: -10px;
}
.widget ul.children li:last-child,
.widget ul.sub-menu li:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
}
.widget ul.children:hover,
.widget ul.sub-menu:hover{
	border-color: #404d75;
}
.widget ul li a{
	color: #73777b;
	min-height: 20px;
}
.widget ul li a:hover{
	color: #404d75;
	text-decoration:none;
}
.widget ul li:hover::before{
	color: #404d75;
}
.widget.widget_rss ul li a{
	font-weight: bold;
}
.widget.widget_rss .rss-date{
	position: relative;
	padding-left: 10px;
	margin-left: 5px;
}
.widget.widget_rss .rss-date::before{
	position: absolute;
	content: "-";
	left: 0;
}
.widget.widget_nav_menu 
.widget .tagcloud{
	float: left;
	width: 100%;
}
.widget .tagcloud a{
	float: left;
	margin: 3px 3px;
	background-color: #f2f2f2;
    border-radius: 4px;
    color: #73777b;
    font-size: 14px !important;
    display: block;
    padding: 6px 9px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.widget .tagcloud a:hover{
	background-color: #404d75;
    color: #fff;
	text-decoration:none;
}
#searchform{
	position:relative;
}
#searchform button{
	padding: 6px 10px;
	background:none;
	border:0;
	position:absolute;
	top:0;
	right:3px;
	box-shadow:none;
	text-shadow: none;
	color:#404d75;
}
#searchform input{
	width: 100%;
	float: left;
	padding: 6px 36px 6px 10px;
}
.page-content.center{
	margin-top:1.5em;
	margin-bottom:1.5em;
}
.page-content #searchform{
	margin-top:40px;
}
.widget.widget_recent_entries,
.widget.widget_recent_comments,
.widget.widget_archive,
.widget.widget_categories,
.widget.widget_meta,
.widget.widget_calendar,
.widget.widget_pages,
.widget.widget_rss,
.widget.widget_text,
.widget.widget_tag_cloud,
.widget.widget_nav_menu{
	background-color: #eaeaea;
	padding:15px;
}

#wp-calendar {
	width:100%;
}

#wp-calendar th,
#wp-calendar td{
	border:0;
}

#wp-calendar caption {
	color:#eee;
	font-size:13px;
	margin:0;
	background:#111;
	text-transform:uppercase;
	padding:2px 0;
	text-align:center;
	background-color:#404d75;
}

#wp-calendar thead {
	font-size:10px;
	background:#c4c4c4;
	color:#fff;
}

#wp-calendar thead th {
	padding:4px 10px;
}

#wp-calendar tbody {
	color:#aaa;
}

#wp-calendar tbody td {
	background:#f2f2f2;
	color:#aeaeae;
	text-align:center;
	font-size:13px;
	padding:2.5%;
}

#wp-calendar tbody td a {
	color:#404d75;
}

#wp-calendar tbody td.pad {
	background:transparent;
}

#wp-calendar tbody .pad {
	background:none;
}

#wp-calendar #today {
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,.3);
	background-color:#404d75;
}

#wp-calendar #today a{
	color:#fff;
	text-decoration:underline;
}

#wp-calendar tfoot #next {
	font-size:10px;
	text-transform:uppercase;
	text-align:right;
}

#wp-calendar tfoot #prev {
	font-size:10px;
	text-transform:uppercase;
	padding-top:5px;
}

.dark #comments h2.comments-title { border-bottom-color:#161616; }
.dark #comments .comment-content .comment { border-color: #161616; }
.dark #comments .comment-content .comment h3.header{ background-color:#161616; }
.dark #comments .comment-content .comment.ping h3.header { color: #000; }

.dark #comments .comment-content .comment .comment-reply-link,
.dark #comments .comment-content .comment .comment-edit-link,
.dark .comment-list #respond #cancel-comment-reply-link { border-color:#777; color:#ababab; }

.dark #comments .comment-content .comment .comment-reply-link:hover,
.dark #comments .comment-content .comment .comment-edit-link:hover,
.dark .comment-list #respond #cancel-comment-reply-link:hover {	border-color:#404d75; color:#404d75; }

.dark #comments .comment-content .comment .comment-text blockquote {
	border-left-color:#161616;
}

.dark #comments .comment-content .comment.ping { background-color: #161616; }

.dark .comment-list #respond,
.dark #respond { background-color: #161616; }

.dark textarea,
.dark input:not(.btn),
.dark .uneditable-input { background-color: rgba(255, 255, 255, 0.1); border: 1px solid rgba(0, 0, 0, 0.2); color:#ababab; }
.dark textarea:focus,
.dark input:not(.btn):focus,
.dark .uneditable-input:focus { border-color: #777; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(119, 119, 119, 0.4); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(119, 119, 119, 0.4); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(119, 119, 119, 0.4);}

.dark #comments #respond .form-submit .btn-default{

	border-color: #777;
    color: #ababab;
}

.dark #comments #respond .form-submit .btn-default:hover{
	border-color:#404d75;
	color:#404d75;
}


.dark .widget.widget_recent_entries,
.dark .widget.widget_recent_comments,
.dark .widget.widget_archive,
.dark .widget.widget_categories,
.dark .widget.widget_meta,
.dark .widget.widget_calendar,
.dark .widget.widget_pages,
.dark .widget.widget_rss,
.dark .widget.widget_text,
.dark .widget.widget_tag_cloud,
.dark .widget.widget_nav_menu{ background-color: #161616; }

.dark .widget .widget-title { border-bottom-color: #000; }
.dark .widget ul li { border-bottom-color: #111111; }

.dark #wp-calendar thead { background:#333; }
.dark #wp-calendar tbody td { background:#222; color:#ccc; }
.dark #wp-calendar tbody td.pad { background:transparent; }

.dark .widget select { border-color:#111; background:#111; color:#73777b; }

.dark .widget.widget_search input{ background-color: #161616; }
.dark .widget.widget_search input:not(.btn):focus { border-color: #111111; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(119, 119, 119, 0.4); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(119, 119, 119, 0.4); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(119, 119, 119, 0.4);}

.dark .widget .tagcloud a{ background-color: #0e0e0e; color: #73777b; }
.dark .widget .tagcloud a:hover{ background-color: #404d75; color: #fff; }

.pagination {
    text-align: center;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.pagination ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0 5px;
}
.pagination ul > li {
    display: inline-block;
    width: 45px;
    height: 43px;
    text-align: center;
    line-height: 37px;
    float: left;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    font-size: 12pt;
	background-color: #efefef;
    border: 2px solid #e2e2e2;
	border-top-width:4px;
	border-bottom-width:4px;
}

.pagination ul > li.arrow-left,
.pagination ul > li.arrow-right {
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	border-width:4px;
}

.pagination ul > li.arrow-left{
	 margin-right: 10px;
}

.pagination ul > li.arrow-right{
	 margin-left: 10px;
}

.pagination ul > li a {
    display: block;
    width: 39px;
    height: 35px;
	color: #777;
}
.pagination ul > li a:hover,
.pagination ul > li a:focus,
.pagination ul > li.active a {
    text-decoration: none;
}
.pagination ul li.first-page {
    border-left-width:4px;
	-webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
}
.pagination ul li.last-page {
    border-right-width:4px;
	-webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
}
.pagination ul li:hover,
.pagination ul li.active,
.pagination ul li.active {
    background-color: #fff;
	color:#404d75;
}

.dark .pagination ul > li { background-color: #1b1b1b; border-color:#161616; }
.dark .pagination ul > li a { color:#ababab }
.dark .pagination ul li:hover,
.dark .pagination ul li.active,
.dark .pagination ul li.active { background-color: #000; color:#404d75; }

section.no-results{
	padding-top:0;
}

section .page-header{
	margin-top:0;
	border:0;
}

.protected-post-form .btn{
	top:-5px;
	padding: 5px 11px;
	min-height: auto;
}


/* #SERVICES
================================================== */
.services-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 40px;
  padding:25px 15px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a.services-item{
	color:#5b5b5b;
}

a.services-item:hover{
	text-decoration:none;
}

.services-item:hover {
  background-color: rgba(220, 220, 220, 0.5);
}

.services-item i {
  display: inline-block;
  font-size: 32pt;
  margin-bottom: 14px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #404d75;
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -o-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px rgba(64, 77, 117, 0.3);
  -moz-box-shadow: 0 0 0 4px rgba(64, 77, 117, 0.3);
  box-shadow: 0 0 0 4px rgba(64, 77, 117, 0.3);
}

.services-item i::before {
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.services-item i::after {
  display: none;
}

.services-item h3{
	margin-bottom:20px;
}

.services-item:hover i {
  background: #ffffff;
  color: #404d75;
  -webkit-box-shadow: 0 0 0 8px rgba(64, 77, 117, 0.8);
  -moz-box-shadow: 0 0 0 8px rgba(64, 77, 117, 0.8);
  box-shadow: 0 0 0 8px rgba(64, 77, 117, 0.8);
}

.services-item:hover i:before {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  -o-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@-o-keyframes toTopFromBottom {
  49% {
    -o-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -o-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}


/* #ABOUT
================================================== */
.team-member {
  display: inline-block;
}

.team-member-img {
  position: relative;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.team-member-img h2 {
  background-color: #404d75;
  color: #fff;
  width: 99.9999%;
  padding: 15px;
  border:0;
  position: absolute;
  bottom: -4px;
  left: 0;
  right:0;
  z-index: 1;
  -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	   -o-transition: all 0.3s;
		  transition: all 0.3s;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
	 -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
		  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
}

.team-member-img:hover {
  margin-bottom: 119px;
}

.team-member-img:hover h2 {
	bottom: 1px;
	right:0;
	-ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.team-member-img h2 span {
  font-size: 16pt;
  position: relative;
  top: -6px;
  white-space:nowrap;
}

.team-member-img img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.team-member-social{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	z-index:3;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.team-member-social::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#404d75;
	opacity:0.6;
	z-index:-1;
}

.team-member-img:hover .team-member-social{
	opacity:1;
}

.team-member-social .sn-icons{
	width:100%;
	text-align:center;
	top:50%;
	position:relative;
	margin-top:-12px;
}

.team-member-social .sn-icons i{
	background-color:transparent;
	box-shadow: 0 0 0 3px rgba(255,255,255,1);
	color:#fff;
}

.team-member-social .sn-icons i:hover {
	box-shadow: 0 0 0 6px rgba(255,255,255,0.3);
	background-color:#fff;
	color:#404d75;
}

.skills .vc_single_bar {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.owl-carousel{
	margin:20px 0;
	padding:45px;
	min-height:184px;
}

.owl-carousel .owl-item .item{
	text-align:center;
}

.owl-carousel > .owl-nav{
	*height: 0;
}

.owl-carousel > .owl-nav .owl-prev,
.owl-carousel > .owl-nav .owl-next{
	display: block;
	width: 60px;
	height: 60px;
	padding:0 5px;
	background-color:#404d75;
	line-height:56px;
	margin: -30px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	border:4px solid #e8e8e8;
	text-align:center;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
			transition: all .3s ease;
	opacity: 0;
}

.owl-carousel > .owl-nav .owl-prev:hover,
.owl-carousel > .owl-nav .owl-next:hover{
	color:#fff;
	text-decoration:none;
}

.owl-carousel > .owl-nav .owl-prev {
	left: -70px;
}

.owl-carousel > .owl-nav .owl-next {
	right: -70px;
}

.owl-carousel:hover > .owl-nav .owl-prev{
	opacity: 0.8;
	left: -30px;
}

.owl-carousel > .owl-nav .owl-prev:hover {
	opacity: 1;
}

.owl-carousel:hover > .owl-nav .owl-next{
	opacity: 0.8;
	right: -30px;
}

.owl-carousel > .owl-nav .owl-next:hover {
	opacity: 1;
}

.owl-carousel > .owl-nav .owl-prev::before,
.owl-carousel > .owl-nav .owl-next::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 25px;
	display: inline-block;
	content: '\f053';
	margin-right:4px;
}

.owl-carousel > .owl-nav .owl-next::before {
	content: '\f054';
	margin-left:4px;
	margin-right:0;
}

.owl-carousel .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top:20px;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-carousel .owl-dots .owl-dot span {
	width: 18px;
	height: 18px;
	margin: 5px 5px;
	background: #fff;
	display: block;
	border:3px solid #d3d3d3;
	-webkit-backface-visibility: visible;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
			transition: all .3s ease;
	opacity:0.65;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background: #404d75;
	opacity:1;
}

.twitter-slider{
	background-color:#eee;
	border: 1px solid #d2d2d2;
}

.twitter-slider::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 120pt;
	content: '\f099';
	color:#e6e6e6;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-14px;
	margin-left:-84px;
	z-index: -1;
}

.twitter-slider .owl-item .item .top-info{
	margin-bottom:12px;
}

.twitter-slider .owl-item .item .top-info .username{
	font-size:20pt;
	color:#404d75;
}

.twitter-slider .owl-item .item h3{
	margin-bottom:10px;
}

.testimonials-slider .testimonials-image{
	width:100%;
	text-align:center;
}

.testimonials-slider .testimonials-image img{
	display:inline-block;
	width:80px;
	height:80px;
	border: 2px solid #d8d8d8;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;	
}

.testimonials-slider blockquote{
	margin: 12px 40px;
	border-left:0;
	font-size:16px;
	position:relative;
	padding:10px 40px;
}


.testimonials-slider blockquote::before,
.testimonials-slider blockquote::after {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 34pt;
  position: absolute;
}
.testimonials-slider blockquote::before {
  content: "\201C";
  left: 5px;
  top: 19px;
}
.testimonials-slider blockquote::after {
  bottom: 0px;
  content: "\201D";
  right: 19px;
}

.testimonials-slider .testimonials-author{
	font-weight:600;
	font-size:16px;
}

.funfacts {
	text-align: center;
	color: #adb2b6;
	margin-bottom: 45px;
	position:relatie;
}

.fun-wrapper{
	clear:both;
	display:inline-block;
	margin:10px 0;
}

.funfacts .item i {
	font-size:38pt;
	margin-right:15px;
	margin-top:5px;
	float:left;
}

.funfacts .item .info{
	float:left;
	text-align:center;
}

.funfacts .item .timer {
	color: #fff;
	display: block;
	font-size: 36pt;
	font-weight: 700;
	font-family: 'Economica', sans-serif;
	text-align:center;
}

.funfacts .item .fun-label {
	font-family: 'Economica', sans-serif;
	font-size: 14pt;
	color: #adb2b6;
	text-transform:uppercase;
	display: block;
	margin-top:18px;
	text-align:center;
	line-height:1.1;
}


/* #Contacts
================================================== */
.form-wrap{
	position:relative;
}

.form-wrap form{
	padding:15px;
}

.form-wrap form .btn{
}

.form-wrap form input,
.form-wrap form textarea{
	width:100%;
}

.form-wrap form textarea {
    height: 72px;
    resize: vertical;
}

.invalid .wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 4px;
    color: #a94442;
    padding: 15px;
    text-align: center;
    width: 100%;
	line-height:1;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}
.wpcf7-display-none {
    display: none;
}
span.wpcf7-not-valid-tip {
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 4px;
    color: #a94442;
    margin-top: 0;
    padding: 5px 15px;
    text-align: center;
    width: 100%;
}
div.wpcf7-mail-sent-ok {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
	border-radius: 4px;
	padding: 15px;
    text-align: center;
    width: 100%;
}


.contacts-info {
  margin: 20px 0;
  text-align: center;
}

.contacts-info a {
  color: #e3e3e3;
}

.contacts-info a:hover {
  color: #e3e3e3 !important;
}

.contacts-info i {
  margin-right: 10px;
  color: #404d75;
  background-color: #fff;
  width: 26px;
  height: 26px;
  line-height:26px;
  display: inline-block;
  text-align: center !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
}

.map_canvas{
	width:100%;
	height:750px;
	position:relative;
}

.map_canvas img{
	max-width:none;
}

.marker{
	width:19px;
	height:32px;
	background-image: url('../images/marker.png');
	background-repeat:no-repeat;
	cursor:pointer;
	text-align:center;
	color:#fff;
}

.infoWindow{
	width:204px;
	line-height:1.3;
	font-family: 'Lato', sans-serif;
	color:#333;
}

.infoWindow img{
	max-width:100% !important;
}

.infoWindow .btn{
	margin-top:5px;
}



/* #Footer
================================================== */
#footer{
	text-align:center;
	padding:30px 0 20px;
	font-size:10pt;
	background-color:#f2f2f2;
	position: relative;
}

#footer p{
	margin-bottom:10px;
}

#footer #copyright a{
	text-decoration:underline;
}

.sn-icons {
	text-align: center;
	margin: 0 auto;
	list-style:none;
	padding:0;
}

.sn-icons li{
	display:inline-block;
	margin:5px;
}

.sn-icons i {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 2px;
	width: 35px;
	height: 35px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #404d75;
	background-color:#fff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	box-shadow: 0 0 0 3px rgba(210,210,210,1);
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	   -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
			transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.sn-icons i::after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-box-sizing: content-box; 
	   -moz-box-sizing: content-box; 
			box-sizing: content-box;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	display: none;
}

.sn-icons i::before  {
	speak: none;
	font-size: 16pt;
	line-height: 35px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.sn-icons i:hover {
	background: #404d75;
	color: #fff;
	box-shadow: 0 0 0 6px rgba(210,210,210,0.3);
}

.sn-icons i:hover::before {
	-webkit-animation: toBottomFromTop 0.3s forwards;
	-moz-animation: toBottomFromTop 0.3s forwards;
	animation: toBottomFromTop 0.3s forwards;
}

@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toBottomFromTop {
	49% {
		-moz-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toBottomFromTop {
	49% {
		transform: translateY(100%);
	}
	50% {
		opacity: 0;
		transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}

.dark#footer{ background-color:#232323; color:#ababab; }
.dark .sn-icons i { box-shadow: 0 0 0 3px rgba(64,77,117,1); background-color:#000; color:#404d75; }
.dark .sn-icons i:hover { box-shadow: 0 0 0 6px rgba(64,77,117,0.4); background-color:#404d75; color:#000; }

.custom#footer,
.custom#footer #copyright a{ color:#fff; }
.custom .sn-icons i { box-shadow: 0 0 0 3px rgba(255,255,255,1); background-color:#404d75; color:#fff; }
.custom .sn-icons i:hover { box-shadow: 0 0 0 6px rgba(255,255,255,0.3); background-color:#fff; color:#404d75; }


/* #PrettyPhoto
================================================== */
div.mochito .pp_next:hover, div.mochito .pp_previous:hover{cursor:pointer;}
div.mochito .pp_expand{font-family: 'Font Awesome 5 Free';font-weight: 900;cursor:pointer}
div.mochito .pp_expand::before{content: "\f0b2";color:#fff;}
div.mochito .pp_contract{font-family: 'Font Awesome 5 Free';font-weight: 900;cursor:pointer}
div.mochito .pp_contract::before{content: "\f066";color:#fff;}
div.mochito .pp_close{font-family: 'Font Awesome 5 Free';font-weight: 900; width:30px;height:30px;cursor:pointer}
div.mochito .pp_close::before{content: "\f057";color:#fff;}
div.mochito .pp_description{margin-right:60px;color:#fff;font-weight:700;text-indent: 10px;}
div.mochito .pp_nav .pp_play{font-family: 'Font Awesome 5 Free';font-weight: 900;height:15px;width:14px}
div.mochito .pp_nav .pp_play::before{content: "\f04b";color:#fff;}
div.mochito .pp_nav .pp_pause{font-family: 'Font Awesome 5 Free';font-weight: 900;height:15px;width:14px}
div.mochito .pp_nav .pp_pause::before{content: "\f04c";color:#fff;}
div.mochito .pp_arrow_previous{font-family: 'Font Awesome 5 Free';font-weight: 900;}
div.mochito .pp_arrow_previous::before{content: "\f053";color:#fff;}
div.mochito .pp_arrow_next{font-family: 'Font Awesome 5 Free';font-weight: 900;}
div.mochito .pp_arrow_next::before{content: "\f054";color:#fff;}
div.mochito .pp_loaderIcon{background:url(../images/progress.gif) center center no-repeat}

div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;padding:6px 0 6px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0 0 0 10px;display:none;}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin:2px 5px 0 10px;}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:19px;margin:3px 5px 0 0;overflow:hidden;width:9px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next,a.pp_previous{display:block;width:30px;height:51px;overflow:hidden;font-family: 'Font Awesome 5 Free';font-weight: 900;line-height:51px;font-size:22pt;padding:0 8px;background-color:#404d75;top:50%;position:relative;margin-top:-25px;opacity:0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
a.pp_next{float:right;padding:0 5px 0 6px;-webkit-border-top-left-radius:3px;-moz-border-top-left-radius:3px;border-top-left-radius: 3px;-webkit-border-bottom-left-radius:3px;-moz-border-bottom-left-radius:3px;border-bottom-left-radius: 3px;}
a.pp_next::before{content: "\f054";color:#fff;}
a.pp_previous{float:left;padding:0 5px 0 5px;-webkit-border-top-right-radius:3px;-moz-border-top-right-radius:3px;border-top-right-radius: 3px;-webkit-border-bottom-right-radius:3px;-moz-border-bottom-right-radius:3px;border-bottom-right-radius: 3px;}
a.pp_previous::before{content: "\f053";color:#fff;}
.pp_content:hover a.pp_next, .pp_content:hover a.pp_previous{opacity:1;}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;top:10px;width:12px;z-index:20000;overflow:hidden;text-decoration:none;}
a.pp_close{position:absolute;right:6px;top:8px;display:block;line-height:30px;font-size:22pt;overflow:hidden;}
.pp_loaderIcon{display:block;height:31px;left:50%;position:absolute;top:50%;width:31px;margin:-15px 0 0 -15px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none !important;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.mochito .pp_details{position:relative;background-color:#404d75;min-height:45px;}
div.mochito .pp_gallery a.pp_arrow_previous,div.mochito .pp_gallery a.pp_arrow_next{margin-top:8px!important}
div.mochito .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.mochito .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.mochito .currentTextHolder,div.dark_square .currentTextHolder{color:#fff}
div.mochito #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}


.vc_row-fluid.container_full .vc_column-inner{
    padding-left:0;
    padding-right: 0;
}



/* #Media Queries
================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
	.blog-listing article.col-md-4 .image::before{
		margin-top:-11px;
		margin-left:-47px;
		font-size:60pt;
	}
}

@media (max-width: 991px) {
	.nav-section .sn-icons{
		display:none;
	}
	
	.nav {
        display: none;
    }
    #nav-mobile-btn {
        display: block;
    }
	
	.team-member h2 {
		font-size:26pt;
	}
	
	.team-member h2 span {
		font-size:14pt;
		top:-4px;
		white-space: normal;
		display:block;
		margin-top:10px;
	}
}

@media (max-width: 767px) {
	#nav ul{
		display:none;
	}
	
	.stuck #nav {
		float:right;
	}
	
	#mobile-nav{
		display:inline-block;
	}
	
	.nav-section .nav-logo {
		left:10px;
	}

	#news-txt .half{
		width:100%;
	}
	
	#news-txt p img{
		width:100%;
	}
	
	.team-member h2 span {
		display:inline-block;
		margin-top:0;
	}
}

@media (max-width: 480px) {
	h1{
		font-size:32pt;
	}

	#mobile-nav{
		width:auto;
	}
	
	.team-member h2 span {
		display:block;
		margin-top:10px;
	}
	
	.testimonials-slider{
		padding:45px 0;
	}
	
	.testimonials-slider blockquote{
		margin:12px 0;
	}
}

